body{
    background-color: #fff;
}

#wizard {
	border: initial;
}

.wizard-header{
	background-color: #1b0088;
	color: #5d5d66;
}

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

.logo{
	height: 70px;
}

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

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

th {
    color: #ff004b!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: #1b0088!Important;
}

.btn-azul-claro {
    background-color: #1b0088!important;
}

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

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

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

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

.progress{
	height: 5px;
}

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