.ui-datepicker-div {
    width: 230px;
    background: #ffe8ee;
    text-align: center;
    top: 100px;
    font-weight: bold;
    position: absolute;
    display: none;
    line-height: 25px;
    border: 1px solid #ffe8ee;
    right: 0px;
    padding: 10px;
    border-radius: 5px;
    z-index: 1;
}
.ui-datepicker-div span{
    color: #000!important;
}
.ui-datepicker-div div{
padding-left: 0px !important;
}
table.ui-datepicker-calendar{
	margin:10px auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    font-weight:bold;
    margin:0!important;
}
.ui-datepicker-header{
	position:relative;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next{
	position:absolute;
	display:block;
	width:15px;
	height:15px;
	text-indent:-9999px;
	margin-top: 4px;
    cursor: pointer;
}
.ui-datepicker-header .ui-datepicker-prev{
	left:11px;
	background:url('images/calprev.png') no-repeat;
}
.ui-datepicker-header .ui-datepicker-next{
	right:11px;
	background:url('images/calnext.png') no-repeat;
}
.ui-datepicker-title{
	margin-top:11px;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	color:#021c33;
}
    .ui-datepicker-title span {
        display: inline!important;
    }
.ui-datepicker-calendar tbody td a,
.ui-datepicker-calendar tbody td span{
    width: 26px;
    height: 26px;
    display: block;
    background: #FFF;
    text-align: center!important;
    line-height: 26px!important;
    color: #000!important;
    font-size: 12px!important;
    margin: 2px;
    font-weight: bold!important;
    padding-left: 0!important;
}
.ui-datepicker-calendar th{
	color:#1a304e;
    padding: 0!important;
    text-align: center!important;
    width: 30px!important;
}
.ui-datepicker-calendar th span{
    padding: 0!important;
    text-align: center!important;
}
.ui-datepicker-calendar td{
    padding: 0!important;
    text-align: center!important;
}
.ui-datepicker-calendar td.ui-state-disabled{
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter:alpha(opacity=30);
}

.ui-datepicker-calendar a.ui-state-active,  .ui-datepicker-calendar td.ui-datepicker-current-day{
	background:#98183b;
	color: #fff!important;
}
.ui-datepicker-calendar td:hover {
    background: #98183b;
    color: #fff;
}

#calendar_container{
    width: 100%;
    background: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
}
#calendar.ui-datepicker-div {
    position: relative;
    display: block;
    margin: 0 auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 80%;
}
#calendar .ui-datepicker-title {
    margin-top: 0px;
    color: #fff;
    background: #6dabdf;
}
#calendar .ui-datepicker-header {
    height: 40px;
    line-height: 40px;
}

#calendar .ui-datepicker-header .ui-datepicker-prev,
#calendar .ui-datepicker-header .ui-datepicker-next {
    top: 12px;
	margin-top: 0px;
    cursor: pointer;
}
#calendar .ui-datepicker-header .ui-datepicker-prev {
    right: 11px;
    background: url('images/calprev2.png') no-repeat;
}
#calendar .ui-datepicker-header .ui-datepicker-next {
    right: 11px;
    background: url('images/calnext2.png') no-repeat;
}

#calendar .ui-datepicker-calendar {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}
#calendar .ui-datepicker-calendar th {
    background: #f0f0f0;
    height: 15px;
    font-size: 11px;
}
#calendar .ui-datepicker-calendar td {
    border: 1px solid #ddd;
}

#calendar .ui-datepicker-calendar tbody td a,
#calendar .ui-datepicker-calendar tbody td span {
    width: 100%;
    height: 38px;
    background: transparent;
    line-height: 38px;
    margin: 0px;
}

#calendar .ui-datepicker-calendar td:not(.dp-highlight ) a{
	color: #071a2c;
}

#calendar .ui-datepicker-calendar td:hover{
	background:#98183b;
	color: #fff;
}
#calendar .ui-datepicker-calendar td:hover a{
	color: #fff;
}
#calendar .dp-highlight{
	background:#98183b;
	color: #fff;
}
    #calendar .dp-highlight:hover {
        color:#fff;
    }
#calendar .ui-state-default{
	color: #071a2c;
}
#calendar .ui-datepicker-calendar tbody td.dp-highlight a{
    background:#98183b;
	color: #fff !important;
}
#calendar .ui-datepicker-calendar tbody td.dp-highlight a:hover {
    color: #fff;
}
#quickbooker .ui-datepicker-div {
    width: 230px;
	height: auto;
    background: #fff;
    text-align: center;
    top: 20px;
    font-weight: bold;
    position: absolute;
    display: none;
    line-height: 25px;
    border: 1px solid #fff;
    left: -10px;
    padding: 10px;
    border-radius: 5px;
}

#template2_calendar{
    width: 100%;
    background: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    border: 0;
	padding: 0;
    display: block;
    position: relative;
    top:0;
    left:0;
}
#template2_calendar .ui-datepicker-title {
    background: #98183b;
    color: #fff;
}

#template2_calendar .ui-datepicker-title span {
    line-height: 100px;        
    font-size: 28px;
    font-weight: 300;
    text-transform: none;
    color: #fff!important;
}
#template2_calendar .ui-datepicker-header .ui-datepicker-prev {
    left: 0;
    height: 100%;
    width: 20px;
    background: url(images/arrow_left.png) no-repeat left 10px center;
    top: 0;
    margin-top: 0;

}
#template2_calendar .ui-datepicker-header .ui-datepicker-next {
    right: 0;
    height: 100%;
    width: 20px;
    background: url(images/arrow_right.png) no-repeat right 10px center;
    top: 0;
    margin-top: 0;
}

#template2_calendar table.ui-datepicker-calendar{
    width: 100%;
    display: block;
}
    #template2_calendar .ui-datepicker-calendar th{
        width: 40px !important;
        background: #3a3247;
        height: 35px;
        color: #fff!important;
    } 
    #template2_calendar .ui-datepicker-calendar th span{
        color: #fff!important;
    }

   #template2_calendar .ui-datepicker-calendar tbody td a, #template2_calendar .ui-datepicker-calendar tbody td span {
    width: 36px;
    height: 36px;
    line-height: 36px!important;
    background: transparent;
}

/*multi datepicker*/

#template2_calendar .ui-datepicker-header .ui-datepicker-prev,
#template2_calendar .ui-datepicker-header .ui-datepicker-next{
	margin-top: 1.5px;
}
#template2_calendar .ui-datepicker-calendar td a, #template2_calendar .ui-datepicker-unselectable span{
	text-align: center;
}
#template2_calendar .ui-datepicker-calendar td:not(.dp-highlight ) a{
	color: #182d4b;
}

#template2_calendar .ui-datepicker-calendar td:hover{
	background:#98183b;
	color: #fff;
}
#template2_calendar .ui-datepicker-calendar td:hover a{
	color: #fff!important;
    text-decoration:none;
}
#template2_calendar .dp-highlight{
	background:#98183b;
	color: #fff;
}
    #template2_calendar .dp-highlight:hover {
        color:#fff;
    }
#template2_calendar .ui-state-default{
	color: #182d4b;
}
#template2_calendar .ui-datepicker-calendar tbody td.dp-highlight a{
    background:#98183b;
	color: #fff !important;
}
#template2_calendar .ui-datepicker-calendar tbody td.dp-highlight a:hover {
    color: #fff;
}
