﻿textarea {
    resize: none;
}

ul.typeahead.dropdown-menu {
    min-width: 95%;
}

.pagination > .disabled > a {
    background-color: #f3f3f3 !important;
}

.pagination > .active > a {
    background-color: #69b543 !important;
    color: white !important;
    border-color: #69b543 !important;
    outline: none;
}

.dataTables_paginate {
    text-align: start;
}

.dataTables_length {
    float: right !important;
}

label.error {
    color: red !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

/* INICIO Estilos Loading */
.ModalProgress {
    display: none;
    position: fixed;
    z-index: 1500;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(167, 167, 167, 0.32);
}

.center {
    clear: both;
    z-index: 1500;
    width: 73px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #9c9c9c;
    border-radius: 10px;
    opacity: 1;
    top: 50%;
    padding: 5px;
    position: absolute;
    left: 50%;
}

    .center img {
        height: 60px;
        width: 60px;
    }
/* FIN */

/* INICIO Estilos Patologia */

.ocultarCamposRequeridos {
    display: none;
}

.mostrarCamposRequeridos {
    display: inline-block;
}

.btnSinEstilos {
    outline: none;
    background-color: transparent;
    border: none;
}

.pl-0 {
    padding-left: 0px !important;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pb-1 {
    padding-bottom: 25px !important;
}
/**/

.noEvents {
    pointer-events: none;
}

td {
    word-break: break-all !important;
}

.btnPLus{
    position: absolute !important;
    top: -2px !important;
}

.DivPanel {
    height: 50px;
}
