.picker__date-display {
	background-color: #A32430!important;
}

.picker__weekday-display {
	background-color: #A32430!important;

}

body{
	height: 100vh;
}

#footer{
	margin-top:-20px!important
}

.tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
      color: #01518c!important;
}

.tabs .tab a {
    color: #000!important;

}

.tabs .indicator {
 
    background-color: #01518c!important;
   width: 45%;
}

.modal { width: 75% !important ; height: 90% !important ; }

.linea-progreso {
	height: 5px;
	left: 58px;
	/* margin-top: 30px; */
	position: relative;
	top: -40px;
	left: 68%;
	width: 55%;
	/* background-color: #9c9c9c; */
	vertical-align: middle;
}


nav {
	color: #fff!important;
	background-color: #01518c!important;
	width: 100%;
	height: 56px;
	line-height: 56px;
}

nav ul a {
	transition: background-color .3s;
	font-size: 1rem;
	color: #fff!important;
	display: block;
	padding: 0 15px;
	cursor: pointer;
}

/*Colores bases Aex Group*/

.fondo-gris-aex{
	background-color:#666;
}

.fondo-img-login{
	background-image:url("../../../images/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.fondo-blanco{
	background-color: #fff;
}

/*tipografias*/

.titulo1{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.span-login{
	height: 12em;
}




.btn{
	margin-top: 10px;
	width: 80%;
	height: 40px!important;
}

.btn-admin{
	width: 20%!important;
}


.texto-btn{
	margin-top: 5px;
}

.card-proyecciones{
	padding: 10px!important;
}

.mini-container{
	padding-left: 20px;
	padding-right: 20px;
}

.numero-estudios{
	width: 20%;
	font-size: 18px;
	color: #fff;
	background-color: #439AD9;
}

.img-estudio{
	max-width: 130px!important;
}

.img-linea{
	max-width: 50px!important;
}

.card .card-content {
	padding: 10px!important;

}

.linea-tiempo{
	margin-top: 10px!important;
	min-height: 120px!important;
}

.marcador-linea-tiempo{
	border-radius:50px 50px 9px 8px;
	-moz-border-radius:50px 50px 9px 8px;
	-webkit-border-radius:50px 50px 9px 8px;
}

.ciclo-productivo{
	background-color: #013459 !important;
	color:#fff;
}

.ciclo-nproductivo{
	background-color: #8b8e8c !important;
	color:#fff;
}

.proy-linea-temporal{
	border-top: 2px outset rgba(0,60,132,0.26);
}


.i-label-proy{
	position: absolute;
    height: 15px;
    background-color: #fff;
    margin-left: 50px!important;
    margin-top: 50px;
}

/* Dispositivos */
@media  (min-width: 1280px) and (max-width: 1360px) {
	.span-login{
		height: 18em;
	}

}

@media  (min-width: 1360px) and (max-width: 1399px) {
	.span-login{
		height: 6em;
	}
}

@media (min-width: 1400px) and (max-width: 1499px){
	.span-login{
		height: 18em;
	}
}

@media (min-width: 1500px) and (max-width: 1699px){
	.span-login{
		height: 18em;
	}
}

@media (min-width: 1600px) and (max-width: 1699px){
	.span-login{
		height: 4em;
	}
}

@media  (min-width: 1700px) and (max-width: 1980px) {
	.span-login{
		height: 405px;
	}

}
/* dispositivos móviles */
@media (max-width: 800px){

}

