/**
 * CSS Vita Expert
 */


/*-------------------------------------------------------------------------------
--                                     Colores                                 --
-------------------------------------------------------------------------------*/
.c-primary {
    color: black !important;
}
.c-show {
    color: black !important;
}
.c-info {
    color: darkblue !important;
}
.c-edit {
    color: darkblue !important;
}
.c-danger {
    color: darkred !important;
}
.c-delete {
    color: darkred !important;
}



/**
 * Tamaños de Letra
 */
.fs14px {
  font-size: 14px;  
}
.fs130 {
  font-size: 130%;
}
.fs130B {
  font-size: 130%;
  font-weight: bold
}
.fs120 {
  font-size: 120%;
}
.fs120B {
  font-size: 120%;
  font-weight: bold
}
.fs115 {
  font-size: 115%;
}

.fs115B {
  font-size: 115%;
  font-weight: bold
}
.fs110 {
  font-size: 110%;
}
.fs110B {
  font-size: 110%;
  font-weight: bold
}
.fs100 {
  font-size: 100%;
}
.fs100B {
  font-size: 100%;
  font-weight: bold
}
.fs90 {
  font-size: 90%;
}
.fs90B {
  font-size: 90%;
  font-weight: bold
}
.fs85 {
  font-size: 85%;
}
.fs85B {
  font-size: 85%;
  font-weight: bold
}
.fs80 {
  font-size: 80%;
}
.fs80B {
  font-size: 80%;
 font-weight: bold
}
.fs75 {
  font-size: 75%;
}
.fs75B {
  font-size: 75%;
  font-weight: bold 
}




.menu-op-md {
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 2px;
} 


.ve-menu {
    font-family: Calibri, Verdana, FontAwesome;
    font-size: 15px;
    color: white;
    background-color: #24608c;
    margin-left: 2px;
    font-weight: 700;
    letter-spacing: 2px;
} 

.ve-submenu {
    font-family: Calibri, Verdana, FontAwesome;
    font-size: 14px;
    background-color: white;
    color: #24608c;
    margin-left: 0px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 2px 2px 2px 2px;
} 


.ve-submenu-label {
    font-family: Verdana, Calibri, FontAwesome;
    font-size: 10px;
    background-color: #24608c;
    color: white;
    margin-left: 0px;
    font-weight: 900;
    letter-spacing: 3px;
    padding: 7px;
    /*padding: 4px 4px 4px 4px;*/
} 

.ve-menu-icon-md {
    font-size: 20px;
    color: #24608c;
    margin-right: 5px;
} 



.fa-input-del {
    position: relative;
    width: 50px;
}
 
/*.fa-input-del:before {*/
.fa-input-del:after {	
    content: "\f009";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: black;
    font-size: 15px;
    position: absolute;
    right: 3px;
}


/**
 * Titulo en parte superior de un documento (incluye el Nro de documento)
 */
.vita-module-title {
    font-size: 16px;
    font-family: sans-serif, proxima_novabold;
    color: rgb(36, 33, 92);
    font-style: normal;
    font-weight: bold;            
    height: auto;
    text-align: left;
    text-decoration: none;
    padding-left: 5px;
    border: 0px;
    margin-top: 2px;
    margin-left: 5px;
    margin-bottom: ;
    letter-spacing: 1px;
}

.vita-md-label {
    font-size: 12px;
    font-family: Calibri, Verdana, FontAwesome;
    color: #8d8d8e;
    vertical-align: middle;
    letter-spacing: 2px;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
}

.vita-card-show {
    font-size: 14px;
    font-family: Calibri, Verdana, FontAwesome;
    color: #8d8d8e;
    vertical-align: middle;
    letter-spacing: 2px;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
}

/**
 * Se usa en etiquetas de contenedores
 */
.vita-sm-label {
    font-size: 10px;
    font-family: Calibri, sans-serif;
    color: #8d8d8e;
    vertical-align: middle;
    letter-spacing: 1px;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
}

