.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.wrapper .bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 15px;
    width: 300px;
    border: 0;
    -webkit-box-shadow: 0px 2px 16px #ccdae0;
    box-shadow: 0px 2px 16px #ccdae0;
    border-radius: 10px;
    overflow: hidden;
}
.wrapper .bootstrap-datetimepicker-widget.dropdown-menu ul li {
    list-style: none !important;
}
.wrapper .bootstrap-datetimepicker-widget.dropdown-menu ul li {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}
.wrapper .bootstrap-datetimepicker-widget.dropdown-menu ul li:before {
    display: none;
}
.bootstrap-datetimepicker-widget table {
    border: 0;
}
.bootstrap-datetimepicker-widget table > thead > tr > th,
.bootstrap-datetimepicker-widget table.table > thead > tr > th {
    border: 0;
}
.bootstrap-datetimepicker-widget table tr,
.bootstrap-datetimepicker-widget table.table tr {
    border-bottom: 0;
}
.bootstrap-datetimepicker-widget table thead tr,
.bootstrap-datetimepicker-widget table.table thead tr,
.bootstrap-datetimepicker-widget table thead tr:last-child,
.bootstrap-datetimepicker-widget table.table thead tr:last-child {
    border-bottom: 0;
}
html .bootstrap-datetimepicker-widget table th {
    font-size: 15px;
    font-weight: 400;
    padding: 0 !important;
    height: 39px;
    width: 14.28571429%;
    padding-top: 2px !important;
    color: #000;
    text-transform: capitalize;
    background-color: #fff;
    border: 0 !important;
}
html .bootstrap-datetimepicker-widget table th.picker-switch {
    font-weight: 500;
}
html .bootstrap-datetimepicker-widget table th.picker-switch:hover {
    background-color: #F2F6F7 !important;
}
html .bootstrap-datetimepicker-widget table th.next:hover,
html .bootstrap-datetimepicker-widget table th.prev:hover {
    background-color: #F2F6F7 !important;
}
html .bootstrap-datetimepicker-widget table th.next span,
html .bootstrap-datetimepicker-widget table th.prev span {
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    font-family: "kraken";
    padding-top: 5px;
    font-size: 19px;
}
html .bootstrap-datetimepicker-widget table th.prev span:before {
    content: "\e930";
}
html .bootstrap-datetimepicker-widget table th.next span:before {
    content: "\e92f";
}
html .bootstrap-datetimepicker-widget .datepicker,
html .bootstrap-datetimepicker-widget .timepicker {
    display: block;
}
html .bootstrap-datetimepicker-widget .datepicker > div,
html .bootstrap-datetimepicker-widget .timepicker > div {
    display: block;
}
html .bootstrap-datetimepicker-widget .datepicker-months table td,
html .bootstrap-datetimepicker-widget .datepicker-years table td,
html .bootstrap-datetimepicker-widget .datepicker-decades table td {
    padding: 0 !important;
    background-color: #fff !important;
    border: 0 !important;
}
html .bootstrap-datetimepicker-widget .datepicker-months table td span,
html .bootstrap-datetimepicker-widget .datepicker-years table td span,
html .bootstrap-datetimepicker-widget .datepicker-decades table td span {
    margin: 0;
    padding: 0;
    border-radius: 150%;
    color: #F59D24;
    font-size: 15px;
    font-weight: 500;
    width: 25%;
    height: 64px;
    line-height: 64px;
}
html .bootstrap-datetimepicker-widget .datepicker-months table td span:hover,
html .bootstrap-datetimepicker-widget .datepicker-years table td span:hover,
html .bootstrap-datetimepicker-widget .datepicker-decades table td span:hover {
    box-shadow: 0px 2px 16px #ccdae0 !important;
    background-color: #fff !important;
}
html .bootstrap-datetimepicker-widget .datepicker-months table td span.active,
html .bootstrap-datetimepicker-widget .datepicker-years table td span.active,
html .bootstrap-datetimepicker-widget .datepicker-decades table td span.active {
    color: #000;
    background-color: #F2F6F7;
}
html .bootstrap-datetimepicker-widget .datepicker-months table td span.active:hover,
html .bootstrap-datetimepicker-widget .datepicker-years table td span.active:hover,
html .bootstrap-datetimepicker-widget .datepicker-decades table td span.active:hover {
    color: #000 !important;
    background-color: #F2F6F7 !important;
}
html .bootstrap-datetimepicker-widget .datepicker-decades table th.picker-switch {
    cursor: default !important;
}
html .bootstrap-datetimepicker-widget .datepicker-decades table th.picker-switch:hover {
    background-color: #fff !important;
}
html .bootstrap-datetimepicker-widget .datepicker-decades table td {
    height: auto;
    line-height: inherit;
    width: 100%;
}
html .bootstrap-datetimepicker-widget .datepicker-decades table td span {
    display: none;
}
html .bootstrap-datetimepicker-widget .datepicker-decades table td span.decade {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 5px;
}
html .bootstrap-datetimepicker-widget .datepicker-days table td {
    font-size: 15px;
    font-weight: 500;
    padding: 0;
}
html .bootstrap-datetimepicker-widget .datepicker-days table td:hover {
    box-shadow: 0px 0px 13px #cdcdcd !important;
    background-color: #fff !important;
}
html .bootstrap-datetimepicker-widget .datepicker-days table td.day {
    color: #F59D24;
    height: 37px;
    width: 14.28571429%;
    border-radius: 150%;
    padding: 0 !important;
    padding-top: 2px !important;
    background-color: #fff !important;
    border: 0 !important;
}
html .bootstrap-datetimepicker-widget .datepicker-days table td.old,
html .bootstrap-datetimepicker-widget .datepicker-days table td.new {
    color: #A6A6A6 !important;
}
html .bootstrap-datetimepicker-widget .datepicker-days table td.old:hover,
html .bootstrap-datetimepicker-widget .datepicker-days table td.new:hover {
    color: #A6A6A6 !important;
    cursor: default;
    box-shadow: none !important;
}
html .bootstrap-datetimepicker-widget .datepicker-days table td.active {
    color: #000 !important;
    background-color: #F2F6F7;
}
html .bootstrap-datetimepicker-widget .datepicker-days table td.active:hover {
    color: #000 !important;
    background-color: #F2F6F7 !important;
}
html .bootstrap-datetimepicker-widget .datepicker-days table td.today {
    color: #fff !important;
    background-color: #F59D24 !important;
}
html .bootstrap-datetimepicker-widget .datepicker-days table td.today:hover {
    color: #fff !important;
    background-color: #F59D24 !important;
}
html .bootstrap-datetimepicker-widget .datepicker-days table td.today:before {
    display: none;
}
html .bootstrap-datetimepicker-widget .timepicker-picker table td {
    width: 50px;
    padding: 0;
}
html .bootstrap-datetimepicker-widget .timepicker-picker table td.separator {
    width: 20px;
}
html .bootstrap-datetimepicker-widget .timepicker-picker table td a {
    padding: 0;
}
html .bootstrap-datetimepicker-widget .timepicker-picker table td a span {
    font-family: "kraken";
    font-size: 19px;
}
html .bootstrap-datetimepicker-widget .timepicker-picker table td a span.glyphicon-chevron-up:before {
    content: "\e931";
}
html .bootstrap-datetimepicker-widget .timepicker-picker table td a span.glyphicon-chevron-down:before {
    content: "\e92d";
}
html .bootstrap-datetimepicker-widget .timepicker-picker table td span {
    margin: 0;
}
html .bootstrap-datetimepicker-widget .timepicker-picker table td span:hover {
    background-color: #F2F6F7 !important;
}
html .bootstrap-datetimepicker-widget .timepicker-hours td,
html .bootstrap-datetimepicker-widget .timepicker-seconds td,
html .bootstrap-datetimepicker-widget .timepicker-minutes td {
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    width: auto !important;
}
html .bootstrap-datetimepicker-widget .timepicker-hours td:hover,
html .bootstrap-datetimepicker-widget .timepicker-seconds td:hover,
html .bootstrap-datetimepicker-widget .timepicker-minutes td:hover {
    box-shadow: 0px 2px 16px #ccdae0 !important;
    background-color: #fff !important;
}
html .bootstrap-datetimepicker-widget .timepicker-hours td.hour,
html .bootstrap-datetimepicker-widget .timepicker-seconds td.hour,
html .bootstrap-datetimepicker-widget .timepicker-minutes td.hour,
html .bootstrap-datetimepicker-widget .timepicker-hours td.second,
html .bootstrap-datetimepicker-widget .timepicker-seconds td.second,
html .bootstrap-datetimepicker-widget .timepicker-minutes td.second,
html .bootstrap-datetimepicker-widget .timepicker-hours td.minute,
html .bootstrap-datetimepicker-widget .timepicker-seconds td.minute,
html .bootstrap-datetimepicker-widget .timepicker-minutes td.minute {
    color: #F59D24;
    height: 65px;
    line-height: 65px;
    border-radius: 150%;
    padding-top: 2px;
}
.wrapper .form-item-cas .bootstrap-datetimepicker-widget.dropdown-menu,
.wrapper .form-item-datum-a-cas-time .bootstrap-datetimepicker-widget.dropdown-menu,
.wrapper .form-item-arrival-time .bootstrap-datetimepicker-widget.dropdown-menu,
.wrapper .form-type-webform-time .bootstrap-datetimepicker-widget.dropdown-menu {
    width: 220px;
}

html .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 7px 0;
    border: 1px solid #ddd;
    box-shadow: 0 0 8px #e0e0e0;
}
