body{
    background-color: #e5e5e5;
}

#wizard {
	border: initial;
}

.wizard-header{
	background-color: #ffffff;
	color: #5d5d66;
	padding: 5px;
}

.wizard-card[data-color="purple"] .moving-tab {
    background-color: #233240;
}

.wizard-navigation {
	background-color: #03798f;	
}

.material-icons.special, label.special {
    color: #000 !important;
}

.cl-azul-claro {
    color: #000 !important;
}

.logo{
	height: 80px;
}

.cl-fucsia {
    color: #233240 !important;
}

.btn-fucsia {
    background-color: #233240 !important;
}

th {
    color: #233240!important;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left, .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-right {
    background-color: #03798f!Important;
}

.btn-azul-claro {
    background-color: #03798f!important;
}

.bloque-gente-espera h5{
	margin-bottom: 10px;
	width: 100%;
}

.bloque-tiempo-espera h5{
	margin-bottom: 10px;
	width: 100%;
}

.bloque-gente-espera{
	background-color: #03798f;
	color: white;
	height: 80px;
}

.bloque-tiempo-espera{
	background-color: #233240;
	color: white;
	height: 80px;
}

.progress{
	height: 5px;
}

.progress .indeterminate{
	background-color: #233240;
}

.bloque-aclaracion{
	height: 120px;
}

@media only screen and (max-width:768px) {
	.bloque-aclaracion{
		height: 250px;
	}
}

#modalPopup{
	max-width:600px;
	text-align: center;
	color: #000;
	max-height: 450px;
}

#modalPopup hr{
	width: 250px;
	border-width: 1px;
}

.popup-parrafo-1{
	font-family: Book !important;
	color: #000;
}

.popup-parrafo-2{
	font-family: Book !important;
	color: #777;
}
