/* Default styling for jQuery Datepicker v4.0.6. */
#ui-datepicker-div,#ui-yearRange-div {
	background-color: #fff;
  color: #41484e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
	font-size: 12px;
	width: 260px !important;
    z-index: 11 !important;
}

#ui-yearRange-div .ui-datepicker-calendar {
    display: none;
}

#ui-yearRange-div .ui-datepicker-current {
    display: none;
}

#ui-yearRange-div .ui-datepicker-close {
    background: #2098df;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 7px 15px;
    margin-bottom: 10px;
    margin-left: 10px;
}


.ui-datepicker-header {
	color: #41484e;;
	display: block;
	font-weight: bold;
	padding: 15px 0px 0px;
	text-align: center;
}

.ui-datepicker-calendar {
  margin: 10px 20px 20px 20px;
  width: auto;
}


.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    border: none 0px;
    color: #E2E2E2;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 24px;
    height: 16px;
    padding: 0px;
    position: absolute;
    top: 17px;
    width: 10px;
}

.ui-datepicker .ui-datepicker-prev {
    background: #fff url("../images/newDesign/arrow_side.png") no-repeat 0px 0px;
    left: 24px;
}
.ui-datepicker .ui-datepicker-next {
    background: #fff url("../images/newDesign/arrow_side.png") no-repeat 100% ;
    right: 24px;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    text-decoration: none;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: #41484e !important;
    font-size: 14px;
    font-weight: bold;
    height: 18px !important;
    padding: 0;
    margin: 0px;
    text-decoration: underline;
    text-transform: uppercase;
    width: 50%;
    -webkit-appearance: none;
    background:  #fff url("../images/newDesign/expand_arrow.png") no-repeat 95% 7px;
    /* for FF */
    -moz-appearance: none;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none!important;
    -khtml-appearance: none;
}

select::-ms-expand {
    display: none;
    visibility:hidden;
}


.ui-datepicker select.ui-datepicker-year {
  margin-left: 10px;
  width: 55px;
}

.ui-datepicker th {
    background-color: #f2f5f8;
    border: 2px solid #dbe1e6;
    color: #41484e;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
}

.ui-datepicker th span {
	   line-height: 26px;
     padding: 0px 0px;
}

.ui-datepicker td {
    border: 2px solid #dbe1e6;
    font-weight: normal;
    text-align: center;
    width: 29px;;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background-color: #fff;
}

.ui-datepicker-calendar .ui-state-default {
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 60%, #FFFFFF 100%);
    box-shadow: 1px 1px rgba(255, 255, 255, 0.5) inset;
    clear: both;
    color: #666666;
    display: block;
    line-height: 28px;
    text-decoration: none;
    width: 100%;
}

.ui-datepicker-calendar .ui-state-default:hover {
	background-image: none;
	background-color: #f9794c;
	color: #fff;
  font-weight: bold;
}

.ui-datepicker-calendar .ui-state-active {
    background-color: #9D9DA4 !important;
    background-image: none;
}

.ui-datepicker-calendar .ui-state-highlight {
    background-color: #f9794c;
    background-image: none;
    color: #fff;
    font-weight: bold;
}


.ui-datepicker-other-month .ui-state-default {
  color: #b4b4b4;
}

.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
    display: none;
}

.ui-datepicker-month > option, .ui-datepicker-year > option {
    font-size: 12px;
    font-weight: normal;
    text-indent: 5px;
    text-transform: none;
    text-decoration: none;
}