﻿@font-face {
    font-family: 'SofiaSemi';
    font-style: normal;
    font-weight: 1 1000;
    src: url('fonts/sofiasans/SofiaSansSemiCondensed-VariableFont_wght.ttf') format('truetype');    
}

@font-face {
    font-family: 'sofiasanscondensed';
    font-style: normal;
    font-weight: 1 1000;
    src: url('fonts/sofiasans/SofiaSansSemiCondensed-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'sofiasansextra';
    font-style: normal;
    font-weight: 1 1000;
    src: url('fonts/sofiasans/SofiaSansSemiCondensed-VariableFont_wght.ttf') format('truetype');
}


@font-face {
    font-family: 'sofiasans';
    src: url('fonts/sofiasans/sofiasans-variablefont_wght.ttf') format('truetype');
}

/*@import url('bs53/bootstrap.min.css');*/
:root { /*
    --main-bg-color: #2D3492;
    --main-text-color: #eef3f6;
    --main-bg-secondary-color: #eef3f6;*/
    --header-gradient: linear-gradient(90deg, #2D3492 60%, #eef3f6 100%) !important;
}
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;
    background-color: #2D3492;
}
.modal .modal-title {
    color: #fff;
}
.modal {
    backdrop-filter: blur(2px) !important;
    border: solid 2px var(--primary-200) !important;
}

.modal-header {
    padding: 8px 15px;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.583);
    /*margin-bottom: -10px !important;*/
    background-color: #2D3492;
    background: var(--header-gradient);
    color: White;
}



.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;
}

#table-salaEsperaEmergencia tbody td:last-child .btn-group-sm .btn:first-child {
    color: #212529 !important;
    background-color: #eef3f6 !important;
    border-color: #ced4da;
}
    #table-salaEsperaEmergencia tbody td:last-child .btn-group-sm .btn:first-child:hover {
        color: #212529 !important;
        background-color: #bfbfbf !important;
        border-color: #ced4da;
    }
#table-salaEsperaEmergencia tbody td:last-child .btn-group-sm .btn:last-child {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}
    #table-salaEsperaEmergencia tbody td:last-child .btn-group-sm .btn:last-child:hover {
        color: #fff !important;
        background-color: #2D3492 !important;
        border-color: #007bff !important;
    }

.table tbody input[type=number]::-webkit-inner-spin-button, .table tbody
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.table thead th{
    vertical-align:middle;
}

.table tbody input[type=number] {
    -moz-appearance: textfield;
    padding:.15em 0.25em;
    font-size:0.9em;
}
.table tbody td{
    vertical-align:middle;
}

.posrel{position:relative;}
.posab{position:absolute}
.r0{right:0}
.b0{bottom:0}

.parametro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: gray;
    text-align: center;
    gap: 0em;
    min-width: 4em;
    font-family: 'sofiasanscondensed' !important

}

    .parametro span:first-child {
    }

#parametrosSalud {
    gap:.5em
}

#parametrosSalud article {
    border-radius: .5em;
    box-shadow: 0 0 .5em -.15em gray;
}

.text-valor {
    font-weight: bold !important;
    font-size: 16px;
}

.text-tiny {
    font-size: small !important
}


#dvDetalle table thead tr th {
    --main-bg-color: #2D3492;
    
    background: var(--main-bg-color);
    color:white;
}
#dvDetalle tr.containerdetails td{
    padding-left:1.5em!important;
}
.movCantidad {
    align-items: center;
}
    .movCantidad input[type=number]{
        text-align:right;
    }
    .movCantidad input[type=number], .movCantidad input[type=text] {
        font-size: 1em !important;
        padding: .5em !important;
        border: 0;
        border-bottom: solid 1px;
    }
.movCantidad input::placeholder{
  text-align:left;
}