.bootstrap-datetimepicker-widget .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 10px;
    height: 30px;
    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;
}

.bootstrap-datetimepicker-widget .collapse {
    display: none;
}

.bootstrap-datetimepicker-widget .collapse.in {
    display: block;
}

.bootstrap-datetimepicker-widget .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);
}

.bootstrap-datetimepicker-widget .list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
}

.bootstrap-datetimepicker-widget table .next {
    text-align: right;
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

.bootstrap-datetimepicker-widget table.table-condensed {
    margin-bottom: 0px;
}

.bootstrap-datetimepicker-widget table th {
    color: #122048
}

.bootstrap-datetimepicker-widget {
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #fff;
    z-index: 100;
    border: 1px solid #d8dfeb;
    margin-top: 10px;
}

.input.datetimepicker.full-width {
    width: 100%;
}

.bootstrap-datetimepicker-widget table thead tr:first-child {
    background-color: #122048;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    color: white;
}

.bootstrap-datetimepicker-widget .old,
.bootstrap-datetimepicker-widget .new {
    color: #bdbdbd;
}

.bootstrap-datetimepicker-widget table thead tr:last-child {
    background-color: #d8dfeb;
}

.bootstrap-datetimepicker-widget .timepicker-picker [data-time-component] {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 2;
    border: 1px solid #bbb;
    border-radius: 6px;
    padding: 5px 10px;
    cursor: pointer;
}

.form-item .bootstrap-datetimepicker-widget a:not(.button) {
    margin-right: 0px;
}

/*.bootstrap-datetimepicker-widget .timepicker table tr td {padding: 0 16px;}*/


.bootstrap-datetimepicker-widget ul {
    margin-bottom: 0px;
}

.bootstrap-datetimepicker-widget .datepicker-months tr:first-child th,
.bootstrap-datetimepicker-widget .datepicker-years tr:first-child th,
.bootstrap-datetimepicker-widget .datepicker-decades tr:first-child th {
    background-color: #122048;
}

.bootstrap-datetimepicker-widget .datepicker-months [data-action="selectMonth"],
.bootstrap-datetimepicker-widget .datepicker-years [data-action="selectYear"],
.bootstrap-datetimepicker-widget .datepicker-decades [data-action="selectDecade"] {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget .datepicker-decades [data-action="selectDecade"] {
    width: 33%;
}

.bootstrap-datetimepicker-widget .datepicker-months [data-action="selectMonth"]:hover, 
.bootstrap-datetimepicker-widget .datepicker-years [data-action="selectYear"]:hover, 
.bootstrap-datetimepicker-widget .datepicker-decades [data-action="selectDecade"]:hover, 
.bootstrap-datetimepicker-widget .datepicker-days [data-action="selectDay"]:not(.disabled):hover, 
.bootstrap-datetimepicker-widget .timepicker-hours [data-action="selectHour"]:hover, 
.bootstrap-datetimepicker-widget .timepicker-minutes [data-action="selectMinute"]:hover, 
.bootstrap-datetimepicker-widget .timepicker-seconds [data-action="selectSecond"]:hover {
    color: #e95625;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget thead {
    display: table-header-group !important;
}

.bootstrap-datetimepicker-widget tr {
    display: table-row !important;
}

.bootstrap-datetimepicker-widget th.dow {
    text-align: center;
}

.bootstrap-datetimepicker-widget td.day {
    text-align: center;
    display: table-cell;
}

.bootstrap-datetimepicker-widget th:first-child,
.bootstrap-datetimepicker-widget td:first-child {
    padding-left: 16px;
}

.bootstrap-datetimepicker-widget th:last-child,
.bootstrap-datetimepicker-widget td:last-child {
    padding-right: 16px;
}

.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td{
    text-align: center;
}

.bootstrap-datetimepicker-widget td.day.disabled, .bootstrap-datetimepicker-widget td.day.disabled:hover {
    cursor: not-allowed;
    color: #ccc;
}

.bootstrap-datetimepicker-widget td.day.old.disabled, .bootstrap-datetimepicker-widget td.day.old.disabled:hover {
    color: #bdbdbd;
}

.bootstrap-datetimepicker-widget td.day.old, .bootstrap-datetimepicker-widget td.day.new {
    background-color: red;
    background-color: #fbfbfb;
}

.bootstrap-datetimepicker-widget td.day.today {
    background-color: #d8dfeb;
}

.bootstrap-datetimepicker-widget td.day.active.active {
    background-color: #122048;
    color: white;
}

.bootstrap-datetimepicker-widget th.prev.disabled > span,
.bootstrap-datetimepicker-widget th.next.disabled > span {
    display: none;
}

.bootstrap-datetimepicker-widget span.fa.fa-clock:after {
    content: '\f017';
    color: #e95625;
    font-size: 24px;
}

.bootstrap-datetimepicker-widget span.fa.fa-calendar-alt:after {
    content: '\f073';
    color: #e95625;
    font-size: 24px;
}
.timepicker-picker tbody tr:nth-child(odd) td {
    background-color: #d8dfea;
    padding: 6px;
}

.timepicker-picker tbody tr:nth-child(even) > td:nth-child(2) {
    padding: 16px 0;
    line-height: 35px;
    height: 35px;
}

.hour.disabled,
.minute.disabled,
span.month.disabled,
span.year.disabled,
span.decade.disabled {
    color: #ccc;
}
