﻿
/*Start Toogle "Rahul"*/
#barline {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 24px;

}

    #barline input {
        opacity: 0;
        width: 0;
        height: 0;
    }

#barlineslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #428bca;
    -webkit-transition: .4s;
    transition: .4s;
}

#barlineslider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

input:checked + #barlineslider {
    background-color: #4CAF50; /* Blue color when ON */
}

input:checked + #barlineslider:before {
    transform: translateX(30px);
}

.chart-label-left {
    font-size: 18px; /* Increased size */
    font-weight: bold; /* Bolder text */
    margin-right: 10px;
    float: left;
    color: #333; /* Darker color */
}

/* Right label ('Line') */
.chart-label-right {
    font-size: 18px; /* Increased size */
    font-weight: bold; /* Bolder text */
    margin-left: 10px;
    float: right;
    color: #333; /* Darker color */
}

/* Centering the entire row of toggle and labels */
.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
#barlinerpw {
    margin-top: -20px;
    padding-bottom: 10px;
}
/*End Toogle "Rahul"*/

body {
    overflow-y: hidden;
}

.table-responsive {
    max-height: 325px !important;
   /* height: 325px !important;*/
}

.DRS-table-responsive {
    max-height: 160px !important;
    height: 160px !important;
}

.bg-portrait {
    background: #000 url("/Images/bg-brandon.jpg") no-repeat scroll center top / 100% auto;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.Intro__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 94%;
    background: #fff url("/Images/download.jpg") center center;
    background-size: cover;
    z-index: 0;
}

.SK-alert {
    background-color: #D2D6DC!important;
    color: #8a6d3b!important;
    font-size: 15px;
}

    .SK-alert a {
        color: black;
    }



.modal-dialog {
    margin: 80px auto;
    width: 1100px;
}

.my-custom-class .modal-dialog {
    width: 300px;
    height: 50px;
}

.SK-box {
    margin-bottom: 15px !important;
    background-color: none !important;
}

.SK-top-r-gap {
    padding-right: 10px;
}

.SK-header-color {
    color: #fff;
}

.SK-no-border {
    border: none !important;
}

.SK-search {
    cursor: pointer;
}

.SK-search-city-gap {
    padding-left: 10px;
    /*padding-top: 10px;*/
}

