body{
    background-color: #e5e5e5;
}

#wizard {
	border: initial;
}

.wizard-header{
	background-color: #ffffff;
	color: #5d5d66;
/* 	display:none; */
}

h3{
	font-family: "Light", arial,sans-serif!Important;
}

.breadcrumb-icons{
	display:initial;
}

/* .wizard-header{ */
/* 	display:none; */
/* } */

.wizard-card[data-color="purple"] .moving-tab {
    background-color: #00B941;
    box-shadow: 0 16px 26px -10px rgb(95 95 95 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

.wizard-navigation {
	background-color: #E0E0E0;	
}

.badgeWizard {
    background-color: white;
    color: #00B941;
}

.nav-pills > li > a {
    color: #666666 !important;
}

/* .nav-pills .completed{ */
/* 	background-color: #00B941; */
/* } */

/* li.completed > a { */
/*     color: #FFF !important; */
/* } */

label.special {
    color: #000 !important;
}

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

.logo{
	height: 50px;
}

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

.material-icons.special{
	color: #03bf66;
}

.material-icons.active.special{
	color: #03bf66;
}

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

.btn-previous, .btn-previous:hover{
    background-color: #FFFFFF!Important;
    color: #00AE3D!Important;
    border: 1px solid #00AE3D;
    font-size: 15px;
}

.btn-finish{
	background-color: #00B941!Important;
    font-size: 15px;
}

th {
    color: #00B941!important;
}

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

.btn-azul-claro:hover {
    background-color: #00842E!important;
}

.selection{
	text-align:left;
}

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

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

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

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

.progress{
	height: 5px;
}

.progress .indeterminate{
	background-color: #03bf66;
}

.bloque-aclaracion{
	height: 120px;
}

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

.badgeWizard {
    padding: 7px 12px;
}

.containerNombreCalendario{
	background-color: #00B941 !important;
}

.containerTiempoCita .btn-hora:hover {
	background-color: #00B941 !important;
}

.containerTiempoCita .btn-hora{
	color: #00B941 !important;
	border: 1px solid  #00B941 !important;
}

.btn-hora:hover {
	color: #ffffff !important;
	background-color: #00B941 !important;
}

.containerTiempoCita .btn-fucsia {
	color: #ffffff !important;
	background-color: #00B941 !important;
}

.datepickerTurnoDiaHora .ui-datepicker-inline{
	background-color: #00B941 !important;
}

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

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

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

.ui-widget-header {
    background-image: initial;
    background-color: #00B941;
    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: #00B941!Important;
	color: #ffffff;
	border-color: #00B941;
}
/* CUSTOMIZACION DE ESTILO DATEPICKER */