﻿/*@import url('bs53/bootstrap.min.css');*/

body header {
 font-family: 'Open Sans', sans-serif;
  font-size:12px!important;
  /*line-height:0px!important*/
}

.modal-lg {
    max-width: 80% !important;
}


.nav-item-active .nav-link {
    border:2px solid
}

.nav-link {
    cursor: pointer !important
}


.disabled-select {
    pointer-events: none !important;
}

#navigation {
    padding-left:2px!important;
    padding-right:2px!important;
}

.nav-markey .nav-link {
    font-size: 1rem!important
}

.modal .modal-header {
    background-color:#0094ff;
}
.modal .modal-title {
    color: #fff;
}


.dataTables_wrapper {
    padding-left:0px!important;
    padding-right:0px!important

}
.table thead th {
    border-top: 0px !important
}
table#tableInventario thead {
    background-color: #c5f4d4;
}

.table .tableDT thead th {
    border-bottom: 0px !important;
    border-top: 0px !important
}

/*#tableInventario thead th:nth-child(6), #tableInventario thead th:nth-child(7), #tableInventario thead th:nth-child(8) {
    max-width: 100px !important;
    background-color:red!important
}*/
/*POP UP CONFIRMACION*/
#tableInventario td:nth-child(2) {
    min-width: 25% !important;
    width: 40% !important;
    max-width: 45% !important;
}

.formGrabaTurno {
    font-weight: normal !important
}

.formGrabaTurno .etiqueta {
    font-weight: bold !important
}

.formGrabaTurno .col-form-label {
    padding-top:0px!important
}

/*POP UP DATO TURNO*/
.datoTurno {
    font-weight: normal !important
}

    .datoTurno .etiqueta {
        font-weight: bold !important
    }

    .datoTurno .col-form-label {
        padding-top: 0px !important
    }


.logo {
    display: block;
    max-width: 200px;
    max-height: 40px;
}

.logo-login  {
    margin: 0 auto;
    max-width: 250px;
    max-height: 250px;
}

.firma-medico {
    max-width: 200px;
    max-height: 50px;
}

footer {
    /*position: absolute;
    margin-top: 4em;*/
    width: 100%;
    bottom: 0px !important;
    font-size: 1em;
    text-align: center;
    /*color: white;*/
    background-color: var(--main-bg-color);
    /*background: linear-gradient(45deg, var(--main-bg-color), #bab3b3a6);*/
    padding: .25em 0
}



/*---------EMERGENCIAS----------*/
.pill-emer{
    display:flex;
    align-items:center;
    padding: .25em .5em;
    margin-left: .5em;

    border-radius: 2em;
    border: solid 1px red;
    background-color: indianred;
    color:white;
    text-transform:uppercase

}

#admitidos {
    box-shadow: 0 0 1em gray;
    z-index: 2;
    right: 0;
    min-width: 40rem;
}
