/* ----------------------- GENERAL ------------------------------ */

/* Alerts */
.alert-success {
    background-color: #C8FFA2;
    border-color: #d0e9c6;
    color: #3c763d;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
   background-color: #E3BA00 !important;
   color: white;
}

.logo-home{
	/*opacity: 8;*/
	width: 450px;
	height: auto;
}


/* fieldset forms */
.fieldset-form{
    margin-top: 15px;
    margin-bottom: 15px;
}

.fieldset-form > legend{
    font-size: 14px;
    color: #7FA25D;
    background-color: #F3F8FF; 
    margin-bottom: 15px;
    padding: 5px;
    border-bottom: 1px solid #A2BEE3;
}


/* fieldset views detail */
.fieldset-detail{
    margin-top: 15px;
    margin-bottom: 15px;
}

.fieldset-detail > legend{
    font-size: 15px;
    color: #A5A5A5;
    margin-bottom: 15px;
    border-bottom: 1px solid #F3F3F3;
}
/**/

/* fieldset views detail a */
.fieldset-detail_a{
    margin-top: 15px;
    margin-bottom: 15px;
}

.fieldset-detail_a > legend{
    font-size: 14px;
    color: #FFF;
    background-color: #7eb2ff; 
    margin-bottom: 15px;
    padding: 5px;
    border-bottom: 3px solid #497dc8;
}
/**/

/* bg-fabricas de papel */
.bg-fabricas{
    background-color: #0B4DA7;
}


/* Bg gris en td principal de tabla */
.table-data > thead{
    
    background: linear-gradient(to right, #E86C16 65%, #000);
    color: #FFF;
}

/* table striped */
.table-data-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F1FFFE; 
}





/* Tamaños en letras */
.text-diez{ font-size: 10px; }
.text-once{ font-size: 11px; }
.text-doce{ font-size: 12px; }
.text-trece{ font-size: 13px; }
.text-catorce{ font-size: 14px; }


/* Gris en tabla de signos vitales */
.bg-gray-td{
    background-color: #F6F6F6;
}

/* Estilo nombre de paciente en expediente */
.div-name-patient{
    color: #077389;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 5px;
}

/* Error de validación formulario */
.input-error{
    font-size: 14px;
    color: #BF4949;
}


/* Línea discontínua */
.line-disc{
    border-style: dashed; 
    border-width: 1px; 
    border-color: #D6D6D6;
}

/* Mensaje de error en inputs de login */
.error-input
{
  color: #BA1818;
  font-size: 12px;
}

.thead-index{
    background-color: #FFF;    
}

.thead-index > tr > th{
    font-weight: bold;
}


.thead-index > thead > tr > th{
    background-color: #FFF;
    color: #0A3E68;
    font-size: 13px;
    font-weight: bold;
    
}

.thead-index > tbody > tr > td{
    font-size: 12px;
}


.table-hover-index > tbody > tr:hover {
  background-color: #E4E4E4;
}


.thead-index-consults > thead > tr > th{
    background-color: #FFF;
    color: #000;
    font-size: 12px;
    font-weight: bold;    
}

.thead-index-consults > tbody > tr > td{
    font-size: 12px;
}


/* Línea encima de card, color nuclemédica */
.line-sub-card{
    height: 2px; 
    background-color: #B2AAAA;
}




/* Visualización de Errores */
.callout {
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  /*background-color: #fff;*/
  border-left: 4px solid #EBEBEB;
  margin-bottom: 1rem;
  padding: 1rem;
  margin-top: 10px;
}

.callout.callout-errors {
  background-color: #FFF;
  border-left-color: #CF1A1A;
}

.callout.callout-errors .title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.callout.callout-errors > ul > li {
  font-size: 13px;
  color: #991515;
}

.none{
    display: none;
}

.color-white{
    color: #FFFFFF;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .modal-lg {
        max-width: 100%;
    }
    
    .modal-md {
        max-width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .modal-lg {
        max-width: 100%;
    }
    
    .modal-md {
        max-width: 100%;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .modal-lg {
        max-width: 80%;
    }
    
    .modal-md {
        max-width: 60%;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .modal-lg {
        max-width: 80%;
    }
    
    .modal-md {
        max-width: 60%;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .modal-lg {
        max-width: 80%;
    }
    
    .modal-md {
        max-width: 60%;
    }
}


.loading_info{
    padding: 10px; 
    margin-bottom: 15px; 
    background-color: #D6F1FF; 
    color:#106089; 
    font-weight: bold;
}

.text-work{
    color: #0B4DA7;
}

.bg-work{
    background-color: #0B4DA7;
}

.bg-work-b{
    background-color: #C1EA99;
}

.header-card-line{
    color: #2E6476;
    background-color: #FFF;
    border-bottom:  1px solid #D2DCDE;
    border-bottom-style: dashed;
    font-size: 17px;
}

/* ITEM RECTANGULO */
.item_obj{
    background: #105d12; 
    color: #FFF; 
    padding: 10px; 
    margin-top: 15px; 
}