#time-input-to, #time-input-from {
    width: 60px;
}

#time-inputs-wrapper {
    display: inline;
    float: right;
}

#time-slider-wrapper {
    margin-top: 1px;
}

.time-slider-label {
    width: 40%;
    float: left;
    text-align: right;
}

.time-slider-range-content {
    width: 55%;
    float: right;
}

.time-slider-content {
    width: 90%;
    margin: 0px auto;
}

#time-slider-from, #time-slider-to {
    margin: 0em 1em 0em 1em;
    display: block;
}

#time-slider-row, #time-slider-row-to, #time-slider-row-from, #time-timezone-wrapper {
    height: 1.5em;
}

#time-timezone-wrapper {
    height: 32px;
    line-height: 32px;
    margin-top: 10px;
    vertical-align: middle;
}

#time-timezone-wrapper .ui-combobox {
    float: left;
    margin-left: 5px;
}

div.cleaner {
    clear: both;
}

.time-error {
    background-color: #FAAFBE; /*pink*/
    border-color: red;
}

div.input[type="text"] {
    display: block;
}

.time-range-checkbox-wrapper {
    margin: 10px;
    display: inline-block;
    width: auto;
}

.time-range-checkbox-wrapper label {
    margin-left: 5px;
    color: #666B9E;
    text-decoration: underline;
    cursor: pointer;
}

.time-range-input-wrapper {
    display: block;
}

.horizontal-separator {
    margin: 0.5em 1em 0.5em 1em;
    border-bottom: 1px solid #A9A9A9; /*darkgray*/
}

.monthpicker-prev-year-button, .monthpicker-next-year-button,
.yearpicker-prev-year-button, .yearpicker-next-year-button,
.semesterpicker-prev-year-button, .semesterpicker-next-year-button,
.quarterpicker-prev-year-button, .quarterpicker-next-year-button {
    width: 28px;
    height: 28px;
    float: left;
    display: block;
    cursor: pointer;
    margin-bottom: 12px;
    background-color: #5d5d8c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-position: center center;
}

.monthpicker-prev-year-button,
.yearpicker-prev-year-button,
.semesterpicker-prev-year-button,
.quarterpicker-prev-year-button {
    background-image: url('../images/icons/Icon_Previous.png');
}

.monthpicker-next-year-button,
.yearpicker-next-year-button,
.semesterpicker-next-year-button,
.quarterpicker-next-year-button {
    background-image: url('../images/icons/Icon_Next.png');
}

.monthpicker-show-year, .yearpicker-show-year, .semesterpicker-show-year, .quarterpicker-show-year {
    height: 30px;
    width: 171px;
    display: block;
    float: left;
    text-align: center;
    cursor: default;
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    padding-top: 4px;
}

.monthpicker, .yearpicker, .semesterpicker, .quarterpicker {
    text-align: center;
}

.monthpicker-month, .quarterpicker-month, .yearpicker-year {
    cursor: pointer;
}

div.table-wrapper {
    max-width: 284px;
    max-height: 94px;
    width: 264px;
    height: 94px;
}

.semesterpicker-stable-semester {
    float: left;
    font-size: 15px;
    width: 49.3%;
    height: 30px;
    text-align: center;
    text-decoration: underline;
    border: 1px solid #A9A9A9; /*darkgray*/
    padding-top: 7px;
    cursor: pointer;
}

.semesterpicker-stable-semester:hover {
    background-color: #E3E3E3; /*lightgray*/
}

.semesterpicker-checkbox-wrapper {
    height: 30px;
    font-weight: bold;
    margin: none;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 15px;
}

.semesterpicker-help-icon {
    width: 24px;
    height: 24px;
    margin: 3px;
    margin-left: 20px;
}

.semesterpicker-select option {
    text-align: left;
}

div.originalinput-wrapper {
    display: inline-block;
}

