/* Default styling for jQuery Datepicker v4.0.0. */
.datepick-popup {
    z-index: 9999 !important;
    margin-left: -2px;
}
.datepick,
.datepick th,
.datepick td {
    color: #222;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.datepick,
.datepick-nav {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.datepick {
    border: 1px solid #c5c5c5;
    background: #fff;
    -moz-box-shadow: 0 1px 9px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 9px rgba(0,0,0,0.5);
    box-shadow: 0 1px 9px rgba(0,0,0,0.5);
}
.datepick-disable {
    position: absolute;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.datepick a {
    color: #fff;
    text-decoration: none;
    outline: none;
}
.datepick a.datepick-disabled {
    color: #888;
    cursor: auto;
}
.datepick-nav,
.datepick-cmd {
    background: url(bg_nav.png) no-repeat;
}
.datepick-nav {
    float: left;
    width: 100%;
    height: 30px;
    overflow: hidden;
    background-color: #d3d3d3;
    background-position: 0 0;
    background-repeat: repeat-x;
    font-weight: bold;
}
.datepick-ctrl {
    display: none;
}
.datepick-cmd {
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    text-indent: -5000px;
}
.datepick-cmd-today {
    display: none;
}
.datepick-cmd-prev {
    float: left;
    background-position: 0 -30px;
}
.datepick-cmd-prev:hover,
.datepick-cmd-prev:focus {
    background-position: 0 -60px;
}
.datepick-cmd-prev:active {
    background-position: 0 -90px;
}
.datepick-cmd-prev.datepick-disabled {
    background-position: 0 -120px !important;
}
.datepick-cmd-next {
    float: right;
    background-position: 0 -150px;
}
.datepick-cmd-next:hover,
.datepick-cmd-next:focus {
    background-position: 0 -180px;
}
.datepick-cmd-next:active {
    background-position: 0 -210px;
}
.datepick-cmd-next.datepick-disabled {
    background-position: 0 -240px !important;
}
.datepick-month-row {
    clear: left;
}
.datepick-month {
    float: left;
    width: 218px;
    padding: 1px;
    text-align: center;
}
.datepick-month.first {
    padding-right: 0;
}
.datepick-month.last {
    padding-left: 7px;
    background: url(bg_separator.gif) repeat-y 0 0;
}
.datepick-month-header {
    width: 150px;
    height: 30px;
    overflow: hidden;
    margin: -30px auto 0;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    cursor: default;
}
.datepick-month-header select,
.datepick-month-header input {
    height: 1.4em;
    border: none;
}
.datepick-month-header input {
    position: absolute;
    display: none;
}
.datepick-month table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    border-collapse: collapse;
}
.datepick-month thead {
    border-bottom: 1px solid #aaa;
}
.datepick-month th,
.datepick-month td {
    width: 30px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-align: center;
}
.datepick-month th {
    border: 1px solid #efeff5;
}
.datepick-month th,
.datepick-month th a {
    background-color: #efeff5;
}
.datepick-month td {
    border: 1px solid #e8ebed;
}
.datepick-month a,
.datepick-month span {
    display: block;
    line-height: 30px;
}
.datepick-month a {
    width: 100%;
    color: #222;
    text-decoration: none;
}
.datepick-month span {
    width: 100%;
}
.datepick-month td span {
    color: #909090;
}
.datepick-month th .datepick-dow-0,
.datepick-month th .datepick-dow-6,
.datepick-month td .datepick-weekend {
    font-weight: bold;
}
.datepick-month td .datepick-other-month {
    background-color: #fff;
}
.datepick-month td .datepick-today {
    background: #efeff5 !important;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
}
.datepick-month td .datepick-highlight {
    background: #d5e9f9;
    background: -moz-linear-gradient(#d5e9f9, #c4e0f7);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #c4e0f7),
        color-stop(1, #d5e9f9)
    );
}
.datepick-month td .datepick-selected {
    background: #89c1ef;
    background: -moz-linear-gradient(#89c1ef, #aad2f3);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #aad2f3),
        color-stop(1, #89c1ef)
    );
}
.datepick-month td .datepick-selected.datepick-today {
    background: #7badd7 !important;
    background: -moz-linear-gradient(#7badd7, #99bdda) !important;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #99bdda),
        color-stop(1, #7badd7)
    ) !important;
}
.datepick-status {
    clear: both;
    background-color: #ddd;
    text-align: center;
}
.datepick-clear-fix {
    clear: both;
}
.datepick-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
}

.datepick-shortcuts {
    clear: both;
    width: 445px;
    table-layout: fixed;
    margin: 0;
    border-top: 1px solid #d3d3d3;
    -moz-box-shadow: inset 0 2px 1px rgba(0,0,0,0.08);
    -webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.08);
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.08);
}
.datepick-shortcuts TD {
    width: 73px;
    padding: 0;
    border-right: 1px solid #d3d3d3;
    background: #fff;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.datepick-shortcuts TD.last {
    border-right: none;
}
.datepick-shortcuts A {
    display: block;
    padding: 7px 5px;
    color: #222;
    line-height: 13px;
}
.datepick-shortcuts A:hover,
.datepick-shortcuts A:focus {
    text-decoration: underline !important;
}