.body-sign .card-sign .card-body{
    padding: 33px;
}
.card-actions-buttons{
    position: absolute;
    top: 9px;
    right: 10px;
}


.notifications .notification-menu.small {
    width: auto;
}

@keyframes ldio-iveb94k7dr {
    0% {
        top: 96px;
        left: 96px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 18px;
        left: 18px;
        width: 156px;
        height: 156px;
        opacity: 0;
    }
}

.ldio-iveb94k7dr div {
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: ldio-iveb94k7dr 1s cubic-bezier(0,0.2,0.8,1) infinite;
}

.ldio-iveb94k7dr div:nth-child(1) {
    border-color: #2f6699
}

.ldio-iveb94k7dr div:nth-child(2) {
    border-color: #2fa9ce;
    animation-delay: -0.5s;
}

.loadingio-spinner-ripple-noaczfwm9tf {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
}

.ldio-iveb94k7dr {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.ldio-iveb94k7dr div { box-sizing: content-box; }

.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999999999999;
    background: rgba(255, 255, 255, 0.7);
}

.marcarEnRojo label{
    color: red !important;
    font-weight: 700 !important;
}

.marcarEnRojo input, .marcarEnRojo textarea, .marcarEnRojo select{
    color: red !important;
    font-weight: 700 !important;
    border-color: red !important;
}

.pm0, .hpm0 p{
    margin: 0 !important;
}

.pm3, .hpm3 p {
    margin: 0px !important;
    margin-bottom: 3px !important;
}

.capaOculta{
    display: none;
}

.labelMarcado{
    cursor: pointer;
    text-decoration: underline;
}

.unRegistroHistoriaClinica{
    position: relative;
    -webkit-box-shadow: 5px 2px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 2px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
}

.unRegistroHistoriaClinica:hover{
    -webkit-box-shadow: 5px 2px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 2px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 2px 20px 0px rgba(0,0,0,0.75);
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari prior 9.0 */
    transform: scale(1.01); /* Standard syntax */
}

.actionsRegistroHistoria{
    position: absolute;
    bottom: 8px;
}

.actionedit{
    background-color: #0088cc;
    color: #fff !important;
    padding: 1px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-right: 6px;
}

.actiondelete{
    background-color: #d2322d;
    color: #fff !important;
    padding: 1px 11px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.actiondocument{
    background-color: #ed9c28;
    color: #fff !important;
    padding: 1px 11px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-left: 25px;
}

.descripcionHistoria{
    margin-bottom: 30px;
}

.registroOriginal{
    display: none;
}

.edicionDescripcionHistoria{
    display: none;
    margin-bottom: 20px;
}

.formRegistroEdicion{
    width: 100%;
}


.paginacionTablas{
    margin-top: 21px;
}

.botonesTablas{
    margin-top: 21px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px;
}

table.dataTable.fixedHeader-floating {

    top: 0!important;
    position: relative !important;
    overflow: auto;
    left: 0 !important;
}

textarea.form-control {
    min-height: 100px!important;
}

.banderaayuda {
    transition: width 2s;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #0088cc;
    position: absolute;
    top: 150px;
    left: -38px;
    padding: 10px;
    z-index: 99;
    animation: latidos 1.5s infinite;
}

@keyframes latidos {
    from { transform: none; }
    50% { transform: scale(1.1); }
    to { transform: none; }
}

.sidebar-right{
    transition: width 2s;
}

.sidebar-right {
    background: #0088cc;
    bottom: 0;
    margin-right: 0px;
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    color: #fff;
}

.sidebar-right p{
    color: #fff;
}

.sidebar-right .sidebar-widget {
    width: 260px;
}

.sidebar-right.opened{
    transition: width 2s;
    width: 300px;
}

.sidebar-right .sidebar-right-wrapper {
    padding: 20px;
    padding-top: 55px;
}


.sidebar-right .nano > .nano-pane{
    background: #fff !important;
}
.sidebar-right .nano > .nano-pane > .nano-slider {
    background: #01c0c8 !important;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: 3px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    font-size: 0.75rem;
}

.fileupload  .uneditable-input {
    border: 1px solid #ccc;
    height: 27px;
    padding: 2px 10px;
    width: 200px;
    overflow: hidden;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


.infoTrabajador tr td{
    text-align: left;
    padding: 0px 5px;
}

.infoTrabajador tr td:first-child{
   text-align: right;
}
.infoTrabajador{
    margin: 0 auto;
}

.dataTables_scroll
{
    overflow:auto;
}


.graficaDash{
    max-height: 300px;
    min-height: 300px;
}

.cierreAlertaPRogramada{
    position: absolute;
    right: -22px;
    top: 10px;
    padding: 0px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.notification-menu li a.cierreAlertaPRogramada:hover{
    background: #0088cc;
    color: #fff;
}

#listaDinamica, .tabladinamica {
    width: 100%;
    /*min-width: 1200px;*/
}

.tablaauditoriamaxi{
    min-width: 4000px !important;
}

.botonesTablas button:last-child{
    margin-left: 15px;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 8px;
    word-wrap: break-word;
}

.paraCabeceraFija{
    position: fixed;
    z-index: 99;
    overflow-x: scroll;
    width: 100%;
    top: 58px;
    left: 230px;
    display: none !important;
}

.bit-progress-list .bit-counters {
    text-align: center;
     padding-top:  0 ;
    padding-bottom:  0;
    color: var(--counterColor);
}

.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 24px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
    font-size: 50px;
}

tr.cabeceraTablaLista, tr.cabeceraTablaLista:hover{
    text-align: center !important;
    font-weight: bold !important;
    color: #fff !important;
    background: #698ad6 !important;
    vertical-align: middle !important;
}

tr.cabeceraTablaLista.cabeceraPrincipal, tr.cabeceraTablaLista.cabeceraPrincipal:hover{
    text-align: center !important;
    font-weight: bold !important;
    color: #fff !important;
    background: #2029bd !important;
    vertical-align: middle !important;
}

.clasicTable{
    font-size: 8pt;
}

tr.cabeceraTablaLista.listaCampos, tr.cabeceraTablaLista.listaCampos:hover{
    text-align: center !important;
    font-weight: bold !important;
    color: #2029bd !important;
    background: #c2cde7 !important;
    vertical-align: middle !important;
}

table .cabeceraClara{
    background: #f1f3f9 !important;
    /*text-align: center !important;*/
    color: #000000 !important;
    border: none !important;
    border-collapse: collapse !important;
    border-spacing: 0px !important;
    border-style: none !important;
    height: 4em !important;
}

table .cabeceraClara > th{
    vertical-align: middle !important;
}

table .cabeceraIntermedia{
    background: #698ad6 !important;
    /*text-align: center !important;*/
    color: #fff !important;
    border: none !important;
    border-collapse: collapse !important;
    border-spacing: 0px !important;
    border-style: none !important;
}


table .cabeceraIntermedia.bordeada{
    border-bottom: 1px solid #ffffff  !important;
}

table .cabeceraClara.bordeada{
    border-bottom: 1px solid #698ad6 !important;
}

table .cabeceraClara.bordeadaOscura{
    border-bottom: 1px solid #ffffff  !important;
}

table tr.bordeadaOscura, table td.bordeadaOscura, table th.bordeadaOscura{
    border-bottom: 1px solid #ffffff  !important;
}

table tr.bordeada, table td.bordeada, table th.bordeada{
    border-bottom: 1px solid #698ad6 !important;
}



table .cabeceraOscura{
    background: #2029bd !important;
    /*text-align: center !important;*/
    color: #fff !important;
}

table#listaDinamica thead tr{
    background: #f1f3f9  !important;
    color: #000000 !important;
    height: 4em !important;
}

