body {
    font-family: Lato;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    color: rgb(100, 115, 124);
    background-color: lightgrey;
}

h1, .h1 {
    font-size:18px;
}
.encabezadoImpresion .h1 {
    font-size: 18px;
}

.fa-btn {
    margin-right: 6px;
}
[v-cloak] {
    display: none;/*vue ocultar html mientras carga*/
}
.form-control{
    height: inherit;/*corrige texto multilinea*/
    min-height: 34px;/*corrige texto vacio*/
    background-color: #f9f9f9;
}

select.form-control { /*select=combobox*/
    height: 39px;
}

nav {
    margin-bottom: 10px!important;
}


.navbar-default
{
    background-color: #008CBA!important;
}
.navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: #AAAAAA!important;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    background-color: #BBBBBB!important;
}
.navbar-default .dropdown-menu
{
    background-color: #008CBA!important;
}
.navbar-default .dropdown-menu>li>a:hover, .navbar-default .dropdown-menu>.active>a, .navbar-default .dropdown-menu>.active>a:hover
{
    background-color: #BBBBBB!important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #AAAAAA!important;
}
.navbar-right {
    margin-right: 0px;
}
.form-horizontal .control-label {
    text-align: left!important;
    /*margin-bottom: 0;*/
    /*padding-top: 9px;*/
}
textarea {
    resize: none;
}
.control-label {
    font-size: 14px!important;
    padding-bottom: 100!important;
}

.titulo {
    font-weight: bold!important;
    padding-left: 20px!important;
}

.descripcion {
    background-color: #eaeaea!important;
}