.vita-combo-sel {
    font-size: 11px;
    font-family: Calibri, FontAwesome, sans-serif;
    letter-spacing: 2px;    
    color: #6e6e6a;
    background-color: #ffffff;
    text-align: left;
    font-weight: bolder;
    text-decoration: none;
    line-height: 10px;
    height: 10px;
    padding: 5px;
    border: 1px;
}

.vita-combo-sel-sm {
    font-size: 8px;
    font-family: Calibri, FontAwesome, sans-serif;
    letter-spacing: 2px;    
    color: #6e6e6a;
    background-color: #ffffff;
    text-align: left;
    font-weight: bolder;
    text-decoration: none;
    line-height: 10px;
    height: 10px;
    padding: 5px;
    border: 1px;
}


.vita-md-date {
    font-size: 13px;
    font-family: Calibri, FontAwesome, sans-serif;
    letter-spacing: 2px;    
    color: #6e6e6a;
    background-color: #ffffff;
    height: auto;
    text-align: left;
    font-weight: bolder;
    text-decoration: none;
    padding: 5px;
    border: 1px;
}


/**
 * Titulo en parte superior de un documento (incluye el Nro de documento)
 */
.vita-module-title {
    font-size: 24px;
    font-family: calibri, proxima_novabold;
    color: rgb(36, 33, 92);
    font-style: normal;
    font-weight: bold;            
    height: auto;
    text-align: left;
    text-decoration: none;
    padding-left: 5px;
    border: 0px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: ;
    letter-spacing: 1px;
}

/**
 *
 */
.vita-module-tab {
    font-size: 13px;
    font-family: calibri, proxima_novabold;
    color: black;
    height: auto;
    text-align: left;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    padding: 3px;
    letter-spacing: 3px;
    margin-left: 10px;
    border-style: ;
    background-color: #67A0B1; /**  #CCF1EC;*/
    border: medium none;
    border-radius: 10;
}

/**
 *
 */
.vita-module-tab-sm {
    font-size: 11px;
    font-family: calibri, proxima_novabold;
    color: rgb(36, 33, 92);
    height: auto;
    text-align: left;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    padding: 2px;
    letter-spacing: 2px;
    margin-left: 10px;
    border-style: ;
    background-color: #CCF1EC;
    border: medium none;
    border-radius: 10;
}


.vita-module-tab.active{
    background-color: #24608c;
    color: white;
}



/**
 * TABS DE AGENDAMIENTO DE ESTUDIOS
 */
.vita-tab-study {
    font-size: 13px;
    font-family: calibri, proxima_novabold;
    color: black;
    height: auto;
    text-align: left;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    padding: 3px;
    letter-spacing: 3px;
    margin-left: 10px;
    border-style: ;
    background-color: #67A0B1; /**  #CCF1EC;*/
    border: medium none;
    border-radius: 10;
}
.vita-tab.active {
    background-color: #24608c;
    color: white;
}




/**
 *
 */
.vita-table-row-p {
  font: calibri;
  font-size: 12px;
  height: 8px;
}



/**
 * Se usa en etiquetas de contenedores
 */
.vita-text-search {
    font-size: 10px;
    font-family: Calibri, sans-serif;
    color: #8d8d8e;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 2px;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
}


/**
 * Input HTML Data fields
 */
.vita-text-input {
    font-size: 10px;
    font-family: FontAwesome, Calibri;
    color: black;
    vertical-align: middle;
    letter-spacing: 2px;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
}


/**
 * DATOS EN LA CABECERA
 */
.vita-text-header {
    font-size: 16px;
    font-family: FontAwesome, Calibri;
    color: #756D6B;
    vertical-align: middle;
    letter-spacing: 2px;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
}

/**
 * DATOS EN LA CABECERA
 */
.vita-text-field {
    font-size: 15px;
    font-family: Calibri, FontAwesome;
    color: #756D6B;
    vertical-align: middle;
    letter-spacing: 2px;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
}




/**
 * Titulo de los listados de las tablas
 */
