﻿.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 1051;
}

.daterangepicker.opensleft .ranges {
    /*float: right;*/
    margin-top: 19px;
    margin-right: 13px;
}


.daterangepicker.opensleft .calendar {
    float: left;
    margin-left: 16px;
}

.daterangepicker.opensright .ranges,
.daterangepicker.openscenter .ranges {
    margin: 13px 7px 10px 13px;
}

.daterangepicker.opensright .calendar,
.daterangepicker.openscenter .calendar {
    float: right;
    margin: 0px 16px 0px 0px;
}
.daterangepicker.openscenter.rtlpicker .calendar {
    float: left;
    margin: 0px 0px 0px 16px;
}
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none;
}

.daterangepicker .ranges {
    width: 105px;
    text-align: left;
}

    .daterangepicker .ranges .range_inputs > div {
        float: left;
    }

        .daterangepicker .ranges .range_inputs > div:nth-child(2) {
            padding-left: 11px;
        }

.daterangepicker .calendar {
    display: none;
    /*max-width: 320px;*/
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

/*.calendar tbody tr{
   height : 41px!important;
}*/

.daterangepicker .calendar.single .calendar-date {
    border: none;
}

.daterangepicker .calendar th {
    white-space: nowrap;
    text-align: center;
    width: 32.5px;
    height: 32.5px;
}

.daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
}

.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-shadow: #fff 1px 1px 0px;
    text-transform: uppercase;
    width: 74px;
}

.daterangepicker .ranges input {
    font-size: 11px;
}

.daterangepicker .ranges .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 10px 0;
    padding: 0 6px;
    width: 74px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;*/
}

.daterangepicker .ranges li {
    font-size: 13px;
    /*background: #f5f5f5;
    border: 1px solid #f5f5f5;*/
    /*color: #08c;*/
    color: #55585e;
    margin-bottom: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 300;
}

    .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
        /*background-color: rgb(109,175,20);*/
        /*background: #08c;
        border: 1px solid #08c;*/
        color: #55585e;
        font-weight: bold;
    }

.daterangepicker .footer {
    clear: both;
    float: right;
    margin-top: 15.3px;
    margin-right: 15px;
}


.daterangepicker .footerRtl {
    clear: both;
    float: left;
    margin-top: 15.3px;
    margin-left: 15px;
}

.daterangepicker .calendar-date {
    border: 1px solid #ddd;
    /*padding: 4px;*/
    border-radius: 4px;
    background: #fff;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 8px auto 0 auto;
    line-height: 30px;
}

.daterangepicker {
    position: absolute !important;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .daterangepicker.opensleft:before {
        position: absolute;
        top: -7px;
        right: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker.opensleft:after {
        position: absolute;
        top: -6px;
        right: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker.openscenter:before {
        position: absolute;
        top: -7px;
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker.openscenter:after {
        position: absolute;
        top: -6px;
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }
    .daterangepicker.openstop{
        margin: -2px 0 0;
    }
    .daterangepicker.openscenter.openstop:before {
        top:unset;
        bottom: -7px;
        border-bottom:unset;
        border-top: 7px solid #ccc;
    }

    .daterangepicker.openscenter.openstop:after {
        top:unset;
        bottom: -6px;
        border-bottom:unset;
        border-top: 6px solid #fff;
    }

    .daterangepicker.opensright:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker.opensright:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker table {
        width: 100%;
        margin: 0;
    }

    .daterangepicker td, .daterangepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        white-space: nowrap;
    }

        .daterangepicker td.off {
            color: #999;
        }

        .daterangepicker td.disabled, .daterangepicker option.disabled {
            color: #999;
        }

        .daterangepicker td.available:hover, .daterangepicker th.available:hover {
            background: #f4f7fa;
            color: #8d9aab;
        }

        .daterangepicker td:hover {
            border-radius: 10px !important;
        }

    .daterangepicker .tableHeader {
        height: 38px !important;
        vertical-align: middle;
        padding-top: 10px;
    }

        .daterangepicker .tableHeader td, .daterangepicker .tableHeader th {
            height: auto !important;
            vertical-align: middle;
            padding: 0px;
        }

    .daterangepicker tbody td {
        max-height: 31px !important;
        max-width: 32px !important;
        border: 5px solid white;
    }

    .daterangepicker tbody td {
        height: 31px !important;
        opacity: 0.9;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        color: #8d9aab;
        border: 5px solid white;
    }

    .daterangepicker td.in-range {
        background: #f4f7fa;
        color: #8d9aab;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        /*border: 5px solid white;*/
    }

    .daterangepicker td.start-date {
        -webkit-border-radius: 2px !important;
        -moz-border-radius: 2px !important;
        border-radius: 2px !important;
    }

    .daterangepicker td.end-date {
        -webkit-border-radius: 2px !important;
        -moz-border-radius: 2px !important;
        border-radius: 2px !important;
    }

    .daterangepicker td.start-date.end-date {
        -webkit-border-radius: 2px !important;
        -moz-border-radius: 2px !important;
        border-radius: 2px !important;
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        background-color: #e2ebf8;
        /* border-color: #3071a9; */
        color: #5a6779 !important;
        /*border: 5px solid #fff;*/
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        border-radius: 10px !important;
        /*overflow: auto*/;
        border-color: #fff !important;
    }

    .daterangepicker td.week, .daterangepicker th.week {
        font-size: 80%;
        color: #ccc;
    }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
        width: 50px;
        margin-bottom: 0;
    }

.daterangepicker_start_input {
    float: left;
}

.daterangepicker_end_input {
    float: left;
    padding-left: 11px;
}

.daterangepicker th.month {
    width: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    /* border:1px solid rgba(0,0,0,0.15); */
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

#dateSelector {
    /*height: 399px;*/
    min-height: 417px;
    width: 745px;
}

#dateSelector.without-ranges {
    width: 640px;
}

    #dateSelector, #dateSelector * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

#dateSelector.disable-dates .calendar td.available:not(.valid-count-start-date):not(.valid-count-end-date) {
    opacity: 0.5;
    pointer-events: none;
}