.datepicker-arrow-left, .datepicker-arrow-right {
    cursor: pointer;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background-color: #5d5d8c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-position: center center;
    display: inline-block;
}

.datepicker-arrow-left {
    background-image: url('../images/icons/Icon_Previous.png');
    margin-right: 5px;
    float: left;
}

.datepicker-arrow-right {
    background-image: url('../images/icons/Icon_Next.png');
    margin-left: 5px;
    float: right;
}

.time-range-input-wrapper {
    display: inline;
}

/* ---- button in input ---- */

.div-button-in-input {
    border: 1px solid #888;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding-right: 4px;
    vertical-align: middle;
    background-color: white;
    line-height: 25px;
    height: 26px;
}

a.button-in-input, span.button-in-input-span {
    background-color: #5D5D8C;
    background-image: url('../images/icons/Icon_Datepicker.png');
    background-position: center center;
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 18px;
    width: 18px;
    border: none;
    border-radius: 2px;
    vertical-align: middle;
    margin-bottom: 1px;
    position: relative;
}

span.button-in-input-span {
    display: none;
    cursor: default;
}

.ui-datepicker-trigger {
    display: none;
}

/* ---------------- DAY PICKER ---------------- */

.ui-datepicker {
    padding: 8px;
    line-height: normal;
    width: auto;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid #fdc400;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.35);
}

.ui-datepicker-header {
    padding: 0;
    height: 32px;
    color: #222;
    background: none;
    border: none;
}

.ui-datepicker-next, .ui-datepicker-prev,
.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
    width: 40px;
    height: 40px;
    background-color: #5d5d8c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px !important;
    position: relative;
    top: 0px;
    right: 0px;
    border: none !important;
}

.ui-datepicker-prev {
    left: 0px !important;
    top: 0px !important;
    background-image: url('../images/icons/Icon_Previous.png');
}

.ui-datepicker-next {
    background-image: url('../images/icons/Icon_Next.png');
    right: 0px !important;
    top: 0px !important;
}

.ui-datepicker .ui-state-hover {
    border: none;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 0px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 0px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 0px;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 20px;
    margin: 0px;
    text-align: center;
    font-weight: normal;
    font-family: Arial;
    font-size: 16px;
}

table.ui-datepicker-calendar {
    width: 264px;
}

.ui-datepicker-calendar th {
    font-family: Arial;
    font-size: 13px;
    color: #6B6B6B;
    font-weight: normal;
    padding: 25px 0px 7px;
}

.ui-datepicker-calendar td {
    padding: 1px;
}

.ui-datepicker-calendar th .ui-state-default, .ui-datepicker-calendar td .ui-state-default {
    width: 32px;
    height: 19px;
    padding: 0px;
    padding-top: 5px;
    text-align: center;
    vertical-align: center;
}

table.ui-datepicker-calendar tr td .ui-state-default {
    font-weight: normal !important;
    font-family: Arial;
    font-size: 13px;
}

td.ui-datepicker-other-month > a {
    background-color: #F9F9FA;
    color: #B2B2B2;
    border: 2px solid #F9F9FA;
}

table.ui-datepicker-calendar tr td .ui-state-default,
.monthpicker-month-inner.ui-state-default,
.quarterpicker-month-inner.ui-state-default,
.yearpicker-year-inner.ui-state-default {
    background-color: #ECECEE;
    border: 2px solid #ECECEE;
    color: black;
    cursor: pointer;
}

table.ui-datepicker-calendar tr td .ui-priority-secondary {
    background-color: #F9F9FA;
    border: 2px solid #F9F9FA;
    color: #B2B2B2;
}

table.ui-datepicker-calendar tr td .ui-state-highlight {
    border: 2px solid #fdc400;
    background-color: #ffeebf;
}

button.ui-datepicker-close {
    font-size: 13px;
}

button.ui-datepicker-current {
    display: none;
}

