body {
  background-color: #ece7e7;
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

option:checked { background-color: SelectedItem !important; }

.modulo .title{
 /*   background-color: #108A97;  */
	background-color: #366691;
	color: #fff;
	padding: 8px 8px 4px 30px;
	margin-top: 10px;
        
}
.mds-table-detail thead th{
    background-color: #6085a8;
    font-size: 15px;
    /*text-align:center;*/
}

.mds-table-main thead th{
    background-color: #467db3;
    font-size: 15px;
    /*text-align:center;*/
}

.MuiMenu-list{
    background-color: #c6dbeb;

}

span.current, span.page, span.next, span.last, span.first{
    padding-left: 0.3em;
    padding-right: 0.3em;
}

.titulo-span{
    font-size: 14px;
    line-height: 1.2;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #108A97;
    color: #fff;
    padding: 8px 8px 4px 30px;
    margin-top: 10px;
}

.span-subtitulo{
    font-size: 0.87rem;
    color: #046da3;
}

.select2-hidden-accessible{
    position: initial !important;
    display: block;
}

.img-center{
    display: block;
    margin: 0 auto;
}

.btn-login{
    background: #70ba61;
    border: 0;
    padding: 10px 25px;
    font-weight: normal;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.1em;
}

.error-mds{
    background: #FFFFFF;
    padding: 10px;
}


.nvar_barra_azul{

    left: 0;
    right: 0;
    margin-top: -70px;
    background-repeat: repeat-x;
    background-image: url("images/lineazul.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 1500px 3px;
    height: 75px;
    z-index: 5;

}
.titulo_aplicativo {
    color: #108A97;
    margin-top: 8px;
    margin-right: 2px;
    margin-left: 15px;
    font-family: 'Asap', 'arial';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25em;
    padding-top: 0px;
}
.subtitulo {
    color: #108A97;
    margin-left: 5px;
    font-family: 'Asap', 'arial';
    font-weight: bold;
    font-size: 1em;
    padding-top: 0px;
}


/*=================================================================*/
/*   PROYECTOS REACT   */
/*=================================================================*/
/* -------------------------------------------------------------  */
/*	clases para los modales de REACT */
/* -------------------------------------------------------------  */
a.gc-button-link{
    text-decoration : none;
    color: #FCFCFC;
}
a.gc-button-link:hover{
    text-decoration : none;
    color: #FFFFFF;
    font-weight: bold;
}
.MuiPaper-root.info{
    /* montenido del modal, tiene adentro el title y el content */
    background-color: #c0c0c0;
    color: #ffffff;
}
.MuiDialogTitle-root.info{
    /* tag H2 que tiene el title del modal */
    background-color: #6085A8;
    color: #ffffff;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 0px;
}

.MuiDialogContent-root.info{
    /* tag DIV contenedor del content */

}
.MuiDialogContentText-root.info{
    /* tag P que tiene el texto del modal: el content real */
    color: #000000;
}
/*.........................*/
.MuiPaper-root.error{
    /* montenido del modal, tiene adentro el title y el content */
    background-color: #c0c0c0;
    color: #ffffff;
}
.MuiDialogTitle-root.error{
    /* tag H2 que tiene el title del modal */
    background-color: #D43535;
    color: #ffffff;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 0px;

}
.MuiDialogContent-root.error{
    /* tag DIV contenedor del content */

}
.MuiDialogContentText-root.error{
    /* tag P que tiene el texto del modal: el content real */
    color: #000000;
}
/*.........................*/
.MuiPaper-root.warning{
    /* montenido del modal, tiene adentro el title y el content */
    background-color: #c0c0c0;
    color: #ffffff;
}
.MuiDialogTitle-root.warning{
    /* tag H2 que tiene el title del modal */
    background-color: #979b22;
    color: #ffffff;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 0px;
}
.MuiDialogContent-root.warning{
    /* tag DIV contenedor del content */

}
.MuiDialogContentText-root.warning{
    /* tag P que tiene el texto del modal: el content real */
    color: #000000;
}


.gcInputRadio label{
    margin-top: 0px;
}

.gcInputRadio > div.MuiFormGroup-root{
    border-bottom: 1px solid #bec1c2;
    border-top: 1px solid #bec1c2;
    border-left: 1px solid #bec1c2;
    border-right: 1px solid #bec1c2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 4px;
    margin-top: 8px;
}

.gcInputRadio > table > tableBody.MuiTableBody-root{
    color: #366691;

}

/* Header */
h1,h2,h3,h4{
	font-family: 'Poppins', sans-serif;
}

.title h5{
    margin: 10px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 3px solid #366691;
    color: #366691;

}
.title h6{
    margin: 2px;
    font-weight: bold;
    font-size: 1.375rem;
    color: #2c5d96;


}
.title h7{
    margin: 2px;
    font-weight: bold;
    font-size: 1.1rem;
    color: #366691;

}
.title h8{
    margin: 2px;
    font-weight: bold;
    font-size: 0.8rem;
    color: #2c5d96;


}

.modulo .title h4{
	margin: 0;
	font-weight: bold;
	font-size: 1.0rem;
}

.modulo .title h6{
	margin: 0;
	font-weight: normal;
	font-size: 0.80rem;
}

.btnMargenTop{
    margin-top: 25px;
}

.barra-logo{
    margin-top: 20px;
}

.parrafoObs{
    font-size: 0.98rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ECE7E7;
    color: #6085A8;
    padding: 4px 4px 4px 12px;
    margin-top: 5px;
}


.parrafoObs_gris{
    font-size: 0.98rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ECE7E7;
    color: #686565;
    padding: 4px 4px 4px 12px;
    margin-top: 5px;
    margin-bottom: 0px;
}



.footer {
    margin-top: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    color: #888888 !important;
    font-family: 'Asap', sans-serif !important;
    font-size: 13px !important;
    line-height: 16px !important;
    border-top: 1px solid rgba(192, 192, 192, 1) !important;
    background: linear-gradient(to bottom, rgba(212, 212, 212, 1) 0%, rgba(212, 212, 212, 0) 100%) !important;
    min-height: 80px !important;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.row-back-none {
  max-width: 1140px;
  background-color: none;
}

.MuiButtonBase-root.MuiTab-root.MuiTab-textColorPrimary.MuiTab-fullWidth.Mui-selected  {
    background-color: #6085A8;
    color:#fff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-top: 1px solid #535353;
    border-left:1px solid  #535353;
    border-right: 1px solid #535353;
    border-bottom: 1px solid #245682;
}

.MuiButtonBase-root.MuiTab-root.MuiTab-textColorPrimary.MuiTab-fullWidth  {
    background-color: #E9E9E9;
    color:#535353;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-top: 1px solid #535353;
    border-left:1px solid  #535353;
    border-right: 1px solid #535353;
    border-bottom: 1px solid #245682;
}

/* -------------------------------------------------------------  */
/* -------------------------------------------------------------  */

.tituloSistemas{
    font-size: 1.20rem;
    line-height: 2.0;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #999999 ;
    color: #FFFFFF;
    text-align: center;
}

.descripcionSistema{
    font-size: 0.95rem;
    line-height: 2.0;
    text-align: left;
    margin: auto;
}

.novedad-1 {
    color: #366691;
    margin-left: 0em;
    font-family: 'Asap', 'arial';
    font-weight: bold;
    font-size: 1em;
    padding-top: 0.25em;
}

.tituloDiv{
    font-size: 0.99rem;
    line-height: 2.0;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #888888 ;
    color: #FFFFFF;
    text-align: left;
    padding-left: 1.5rem;
}

.label-custom {
    color: #366691;
    margin-left: 0em;
    font-family: 'Asap', 'arial';
    font-weight: bold;
    font-size: 1em;
    padding-top: 0em;
}

/*=================================================================*/
/*=================================================================*/