.detalle .control-label {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

.detalle .form-control-static {
    padding-bottom: 9px!important;
    margin-bottom: 0!important;
}

p.form-control-static {
    font-size: 16px!important;
}

.tableMarginAuto{
    margin: auto;
}

.tdTop{
    padding-right: 10px;
    padding-bottom: 10px;
}

.tdMid{
    padding-bottom: 10px;
}

.tdBtnLeft{
    text-align: left;
    padding-bottom: 10px;
}

.tdBtnRight{
    text-align: right;
    padding-bottom: 10px;
}

.inputDocumento {
    width: 200px;
}

.panelBody {
    text-align: center;
}

.tablaPrestacion {
    width:100%;
    text-align:left;
}

.divBtnImprimir{
    text-align: right;
}

.tablaDetalleSolicitud{
    width:100%;
    text-align:left;
}

.tablaBuscarSolicitud{
    width:100%;
    text-align:left;
}

.linkDetalleSolicitud{
    padding: 5px;
}

.divDetalleSolicitud{
    text-align: center;
}

.divPaginator{
    text-align: center;
}

.tablaFormPrestacion{
    margin: auto;
    width: 100%;
}
.tdCodigoPrestacion{
    padding-right: 10px;
    padding-bottom: 10px;
    z-index:2;
    position:relative;
}
.tdDescripcionPrestacion{
    padding-right: 10px;
    padding-bottom: 10px;
    z-index:2;
    position:relative;
}
.tdCantidadPrestacion{
    padding-bottom: 10px;
    z-index:2;
    position:relative;
}
.tdDientePrestacion{
    padding-right: 10px;
    padding-bottom: 10px;
    z-index:1;
    position:relative;
}
.tdCaraPrestacion{
    padding-bottom: 10px;
    z-index:1;
    position:relative;
}
.tdRegionPrestacion{
    padding-right: 10px;
    padding-bottom: 10px;
    z-index:1;
    position:relative;
}
.tdTipoMatriculaMedicoSolicitud{
    padding-right: 10px;
    padding-bottom: 10px;
}
.tdNumeroMatriculaMedicoSolicitud{
    padding-right: 10px;
    padding-bottom: 10px;
}
.tdNombreMedicoSolicitud{
    padding-right: 10px;
    padding-bottom: 10px;
}
.tdEspecialidadMedicoSolicitud{
    padding-bottom: 10px;
}
.tdNumeroAfiliado {
    padding-right: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
}
.tdNumeroDocumento {
    padding-bottom: 10px;
    width: 100%;
    display: block;
}
@media (min-width: 767px) {
    .tdCodigoPrestacion{
        width: 25%;
    }
    .tdDescripcionPrestacion{
        width: 50%;
    }
    .tdCantidadPrestacion{
        width: 25%;
    }
    .tdDientePrestacion{
        width: 25%;
    }
    .tdCaraPrestacion{
        width: 25%;
    }
    .tdRegionPrestacion{
        width: 25%;
    }
    .tdTipoMatriculaMedicoSolicitud{
        width: 25%;
    }
    .tdNumeroMatriculaMedicoSolicitud{
        width: 10%;
    }
    .tdNombreMedicoSolicitud{
        width: 50%;
    }
    .tdEspecialidadMedicoSolicitud{
        width: 15%;
    }
    .tdNumeroAfiliado {
        /**/
    }
    .tdNumeroDocumento {
        /**/
    }
}
@media (min-width: 992px) {
    .tdCodigoPrestacion {
        width: 20%;
    }
    .tdDescripcionPrestacion{
        width: 65%;
    }
    .tdCantidadPrestacion{
        width: 15%;
    }
    .tdDientePrestacion{
        width: 15%;
    }
    .tdCaraPrestacion{
        width: 15%;
    }
    .tdRegionPrestacion{
        width: 15%;
    }
    .tdTipoMatriculaMedicoSolicitud{
        width: 15%;
    }
    .tdNumeroMatriculaMedicoSolicitud{
        width: 10%;
    }
    .tdNombreMedicoSolicitud{
        width: 65%;
    }
    .tdEspecialidadMedicoSolicitud{
        width: 10%;
    }
    .tdNumeroAfiliado {
        width: 50%;
        display: inline;
        padding-bottom: 10px;
    }
    .tdNumeroDocumento {
        width: 50%;
        display: inline;
        padding-bottom: 10px;
    }
}

.tdBtnLimpiarConsulta{
    text-align: left;
    padding-bottom: 10px;
}

.tdBtnConsultar{
    text-align: right;
    padding-bottom: 10px;
}

.page-break	{
    display: block; page-break-before: always;
}

.swall-overlay {
    z-index: 100005;
}
.swal-modal {
    z-index: 99999;
}

.footer-cad{
    background-color: #2D658C;
    border-top: 3px solid #008CBA;
    color: white;
    padding:3px;
    font-size:14px;
}

.tablaMensajeGeneracionSolicitud {
    margin-top:20px;
}

.divMensajeInformativo {
    font-size: 12px;
    font-weight: bold; 
    text-align: center;
}
.divMensajeInformativo > ul {
    font-weight: normal; 
    text-align: left;
}
.header-section {
    height: 80px;
    background-color: #2D658C;
}
.header-section .header-brand-sipres {
    font-size: 90px;
    padding-left: 110px;
    background-image: url('../imagenes/logo-salveo-radiant-blanco.png');
    background-size: 110px auto;
    background-repeat: no-repeat;
    background-position: 0px 100%;
  }
.header-section .header-brand-dasu {
    font-size: 90px;
    padding-right: 100%;
    background-image: url('../imagenes/logo-dasu-sin-leyenda-blanco.png');
    background-size: auto 29px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
.header-section .header-brand-cosun {
    font-size: 90px;
    padding-right: 100%;
    background-image: url('../imagenes/logo-cosun.png');
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
.logo-login {
    width: 250px;
}
.logo-instancia-login {
    width: 125px;
}
.logo-dasu-informatica {
    height: 16px;
    vertical-align: -1px;
}
.autocomplete-input {
    border: 2px;
    background-color:#f9f9f9;
    width: 100%;
}
.menu-box a:hover,
.menu-box a.active,
.menu-box a:active {
    text-decoration: none;
}
.menu-box .thumbnail .caption{
    color: #008cba;
}
.menu-box:hover .thumbnail .caption{
    color: #2D658C;
}
#lockOverlay {
    width:100%;
    height: 100%;
    top: 0;
    z-index: 1500;
    position: absolute;
    background: lightgray;
    opacity: 0.5;
    text-align: center;
    font-size: large;
    padding-top: 25%;
    font-weight: bold;
}
.input-group .input-fondo {
    z-index: 1;
}