table#listaDinamica thead tr > th{
    vertical-align: middle !important;
}

table#listaDinamica tbody tr:nth-of-type(odd) {
    background-color: rgb(247 250 252);
}

table#listaDinamica tbody tr {
    height: 3em !important;
}

section#sectionInformes table tbody tr {
    height: 3em !important;
}

section#sectionInformes table.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(247 250 252);
}

.btn-excel{
    background-color: #ffffff  !important;
    border-color: #2f77a7 #2f77a7 #2f77a7  !important;
    color: #2f77a7  !important;
    padding: 10px !important;
    border-radius: 10px !important;
    float: right !important;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 1;
}
.botonesTablas button:last-child {
    margin-left: 15px;
}
section#sectionInformes .btn-secondary:active {
    background-color: #ffffff !important;
    background-image: none !important;
    border-color: #006699 #006699 #004466 !important;
    box-shadow: 0 0 0 0.2rem rgb(0 136 204 / 50%) !important;
}


#sectionInformes .buttons-excel{
    background-color: #ffffff  !important;
    border-color: #2f77a7 #2f77a7 #2f77a7  !important;
    color: #2f77a7  !important;
    padding: 10px !important;
    border-radius: 10px !important;
    float: right !important;
}

.tituloOscuro {
    background: #2029bd !important;
    color: #fff !important;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
}

table .fuenteOscura{
    color: #2029bd !important;
    font-weight: bold;
}

.tituloTablaOscuro{
    text-align: left; 
    border: none;     
    font-size: 20px; 
    font-weight: bold; 
    background: #2029bd !important;    
    color: #fff;
    padding-left:5px;
}

.table-small{
    width:20% !important;
    margin:0 auto !important;
}

@media (max-width: 767px) {
	.table-small{
        width:90% !important;
	}
}

.table-medium{
    width:40% !important;
    margin:0 auto !important;
}

@media (max-width: 767px) {
	.table-medium{
        width:90% !important;
	}
}


.table-large{
    width:80% !important;
    margin:0 auto !important;
}

@media (max-width: 767px) {
	.table-large{
        width:100% !important;
	}
}

#capaTabla{
    overflow-x: scroll!important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0em;
    display: block;
    /* width: auto; */
}
section#sectionInformes.card {
    overflow-x: scroll !important;
}