.ve-table-title {
    font-size: 18px;
    font-family: Calibri, Verdana, FontAwesome;
    color: darkblue;
    vertical-align: middle;
    letter-spacing: 3px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

/**
 * Cabecera de los listados de las tablas
 */
.ve-table-header {
    font-size: 12px;
    font-family: Calibri, Verdana, FontAwesome;
    color: white;
    vertical-align: middle;
    letter-spacing: 1px;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
}


/**
 * Filas de los listados de las tablas
 */
.ve-table-row {
    font-size: 13px;
    font-family: Calibri, Verdana, FontAwesome;
    color: #756349;
    vertical-align: middle;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
}

div.dt-buttons {
  font-family: 'Lemonada', cursive;
}



/**
 * Estados: Letra/Color
 */
.ve-table-status-sm {
    font-size: 9px;
    font-family: Calibri, Verdana, FontAwesome;
    color: #093D55;
    vertical-align: middle;
    letter-spacing: 1px;
    font-style: normal;
    text-decoration: none;
}

.ve-table-status {
    font-size: 10px;
    font-family: Calibri, Verdana, FontAwesome;
    color: white;
    vertical-align: middle;
    letter-spacing: 2px;
    padding-left: 3px;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
}


.ve-table-status-tiny {
    font-size: 9px;
    font-family: Calibri, Verdana, FontAwesome;
    color: white;
    border-radius: 6px;    
    border: 1px groove lightgrey;
    vertical-align: middle;
    padding: 4px;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
}


.ve-table-bot {
    margin: 0px auto;
    width: 50%;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-style: none;    
    /*background-color: white;*/
    border: 0px;
    /*flex-wrap: wrap;*/
    /*background-color: white#E7F6F6;*/    
    /*border: 1px solid #99cccc;    */
}

.ve-table-icon-md {
    font-size:18px;
    color: #24608c;
    margin-left: 0px;
} 

.ve-table-icon-sm {
    font-size:15px;
    color: #24608c;
    margin-right: 10px;
} 

.ve-table-icon-red {
    font-size:18px;
    color: #24608c;
    margin-right: 0px;
    color: darkred;
} 

.ve-table-icon-lg {
    font-size:24px;
    color: #24608c;
    margin-left: 0px;
} 

.ve-bot-blue {
    float:right;
    background-color: #24608c;
    letter-spacing: 3px;
    font-size:20px;
    padding: 2px 2px 2px 2px;
}


                           
/**
 */
.ve-record-add {
    font-size: 16px;
    font-family: Calibri, Verdana, FontAwesome;
    color: #24608c;
    vertical-align: middle;
    letter-spacing: 3px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

.ve-button-ope {
    font-size: 11px;
    font-family: Calibri, Verdana, FontAwesome;
    background-color: #24608c;
    color: white;
    border-radius: 6px;
    border: 3px outset lightgrey;
    height: 30px;
    float: right;
    vertical-align: middle;
    letter-spacing: 3px;
    font-weight: 0;
}




/**
 * GRÁFICOS
 */
 .ve-graf-header {
    font-size: 12px;
    font-family: Calibri, Verdana, FontAwesome;
    background-color: #24608c;
    color: white;
    /*border-radius: 12px;*/
    /*border: 3px outset lightgrey;*/
    /*height: 30px;*/
    text-align: center;
    vertical-align: middle;
    letter-spacing: 2px;
    font-weight: 800;
}    

.ve-graf-row {
    font-size: 12px;
    font-family: Calibri, Verdana, FontAwesome;
    /*background-color: #24608c;
    color: white;*/
    text-align: center;
    vertical-align: middle;
    letter-spacing: 2px;
    font-weight: 800;
}    

.ve-graf-label {
    font-size: 15px;
    font-family: Calibri, Verdana, FontAwesome;
    color: #24608c;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 3px;
    font-weight: 900;
}    


/**
 * Cabecera de los listados de las tablas
 */
.ve-dash-header {
    font-size: 11px;
    font-family: Calibri, Verdana, FontAwesome;
    color: white;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
}
