/*
    =================
        Metro UI
    =================
*/

.metroui_custom .calendar .calendar-header {
    background-color: #4073ff;
}

.metroui_custom .calendar a:hover {
    background-color: #4073ff;
    color: #ffffff !important;
    border-radius: inherit;
}

.metroui_custom .calendar .day a {
    color: #1f3a92;
}

.metroui_custom .calendar .today a {
    background-color: #1ad271;
    color: #fff;
}

.metroui_custom .calendar .selected a {
    background-color: #1f3892;
    color: #fff;
}

.metroui_custom .metroui_custom .cell span {
    font-size: 20px;
}

/*------Calendar controllable------*/

.metroui_custom .calendar.darcula {
    background: #494949;
}

.metroui_custom .calendar.darcula .calendar-header {
    background-color: #eaeef1;
    color: #000;
}

.calendar .calendar-header a {
    color: #fff;
    padding: .325rem;
}

.calendar.darcula .other-day {
    background: #9e9c9d;
    border-color: #9e9c9d;
    color: #eaeef1;
}

.metroui_custom .calendar.darcula .day a {
    color: #fff;
}

.metroui_custom .calendar.darcula a:hover {
    background-color: #eaeef1;
    color: #000000 !important;
    border-radius: inherit;
}

/*     
    =========================================
            Bootstrap datetime picker         
    =========================================
*/

.daterangepicker .daterangepicker_input i {
    font-size: 16px;
}
.daterangepicker.dropdown-menu {
    background-color: #eaeef1;
}

.calendar.left {
    background-color: #eaeef1;
}

.calendar.right {
    background-color: #eaeef1;
}

.calendar-table {
    background-color: #eaeef1 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #1f3a91;
}

.daterangepicker .input-mini {
    border: 1px solid #07e0c4;
    color: #07e0c4;
    border-radius: 2px;
    padding: 0 6px 0 28px !important;
}

.daterangepicker .input-mini:focus {
    border: 1px solid #5247bd;
    color: #5247bd;
    border-radius: 2px;
}

.daterangepicker .input-mini.active {
    border: 1px solid #816cfd;
    color: #816cfd;
    border-radius: 2px;
}

.daterangepicker .calendar .month {
    border: 0px #fff solid;
    color: #ee3d50;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-bottom: solid 1px #f1f3f1;
}

.daterangepicker .fa .fa-calendar .glyphicon .glyphicon-calendar {
    color: #1f3a91;
}

.daterangepicker .btn-success.disabled, .btn-success.btn[disabled] {
    background-color: #77edb0;
    border-color: #1ad271;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #6156ce;
    color: #fff;
}

.ranges li {
    background-color: #fff;
    border: 1px solid #f1f3f1;
}

.ranges li.active {
    border: 1px solid #fff;
    border-radius: 2px;
}

/*------Predefined Ranges------*/

#reportrange i {
    /*position: absolute;*/
    left: 20px;
    top: auto;
    cursor: pointer;
    font-size: 20px;
    vertical-align: middle;
    /*margin-top: -4px;*/
}

#reportrange span {
    /*padding-left: 20px;*/
}

.well {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f9f9f9;
    border-color: #d9d9d9;
    margin-top: 15px;
    padding: 12px;
    border: 1px solid #e3e3e3;
}

/*
==============================
        Configurator
==============================
*/

.demo { 
    position: relative; 
}

.demo i {
    position: relative;
    float: right;
    cursor: pointer;
    font-size: 20px;
    margin-top: -26px;
    margin-right: 7px;
}

.daterangepicker.rtl .input-mini {
    padding-right: 28px !important;
}

/*-----Configurator Checkbox-------*/
.configurator input[type="checkbox"], input[type="radio"] {
    opacity: 0;
}

.configurator input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    opacity: 0;
}

.configurator [type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    line-height: 20px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    width: 200px;
}

.configurator [type="checkbox"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #00d1c1;
    border-bottom: 1px solid #00d1c1;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.configurator [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #ee3d50;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}

.configurator [type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
