body{
    background-color: #fff;
}

#wizard {
	border: initial;
}

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

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

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

.logo{
	height: 53px;
/* 	float: right; */
}

.centroPadding{
	padding-bottom: 40px !important;
    padding-top: 10px !important;
}
.cl-fucsia {
    color: #757575 !important;
}

.cl-azul-claro {
    color: #016CA0  !important;
}
.btn-fucsia {
    background-color: #00A76C  !important;
}

th {
    color: #ff004b!important;
}

.nav-pills > li > a {
    color: white !important;
    font-weight: bold;
}

.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: #00A76C!Important;
}

.btn-azul-claro {
    background-color: #016CA0!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: #016CA0;
	color: white;
	height: 80px;
}

.pull-right > .btn-azul-claro {
    background-color: #00A76C!important;
    font-weight: bold;
}

.material-icons.special {
    color: #016CA0 !important;
}

.btn-aqua {
    background-color: #00A76C !important;
    font-weight: bold;
}

.btn-tipo-de-turno{
    font-size: 14px;
}

@media only screen and (max-width:768px) {
	.btn-centro strong {
	    font-size: 16px;
	}
}