/** 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;
    padding:10px 0 !important;
    max-width:44px;
    max-height:44px;
    margin-top: 10px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    color:#fff !important;
    background:#9fc5dd !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:#9fc5dd !important;*/
    opacity:0.6  !important;
    cursor:pointer;
}

.ui-datepicker .ui-datepicker-prev-hover {
    border: none !important ;
    /*background-color:#9fc5dd !important;*/
    opacity:0.6  !important;
    cursor:pointer;
}

.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-state-hover
 {
	color:#fff !important;
	background:#9fc5dd !important;
	/*border-radius:50%;*/
}

.ui-state-default{
    text-align:center !important;
}

/*CCALGIR*/
/*Sin espacio ese día*/
.datePickerSenseLloc span {
    background-color: #FF7E84 !important;
    /*background: rgba(255,126,132,0.35) !important;*/
	background-image :none !important;
    color: #ffffff !important;
}

.datePickerSenseLloc a {
    background-color: #FF7E84 !important;
	/*background: rgba(255,126,132,0.35) !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;
}

.opacitat-calendar{
	opacity: 0.35;
	filter:Alpha(Opacity=35); /* support: IE8 */
}

.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%; margin-top:10px;
}
.leyend_calSessionComment{
    border:none;margin:auto;font-size: 12px;padding: 5px;width:40%;    text-align: center;
}

@media (max-width: 750px) { 
	.leyend_calSessionComment{
    	border:none;margin:auto;font-size: 12px;padding: 5px;width:70%; text-align: center;
	}	
}
@media (max-width: 450px) { 
    .leyend_calSession{
        border:1px solid #ccc;margin:auto;font-size: 12px;padding: 5px;width:90%; margin-top:10px;
    }
 }

.leyend_selec_day{
background: #9fc5dd;height:14px;width:14px;display: inline-block;margin: 0px 5px;
}

.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;
}

.leyend_dot_comment{
	height:8px;width:8px;display: inline-block;margin: 0px 5px;border-radius: 50%;
}

.dot-container {
	position: absolute;
    top: 60%;
    left: 0;
    width: 103%;
    display: flex;
    justify-content: center;
}
.dot-container-daysunselectable{
	position: absolute;
    top: 65%;
    left: 0;
    width: 105%;
    display: flex;
    justify-content: center;
}


.dot{
  width: 8px !important; 
  height: 8px !important;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1.75px;
  
}

@media (max-width: 450px) { 
    .dot{
		width: 5px !important; 
		height: 5px !important;
		border-radius: 50%;
		display: inline-block;
		margin-right: 1.75px;
    }
 }