.date-range-input {
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    line-height: 24px;
}

.table-condensed {
    border-spacing: 0px;
    min-width: 293.6px !important;
    min-height: 289.7px !important;
}

    .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tfoot > tr > td {
        /* padding: 5px;*/
    }

    .table-condensed > tbody > tr > td {
        letter-spacing: 0.6px;
    }

    .table-condensed > tbody > tr {
        height: 41px;
    }

    .table-condensed tr:first-child th, .table-condensed tr:first-child th:hover {
        height: 53.9px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color: #c3c9d1;
        background-color: #5a6779;
        font-weight: bold;
    }

.cal-header-text {
    height: auto !important;
    font-weight: 700;
    font-size: 13px;
    color: #5a6779;
}

.weekText {
    color: #5a6779 !important;
    font-size: 16px !important;
    font-weight: normal;
    height: 19px;
}

.glyphicon:empty {
    width: 1em;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.FormGroup input[type="daterange"] {
    position: relative;
    width: 200px !important;
    color: #5a6779;
    text-indent: 11px !important;
    cursor: pointer;
}

.calender-input-icon {
    position: absolute;
    right: 20px;
    top: 8px;
    color: #5a6779;
    cursor: pointer;
}

.calender-input-icon-rtl {
    position: absolute;
    left: 20px;
    top: 8px;
    color: #5a6779;
    cursor: pointer;
}
/*.FormGroup:after {
    content: "\f073";
}*/

.legend-block {
    white-space: nowrap;
    text-align: center;
    width: 22.5px;
    height: 22.5px;
    background-color: white;
    color: #8d9aab;
    margin-right: 5px;
    float: left;
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;*/
    /*border-radius: 10px;*/
    /*border: 5px solid white;*/
}

.legend-block-rtl {
    white-space: nowrap;
    text-align: center;
    width: 22.5px;
    height: 22.5px;
    background: #f4f7fa;
    color: #8d9aab;
    margin-right: 5px;
    float: right;
}

.legend-block-description {
    width: 100px;
    margin-right: 5px;
    margin-left : 5px;
    vertical-align: top;
    font-size: 13px;
    color: #55585e;
    font-weight: 300;
    margin-top: -5px;
    float:left;
}

.legend-block-description-rtl {
    width: 100px;
    margin-right: 5px;
    margin-left : 5px;
    vertical-align: top;
    font-size: 13px;
    color: #55585e;
    font-weight: 300;
    margin-top: -5px;
    float: right;
}

.valid-count-start-date {
    position: relative;
}

    .valid-count-start-date::before,
    .valid-count-start-date-branch::before,
    .valid-count-end-date-branch::before,
    .valid-count-end-date::before,
    .valid-count-legend-branch::before {
        position: absolute;
        top: -2px;
        bottom: -2px;
        left: -2px;
        right: -2px;
        content: "";
        border-radius: 10px;
        border-width: 2px;
    }

    .valid-count-start-date::before {
        border-style: solid;
        border-color: #28bd8b !important;
    }

.valid-count-start-date-branch {
    position: relative;
}

    .valid-count-start-date-branch::before {
        border-style: dashed;
        border-color: #28bd8b !important;
    }



.valid-count-end-date-branch {
    position: relative;
}

    .valid-count-end-date-branch::before {
        border-style: dashed;
        border-color: #23b1f7 !important;
    }



.valid-count-end-date {
    position: relative;
}

    .valid-count-end-date::before {
        border-style: solid;
        border-color: #23b1f7 !important;
    }


.valid-count-legend-branch {
    position: relative;
}

    .valid-count-legend-branch::before {
        border-style: dashed;
        border-color: gray !important;
    }

/*/*.valid-count-end-date {*/
.div-explanation {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
    min-height: 40px;
    /*font-weight: bold;*/
    vertical-align: middle;
    /* padding-left: 10px; */
    padding: 10px;
    /*background-color: #A2C4C9;*/
}

.applyBtn:hover {
    color: white !important;
}

.daterangepicker {
    transform: unset;
}
@media (max-height: 1020px) {
    .daterangepicker {
        transform: scale(0.9);
    }
}
@media (max-height: 885px) {
    .daterangepicker {
        transform: scale(0.85);
    }
}
@media (max-height: 850px) {
    .daterangepicker {
        transform: scale(0.75);
    }
}

/* @media (min-height: 935px) { */
    /* .daterangepicker {
        transform: unset;
    } */
/* } */
.daterangepicker.openscenter {
    transform-origin: top;
}
.daterangepicker.opensleft {
    transform-origin: top right;
}
.daterangepicker.opensright {
    transform-origin: top left;
}
.daterangepicker.openstop.openscenter {
    transform-origin: bottom;
}
.daterangepicker.openstop.opensleft {
    transform-origin: bottom right;
}
.daterangepicker.openstop.opensright {
    transform-origin: bottom left;
}
