/*
 * Estilos definidos para la opcion Consultas de tarjetas de control
 * <<CU-PORSIMUR-001- Consulta tarjeta de control>>	 
 *
 * Ricardo Hernandez Cediel <<hhernandez@heinsohn.com.co>>
 */
.fondo{
	background: blue;
}
div{
	/*border: 1px #000 solid;*/
}
.slider{
	background: url("../images/fondo_taxi.jpg");
	/*height: 70vh;*/
	background-size: cover;
	background-position: cover; 
	border-radius: 8px;
}
/*Set default corporative color */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
   background-color: rgb(6,28,49) !important;
}
.btn-quejas, .btn-quejas:active, .btn-quejas:visited{
	background-color: rgb(229, 141, 56) !important;
	border:1px orange solid;
}
.btn-quejas:focus, .btn-quejas:hover{
	background-color: rgb(229, 141, 56) !important;
	/*opacity: 0.8;	*/
	filter:brightness(0.9);
}

.far, .fas, .corporativeColor{
	Color: rgb(6,28,49);
	border-color: rgb(6,28,49);
}
#start-rating{
	font-size: 18pt !important;
}

#cortina {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 20;
	background-image: url("../images/blue-spin.gif");
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: 50% 40%;
}

.sincortina{
	position: relative !important;
}

.concortina{
	position: fixed;
}