/** Customizacion calendario **/

.ui-datepicker-inline{
	width:100% !important;
}

.ui-widget-content {
	border:none !important;
}

.ui-widget-header {
	border:none !important;
	background-color:#fff !important;
}

.ui-datepicker-calendar thead tr{
	border: 1px solid #ddd !important;
}

.ui-datepicker .ui-datepicker-title {
	padding-bottom:28px;
}

.ui-datepicker .ui-datepicker-today a{
    font-weight:bold;
}

.ui-datepicker .ui-datepicker-today .firsttime{
    background-color: #fff !important;
    color: #333 !important;
}

.ui-datepicker .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border:none !important;
    /*background-color:#fff !important;*/
    padding:10px 0 !important;
    max-width:40px;
    max-height:40px;
    margin: 10px 0 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    color:#fff !important;
    background:#FECB9C !important;
    border-radius:50%;
}

.ui-datepicker .ui-datepicker-prev {
    background-image: url('../images/icons/24x24/left.png') !important;
    background-repeat:no-repeat;
}

.ui-datepicker .ui-datepicker-next{
    background-image: url('../images/icons/24x24/right.png')!important;
        background-repeat:no-repeat;
}

.ui-datepicker .ui-datepicker-next-hover {
    border: none !important ;
    background-color:#FECB9C !important;
    cursor:pointer;
}

.ui-datepicker .ui-datepicker-prev-hover {
    border: none !important ;
    background-color:#FECB9C !important;
    cursor:pointer;
}

.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-state-hover
 {
        color:#fff !important;
        background:#FECB9C !important;
        border-radius:50%;
}

.ui-state-default{
    text-align:center !important;
}

/*CCALGIR*/
/*Sin espacio ese día*/
.datePickerSenseLloc span {
    background-color: #FF7E84 !important;
    background-image :none !important;
    color: #ffffff !important;
}

/*Día de puertas abiertas*/
.datePuertasAbiertas a {
    background-color: #B3E1C7 !important;
    background-image :none !important;
    color: #ffffff !important;
}

/*Día de puertas medio abiertas*/
.datePuertasMedioAbiertas a {
    background-color: #c1bee0 !important;
    background-image :none !important;
    color: #ffffff !important;
}

.leyend_calActiv{
border:1px solid #ccc;margin: 0px 0px 20px 0px;font-size: 12px;padding: 5px;
}

.leyend_calSession{
    border:1px solid #ccc;margin:auto;font-size: 12px;padding: 5px;width:40%;
}

@media (max-width: 450px) { 
    .leyend_calSession{
        border:1px solid #ccc;margin:auto;font-size: 12px;padding: 5px;width:90%;
    }
 }

.leyend_selec_day{
background: #FECB9C;height:14px;width:14px;display: inline-block;margin: 0px 5px;border-radius: 50%;
}

.leyend_open_day{
background: #B3E1C7;height:14px;width:14px;display: inline-block;margin: 0px 5px;
}

.leyend_open_middle_day{
background: #C1BEE0;height:14px;width:14px;display: inline-block;margin: 0px 5px;
}

.leyend_close_day{
background: #FF7E84;height:14px;width:14px;display: inline-block;margin: 0px 5px;
}