﻿.bootstrap-datetimepicker-widget table {
    background:#f1f2eb;
}
.bootstrap-datetimepicker-widget table thead tr th.prev,.bootstrap-datetimepicker-widget table thead tr th.prev:hover,.bootstrap-datetimepicker-widget table th.picker-switch,.bootstrap-datetimepicker-widget table th.next,.bootstrap-datetimepicker-widget table th.next:hover {
background:#adbca5!important;

}
    .bootstrap-datetimepicker-widget table thead tr th.next:hover {
    background:#adbca5!important;
    }
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
border-radius:0px;
}
.bootstrap-datetimepicker-widget table thead tr th.prev span,.bootstrap-datetimepicker-widget table thead tr th.next span {
    background:none;
    font-size:30px;
    line-height:30px;
    color:#fff;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
color:#fff;
font-size:16px;
}

.bootstrap-datetimepicker-widget table th {
background:#f1f2eb;
height:40px;
font-size:16px;
font-weight:700;
color:#404040;
}
.bootstrap-datetimepicker-widget table td {
width:40px;
height:40px;    
    }

.bootstrap-datetimepicker-widget table td.day {
    background:#f1f2eb;
height:40px;
width:40px;
font-size:16px;
font-weight:500;
color:#616161;

}
    .bootstrap-datetimepicker-widget table td span {
    width:40px;
    height:40px;
    margin:0;
    line-height:40px;
    }

    .bootstrap-datetimepicker-widget table td span:hover {
    background:none;
    }



.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
    color:#a6a6a6;
}

    .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background:none!important;
    }
    .bootstrap-datetimepicker-widget table td.day span:hover {
        background:#eeeeee !important;
    border-radius:50%;
    height:30px;
    width:30px;
    line-height:30px;
}
.bootstrap-datetimepicker-widget table td.active span, .bootstrap-datetimepicker-widget table td.active span:hover {
    background:#adbca5 !important;
    border-radius:50%;
    height:30px;
    width:30px;
    line-height:30px;
}
    .bootstrap-datetimepicker-widget table td.today:before {
  content:none;
    }
.table-condensed > tbody > tr > td {
padding:0;
}

.bootstrap-datetimepicker-widget table td.day:hover{
        background:none!important;

}
.table-condensed > thead > tr > th {
padding:0;
}
.bootstrap-datetimepicker-widget table td.day {
    height:40px;
line-height:40px;
width:40px;
}