﻿/*DATETIME*/

.ui-datepicker-week-end .ui-state-default {
    background-color: #f3f9ff !important;
}

.ui-datepicker th span {
    color: #666;
    line-height: 11px;
    font-size: 11px;
    font-weight: 700;
}

.ui-widget-header {
    border: none;
    background: none;
    color: #333333;
    font-weight: bold;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-week-end {
    background-color: #f3f9ff !important;
}

.ui-datepicker-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.ui-datepicker-calendar {
    width: 100%;
    border-left: 1px solid #eee !important;
    border-top: 1px solid #eee !important;
}

.ui-icon-circle-triangle-w {
    background-position: -96px -16px;
}

.ui-icon-circle-triangle-e {
    background-position: -33px -16px;
}

.ui-slider-horizontal {
    height: 0.2em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.6em;
        margin-left: -.6em;
    }

.ui-datepicker td {
    border: 0 none;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #eee;
}

.ui-widget-content .ui-state-default {
    background: none #fff;
    border: 0px solid #AAAAAA;
    font-weight: normal;
    font-size: 14px;
    text-align:center;
}

.ui-widget-content .ui-state-default {
    background: none #fff;
    border: 0px solid #AAAAAA;
    font-weight: normal;
    font-size: 14px;
}

.ui-widget-content {
    border: 1px solid #aaaaaa !important;
    background: #ffffff !important;
    color: #000 !important;
    line-height: 25px !important;
    font-size: 14px !important;
}

.ui-datepicker th {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
    width: 14.2%;
    padding: 0px !important;
    line-height: 25px !important;
}

    .ui-datepicker th span {
        color: #666;
        line-height: 11px;
        font-size: 11px;
        font-weight: bold;
    }

.ui-datepicker .ui-datepicker-next {
    background-color: transparent !important;
}

.ui-datepicker .ui-datepicker-prev {
    background-color: transparent !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-state-active {
    color: #fff !important;
    font-weight: 400;
    font-size: 14px !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header.ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none !important;
    background: #3366cc !important;
    color: #fff !important;
    line-height: 25px !important;
    font-size: 14px !important;
    font-weight: 500;   
}

.ui-datepicker-month {
    color: #131939 !important;
    font-weight: bold;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-state-active {
    color: #fff !important;
    border-color: #000b8c !important;
    font-weight: 400;
    background: #3366cc !important;
    font-size: 14px !important;
}
/*DATETIME END*/

