﻿/*body {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 14px;
}*/

.navbar-default.fixed {
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.navbar-nav > li > form > a {
    position: relative;
    display: block;
    padding: 9px 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar-inverse .navbar-nav > li > form > a {
    color: #fff;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}

    .validation-summary-errors ul > li, span.field-validation-error {
        color: crimson;
    }

@media (min-width: 992px) {
    .dataTables_filter > label {
        margin-right: 20px;
    }

    .form-horizontal .control-label[class*=col-lg-] {
        text-align: right;
    }

    #searchCustomerAutocomplete,#searchAutocomplete {
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        /* margin-top: -1px; */
        z-index: 9;
        background: #fff;
        max-height: 300px;
        border-top-width: 0;
        /* top: 0; */
        left: 0;
        border-radius: 0;
    }

        #searchCustomerAutocomplete > table > tbody > tr > td,#searchAutocomplete > table > tbody > tr > td {
            padding: 10px 15px;
        }

        #searchCustomerAutocomplete h4,#searchAutocomplete h4 {
            font-size: 14px;
            margin: 0;
            font-weight: 600;
            cursor: pointer;
        }

        .clearBtn {
            position: absolute;
            top: 11px;
            right: 20px;
            z-index: 9;
        }
}

@media (min-width: 1200px) {
}
.label-icon > .textlabel {
    text-transform: none;
    padding-left: 10px;
    font-size: 1.22rem;
}
.daterangepicker.dropdown-menu {
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #ced0d4;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}
.daterangepicker div.ranges,.daterangepicker div.calendar {
    margin: 0;
    border-radius: 0;
}
 .daterangepicker div.calendar{
        border-radius: 0;
    border-right: 0px;
}
.ranges ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.ranges .range_inputs {
    padding-top: 5px !important;
}
select.pagesize{    
width: auto;
    height: 36px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5384616;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 23px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 112, 67);
    border-color: rgb(255, 112, 67);
    box-shadow: rgb(255 112 67) 0px 0px 0px 12px inset;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: rgb(100, 189, 99);
    border-color: rgb(100, 189, 99);
    box-shadow: rgb(100 189 99) 0px 0px 0px 14px inset;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

    .slider.round:before {
        border-radius: 50%;
    }
