html{
	height: 100%;
}

body {
  background: #eee !important;
  font-family: 'Varela Round', sans-serif;
  margin-bottom: 15px;
}

.footer{
    margin-top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
}

.wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 30px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#errores, #exito, #labelAlerta{
	display : none;
}

#listaErrores{
	color: red;
}

#labelAlerta, #listaAlertas{
	color: #DBA901;
}

/* HEADER */
.headerRegistro{
	background: white;
}

.dropdown{
	float: right;
	padding: 8px;
}

.logout::before{
	font-family: FontAwesome;
    content: "\f057";
}

.btnVolver{
	float: left;
	margin-top: 2px;
}

.icono{
	float: left;
	font-size: 20px;
    padding-right: 5px;
}

.tituloSelect, .select{
	float: left;
    margin: 8px;
    margin-left:35px;
}

.select{
    width: 20%;
    font-size: 13px;
    padding: 2px 10px;
}

.table-wrapper-2{
	height: 100%;
}

#tableFuncionesPorRol, #tableTipoPresentacionPorTipoEntidad {
	visibility: hidden;
}

#tableFuncionesPorRol{
    padding-top: 50px;
}

#tableTipoPresentacionPorTipoEntidad{
    margin: auto;
    padding-top: 70px;
}

#tableTipoPresentacionPorTipoEntidad td{
    padding-bottom: 5px;
    padding-left: 10px;
}

#presentacionPorTipoEntidadTable{
	margin: auto;
}

#hVenceMeses{
	padding-left: 10px;
}

#meses{
	height: 20px;
    width: 50px;
}

    
#table-title-funcPorRol{
	padding: 10px 30px;	
}
#tableFuncionesPorRol tr th, table.table tr td {
	border-color: #e9e9e9;
	padding: 12px 15px;
	vertical-align: middle;
}

#btnCambiaClave, #editClave{
	float:left;
}

#editClave{
    width: 165px;
    margin-left: 11px;
}

#cambiaClaveModal{
	top:20%;
}

#cambiaClaveError{
	visibility: none;
	color: red;
}

.modal-backdrop{
	 z-index: -10;
}

.visually-hidden{
	display:none;
}

/* SPINNER */
.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
	margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* FIN SPINNER */

#consultaDatosSafTable_filter{
	float:left;
}

#consultaDatosSafTable_wrapper{
	font-family: 'Varela Round';	
}

.gpteSelect{
	width: 45%;	
}

.gpteSelect .select{
	float: right;
	width: 45%;	
}

#checkTE{
	margin: 7px;	
}


.tituloVer{
	font-weight: bold !important;
}

.codigo{
	width: 40%;
    height: 30px;
    padding-left: 5px;
    margin-left: 28px;
}



/* SPINNER */
.spinner {
   position: absolute;
   left: 50%;
   top: 50%;
   height:60px;
   width:60px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(51,122,183,.15);
   border-right:6px solid rgba(51,122,183,.15);
   border-bottom:6px solid rgba(51,122,183,.15);
   border-top:6px solid rgba(51,122,183,.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}


/* HEADER */
.navbar-escudo{
	float: left;
    height: 50px;
    margin-right: 15px;
}

.navbar-brand{
	color: #333;
	margin-left: 0;
}

.navbar-brand a{
	text-decoration: none;
	color: #333;
}

.navbar-brand a:hover{
	color: #333;
}

.box{
	padding-top: 20px;
}

.cd2{
	display:none;
}

#baja, #divFechaCumplimiento{
	display:none;
}


#selectServiciosDiv{
	display: none;
	margin-left: 8px;
    margin-bottom: 10px;
}

#selectServicios{
	margin-left: 8px;
	height: 30px;
}

.container-especifico-gestion-solicitud {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 2em;
  padding: 0em 1em;
}

.container-especifico-superior {
  padding: 15px 16px;
}

.modal-footer {
  margin: 0 15px;
  padding: 15px 0;
}

label {
  margin-bottom: 0.5px;
}