body{
    background-color: #fff;
}

#wizard {
	border: initial;
}

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

.wizard-card .wizard-header {
    padding: 5px;
}

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

.wizard-navigation {
	background-color: #016CA0;	
}

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

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

.logo{
	height: 120px;
}

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

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

th {
    color: #00A76C!important;
}

.btn-azul-claro {
    background-color: #016CA0!Important;
}

.btn-azul-claro:hover {
    background-color: #00A76C!important;
}

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

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

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

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

.progress{
	height: 5px;
}

.progress .indeterminate{
	background-color: #00A76C;
}

/* CUSTOMIZACION DE ESTILO DATEPICKER */
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left {
    background-color: #016CA0 !important;
    color: white !important;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-right {
    background-color: #016CA0 !important;
    color: white !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    background: #00A76C!Important;
    color: #fff!Important;
}

.ui-widget-header {
    background-image: initial;
    background-color: #00A76C;
    color: #444;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-active {
	background: #00A76C!Important;
	color: #ffffff;
	border-color: #00A76C;
}
/* CUSTOMIZACION DE ESTILO DATEPICKER */