.division {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.SK-division2 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.SK-div_broder {
    border-top: 3px solid #4682b4;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin: 0px 0px 0px 0px;
}

.SK-div_broder1 {
    border-top: 3px solid #ffc200;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin: 0px 0px 0px 10px;
}

.SK-div_broder2 {
    border-top: 3px solid #f76767;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin: 0px 0px 0px 10px;
}

.SK-div_broder3 {
    border-top: 3px solid #ff0000 !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    padding: 5px !important;
    margin: 0px 0px 0px 10px !important;
}

.SK-Count_style {
    color: #354052;
    font-weight: bold;
    font-size: 18px;
}

.SK-Search_citytxt {
    background-color: #354052;
    color: #fff;
    padding: 8px;
    margin-right: 0px;
}

.SK-Load_td {
    cursor: pointer;
    background-color: #3c8dbc;
    color: #fff;
}

.arrow {
    width: 15px;
    padding-left: 4px;
}

.font {
    background-color: #3c8dbc;
    padding: 2px 5px;
    color: #fff;
    margin-top: 15px;
}

.SK-box-header-spacing {
    /*margin: 10px 0px;*/
    padding: 0px;
    border-top: none !important;
}

.SK-box-header-spacing2 {
    /*margin: 10px 0px;*/
    border-top: none !important;
}

.SK-box-header-spacing3 {
    border-top: none !important;
}


.ColoredRow {
    background-color: #e4e7e7;
}

.SK-note {
    color: #5d6063;
}
.SK-header-spacing {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.SK-select-spacing {
    padding-left: 19px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.SK-sub-header {
    padding-left: 7px;
    padding-right: 20px;
    background-color: #354052;
}

.SK-header-spacing2 {
    padding-top: 5px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

.SK-txtsearch {
    height: 34px;
    width: 290px;
    border: 1px solid #e4e7e7;
    background-color: #e4e7e7;
}

.branch-alert-1 {
    margin-left: 1%;
    font-size: 20px;
}

.branch-alert-2 {
    cursor: pointer;
    margin-left: 1%;
    color: black;
}

.selection-mode {
    color: #fff !important;
    padding-right: 100px !important;
}

SK-tp-header {
    padding-left: 12px !important;
}

.Branch_pic {
    height: 32px !important;
}

.btnRefresh-img {
    width: 32px !important;
}

.branch-field {
    width: 290px !important;
    margin-right: 12px;
}


.box-4 {
    background-color: #4682b4;
    padding: 13px;
}

.box-6 {
    background-color: #D39DDB;
    padding: 5px;
}

.box-7 {
    background-color: #65B9FF;
    padding: 8px;
}

.box-8 {
    background-color: #B6E2A3;
    padding: 8px;
}


.box-inner {
    margin-left: 10px;
}

.box-txt {
    color: #52a5e7;
}

.note-line-gap {
    padding-top: 10px;
    padding-left: 9px;
}

.TableTextboxes-sec {
    overflow: scroll;
}

.TableTextboxes-inner {
    overflow: auto;
    overflow-y: auto;
}

.SK-Load_td-Sl-No {
    padding-left: 22px !important;
}

.divtag1-sec {
    overflow: auto;
    overflow-y: auto;
}

.modal-manifest {
    max-height: 450px !important;
}

.modal-manifest-inner {
    max-height: 100px !important;
}

.td-css {
    cursor: pointer;
}

.td-css-img {
    width: 15px !important;
    padding-left: 4px;
}

.td-css-display {
    display: none;
}

.modal-status {
    max-height: 480px !important;
}

.modal-status-inner {
    max-height: 470px !important;
}

.modal-drs {
    max-height: 450px !important;
}

.modal-drs-inner {
    max-height: 100px !important;
}

.modal-drs-sec {
    overflow: auto;
    overflow-y: auto;
}

.modal-drs-sec-2 {
    max-height: 250px !important;
}

.branch-details-form {
    padding-bottom: 10px;
}

.divtag_status-sec {
    overflow: scroll !important;
}

.divtag_status-inner {
    overflow: auto;
    overflow-y: auto;
    max-height: 250px;
}

.table-padding {
    padding-bottom: 5px !important;
}

.divtag-drs {
    overflow: scroll;
    max-height: 250px;
}

.divtag-drs-inner {
    overflow: auto;
    overflow-y: auto;
}

.ManifestBody {
    max-height: 250px !important;
}

.table-padding-top {
    padding-top: 5px !important;
}
/*.table_responsive {
        max-height: 350px;
        height: 350px;
        overflow: auto; 
        overflow-y: auto;
    }*/
.dropdown-dashboard {
    position: absolute;
    z-index: 99999;
    top: 0px;
    padding-left: 60px;
}
/*.custom-form {
    margin-bottom:0px !important;
}*/
.modal-search {
    margin-bottom: 0px;
    border-top-color: #fff !important;
    padding: 5px 0px 5px 10px;
}

.undelivered-details {
    padding-top: 0px !important;
}


.Division {
    padding: 3px 5px !important;
}

.custom-form {
    margin-bottom: 0px;
}

.labeltext {
    color: #fff;
    margin: 0px 8px;
}

.bullet-txt-gap {
    padding-right: 10px;
}


/*new css*/
.accounting-dashboard {
    background-color: #354052;
}

.top-r-gap {
    padding-right: 6px;
}

.search {
    cursor: pointer;
}

.box-1 {
    background-color: #7e55d1;
    padding: 3px;
}

.box-2 {
    background-color: #ffa83c;
    padding: 2px;
}

.box-5 {
    background-color: #CD5C5C;
    padding: 2px;
}

.box-3 {
    background-color: #55d1c1;
    padding: 2px;
}

.box-4 {
    background-color: #f76767;
    padding: 5px;
}

.box-img {
    margin-left: 10px;
}

.box-txt {
    color: #52a5e7;
}

.div_broder6 {
    border-top: 3px solid #D39DDB;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*padding: 5px;*/
    padding-top: 5px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px;
    margin: 0px 3px 0px 3px;
    /*width: 168px !important;*/
    width: 118px !important;
}

.div_broder7 {
    border-top: 3px solid #65B9FF;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*padding: 6px;*/
    padding-top: 5px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px;
    margin: 0px 3px 0px 3px;
    width: 168px !important;
}

.div_broder8 {
    border-top: 3px solid #B6E2A3;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*padding: 6px;*/
    padding-top: 5px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px;
    margin: 0px 3px 0px 3px;
    width: 168px !important;
}

.div_broder1 {
    border-top: 3px solid #7e55d1;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*padding: 6px;*/
    padding-top: 5px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px;
    margin: 0px 3px 0px 3px;
     width: 168px !important;
}

.div_broder2 {
    border-top: 3px solid #ffa83c;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*padding: 6px;*/
    padding-top: 5px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px;
    margin: 0px 3px 0px 3px;
   width: 172px !important;
}

.div_broder3 {
    border-top: 3px solid #55d1c1;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*padding: 6px;*/
    padding-top: 5px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px;
    margin: 0px 3px 0px 3px;
    width: 168px !important;
}

.div_broder4 {
    border-top: 3px solid #f76767;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin: 0px 10px 0px 10px;
    width: 168px !important;
}

.div_border5 {
    border-top: 3px solid #CD5C5C;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*padding: 5px;*/
    padding-top: 5px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px;
    margin: 0px 3px 0px 3px;
    width: 168px !important;
   
}

body {
    background-color: #fff !important;
}

#barChart {
    /*background-color: white;*/
    background-color: #ecf2f6;
    border-radius: 6px;
    /*   Check out the fancy shadow  on this one */
    box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.6);
}

.Search_citytxt {
    background-color: #354052;
    color: #fff;
    padding: 8px;
    margin-right: 0px;
    margin-left: 20px;
}

#barChart {
    box-shadow: none !important;
    /*border: 1px solid #e7eaea !important;*/
    /*border: 1px solid #777 !important;*/
}

canvas {
     max-height: calc(84vh - 100px) !important;
    height: calc(84vh - 100px) !important;
    width: 94vw !important;
    padding: 15px 10px;
   
}


.green {
    color: #fff !important;
    font-weight: bold;
    background-color: #008000;
    padding: 3px 8px;
}

.Branch_txt_width {
    width: 200px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 34px;
    top: 5px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #428bca;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #747578;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(90px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on, .off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.field-width {
    width: 172px !important;
    height: 25px !important;
}
.modal-Verified-DRS {
    width: 201px !important;
    height: 50px !important;
}
.modal-Verified-DRS-sec {
    height: 50px;
}

.button_top_header {
    float: left;
    color: #fff;
    padding: 0px 5px;
    line-height: 40px;
    font-weight: 700;
    cursor:pointer;
    background-color: inherit;
    font-size: 14px;
}
.button_top_header:hover {
    background-color:#358cd3;   
}
.button_top_wrapper {
position: absolute;
    z-index: 1000;
    top: 8px;
    left: 17%;
}
.button_top_wrapper img{
    margin:0px 5px 0px 0px;
    width: 30%;
}
barlinerow {
    margin-left: 6rem;
}