@charset "utf-8";


.days .icon_cal {
    position: relative;
    display: inline-block;
    text-indent: -9999em;
    overflow: hidden;
	vertical-align: top;
	/*
    width: 27px;
    height: 26px;
	margin-left: 5px;
    */
    width: 60px;
    height: 60px;
/* 	margin-left: 0px; */
	margin-left: -4px;
}
.days .icon_cal:after {
    content: "";
    display: block;
    position: absolute;
    /*
    top: 1px;
    left: 0px;
    width: 27px;
    height: 26px;
    background: url(../sooritopia/images/bg_cal_icon.jpg) no-repeat;
    */
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    background: url("../images/bg_cal_icon_new.jpg") no-repeat;
	background-size: 59px 57px;
}

.days .icon_cal.search_icon {
    position: relative;
    display: inline-block;
    text-indent: -9999em;
    overflow: hidden;
	vertical-align: top;
	/*
    width: 27px;
    height: 26px;
	margin-left: 5px;
    */
    width: 45px;
    height: 45px;
/* 	margin-left: 0px; */
	margin-left: -4px;
}
.days .icon_cal.search_icon:after {
    content: "";
    display: block;
    position: absolute;
    /*
    top: 1px;
    left: 0px;
    width: 27px;
    height: 26px;
    background: url(../sooritopia/images/bg_cal_icon.jpg) no-repeat;
    */
    top: 0px;
    left: -1px;
    width: 45px;
    height: 45px;
    background: url("../images/bg_cal_icon_new.jpg") no-repeat;
	background-size: 100%;
}
.days span {
    display: inline-block;
    padding: 3px 5px 0 7px;
    color: #959595;
    font-size: 13px;
}

.days input {
    outline: none;
}

.search-con .days .icon_cal { /* width: 42px; height: 41px; */ width: 60px; height: 60px;}
.search-con .days .icon_cal:after { width: 62px; height: 60px;  background: url("../images/bg_cal_icon_new.jpg") no-repeat; background-size: 60px 60px; }


#ui-datepicker-div { padding-top: 1px; }
.ui-datepicker-calendar { border: 1px solid #434343; }
.ui-datepicker-prev { left: 3%; }
.ui-datepicker-next { right: 5%; }
.ui-datepicker-header { border-radius: 8px 8px 0 0; }
.ui-datepicker-calendar thead th { height: 38px; background: #e5e5e5; color: #000000; border-bottom: 1px solid #434343; border-left: 1px solid #434343; }
.ui-datepicker-calendar td { height: 30px; border-bottom: 1px solid #434343; border-left: 1px solid #434343; height: 38px; text-align: center; }
.ui-datepicker-calendar td .ui-state-default { padding: 7px; }
.ui-datepicker-week-end  { color: #0000ff; } 
.ui-datepicker-calendar .ui-datepicker-calendar td:first-child { color: #ff0000; }
.ui-datepicker-calendar.ui-datepicker-week-end.ui-state-disabled { color: #cccccc; } 

.ui-datepicker-calendar td.ui-datepicker-today { background: #7ee7af; }
.ui-datepicker-calendar td .ui-state-hover { background: #cbe5ff; } 


