﻿body {
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    color: #000;
    cursor: pointer !important;
}

    datepicker table tr td.day:hover,
    .datepicker table tr td.focused {
        background: red;
    }

    .datepicker table tr td.old,
    .datepicker table tr td.new {
        color: #999;
    }

    .datepicker table tr td.today {
        color: white !important;
        background-color: #FFA953;
        border-color: #FFB76F;
    }

        .datepicker table tr td.today:hover {
            color: #FFFFFF;
            background-color: #FF8273;
            border-color: #f59e00;
            cursor: pointer !important;
        }

.datepicker .datepicker-switch {
    width: 145px;
}

    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
        background: #f8f8f8;
    }

.ui-datepicker {
    width: 15.20em !important;
    font-family: 'Jaldi', sans-serif !important;
    border: 1px solid #ccc !important;
}

.ui-datepicker-header {
    border-radius: 0px !important;
    background-color: #ededed !important;
    background: #ededed !important;
    border: none !important;
}

.ui-datepicker-next {
    color: #000 !important;
    top: 3px !important;
    right: 3px !important;
}

.ui-datepicker-prev {
    color: #000 !important;
    top: 3px !important;
    left: 3px !important;
}

.ui-datepicker-next:hover {
    border: none !important;
    top: 3px !important;
    right: 3px !important;
    background: white !important;
    cursor: pointer;
}

.ui-datepicker-prev:hover {
    border: none !important;
    top: 3px !important;
    left: 3px !important;
    background: white !important;
    cursor: pointer;
}

.ui-state-default {
    background: none !important;
    background-color: #ededed;
    font-size: 12px;
}

.ui-widget-content .ui-state-hover {
    color: initial;
}

.ui-widget-content .ui-state-default.ui-state-hover {
    background-color: #ccc !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: none !important;
    background-color: #eaeaea !important;
    border: 1px solid #A51E1E !important;
    border-radius: 10% !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #a1a1a1 !important;
    color: whitesmoke !important;
    font-weight: bold !important;
    border: 1px solid #d3d3d3 !important;
}

#date-picker-expirate .ui-datepicker-calendar {
    display: none;
}

.ui-widget select {
    font-family: 'Jaldi', sans-serif !important;
    font-size: 14px !important;
}

.ui-priority-primary, .ui-widget-content {
    font-weight: normal !important;
}

.ui-datepicker-close {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    font-size: 14px !important;
}

.hide-calendar .ui-datepicker-calendar {
    display: none;
}

#startDate {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 6px;
}

.ui-datepicker-current {
    display: none !important;
}

.ui-datepicker-buttonpane {
    float: left !important;
    padding: 0 !important;
}

.input-grupon-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
    .input-group .form-control:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group .form-control, .input-group-addon {
        display: table-cell;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 80%;
        margin-bottom: 0;
    }

.input-group-addon {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon{
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
    .input-group-addon:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.calendarButton {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 34px;
    height: 34px;
}
