﻿
/*Added by omkar stop fix the drop down desing*/

.dropdown.dashMenu .dropdown-toggle {
    background: #376294;
    border: 1px solid #386294;
    padding: 8px;
    border-radius: 5px;
    margin-left: 15px;
    cursor: pointer;
    color: #fff;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    background-color: #386294;
}

.datepicker table tr td.today {
    background-color: #c2b93a !important;
    color: #fff !important;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background-color: #c2b93a !important;
    color: #fff !important;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background-color: #c2b93a !important;
    color: #fff !important;
}

.datepicker table tr td span:hover {
    background-color: #c2b93a !important;
    color: #fff !important;
}

.calender-custom {
    position: relative;
}

    /*.calender-custom .dateicon {
        width: 38px;
        line-height: 43px;
        height: 43px;
        position: absolute;
        top: 0;
        right: 0px
    }*/

    /*below class is created by Omkar to fix the date picker design*/
    .calender-custom .dateicon {
        width: 35px;
        line-height: 43px;
        height: 43px;
        position: absolute;
        top: 0;
        right: 0px;
        background-color: lightgrey;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 14px 12px;
        font-size: 15px;
        font-weight: normal;
    }

        .calender-custom .dateicon .glyphicon {
            top: 7px;
        }

.datepicker table tr td, .datepicker table tr th {
    color: #fff !important;
}

@media (min-width: 767px) {
    .datepicker table {
        width: 330px;
    }
}