span.ui-datepicker-current {
    margin-top: 7px;
    color: #363D82;
    cursor: pointer;
    text-decoration: underline;
    background: none;
    border: none;
    display: inline-block;
    font-size: 13px;
}

button.ui-datepicker-close {
    margin-top: 7px !important;
}

td.ui-datepicker-week-col {
    font-weight: bold;
    cursor: pointer;
    border-right: 1px solid #CCC;
}

.monthpicker-month-inner,
.quarterpicker-month-inner,
.yearpicker-year-inner {
    height: 20px;
    font-family: Arial;
    font-weight: normal !important;
    font-size: 13px;
    padding-top: 4px;
    width: 70px;
}

.monthpicker td.ui-state-default,
.quarterpicker td.ui-state-default,
.yearpicker td.ui-state-default {
    border: none;
    background: none;
    padding: 1px;
    height: 24px;
}

.monthpicker td.ui-state-active div,
tr.quarterpicker-quarter.ui-state-active,
.yearpicker td.ui-state-active div {
    border: 2px solid #fdc400 !important;
    background-color: #ffeebf !important;
}

tr.quarterpicker-quarter.ui-state-active div {
    border: none;
    background-color: inherit;
}

.monthpicker-footer,
.quarterpicker-footer,
.yearpicker-footer {
    text-align: left;
}

.yearpicker-table-wrapper {
    clear: both;
}

input:disabled {
    opacity: 0.5;
    background-color: white;
}

.disabled {
    opacity: 0.5;
}

.ui-slider-horizontal {
    height: 3px;
    background-color: #CECEDC;
    border-top: 1px solid #5D5D8C;
    top: 9px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -9px;
}

.ui-slider-horizontal.ui-corner-all {
    border-radius: 0px;
    border-right: none;
    border-left: none;
}

a.ui-slider-handle.ui-state-default {
    width: 10px;
    height: 18px;
    background-image: url('../images/icons/Icon_Slider.png');
}

.ui-slider-handle.ui-state-default.ui-state-hover,
.ui-slider-handle.ui-state-default.ui-state-active,
.ui-slider-handle.ui-state-default.ui-state-focus {
    width: 10px;
    height: 18px;
    border: 1px solid #5D5D8C;
}

.time-checkbox-wrapper {
    background-color: rgb(255, 238, 191);
    padding: 2px 5px 2px 5px;
    height: 28px;
}

.time-checkbox-wrapper input[type="text"] {
    height: 25px;
}

.time-checkbox-wrapper .prettycheckbox, .time-checkbox-wrapper label {
    margin-top: 4px;
}

.time-slider-row {
    background-color: #F4F4F5;
    padding-top: 5px;
    padding-bottom: 2px;
}

.time-picker-wrapper {
    margin-bottom: 13px;
}

.timepicker-bottom-row-wrapper {
    line-height: 30px;
}

.timepicker-bottom-row-wrapper > a {
    color: blue;
}

.timepicker-bottom-row-wrapper .ui-datepicker-close.ui-state-hover,
#time-picker-wrapper + button.ui-datepicker-current + button.ui-datepicker-close:hover {
    border: 1px solid #5D5D8C;
}

div.datepicker-help-icon {
    background-image: url("../images/icons/Icon_Question.png");
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
}

div.datepicker-help-close {
    background-image: url('../images/icons/Icon_Close.png');
    width: 16px;
    height: 16px;
    background-position: center center;
    background-color: white;
    background-repeat: no-repeat;
    border: none;
    float: right;
}

div.datepicker-help {
    border: 2px solid #FDC400;
    background-color: white;
    padding: 5px;
    width: 351px;

}

.datepicker-help-header {
    margin-bottom: 5px;
    font-weight: bold;
}

table.ui-datepicker-calendar tr td .ui-state-active {
    border: 2px solid #FDC400;
}

.div-button-in-input input {
    height: 22px;
}

.originalinput-wrapper > .ui-combobox {
    display: inline-block;
    vertical-align: middle;
}