﻿

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 14px;
}

a, a:hover {
    text-decoration: none;
}

.common, .form-container .form-group, .customer-details, .billing-batch-detail .serviced .custom_content_box, #ChecklistContainer .reservation_checklist {
    width: 100%;
    float: left;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}
/*
.m-t-0 {
    margin-top: 0px !important;
}

.p-t-15 {
    padding-top: 15px;
} 

.m-b-15 {
    margin-bottom: 15px;
}

.m-t-8 {
    margin-top: 8px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-8 {
    margin-bottom: 8px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-t-15 {
    margin-top: 15px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-l-0 {
    padding-left: 0;
}

.marginb10 {
    margin-bottom: 5px;
}

.paddingr15 {
    padding-right: 15px !important;
}

.m-t-25 {
    margin-top: 25px;
}

.m-l-15, .search-sorting-outer.search_service_dropdown .lead-title {
    margin-left: 15px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.p-aroung {
    padding: 5px 10px;
}

.table {
    margin-bottom: 0px;
}

#txtColorHEX, #txtColorTextHEX {
    padding-right: 5px !important;
}

.lead-title .back-search-btn {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 15px 0 0;
}
.form-control {
    border-radius: 0;
    height: 40px;
} 
.activity-addnote-button input {
    margin-left: 10px;
}*/

header {
    /*background: #79ccff;
    border-radius: 0;
    border-top: #79ccff solid thin;
    border-bottom: #79ccff solid thin;*/
    background: #e0f3ff;
    border-radius: 0;
}

.page-title-dashbord {
    font-size: 18px;
    color: #192133;
    padding-left: 6px;
    font-weight: 500;
}

header a.brand-logo {
    max-width: 40px;
    margin: 3px 0;
}

header.header {
    height: 51px;
    margin-bottom: 0px;
}

header .right-header {
    margin-top: 5px;
}

header .right-header .dropdown {
    display: inline-block;
    vertical-align: top;
}

header .right-header .dropdown .dropdown-menu {
    width: 380px;
    right: -20px;
    left: auto;
    padding: 15px;
    border-radius: 0;
}

.open > .dropdown-menu h3 {
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
}

.notification-outer + .notification-outer {
    margin: 10px 0 0 0;
    border-top: #cccccc solid thin;
    padding: 10px 0 0 0;
}

span.count-badge {
    font-size: 10px;
    background: red;
    position: absolute;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
    bottom: -10px;
}

header .right-header a.user-links {
    color: #FFF;
    font-size: 31px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    position: relative;
    margin: 0 7px 0 10px;
}

  header .right-header a.user-links.notification, .m-search-links {
        width: 32px;
        text-align: center;
        min-height: 32px;
        border-radius: 100%;
        border: #FFF solid 2px;
        font-size: 20px;
        line-height: 27px;
        margin: 0;
    }

    header .right-header a.user-links i, .from-to a.btn {
        vertical-align: top;
    }

.m-search-links {
    display: none;
    color: #ffffff;
    margin-right: 10px;
    float: left;
}

.navbar-form.m-navbar-form, .form-container.addCus_fromLayout label {
    width: 100%;
    max-width: 100%;
}

    .navbar-form.m-navbar-form input.form-control {
        border: 1px solid #ebebeb;
    }

.navbar-toggle {
    background: #415a93;
    cursor: pointer;
    margin: 0;
}

    .navbar-toggle .icon-bar {
        width: 25px;
        height: 3px;
        background: white;
    }

.navbar-collapse {
    width: calc((100%) - 200px);
    width: -webkit-calc((100%) - 200px);
    width: -moz-calc((100%) - 200px);
    width: -ms-calc((100%) - 200px);
    margin-top: 0px;
    padding: 0 9px;
}
.root_day_count {
    max-width: 25px;
    height: 25px;
    display: inline-flex !important;
    width:100%!important;
    justify-content: center;
    align-items: center;
    background: #2686c8;
    color: #fff !important;
    border-radius: 50%;
    float: none!important;
}
.root_day_count_outter {
    position: relative;
}

.day_count_tooltip_content {
    position: absolute;
    left: 0;
    background: #fff;
    padding: 4px;
    bottom: auto;
    top:100%;
    z-index: 10;
    width: auto;
    min-width:80px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,.12);
    border-radius: 6px;
    opacity:0;
    visibility:hidden;
}

.root_day_count_outter:hover .day_count_tooltip_content{
    opacity:1;
    visibility:visible;
}

.day_count_tooltip_content_inner {
    white-space: nowrap;
    text-align: left;
    position: relative;
    padding: 0 20px 0 3px;
    min-height: 18px;
    line-height: 18px;
}

.day_count_tooltip_content_inner > a {
    position: absolute;
    right: 0;
    top: 1px;
    line-height: normal;
    z-index: 5;
    left: auto;
    bottom: auto;
}

.day_count_tooltip_content:before {content: '';position: absolute;border-bottom: 7px solid #fff;border-left: 7px solid transparent;border-right: 7px solid transparent;top: -7px;left: 15px;}

.root_day_count_outter:hover .day_count_tooltip_content {box-shadow: 0px 3px 5px rgba(51, 51, 51, 0.85);}

.day_count_tooltip_content_inner .tooltip {min-width: 135px;}

.ui-datepicker.ui-widget.ui-widget-content {
    z-index: 1000000 !important;
}

ul.navbar-nav > li > a {
    color: #FFF;
    font-weight: 600;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: transparent;
    color: #FFF;
}

body .nav .notification-dropdown.clock-notification {
    width: 100%;
    padding: 5px 0px;
    float: left;
}

.navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

    .navbar-form .form-control, .navbar-form button {
        border: none;
        border-radius: 0;
        height: 34px;
    }

    .navbar-form button {
        background: #ebd07b;
        color: #425b93;
        min-width: 0;
        padding: 0 15px;
    }

.login-outer {
    max-width: 550px;
    margin: 50px auto;
}

.login-logo {
    margin: auto;
    display: block;
}

.login-wrapper .form-margin {
    margin: 20px 0 !important;
}

.login-wrapper .login-title {
    margin: 0 0 25px 0;
    text-align: center;
}

.login-wrapper .login-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form-container label, .form-container .form-control {
    float: left;
}

.form-container .multipl-group .form-control {
    width: 100%;
}

.form-container .form-control, .multipl-group .row {
    margin: 0;
}

.form-container .multipl-group .row [class*="col-"] {
    padding: 0 8px;
}

    .form-container .multipl-group .row [class*="col-"]:first-child {
        padding-left: 0;
    }

    .form-container .multipl-group .row [class*="col-"]:last-child {
        padding-right: 0;
    }

.panel {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #cccccc;
}

    .panel .panel-heading {
        background: #e0f3ff;
        color: #222;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 500;
        float: left;
        width: 100%;
    }

.small_anchor_btn, .panel-heading .small_anchor_btn, .myAddServiceDiv .small_anchor_btn, .signature-text .small_anchor_btn, .btns-group .small_anchor_btn, .woChildTabContainerOrder .small_anchor_btn {
    padding: 5px 8px !important;
    line-height: normal !important;
    font-size: 12px !important;
    float: right;
}

.btns-group .small_anchor_btn, .woChildTabContainerOrder .small_anchor_btn {
    float: left;
    margin-right: 3px;
}

.panel-heading.inner-box-header {
    margin-top: 10px;
}

.recently-viewed .panel .panel-body .recently-viewed-listing {
    padding: 0;
    margin: 0;
    list-style: none;
}

.recently-viewed .panel .panel-body .recently-viewed-listing li + li, body .customer-details .recently-viewed.customer_setting_outer .location-detail .action-links {
    margin-top: 15px;
}

.customer-details .small-info-btn {
    padding: 1px 6px 2px 6px;
    /*background: transparent;*/
    /*background: #3698dc;*/
    background: #1f87d0;
    color: #3698dc;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #1f87d0;
    font-size: 14px;
    margin-top: 4px;
}

.customer-details .tab-content > #parentTabContainer_1.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    /*display:flex;*/
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.serviced, .location{
    margin-bottom:15px;
}

.recently-viewed .panel .panel-body .recently-viewed-listing li {
    font-size: 14px;
    color: #44546a;
    font-weight: 400;
}

.recently-viewed .panel .panel-body .recently-viewed-listing a {
    margin-right: 15px;
    color: #44546a;
    text-decoration: underline;
    font-weight: 400;
}

    .recently-viewed .panel .panel-body .recently-viewed-listing a:hover {
        color: #1f87d0;
    }

.recently-viewed .panel .panel-body .recently-viewed-listing span {
    float: right;
}

.btn {
    padding: 10px 15px;
    font-size: 14px;
    min-width: 100px;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.btn-default {
    background: #a5a5a5;
    color: #FFF;
}

.action-bar .btn-primary {
    background: #2686c8;
}

.title-header {
    margin-top: 0;
    margin-bottom: 20px;
}

    .title-header h2.lead-title {
        font-weight: 700;
        font-size: 20px;
        margin: 0;
        margin-top: 2px;
    }

table.table thead tr {
    /*background: #e0f3ff;*/
    background: #192133;
    color: #ffffff;
}

    table.table thead tr th {
        border: none;
    }

    #BillingTransactionTableID.table thead tr th, table.table tbody tr td, table.table thead tr th, table.table tbody tr td {
        padding: 5px 7px;
        position:relative;
    }


#BillingTransactionTableID.table thead tr th, #BillingTransactionTableID.table thead tr td {
    border-left: none;
}

table.table tbody tr td a, .information .action-links a, .notification-outer strong, table.table tbody tr td .info-wrapper a:hover, .add-service-contacts .links a {
    text-decoration: underline;
}

    table.table tbody tr td a:hover {
        text-decoration: none;
    }

table.table tbody tr.success-active {
    background: #e2efd9;
}

table.table tbody tr.danger-active {
    background: #f7c3b8;
}

table.table tbody tr.warning-active {
    background: #fff2cc;
}

.title-header h2.lead-title {
    padding: 0px;
}

.title-header .btns-group {
    text-align: left !important;
}

.customer-details .nav-tabs li a {
    border: none;
    background: #d6dce5;
    border-radius: 0;
}
.customer-details .nav-tabs li a:hover {
    background: #3698dc;
    color: #fff;
}
body .customer-details .nav-tabs li a:hover img, ul#parentTabContainer li:not(.active) a:hover img {
    filter: brightness(0) invert(1) !important;
}
.customer-details .panel {
    /* box-shadow: 0px 0px 6px #888; */
    margin-bottom: 5px;
    border: 1px solid #e1ebff;
}

.nav-tabs > li + li a {
    border-left: white solid thin !important;
}

.customer-details .nav-tabs > .active > a, .customer-details .nav-tabs > .active > a:focus, .customer-details .nav-tabs > .active > a:hover {
    border: none;
    color: white;
    background: #3698dc;
}

.tab-content .tab-pane {
    padding: 20px 0;
    float: left;
    border: #d6dce5 solid thin;
    width: 100%;
}

.billing-batch-detail .tab-content .tab-pane {
    padding: 10px 10px 10px 10px;
    float: left;
    border: #d6dce5 solid thin;
    width: 100%;
}

.information {
    line-height: 20px;
}


    .information .location-detail h3 {
        margin: 0 0 5px 0;
        font-size: 15px;
        font-weight: 700;
    }

        .information .location-detail h3 a {
            float: right;
            font-size: 13px;
            font-weight: normal;
            text-decoration: underline;
        }

    .information .location-detail .tax-grp {
        color: #ed7d31;
        font-weight: 700;
    }

    .information .action-links {
        margin-top: 5px;
    }

        .information .location-detail strong, .information .action-links a {
            font-weight: 600;
        }

    .information .serviced h4 {
        margin-top: 10px;
    }

    .information ul.service-details {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .information ul.service-details li label {
        max-width: 130px;
        width: 100%;
        margin: 0;
        float: left;
        color: #333333;
    }

    .information ul.service-details li span {
        width: calc(100% - 130px);
        width: -webkit-calc(100% - 130px);
        width: -moz-calc(100% - 130px);
        width: -ms-calc(100% - 130px);
        float: left;
        color: #5d656f;
        font-weight: 400;
    }

    .information ul.service-details li {
        padding-bottom: 0;
    }

body .information ul.service-details li .status-type {
    width: auto;
    border-radius: 4px;
    padding-right: 5px !important;
}

.information .serviced h4, .recently-viewed h4 {
    background: transparent;
    text-align: left;
    font-weight: 500;
    padding: 10px 0px 7px;
    font-size: 18px;
    border-bottom: 1px solid #3698dc;
    color: #3698dc;
    margin-bottom: 15px;
    font-weight: 500;
}

.information .recently-viewed .active-link {
    color: #538135;
    font-weight: 700;
}

.sorting-by .current-service, .sorting-by .active-contacts {
    width: 48%;
    float: left;
}

.sorting-by .active-contacts {
    float: right;
}

.customer-setup h3 {
    font-weight: 600;
    margin: 0;
}

.modal .close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #1a83cc;
    opacity: 1;
    padding: 5px 0px;
    border-radius: 100%;
    color: white;
    box-shadow: none;
    font-size: 19px;
    width: 29px;
    height: 30px;
    text-align: center;
}

.modal h4.modal-title {
    font-weight: bold;
    font-size: 20px;
}

.modal, .customer_partial_tablebox.table-responsive {
    overflow-y: auto;
}

.status-section label {
    margin-right: 15px;
}

.status-section .form-control {
    display: inline-block;
    max-width: 180px;
    width: 100%;
}

h3.title {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: 700;
}

.add-service-contacts .links {
    margin: 0 0 15px 0;
}

    .add-service-contacts .links a:last-child {
        margin-left: 15px;
    }

.add-btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    min-width: 0;
    text-align: center;
}

#status .status {
    max-width: 150px;
}

#dispath table tbody tr {
    background: #fffee0;
}

    #dispath table tbody tr.active td {
        background: #dcf2ff;
    }

    #dispath table tbody tr td i {
        font-size: 20px;
        margin-top: 10px;
    }

        #dispath table tbody tr td i.active {
            color: red;
        }

    #dispath table tbody tr td span.seq {
        background: #3698dc;
        width: 28px;
        height: 28px;
        display: block;
        text-align: center;
        border-radius: 100%;
        color: white;
        line-height: 28px;
        font-weight: bold;
    }

table.table tbody tr td .info-drop {
    display: inline-block;
    position: relative;
    cursor: pointer; 
}

table.table tbody tr td .info-wrapper {
    display: none;
    width: 200px;
    right: 0;
    left: auto;
    top: 24px;
    padding: 10px;
    font-size: 14px;
    line-height: 25px;
}

    table.table tbody tr td .info-drop:hover .info-wrapper, table.table tbody tr td .info-wrapper a, #dispath table tbody tr td a {
        display: block;
    }

    table.table tbody tr td .info-wrapper a {
        text-decoration: none;
    }

ul.navbar-nav li.dropdown .dropdown-menu a {
    color: #333;
}

    ul.navbar-nav li.dropdown .dropdown-menu a:hover {
        color: #fff;
    }

ul.navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
}

    ul.navbar-nav .dropdown-menu li a {
        padding: 8px 15px;
        font-weight: 500;
        position: relative;
        color: #333;
    }

        ul.navbar-nav .dropdown-menu li a .fa-caret-right {
            position: absolute;
            right: 10px;
            top: 10px;
        }

input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
}

.progressDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=60);
    z-index: 99999991;
    background: rgba(0,0,0,0.3);
}

.progressImage {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100px;
}

.datepicker {
    z-index: 9999;
}

body .form-field-icon .icon-field .fa {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 16px;
}

.route-starttime-padding .form-control, .address-review-queue .filter-bill-field {
    padding-right: 0px;
}

.route-weekday-option.weekday-option-outer .form-group:nth-child(3) {
    width: 36%;
}

.route-weekday-option.weekday-option-outer .form-group {
    width: 30%;
}

.process-billing-div .date-picker-filed, .create-new-service-popup .date-picker-filed.customer-date-picker-order, .form-container-report .process-billing-div-50 .date-picker-filed {
    width: 100%;
}

.process-billing-div-50 .date-picker-filed, .date-picker-filed.customer-date-picker-order, .date-picker-filed-50, .route-date-start .date-picker-filed {
    width: 50%;
}

.process-billing-div-70 .date-picker-filed {
    width: 70%;
}

.date-picker-filed-50, .route-date-start .date-picker-filed, .form-field-icon, .date-picker-filed {
    position: relative;
}

.date-picker-filed {
    width: 38%;
}

.poNumber_textbox {
    /*width: 100%;*/
    position: relative;
    /*float: left;*/
    margin-bottom: 5px;
    clear:both;
}

.history_service_box .poNumber_textbox {
    width: calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: -ms-calc(100% - 35px);
}

.history_service_box .get_service_outer .btn-sm {
    margin-left: 10px;
}


.history_service_box .poNumber_textbox #txtShowPoNumber {
    width: 100%;
}

.poNumber_textbox .ponumer_img{
    position: absolute;
    right: 5px;
    top: 8px;
    z-index: 99;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.suggestion-box .ponumer_img {
    position: absolute;
    right: 22px;
    top: 8px;
    z-index: 99;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.poNumber_textbox input[type="text"], .suggestion-box input[type="text"] {
    padding-right: 35px;
}
.addorder-suggestion-box .ponumer_img {
    top: 32px;
}
.reciept_TemplateOpt.suggestion-box img.ponumer_img {
    right: 10px;
}
.suggestion-box.statement-email-suggestion .ponumer_img {
    right: 406px;
    top: 268px;
}
    .suggestion-box.statement-email-suggestion input[type="text"] {
        padding-right: 26px;
    }
    .alert {
        padding: 3px 15px 3px 5px;
    }

#successMsg.alert.alert-success {
    box-shadow: 0 0 3px #3c763d;
    padding: 10px 25px;
    position: fixed;
    right: 10px;
    text-align: center;
    top: 10px;
    width: auto;
    z-index: 999;
}

#errorMsg.alert.alert-danger {
    box-shadow: 0 0 3px #843534;
    padding: 10px 25px;
    position: fixed;
    right: 10px;
    text-align: center;
    top: 10px;
    width: auto;
    z-index: 999;
}

.close.btn-close-msg {
    color: #58151c;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    opacity: 1;
    position: absolute;
    right: 3px;
    text-shadow: none;
    top: 0;
    z-index: 999;
    position: absolute;
    transform: translate(0px, -50%);
    background: transparent;
    border: none;
    top: 50%;
}

    .close.btn-close-msg:hover {
        color: black;
        z-index: 999;
    }

#addCustMsgDiv {
    padding: 6px;
    margin-top: 10px;
}


.time-span {
    font-size: 12px;
    font-weight: 400;
    color: #949090;
}

.form-container.addCus_fromLayout .form-control, .form-container.addCus_fromLayout .row {
    width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-holder-1 ul.sub-menu-two-level {
    position: absolute;
    left: 169px;
    background: #fff;
    width: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e0e0e0;
}

.sub-menu-three-level {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 100%;
    visibility: hidden;
    position: absolute;
    top: 0px;
    background: #fff;
    max-width: 400px;
    width: 100%;
    border: 1px solid #e0e0e0;
}

.dropdown-holder-1 {
    position: relative;
}

    .dropdown-holder-1 ul.sub-menu-two-level li a, .dropdown-holder-1 ul.sub-menu-three-level li a {
        display: block;
    }

ul.navbar-nav .dropdown-menu li.active a, ul.navbar-nav ul.dropdown-menu li.dropdown-submenu a.mobile-toggle-menu.active {
    color: #fff !important;
    background: #415a93;
}

.page-heading-title {
    /*margin: 0 0 15px 0;*/
    margin: 10px 0px 14px 0px;
    font-size: 26px;
    font-weight: 700;
}

.service-history-table table td .btn {
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 2px;
    float: left;
    margin-left: 4px;
    text-decoration: none;
    min-width: auto;
    width: auto;
}

.page-heading-title .btn {
    min-width: auto;
    padding: 4px 8px;
    font-size: 14px;
}

.modal-popup {
    min-width: auto;
    max-width: 620px;
}

.dataTable tr th {
    cursor: pointer;
}

.sp-replacer.sp-light {
    float: left;
    width: 100px;
}

#colorvalue, #colorTextvalue, .colorouterbox {
    float: left;
    border: 1px solid #ddd;
    padding: 4px 10px;
    margin-left: 10px;
}

.accounts_receivable {
    margin-bottom: 15px;
}

    .accounts_receivable label {
        padding-top: 8px;
        padding-right: 0;
    }

.manage-user-table table tr th:last-child {
    min-width: 80px;
}

.modal-body input[type="checkbox"] {
    margin-top: 10px;
}

.labelupdateid {
    display: block;
    background: #ececec;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
}

.sp-preview {
    width: 75px !important;
}

.modal-popup .form-group .col-sm-3 {
    width: 35%;
}

.modal-popup .form-group .col-sm-9 {
    width: 65%;
}

.sp-palette-toggle, .sp-choose {
    background: #425b93 !important;
    border: none !important;
    color: #fff !important;
    text-shadow: none !important;
    border-radius: 2px !important;
    text-transform: capitalize;
    font-size: 12px !important;
}

.sp-button-container.sp-cf .sp-cancel {
    background: #4d4d4d !important;
    border: none !important;
    color: #fff !important;
    text-shadow: none !important;
    border-radius: 2px !important;
    text-transform: capitalize;
    font-size: 12px !important;
}

.form-control {
    color: #000;
}

.modal-popup .form-group .default-start-time-field .col-sm-3 {
    width: 33.3333%;
    float: left;
}
/*.weekday-option-outer .form-group {float: left;width: 33.333%;padding: 0 15px;margin: 10px 0;}
.weekday-option-outer {padding: 0;}*/
.weekday-option-outer .form-group {
    float: none;
    width: 32%;
    margin: 0 0 5px 0;
    display: inline-block;
}

.modal-body .weekday-option-outer input[type="checkbox"] {
    margin-top: 5px;
    float: left;
    margin-right: 5px;
}

.modal-body .weekday-option-outer label {
    padding: 0;
}

.manage-workflow-table tr th:nth-child(1),
.manage-workflow-table tr td:nth-child(2),
.manage-workflow-table tr th:nth-child(4),
.manage-workflow-table tr th:nth-child(3) {
    min-width: 250px;
    width: 250px;
    max-width: 250px;
}


.manage-workflow-top-table, .manage-workflow-charges-table {
    margin: 0;
    border-bottom: none;
}

    .manage-workflow-charges-table tr td:nth-child(1),
    .manage-workflow-charges-table tr td:nth-child(2),
    .manage-workflow-charges-table tr th:nth-child(4),
    .manage-workflow-charges-table tr th:nth-child(5),
    .manage-workflow-charges-table tr th:nth-child(6) {
        min-width: 150px;
        max-width: 150px;
        width: 150px;
    }

    .manage-workflow-charges-table tr td:nth-child(3),
    .manage-workflow-charges-table tr td:nth-child(4) {
        min-width: 120px;
        max-width: 120px;
        width: 120px;
    }


    .manage-workflow-charges-table tr td:nth-child(7),
    .manage-workflow-charges-table tr td:nth-child(8) {
        min-width: 100px;
        max-width: 100px;
        width: 100px;
    }

.m-b-20 {
    margin-bottom: 20px !important;
}

.date-picker-filed .fa {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    height: 40px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-calendar-bg {
    color: #fff !important;
    text-align: center;
}

#service_history_calendar .fc-prev-button, #service_history_calendar .fc-next-button {
    float: left;
    background: #eee;
    border: 1px solid #ddd;
}

#service_history_calendar .fc-next-button {
    float: right;
}



#service_history_calendar .fc-toolbar.fc-header-toolbar {
    text-align: left;
    width: auto;
    float: left;
    margin-top: -45px;
}

.fc-view-container table tr th {
    padding: 5px 0;
    background: #e0f3ff;
}

.fc-event-container {
    position: relative;
}

/*#Svc_Quantity, #Svc_Rate {
    max-width: 198px;
    float: left;
}*/

#ddlDefaultCharge, #ddlDefaultChargeRecurring {
    float: right;
    width: 200px;
    font-weight: normal;
    margin-bottom: 25px;
}

#ddlWorkflowcode {
    float: right;
    width: 200px;
    font-weight: normal;
    margin-bottom: 5px;
}

#ddlWorkflowcodegroupby {
    float: right;
    width: 200px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-right: 10px;
}


#myAddServiceLocationBodyDiv5 #Svc_RequestedBy {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#myAddServiceLocationBodyDiv5 #Svc_PONumber {
    float: right;
    width: 100%;
}

.showDisabledField {
    background-color: #CFCFCF !important;
}

#Svc_ServiceChangeReasonID, .form-container .mainGridTextBox .form-control, #myAddServiceLocationViewPopUp, #myAddCustomerModelPopUp {
    width: 100%;
}

#myAddServiceLocationViewPopUp, #myAddCustomerModelPopUp {
    max-width: 950px;
}


.subTableHeaderInfo {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.start-service-work-grid table thead tr th {
    background: #E7E6E6;
}

.start-service-work-grid .subTableHeaderInfo {
    background: #E0F3FF;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 12px;
	clear: both;
}

#ServiceCodeWorkflowContainerDiv table tr th:nth-child(2), #ServiceCodeWorkflowContainerDiv table tr td:nth-child(2) {
    width: 200px;
}


#myAddServiceLocationBodyDiv5 .date-picker-filed {
    position: relative;
}

#ServiceCodeWorkflowContainerDiv table tr th:nth-child(1), #ServiceCodeWorkflowContainerDiv table tr td:nth-child(1), #ServiceCodeWorkflowContainerDiv table tr th:nth-child(3), #ServiceCodeWorkflowContainerDiv table tr td:nth-child(3), #ServiceCodeWorkflowContainerDiv table tr th:nth-child(4), #ServiceCodeWorkflowContainerDiv table tr th:nth-child(5) {
    width: 100px;
}


#mainworkflowheaderDiv .date-picker-filed, #myAddServiceLocationBodyDiv5 .date-picker-filed {
    width: 100%;
}

#mainworkflowheaderDiv table tr th:last-child {
    width: 450px;
}

.popHeaderName {
    margin-top: 0px;
}

#myAddServiceLocationBodyDiv4 .form-container table thead th:nth-child(6), #myAddServiceLocationBodyDiv4 .form-container table thead th:nth-child(7) {
    width: 110px;
}

.PostalCodeList .dataTables_wrapper .dataTables_filter input {
    margin-left: 15px;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
}

.dataTables_paginate.paging_simple_numbers, .PostalCodeList .dataTables_wrapper .row [class*="col-"].col-sm-6:last-child {
    text-align: right;
}

.order-note-detail-outer {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.order-note-detail {
    display: none;
    width: 200px;
    left: 0;
    top: 32px;
    padding: 10px;
    font-size: 14px;
    line-height: 25px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    font-size: 13px;
}

.order-note-detail-outer a:hover + .order-note-detail {
    display: block;
}

#myCalendarHistoryInfoModal .modal-dialog.modal-md {
    width: 94%;
    max-width: 500px;
    margin: 50px auto;
}

#CalendarHistoryInfoContainer ul li {
    padding-bottom: 8px;
}

    #CalendarHistoryInfoContainer ul li strong {
        float: left;
        min-width: 100px;
        color: #000;
    }

#CalendarHistoryInfoContainer h4 {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px 0;
    text-align: center;
}

.tab-content .sorting-by select {
    float: right;
    width: calc(50% - 10px);
    margin-left: 10px;
}

#serviceHistoryContainerDiv .action-div {
    padding: 0;
}

.create-customer-btn a {
    float: left;
    width: calc(50% - 10px);
}

    .create-customer-btn a + a {
        float: right;
        margin-left: 5px;
    }

.create-contact-customer-btn a {
    float: left;
    width: 32px !important;
    width: calc(50% - 10px);
}

    .create-contact-customer-btn a + a {
        float: right;
        margin-left: 5px;
    }

.contact_detail_field {
    float: right;
    width: calc(100% - 120px);
}

.sorting-by select + select {
    margin: 0;
}

.tab-content .sorting-by select#DDladdNoteFilter, .form-container .custDetailDivs-1 .form-control {
    width: 100%;
}

.activity-addnote-button .btn-cancel {
    background: #DAE3F3;
    border: 1px solid #7F7F7F;
    margin-right: 5px;
}

    .activity-addnote-button .btn-cancel:hover {
        background: #C2D0EB;
    }

.activity-addnote-button .btn {
    height: 44px;
    line-height: 42px;
    padding: 0 10px;
}

.attached-file-text {
    color: #000;
    border-radius: 0;
    height: 40px;
    display: block;
    line-height: 38px;
    width: calc(100% - 150px);
    padding: 0 6px;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -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);
    float: left;
}

.file-btn-outer {
    float: right;
    width: 150px;
    position: relative;
}

    .file-btn-outer > span {
        float: right;
        width: 96%;
    }

    .file-btn-outer input[type="file"] {
        display: block;
        width: 100%;
        position: absolute;
        border: none;
        box-shadow: none;
        top: 20px;
        opacity: 0;
        cursor: pointer;
    }

#Svc_ATabNoteFile {
    top: 0px;
}

#divServiceHistoryChargeBody table tr th:last-child {
    width: 80px;
}

.service-history-table table tfoot td .btn {
    font-size: 14px;
    padding: 8px 12px;
}

#allchargeinputfield .btn {
    font-size: 14px;
    padding: 0px 4px;
}

.btn.add-new-order {
    margin-right: 15px;
}

#newOrderChargeGrid table tr th:last-child {
    min-width: 90px;
}

#newOrderChargeGrid table tr td:last-child a.btn.add-btn {
    float: left;
    padding: 3px 5px;
    font-size: 12px;
    width: auto;
    height: auto;
    line-height: normal;
    margin-left: 3px;
}
/* dispatch screen css */
/* end*/



/*        Table  Dropdown Css     
------------------------------------*/

.dropdown-status {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    z-index: 9;
    right: 0px;
    top: 20px;
    border: 1px solid #909090;
    padding: 0;
    text-align: left;
    /*left: 0px;*/
}

    .dropdown-content ul li a {
        display: block !important;
        font-size: 15px;
        font-weight: 400;
        text-decoration: none !important;
        padding: 4px 10px !important;
    }

        .dropdown-content ul li a:hover {
            color: #fff;
            background: #2686c8;
        }

ul.menuStatus {
    margin-bottom: 0px;
}

    ul.menuStatus li a {
        color: #000;
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 3px 0;
        text-align: left;
    }

.fa.fa-info-circle.active {
    font-size: 25px;
}

img.three-eye {
    width: 20px;
}

    .dropdown-status.hover img.three-eye, img.three-eye.active {
        display: none;
    }

        .dropdown-status.hover img.three-eye.active, .dropdown-order-status {
            display: inline-block;
        }

            .dropdown-status.hover .dropdown-content, .dropdown-order-status.hover .dropdown-order-content {
                display: block;
            }

/*end*/
.dropdown-order-status {
    position: relative;
}

/*.dropdown-order-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    z-index: 9;
    top: 20px;
    border: 1px solid #909090;
    padding: 8px 15px;
    text-align: left;
}*/

.dropdown-order-content {
    display: none;
    position: absolute;
    max-width: 230px;
    background-color: #f9f9f9;
    min-width: 200px;
    z-index: 9;
    top: 20px;
    border: 1px solid #909090;
    padding: 0;
    text-align: left;
}

/*        Inverntory Page     
------------------------------------*/

.modal-body h4 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}

#serviceHistoryView2Table tr th:hover {
    background: #9CB4E0;
}

.row.search-area {
    margin: 0 -5px;
}

.search-area [class*='col-'] {
    width: 14.28%;
    padding: 0 5px;
}

.add-service-sub-table thead tr th:nth-child(1) {
    width: 220px !important;
}

.add-service-sub-table thead tr th:last-child {
    width: 100px !important;
}

.add-service-sub-table tr td:last-child {
    width: 90px;
}

.add-service-sub-table .sub-table-action a.btn {
    float: left;
    padding: 3px 5px;
    font-size: 12px;
    width: auto;
    height: auto;
    line-height: normal;
    margin-left: 3px;
}

.add-service-sub-table .add-btn {
    font-size: 14px;
    padding: 8px 10px;
    width: auto;
    text-transform: capitalize;
    text-decoration: none !important;
}

.row.row-width {
    width: auto !important;
}

.startime_outer.row.row-width {
    margin: 0 -10px;
}

.dispatch-filter-header.route-log .dispatch-filter-body li {
    width: 15%;
}

.dispatch-filter-body li label { /*margin: 0;*/
    padding: 8px 0 0 0;
}

.dispatch-filter-header .dispatch-filter-body li:last-child {
    text-align: right;
}

.dispatch-filter-header .dispatch-filter-body li .btn {
    width: 90%;
}

.dispatch-filter-header .dispatch-filter-body li ul li, body .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li select {
    float: left;
    width: 100% !important;
    text-align: left !important;
}

body .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li select {
    margin-top: 0px !important;
}

.dispatch-filter-header.route-log ul {
    width: 100%;
}

    .dispatch-filter-header.route-log ul li:last-child {
        float: right;
        width: auto;
        padding-right: 15px;
    }

.dispatch-filter-header ul.multiselect-container.dropdown-menu li a input[type="checkbox"] {
    left: 0 !important;
}

.dispatch-filter-header ul.multiselect-container.dropdown-menu li a label {
    width: 100%;
    display: block;
    padding: 0 0;
}

.dispatch-filter-header ul.multiselect-container.dropdown-menu li a {
    padding: 5px 10px 5px 25px;
}

.dispatch-filter-header ul.multiselect-container.dropdown-menu li {
    padding: 0;
    width: 100% !important;
}

    .dispatch-filter-header ul.multiselect-container.dropdown-menu li a input[type="checkbox"] {
        left: -30px;
        max-width: 20px;
    }

.dispatch-filter-header .dropdown-menu > .active > a,
.dispatch-filter-header .dropdown-menu > .active > a:hover,
.dispatch-filter-header .dropdown-menu > .active > a:focus {
    background-color: #3698dc;
    color: white !important;
}

.dispatch-filter-header .status-btn {
    background-color: #f4cccc !important;
}

button.multiselect.dropdown-toggle.btn.btn-default.status-btn:hover,
button.multiselect.dropdown-toggle.btn.btn-default.status-btn:not(:focus),
button.multiselect.dropdown-toggle.btn.btn-default.status-btn:focus, body .setting_drop_box .status-dropdown .btn:hover, body .setting_drop_box .status-dropdown .btn:focus {
    background-color: transparent !important;
    box-shadow: none;
    outline: none;
}

#dispath table tbody tr td ul li a {
    display: inline-block;
}

.dropdown-menu > li > a {
    color: black !important;
}

.dropdown-menu {
    min-width: 172px !important;
}

.nav li:first-child .dropdown-menu {
    min-width: 195px !important;
}

.dispatch-filter-content .row {
    margin: 0 -12px;
    display: flex;
}

    .dispatch-filter-content .row [class*="col-"] {
        width: 12.5%;
        padding: 0 15px;
        border-right: 1px solid #ddd;
    }

        .dispatch-filter-content .row [class*='col-']:last-child {
            border-right: none;
        }

.dispatch-filter-list ul li {
    padding: 0 0 5px;
}

    .dispatch-filter-list ul li .checkbox {
        margin: 0;
    }

    .dispatch-filter-list ul li label {
        margin: 0;
        white-space: nowrap;
        padding: 0 0 0 21px;
        font-weight: 500;
        font-size: 14px;
        cursor: pointer;
    }

.dispatch-filter-content-inner h2 {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

/*#billingprocessListGrid tr td:last-child {
    display: flex;
}*/

#billingprocessListGrid tr td:last-child .export_dd {
    margin: 0 0 0 5px;
}

.dispatch-filter-list {
    height: 300px;
    overflow: auto;
}

.dispatch-filter-content {
    padding: 0 10px;
}

.dispatch-filter-header {
    float: left;
    width: 100%;
    padding: 0 0 0 15px;
    position: relative;
}

    .dispatch-filter-header .dropdown {
        position: static;
    }

.dropdown-menu.dispatch-filter-content-wrapper {
    left: 0;
    right: 0;
    position: absolute;
    background: #fff;
    border-radius: 0;
    padding: 0;
    width: 100%;
    margin: auto;
    max-width: 1180px;
    top: 60px;
}

.dispatch-filter-header .dispatch-filter-body .dispatch-filter-list li {
    padding: 5px 0 0 0 !important;
}

.dropdown-menu.dispatch-filter-content-wrapper:after, .dropdown-menu.dispatch-filter-content-wrapper:before {
    content: "";
    height: 0;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    top: -16px;
    right: 0;
    left: -84px;
    margin: auto;
    display:none;
}

.dropdown-menu.dispatch-filter-content-wrapper:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    top: -15px;
    z-index: 99;
}

#ServiceCodeWorkflowContainerDiv table tr.first-step-service-tableHeader th:nth-child(4) {
    width: 300px;
}

#ServiceCodeWorkflowContainerDiv table tr.first-step-service-tableHeader th:nth-child(2),
#ServiceCodeWorkflowContainerDiv table tr.first-step-service-tableHeaderRow td:nth-child(2) {
    width: 90px !important;

}

.dispatch-filter-template-content {
    padding: 0;
}

    .dispatch-filter-template-content > .row {
        padding: 20px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

#divSucessContent.alert.alert-danger {
    box-shadow: 0 0 3px #3c763d;
    padding: 10px 25px;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 10px;
    width: auto;
    z-index: 10000;
}

#divSucessContent.alert.alert-success {
    box-shadow: 0 0 3px #3c763d;
    padding: 10px 25px;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 10px;
    width: auto;
    z-index: 10000;
}

.dispatch-filter-header .dispatch-filter-body li:last-child {
    text-align: right;
    width: 9%;
}

.dispatch-filter-header .dispatch-filter-body li:nth-child(5), #reasign_routing_parent .dispatch-filter-body li:nth-child(5) {
    width: 150px;
}

.dispatch-filter-header .dispatch-filter-body li:nth-child(4) {
    width: 5%;
}

.dispatch-filter-header .dispatch-filter-body li:nth-child(6) {
    padding: 0px;
    width: 10.5%;
}

.dispatch-filter-header .dispatch-filter-body li.dispatch-date {
    width: 190px;
    padding: 0px;
    position: relative;
}

.dispatch-filter-header .dispatch-filter-body li > .btn {
    min-width: 70px;
    margin-right:5px;
    margin-top: 12px;
}

.dispatch-filter-header .dispatch-filter-body li .filter-btn {
    min-width: 100%;
    background: #2686c8;
    padding: 0px;
    height: 40px;
    line-height: 40px;
}

.ShowAddInventoryPopup_wrapper .add-equipment-btn {
    background: #008000;
}

    .ShowAddInventoryPopup_wrapper .add-equipment-btn:hover {
        background: #0b8a0b;
    }


.dispatch-date .form-field-icon i.fa.fa-calendar {
    position: absolute;
    top: 10px;
    right: 6px;
}

#content .dispatch-filter-header .dispatch-filter-body li .multiselect.dropdown-toggle.btn.btn-default {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #000;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    height:40px;
}

ul.dispatch-filter-body .dispatch-date input {
    display: inline-block;
    float: right;
    width: 145px;
}

.dispatch-filter-header .dispatch-filter-body li {
    display: block;
    float: left;
    width: 12.5%;
    padding: 0 10px;
    text-align: left;
}

.dispatch-filter-header .multiselect.dropdown-toggle.btn-default:hover,
.dispatch-filter-header .multiselect.dropdown-toggle.btn-default:focus,
.dispatch-filter-header .multiselect.dropdown-toggle.btn-default:active,
.dispatch-filter-header .multiselect.dropdown-toggle.btn-default.active,
.dispatch-filter-header .open > .dropdown-toggle.btn-default {
    background: #fff !important;
    color: #000;
    border: 1px solid #ccc !important;
}

.dispatch-filter-header .dispatch-filter-body li b.caret {
    position: absolute;
    right: 10px;
    top: 18px;
}

.dispatch-filter-header .dispatch-filter-body li:nth-child(7) {
    width: 10%;
}

    .dispatch-filter-header .dispatch-filter-body li:nth-child(7) .btn {
        min-width: auto;
        margin-top: 12px;
    }

body .inventory-filter-header .dispatch-filter-body li, body .inventory-filter-header .dispatch-filter-body li:nth-child(4) {
    width: 14%;
    padding: 0 10px 0 0;
}

.inventory-filter-header ul.dispatch-filter-body {
    margin: 0 -15px;
}

.inventory-filter-header .dispatch-filter-body li:last-child {
    margin-left: 10px;
    padding: 0px;
}

.inventory-filter-header .dispatch-filter-body .dispatch-filter-list li:last-child {
    margin-left: 0px;
}

.inventory-filter-header {
    padding-right: 3px;

}

.inventory-header-pagination {
    margin-top: 15px;
    margin-bottom: 15px;
}

.reassign-header-pagination {
    margin-top: 4px;
    margin-bottom: 4px;
}

.inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper {
    max-width: 100%;
}

.inventory-filter-header .dispatch-filter-content .row [class*='col-'] {
    width: 9%;
    padding: 0 8px;
}

.inventory-filter-header .dispatch-filter-content .row [class*='col-'] {
    width: 15%;
}


.inventory-filter-header .dispatch-filter-content-inner {
    padding-right: 3px;
}

.inventory-filter-header .dispatch-filter-content-inner {
    padding: 15px 0;
}

.inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper:after, .inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper:before {
    left: auto;
    right: 270px;
    display:none;
}

.inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper:before {
    right: 271px;
}

#reasign_routing_parent .inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper:before {
    right: 33px;
}

#reasign_routing_parent .inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper:after, #reasign_routing_parent .inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper:before {
    left: 0px;
      right: -824px;
}

.btn.btn-primary.btnSmallReport {
    padding: 4px 8px;
    min-width: auto;
    font-size: 10px;
}

.btn.btn-default.btnSmallReport {
    padding: 4px 8px;
    min-width: auto;
    font-size: 10px;
}

.filter-btn {
    width: auto !important;
    min-width: auto;
    padding: 8px 12px;
}

.equipment-move-modal em {
    font-weight: bold;
    font-style: normal;
}

.equipment-move-modal .form-action .btn {
    min-width: auto;
    font-size: 14px;
}

#targetdiv {
    background: none repeat scroll 0 0 black;
    border: 2px solid gray;
    border-radius: 5px;
    display: block;
    opacity: 0.6;
    position: absolute;
    width: 398px;
    z-index: 9999;
    height: auto;
    overflow: auto;
}

.autoCompleteDiv {
    position: absolute;
    top: 34px;
    height: auto;
    width: 660px;
    padding: 0 2px;
    z-index: 999;
    background: white none repeat scroll 0 0;
    text-align: left;
}

    .autoCompleteDiv a {
        color: #000;
        text-decoration: none;
        padding: 3px;
        border-radius: 3px;
        display: block;
    }

        .autoCompleteDiv a:hover {
            background: #1f87d0;
            color: #fff;
        }

a.seq {
    background-color: #357bb8;
    border-radius: 100%;
    color: #fff;
    float: left;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    width: auto;
    padding: 0 4px;
    font-weight: 600;
    text-decoration: none !important;
    min-width: 30px;
}

    a.seq:hover, a.seq.active {
        color: #fff;
        text-decoration: none;
        background-color: #FFC891;
    }

#MainRouteContainer h4, #MainRouteContainerOrder h4 {
    padding: 10px 0px 0px 10px;
}

.order-edit-field textarea.form-control {
    height: auto;
    margin: 10px 0;
}

.mainbillchargetablerow .form-control {
    width: 100%;
}

.order-edit-field .btn {
    min-width: auto;
    float: left;
    margin-right: 6px;
}

.work-order-field select {
    min-width: 180px;
}

.order-edit-field {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    clear: both;
}

.status-billingstatus {
    float: right;
    margin: 17px 3px 0 0;
}

    .status-billingstatus select {
        width: 210px;
        float: left;
        margin: 0 16px;
    }

.modal-header h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.dispatchAssignRoute {
    float: left;
    width: 100%;
}

.form-container .dispatchAssignRoute select {
    width: 100%;
}

.woChildTabContainer b {
    min-width: 100px;
    display: inline-block;
}

.bg-primary {
    color: #fff;
    background-color: #3698dc !important;
}

.search-serial-number {
    position: absolute;
    right: 0;
    top: 0;
    background: #3698dc;
    height: 100%;
    line-height: 40px;
    color: white;
    padding: 0 15px;
    cursor: pointer;
}

.DispatchRouteInfoLeft {
    min-width: 127px;
    display: inline-block;
    margin-bottom: 5px;
}

.drop-lead {
    position: relative;
    width: calc(100% - 150px);
    display: inline-block;
}

    .drop-lead input.form-control {
        width: 100%;
    }

.p-0 [class*="col-"] {
    padding: 0 5px;
}

    .p-0 [class*="col-"]:first-child {
        line-height: 22px;
    }

    .p-0 [class*="col-"]:last-child {
        position: absolute;
        bottom: 0;
        right: -4px;
        text-align: right;
    }

.small-info-btn {
    padding: 5px 6px;
    text-decoration: none !important;
    background: #3698dc;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    font-weight: normal !important;
}

    .small-info-btn:hover, .small-info-btn:focus {
        background: #258FD6;
        color: #fff;
        border-color: #1f87d0;
    }
    .header_text_or_btn {
        padding: 0 0 5px;
        width: 100%;
        display: inline-block;
    }
    .header_text_or_btn .title {
        margin: 0;
    }
    .header_text_or_btn .small-info-btn {
        padding: 6px 12px;
        background: #1f87d0;
        transition: linear .15s;
    }
    .header_text_or_btn .small-info-btn:hover,.header_text_or_btn .small-info-btn:focus{
        opacity:.8;
    }
.small-info-btn-success {
    padding: 5px 8px;
    text-decoration: none !important;
    background: #d9534f;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    font-weight: normal !important;
    background: #49A349;
}

    .small-info-btn-success:hover, .small-info-btn-success:focus {
        background: #3F8B3F;
        color: #fff;
    }

.small-info-btn-danger {
    padding: 5px 8px;
    text-decoration: none !important;
    background: #d9534f;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    font-weight: normal !important;
}

.small-info-btn-danger:hover, .small-info-btn-danger:focus ,
.dropdown-content ul li a.small-info-btn-danger:hover , .dropdown-content ul li a.small-info-btn-danger:focus {
    background: #d82f2a;
    color: #fff;
}

.small-info-btn-warning {
    padding: 5px 8px;
    text-decoration: none !important;
    background: #f89342;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    font-weight: normal !important;
}

.small-info-btn-warning:hover, .small-info-btn-warning:focus , 
.dropdown-content ul li a.small-info-btn-warning:hover , .dropdown-content ul li a.small-info-btn-warning:focus {
    background: #e47217;
    color: #fff;
}

.bgGrayColor {
    background-color: #e0e0e0 !important;
}

.CustomerServicesDropdowndll {
    width: calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    display: inline-block;
    margin-left: 20px;
}

.container {
    margin-bottom: 50px;
}

#billignHistoryPopUpContainer label {
    max-width: 174px;
    width:100%;
}

#dispatchRouteGridModelContent table.table {
    margin-bottom: 20px;
}

#billignHistoryPopUpContainer .toggle-checkbox-switch {
    max-width: 51px;
}

#billignHistoryPopUpContainer .form-container .form-control {
    width: calc(100% - 175px);
}

#routePopUpContent {
    clear: both;
}

.myAddCustomerDiv h2 {
    margin-top: 0;
    text-align: left;
}

.small-Pick-div {
    width: 100%;
}

.notification-dropdown.dropdown-menu:before, ul.dropdown-menu.user-detail-dropdown:before {
    content: "";
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    right: 25px;
    left: auto;
    margin: auto;
    z-index: 99;
}

.btn-primary {
    color: #ffffff;
    background-color: #1f87d0;
    border-color: #1f87d0;
}

body .btn-primary:hover {
    background-color: #449cdb;
    border-color: #357bb8;
}


.notification-dropdown.dropdown-menu.clock-notification:before {
    right: 7px;
}

.notification-dropdown.dropdown-menu {
    margin-top: 10px;
}

    .notification-dropdown.dropdown-menu h3 {
        font-size: 16px;
        background: #dae3f3;
        padding: 10px;
    }

    .notification-dropdown.dropdown-menu .notification-outer {
        font-size: 14px;
    }

        .notification-dropdown.dropdown-menu .notification-outer strong {
            margin-right: 10px;
        }

        .notification-dropdown.dropdown-menu .notification-outer span {
            margin-left: 10px;
            float: right;
        }

.clean-sheet-report select {
    padding: 10px;
}

    .clean-sheet-report select option {
        padding: 5px 10px;
    }

.arrows input {
    min-width: 70px;
}

.services-outer .services-content {
    width: calc(100% - 150px);
    display: inline-block;
}

.services-content-inner {
    max-height: 120px;
    overflow: auto;
    margin-bottom: 15px;
}

.services-content-row {
    display: block;
}

.adress-changes-content {
    margin: 20px 0;
}

..addresschange-popup .adress-changes-content {
    float: left;
    width: 100%;
}

.adress-changes-content input, .adress-changes-content p {
    min-width: 190px;
    display: inline-block;
}

.adress-changes-content p {
    width: calc(100% - 210px);
    padding-left: 10px;
}

.effective-date .date-picker-filed {
    width: 100%;
    clear: both;
    position: relative;
}

.effective-date, .requestedby {
    padding: 0;
}

.dropdown img {
    max-width: 33px;
}

.ui-widget.ui-widget-content {
    z-index: 9999 !important;
}

.services-content-inner {
    border: 1px solid #bbb;
    padding: 5px 0px 5px 10px;
    float: left;
    width: 100%;
}

.CustomerDetails-header .text-right .btn {
    padding: 4px 10px;
    min-width: auto;
    margin-bottom: 10px;
    font-size: 13px;
    margin-right: 2px;
}

.CustomerDetails-header {
    margin-bottom: 0px;
}

.my-calendar-optionmodal .modal-dialog {
    width: 95%;
    max-width: 400px;
    margin: 50px auto;
}

h3.routing-text {
    margin: 10px 0 0 0;
    font-size: 14px;
}

#myAddCustomerDiv5 .form-container > h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
}

#myAddCustomerDiv4 .form-group {
    float: left;
    width: 100%;
}

.work-order-fields label {
    min-width: 150px;
    margin: 0;
}
.work-order-fields .toggle-checkbox-switch {
    min-width: 51px;
   
}
.form-container .toggle-checkbox-switch {
   width: 51px !important;
}
.work-order-fields img {
    max-width: 100%;
}

header .right-header .user-account-dropdown .dropdown-menu {
    width: 100%;
    right: 0;
    left: auto;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

    header .right-header .user-account-dropdown .dropdown-menu li a {
        padding: 8px 15px;
        color: #333;
    }

        header .right-header .user-account-dropdown .dropdown-menu li a:hover {
            background: #415a93;
            color: #FFF !important;
        }

#myDifferentMapViewLabel div {
    width: 100%;
    /*padding: 0px 0px 4px 0px;*/
    font-weight: normal;
    font-size: 14px;
}

li.user-name-dropdown, li.user-designation {
    font-weight: 600;
    padding: 0px;
    padding-left: 10px;
    padding-top: 4px;
    font-size: 14px;
    padding-bottom: 2px;
}

li.user-designation {
    padding-top: 0px;
    margin-bottom: 10px;
}

li.user-detail {
    background: #dae3f3;
    padding: 6px 10px;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
}

header .right-header .user-account-dropdown ul.dropdown-menu.user-detail-dropdown a {
    padding-left: 10px;
}

header .right-header .user-account-dropdown ul.dropdown-menu.user-detail-dropdown {
    margin-top: 5px;
    right: -3px;
    padding: 6px 6px;
}

span.user-designation {
    float: left;
    width: 100%;
    font-weight: normal;
    margin-bottom: 5px;
}

ul.dropdown-menu.user-detail-dropdown li {
    margin: 0;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}

    ul.dropdown-menu.user-detail-dropdown li:last-child {
        border-bottom: none;
    }

ul.user-detail-dropdown li.active, ul.user-detail-dropdown li a:hover, ul.user-detail-dropdown li a:focus {
    background: #415a93;
    color: #FFF !important;
}

.signatureHeader {
    background-color: #e0f3ff;
    color: #222;
    /*padding: 6px 0px;*/
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

    .signatureHeader .signature-text strong {
        font-size: 18px;
    }


.signature-dropdown select {
    height: 28px;
    line-height: normal;
    padding: 0px 3px;
    margin-top: 3px;
}

.row.thumbnailAttachmentColl {
    padding: 0 15px;
}

.thumbnailAttachmentColl .col-sm-3 {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 170px;
    margin-bottom: 30px;
}

.row.thumbnailAttachmentColl img {
    width: 100%;
    cursor: pointer;
    height: 100%;
}

#reasign_routing_parent .fa.fa-calendar {
    position: absolute;
    top: 12px;
    right: 10px;
}

.checkbox_list {
    width: 160px !important;
    padding: 0px 7px !important;
}

    .checkbox_list .checkbox {
        font-size: 13px;
    }

#reasign_routing_parent .table-responsive {
    overflow-x: auto;
    width: 100%;
}

.woChildTabContainerMain, .setHeightEqualOnAll {
    display: flex;
}


/*active css*/

.postal_class .form-inline .form-control {
    z-index: 1;
}

div#PostalCodeList_wrapper .row {
    margin-bottom: 18px;
}

.export_dd.open .dropdown-menu {
    left: auto;
    right: 0px;
}

.accounts_receivable_postal {
    position: static;
    top: 1px;
    z-index: 1;
    left: 200px;
}


    .accounts_receivable_postal select {
        height: 33px;
    }

    .accounts_receivable_postal label {
        margin-bottom: 0px;
        margin-top: 5px;
    }

.authorization_outer_box .authorization-label {
    float: right;
    width: 220px;
}

.authorization_outer_box h2.page-heading-title {
    float: left;
    width: calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: -ms-calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
}

.authorization-label span {
    padding-top: 9px;
    float: left;
}

.authorization-label input {
    height: 33px;
    margin-top: 4px;
    font-weight: normal;
}

#EquipmentInventoryTable th a {
    color: #333;
}

.postal_code-outer .record {
    vertical-align: middle;
    padding-top: 9px;
    padding-right: 10px;
}

.postal_class .dataTables_wrapper .col-sm-6 {
    float: right;
}

.user-account-dropdown span.caret {
    margin-top: 8px;
}

.pagination-left span, .pagination-left #PerPageRecord {
    float: left;
    width: 150px;
}

#myCustomerServiceReportModal .modal-dialog {
    width: 700px;
}

.address-box {
    margin-bottom: 20px;
}

h3.schedule_heading {
    /*background: #2686c8;*/
    background: #192133;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 0px;
}

h1.address_title {
    font-size: 22px;
    font-weight: 700;
    margin: 0px;
}

.address_model {
    margin-bottom: 10px;
    font-weight: 600;
}

.address-box ul {
    padding-left: 5px;
}

h3.sub_heading {
    margin: 0px 0 10px;
}

body .address-box .sub_heading .DispatchRouteInfoLeft {
    font-size: 16px;
}

.address-box .DispatchRouteInfoLeft, .address-box li {
    font-size: 14px;
}

.navbar-nav .dropdown-menu li, li.text-search-list, .postal_code-outer, .postal_class .form-inline .form-control, #reasign_routing_parent .date-picker-filed1 {
    position: relative;
}

span.count_number {
    position: absolute;
    top: 2px;
    right: 6px;
    background: red;
    color: #fff;
    height: 26px;
    width: 26px;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 10px;
}

.model_btn_outer {
    margin-bottom: 5px;
    width: 15%;
    padding: 0px 5px;
}

.inventory_detail_outer .modal-footer.common {
    padding-left: 0px;
    padding-right: 0px;
}

.model_btn_outer:first-child {
    width: 20%;
}

.model_btn_outer.move-btn {
    width: 17%;
}

.model_btn_outer .btn {
    padding: 10px 0px;
}

.postal_txt_search {
    height: 33px;
    float: right;
}

.postal_top_row {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.postal_code-outer .pagination {
    margin-top: 10px;
}

.standard-box label {
    width: 110px;
    float: left;
}

.standard-box select {
    width: calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -ms-calc(100% - 110px);
    width: -o-calc(100% - 110px);
    float: right;
}

.right_standard select {
    width: 100%;
}

.left_standard .standard-box {
    float: left;
    width: 30%;
    padding-right: 15px;
}

.right_standard .standard-box {
    float: left;
    width: 50%;
}

.standard-box select {
    height: 40px;
}

.right_standard {
    padding-left: 0px;
}


li.text-search-list .fa {
    position: absolute;
    top: 11px;
    right: 20px;
    font-size: 18px;
}

li.text-search-list img {
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 18px;
    width: 29px;
}

.add_contact_outer .modal-dialog.modal-lg {
    max-width: 680px;
    width: 100%;
}


#ServicHistoryDispatchTable.table tbody tr td:last-child {
    padding-left: 0px;
    padding-right: 5px;
}

.details_text_description span {
    word-wrap: break-word;
}

.dropdown-content button.close {
    position: absolute;
    top: -13px;
    right: -4px;
    background: #000;
    height: 20px;
    width: 20px;
    opacity: 0.9;
    border-radius: 100%;
    color: #fff;
    line-height: normal;
    text-align: center;
    margin: 0px;
    font-size: 14px;
    padding: 0px;
}

    .dropdown-content button.close:hover {
        color: #fff;
    }


.form-horizontal .control-label.tech-label {
    text-align: left;
}

.popup-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px 0;
}

    .popup-buttons .btn {
        margin: 0 5px;
    }

.inventory-filter-header.delete_customer_outer {
    margin-bottom: 20px;
    margin-left: 7px;
}

.delete_customer-btn li {
    float: left;
    width: 140px;
    margin: 0 5px;
}

.dispatch-filter-header .dispatch-filter-outer li:nth-child(4) {
    width: 15%;
}

.dispatch-filter-header .dispatch-filter-outer li {
    width: 18%;
}

.delete_customer-btn {
    width: 300px;
}

.filter-invent-box ul {
    float: right;
}

.delete_customer_outer .dispatch-filter-body {
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -ms-calc(100% - 300px);
    float: left;
    margin: 0;
}

.filter-invent-box ul li {
    float: left;
    margin: 0 8px;
}

.customer_delete_error form.form-horizontal b {
    text-align: center;
    margin: 0px auto 20px;
    display: table;
    font-size: 20px;
}

.filter-invent-box {
    padding-right: 7px;
}

    .filter-invent-box .btn {
        min-width: 100px;
    }

.dispatch-filter-header .dispatch-filter-body li:nth-child(7), .add_contact_outer .activity-addnote-button {
    padding-right: 0px;
}


.inventoryDashboard .filter-invent-box .btn {
    min-width: auto;
}

.inventary_dispatchfilter .filter-invent-box ul li:first-child {
    margin-right: 0px;
}

.inventary_dispatchfilter .dispatch-filter-header .dispatch-filter-body li.filter_common_dropdown, .dispatch-filter-header .dispatch-filter-body li.filter_common_dropdown {
    width: 38px;
    margin-right: 9px;
    padding: 0px;
}

.inventary_dispatchfilter .dispatch-filter-header .dispatch-filter-body li:nth-child(7) {
    width: 11.5%;
}

.dispatch-filter-header .dispatch-filter-body li:last-child {
    width: 12.2%;
}

#ManageUserPopUp .modal-popup, #RoutePopUp .modal-popup {
    min-width: auto;
    max-width: 950px;
    width: 100%;
}

    #ManageUserPopUp .modal-popup .modal-body {
        padding: 10px 25px 0px;
    }

    #RoutePopUp .modal-popup .modal-body, #ServiceCodePopUp .modal-popup .modal-body {
        padding: 15px 40px 0px;
    }

#ServiceCodePopUp .modal-popup {
    min-width: auto;
    max-width: 980px;
    width: 100%;
}

.modal-header {
    /*background-color: #d9edf7;*/
    background-color: #e0f3ff;
}

.modal-header-setting .modal-header {
    margin-bottom: 20px;
}

.row.modal-header-setting {
    margin: 0 -25px;
    padding-top: 0px;
}

.button_manager_outer {
    margin-top: 12px;
    margin-bottom: 30px;
}

#spnManageUserHeader, #spnManageUserHeaderSetting {
    font-weight: 600;
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
}

body .drive-pin_outer .control-label.tech-label {
    text-align: right;
}

.dispatch-filter-header .dispatch-filter-body li:nth-child(5) select {
    width: auto !important;
    position: static !important;
    margin: -2px 0 0 !important;
    float: left;
}

.Dashboardcontainer {
    padding: 0px 10px;
}

.container {
    max-width: 92%;
}

.container, .text-search-list input#txtSearch, span.multiselect-native-select .btn-group, .Dashboardcontainer, .setHeightEqualOnAll .panel, #routePopUpContentOrder {
    width: 100%;
}

.addresschange-popup .adress-changes-content .btn.btn-primary {
    font-size: 14px;
    width: 250px;
    text-align: center;
    padding: 18px 0px;
    margin: 0px;
    float: left;
    font-weight: 600;
}

.addresschange-popup .adress-changes-content {
    margin: 10px 0 5px;
}

    .addresschange-popup .adress-changes-content p {
        padding-top: 5px;
        min-width: auto;
        width: calc(100% - 250px);
        marginb10 width: -webkit-calc(100% - 250px);
        width: -moz-calc(100% - 250px);
        width: -ms-calc(100% - 250px);
    }

.dispatch-filter-header.route-log .dispatch-filter-body li.dispatch-date {
    width: 235px;
}

.manual_move_time .move_time, .addresschange-popup .adress-changes-content, .information ul.service-details li, .address-box {
    float: left;
    width: 100%;
}

    .manual_move_time .move_time select {
        width: 31%;
        float: left;
        margin-right: 3.33%;
    }

        .manual_move_time .move_time select:last-child {
            margin-right: 0px;
        }

#routePopUpContentOrder, .clsRouteinfo {
    display: inline-block;
}

body .service_billing_box .sorting-by select.form-control {
    width: 31.33%;
    float: left;
}

body .sorting-by.hide_zero {
    text-align: right;
    padding-right: 33px;
}


.dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(5) {
    width: 165px;
    float: right;
}

#routeLogDatefilter .dispatch-filter-body li:nth-child(5), button#removelabelinfo, #removelabelinfoGroup {
    float: left;
}


.dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(4) {
    width: 12.5%;
}

.dispatch-filter-header.route-log ul li:last-child {
    padding-right: 0px;
}

.tblRouteDiv a, .pull-right1 {
    text-decoration: underline;
}

    .tblRouteDiv a:hover, .pull-right1:hover {
        text-decoration: none;
    }


.dispatch-filter-body.alignment_load li a {
    float: left;
    width: 100%;
    min-width: auto;
}

.alignment_load li:last-child {
    padding: 0;
}

.dispatch-filter-header .dispatch-filter-body.alignment_load li:nth-child(5) {
    width: 6%;
}

.dispatch-filter-header .dispatch-filter-body.alignment_load li:nth-child(7) {
    width: 17%;
}

#service_history_calendar .fc-view.fc-month-view.fc-basic-view, .information ul.service-order-details li {
    float: left;
    width: 100%;
    z-index:998;
}

.export_dd {
    padding: 0;
    text-decoration: none !important;
    background: #3698dc;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    font-weight: normal !important;
    border: 0px;
    margin: 0 0 6px 0px;
}

    .export_dd button {
        border: 0px;
    }

.transaction_action {
    margin-top: 20px;
}

    .transaction_action .small-info-btn {
        max-width: 70px;
        width: 100%;
        text-align: center;
    }

.clsordertop-info {
    margin-bottom: 15px;
    font-size: 16px;
}

    .clsordertop-info span {
        margin-right: 15px;
    }

.tech-sepration-label {
    color: gray;
    font-size: 19px;
}

.information ul.service-order-details {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .information ul.service-order-details li label {
        max-width: 115px;
        width: 100%;
        margin: 0;
        float: left;
    }

    .information ul.service-order-details li span {
        width: calc(100% - 115px);
        width: -webkit-calc(100% - 115px);
        width: -moz-calc(100% - 115px);
        width: -ms-calc(100% - 115px);
        float: left;
    }

ul.service-order-details li label {
    max-width: 150px;
    width: 100%;
}

/*dashobard Tv layout css start here*/

.left_tv_layout {
    padding-left: 0px;
    padding-right: 10px;
}

.right_tv_layout {
    padding-right: 0px;
}

.dashboard_dispatch_layout .table.table-bordered th {
    font-weight: normal;
    font-size: 14px;
    border: none !important;
    background: #e0f3ff;
    color: #333;
    font-weight: bold;
}


.dashboard_dispatch_layout .table-bordered > thead > tr > th, .dashboard_dispatch_layout .table-bordered > tbody > tr > th,
.dashboard_dispatch_layout .table-bordered > tfoot > tr > th, .dashboard_dispatch_layout .table-bordered > thead > tr > td,
.dashboard_dispatch_layout .table-bordered > tbody > tr > td, .dashboard_dispatch_layout .table-bordered > tfoot > tr > td {
    border: 1px solid #222;
    border-top: 1px solid #222 !important;
}

.dashboard_dispatch_layout .bgblue {
    background: #1F3864;
    color: #fff;
}

.dashboard_dispatch_layout .lightyellow {
    background: #FFF2CC;
}

.dashboard_dispatch_layout .skyblue {
    background: #D9E2F3;
}

.dashboard_dispatch_layout .red {
    background: #C00000;
}

.dashboard_dispatch_layout .green {
    background: #70AD47;
}

.right_tv_layout .single-row {
    text-align: center;
    font-weight: 600;
}

.transaction_title {
    padding-top: 10px;
}

.Billing_Cycles_fields {
    display: flex;
    margin: 0 -10px 20px;
}

    .Billing_Cycles_fields .filter-bill-field {
        flex: 1;
        padding: 0 10px;
        display: flex;
    }

        .Billing_Cycles_fields .filter-bill-field input {
            min-width: 1%;
        }

        .Billing_Cycles_fields .filter-bill-field label {
            margin: 0 10px 0 0;
            line-height: 40px;
        }

    .Billing_Cycles_fields .filter-bill-field-btn {
        flex: 0;
    }

/*filter classes*/

.header-label {
    font-size: 15px;
    color: #999;
    font-weight: 400;
    margin: 10px 0px;
    float: left;
    width: 100%;
}

.form-control.active_dropdown option {
    color: #333;
    font-size: 14px;
}

.setting_header_filter .accounts_receivable {
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.setting_drop_box label {
    width: auto;
    float: left;
    font-weight: 400;
    margin: 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding-right: 0px;
    padding-top: 0px;
    height: 20px;
    text-align: right;
}

.service-history-table {
    margin-top: -1px;
    float: left;
    width: 100%;
}

.setting_header_filter {
    margin: 0px;
}

.setting_drop_box .select_setting_box {
    width: auto;
    float: left;
}

.setting_drop_box h6 {
    float: left;
    padding-right: 8px;
    padding-left: 18px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    margin-top: 3px;
    margin-bottom: 0px;
}


.select_setting_box .form-control, .status-dropdown .btn {
    -webkit-appearance: none;
    -moz-appearance: noone;
    appearance: none;
    background: transparent;
    border: none;
    box-shadow: none;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 500;
    height: 20px;
    font-size: 14px;
    margin-top: 0px;
    padding: 0px 4px;
    padding-right: 20px;
}

    .select_setting_box .form-control option {
        min-height: auto !important;
    }


.setting_drop_box .active_dropdown {
    border-right: 1px solid #eee;
    float: left;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

    .setting_drop_box .active_dropdown:last-child, #width_tmp_select {
        border: none;
    }

#width_tmp_select {
    display: none;
}

.setting_drop_box .active_dropdown .btn, .setting_drop_box .active_dropdown .standard-load-btn {
    margin-top: -10px;
    padding: 7px 15px;
}

.setting_drop_box {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.standard_rate_outer .active_dropdown {
    width: auto;
    padding-right: 0px;
    padding-left: 3px;
}

.standard_rate_outer .setting_drop_box .equipment_dropdown label {
    width: 111px;
}

.standard_rate_outer .setting_drop_box .equipment_dropdown .select_setting_box {
    width: calc(100% - 111px);
}

.standard_rate_outer .setting_drop_box .status_sctive_box label {
    width: 55px;
}

.standard_rate_outer .setting_drop_box .status_sctive_box .select_setting_box {
    width: 80px;
}

.standard_rate_outer .setting_drop_box label {
    width: 92px;
}

.standard_rate_outer .setting_drop_box .select_setting_box {
    width: calc(100% - 92px);
}

.border-0 {
    border: none !important;
}

.select_setting_box .select-arrow {
    position: relative;
    background: url(../../images/arrow-bottom.png)no-repeat;
    background-position: 95% center;
}

.select_setting_box .select-down {
    position: relative;
    background: url(../../images/arrow-top.png)no-repeat;
    background-position: 95% center;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }


body .select2-container--open .select2-dropdown {
    max-width: 282px !important;
}

    body .select2-container--open .select2-dropdown.custdetail-innerdropdown {
        width: 495px !important;
    }

#myReverseDiv .modal-content, body span.select2-selection, body .search-deopdowncls .select2-container--default .select2-selection--single .select2-selection__rendered, .modal-open .select2-container, .billignhistoryPopup-box, .servicearea-group .type-control .select2-container {
    width: 100% !important;
}


.billignhistoryPopup-box {
    max-width: 480px;
    margin: 35px auto;
    padding: 0 10px;
}

#billingProcessTableID .modal-content, .add-service-contacts .modal-content.confirm-popup {
    margin: 30px auto;
    float: none;
    display: table;
    max-width: 600px;
}

body .search-deopdowncls .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 0px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    color: #000;
    font-size: 14px;
}

body .search-deopdowncls .select2-container .select2-selection--single {
    border: 1px solid #cccccc;
    border-radius: 0px;
    padding-left: 10px;
}

body .search-deopdowncls .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    background-color: transparent;
}


body span.select2-dropdown.select2-dropdown--below.search-innerdropdown, body span.select2-dropdown.select2-dropdown--above.search-innerdropdown {
    width: 373px !important;
}

.setting_drop_box .status-dropdown .btn {
    background: transparent;
    letter-spacing: 0px;
    padding: 4px 4px;
    min-width: auto;
    text-transform: none;
}

.status-dropdown .dropdown-menu {
    margin-top: -40px;
    padding: 0px;
    min-width: 140px !important;
    border-radius: 10px;
    margin-left: 50px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #999;
}

.setting_drop_box .status-dropdown .btn .fa {
    padding-left: 10px;
    font-size: 20px;
    padding-top: 0px;
    float: right;
}

.dropdown-menu > li > a:hover {
    background: #3698dc;
    color: #fff !important;
}

.status-dropdown .dropdown-menu li a {
    padding-left: 10px;
    width: 100%;
    float: left;
}

.setting_drop_box .status-dropdown .check-arrow, .setting_drop_box .status-dropdown .fa {
    float: left;
    width: 20px;
}

.setting_drop_box .status-dropdown .fa {
    padding-top: 3px;
}

.setting_drop_box .status-dropdown .list-value {
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    float: right;
}

.check-arrow {
    visibility: hidden;
}

.postal_top_row .setting_drop_box {
    padding-top: 8px;
    width: 50%;
}

.brand-logo img {
    max-width: none;
    width: 50px;
}

.login-outer .login-logo {
    max-width: 100px;
}

/*new login css*/

.login_main_section .login-outer, .login-right-img {
    float: left;
    width: 50%;
    max-width: none;
}

.login_main_section .login-outer {
    padding-right: 35px;
    padding-left: 60px;
    padding-top: 0px;
    margin: 35px 0px;
}

    .login_main_section .login-outer .remember_username input[type="checkbox"], .standard_rate_outer .setting_drop_box .active_dropdown:last-child {
        width: auto;
    }

    .login_main_section .login-outer .remember_username label {
        float: left;
        width: auto;
        font-weight: 400;
        padding: 1px 0 0 7px;
        margin: 0px;
        line-height: normal;
    }

.login-right-img img {
    width: 100%;
    height: 680px;
}

.login_main_section .login-outer label, .login_main_section .login-outer input, .login_main_section .login-outer select, .manage_company_outer .form-group.status {
    width: 100%;
    border-radius: 0px;
    float: left;
    max-width: 100%;
}

.login_main_heading {
    font-size: 40px;
    text-align: center;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin: 25px 0px;
}

.login_btn .pull-right {
    width: 100%;
    margin-top: 10px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    transition: opacity 0.3s;
}

    .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip {
    opacity: 0.9;
}

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    outline: none;
}

.setting_return, h2.lead-title a.setting_return {
    font-size: 15px;
    font-weight: normal;
}

h2.lead-title a.setting_return {
    float: left;
    padding-bottom: 15px;
    text-decoration: none;
    padding-top: 15px;
}

/*manage compnay page css*/

.manage_company_outer {
    padding-top: 15px;
}

    .manage_company_outer .status label {
        float: left;
        padding-top: 8px;
    }

    .manage_company_outer .ManageCompanyList .btn {
        min-width: auto;
        padding: 4px 8px;
        font-size: 12px;
    }

.admin-common-header .nav > li > a:focus, .admin-common-header .nav > li {
    background-color: transparent;
    outline: none;
}

    .admin-common-header .nav > li.active a {
        background: #2686c8;
    }

    .admin-common-header .nav > li > a:hover {
        background-color: #2686c8;
    }

.admin-common-header .navbar-nav {
    padding-left: 10px;
}

.manage_company_outer .modal-popup {
    max-width: 900px;
    width: 100%;
}

.address_first_outer input {
    margin-bottom: 7px;
}

.contact_feeback {
    margin-bottom: 0px;
}

.address_first_outer {
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    .address_first_outer label.control-label.tech-label {
        margin-bottom: 4px;
    }

.manage_company_outer .form-group.status {
    width: 240px;
    float: right;
}

.pading-r0 {
    padding-right: 0px;
}


.login-cls #Search-page .container {
    max-width: 100%;
    margin-bottom: 0px;
    padding: 0px;
}

.setstatus-active {
    width: calc(100% - 20px);
    float: left;
}


.route-log .route-log-date {
    width: 215px;
    float: left;
    padding-right: 10px;
}

    .route-log .route-log-date label {
        width: 85px;
        float: left;
        padding-top: 10px;
        margin-bottom: 0px;
    }

.route-log.row, .address-review-queue .filter-bill-field.filter-bill-field-btn {
    padding-left: 15px;
    padding-right: 15px;
}


.route-log .route-log-date .icon-field {
    width: calc(100% - 85px);
    float: left;
}

.route-log-status .multiselect-native-select .btn, .dispatch-filter-header.route-log .route-log-status ul {
    width: 90%;
    text-align: left;
}

.route-log-status, .route-log-region {
    float: left;
    width: 23%;
}

    .route-log-status .btn .caret {
        margin-left: 0;
        float: right;
        margin-top: 8px;
    }

.route-log .route-log-btns {
    float: left;
    width: 34%;
}

#StandardRateContainer {
    /*overflow-x: scroll;
    width: 100%;*/
}

.route-log-btns .btn {
    min-width: 65px;
}


/*multiregion-cls css here*/

.multiregion-cls .dropdown dd,
.multiregion-cls .dropdown dt, .select2-container.select2-container--default.select2-container--open span.select2-search.select2-search--dropdown {
    margin: 0px;
    padding: 0px;
}

.multiregion-cls .dropdown dd {
    position: relative;
}

.multiregion-cls .dropdown dt a {
    background-color: transparent;
    display: block;
    overflow: hidden;
    border: 0;
    width: 100%;
    border: 1px solid #cccccc;
    color: #222;
    font-weight: normal;
    height: auto;
    line-height: normal;
    padding: 7px 0 4px 10px;
    position: relative;
    font-size: 14px;
}

    .multiregion-cls .dropdown dt a span, .multiregion-cls .multiSel span {
        cursor: pointer;
        display: inline-block;
        padding: 0px;
        background: #2686c8;
        line-height: normal;
        margin: 0px;
        padding: 0px;
        padding: 5px 8px;
        font-size: 12px;
        color: #fff;
        border-radius: 4px;
        margin: 0px 2px 4px;
    }

.multiregion-cls .dropdown dd ul {
    background-color: #fff;
    border: 0;
    color: #444;
    display: none;
    left: 0px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 2px;
    width: 100%;
    list-style: none;
    height: 215px;
    overflow: auto;
    box-shadow: -1px 2px 7px #ccc;
    z-index: 2;
}

.multiregion-cls .dropdown span.value {
    display: none;
}

.multiregion-cls .dropdown dd ul li a {
    padding: 5px;
    display: block;
}

    .multiregion-cls .dropdown dd ul li a:hover {
        background-color: #fff;
    }

.multiregion-cls button {
    background-color: #6BBE92;
    width: 100%;
    border: 0;
    padding: 10px 0;
    margin: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.multiregion-cls dl.dropdown {
    /*z-index: 9;*/
    margin-bottom: 0px;
}

.multiregion-cls .dropdown dt a span.select-region {
    background: transparent;
    padding: 4px 0 7px 0px;
    margin: 0px;
    font-size: 14px;
    color: #111;
}

    .multiregion-cls .dropdown dt a span.select-region .fa {
        position: absolute;
        top: 6px;
        right: 4px;
        font-weight: normal;
        font-size: 13px;
    }

.multiregion-cls .dropdown dt a.select-arrow:after {
    position: absolute;
    content: "\f0dd";
    font-family: FontAwesome;
    right: 4px;
    height: 10px;
    width: 10px;
    top: 8px;
    padding-right:5px;
}

.multiregion-cls .dropdown dt a.select-arrow .multiSel {
    margin: 0px;
}

.small-info-btn-warning {
    margin: 4px 0px;
}

.standard_rate_outer .setting_drop_box {
    width: calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -ms-calc(100% - 110px);
    float: left;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 20px;
}

.standard_rate_outer .active_dropdown_btn {
    width: 110px;
    float: right;
    margin-bottom: 10px;
}

.search_service_dropdown label {
    width: 130px;
    padding-top: 8px;
    float: left;
    text-align: right;
}

.search_service_dropdown .select-box {
    width: calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    float: right;
    text-align: left;
    padding-left: 10px;
}

.search_service_dropdown .select2-container--default .select2-selection--single {
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 8px 5px;
    font-weight: 300;
}

body .select2-container--open .select2-dropdown.custdetail-innerdropdown {
    max-width: 650px !important;
    width:100%;
    position: static;
}

.Region_popup_box .tooltip-icon .fa, .common-tooltip .tooltip-icon .fa {
    color: #2686c8;
}

.tool-tip-icon-color .tooltip-icon .fa {
    color: #2686c8;
}

#RegionPopUp .modal-popup {
    width: 630px;
}

.information .location .location-detail + .location-detail {
    margin-top: 0;
}

.information .location-detail + .location-detail {
    margin-top: 15px;
}

#chkcustomersince {
    margin-top: 4px;
    margin-left:5px;
}

.customer-listing-box {
    position: relative;
    float: left;
    width: 100%;
}

.date_picker_since, .dropdown_billing_selectbox {
    float: right;
    width: calc(100% - 150px);
    margin: 0px;
}

.listing-customer-report .select-arrow {
    border-radius: 4px;
}

.date_picker_since .date-picker-filed {
    float: left;
}

.date_picker_since .customer-listing-box .form-control {
    float: left;
    width: 98%;
    padding: 0 10px;
    margin-right: 1%;
}

.date_picker_since .date-picker-filed .fa {
    right: 10px;
}

.date_picker_since .inner-label {
    margin-top: -16px;
    line-height: normal;
    padding-bottom: 6px;
    padding-top: 10px;
}

.listing-customer-report p {
    margin: 0px;
}

.customer-listing-box .fa {
    z-index: 1;
}

.multiregion-cls .listing-customer-report.dropdown {
    z-index: auto;
}

.multiregion-cls .dropdown.listing-customer-report dd ul {
    z-index: 9;
    padding-left:10px;
}

.form-group.checkbox-enable {
    float: left;
    width: 150px;
}
#customerListing_since .date_picker_since {
    width: 100%;
    margin-top: 8px;
}
#customerListing_since {
    width: calc(100% - 150px);
    float: right;
    padding: 0px;
}

/*dispatch new page*/

body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .dispatch-select-filter {
    width: 160px;
}

body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .dispatch-select-filter.equipment_select_filter {
    width: 178px;
}

body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li {
    width: 120px;
}

body .dispatch-filter-header.dispatch-map-view .dropdown_billing_selectbox, .date_picker_since .date-picker-filed:last-child .form-control {
    width: 100%;
}

body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li label {
    padding-right: 5px;
}

.dispatch-map-view .multi-box .mutliSelectbillingcycle ul {
    padding: 5px 4px;
    height: 250px;
    top: 67px;
    width: 200px;
}


    .dispatch-map-view .multi-box .mutliSelectbillingcycle ul li {
        padding: 0px 0 0 20px;
    }

.multi-box ul li:last-child {
    float: left !important;
    width: 100%;
}

.multiregion-cls label {
    padding-top: 10px;
}

.multiregion-cls dl.dropdown p {
    margin: 0;
}

.dispatch-map-view .multi-box .mutliSelectbillingcycle ul .checkbox input[type="checkbox"] {
    margin-top: 0px;
}

body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li.search_filter_ddloption {
    padding-right: 0px;
}

.dispatch-map-view .multi-box .mutliSelectbillingcycle ul .checkbox {
    font-size: 12px;
    vertical-align: middle;
    padding: 2px 20px;
    margin: 0px;
    font-weight: 500;
}

.dispatch_mapview_container {
    padding: 10px 15px;
    float: left;
    width: 100%;
}

    .dispatch_mapview_container .panel-heading, .dispatch_mapview_container .panel-body {
        padding: 0px;
        border-radius: 0px;
        margin-bottom: 0px;
    }

.collapse_filter_box {
    width: 55px;
    float: right;
}

.dispatch_mapview_container .panel-title {
    padding: 0px 10px;
    background: #1f87d0;
    color: #fff;
    border-radius: 0px;
    box-shadow: none;
    float: left;
    width: calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}

.panel_icon_expand {
    float: left;
    width: 50%;
    cursor: pointer;
    text-align: center;
    height: 35px;
    line-height: 33px;
    background: #1f87d0;
}

    .panel_icon_expand.active {
        background: #192133;
    }

.dispatch_mapview_container .panel.panel-default, .dispatch_mapview_container .panel-collapse {
    float: left;
    width: 100%;
    border-radius: 0px;
}

.panel_icon_expand .fa {
    color: #fff;
    font-size: 19px;
    padding-top: 7px;
}

.panel_content_box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e0f3ff;
    background: #e0f3ff;
    padding: 5px 6px;
    display: flex;
}

.left-half {
    float: left;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
}

.right-half {
    max-width: 30px;
    float: right;
    width: 100%;
    position: relative;
    text-align: center;
}

    .right-half i {
        font-size: 20px;
        vertical-align: middle;
        margin-top: 5px;
    }

.dispatch_mapview_container .panel.panel-default {
    margin: 0px;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
}

.interger_value {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #1f87d0;
    text-align: center;
    margin-top: 27px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    font-size: 9px;
}

.panel_description_text {
    float: right;
    width: calc(100% - 25px);
    padding-left: 10px;
}

    .panel_description_text p strong {
        font-size: 14px;
    }

    .panel_description_text p {
        margin: 0px;
        font-size: 13px;
    }

.dispatch-box-panel-outer {
    float: left;
    width: 100%;
    border: 1px solid #1F87D0;
}

.dispatch_mapview_container .left-panel {
    border: 1px solid #1F87D0;
    padding: 0px;
    width: 24%;
    margin-right: 1%;
    overflow: hidden;
}

#orderViewContainer {
    overflow: auto;
    background-color: #fff;
    width: 100%;
}

.dispatch_right_mapview .mutliSelectbillingcycle ul li:hover, #ddlServiceLocationFilter.multiregion-cls .dropdown dd ul li:hover {
    background: #F1F9FE;
}

.panel_partial_header h2 {
    background: #1f87d0;
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-size: 18px;
    padding: 7px 0px;
    font-weight: bold;
    text-align: center;
}

.dispatch_right_mapview .multiregion-cls .dropdown dt a {
    height: 38px;
}

.sidepanel .panel_partial_header input {
    width: 100%;
    margin: 0px auto;
    height: 30px;
}

.sorting-inner .select2-container .select2-selection.select2-selection--single {
    max-width: 650px !important;
    width:100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: calc(100% - 20px);
    float: left;
}

.search_service_dropdown .small-info-btn {
    font-size: 13px;
}

.map-pinbox-box label {
    float: left;
    width: 80px;
    padding-top: 7px;
}


.map-pinbox-box {
    float: left;
    width: 48%;
    margin-right: 2%;
}


.select-arrow .select2-container, .select_setting_box .select-arrow .select2-container, .customer-service-report-container.modal-content .select2-container, .modal-open .select-box .select2-container, .modal-open #searchForm .select2-container {
    z-index: 99;
}
.select-down .select2-container {
    z-index: 99 !important;
}
.modal-open .select2-container {
    z-index: 9999;
}

.select-box .custdetail-innerdropdown_parent, .custdetail-innerdropdown_parent {
    width: 100% !important;
}

.panel-group {
    overflow-x: auto;
    margin-bottom: 0px;
}

.panel_partial_header, #MapViewContainer {
    position: relative;
}

#mySidepanel2 .panel_partial_header {
    border-bottom: 1px solid #1F87D0;
}

.modal-open {
    overflow: hidden !important;
}

#MapViewContainer {
    overflow: hidden;
}

.openbtn3:focus, .openbtn3:hover, button.search-icon-filter1:focus, button.search-icon-filter1:hover, button.search-icon-filter2:focus, button.search-icon-filter2:hover, .leftpanelbtn:focus {
    outline: none;
    box-shadow: none;
}

.dispatch_position_panel2 {
    position: absolute;
    left: 0px;
    width: 610px;
    right: auto;
    top: 0px;
    padding-left: 3px;
    padding-top: 3px;
}



.dispatch_position_panel {
    position: absolute;
    top: 0px;
    padding-right: 3px;
    padding-top: 3px;
    right: 0px;
}

#accordionContainerRight {
    position: absolute;
    width: 285px;
    right: 0px;
    top: 0px;
    overflow-y: auto;
}

.dispatchPinheader label {
    padding-right: 4px;
}

.dispatchPinheader .dispatchPinheaderBox2 a {
    font-weight: bold;
}


.dispatch_panel_mapfilter {
    float: left;
    width: calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    padding-left: 15px;
}

    .dispatch_panel_mapfilter .map-panel-filter {
        float: left;
        width: 50%;
        padding: 0 10px 0px 0px;
    }

        .dispatch_panel_mapfilter .map-panel-filter .form-control {
            height: auto;
        }

.dispatch-map-view .dispatch-filter-body label, .dispatch-map-view ul.dispatch-filter-body .dispatch-date input, .dispatch-map-view .dispatch-filter-body .select-arrow {
    width: 100%;
    float: left;
    height: 40px;
}

.dispatch-map-view .dispatch-filter-body label {
    padding: 0px;
    height: auto;
}

.dispatch-map-view .dispatch-date .form-field-icon i.fa.fa-calendar {
    top: 38px;
}

body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .clear_load_btns .btn {
    float: left;
    width: 44%;
    margin-top: 26px;
    height: 41px;
    margin-right: 10px;
    line-height: 41px;
    padding: 0px;
}

#searchForm .form-group.servicearea-group .type-control {
    height: auto;
    padding: 0px;
}

    #searchForm .form-group.servicearea-group .type-control .select2-container .select2-selection--single {
        height: 40px;
        padding-top: 10px;
        border-radius: 4px;
    }

#searchForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: normal;
    padding-left: 5px;
}

#searchForm #Search_NameDiv {
    position: absolute;
    z-index: 999;
    left: 165px;
    top: 150px;
}

select.form-control:focus, .form-control:hover {
    outline: none;
    box-shadow: none;
}

.dispatch_ul_list li {
    float: left;
    width: 100%;
}

.address_search:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    line-height: normal;
    height: 20px;
    width: 20px;
    background-image: url(../../images/search.svg);
    background-repeat: no-repeat;
    background-size: auto;
}

.address_search {
    position: relative;
}

.services_list_container {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}

.parentTabContainer ul.services_list_container li {
    float: left;
    width: 100%;
    padding: 4px 3px 4px 7px;
    margin: 0;
    border-bottom: 1px solid #baaeae;
    cursor: pointer;
    font-size: 14px;
}

.services_list_container li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.services_list_container li.active {
    background: #eaf7ff;
}

.panelcontainerheight1, #parentTabContainer_1 .panel {
    float: left;
    width: 100%;
}

.panelcontainerheight1, .panelcontainerheight2, .panelcontainerheight3 {
    padding-top: 0px;
}

.panelServiceContainerList {
    float: left;
    width: 100%;
    overflow-y: auto;
    margin-bottom: 9px;
}


#divAddCTabContainer .custDetailDivs .form-group .create-contact-customer-btn {
    margin-top: -10px;
}

.service-details.services_list_container {
    height: 100%;
    overflow: auto;
}

.parentTabContainer .panel .panel-heading {
    height: 35px;
    padding: 0px 12px;
    line-height: 35px;
    margin-bottom: 4px;
}

.parentTabContainer .panel-heading .small_anchor_btn, .myAddServiceDiv .small_anchor_btn {
    margin-top: 0;
}

#addEditContactPopupContainer .country-list li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 1px;
    padding-top: 1px;
}

.serviceinput_form_control {
    margin-bottom: 8px;
    height: 30px;
}

body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li {
    padding-right: 10px;
    padding-left: 0px;
}


.service_location_search {
    float: left;
    width: 100%;
    padding: 0 15px;
}

    .service_location_search .serviceinput_form_control {
        margin-bottom: 4px;
        height: 24px;
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        float: left;
    }

    .service_location_search .search-btn-group {
        width: 28px;
        float: right;
    }


    .service_location_search .search_filter_icon {
        width: 100%;
        float: right;
        font-size: 13px;
        text-align: center;
        background: #2686c8;
        border: none;
        box-shadow: none;
        color: #fff;
        padding: 0px 5px;
        line-height: normal;
        height: 24px;
        margin-left: 2px;
    }

.services_list_container .highlighter_btn {
    float: right;
    width: 20px;
    background: #2686c8;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin-top: 9px;
    color: #fff;
    font-size: 10px;
    border-radius: 100%;
    padding-left: 2px;
}

.services_list_container .service_infochkbox {
    float: left;
    width: 22px;
    padding-top: 7px;
}

.services_list_container .service_infodescription {
    float: left;
    width: calc(100% - 42px);
    width: -webkit-calc(100% - 42px);
    width: -moz-calc(100% - 42px);
}

.service_location_search .search-btn-group .dropdown-menu {
    padding: 0px;
    left: auto;
    border: 1px solid #c5c5c5;
    right: 0px;
    box-shadow: -1px 2px 7px #ccc;
    margin: 0px 0 0 0;
    width: 93px;
    border-radius: 0;
}

    .service_location_search .search-btn-group .dropdown-menu .dropdown-item {
        color: #444;
        font-size: 14px;
        float: left;
        width: 100%;
        margin-bottom: 0px;
        padding: 5px 9px;
    }

.service_location_search .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.service_location_search .search-btn-group .dropdown-menu .dropdown-item:hover, .service_location_search .search-btn-group .dropdown-menu .dropdown-item.active {
    background: #2686c8;
    color: #fff;
}

.addservicelocation-popup .form-group-outer .form-group, .addcustomerpartial-popup .form-group-outer .form-group {
    float: left;
    width: 50%;
}

    .addservicelocation-popup .form-group-outer .form-group .date-picker-filed {
        width: calc(100% - 150px);
    }

    .addservicelocation-popup .form-group-outer .form-group .date-picker-filed, .addcustomerpartial-popup .form-group-outer .form-group .date-picker-filed, .addcustomerpartial-popup .form-group-outer .status-group .date-picker-filed input, #ddlServiceLocationFilter .dropdown_billing_selectbox, .addservice_accesstime_field .form-container input, .addservice_accesstime_field .form-container select {
        width: 100%;
    }

.addservicelocation-popup .form-group-outer .status-group label {
    max-width: 70px;
    padding-left: 10px;
}

.addcustomerpartial-popup .form-group-outer .status-group label {
    max-width: 100px;
    padding-left: 23px;
        margin-right: 20px;
}

.addservicelocation-popup .form-group-outer .status-group select, .addcustomerpartial-popup .form-group-outer .status-group .date-picker-filed {
    width: calc(100% - 70px);
    float: left;
}

.addcustomerpartial-popup .form-group-outer .status-group .date-picker-filed {
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -ms-calc(100% - 100px);
}

.tab-content .sorting-by.calendar-dropdown-filter select, #ddlServiceLocationFilter {
    float: right;
    width: 48%;
    margin-left: 2%;
}

#ddlServiceLocationFilter {
    float: left;
}

    #ddlServiceLocationFilter .dropdownbilling.dropdown.listing-customer-report label {
        float: left;
        width: 65px;
        padding-top: 10px;
    }

#parentTabContainer_3 .caledarddlListviewFilter {
    width: 48%;
    float: right;
}

.calendar-dropdown-filter {
    padding-right: 15px;
}

#parentTabContainer_3 #ddlServiceLocationFilter {
    float: left;
}

.calendar-dropdown-filter {
    width: 50%;
}

.service_listview_filter {
    float: right;
}


#ddlServiceLocationFilter .dropdownbilling.dropdown.listing-customer-report .openServiceCalendarFilter {
    float: left;
    width: calc(100% - 65px);
}

#ddlServiceLocationFilter.multiregion-cls .dropdown dd ul {
    top: 41px;
    left: 66px;
    padding: 10px 30px;
    width: calc(100% - 65px);
    float: left;
    padding: 2px 10px;
    margin-bottom: 1px;
}

    #ddlServiceLocationFilter.multiregion-cls .dropdown dd ul li {
        width: 100%;
        float: left;
    }

        #ddlServiceLocationFilter.multiregion-cls .dropdown dd ul li .checkbox {
            cursor: pointer;
        }

#ddlServiceLocationFilter .dropdownbilling.dropdown.listing-customer-report .parentServiceCalendarUL label {
    width: 100%;
    padding: 0px;
    margin: 0px 0 0px;
    font-weight: normal;
    font-size: 13px;
}

    #ddlServiceLocationFilter .dropdownbilling.dropdown.listing-customer-report .parentServiceCalendarUL label input[type="checkbox"] {
        margin-top: 3px;
        margin-left: 0px;
    }

#ddlServiceLocationFilter .dropdownbilling.dropdown.listing-customer-report .parentServiceCalendarUL span {
    padding-left: 20px;
}

.access_timefield label {
    padding-top: 6px;
}

.order-note li {
    float: left;
    width: 60%;
}

    .order-note li:last-child {
        width: 40%;
    }

.order-note input[type="checkbox"] {
    margin-top: 1px;
    float: left;
    margin-right: 4px;
}

.add-service-alerts span, .add-neworder-alerts span {
    margin-top: 8px;
    float: left;
    margin-left: 7px;
}

.add-service-alerts input, .modal-body .add-neworder-alerts input {
    float: left;
    padding-right: 10px;
}

.addservice_accesstime_field .form-container label {
    line-height: 29px;
}

.modal-body .add-neworder-alerts span {
    float: left;
    margin-top: -1px;
    margin-left: 0px;
}

.modal-body .add-neworder-alerts input {
    margin-top: 2px;
}

.modal-body .buildOrderProcess input {
    margin-top: 2px;
    float: right;
    margin-left: 5px;
}

.orderchkprintemail {
    margin-top: 9px;
    float: right;
    padding-left: 4px;
}

.reservation_checklist .form-group {
    margin: 0px;
    padding-right: 8px;
    padding-left: 0px;
}

.col-sm-12.form-group.active_checklist {
    padding: 0px;
    margin: 3px -15px 3px;
}

.reservation_checklist .form-group:last-child {
    padding-right: 0px;
}

.add_morecontent .left_addmore {
    float: left;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    padding-right: 5px;
    margin-bottom: 6px;
}

.add_morecontent .add_more_attach {
    float: right;
    width: 50px;
    min-width: auto;
    text-align: center;
}

.servcielocimage .fa.fa-paperclip {
    background: gray;
    color: #fff;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 100%;
    font-size: 10px;
}

/*sample css*/
.sample_row_outer {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    position: relative;
}

.create_message_template .sample_row_outer, .create_message_template .submit-row .form-group {
    max-width: 60%;
}

.table_sample_content .textarea-control {
    height: 40px;
}

.sample_row_outer .fa.fa-calendar {
    position: absolute;
    top: 13px;
    right: 7px;
}

.sample_table_outer label, .caller_interaction_outer .form-horizontal .control-label, .reporting_result_outer .control-label {
    width: 250px;
    float: left;
    padding-top: 11px;
}
.sample_table_outer .toggle-checkbox-switch {
    width: 51px;  
}

.sample_table_outer .table_sample_content input[type="checkbox"] {
    margin-top: 10px;
    float: left;
}

.table_selectbox {
    float: left;
    width: 32%;
}

.sample_selectbox {
    width: 32%;
    position: relative;
}

#ChecklistContainer .sample_selectbox {
    width: 60%;
    position: relative;
}

.sample_table_outer .table_sample_content, .reporting_result_outer .table_sample_content {
    width: calc(100% - 250px);
    float: right;
    padding-left: 10px;
}

.title_name_head label {
    font-size: 20px;
    padding-bottom: 10px;
}

.create_message_template .title_name_head label {
    padding-bottom: 0px;
    margin: 0px;
}

.sample_table_outer {
    border: none;
}

.table_sample_content .sample_selectbox select {
    float: left;
    width: 32.33%;
    margin-right: 1%;
}

    .table_sample_content .sample_selectbox select:last-child {
        margin-right: 0px;
        width: 33.33%;
    }

.noCustomerExistMsg {
    vertical-align: middle;
    float: left;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #F89342;
    margin-top: 100px;
}

.completed_description {
    font-size: 16px;
    padding-top: 15px;
    float: left;
}

#autoCompleteDiv {
    position: absolute;
    top: 63px;
    height: auto;
    width: 450px;
    padding: 0 10px;
    padding-right: 10px;
    z-index: 15;
    background: white;
    text-align: left;
}

.inventarydetail_current_tab .bg-primary {
    background: #e0f3ff !important;
    color: #222;
}

div#DashboardRem7Container table tr td a {
    font-size: 18px;
    color: #333333;
    padding: 0px;
}

div#showRouteStats table tr td a {
    font-size: 18px;
    color: #333333;
    padding: 0px;
}

.Equipement_option_outer {
    float: left;
    width: 25%;
}

.inventary_other_filter {
    float: left;
    width: 75%;
}

    .Equipement_option_outer .filter-box, .inventary_other_filter .filter-box {
        width: 33.33%;
        float: left;
        padding: 0px 2px;
    }

    .inventary_other_filter .filter-box {
        width: 20%;
        padding-left: 0px;
    }

.Equipement_option_outer .dispatch-filter-list {
    height: auto;
}

.inventary_other_filter .dispatch-filter-list {
    overflow-x: hidden;
    overflow-y: auto;
}

.inventoryDashboard .customer-details {
    margin-top: -40px;
    float:unset;
}

.inventary_dispatchfilter .dropdown-menu.dispatch-filter-content-wrapper {
    max-width: 100%;
}

.inventary_other_filter .date_location_filter .dispatch-filter-list label {
    padding-left: 0px;
}

.inventary_dispatchfilter .inventory-filter-header .dispatch-filter-content-wrapper:before {
    right: 245px;
}

.inventary_dispatchfilter .inventory-filter-header .dispatch-filter-content-wrapper:after {
    right: 244px;
}

.search_filter_ddloption {
    margin-bottom: 5px;
}

    .search_filter_ddloption input {
        height: 24px;
    }

.serviceliList {
    margin-bottom: 4px;
}

.ServiceHistorybtnOptions {
    float: left;
    width: 100%;
}

.ServiceHistoryDropdowns {
    float: left;
    width: 50%;
}

.inventoryDashboard .p-0 [class*="col-"]:last-child {
    position: static;
    text-align: left;
}

.woChildTabContainer .move_performance_outer b {
    min-width: 80px;
}

#divEquipmentInventoryContainer #equipmentMapContainer, .history_routelog {
    position: relative;
}

    #divEquipmentInventoryContainer #btnHideShowLabels, #divEquipmentInventoryContainer #btnHideShowLabels:focus, .history_routelog #btnHideShowLabels, .history_routelog #btndevicelocationLabels, .history_routelog #btndevicecompleteLabels {
        position: absolute;
        top: 10px;
        right: 60px;
        z-index: 9;
        background: #fff !important;
        color: #333;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    }

    .history_routelog #btnHideShowLabels {
        top: 26px;
        right: 70px;
    }

    .history_routelog #btndevicelocationLabels {
        top: 26px;
        right: 70px;
    }

    .history_routelog #btndevicecompleteLabels {
        top: 26px;
        right: 70px;
    }

.invertary_completed_days li b {
    float: left;
    width: 90px;
}

.invertary_completed_days li span {
    width: calc(100% - 90px);
    float: right;
}

.invertary_completed_days li span {
    width: calc(100% - 90px);
    float: left;
}


.clsManageworkflowCharges tr {
    display: flex;
}

    .clsManageworkflowCharges tr td, .clsManageworkflowCharges tr th {
        min-width: 1% !important;
        flex: 1;
        width: auto !important;
        max-width: unset !important;
    }

.inventory_detail_outer .modal-footer.view-model-footer [class*="col-"] {
    width: 16.6%;
    padding: 0px 3px;
    text-align: center;
}

.inventory_detail_outer .modal-footer.common.view-model-footer {
    padding: 8px 7px 4px 10px;
}

.route-log-btns .btn.mobile_icon1 img {
    width: 17px;
    height: 29px;
    margin: -5.5px auto 0px;
}

.route-log-btns .btn.mobile_refresh1 img {
    width: 24px;
    height: 24px;
    margin: -2.4px auto 0px;
}

.route-log-btns .btn.mobileservice_icon1 {
    width: 48px;
}

.route-log-btns .btn.mobileservice_icon1 img {
    width: 32px;
    height: auto;
    margin-top: -7px;
    margin-left: -6px;
}

.route-log-btns .btn {
    height: 38px;
}
.route-log-btns .btn {
    width: auto !important;
    min-width: 37px;
    /*padding: 0 4px;*/
    display: inline-flex;
    justify-content: center;
    flex-flow: wrap;
    align-items: center;
}

.route-log-btns .btn img {
    width: auto !important;
    height: 22px!important;
    margin: 0 !important;
}
.searchcustomerdata .dispatch-filter-body {
    display: flex;
    margin: 0px 0 15px -10px;
    flex-flow: row wrap;
}

.searchcustomerdata .dispatch-filter-header .dispatch-filter-body > li {
    width: 26%;
}

.searchcustomerdata .dispatch-filter-body > li.customer_small_fields {
    width: 130px;
}

.searchcustomerdata .dispatch-filter-body > li .form-field-icon > * {
    display: inline-block;
    width: auto;
    max-width: none;
}

.searchcustomerdata .dispatch-filter-body > li .form-field-icon > input[type="text"] {
    width: 100%;
}

.searchcustomerdata .dispatch-filter-body > li .form-field-icon label {
    margin-right: 5px;
    width: 100%;
}

.searchcustomerdata #FilterLabel {
    line-height: 37px;
}

.searchcustomerdata .search_custom_btn {
    width: 90px !important;
}

.nav-tabs.nav-justified.search_custom_tabs {
    width: 100%;
    max-width: 400px;
    float: left;
}



.searchcustomerdata .dispatch-filter-body > li.form_action {
    width: 23%;
    margin-right: 0;
    margin-top: 33px;
}

    .searchcustomerdata .dispatch-filter-body > li.form_action > * {
        width: auto;
        display: inline-block;
        float: left;
        margin-right: 8px;
    }

    .searchcustomerdata .dispatch-filter-body > li.form_action a.filter-btn {
        padding: 0 7px;
        margin-top:12px;
    }


.searchcustomerdata .dropdown-menu.dispatch-filter-content-wrapper::after, .searchcustomerdata .dropdown-menu.dispatch-filter-content-wrapper::before {
    left: 82%;
}

.searchcustomerdata .dropdown-menu.dispatch-filter-content-wrapper {
    top: 87px;
    /*max-width: 62%;*/
    max-width: 98%;
    right: 0px;
}

.searchcustomerdata .dispatch-filter-content {
    padding-top: 10px;
    padding-bottom: 2px;
}

    .searchcustomerdata .dispatch-filter-content .row [class*="col-"] {
        padding: 0 8px;
    }

    .searchcustomerdata .dispatch-filter-content .row [class*="col-"] {
        width: 100%;
    }

.searchcustomerdata .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.66);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.66);
}


.searchcustomerdata .drop-lead {
    width: 100%;
}


#divRoleAuthorizationSettingGrid tr td {
    vertical-align: middle;
    padding: 1px 7px;
}


    #divRoleAuthorizationSettingGrid tr td .form-control {
        border-radius: 0;
        height: 34px;
    }

.dispatchPinPopUp, .dispatchOrderSmallInfo {
    max-width: 400px;
    width: 350px;
    float: left;
}

.dispatchOrderSmallInfo {
    padding: 13px 5px;
}

.dispatchPinPopUpNearBy, .dispatchOrderSmallInfoNearby {
    max-width: 560px;
    max-height: 680px;
    float: left;
}
.dispatchPinPopUpNearBy {
    display:inline-flex;
    flex-flow:wrap;
}
.dispatchOrderSmallInfoNearby {
    padding: 9px 5px;
}

.dispatchPinheader {
    float: left;
    width: 100%;
    border-bottom: 1px solid #1F87D0;
    margin-bottom: 5px;
    padding: 6px;
}

.dispatchPinheaderBox1 {
    float: left;
    width: 100%;
    font-size: 16px;
}

.dispatchPinheaderBox2 {
    float: left;
    width: 50%;
    margin-top: 3px;
}

.dispatchPinheaderBox3 {
    margin-top: 0px;
}


.dispatchPinheaderBox label {
    font-size: 14px;
    font-weight: bold;
    padding-right: 3px;
}

.dispatchMapfieldInfo {
    float: left;
    width: 100%;
    padding: 0px 3px 5px 8px;
}

.dispatchMapfieldName {
    float: left;
    width: 80px;
    margin-bottom: 4px;
    word-wrap: break-word;
}

.infocontent {
    float: right;
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
}

.customersearchpininfo .dispatchMapfieldName {
    width: 120px;
}

.customersearchpininfo .infocontent {
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
}

.dispatchPincurrentRouting {
	width: 100%;
	padding: 0 10px;
	margin-top: 10px;
    display:inline-block;
}
.dispatchPincurrentRouting .heading-section {
	border-top: 1px solid #ddd;
	width: 100%;
	padding: 5px 0 0;
}
.dispatchPincurrentRouting .heading-section label {
	margin: 0px 0 0;
	padding: 0 5px;
}

.ddlPinStatus {
    width: 95px;
    padding: 0;
    height: 25px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.showinvalidaddressmessage {
    float: right;
    width: 41%;
    text-align: right;
    padding-top: 0px;
    font-size: 14px;
    color: red;
}

.servicemapicon .fa {
    padding-top: 0px;
    padding-right: 0px;
    background: #2686c8;
    color: #fff;
    border-radius: 3px;
    height: 24px;
    width: 30px;
    text-align: center;
    line-height: 22px;
    margin-top: 0;
    margin-right: 4px;
}


.inventary_equipment_tab table tbody {
    display: block;
    overflow-y: scroll;
}


.inventary_equipment_tab table tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.inventary_equipment_tab tr td, inventary_equipment_tab tr th {
    word-break: break-all;
}


.create_message_template .campaign_type_outer li {
    float: left;
    width: 32.33%;
    margin-right: 1%;
}

    .create_message_template .campaign_type_outer li .btn-primary, .create_message_template .submit-row, .create_message_template .reservation_checklist .sample_selectbox, .create_message_template .reservation_checklist .table_selectbox {
        width: 100%;
    }

.create_message_template .submit-row {
    margin: 0px;
    padding: 0px;
}

.create_message_template .submit-row {
    float: right;
}

.create_message_template .campaign_type_outer li .fa {
    padding-right: 6px;
}

.create_message_template .campaign_type_outer li .btn-primary:hover, .create_message_template .campaign_type_outer li .btn-primary.active, .create_message_template .sample_row_outer .message_type:hover, .create_message_template .sample_row_outer .message_type.active {
    background: #192133;
}

.dashboard_tv_header {
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -ms-calc(100% - 60px);
    width: -o-calc(100% - 60px);
}

.dashboard_region_filter {
    float: right;
    background: #ebd07b;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 31px;
    border-radius: 4px;
}

.dashboard_tv_header .page-title-dashbord {
    float: left;
    width: 230px;
}

.region_filter_container {
    float: right;
    position: relative;
    width: calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: -ms-calc(100% - 230px);
    text-align: right;
}

    .region_filter_container span {
        padding-right: 10px;
        font-size: 17px;
    }

#regionsnotificationdiv {
    position: absolute;
    top: 37px;
    display: none;
    right: 0px;
    float: left;
    padding-top: 2px;
}

.region-dropdown.dropdown-menu::before {
    content: "";
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    right: 3px;
    left: auto;
    margin: auto;
    z-index: 99;
}

#regionsnotificationdiv h3 {
    font-size: 16px;
    background: #dae3f3;
    padding: 5px;
    margin: 0 2px 4px;
    color: #333;
}

.region_item_container .checkbox input {
    margin: 0 0 0 7px;
    float: left;
    width: 15px;
    background: red;
    padding: 0px;
    position: static;
}

.region_name {
    float: right;
    color: #000;
    text-align: left;
    width: calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -ms-calc(100% - 25px);
    font-size: 15px;
    font-weight: normal;
    padding-top: 2px;
    padding-left: 3px;
}

.region_item_container .checkbox {
    margin-top: 2px;
    margin-bottom: 0px;
    line-height: normal;
    float: left;
    width: 100%;
    cursor: pointer;
}

#regionfilterModelPopUp .modal-body input[type="checkbox"] {
    margin: 0px;
}

#regionfilterModelPopUp .modal-dialog {
    max-width: 400px;
}

#regionfilterModelPopUp .region_name {
    margin-top: -4px;
}

#regionfilterModelPopUp .form-group {
    margin-bottom: 5px;
}


.create_container_outer .sample_row_outer .control-label, .caller_interaction_outer .form-horizontal .control-label {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
}

.create_container_outer .form-group {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    padding: 0px;
}

.create_container_outer .sample_table_outer label, .create_container_outer .sample_table_outer .sample_row_outer h6 {
    font-weight: normal;
    font-size: 14px;
}

.create_container_outer .sample_table_outer h4 {
    color: #1f87d0;
    font-weight: bold;
    padding-bottom: 10px;
}

.create_container_outer .sample_table_outer .table_sample_content .table_selectbox, .create_container_outer .submit-row {
    width: 100%;
    margin: 0px;
}

.callsetting_outer .form-horizontal .control-label {
    text-align: left;
    padding-left: 0px;
}

.callsetting_outer .reservations-container .panel-body {
    padding-left: 0px;
}

.callsetting_outer .title_name_head {
    padding-top: 20px;
    float: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.callsetting_outer .form-group {
    margin-bottom: 12px;
    max-width: 68%;
}

    .callsetting_outer .form-group .btns_div {
        padding-right: 20px;
    }

.caller_interaction_outer .form-horizontal .control-label {
    text-align: left;
}

.caller_interaction_outer .reservation_checklist .form-group {
    max-width: 60%;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.caller_interaction_outer .table_sample_content {
    width: calc(100% - 250px);
    float: right;
}

.MobileLogReport__header {
    display: flex;
}

.dashboard_content .MobileLogReport__header label {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    line-height: normal;
    margin-bottom: 5px;
}

.MobileLogReport__header .dropdown_billing_selectbox, .MobileLogReport__header .date_picker_since {
    width: 100%;
}

.MobileLogReport__header .form-group {
    padding: 0 10px;
}

    .MobileLogReport__header .form-group:first-child, .create_container_outer .sample_table_outer label {
        padding-left: 0;
    }

    .MobileLogReport__header .form-group:last-child {
        padding-right: 0;
    }

.MobileLogReport__header .MobileLogReport__actionButton {
    width: 35% !important;
}

/*.MobileLogReport__header .date_picker_since .date-picker-filed:first-child {
    padding-right: 20px;
}*/

.caller_interaction_outer .page-heading-title {
    padding-bottom: 15px;
}

.reservation_checklist .panel-body .btn {
    margin-bottom: 10px;
}

.caller_interaction_outer .reservation_checklist .title_name_head label {
    padding-bottom: 0px;
}

.browse_text {
    color: #666;
}

.report_btn_box .btn {
    padding: 5px 0;
    min-width: 29px;
    margin: 0px auto;
    display: table;
}

.reporting_result_outer .select_report_sample select {
    padding: 2px 4px;
    font-size: 13px;
}

.CustomerDetailTab .nav-tabs > li + li a, .CustomerDetailTab .nav-tabs > li > a {
    border: 1px solid #ddd !important;
}

.schedule_datepicker_outer select, .schedule_datepicker_outer .date_picker_box {
    width: 21.22%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-right: 1%;
}

.schedule_datepicker_outer .date_picker_box {
    width: 32.33%;
    position: relative;
    margin-right: 1%;
}

.schedule_datepicker_outer .date-picker-filed {
    width: 100%;
}

.date-picker-filed .form-control {
    padding-right: 0;
}

span.small_description_label {
    float: left;
    width: 100%;
    font-weight: normal;
}

.create_container_outer .sample_table_outer .sample_row_outer h6 {
    background: #e0f3ff;
    color: #333;
    padding: 10px;
    font-weight: bold;
}

.schedule_test_save form {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.create_message_template .page-heading-title {
    font-size: 20px;
}

.customer_partial_tablebox table.table tr td, .customer_partial_tablebox table.table tr th {
    padding: 3px 3px;
    font-size: 12px;
    width: 50px;
    text-align: center;
}

.submit-row .btn-default:first-child, .btns_div .btn-default:first-child {
    margin-right: 5px;
}

.secondary_contact-box {
    border: 1px solid #ccc;
    padding: 10px;
}

.create_message_template .message_type {
    background: #a5a5a5;
    color: #fff;
}

.create_message_template .form-control[disabled], .create_message_template fieldset[disabled] {
    background-color: #eaeaea;
}

.serviceaccesstimedata label {
    min-width: 110px;
    margin-bottom: 0px;
}

.customer_service_tooltip {
    float: right;
}

    .customer_service_tooltip .dropdown-menu {
        padding: 10px;
        left: auto;
        background: #000;
        color: #fff;
        right: -20px;
        box-shadow: 0px 4px 7px #999;
        min-width: 380px !important;
        font-size: 13px;
        margin-top: 7px;
    }

        .customer_service_tooltip .dropdown-menu ul li {
            line-height: normal;
            color: #fff;
            padding: 0 0 2px;
            float: left;
            width: 100%;
        }

        .customer_service_tooltip .dropdown-menu::before {
            content: "\f0d8";
            font-family: FontAwesome;
            position: absolute;
            top: -23px;
            height: auto;
            color: #000;
            width: auto;
            right: 30px;
            margin: 0px auto;
            font-size: 25px;
        }

.billing-batch-detail {
    width: 100%;
    float: left;
}

    .billing-batch-detail .nav-tabs li a {
        border: none;
        background: #d6dce5;
        border-radius: 0;
    }


    .billing-batch-detail .panel {
        box-shadow: 0px 0px 6px #888;
        margin-bottom: 5px;
    }

    .billing-batch-detail .nav-tabs > .active > a, .billing-batch-detail .nav-tabs > .active > a:focus, .billing-batch-detail .nav-tabs > .active > a:hover {
        border: none;
        color: white;
        background: #3698dc;
    }

.addressupdate_table_column li {
    font-size: 14px;
}

.addressupdate_table_column table th, .addressupdate_table_column table td {
    text-align: center;
}

.setmapimagelegendinfo img {
    float: left;
    width: 30px;
}

#myDifferentMapViewLabel .setmapdescription {
    float: right;
    width: calc(100% - 30px);
    padding: 0px;
}

.customer-details-btn-size .panel-heading .small_anchor_btn {
    min-width: auto;
    margin-right: 3px;
}

#RouteAssignment .title-header {
    width: 100%;
    float: right;
    max-width: 300px;
}

#RouteAssignment .btn {
    width: 100px;
}

#RouteAssignment .region_name {
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -ms-calc(100% - 100px);
}

.billing-title-header {
    margin-bottom: 10px;
}

.operation_routlog_header {
    float: left;
    width: 100%;
}

    .operation_routlog_header h2.lead-title {
        margin-bottom: 13px;
        padding-left: 15px;
    }

    .operation_routlog_header .dispatch-filter-header .dispatch-filter-body li {
        padding: 0px !important;
        margin: 0 2px;
        width: 130px !important;
    }

    .operation_routlog_header .dispatch-filter-body {
        float: right;
        width: 100%;
    }

#service_history_calendar .popover.top > .arrow::after {
    border-top-color: inherit;
}

.pagination > li > a, .pagination > li > span {
    padding: 5px 10px;
}

#divSearchResultContainer .nav-tabs.nav-justified.search_custom_tabs {
    max-width: 300px;
}

#divSearchResultContainer .showinvalidaddressmessage {
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -ms-calc(100% - 300px);
}

.right_form_billing {
    width: 340px;
}

.billing_common_header .lead-title {
    width: calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: -ms-calc(100% - 340px);
}

body .billing_common_header .right_form_billing .data_table_search {
    width: 100%;
    margin-bottom: 7px;
}

/*billing audit css*/

.billing_audit_outer .column-box {
    margin-bottom: 20px;
    padding-right: 0px;
}

.billing_audit_outer .index-inner-box {
    color: #333;
    box-shadow: 0px 0px 4px #999;
    padding: 0px 15px 20px;
    margin: 0px;
    float: left;
    width: 100%;
    text-align: center;
}


    .billing_audit_outer .index-inner-box:first-child {
        background: #cfe2f3;
    }

    .billing_audit_outer .index-inner-box p.zero {
        font-size: 48px;
        font-weight: bold;
        line-height: 30px;
        padding: 30px 0px;
        margin: 0px;
        float: left;
        width: 100%;
    }

.billing_audit_outer .column-box:nth-child(2) .index-inner-box {
    background: #F7FF00;
}

.billing_audit_outer .index-inner-box h2 {
    font-size: 20px;
}

.billing_audit_outer .index-inner-box h3 {
    margin: 0px;
    padding: 10px 0px 0px;
    font-size : 18px
}

/*billing audit css*/

.billing-audit-detail-outer {
    display: inline-block;
    position: relative;
}


.dropdown-billing-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    z-index: 9;
    top: 39px;
    border: 1px solid #909090;
    padding: 8px 15px;
    text-align: left;
    right: 4px;
}


/*billing audit css*/

.billing_audit_outer .column-box {
    margin-bottom: 20px;
    padding-right: 0px;
}

.billing_audit_outer .index-inner-box {
    color: #333;
    box-shadow: 0px 0px 4px #999;
    padding: 0px 15px 20px;
    margin: 0px;
    float: left;
    width: 100%;
    text-align: center;
    height: 195px;
}

.dropdown-billing-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    z-index: 9;
    top: 30px;
    box-shadow: 0px 1px 5px #777;
    padding: 8px 15px;
    text-align: left;
    left: calc(100% - 20px);
}

    .dropdown-billing-content:before {
        position: absolute;
        top: -18px;
        content: "\f0d8 ";
        font-family: FontAwesome;
        left: 7px;
        color: #fff;
        font-size: 20px;
    }

.billing_audit_outer .column-box:first-child .index-inner-box {
    background: #FFB6C1;
}

.billing_audit_outer .column-box:nth-child(2) .index-inner-box {
    background: #cfe2f3;
}

.billing_audit_outer .column-box:nth-child(3) .index-inner-box {
    background: #F7FF00;
}

.billing_audit_outer .column-box:nth-child(4) .index-inner-box {
    background: #24ff9c;
}

.dispatch-filter-header .dispatch-filter-body li.region-ddown > div {
    display: inline-flex;
}

    .dispatch-filter-header .dispatch-filter-body li.region-ddown > div label {
        float: left;
        margin-right: 5px;
    }

.dispatch-filter-header .dispatch-filter-body li.region-ddown {
    width: 220px;
}
.billing_audit_outer .index-inner-box p.zero {
    font-size: 50px;
    font-weight: bold;
    line-height: 30px;
    padding: 30px 0px;
    margin: 0px;
    float: left;
    width: 100%;
}


.audit_tooltip {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 20px;
    width: 18px;
    height: 18px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:50%;
    cursor:pointer;
}

.audit_tooltip .fa {
    position: relative;
    z-index: -1;
}

.billing_audit_outer .index-inner-box h2 {
    font-size: 20px;
}

.billing_audit_outer .index-inner-box h3 {
    margin: 0px;
    padding: 25px 0px 0;
}

.billing-audit-detail-outer {
    position: relative;
    width: 100%;
    float: left;
}

h2.lead-title.billing_audit_heading {
    margin-bottom: 15px;
    padding-left: 12px;
}

.progress-outer {
    display: flex;
    width: 100%;
    background: #ababab;
}

    .progress-outer div {
        height: 15px;
    }

        .progress-outer div:last-child {
            border-radius: 0 3px 3px 0;
        }

.routedashboard_layout .table-bordered > thead > tr > th, .routedashboard_layout .table-bordered > tbody > tr > td {
    border: 1px solid #222;
}

.routedashboard_layout tr th {
    font-size: 20px;
    font-weight: 400;
}

.routedashboard_layout .gray {
    min-width: 100%;
}

.form-field-icon .fa {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 16px;
}

.modal-dialog.servicehistorystatusmodel {
    max-width: 900px;
    width: 100%;
}

.servicehistorystatusmodel .form-horizontal .control-label {
    padding-top: 0px;
    padding-right: 0px;
}

.servicehistorystatusmodel .form-horizontal .control-label {
    width: 41%;
}

.servicehistorystatusmodel .form-group .col-sm-9 {
    width: 58%;
}

#billingprocessListGrid_wrapper table.table tbody tr td a.small-info-btn, body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .multi-box li input {
    margin-bottom: 3px;
}

/*progress circle css*/
.progress_number, .progress_seconds {
    float: left;
    width: 100%;
    text-align: center;
}

#divProgress {
    font-size: 100px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

    #divProgress .progress_number {
        line-height: normal;
        padding-top: 0;
        font-size: 24px;
        text-align: center;
        margin: 0px auto;
        left: 0px;
        top: 21px;
        font-weight: normal;
        right: 0;
    }

.progress_seconds {
    font-size: 15px;
}

#divProgress:hover > span {
    width: auto;
}

#divProgress span {
    width: 100%;
}

.company_addedit_popup .nav-tabs > li a {
    border: none;
    background: #d6dce5;
    border-radius: 0;
    color: #424242;
}

.company_addedit_popup {
    padding: 20px 30px;
}

    .company_addedit_popup .nav-tabs > li a:focus, a:focus, .company_addedit_popup .nav-tabs > li a:hover {
        outline: none;
        border: none;
    }

    .company_addedit_popup .nav-tabs > li a:hover {
        color: #fff;
        background: #3698dc;
    }

    .company_addedit_popup .nav-tabs > li a:hover {
        background: #d6dce5;
        color: #424242;
    }

    .company_addedit_popup .nav-tabs > .active > a,
    .company_addedit_popup .nav-tabs > .active > a:hover,
    .company_addedit_popup .nav-tabs > .active > a:focus, 
    .company_addedit_popup .nav-tabs > .active > a:active {
        background: #3698dc;
        color: #fff;
    }

    .company_addedit_popup .company_feature_tab#IntegrationsTab .form-group .control-label {
        width: 35%;
    }

    .company_addedit_popup .company_feature_tab#IntegrationsTab .form-group .integrationControl {
        width: 65%;
    }

    .company_addedit_popup .tab-content .tab-pane {
        margin-top: -1px;
    }

    .company_addedit_popup .company_feature_tab .form-group .control-label {
        width: 55%;
    }

    .company_addedit_popup .company_feature_tab .form-group .col-sm-9 {
        width: calc(100% - 55%);
        width: -webkit-calc(100% - 55%);
        width: -moz-calc(100% - 55%);
        width: -ms-calc(100% - 55%);
    }

.admin-area-header .navbar-nav > li > a {
    color: #192133;
}

.admin-area-header .nav > li.active a, .admin-area-header .nav > li a:hover {
    color: #fff;
}

.address-review-queue-header .filter-bill-field {
    width: 13%;
    float: left;
    padding: 0 6px;
}

    .address-review-queue-header .filter-bill-field-btn, .address-review-queue-header .filter-bill-field.Variance-distance {
        width: 24%;
        padding: 0;
    }

.address-review-queue {
    padding: 0 15px;
}

#hemptextforicon {
    float: left;
    padding-left: 15px;
    padding-top: 10px;
}

    #hemptextforicon i {
        float: left;
        padding-right: 6px;
        padding-top: 3px;
    }

.register_main_section .form-group {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.register_main_section .action_btn .btn {
    width: 48%;
    margin-right: 2%;
}

.get_service_outer strong {
    width: 45px;
    float: left;
}

.po_number_container {
    width: calc(100% - 45px);
    max-width: 400px;
    float: left;
}

.get_service_outer .btn-sm {
    float: right;
    width: 25px;
    margin-top: 8px;
}

#spnShowPoNumber {
    padding-right: 10px;
}

.get_service_outer #txtShowPoNumber {
    width: calc(100% - 35px);
    float: left;
    margin-right: 10px;
}

.map_icons_outer ul li {
    float: left;
    padding: 5px 6px;
    text-align: center;
    border-right: 1px solid #333;
}

.dropdown-content .serviceUl li {
    margin-bottom: 2px;
}

.dropdown-content .serviceUl {
    padding-top: 4px;
}

.map_icons_outer .dropdown-content ul li {
    width: 100%;
    border-right: none;
}

.legendicon .fa {
    font-size: 19px;
    margin-top: 5px;
    float: left;
}

.map_icons_outer .legendtext {
    font-size: 14px;
    text-align: left;
}

.map_icons_outer ul {
    float: right;
    border: 1px solid #333;
    background: #fff;
    width: auto;
}

.map_icons_outer {
    float: left;
    width: calc(100% - 32px);
    padding-right: 10px;
    padding-top: 1px;
}


    /*map icon dropdown*/

    .map_icons_outer .dropdown {
        position: relative;
        display: inline-block;
    }

    .map_icons_outer .dropdown-content {
        display: none;
        position: absolute;
        background-color: #fff;
        top: 30px;
        min-width: 129px;
        z-index: 1;
        left: -1px;
        border: none;
        margin-top: -1px;
        box-shadow: 1px 1px 4px #000;
        overflow:auto;
    }

.dropdown-content .serviceUl li {
    padding: 0px;
}

.map_icons_outer .dropdown-content a {
    color: black;
    padding: 4px 10px;
    text-decoration: none;
    display: block;
}

    .map_icons_outer .dropdown-content a:hover, .map_icons_outer .dropdown-content a.active {
        background-color: #1f87d0;
        color: #fff;
    }

.map_icons_outer .dropdown:hover .dropdown-content {
    display: block;
}


.dropbtn.active {
    background: #1f87d0;
    width: 100%;
    float: left;
    color: #fff;
}

.map_icons_outer ul li:last-child .dropdown-content, .map_icons_outer ul li:nth-child(3) .dropdown-content, .map_icons_outer ul li:nth-last-child(2) .dropdown-content, .map_icons_outer ul li:nth-last-child(3) .dropdown-content {
    left: auto;
    right: -1px;
}

    .map_icons_outer ul li:last-child .dropdown-content li {
        width: 100%;
        padding: 4px 0 !important;
        border: none;
    }

    .map_icons_outer ul li:last-child .dropdown-content ul {
        border: none;
    }

    .map_icons_outer ul li:last-child .dropdown-content li .legendicon {
        font-size: 16px;
    }

    .map_icons_outer ul li:last-child .dropdown-content li .legendtext {
        padding: 0px;
        font-size: 14px;
    }
    .map_icons_outer ul li .dropdown-content li .legendicon {
        float: left;
        width: 24px;
        font-size: 29px;
        text-align: center;
        line-height: normal;
    }

.dropdown .dispatch_mapicons {
    width: 14px;
    height: 14px;
    max-width: none;
}

.map_icons_outer ul li:last-child img {
    width: 17px;
    height: 17px;
}

.map_icons_outer ul li .dropbtn .fa {
    font-size: 17px;
}


.map_icons_outer .dropdown a:hover, .map_icons_outer .dropdown a .fa {
    color: #000;
}

.map_icons_outer .dropdown:hover, .routeboxlist:hover {
    background: #1f87d0;
}

.search_icon_box {
    position: relative;
}

    .search_icon_box .cross_btn {
        position: absolute;
        top: 5px;
        right: 5px;
        background: #1f87d0;
        height: 20px;
        width: 20px;
        text-align: center;
        color: #fff;
        border-radius: 100%;
        font-size: 13px;
    }

.smalltruckmapinfo {
    padding: 10px;
}

    .smalltruckmapinfo p {
        margin-bottom: 5px;
    }

        .smalltruckmapinfo p strong {
            width: 92px;
            float: left;
        }

.service_historyprtal_outer .form-group .control-label {
    width: 200px;
    float: left;
}

.service_historyprtal_outer .form-group .history_form_control {
    width: calc(100% - 200px);
    float: right;
}

.companylogo_img {
    width: 100px;
    height: auto;
    margin-top: 6px;
}

.animatezoompinidclass {
    color: #000;
}


@-moz-keyframes pulsate {
    from {
        -moz-transform: scale(0.25);
        opacity: 1.0;
    }

    95% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }

    to {
        -moz-transform: scale(0.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulsate {
    from {
        -webkit-transform: scale(0.25);
        opacity: 1.0;
    }

    95% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }
}

#MapViewDiv div[title="Order Location"] {
    -moz-animation: pulsate 1.5s ease-in-out infinite;
    -webkit-animation: pulsate 1.5s ease-in-out infinite;
    border: 1pt solid #fff;
    /* make a circle */
    -moz-border-radius: 51px;
    -webkit-border-radius: 51px;
    border-radius: 51px;
    /* multiply the shadows, inside and outside the circle */
    -moz-box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
    -webkit-box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
    box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
    /* set the ring's new dimension and re-center it */
    height: 51px !important;
    margin: -18px 0 0 -18px;
    width: 51px !important;
}

    #MapViewDiv div[title="Order Location"] img {
        display: none;
    }

/*Home Page*/
.innerContentTitle {
    margin: 0px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    padding: 10px;
    background: #1f87d0;
}

.recentViewListWrapper .recentViewList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 6px 0px;
    margin: 0px;
}

.recentViewList .leftContent a {
    font-size: 14px;
    padding: 0px;
    color: #3698dc;
    font-weight: 600;
    width: auto;
    float: left;
    padding-right: 10px;
    transition: all .25s ease;
}

.recentViewList .leftContent a:hover, .recentViewList .leftContent a:focus, .recentViewList .leftContent a:active {
    color: #025fa5;
}

.recentViewList + .recentViewList {
    border-top: #cccccc solid thin;
}

.listNoborder .recentViewList + .recentViewList {
    border-top: none;
}

.recentViewListWrapper {
    border: 1px solid #e6e4e4;
    padding: 10px 10px 0;
}
/* Service History date Style */
.service_history_date .form-field-icon {
    float: left;
    max-width: 180px;
    width:100%;
    margin-bottom:15px;
    display:flex;
    align-items:center;
}
.service_history_date .form-field-icon label {
    margin-right: 20px;
}
/*.service_history_date .form-field-icon + .form-field-icon {
    margin-left: 16px;
}*/
.calendar-dropdown-filter.full_width_filter {
    width: auto;
    display: inline-block;
}
.service_history_date .form-field-icon .fa {
    height: calc(100% - 20px);
    display: flex;
    align-items: center;
    right: 20px;
    padding-bottom:2px;
}
.service_history_date .form-field-icon input {
    max-width: 110px;
    border-radius:4px;
}





.dispatch-filter-template-content > .row > .form-group {
    margin-right: 15px;
}

.dispatch-filter-template-content > .row > .form-group > label {
    min-width: 100px;
    padding-right: 15px;
}

.dispatch-filter-template-content > .row > .form-group > .form-control {
    min-width: 130px;
}

.dispatch-filter-template-content > .row > .form-group > .btn {
    width: auto;
    min-width: 130px;
}

.dispatch-filter-template-content > .row > .recordToDisplay {
    margin-right: 0 !important;
}

.status-billingstatus-operation {
    float: none;
    padding: 0 15px;
}

.status-billingstatus-operation .form-control {
    float: none;
    display: inline-block !important;
}

.status-billingstatus-operation .form-group {
    margin-top: 15px;
}
.route-table-schedule a {
        color: #357bb8;
}

/*sweat alert 2 changes*/
.sweet-custom-alert.swal2-popup {
    border-radius: 8px;
    padding: 0;
}

.sweet-custom-alert .swal2-icon.swal2-error {
    display: none !important;
}

.sweet-custom-alert .swal2-header {
    background: #e0f3ff;
    border-radius: 8px 8px 0 0;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;

    text-align: center;
    background-color: #e0f3ff;
    border-radius: 6px 6px 0 0;
    padding: 15px 20px;
    border: none;
    text-align: center;
}

.sweet-custom-alert .swal2-title {
    width: 100%;
    padding: 0 10px;
    float: left;
    color: #333;
    font-size: 20px;

        padding: 0 10px;
    float: left;
    color: #333;
    font-size: 20px;
    display: block !important;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin: 0;
    padding: 0;

}

.sweet-custom-alert .swal2-footer, .swal2-actions, .swal2-content {
    margin: 0 0 15px 0;

    padding: 0;
}

.swal2-content .swal2-html-container {
    text-align: left;
    word-wrap: break-word;
    position: relative;
   /* padding: 20px 20px 30px;*/
    font-size: 18px;
    line-height: 28px;
}

.sweet-custom-alert {
    
    background: none;
    border: none;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.sweet-custom-alert .swal2-close, .sweet-custom-alert .swal2-close:hover {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #1a83cc;
    opacity: 1;
    padding: 0px 0px;
    border-radius: 100%;
    color: white;
    box-shadow: none;
    font-size: 20px;
    width: 29px;
    height: 30px;
    text-align: center;
    font-family: inherit !important;
    line-height: normal;
    font-weight: 900;
}

.sweet-custom-alert *:focus {
    box-shadow: none !important;
}

.sweet-custom-alert .swal2-html-container {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif !important;
}

.sweet-custom-alert .swal2-actions button {
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-family: 'Roboto',sasn-serif !important;
}

    .sweet-custom-alert .swal2-actions button.swal2-styled.swal2-cancel {
       /* background: #666;*/
        /*border-color: #666;*/
    }

.swal2-container {
    /*display: block !important;*/
    z-index: 99992 !important;
}


.sweet-custom-alert {
    box-shadow: 0 5px 25px rgb(0 0 0 / 50%);
}

.swal2-popup {
    width: 400px;
}


.sweet-custom-alert .swal2-title {
    width: 100%;
    padding: 0 10px;
    float: left;
    color: #333;
    font-size: 20px;
    display: block !important;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.sweet-custom-alert .swal2-header {
    background: #e0f3ff;
    border-radius: 8px 8px 0 0;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    background-color: #e0f3ff;
    border-radius: 6px 6px 0 0;
    padding: 15px 20px;
    border: none;
    text-align: center;
}

.swal2-content {
    padding: 0;
}

    .swal2-content .swal2-html-container {
        text-align: left;
        word-wrap: break-word;
        position: relative;
       /* padding: 10px 25px 20px;*/
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
    }

.swal2-actions {
    margin: 0;
    padding: 0 0 16px;
}


/*close sweat alert 2 changes*/

/*message setting*/
.message-template-dropdown {
    width: 390px !IMPORTANT;
}
.create_message_template span.select2.select2-container.select2-container--default.select2-container--above {
    width: 390px !IMPORTANT;
    border: 1px solid #cccccc;
    border-radius: 4px;
    position: relative;
    left: 82px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    z-index: 99;
}

.create_message_template span.select2.select2-container.select2-container--default {
    position: relative;
    width: calc(100% - 83px) !important;
    left: 82px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    padding: 6px 5px;
}

.create_message_template .select2-container--default .select2-search--dropdown .select2-search__field {
    display: none !IMPORTANT;
}

/*.myAddServiceDiv ul#select2-Svc_EquipmentTypeID-results li {
        background: #fff;
    }*/

.create_message_template .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3698dc !important;
    color: #fbfcff;
}

.create_message_template .select2-results__option {
    padding: 0px;
}

.create_message_template ul#select2-Svc_EquipmentTypeID-results li {
    background: #fff;
    padding-left: 6px;
}

.create_message_template span.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 7px;
    height: 30px;
}

.create_message_template .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    color: #000;
}
.create_message_template .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}
/*end*/

.area-progressbar-common {
    display: none;
    top: 0;
    left: 0;
    height: 400px;
    opacity: 1;
    filter: alpha(opacity=60);
    background: rgba(0,0,0,0.1);
}

.area-progressbar-common-img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -100px;
    width: 100px;
}

/*table tooltip*/
table tr:first-child td:last-child .tooltip {
    top: 30px !important;
}

    table tr:first-child td:last-child .tooltip .tooltip-arrow {
        top: 0px;
        bottom: auto;
        border-width: 0px 5px 5px 5px;
    }
/*end*/

.common-select2-popup span.select2.select2-container.select2-container--default.select2-container--above {
    /*width: 272px !IMPORTANT;*/
    border: 1px solid #cccccc;
    border-radius: 4px;
    position: relative;
    /*  left: 30px;*/
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    z-index: 99;
}

.common-select2-popup span.select2.select2-container.select2-container--default {
    position: relative;
   /* width: calc(100% - 150px) !important;*/
    left: 30px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    padding: 6px 5px;
}

.common-select2-popup .addServiceFrequency label {
    width: 120px;
}

.common-select2-popup .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3698dc !important;
    color: #fbfcff;
}

.common-select2-popup .select2-results__option {
    padding: 0px;
}

.common-select2-popup ul#select2-Svc_EquipmentTypeID-results li {
    background: #fff;
    padding-left: 6px;
}

.common-select2-popup span.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
    height: 30px;
}

.common-select2-popup .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    color: #000;
}

.common-select2-popup .start-service-work-grid .start-service-workflow-border-seprate {
    border-bottom: 5px solid #ddd;
}

.common-select2-popup .select2-container--disabled {
    background-color: #e0e0e0 !important;
}

    .common-select2-popup .select2-container--disabled .select2-selection__arrow {
        background-color: #e0e0e0 !important;
    }

.common-select2-popup .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e0e0e0 !important;
}

.common-select2-popup select.form-control.bgColor {
    background-color: #e0e0e0 !important
}

.margin-left-10 {
    margin-left: 10px;
}

.btn-xs-use {
    padding: 3px 5px !important;
    min-width: 60px !important;
    font-size: 12px !important;
    text-decoration: none !important;
}

/* Grid Common filter */

.grid-filter {
    margin-left: 5px;
    padding: 3px 8px;
    cursor: pointer;
}

.grid-filter-options {
    position: fixed !important;
    top: 75% !important;
    background: #ffffff;
    color: #333333;
    padding: 0;
    height: auto;
    transform: translate(0%, -50%);
    left: 300px !important;
    z-index: 999;
    border: 1px solid #e4e4e4;
    padding-bottom: 10px;
    width: 220px;
}

    .grid-filter-options li {
        color: #333333;
        font-weight: 400;
        padding: 8px 10px 8px 32px;
        position: relative;
        display: flex;
        align-items: center;
        text-transform: capitalize;
        font-size: 14px;
    }

        .grid-filter-options li i {
            position: absolute;
            left: 10px;
            top: 10px;
        }

.grid-filter-options-submenu {
    position: absolute;
    right: -60%;
    top: -60px;
    background: #ffffff;
    padding: 0;
    width: 0;
    overflow: hidden;
    transition: 0.3s all;
    /*border: 1px solid transparent;*/
}

.grid-filter-options > ul > li:hover .grid-filter-options-submenu {
    width: auto;
    border-color: #e4e4e4;
    padding: 11px 0;
}

.grid-filter-options-submenu li {
    padding: 7px 20px;
    white-space: nowrap;
}

.grid-filter-search {
    max-width: 90%;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
}

.grid-filter-search-field {
    padding: 7px 10px;
}

.grid-filter-search-col {
    padding: 6px 20px;
}

.grid-filter-search-field input, .grid-filter-search-field select {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 7px 10px;
    font-weight: normal;
}

.grid-filter-search-col {
    padding: 6px 20px;
    display: flex;
    align-items: center;
}

.grid-filter-options [type="checkbox"] {
    margin: 0 10px 0 0;
}

.open-item {
    display: block !important
}

/*.grid-filter-options:after {
        content: '';
        position: absolute;
        left: -6px;
        border: 1px solid #e4e4e4;
        width: 10px;
        height: 10px;
        top: 64px;
        transform: rotate(45deg);
        background: #ffffff;
        border-right: 0px solid transparent;
        border-top: 0px solid transparent;
    }*/

.grid-filter-options li .fa.fa-caret-right {
    right: 20px;
    left: auto;
    transition: 0.3s all;
}

.grid-filter-options li:hover > .fa.fa-caret-right {
    right: 17px
}

.grid-filter-search-item {
    min-height: 100px;
    max-height: 160px;
    overflow: auto;
}

.grid-option-lastchild {
    left: 240px !important
}

.grid-filter-options-submenu-lastchild {
    right: 100% !important;
    left: -65% !important
}

.grid-filter-search + .grid-filter-search {
    margin-top: 12px;
}

.grid-filter-search select {
    margin-bottom: 10px;
}

/* transaction tab */
.transaction-tab-outer .grid-filter-options {
    /*top: 35% !important;*/
    left: 235px !important;
}
.transaction-tab-outer .grid-filter-firstchild {
    left: 225px !important;
}
.transaction-tab-outer .grid-filter-lastchild {
    left: 85px !important;
}
.calenderListViewDiv {
    height: calc(100vh - 355px);
    overflow: auto;
    width:100%
}
.table.table-scroll-custom thead th {
    position: sticky;
    top: -1px;
    overflow: auto;
    z-index: 10;
}
.account-activity-grid-submenu {
    right: -52% !important;
}
/* End Grid Common filter */


/* Dispatch Select Order popup */
.slide-out-outer {
    position: absolute;
    animation-name: animateright;
    animation-duration: 0.4s;
    box-shadow: 2px 10px 16px rgb(0 0 0 / 70%);
    /* transition: 0.4s ease-in-out; */
    transform: none;
    z-index: 1;
    right: 0;
    /* width: 600px;*/
    margin: 0;
    bottom: 0;
    background: #ffffff;
    height: 94%;
    transition: 0.3s all !important;
}

    .slide-out-outer .modal-header {
        background-color: #192133;
    }

    .slide-out-outer h3 {
        color: #ffffff;
        padding-left: 20px;
    }

    .slide-out-outer .close {
        left: 10px;
        top: 16px;
    }

    .slide-out-outer .modal-content.common.newCommon {
        box-shadow: none;
        border: 0;
    }

    .slide-out-outer .newCommon .modal-body input[type="checkbox"] {
        height: auto;
    }

    .slide-out-outer span.select2.select2-container.select2-container--default {
        width: 200px !important;
    }

    .slide-out-outer .model-update-button {
        padding-left: 0px;
    }

    .slide-out-outer .lasso-model-button {
        text-align: right;
    }
/* end */

/* Dispatch Select Order popup */
.slide-out-outer {
    position: absolute;
    animation-name: animateright;
    animation-duration: 0.4s;
    box-shadow: 2px 10px 16px rgb(0 0 0 / 70%);
    /* transition: 0.4s ease-in-out; */
    transform: none;
    z-index: 1;
    right: 0;
   /* width: 600px;*/
    margin: 0;
    bottom: 0;
    background: #ffffff;
    height: 94%;
    transition: 0.3s all !important;
}
    .slide-out-outer .modal-header {
        background-color: #192133;
    }

    .slide-out-outer h3 {
        color: #ffffff;
        padding-left: 20px;
    }

    .slide-out-outer .close {
        left: 10px;
        top: 16px;
    }
    .slide-out-outer .modal-content.common.newCommon {
        box-shadow: none;
        border: 0;
    }
    .slide-out-outer .newCommon .modal-body input[type="checkbox"] {
        height: auto;
    }
    .slide-out-outer span.select2.select2-container.select2-container--default {
        width: 200px !important;
    }
    .slide-out-outer .model-update-button {
        padding-left: 0px;
    }
    .slide-out-outer .lasso-model-button {
        text-align: right;
    }
/* end */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
    #MapViewDiv div.gmnoprint[title="Order Location"] {
        margin: -10px 0 0 -10px;
    }
}


.route_opt_popup .btn {
    float: left;
    width: 125px;
    text-align: center;
    margin-top: 5px;
}

.button_description {
    float: right;
    width: calc(100% - 85px);
    width: -webkit-calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    padding-left: 10px;
}

    .button_description h3 {
        margin-top: 0;
    }

.routeoptpopupbtn {
    min-width: 85px !important;
    width: auto !important;
}

    .routeoptpopupbtn img {
        max-width: 25px;
        width: 100%;
    }

.route_opt_popup .route-box {
    margin-bottom: 30px;
}

.btnOptimizeRoutes {
    margin-bottom: 5px;
}

#ServiceCodeModal fieldset, #vehiclepopupfield fieldset, .grouping fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 0 5px 0;
    padding: 5px 10px;
}

#ServiceCodeModal legend, #vehiclepopupfield legend, .grouping legend, .maparea_map_outer legend  {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0 6px;
    display: inline-block;
    width: auto;
    margin-bottom: 0px;
    color: #3698dc;
}


.gro fieldset, #vehiclepopupfield fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 0 5px 0;
    padding: 5px 10px;
}

#ServiceCodeModal legend, #vehiclepopupfield legend {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0 6px;
    display: inline-block;
    width: auto;
    margin-bottom: 0px;
    color: #3698dc;
}

#VehicleModal {
    max-width: 1000px;
    width: 100%;
}

.manage_drivehelper tr th {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.manage_drivehelper .btn-sm {
    padding: 4px 5px;
    font-size: 9px;
}

.table_solid_border {
    border-right: 1px solid #9A9A9A !important;
}

.btn-sm, .btn-group-sm > .btn {
    border: 1px solid transparent;
}

.laborvehicleinput2field .form-control {
    width: 50%;
}

.laborvehicleinput2field {
    display: flex;
}

.labortableheader {
    width: 203px;
}

.vehicleinputdatefield {
    width: 105px;
}

.vehiclenameheader {
    width: 90px;
}

.form-control {
    padding: 6px;
}

/*24-07-2019*/
.root-update-address-leftbox {
    padding-left: 20px;
}

.current-location {
    border: 1px solid #ddd;
    padding: 5px 15px;
    border-left: 5px solid #1F87D0;
}

    .current-location h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .current-location p {
        margin-bottom: 3px;
        color: #333;
    }

.small-route-header {
    margin: 15px 0 10px;
    color: #333;
}

.current-location h6 strong {
    margin-right: 4px;
}

.google-verified-address {
    border-left: 5px solid green;
    margin-top: 20px;
}

.route-multipl-group {
    margin-top: 25px;
}

    .route-multipl-group ul li {
        width: 25%;
        display: block;
        padding: 0 10px 0 0;
        float: left;
        margin: 0 0 10px 0;
    }

        .route-multipl-group ul li:last-child {
            padding-right: 0;
        }

        .route-multipl-group ul li:nth-child(2) {
            width: 15%;
        }

        .route-multipl-group ul li:nth-child(3) {
            width: 36%;
        }

        .route-multipl-group ul li:nth-child(4), .route-multipl-group ul li:nth-child(5) {
            width: 24%;
        }

    .route-multipl-group .adress-prt-2 li:first-child {
        width: 39%;
    }

    .route-multipl-group .adress-prt-2 li:nth-child(2) {
        width: 37%;
    }

    .route-multipl-group .adress-prt-2 li:nth-child(3) {
        width: 24%;
    }

.root-update-address-btns {
    margin-right: -20px;
    margin-top: 15px;
}

.search-google-address {
    margin-bottom: 15px;
}

.small-route-header span {
    font-size: 15px;
    font-weight: 500;
    margin-right: 5px;
}

.view_result_outer .optimize_result_outer ul li.display {
    width: 40%;
    float: left;
}

.view_result_outer .optimize_result_outer.form-group .display label {
    width: 70px;
}

.view_result_outer .optimize_result_outer.form-group label {
    font-weight: normal;
}

.view_result_outer .select_dropdown.form-group label {
    width: 145px;
    float: left;
    padding-top: 5px;
    font-size: 16px;
}

.view_result_outer .optimize_result_outer.form-group .display select {
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -ms-calc(100% - 70px);
}

.view_result_outer .optimize_result_outer {
    width: 40%;
    float: right;
}

    .view_result_outer .optimize_result_outer ul li {
        float: right;
        width: 56%;
    }

.view-history-result {
    margin-top: -50px;
    float: left;
    width: 100%;
}

.view_result_outer .page_title {
    float: left;
    margin-top: 0;
    width: 100%;
}

.view_result_outer .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    min-width: auto;
}

.view_result_outer .select_dropdown.form-group select {
    width: calc(100% - 145px);
    width: -webkit-calc(100% - 145px);
    width: -moz-calc(100% - 145px);
    width: -ms-calc(100% - 145px);
    float: right;
    padding: 0px 5px 0px 5px;
}

.display_map_dropdown .select_dropdown {
    width: 100%;
    max-width: 265px;
    float: right;
}

    .display_map_dropdown .select_dropdown.form-group label {
        width: 80px;
        font-weight: normal;
    }

    .display_map_dropdown .select_dropdown.form-group select {
        width: calc(100% - 80px);
        width: -webki-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: -ms-calc(100% - 80px);
    }

.batch_history_outer ul.nav-tabs li {
    width: auto;
}

.batch_history_outer .nav-tabs.nav-justified > .active > a, .batch_history_outer .nav-tabs.nav-justified > .active > a:focus, .batch_history_outer .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #B8CCE5;
}

.routesnapicon {
    max-width: 40px;
    float: left;
}

    .routesnapicon img {
        background: #3698dc;
        padding: 0;
        width: 100%;
        padding: 4px;
        border-radius: 4px;
    }














/* check box toggle 31-07-2019 */

.toggle-checkbox-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 20px;
    margin-top:5px;
}

    .toggle-checkbox-switch input[type="checkbox"] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .toggle-checkbox-switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .toggle-checkbox-switch .slider:before {
            position: absolute;
            content: "";
            height: 15px;
            width: 15px;
            left: 3px;
            bottom: 3px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .toggle-checkbox-switch input:checked + .slider {
        /*background-color: #2686c8;*/
        /*background-color: #e2ecf4;*/
        background-color: #d6dce5;
    }

    .toggle-checkbox-switch input:focus + .slider {
        box-shadow: 0 0 1px #449cdb;
    }

    .toggle-checkbox-switch input:checked + .slider:before {
        -webkit-transform: translateX(22px);
        -ms-transform: translateX(22px);
        transform: translateX(22px);
        background: #2686c8;
    }

    /* Rounded sliders */
    .toggle-checkbox-switch .slider.round {
        border-radius: 15px;
        /* background-color: #e2ecf4;*/
        background-color: #d6dce5;
        width: 44px;
    }

        .toggle-checkbox-switch .slider.round:before {
            border-radius: 50%;
        }

/* end region */


ul.dispatch-filter-body { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: end; 
    -ms-flex-align: end; 
    align-items: flex-end; 
    -ms-flex-flow:wrap;
     flex-flow:wrap; 

}

 /*Reassign Filter style*/ 
body ul.dispatch-filter-body.reassign_service {
    display: inline-flex;
}

body ul.dispatch-filter-body{
   margin-top:10px;
}

ul.dispatch-filter-body.reassign_service .form-control {
    margin-left: 5px;
    min-width:unset;
    max-width: 116px;
}

ul.dispatch-filter-body.reassign_service li {
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    width: auto !important;
    margin: 0px !important;
}

ul.dispatch-filter-body.reassign_service {
    margin: 0 0 0 -15px;
}

ul.dispatch-filter-body.reassign_service li .filter-btn {
    min-width: 40px;
}
.dispatch-filter-header .dispatch-filter-body.reassign_service li:nth-child(5), #reasign_routing_parent .dispatch-filter-body.reassign_service li:nth-child(5){
    width:110px;
}
.dispatch-filter-header .dispatch-filter-body.reassign_service .dropdown{
    width:100%;
}
ul.dispatch-filter-body.reassign_service li > lable {
    font-weight: 600;
}
/* Reassign Filter style */



 .tooltip {
        opacity: 1 !important;
    }

        .tooltip > .tooltip-inner {
            background-color: #1F87D0;
            text-align: left;
            width: auto !important;
        }

        .tooltip.top .tooltip-arrow, .tooltip.bottom .tooltip-arrow {
            border-top-color: #1F87D0;
            border-bottom-color: #1F87D0;
        }

    .tooltip.right .tooltip-arrow {
        border-right-color: #1f87d0;
    }
    .tooltip.left .tooltip-arrow {
        border-left-color: #1f87d0;
    }
    /*Filter Btn Style*/
    .save_order_btn .btn {
        margin-top: 26px;
        max-width: 120px;
        float: left;
        margin-left: -1px;
    }

#sendCustomerProposalEmailPopUp .tooltip, #myAddProposalPopup .tooltip {
    min-width: 180px;
}
body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li.clear_load_btns {
  padding-right: 0;
}
li.sequence_row .tooltip-inner {
    padding: 10px;
    display: inline-block;
    min-width: 244px;
}
.ManageTaxGroupList td.date_picker {
    position: relative;
}

.ManageTaxGroupList td.date_picker i {
    position: absolute;
    top: 17px;
    left: calc(100% - 30px);
}
/* Near by services style*/
.nearby_service_sort_filter .form-group.multiregion-cls {
	margin-bottom: 0;
}
.nearby_service_sort_filter .dropdown_billing_selectbox {
	width: auto;
}
.nearby_service_sort_filter .dropdown.listing-customer-report dd ul li {
	width: 100%;
}
.nearby_service_sort_filter .dropdown.listing-customer-report dd ul li .checkbox {
	padding: 0px 0 0 20px;
	width: 100%;
	margin: 5px 0;
}
.nearby_service_sort_filter .dropdown.listing-customer-report dd ul li .checkbox input {
	margin-top: 4px;
}
.nearby_search_area {
	flex-flow: row;
	/*width: 200px;*/
	text-align: right;
	/*align-items: center;*/
}
.nearby_search_area select {
	border-radius: 4px;
	/*width: 150px;*/
}
.nearby_service_sort_filter .dropdown_billing_selectbox dt {
	display: inline-flex;
	flex-flow: row;
	justify-content: flex-end;
}
.nearby_service_sort_filter .dropdown_billing_selectbox dt .openParentFilter.select-arrow {
	width: 190px;
}
.nearby_service_sort_filter .dropdown.listing-customer-report dd ul {
	width: 190px;
	right: 0;
	left: auto;
}


/* Map label style */    
    .service-inquiry .map_icons_outer ul {
        width: auto;
        min-width: 72px;
        background: transparent;
    }
    .service-inquiry .map_icons_outer ul .dropdown {
        width: 35px;
        background: #fff;
        padding: 5px 0;
    }
    .dispatch_position_panel.service-inquiry {
        top: 10px;
        z-index:2;
    }
    .service-inquiry-outer {
        position: relative;
        overflow:hidden;/*
        height:calc(100vh - 180px)!important;*/
    }
    .dispatch_position_panel.service-inquiry .map_icons_outer {
        text-align: right;
        padding-right: 10px;
        width: 100%;
    }    
    .service-inquiry .map_icons_outer ul li a:hover {
      color: #fff;
      opacity: .9;
    }
    .service-inquiry .map_icons_outer ul li .dropdown-content {
      min-width: 160px;
      box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
    }
    .service-inquiry .map_icons_outer ul li .dropdown-content #legend {
	    margin: 0;
	    padding: 0 5px;
    }
    .dispatch_position_panel.service-inquiry .map_icons_outer #legend li {
	    margin-bottom: 0;
	    padding: 3px 0 !important;
    }
    .service-inquiry .map_icons_outer ul li .dropdown-content #legend .legendicon .fa {
        margin-top: 0;
    }
    #legend {
        max-height:420px;
    }
    .allTableContainerDiv #legend {
        position: absolute;
        right:0px;
        top:50px!important;
    }
    #divCustomerServiceMapRoutingMap {
        height: 100% !important;
    }    
    .service-inquiry-header .dispatch-filter-body {
      display: flex;
      flex-flow: wrap;
      justify-content: flex-start;
    }
    .service-inquiry-header .dispatch-filter-body > li:last-child br,
    .service-inquiry-header .dispatch-filter-body > li:last-child label {
      display: none;
    }    
    .service-inquiry-header .dispatch-filter-body > li:last-child {
	    display: inline-flex;
	    align-items: flex-end;
	    padding-bottom: 0px;
        min-height:45px;
    }
.dispatch-filter-header .dispatch-filter-body li:last-child {
    text-align: left;
}
.service-inquiry-outer .gm-ui-hover-effect {
	z-index: 99;
	background: #1a83cc !important;
	border-radius: 50%;
	opacity: 1;
	color: #fff !important;
	font-size: 17px;
	font-family: FontAwesome;
}
.service-inquiry-outer .gm-ui-hover-effect::before {
	position: absolute;
	content: "\f00d";
	font-weight: 400;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 30px;
	text-align: center;
    font-size:15px;
    height:100%;
}
.dispatchPinheader {
	float: left;
	width: 100%;
	border-bottom: 0px solid #1F87D0;
	margin-bottom: 5px;
	padding: 6px;
	border-radius: 8px 8px 0 0;
}
.gm-style .gm-style-iw-c {
        overflow:unset!important;
    }
/* hollisiter_league_filter */
body .hollisiter_league_display {
    width: 100%;
   /* max-width: 250px;*/
}
body .hollisiter_league_filter {
    display: inline-flex;
    width: 100%;
    /*max-width: 300px;*/
    float:none !important;
    justify-content:flex-end;
}
body .hollisiter_league_filter select {
    min-width: 125px ;
    /*max-width: 140px ;*/
    width: 100% ;
    margin-bottom: 10px;
}
body .hollisiter_league_filter > select.form-control {
    margin: 0px;
    max-width: calc(100% - 105px);
    width: 100%!important;
    min-width:auto;
}
.hollisiter_league_filter-outter {
    text-align: right;
}
.service_list-viewoption {
    margin-left: 5px;
}

.hollisiter_league_filter-outter .hollisiter_league_display,.hollisiter_league_filter-outter .hollisiter_league_filter {
    max-width: none;
    width: auto!important;
    margin: 0px 0 0!important;
}
.hollisiter_league_filter-outter .hollisiter_league_display {
    width: 300px !important;
}
/* dispatch style */
body .dispatch-map-view .dispatch-filter-body {
	display: inline-flex;
	flex-flow: wrap;
	width: 100%;
}
body .dispatch-filter-header .dispatch-filter-body li.save_order_btn {
	width: auto;
	display: inline-block;
}
body .dispatch-filter-header .dispatch-filter-body li.save_order_btn .btn,
body .dispatch-filter-header .dispatch-filter-body li.clear_load_btns .btn{
    margin-top:0px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
body .dispatch-filter-header .dispatch-filter-body li.save_order_btn,
body .dispatch-filter-header .dispatch-filter-body li.clear_load_btns{
    align-items:flex-end !important;
    display:inline-flex;
    flex-flow:wrap;
    width:auto !important;
    justify-content:center;
}

.payment-batch .dispatch-filter-body li:nth-child(4) {
    width: 12.5% !important;
}
.label-heading {
    border: 1px solid #cccccc;
    padding: 4px 8px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: normal;
    font-size: 13px;
    /*font-weight: 500;*/
    /*border-radius: 6px;*/
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,.09);*/
    color: #000;
    width: 115px;
}
.label-heading + .label-heading {
    margin-left: 4px;
}
.label-heading strong {
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: normal;
}
.dropdown-status.hover .dropdown-content, .dropdown-order-status.hover .dropdown-order-content {
    top: auto;
}
p.lead-title {
    margin-bottom: 0;
}
.pl-0{
    padding-left:0px;
}
/* navbar Tooltip arrow*/
.navbar_section_box .navbar-right .tooltip-arrow {
    top: 0px !important;
}


/*Select dropdown Style*/
.search_service_dropdown .select-box .select2-container {
    width: 100% !important;
}
.w-100 {
    width: 100%;
}
.search_service_dropdown .sorting-inner {
    padding: 0;
}

.search_service_dropdown {
    padding-right: 0;
}
/*Sidebar Scroll style*/
div#leftPanelAccordionContainer, #orderViewContainer {
    overflow-y: scroll !important;
}
/* Scrollbar Styling */
div#leftPanelAccordionContainer::-webkit-scrollbar, #orderViewContainer::-webkit-scrollbar {
    width: 10px;
}

body .custdetail-innerdropdown_parent {
    z-index: 999;
}
div#leftPanelAccordionContainer::-webkit-scrollbar-track, #orderViewContainer::-webkit-scrollbar-track {
    background: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div#leftPanelAccordionContainer::-webkit-scrollbar-thumb, #orderViewContainer::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #bbb;
}

.dropdown-order-status .dropdown-order-content {
    top: 0px !important;
}

#mySidepanel2 .dispatch-box-panel-outer {
    overflow: hidden;
}

.panel-group .panel:nth-last-child(4) .panel_content_box:last-child .dropdown-order-status .dropdown-order-content,
.panel-group .panel:nth-last-child(4) .panel_content_box:nth-last-child(2) .dropdown-order-status .dropdown-order-content,
.panel-group .panel:nth-last-child(3) .panel_content_box:last-child .dropdown-order-status .dropdown-order-content,
.panel-group .panel:nth-last-child(3) .panel_content_box:nth-last-child(2) .dropdown-order-status .dropdown-order-content,
.panel-group .panel:nth-last-child(2) .panel_content_box:last-child .dropdown-order-status .dropdown-order-content,
.panel-group .panel:nth-last-child(2) .panel_content_box:nth-last-child(2) .dropdown-order-status .dropdown-order-content,
.panel-group .panel:last-child .panel_content_box:last-child .dropdown-order-status .dropdown-order-content,
.panel-group .panel:last-child .panel_content_box:nth-last-child(2) .dropdown-order-status .dropdown-order-content,
.panel_content_box:nth-last-child(2) .dropdown-order-status .dropdown-order-content,
.panel_content_box:last-child .dropdown-order-status .dropdown-order-content{
    bottom: 0px !important;
    top: auto !important;
}
.panel-group .panel:last-child .panel_content_box:first-child .dropdown-order-status .dropdown-order-content,
.panel-group .panel:last-child .panel_content_box:nth-child(2) .dropdown-order-status .dropdown-order-content,
.panel-group .panel:last-child .panel_content_box:nth-child(3) .dropdown-order-status .dropdown-order-content {
    bottom: auto !important;
    top: 0px !important;
}
    /*.panel.panel-default:last-child {
        margin-bottom: 50px;
    }*/

/* Save PO Number textbox style */

.get_service_outer strong{padding-top:10px;}

.po_number_container.history_service_box .poNumber_textbox {
    display: inline-block;
}

.po_number_container.history_service_box .poNumber_textbox .ponumer_img {
    top:8px;
}
.table tbody tr:last-child .order-note-detail-outer .dropdown-order-status .dropdown-order-content {
    top: auto !important;
    bottom: 0px !important;
}
.myAddCustomerDiv .form-container label {
    padding-top: 8px;
    margin-right: 5px;
}

/*customer details*/
button.gm-control-active.gm-fullscreen-control {
    top: 1px !important;
}

.dataTables_scroll .dropdown-order-status .dropdown-order-content {
    min-height: 118px;
}

span#spnShowPoNumber {
    border: 1px solid #ccc;
    /*padding: 8px 10px;
    margin-right: 10px;*/
    padding: 10px 100px;
    margin-right: 10px;
    background-color: #eaeaea;
}

    span#spnShowPoNumber + a {
        margin-top: 5px !important;
    }

button.gm-control-active.gm-fullscreen-control {
    top: 1px !important;
}

.map-cluster-outer {
    display: flex;
}

    .map-cluster-outer .cluster-icon {
        margin-right: 5px;
    }

.service-history-table > a {
    margin-top: 15px;
}

label.routing-label {
    padding-top: 10px;
}

/*dd0*/

.form-group.checkbox-enable label {
    margin-right: 10px;
}

.setting_drop_box .status-dropdown .btn {
    display: inline-block;
    line-height: normal;
    margin: 0;
    padding: 0 15px 0 6px;
    position: relative;
    background: transparent!important;
    color:#333!important;
}

.status-dropdown .dropdown-menu {
    top: 100%;
    margin: 0;
}



/* payment batch side popup */

/* end*/

/* Billin table payment cell style */
.clsIconInfo {
    position: relative;
    display: inline-block;
}

.clspaymentIcon {
    max-width: 25px;
}
.clsIconInfo .bubble-info {
    float: left;
    width: 100%;
    background: #cfe2f3;
    padding: 10px 5px 10px 10px;
    position: absolute;
    z-index: 2;
    top: -3px;
    left: 31px;
    display: none;
    transition: linear .1s;
    min-width: 210px;
    border-radius: 6px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(0,0,0,0.2);
}
.transaction_billing_table tr:last-child .clsIconInfo .bubble-info{
    top: auto;
    bottom:3px;
}
.clsIconInfo:hover .bubble-info {
    display: inline-block;
}

.clsIconInfo .bubble-info li {
    float: left;
    width: 100%;
}

.clsIconInfo .bubble-info li .nameLable {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222;
}

.clsIconInfo .bubble-info li .dataInfo {
    font-size: 14px;
    font-weight: 400;
    color: #222;
}
.clsIconInfo .bubble-info:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -6px;
    width: 0px;
    height: 0px;
    border-right: 6px solid #cfe2f3;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.transaction_billing_table tr:last-child .clsIconInfo .bubble-info:before {
    top: auto;
    bottom:5px;
}
/* Billin table payment cell style */

.billing_address_setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.billing_address_setting .data_lable_field > span {
    width: 100% !important;
    float: left!important;
}

/* Updated Service location css*/

#updateQueueContainer1 .allupdareserviceblock {
    margin-bottom: 15px;
    float: left;
}
#updateQueueContainer1 .form-group{
    margin-bottom:15px;
}
#updateQueueContainer1 .multipl-group ul li {
    margin-bottom: 0;
}
#updateQueueContainer1 .multipl-group ul + ul {
    margin-top: 15px;
}

.search_service_dropdown .select-box {
    position: relative;
    z-index: 0;
}
/* Mobile Log Date filter style*/
.MobileLogReport__header .date_picker_since {
    width: 285px;
}

.date_picker_since .date-picker-filed + .date-picker-filed {
    margin-left: 15px;
}

.MobileLogReport__header .date_picker_since .date-picker-filed  {width:130px;}

.js-example-placeholder-multiple-div .select2-container--default .select2-selection--multiple {
    border-color: #cccccc !important;
    border-radius: 0;
    padding: 0px 10px;
    min-height:40px;
}
.js-example-placeholder-multiple-div .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background:#1a83cc!important;
    border-color:#1a83cc!important;
    color:#fff!important;
    margin-top:8px;
}
.js-example-placeholder-multiple-div .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{    
    color:#fff!important;
}
.js-example-placeholder-multiple-div .select2-container .select2-search--inline .select2-search__field {
    margin-top:8px;
}
 .CustomerDetails-header .label-heading{
     margin-bottom:10px;
 }

 /*popup close button style*/
    button.custom-close-popup {
        background: #1f87d0 !important;
        color: #fff !important;
        opacity: 1;
        border-radius: 50%;
        display: block;
        border: 0px;
        margin: 0px;
        padding: 0px;
        position: absolute;
        cursor: pointer;
        user-select: none;
        top: -6px;
        right: -6px;
        width: 30px;
        height: 30px;
    }

    button.custom-close-popup:before {
        position: absolute;
        top: 0;
        content: '\f00d';
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-family: FontAwesome;
    }
/*popup close button style*/

/* Billing Table action Button */
.table-responsive-invoices .menuStatus li a, 
.table-responsive-invoices .menuStatus li > div,
.table-responsive-invoices .menuStatus li > div >button,
.billincontentdropdown li a {
    margin: 0;
    border-radius: 0;
    width: 100%;
    text-align: left;
    background: #f9f9f9;
    color:#000;
    position:relative;
}
/*.table-responsive-invoices .menuStatus li + li {
    border-top: 1px solid #fff;
}*/
.table-responsive-invoices .menuStatus li > div >button>span{
    float: right;
    margin-top: 8px;
}
.dropdown.custom_dropdown_style {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #000;
    text-align: left;;
}

.dropdown.custom_dropdown_style button {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #f9f9f9;
    color: #000;
    text-align: left;
    padding: 5px 10px;
}
.dropdown.custom_dropdown_style button >span{
    position:absolute;
    right:10px;
    top:15px;
}
.dropdown.custom_dropdown_style button:hover,
.table-responsive-invoices .menuStatus .dropdown.export_dd>button:hover {
    background: #2686c8;
    color: #fff;
}

.custom_address_group{
    margin-top:15px;
}

.searchcustomerdata .dispatch-filter-body > li.form_action > .btn:last-child {
    margin-right: 0;
}
a#FilterLabel {
    min-width: 50px;
    margin-right:5px;
}
.icon-field {
    position: relative;
} 
.dropdown-menu.dispatch-filter-content-wrapper {
    top: calc(100% + 14px);}


/* Dropdown icon Custom css*/

.dropdown_custom_icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    top:-14px;
}

.dropdown_custom_icon:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #bbb;
    left: -15px;
    top:-1px;
    z-index: -1;
}

.search-sorting-outer.search_service_dropdown {
    margin-bottom: 10px;
}

/* Media Query */
@media (min-width:639px) {
    .multipl-group ul {
        margin: 0 -5px;
    }

    .work-order-field .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .multipl-group ul li {
        width: 20%;
        display: block;
        padding: 0 5px;
        float: left;
        margin: 0 0 10px 0;
    }

    .multipl-group ul li:nth-child(2) {
        width: 13%;
    }

    .multipl-group ul li:nth-child(3) {
        width: 37%;
    }

    .multipl-group ul li:nth-child(4), .multipl-group ul li:nth-child(5) {
        width: 15%;
    }

    .billing-title-header {
        margin-bottom: 10px;
    }

    .addres-group-1 ul li {
        float: left;
        width: 25%;
        padding: 0 10px;
    }

        .addres-group-1 ul li:nth-child(2) {
            width: 20%;
        }

        .addres-group-1 ul li:nth-child(3) {
            width: 25%;
        }

    .addres-group-1 ul {
        margin: 0 -10px;
    }

    .form-group.multipl-group.access-time-outer {
        float: left;
        width: 50%;
        padding: 0 10px;
    }
    .assign-manualy ul li:nth-child(4), .assign-manualy ul li:nth-child(5) {
        width: 20%;
    }

    .assign-manualy ul li:nth-child(1) {
        width: 20%;
    }

    .assign-manualy ul li:nth-child(2) {
        width: 25%;
    }

    .assign-manualy ul li:nth-child(3) {
        width: 15%;
    }
    .assign-dispatch-sdays ul li:nth-child(1) {
        width: 25%;
    }

    .assign-dispatch-sdays ul li:nth-child(4) {
        width: 25%;
    }

    .assign-dispatch-sdays ul li:nth-child(2) {
        width: 25%;
    }
    .custom_address_group ul li:nth-child(2) {
        width: 50%;
    }
    .assign-manualy-update ul li:nth-child(1) {
        width: 15%;
    }

    .assign-manualy-update ul li:nth-child(3) {
        width: 12%;
    }

    .assign-manualy-update ul li:nth-child(6) {
        width: 8%;
    }

    .assign-manualy-update li .btn, .assign-dispatch-sdays li .btn {
        padding: 2px 6px;
        font-size: 12px;
        border-radius: 2px;
        float: left;
        margin-left: 4px;
        text-decoration: none;
        min-width: auto;
        width: auto;
    }

}


@media (min-width:767px) {



    .form-container .form-control, .multipl-group .row {
        width: calc(100% - 150px);
        display: inline-block;
        vertical-align: top;
        margin: 0;
        float: right;
        border-radius: 5px;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    ul.service-details li label {
        max-width: 150px;
        width: 100%;
    }

    .user-account-dropdown .caret {
        vertical-align: middle;
        position: relative;
        top: -7px;
    }

    .inventory_detail_outer .modal-footer.view-model-footer .btn {
        min-width: 100%;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 100%;
    }
}



@media (max-width:1920px) {
    .login-right-img img {
        height: 100%;
    }
}

@media (max-width:1350px){
    .dispatch-filter-header .dispatch-filter-body li{
      margin-bottom:5px;
    }
   /*.service-inquiry-outer {
	    height: calc(100vh - 270px) !important;
    }*/
    .service-inquiry-header .dispatch-filter-body > li:last-child {
	    padding-bottom: 0px;
    }
    body ul.nearby_service_sort_filter{
        justify-content:flex-start;
    }
    ul.nearby_service_sort_filter li {
        margin-bottom:10px;
    }
    .modal-content .service-inquiry-outer {
	    height: calc(100vh - 320px) !important;
    }
    body .hollisiter_league_filter {
        flex-flow:wrap;
    }

   
}

@media (max-width:1199px) {
    .dispatch-filter-template-content-operations {
    float: left;
}
    .status-billingstatus-operation .form-group.route-log-btns {
    float: none !important;
    }
    .login-right-img img {
        height: 680px;
    }

    body #reasign_routing_parent .dispatch-filter-header .dropdown #FilterLabel {
        width: 35px !important;
    }

    .dispatch-date .form-field-icon i.fa.fa-calendar {
        top: 40px;
    }
    .operation_filter_header.payment-batch .form-field-icon i.fa.fa-calendar {
        top: 10px;
    }
    .route-log .dispatch-date .form-field-icon i.fa.fa-calendar {
        top: 12px;
    }

    .billing_audit_outer .index-inner-box {
        height: 210px;
    }

    .container {
        max-width: 95%;
    }

    .inventary_dispatchfilter .dropdown-menu.dispatch-filter-content-wrapper {
        max-width: 100%;
    }

    .recently-viewed .panel .panel-body .recently-viewed-listing a {
        margin-right: 5px;
    }

    .recently-viewed .panel .panel-body .recently-viewed-listing span {
        float: none;
    }

    .nav > li > a, .address-review-queue {
        padding-left: 13px;
        padding-right: 13px;
    }

    .dropdown-holder-1 ul.sub-menu-two-level {
        left: auto;
        right: 158px;
    }

    .nav > li > a {
        padding-left: 9px;
        padding-right: 9px;
    }

    #reasign_routing_parent .inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper:before, #reasign_routing_parent .inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper:after {
        left: 150px;
    }

    .navbar-form .form-group input[type="text"] {
        width: 170px;
    }

    .table-responsive-outer, #ServicHistoryDispatchTable_wrapper .col-sm-12, .table-responsive, .dispatch-filter-header span.multiselect-native-select .btn-group, .dispatch-filter-header .dispatch-filter-body li.dispatch-date input {
        width: 100%;
    }

    #ServicHistoryDispatchTable_wrapper .col-sm-12, .table-responsive, .table-responsive-outer {
        overflow: scroll;
    }


    .dispatch-filter-header.dispatch-filter-header-3 ul.multiselect-container.dropdown-menu li, .dispatch-filter-header.dispatch-filter-header-3 ul .dispatch-filter-list li {
        width: 100% !important;
        margin: 0px;
        padding: 0px;
    }


    .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li, .inventary_dispatchfilter .dispatch-filter-header .dispatch-filter-body li:last-child {
        width: 13.5%;
    }

    .dispatch-filter-header .dispatch-filter-body li:nth-child(3), .dispatch-filter-header .dispatch-filter-body li.dispatch-date, .dispatch-filter-header .dispatch-filter-body li:nth-child(5), .dispatch-filter-header .dispatch-filter-body li:nth-child(6), .dispatch-filter-header .dispatch-filter-body li:nth-child(7), .dispatch-filter-header .dispatch-filter-body li:last-child, .dispatch-filter-header .dispatch-filter-body li:nth-child(4) {
        float: left;
        padding-left: 0px;
        padding-right: 10px;
        width: 25%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li.clear_load_btns, .dispatch-filter-header .dropdown #FilterLabel, .dispatch-filter-header.dispatch-filter-header-3 .btn, .inventoryDashboard .dispatch-filter-header .dispatch-filter-body .dispatch-filter-list li, body .inventoryDashboard .dispatch-filter-header .dispatch-filter-body .dispatch-filter-list li, .route-log-status span.multiselect-native-select, .sorting-inner .select2-container .select2-selection.select2-selection--single, .sorting-inner .select-box .select2-container {
        width: 100%;
    }

    .dispatch-filter-header .dispatch-filter-body li input, .dispatch-filter-header .dispatch-filter-body li select, .dispatch-filter-header .dispatch-filter-body li .btn {
        /*height: 40px;*/
    }

    .dispatch-filter-header .dispatch-filter-body li.dispatch-date label, .dispatch-filter-header.route-log .dispatch-filter-body li.dispatch-date label {
        margin-top: -35px;
        float: left;
    }

    .nopadding {
        padding: 0px;
    }

    body .dispatch-filter-header.route-log .dispatch-filter-body li, body .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(3), body .dispatch-filter-header.route-log .dispatch-filter-body li.dispatch-date, body .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(5), body .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(6), body .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(7), body .dispatch-filter-header.route-log .dispatch-filter-body li:last-child, body .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(4) {
        padding-right: 10px;
        width: 15%;
        margin-bottom: 0px;
        margin: 0px;
    }

    body .dispatch-filter-header.route-log .dispatch-filter-body li:first-child {
        width: 18%;
        padding: 0px;
    }

    body .dispatch-filter-header.route-log .dispatch-filter-body li:last-child {
        padding-right: 0px;
        width: 22%;
    }

    .dispatch-filter-header .dispatch-filter-body .dispatch-filter-list li input {
        height: auto;
    }

    body .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(2), .address-review-queue .filter-bill-field.filter-bill-field-btn {
        padding-left: 0px;
    }

    body .dispatch-filter-header.route-log .dispatch-filter-body li .btn {
        font-size: 13px;
    }

    .address-review-queue .filter-bill-field {
        padding: 0 2px;
    }

    .address-review-queue .filter-bill-field.Variance-distance input {
        width: 48%;
    }

    .service-history-table .visible-md {
        text-align: center;
        padding-top: 100px;
    }

    #reasign_routing_parent .inventory-filter-header .dispatch-filter-body li {
        width: auto;
    }

    #reasign_routing_parent .dispatch-filter-header .dispatch-filter-body li:last-child {
        padding-right: 0px;
        padding-left: 0px;
    }


    #billingProcessTableID .dropdown.export_dd {
        margin-top: 4px;
    }

    .dropdown .dispatch-filter-content [class*="col-"] {
        overflow: hidden;
    }

    .dropdown-menu.dispatch-filter-content-wrapper:before, .dropdown-menu.dispatch-filter-content-wrapper:after {
        left: auto;
        right: 30px;
    }

    body .select2-container--open .select2-dropdown.custdetail-innerdropdown {
        width: 96.7% !important;
    }

    .dispatch-filter-header .dispatch-filter-body li.dispatch-date .form-field-icon label {
        margin-top: 0px;
    }

    body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li.clear_load_btns {
        width: 300px;
    }

    body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .clear_load_btns .btn {
        margin-top: 0px;
        width: 48%;
        margin-right: 2%;
    }

    body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .multi-box li {
        padding-right: 10px;
        padding-left: 0px;
        margin-bottom: 0px;
        width: 100% !important;
    }

    body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .multi-box li input {
        height: auto;
    }

    .searchcustomerdata .dispatch-filter-body > li {
        width: 20%;
    }

    .route-log-region {
        width: 24%;
    }

    .route-log .route-log-btns {
        width: 26%;
        text-align: right;
        float: right;
    }

    .searchcustomerdata .dispatch-filter-body > li.customer_small_fields, body .searchcustomerdata .dispatch-filter-header-3 .dispatch-filter-body > li:nth-child(4) {
        width: 25%;
    }

    body .searchcustomerdata .dispatch-filter-header-3 .dispatch-filter-body > li.form_action {
        width: 300px;
        padding-left: 10px;
        margin-top: 10px;
    }

    .dispatch-filter-header.operation_filter_header .dispatch-filter-body li.dispatch-date {
        margin-top: -33px;
    }
    .dispatch-filter-header.operation_filter_header.payment-batch .dispatch-filter-body li.dispatch-date {
        margin-top:0px;
    }

    .dispatch-filter-header.operation_filter_header {
        margin-top: 30px;
    }

    body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li, body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .dispatch-select-filter {
        width: 20%;
    }

    /*body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .clear_load_btns .btn {
        width: 95px;
    }*/

    .billing_audit_outer .index-inner-box h3 {
        font-size: 18px;
    }

    .billing_audit_filterlist .dispatch-filter-body li:last-child {
        margin-top: 33px;
    }

    .billing_audit_filterlist li.dispatch-date .form-field-icon label {
        margin-left: 0px;
    }

    .billing_audit_outer .dropdown-billing-content {
        left: auto;
        right: -9px;
        top: 28px;
    }

    .dropdown-billing-content:before {
        left: auto;
        right: 2px;
    }

    body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .multi-box li {
        padding-right: 0px;
    }
    body .service-inquiry-header .dispatch-filter-body > li{
	    margin-bottom: 8px !important;
    }
    /* .service-inquiry-outer {
        height:calc(100vh - 200px)!important;
    }*/
    body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li.clear_load_btns {
        margin-right:3px;
    }
    .payment-batch .dispatch-filter-body .dispatch-date .form-field-icon label {
        width: 37px;
        margin: 0;
        padding-top: 10px;
        text-align: right;
    }

    .payment-batch .dispatch-filter-body .dispatch-date .form-field-icon input {
        width: calc(100% - 40px);
    }

    .address-review-queue .filter-bill-field.filter-bill-field-btn input.btn {
        width: auto;
        min-width: auto;
    }

    .address-review-queue .filter-bill-field label {
        font-size: 13px;
    }
}



@media (max-width:1024px) {

    .dispatch-filter-header .dispatch-filter-body li {
        width: 25%;
        margin-bottom: 15px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 7px;
    }

    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li {
        width: 50%;
        min-height: 40px;
    }

    .inventory-filter-header, body .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(8), body .title-header .dispatch-filter-header.route-log .dispatch-filter-body li:first-child, body .title-header .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(4) {
        padding-right: 0px;
    }

    body .billing_audit_filterlist {
        padding: 0 5px;
    }

    table#StandardRateList {
        margin-top: 10px;
    }

    .inventory-filter-header, body .title-header .dispatch-filter-header.route-log .dispatch-filter-body li:last-child, #reasign_routing_parent .dispatch-filter-header .dispatch-filter-body li:nth-child(1), body .dispatch-filter-header.operation_filter_header .dispatch-filter-body li {
        padding-left: 0px;
    }

    body .searchcustomerdata .dispatch-filter-header .dispatch-filter-body > li.form_action {
        padding-left: 10px;
    }

    .dispatch-filter-header.dispatch-filter-header-3 label {
        display: block;
        padding: 0;
    }

    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(5), .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body .dispatch-filter-list li, .checkbox_list .dispatch-filter-content-inner .dispatch-filter-list ul li {
        width: 100%;
    }

    .dispatch-filter-header-3 .btn-group {
        width: 49%;
        border-radius: 0;
    }

    body .title-header .dispatch-filter-header.route-log .dispatch-filter-body li:first-child, body .title-header .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(4) {
        padding-right: 10px;
    }

    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(6) {
        padding: 0px 12px 0 12px;
        width: 15%;
    }

    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body .dispatch-filter-list li {
        padding-left: 20px !important;
    }

    .dispatch-filter-header-3 .dropdown-menu.dispatch-filter-content-wrapper {
        top: 140px;
    }

    .checkbox_list .dispatch-filter-content-inner .dispatch-filter-list ul li {
        padding: 0px !important;
        min-height: auto;
    }

    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(4) .btn {
        width: auto !important;
        margin: 0px;
    }


    .inventory-header-pagination {
        background: #eee;
        padding: 10px 0px;
        margin-left: 0px;
        margin-right: 0px;
    }


    .dispatch-filter-header .dispatch-filter-body li, .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li {
        width: 25%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .route-log-region .col-sm-9 {
        padding-right: 0px;
    }

    .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li:nth-child(3), .dispatch-filter-header .dispatch-filter-body li.dispatch-date label, .dispatch-filter-header.dispatch-filter-header-3, #dispatchfilterContent, .dispatch-filter-header.operation_filter_header .dispatch-filter-body li.dispatch-date {
        margin-top: 0px;
    }

    #reasign_routing_parent .inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper:before, #reasign_routing_parent .inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper:after {
        left: auto;
        right: 100px;
    }


    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(5), .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(6), .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(5), .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(7), .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(5), .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(8) {
        width: 23.2%;
        padding-right: 10px;
        padding-left: 0px;
    }

    .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li, .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li.dispatch-date, .dispatch-filter-header-3.dispatch-filter-header.operation_filter_header .dispatch-filter-body > li {
        width: 25%;
    }

        .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li, .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li.dispatch-date, .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li:nth-child(5) {
            padding-left: 0px;
            padding-right: 10px;
            margin: 0px 0 10px;
        }

            .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li button.btn, .dispatch-filter-header-3 ul.dispatch-filter-body .dispatch-date input, .dispatch-filter-header-3 .dispatch-filter-body > li:nth-child(5) .btn-group {
                width: 100%;
            }

    body .dispatch-filter-header.route-log .dispatch-filter-body li, body .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(3), body .dispatch-filter-header.route-log .dispatch-filter-body li.dispatch-date, body .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(5), body .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(6), body .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(7), body .dispatch-filter-header.route-log .dispatch-filter-body li:last-child, body .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(4) {
        padding-right: 10px;
        width: 33.33%;
        margin-bottom: 10px;
        float: left;
    }

    .inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper:before, .inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper:after {
        left: 0px;
        right: 0px;
    }

    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body .dispatch-filter-list li {
        width: 100% !important;
        margin: 0px;
    }

    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body .dispatch-filter-list li, .inventory-filter-header ul.dispatch-filter-body {
        margin: 0px;
    }

    .inventory-filter-header div#dispatchfilterContent, div#dispatchfilterContent {
        margin-top: 0px;
        top: 106px;
    }

    .operation_filter_header .dispatch-filter-body li.dispatch-select-filter, .operation_filter_header .dispatch-filter-body li.dispatch-select-box {
        margin-top: 26px;
    }

    .operation_filter_header .form-field-icon i.fa.fa-calendar {
        top: 38px;
    }
    .operation_filter_header.payment-batch .form-field-icon i.fa.fa-calendar {
        top:10px;    
    }
    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li.dispatch-select-box {
        padding-right: 0px;
    }

    #service_history_calendar .fc-view.fc-month-view.fc-basic-view {
        width: 100%;
        overflow-x: scroll;
    }

    .route-log-btns .btn {
        padding: 10px;
    }

    .billing_audit_filterlist .dispatch-filter-body li:last-child {
        margin-top: 25px;
    }

    .dispatch-filter-template-content > .row > .form-group > label {
        display: inline-block;
    }
    .dispatch-filter-template-content > .row > .recordToDisplay {
        float: none !important;
    }
    .dispatch-filter-template-content > .row > .form-group {margin-bottom: 15px;}
    
}


#AddCustomerMainPopUpContainer .form-group {
    margin-bottom: 15px;
}
#AddCustomerMainPopUpContainer  .form-field-icon .fa {
top: 0px;
}
#CommonLayoutPopUpContainer .form-group {
    margin-bottom: 15px;
}
#CommonLayoutPopUpContainer .form-field-icon .fa {
top: 0px;
}
#AddNewServiceLocationBodyContainer .form-group {
    margin-bottom: 15px;
}
#AddNewServiceLocationBodyContainer .form-field-icon .fa {
top: 0px;
}

@media (max-width:991px) {

    .activeMobileDevices--header {
        display: inherit;
    }

    .Mobile-device-list [class*="col-"], .Mobile-device-list .activeMobileDevices--header .listBox.view-right {
        width: 100%;
    }

    .Mobile-device-list .activeMobileDevices--header .listBox {
        display: inherit;
        min-width: auto;
    }

    #myCustomerServiceReportModal .modal-dialog {
        width: 90%;
        margin: 30px auto;
    }

    body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li,
    body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .dispatch-select-filter,
    body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li.clear_load_btns, .billing_audit_outer .column-box {
        width: 33.33%;
    }


    .billing_audit_outer .column-box {
        padding: 0 15px;
    }

    body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .clear_load_btns .btn {
        width: 48%;
        margin-left: 2%;
        margin-right: 0px;
        margin-bottom:0px;
    }

    body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li.clear_load_btns {
        margin-top: 25px;
    }

    .weekday-option-outer .form-group {
        width: 47%;
    }

    body .nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
    }

    .search-sorting-outer.search_service_dropdown, .nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .customer-details .nav-tabs li a {
        font-size: 12px;
    }

    .setting_drop_box {
        padding-left: 18px;
    }

        .setting_drop_box h6 {
            padding-left: 3px;
        }

    .form-container .multipl-group .row [class*="col-"], .sorting-inner .pull-right, .search-sorting-outer .sorting-inner {
        padding: 0;
        width: 100%;
    }

    .service-history-table table td .btn {
        margin-bottom: 10px;
    }

    .dispatch-filter-header.route-log .dispatch-filter-body .multiselect-container li, body .select2-container--open .select2-dropdown.custdetail-innerdropdown {
        width: 100% !important;
    }

    #woChildTabContainer_3 .col-sm-7, .route-log .route-log-btns {
        margin-top: 10px;
    }

    .form-container .multipl-group .row [class*="col-"] + [class*="col-"] {
        padding-top: 20px;
    }


    .dispatch-filter-template-content > .row {
        padding: 20px 10px;
    }

    .m-search-links {
        margin-top: 1px;
    }

    .navbar-form {
        display: none;
    }

        .navbar-form.m-navbar-form, .m-search-links {
            display: block;
        }

    .navbar-collapse, .inventary_dispatchfilter .dispatch-filter-header .dispatch-filter-body li:last-child, .inventary_dispatchfilter .dispatch-filter-header .dispatch-filter-body li:nth-child(7) {
        width: auto;
    }

    .service-history-table table th:last-child {
        min-width: 100px;
    }

    #ServiceHistoryStatusModal {
        width: 95% !important;
        margin: 30px auto;
    }

    .form-container .access-time-outer .row [class*="col-"] {
        width: 50%;
        padding: 0 10px !important;
    }

    .SvcDetailDivs .col-md-4.col-sm-8.col-xs-8 {
        width: calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
    }

    .form-container .SvcDetailDivs .col-md-1.col-sm-4.col-xs-4 {
        width: 40px;
        float: right;
    }

    #myAddServiceLocationViewPopUp, #myAddCustomerModelPopUp {
        width: 95%;
        margin: 25px auto;
    }

    .create_customer_inner .multipl-group ul li, .create_customer_inner .multipl-group ul li:nth-child(2), .create_customer_inner .multipl-group ul li:nth-child(4), .multipl-group ul li:nth-child(5), .Equipement_option_outer .filter-box {
        width: 50%;
        float: left;
    }

        .inventory_detail_outer .modal-footer.view-model-footer .btn, .create_customer_inner .multipl-group ul li:nth-child(3), .route-log .route-log-btns, .inventary_other_filter, .Equipement_option_outer {
            width: 100%;
        }

        .create_customer_inner .multipl-group ul li:nth-child(4), .multipl-group ul li:nth-child(5) {
            margin-bottom: 0;
        }

    .CustomerDetails-header .sorting-inner {
        float: left !important;
    }

    .create_customer_inner .multipl-group ul li {
        padding: 0 5px;
    }

    .create_customer_inner .multipl-group ul {
        margin-left: -5px;
        margin-right: -5px;
    }

    .dispatch-filter-header .dispatch-filter-body li {
        min-height: auto;
    }

        .dispatch-filter-header .dispatch-filter-body li:nth-child(6) {
            padding: 0px 12px 0 15px;
        }

    .gridServiceCodeWorkflowCalender {
        min-width: 120px;
    }

    .dispatch-filter-header.route-log .dispatch-filter-body li {
        width: 30% !important;
    }

    .checkbox_list, .inventory-filter-header .dispatch-filter-content .row [class*='col-'], .dispatch-filter-header .dispatch-filter-body li, body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li, body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .dispatch-select-filter {
        width: 25%;
    }

    .inventory-filter-header .dispatch-filter-content .row [class*='col-'] {
        width: 20% !important;
    }

    .dispatch-filter-header .dispatch-filter-body li {
        margin-bottom: 5px;
    }

    .dispatch-filter-list {
        height: auto;
    }

    .address_update_outer {
        margin-bottom: 20px;
    }

    .view-history .modal-footer .model_btn_outer, .inventory_detail_outer .modal-footer.view-model-footer [class*="col-"], .route-log .route-log-date, .route-log .route-log-region {
        width: 33.33%;
    }

    .route-log .route-log-date, .route-log .route-log-region {
        padding-right: 0px;
    }

    .route-log .route-log-btns {
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .route-log-status, .route-log-region {
        width: 26%;
    }

    .Billing_Cycles_fields .filter-bill-field, .woChildTabContainerMain, .setHeightEqualOnAll {
        display: block;
    }

        .Billing_Cycles_fields .filter-bill-field.filter-bill-field-btn {
            padding-top: 39px;
        }

    .setting_drop_box {
        margin-bottom: 20px;
    }

    .manage_company_outer .modal-popup {
        max-width: 90%;
        width: 100%;
        margin: 30px auto;
    }

    .address-review-queue .filter-bill-field {
        width: 33.33%;
        text-align: left;
        float: left;
        margin-bottom:10px;
    }

    .address-review-queue .filter-bill-field-btn {
        margin-top: 10px;
    }

    #ManageUserPopUp .modal-popup {
        min-width: auto;
        max-width: 90%;
        width: 100%;
        margin: 0px auto;
    }

    body .select2-container--open .select2-dropdown {
        width: 37% !important;
    }
    body .select2-container{
        z-index:9999!important;
    }

    #ServiceCodePopUp .modal-popup {
        min-width: auto;
        width: 90%;
        margin: 30px auto;
        padding: 00;
    }

    body .select2-container {
        width: 100% !important;
        max-width: 350px;
    }

    .standard_rate_outer .setting_drop_box {
        margin-top: 0px;
    }

    .search-sorting-outer.search_service_dropdown .lead-title {
        margin-left: 0px;
    }

    .search_service_dropdown label {
        text-align: left;
    }

    .sorting-inner .select-box .select2-container, #searchForm .form-group.servicearea-group .type-control .select2-container, body #ServiceAreaModal .select2-container {
        max-width: 100%;
    }

    .inventary_other_filter .filter-box {
        width: 25%;
    }

    .Equipement_option_outer .filter-box {
        width: 14%;
    }

    .inventary_other_filter .dispatch-filter-content-inner .dispatch-filter-list {
        height: 200px;
        overflow-y: auto;
    }

    #tblProblemContainer {
        overflow-y: scroll;
        width: 100%;
    }
    /* .service-inquiry-outer {
        height:calc(100vh - 260px)!important;
    }*/
    #service_history_calendar .fc-toolbar.fc-header-toolbar{margin-top:0px!important;}
     .address-review-queue .filter-bill-field.filter-bill-field-btn input.btn {
        margin-top: 13px;
    }
     .MobileLogReport__header > div.multiregion-cls {
        width: 50% !important;
    }

    .MobileLogReport__header {
        flex-flow: wrap;
    }

    .MobileLogReport__header .form-group {
        width: auto;
    }

    .MobileLogReport__header .MobileLogReport__actionButton {
        width: auto !important;
    }
}


@media (max-width:767px) {

    .bodycontent {
       height: calc(460px - 65px);
    }
    .dispatch-filter-template-content-operations .form-group {
    width: 100%;
    float: left;
    margin-top: 0;
}

.dispatch-filter-template-content-operations .form-group label {
    display: block;
}

.dispatch-filter-template-content-operations .form-group .form-control {margin: 0;width: 100%;}
    .form-container label {
        max-width: 150px;
        width: 100%;
        line-height: 40px;
        margin: 0;
    }
    .comonSessionExpire .modal-dialog, #ServiceAreaModal {
        margin: 30px auto;
        padding: 0 10px;
    }

    .route-log .route-log-date label {
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .dispatch-filter-header .dispatch-filter-body li, .billing_audit_outer .column-box {
        width: 50%;
    }

    .billing_audit_outer .column-box {
        float: left;
    }

    .billing_audit_outer .index-inner-box p.zero {
        font-size: 40px;
    }

    .dispatch-filter-header-3.dispatch-filter-header.operation_filter_header .dispatch-filter-body > li:nth-child(5) {
        padding-right: 10px;
    }

    .dispatch-filter-header.route-log .dispatch-filter-body li.dispatch-date .fa {
        top: 12px;
    }

    .dispatch-filter-header.route-log .dispatch-filter-body li .btn {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 13px;
    }

    .addressupdate_popup .modal-dialog.modal-lg {
        margin-top: 30px;
    }

    h1.address_title {
        font-size: 22px;
    }

    h3.sub_heading {
        font-size: 18px;
    }

    .standard-box, .customer_listing_column .form-group {
        margin-bottom: 10px;
    }

    #myHeaderSearchBox .modal-dialog {
        width: 300px;
        margin: 30px auto;
    }

    .pagination-right .pagination {
        float: left !important;
        margin-top: 12px !important;
    }

    #addCustomerForm .modal-body .date-picker-filed .fa {
        top: 25px;
    }

    .navbar-form .form-group {
        margin-bottom: 5px;
        width: calc((100%) - 43px);
        width: -webkit-calc((100%) - 43px);
        width: -moz-calc((100%) - 43px);
        width: -ms-calc((100%) - 43px);
        float: left;
    }

    .navbar-collapse.in {
        overflow: visible;
    }

    .navbar-collapse {
        margin: 0 !important;
        width: 100%;
        padding: 0;
    }

    .nav > li.open > .dropdown-menu {
        visibility: visible;
        opacity: 1;
    }

    ul.navbar-nav li.dropdown .dropdown-menu a {
        color: white;
    }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background: #415a93;
    }

    .header .nav, #customerListing_since, .route-log .route-log-btns {
        margin-top: 0;
    }

        .header .nav > li, .header .nav > li a {
            background: #3698dc;
        }

    .navbar-collapse, .collapsing {
        position: absolute;
        top: 50px;
        left: 0;
    }

    .navbar-nav {
        margin: 7.5px 0px;
    }

    table.table thead tr th, table.table tbody tr td {
        padding: 6px 12px;
        font-size: 14px;
    }

    .nav > li .sub-menu.dropdown-menu, .nav > li .sub-menu-two-level {
        opacity: 1;
        display: none;
        visibility: visible;
        transition: none;
        width: 100%;
        border: none;
        position: static;
        box-shadow: none;
    }

        ul.navbar-nav .dropdown-menu li a.mobile-toggle-menu, .nav > li .sub-menu-two-level li a {
            color: #fff;
        }

            ul.navbar-nav .dropdown-menu li a.mobile-toggle-menu > .fa {
                position: static;
                transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
            }

        .nav > li .sub-menu-two-level li a {
            padding: 5px 15px 5px 25px;
        }

    .modal-popup .form-group .col-sm-9.active-checkbox-input > input {
        margin-top: 5px;
    }

    header .right-header .dropdown .dropdown-menu {
        width: 190px;
        padding: 10px;
    }

    #RouteModal.modal-popup .form-group.route-active-field .col-sm-3.active-checkbox-label, #myHeaderSearchBox .navbar-form .form-group, .check-box-align input[type="checkbox"], .modal-popup .form-group .col-sm-3.active-checkbox-label, .modal-popup .form-group .col-sm-9.active-checkbox-input, .customer_listing_column .form-group.checkbox-enable label {
        width: auto;
    }

    .form-group.full-mobile-col [class*="col-"] {
        width: 100%;
        float: left;
        margin: 0 0 15px 0;
        padding: 0;
    }

    .form-group.full-mobile-col .row, .startime_outer.row.row-width, .dispatch-filter-header.route-log ul.dispatch-filter-body {
        margin: 0;
    }

    #myAddServiceLocationBodyDiv5 #Svc_RequestedBy, #myAddServiceLocationBodyDiv5 #Svc_PONumber {
        margin-bottom: 0;
    }

    .form-container .multipl-group .row [class*="col-"]:first-child {
        padding-left: 0 !important;
    }

  /*  .form-container .multipl-group .row [class*="col-"]:nth-child(2n), #reasign_routing_parent .dispatch-filter-header .dispatch-filter-body li:nth-child(3) {
        padding-right: 0;
    }*/

    #myAddServiceLocationBodyDiv1 label, ul.dispatch-filter-body .dispatch-date input, .dispatch-filter-header li .btn-group, .drop-lead, .process-billing-div-50 .date-picker-filed, .modal-popup .form-group .col-sm-3,
    .modal-popup .form-group .col-sm-9, .date_picker_since .customer-listing-box .form-control, #RouteModal.modal-popup .form-group .col-sm-3.active-checkbox-label, .date-picker-filed, #ddlDefaultCharge,
    #ddlDefaultChargeRecurring, #ddlDefaultCharge, #ddlDefaultChargeRecurring, #myAddServiceLocationBodyDiv5 #Svc_RequestedBy, #myAddServiceLocationBodyDiv5 #Svc_PONumber, #myHeaderSearchBox .navbar-form .form-group input[type="text"], #customerListing_since,
    #billignHistoryPopUpContainer .form-container .form-control, #billignHistoryPopUpContainer label, .contact_detail_field, .route-log .route-log-date label, .route-log .route-log-date .icon-field {
        width: 100%;
    }

    #reasign_routing_parent .inventory-filter-header .dispatch-filter-body li {
        margin-left: 0px;
    }

    .modal-body .date-picker-filed .fa {
        top: 25px;
    }

    #ddlDefaultCharge, #ddlDefaultChargeRecurring {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .contact_detail_field .col-sm-3.col-xs-12 {
        padding-right: 0;
    }

    .contact_detail_field .col-sm-3.col-xs-12, .form-container .common.action-bar {
        margin-bottom: 15px;
    }


    .start-service-work-grid table input {
        min-width: 60px;
    }


    .dispatch-filter-header .form-field-icon .fa {
        top: 45px;
    }

    .dispatch-filter-header .dropdown {
        height: 40px;
    }

    .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(6), .dispatch-filter-header.inventory-filter-header .dispatch-filter-body li:nth-child(6) {
        clear: none;
    }

    #btnTemplateSave, .CustomerDetails-header .custom-right {
        margin-top: 10px;
    }

    .dispatch-filter-content .row [class*="col-"], .inventory-filter-header .dispatch-filter-content .row [class*='col-'] {
        width: 50%;
        margin-bottom: 30px;
    }

    .dispatch-filter-body .dispatch-filter-list li {
        margin: 0 auto;
    }

    #searchForm .form-group label, .customer_listing_column .form-group label, .customer_listing_column .form-control, .date_picker_since, .dropdown_billing_selectbox, #RouteAssignment .title-header {
        float: left;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .CustomerDetails-header .text-right, #dispath .title-header .hedaer-right {
        text-align: left;
    }

    .adress-changes-content {
        text-align: center;
    }

    #billignHistoryPopUpContainer label, #Svc_Quantity, #Svc_Rate {
        max-width: 100%;
    }

    #dispath .title-header .hedaer-right {
        margin-top: 20px;
    }


    #RouteModal.modal-popup .form-group .col-sm-3.active-checkbox-label, .contact_detail_field, .modal-popup .form-group .col-sm-3.active-checkbox-label, .modal-popup .form-group .col-sm-9.active-checkbox-input {
        float: left;
    }

    #searchForm .form-container .form-control, #searchForm .multipl-group .row {
        width: 100%;
        float: left;
        margin: 0px;
    }

    .dropdown-menu.dispatch-filter-content-wrapper {
        top: 100px;
    }

    .dropdown-menu.dispatch-filter-content-wrapper {
        top: 150px;
    }

    .adress-changes-content input, .adress-changes-content p {
        min-width: 100%;
        display: block;
        margin-top: 10px;
    }

    .row.inventory-header-pagination .filter-invent-box.col-md-8.col-xs-8 .btn {
        min-width: 100%;
    }

    .create_customer_inner .p-r-0 {
        padding: 0 !important;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper:before, .inventory-filter-header .dropdown-menu.dispatch-filter-content-wrapper:after {
        display: none;
    }

    .inventory-filter-header .dispatch-filter-content .row [class*='col-']:nth-child(7), .inventory-filter-header .dispatch-filter-content .row [class*='col-']:nth-child(8) {
        width: 50%;
    }

    .row.inventory-header-pagination .col-md-8.col-xs-8 {
        width: 100%;
        margin-top: 20px;
    }

    .CustomerDetails-header .custom-right {
        padding-bottom: 0px;
    }

    .row.inventory-header-pagination {
        margin-left: 0;
        margin-right: 0;
    }

    .dispatch-filter-header.route-log .dispatch-filter-body li {
        width: 50% !important;
    }

    .dispatch-filter-header.route-log span.multiselect-native-select {
        display: block;
    }

    .date-picker-filed, .dispatch-filter-header.route-log span.multiselect-native-select {
        position: relative;
    }

    .dispatch-filter-header.route-log .dispatch-filter-body li ul.multiselect-container.dropdown-menu li {
        width: 100%;
        margin: 0 0;
    }

    #billingProcessTableID tr td:last-child {
        min-width: 160px;
    }

    #billignHistoryPopUpContainer .form-container i.fa.fa-calendar {
        top: 25px;
    }

    .CT-editable-modal .modal-body .date-picker-filed .fa, .modal-body .date-picker-filed .fa, #VehiclePopUp .form-group.process-billing-div-50 .date-picker-filed .fa, #customerListing_since .fa.fa-calendar, span.count_number {
        top: 0;
    }

    .check-box-align label.tech-label, .check-box-align .col-sm-7.col-xs-12 {
        width: auto;
        float: none;
        padding-right: 0;
        vertical-align: middle;
        display: inline-block;
    }

    .customer_listing_column .form-group.checkbox-enable label {
        padding-right: 10px;
    }

    .route-log-region .multiregion-cls label {
        padding-top: 0px;
    }

    .clean-sheet-report .arrows {
        margin: 20px 0 0;
        text-align: center;
    }

    .dropdown.user-account-dropdown .dropdown-menu {
        padding: 0 !important;
    }

    .header .nav > li a {
        color: #fff !important;
    }

    body .accounts_receivable_postal {
        position: static;
        top: 1px;
        z-index: 1;
        right: 0px;
        margin-top: -36px;
        margin-bottom: 30px;
    }

    .inventory-filter-header .dispatch-filter-content .row [class*="col-"] {
        width: 33.33% !important;
    }

    #RouteLogTable {
        margin-bottom: 90px;
    }

    .add_contact_outer .modal-dialog.modal-lg {
        max-width: 90%;
        width: 100%;
        margin: 35px auto;
    }

    .row.inventory-header-pagination .filter-invent-box.col-md-8.col-xs-8 {
        width: 66.66666667%;
        margin-top: 0px;
        padding: 0px;
    }

    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(5) {
        width: calc(100% - 42px);
        width: -webkit-calc(100% - 42px);
        width: -moz-calc(100% - 42px);
        padding-right: 0px;
        clear: none;
    }

    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(7), .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(8) {
        width: 50%;
    }

    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(4) {
        width: 42px;
    }

    .dispatch-filter-header .dispatch-filter-body li.dispatch-date .fa {
        top: 36px;
    }


    .login_main_section .login-outer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .admin-common-header .navbar-collapse {
        display: block;
        position: static;
        width: calc(100% - 40px);
        padding-left: 10px;
        padding-top: 3px;
    }

        .admin-common-header .navbar-collapse ul li {
            float: left;
            display: inline-block;
        }

            .admin-common-header .navbar-collapse ul li a, .inventory-header-pagination, .admin-common-header .navbar-collapse ul li {
                background: transparent;
            }

    .inventory-header-pagination {
        padding: 0px;
    }

    .manage_company_outer .form-group.status label {
        width: 50px;
        padding-left: 0px;
    }

    .manage_company_outer .form-group.status .col-sm-9 {
        float: left;
        width: calc(100% - 50px);
        padding-left: 0px;
    }

    .address-review-queue .filter-bill-field {
        width: 50%;
        padding-top: 10px;
    }

    .address-review-queue .filter-bill-field-btn {
        margin-top: 25px;
    }

    .dispatch-filter-header-3.operation_filter_header .dispatch-filter-body > li:nth-child(4), .dispatch-filter-header-3.dispatch-filter-header.operation_filter_header .dispatch-filter-body > li:nth-child(5), .dispatch-filter-header-3.dispatch-filter-header.operation_filter_header .dispatch-filter-body > li {
        width: 25%;
        clear: none;
    }

    #service_history_calendar .fc-basic-view tr th, #service_history_calendar .fc-basic-view tr td {
        width: 120px;
    }

    .manage_company_outer .modal {
        z-index: 99999;
    }

    div#dispatchfilterContent, .date_picker_since .inner-label, #reasign_routing_parent .inventory-filter-header div#dispatchfilterContent, div#dispatchfilterContent {
        margin-top: 0px;
    }

    .inventary_other_filter .dispatch-filter-content-inner .dispatch-filter-list .filter-box, .inventary_other_filter .filter-box, 
    #reasign_routing_parent .inventory-filter-header .dispatch-filter-body li {
        width: 33.33%;
        padding-right:10px;
        padding-bottom:10px;
    }
    .dispatch-filter-header .dispatch-filter-body li .btn{
        margin-top:0px;
    }

    .nav-tabs.nav-justified > li {
        float: left;
    }

    #regionfilterModelPopUp .modal-dialog {
        margin: 30px auto;
    }

    body .billing_common_header .lead-title, body .billing_common_header .right_form_billing {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
        padding: 0px;
    }

    #divSearchResultContainer .nav-tabs.nav-justified.search_custom_tabs {
        max-width: 180px;
    }

    #divSearchResultContainer .showinvalidaddressmessage {
        margin-top: -12px;
        width: calc(100% - 180px);
        width: -webkit-calc(100% - 180px);
        width: -ms-calc(100% - 180px);
    }
    .dispatch-filter-template-content > .row > .form-group > #btnTemplateSave {
        margin-top: 0 !important;
    }
            

}


@media (max-width:766px) {
    /*.form-group.process-billing-div-50 .date-picker-filed .fa {
        top: 25px;
    }*/

    #chkcustomersince {
        margin-top: 5px;
    }
}

@media (max-width:639px) {
    .right_standard {
        padding-left: 15px;
        padding-right: 30px;
    }

    body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li:nth-child(even) {
        padding-right: 0px;
    }

    .billing_audit_filterlist.dispatch-filter-header-3 .dispatch-filter-body li, .billing_audit_filterlist.dispatch-filter-header-3 .dispatch-filter-body li:last-child {
        width: 50%;
        margin: 0 0 10px;
    }

    .searchcustomerdata .dispatch-filter-header .dispatch-filter-body li, .searchcustomerdata .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li, .searchcustomerdata .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(4), .dispatch-filter-header-3.dispatch-filter-header.operation_filter_header .dispatch-filter-body > li, .dispatch-filter-header-3.dispatch-filter-header.operation_filter_header .dispatch-filter-body > li:nth-child(5),
    .dispatch-filter-header.dispatch-filter-header-3.operation_filter_header .dispatch-filter-body > li.text-search-list, .route-log .route-log-date, .route-log .route-log-region, body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li, body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .dispatch-select-filter, body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li.clear_load_btns, .billing-batch-detail .nav-tabs.nav-justified > li {
        width: 50%;
    }

    body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li label {
        padding-top: 5px;
    }

    body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li, body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .dispatch-select-filter, body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li.clear_load_btns {
        margin-right: 3px;
        margin-bottom: 0px;
    }
    body .dispatch-filter-header .dispatch-filter-body li{
      margin-bottom:10px !important;
    }

    .dispatch-filter-header-3.dispatch-filter-header.operation_filter_header .dispatch-filter-body > li {
        margin-top: 0px;
    }

    body .searchcustomerdata .dispatch-filter-header-3 .dispatch-filter-body > li:nth-child(2) {
        padding-right: 10px;
    }


    .inventory-filter-header div#dispatchfilterContent {
        margin-top: 43px;
    }

    .dropdown-menu.dispatch-filter-content-wrapper:after {
        right: 20px;
    }

    .dropdown-menu.dispatch-filter-content-wrapper:before {
        right: 21px;
    }

    .btn {
        padding: 10px 15px;
        font-size: 14px;
        min-width: 0;
    }

    .form-inline.text-right.work-order-field {
        display: block;
        text-align: left;
        margin-top: 10px;
    }

    .inventory_detail_outer .modal-footer.view-model-footer .model_btn_outer, #inverntoryBodyContent .modal-footer.view-model-footer .col-md-3.col-xs-3 {
        width: 33.33%;
    }

    .modal-footer.common.view-model-footer {
        padding: 0 10px;
    }

    .btn + .btn {
        margin-bottom: 10px;
        vertical-align: top;
    }

    .customer-details ul.nav li {
        margin-bottom: 5px;
    }

    .accounts_receivable [class*="col-"] label {
        text-align: left;
        display: block;
        margin: 0;
    }

    .activity-addnote-button .btn {
        height: 38px;
        line-height: 36px;
        padding: 0 30px;
    }

    .file-btn-outer {
        width: 100px;
    }

    .attached-file-text {
        width: calc(100% - 100px);
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: -ms-calc(100% - 100px);
        width: -o-calc(100% - 100px);
    }

    #myAddServiceLocationBodyDiv5 .date-picker-filed .fa {
        top: 0;
    }

    .dispatch-filter-list {
        height: auto;
    }

    .dispatch-filter-header .form-field-icon .fa {
        top: 41px;
    }

    #reasign_routing_parent .inventory-filter-header div#dispatchfilterContent, div#dispatchfilterContent {
        top: 142px;
    }

    .tab-content .sorting-by select {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    #myAddCustomerBtnFooter4 button.btn {
        font-size: 12px;
        float: left;
        width: calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: -ms-calc(50% - 20px);
        margin: 0 10px 10px 10px;
    }

    #myAddCustomerBtnFooter4 {
        margin: 0 -10px;
    }

    #inverntoryBodyContent .modal-footer .col-md-3.col-xs-3 {
        width: auto;
        padding: 0 5px 0 0;
    }

    header .right-header .dropdown .dropdown-menu.notification-dropdown {
        width: 300px;
        left: -150px;
        right: auto;
    }

        header .right-header .dropdown .dropdown-menu.notification-dropdown:before {
            right: 120px;
        }

    .status-billingstatus select {
        width: 140px;
        margin: 0 20px 0 0;
    }

    .checkbox_list {
        width: 33% !important;
    }

        .checkbox_list .dispatch-filter-list ul li .checkbox {
            margin: 0 0 4px;
        }

    .dispatch-filter-header .dispatch-filter-body li:nth-child(3) {
        margin-top: 0;
        padding-right: 10px;
        width: calc(100% - 42px );
        width: -webkit-calc(100% - 42px);
        width: -moz-calc(100% - 42px );
    }

    .checkbox_list .dispatch-filter-content-inner .dispatch-filter-list ul li, #reasign_routing_parent .inventory-filter-header .dispatch-filter-body .dispatch-filter-list li:nth-child(5),
    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(5), .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(6), .route-log .route-log-region:nth-child(3) {
        width: 100%;
        clear: none;
        padding-right: 0px;
    }


    .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li:nth-child(1), .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li:nth-child(2), .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li:nth-child(3), .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li.dispatch-date, .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li:nth-child(5), .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li:nth-child(6), .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li:nth-child(7),
    .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li:last-child, .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li:nth-child(4) {
        width: 50%;
        margin: 7px 0 0;
        padding-left: 3px;
        padding-right: 3px;
    }

        .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li:nth-child(5) .btn, .inventoryDashboard .dispatch-filter-header .dispatch-filter-body li:nth-child(7) .btn, .inventoryDashboard .inventory-filter-header li .btn.btn-primary.search_btn {
            width: 100%;
            min-width: 100%;
        }

    .dispatch-filter-header .dispatch-filter-body li, body .dispatch-filter-header.route-log .dispatch-filter-body li, body .dispatch-filter-header.route-log .dispatch-filter-body li.dispatch-date {
        width: 50%;
    }

    #reasign_routing_parent .inventory-filter-header .dispatch-filter-body li {
        width: 33.33%;
    }

    body .title-header .dispatch-filter-header.route-log .dispatch-filter-body li:last-child, body .dispatch-filter-header.route-log .dispatch-filter-body li, .accounts_receivable.setting_account [class*="col-"], .route-log .route-log-region:nth-child(3) label, .route-log .route-log-region:nth-child(3) [class*="col-"] {
        padding-left: 0px;
    }

        body .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(2), .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(2), .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(8), body .title-header .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(4),
        body .dispatch-filter-header.route-log .dispatch-filter-body li:last-child,
        #reasign_routing_parent .inventory-filter-header .dispatch-filter-body li:nth-child(6), body .title-header .dispatch-filter-header.route-log .dispatch-filter-body li:first-child {
            padding-right: 0px;
        }

    .route-log .route-log-date {
        padding: 0px;
        margin-bottom: 10px;
    }

    .route-log-status, .route-log-region {
        width: 50%;
    }

    #parentTabContainer_1 .action-div a.btn {
        margin: 0 0 10px 0;
    }

    .billing_audit_outer .column-box, .login_main_section .login-outer, .login-right-img, #service_history_calendar .fc-toolbar.fc-header-toolbar, #parentTabContainer_1 .action-div a.btn, .sorting-by, .btns-group, #myAddServiceLocationBodyDiv5 .row .col-xs-4 {
        width: 100%;
    }

    .login-right-img {
        display: none;
    }

        .login-right-img img {
            height: auto;
        }

    .inventoryDashboard .table-responsive {
        margin-top: 10px;
    }

    .sorting-by, .btns-group {
        margin-top: 20px;
    }

    #sidebar.active .sidebar-submenu a[aria-expanded="false"]::before, #sidebar.active .sidebar-submenu a[aria-expanded="true"]::before {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }


    #service_history_calendar .fc-toolbar.fc-header-toolbar, div#dispatchfilterContent, #reasign_routing_parent .inventory-filter-header div#dispatchfilterContent {
        margin-top: 0px;
    }

    body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li.clear_load_btns {
        margin-top: 30px;
    }

    .multipl-group ul li, .accounts_receivable [class*="col-"] {
        margin-bottom: 15px;
    }

    #myAddServiceLocationBodyDiv5 .row .col-xs-4 {
        margin-bottom: 20px;
    }

    .standard_rate_outer .setting_drop_box, .standard_rate_outer .active_dropdown_btn {
        padding: 0px 15px;
    }

    .standard_rate_outer .active_dropdown_btn {
        max-width: 72px;
        text-align: center;
        padding: 0px;
    }

        .standard_rate_outer .active_dropdown_btn .btn {
            padding: 5px 0px;
        }

    .addressupdate_popup .cancel_button .btn {
        width: 48%;
        float: left;
        text-align: center;
        margin: 1%;
        font-size: 9px;
    }

    #divSearchResultContainer .showinvalidaddressmessage, .form-inline.text-right.work-order-field, .standard_rate_outer .active_dropdown_btn .multipl-group ul li, .accounts_receivable [class*="col-"], .customer-details ul.nav li, .standard_rate_outer .setting_drop_box, .standard_rate_outer .active_dropdown_btn {
        float: left;
        width: 100%;
    }

    .customer-details .nav.search_custom_tabs li {
        width: auto;
    }

    .inventary_dispatchfilter .Equipement_option_outer .filter-box {
        width: 20%;
    }


}






@media (max-width:766px) {
.dispatch-filter-template-content-operations .form-group {
    width: 100%;
    float: left;
    margin-top: 0;
}

.dispatch-filter-template-content-operations .form-group label {
    display: block;
}

.dispatch-filter-template-content-operations .form-group .form-control {margin: 0;width: 100%;}

.dispatch-filter-template-content-operations {
    padding-top: 15px;
}

    .user-account-dropdown span.caret {
        margin-top: -3px;
    }
    .left_manage-popup{
        clear:both;
    }
    .modal-dialog{
        margin:0px;
    }
}

@media (max-width:576px){
    .hollisiter_league_filter-outter .hollisiter_league_display, .hollisiter_league_filter-outter .hollisiter_league_filter{
        max-width:100%;
    }
}

@media (max-width:479px) {
    .inventory_detail_outer .modal-footer.view-model-footer .model_btn_outer, #inverntoryBodyContent .modal-footer.view-model-footer .col-md-3.col-xs-3, .searchcustomerdata .dispatch-filter-header .dispatch-filter-body li, .searchcustomerdata .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li, .searchcustomerdata .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(4) {
        width: 100%;
        margin: 0px 0 10px;
    }

    .searchcustomerdata .search_custom_btn {
        width: 74px !important;
        font-size: 12px;
        padding-top: 12px;
    }

    .activeMobileDevices--header {
        display: unset;
    }

    body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li.clear_load_btns {
        margin-top: 10px;
    }

    .inventory_detail_outer .modal-footer.view-model-footer .model_btn_outer, #inverntoryBodyContent .modal-footer.view-model-footer .col-md-3.col-xs-3 {
        padding: 0px;
    }

    #reasign_routing_parent .inventory-filter-header .dispatch-filter-body li {
        padding-right: 0px;
    }

    .accounts_receivable_postal [class*="col-"] {
        width: auto;
        margin: 0px;
        padding: 0px;
    }

    #Search-page .btns-group .btn {
        padding: 10px 10px;
        font-size: 10px;
    }

    .route-log-btns .btn {
        min-width: 49% !important;
        width: 49%;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        margin-right: 1%;
    }

    div#RouteAssignment .lead-title button {
        float: left;
        margin-top: 10px;
    }

    .information ul.service-details li label, #dispath .title-header select {
        max-width: 100%;
    }

    .route-log .route-log-date, .route-log .route-log-region, .information ul.service-details li span, .address-review-queue .filter-bill-field, .search_service_dropdown label, div#RouteAssignment .lead-title button, .create-new-service-popup [class*="col-"], .CustomerDetails-header .text-right .btn, #myAddCustomerBtnFooter4 button.btn, .sorting-by, .btns-group, #dispath .title-header label, #service_history_calendar .fc-toolbar.fc-header-toolbar, .tab-content .sorting-by select, .search_service_dropdown label, .search_service_dropdown .select-box, .dispatch-filter-header-3.dispatch-filter-header.operation_filter_header .dispatch-filter-body > li, #reasign_routing_parent .inventory-filter-header .dispatch-filter-body li,
    body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li, body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body .dispatch-select-filter, body #content .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li.clear_load_btns {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    body .select2-container {
        max-width: 211px;
    }

    #service_history_calendar .fc-toolbar.fc-header-toolbar {
        margin-top: 0;
    }

    .row.inventory-header-pagination .filter-invent-box.col-md-8.col-xs-8 .btn {
        margin-top: 7px;
    }

    .sorting-by, .btns-group {
        margin-top: 20px;
    }

    .inventory-filter-header .dispatch-filter-content .row [class*="col-"], div#RouteAssignment .lead-title {
        margin-bottom: 0px;
    }

    .CustomerDetails-header .text-right .btn, #myAddCustomerBtnFooter4 button.btn {
        margin-bottom: 10px;
    }

    .tab-content .sorting-by select {
        margin-left: 0;
        margin-bottom: 15px;
    }

    #dispath .title-header label {
        margin: 10px 0;
    }

    #dispath .title-header select, #dispath .title-header .hedaer-right, #dispath .title-header label, #myAddCustomerBtnFooter4, .btns-group, .standard_rate_outer .status-dropdown .dropdown-menu {
        margin: 0;
    }

    .postal_code-outer .record, .accounts_receivable_postal label {
        width: 130px;
        text-align: left;
    }

    .postal_code-outer .record-list, .postal_code-outer .active_select {
        width: calc(100% - 130px);
        width: -webkit-calc(100% - 130px);
        width: -moz-calc(100% - 130px);
        width: -ms-calc(100% - 130px);
        float: right;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 4px 8px;
    }

    .information .action-div .btn:last-child {
        float: left !important;
        clear: both;
        margin-top: 15px;
    }

    .weekday-option-outer .form-group, .create-new-service-popup .access-time-outer [class*="col-"] {
        width: 50%;
    }

    body .accounts_receivable_postal {
        margin-top: 10px;
        margin-bottom: 20px;
        float: left;
        width: 100%;
        position: static;
        text-align: left;
    }

    .pagination-left span, .pagination-left #PerPageRecord {
        float: left;
    }

    .pagination-left span, .pagination-left #PerPageRecord, .inventoryDashboard .inventory-filter-header li .btn.btn-primary.search_btn, .inventoryDashboard .inventory-filter-header li .btn.clear_btn {
        width: auto;
    }

    .dispatch-filter-list, .standard_rate_outer .setting_drop_box .active_dropdown {
        height: auto;
    }

    .row.inventory-header-pagination .pull-left.col-md-4.col-xs-4 .btn, .row.inventory-header-pagination .pull-left.col-md-4.col-xs-4, .row.inventory-header-pagination .filter-invent-box.col-md-8.col-xs-8, .billing-title-header .btn-success {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .billing-batch-detail .nav-tabs li a {
        font-size: 12px;
    }

    .row.inventory-header-pagination .pull-left.col-md-4.col-xs-4 {
        padding: 0 10px;
    }

    .inventory-header-pagination .filter-invent-box ul {
        width: 97%;
        margin: 0px auto;
        display: table;
        float: none;
    }

        .inventory-header-pagination .filter-invent-box ul li {
            float: left;
            margin: 0 8px;
            width: 50%;
            margin: 0px;
            padding: 0 5px;
        }

    .standard_rate_outer .setting_drop_box .active_dropdown label, .standard_rate_outer .setting_drop_box .select_setting_box, .standard_rate_outer .setting_drop_box .active_dropdown, .dispatch-filter-content .row [class*="col-"], .inventory-filter-header .dispatch-filter-content .row [class*='col-'], body .title-header .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(5), body .title-header .dispatch-filter-header.route-log .dispatch-filter-body li:last-child, .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(5), .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body > li:nth-child(6) {
        width: 100% !important;
    }

    body .title-header .dispatch-filter-header.route-log .dispatch-filter-body li:nth-child(5), body .title-header .dispatch-filter-header.route-log .dispatch-filter-body li:last-child, #reasign_routing_parent .inventory-filter-header .dispatch-filter-body li:nth-child(6), .search_service_dropdown label {
        padding: 0px;
    }

   

    .route-log-status, .route-log-region, .route-log-status .multiselect-native-select .btn, .route-log .route-log-date label, .route-log .route-log-date .icon-field {
        width: 100%;
        margin-bottom: 4px;
    }

    body .title-header .dispatch-filter-header.route-log .dispatch-filter-body li:last-child {
        padding-right: 10px;
    }

    .page-heading-title .manage_title_btn {
        position: absolute;
        left: 30px;
        width: auto;
        top: 112px;
        height: 35px;
        line-height: 35px;
        padding-top: 0px;
        z-index: 1;
    }

    .manage_company_outer .form-group.status {
        width: 180px;
    }

    .page-heading-title {
        padding-top: 10px;
        font-size: 20px;
    }

    .address-review-queue .filter-bill-field.Variance-distance input:last-child {
        float: right;
    }

    .address-review-queue .filter-bill-field-btn, .page-heading-title .btn {
        margin-top: 5px;
    }

    .route-log .route-log-region label, .route-log .col-sm-9, .search_service_dropdown .select-box, .setting_drop_box .active_dropdown, .standard_rate_outer .select2-container--default .select2-selection--single .select2-selection__rendered, .standard_rate_outer .setting_drop_box .status-dropdown .btn {
        padding-left: 0;
    }

    .dispatch-filter-header-3.dispatch-filter-header.operation_filter_header .dispatch-filter-body > li, .dispatch-filter-header-3.dispatch-filter-header.operation_filter_header .dispatch-filter-body > li:nth-child(5), #reasign_routing_parent .dispatch-filter-header .dispatch-filter-body li:nth-child(even) {
        padding-right: 0px;
    }

    .setting_drop_box h6 {
        padding-left: 0px;
        float: left;
        margin-bottom: 2px;
        width: 100%;
    }

    #service_history_calendar .fc-prev-button, #service_history_calendar .fc-next-button {
        padding: 4px 0px 2px;
        height: auto;
    }

 

    .standard_rate_outer .setting_drop_box .active_dropdown {
        margin-bottom: 6px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        border-right: none;
    }

    .dispatch-filter-header.operation_filter_header .dispatch-filter-body li.dispatch-date .form-field-icon label {
        margin-left: 0px;
    }

    .inventary_dispatchfilter .Equipement_option_outer .filter-box {
        width: 33.33%;
    }

    .inventary_other_filter .filter-box {
        width: 50%;
    }

    #reasign_routing_parent .inventory-filter-header div#dispatchfilterContent, div#dispatchfilterContent {
        top: 257px;
    }


    .billing_audit_filterlist.dispatch-filter-header-3 .dispatch-filter-body li, .billing_audit_filterlist.dispatch-filter-header-3 .dispatch-filter-body li:last-child {
        width: 100%;
        padding: 0px;
    }

    body .billing_audit_filterlist {
        padding: 0 15px;
    }
    .dispatch-filter-template-content > .row > .form-group >.btn {
        margin-top: 0 !important;
    }
    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body .dispatch-filter-template-content .form-group .btn {
        width: 100% !important;
    }

    .dispatch-filter-header-3.dispatch-filter-header .dispatch-filter-body .dispatch-filter-template-content .form-group .btn:first-child {
        margin-bottom: 15px;
    }

}


@media (max-width:360px) {

    .admin-common-header .navbar-nav {
        margin: 0px;
    }

    .information .action-links a, #myAddServiceLocationFooterDiv6 button.btn, #inverntoryBodyContent .modal-footer .btn {
        font-size: 12px;
    }

    #myAddServiceLocationFooterDiv6 button.btn, #inverntoryBodyContent .modal-footer .btn {
        padding: 10px 12px;
    }

    .checkbox_list {
        width: 100% !important;
    }

        .checkbox_list .dispatch-filter-list {
            height: auto;
        }

    .form-group.has-feedback.status {
        float: left;
        width: auto;
        margin-top: -40px;
    }

    .page-heading-title .manage_title_btn {
        position: static;
        width: 100%;
        max-width: 121px;
        font-size: 12px;
        height: 40px;
        margin-top: 15px;
        line-height: 40px;
    }

    .manage_company_outer .form-group.status select {
        padding: 0px 5px;
    }

    .customer-details .small-info-btn {
        width: 100%;
        text-align: center;
    }

    .admin-common-header .navbar-collapse ul li a {
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .admin-common-header .container {
        padding: 0px;
    }

    .container {
        max-width: 95%;
        padding: 0 10px;
    }
}


.route-log-btns .tooltip > .tooltip-inner {background-color: #1f87d0;}

.route-log-btns .tooltip > .tooltip-arrow {border-top-color:#1f87d0; border-bottom-color:#1f87d0}

/* Tooltip bg Color */
#ddlViewResultTable td .tooltip .tooltip-inner {
    background: #3698dc;
}

#ddlViewResultTable td .tooltip.top .tooltip-arrow {
    border-top-color: #3698dc;
}

#myTimeWindowPopup .form-group {
    float: left;
    width: 100%;
}

div#EquipmentTagHistoryTable_paginate {
    margin-top: 10px;
}
div#serviceHistoryLocationGrid_paginate {
    margin-top: 10px;
}

#divAlertMessage  .modal-dialog {  
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin: 0;
    border-radius: 10px;
    width: 400px;
}

#divAlertMessage .modal-dialog .modal-content{
    border:none;
}

#divAlertMessage  .modal-dialog .modal-header {   
    background-color: #e0f3ff;
    border-radius: 6px 6px 0 0;
    padding: 15px 20px;
    border:none;
}

#divAlertMessage  .modal-dialog .modal h4.modal-title {
    font-weight: 400;
    font-size: 20px;
    font-size: 25px;
    text-align: center;
}

#divAlertMessage .modal-dialog .modal-body {
    position: relative;
    padding: 20px 20px 30px;
    font-size: 18px;
    line-height: 28px;
}

#divAlertMessage h4.modal-title {
	font-weight: 400;
	font-size: 24px;
	text-align: center;
}

/*Filter Btn Style*/
.save_order_btn .btn {
  margin-top: 26px;
  max-width: 120px;
  float: left;
  margin-left: -1px;
}
body .dispatch-filter-header.dispatch-map-view .dispatch-filter-body li.clear_load_btns {
  padding-right: 0;
  min-width:220px;
}

/* Near by Service sorting  */
ul.nearby_service_sort_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    list-style: none;
    -ms-flex-flow:wrap;
        flex-flow:wrap;
}

ul.nearby_service_sort_filter li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0  0 0 10px;
}

ul.nearby_service_sort_filter li label {
    padding-right: 10px;
}

.bodycontent {
   overflow-y: auto !important;
   display: flex;
   flex-flow:wrap;
   width: 100%;
   height: calc(330px - 50px);
   padding-bottom: 20px;
}
.bodycontent_left, .bodycontent_right {
	width: 50%;
}

/*.customer_partial_tablebox {
padding: 0 5px 0 0!important;
}*/
.dispatchPincurrentRouting .heading-section label {
margin: 0px !important;
padding: 0 5px 0 0!important;
}

.dispatchPinheader {
border-bottom: 0px;
background: #e0f3ff;
}

.bodycontent table.table thead tr {
background: #e0f3ff;
}

@media(max-width:1370px) {

    .CustomerDetails-header .label-heading {
        width: 32.33%;
        float: left;
    }
    } 
@media(max-width:576px){
    body .dispatch-filter-header .dispatch-filter-body li{
        width:100% !important;
        flex-flow: wrap;
}
ul.dispatch-filter-body.reassign_service li > lable{
    width:100% !important;
    float:left;
    padding-left: 5px;
}
ul.dispatch-filter-body.reassign_service li .form-control{
    width:100%;
    max-width: 100%;
}
body .dispatch-filter-header .dispatch-filter-body.reassign_service  li.filter_common_dropdown,
 body .dispatch-filter-header .dispatch-filter-body.reassign_service  li:nth-last-of-type(2),
 body .dispatch-filter-header .dispatch-filter-body.reassign_service  li:last-child{
    width: 33.33% !important;
    padding-right:0px !important;
    padding-left:10px !important;
}
}


.modal-header span {
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
}
span#spnRouteHeader {
    padding-left: 8px;
}
span#spnServiceCodeHeader {
    padding-left: 9px;
}
span#spnUserRoleHeader {
    padding-left: 10px;
}




/*---Admin Submenu----*/
.navbar-nav > li > ul {
    position: absolute;
    width: 170px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition:all ease 0.3s;
}

.navbar-nav > li:hover ul {
    opacity: 1;
    visibility: visible;
}

.navbar-nav > li > ul > li > a {
    display: block;
    padding:10px 15px;
    font-size: 14px;
    background: #2686c8;
    transition: all ease 0.3s;
    color: #FFF;
}
        .navbar-nav > li > ul > li > a:hover {
            background: #2890d9 !important;
        }
body #WorkOrderContainer .customer-details .nav-tabs li a.WOAccessRed {
    background: red;
    color: #ffffff;
    font-weight: bold;
}

#WorkOrderContainer .customer-details .nav-tabs li a.WOAccessRed img {
    filter: brightness(3);
}

#WorkOrderContainer .customer-details .nav-tabs li a.WOAccessRed:after {
    border-top: 7px solid red;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background: #192133;
    color: #ffffff;
}

th a:hover,th a:active,th a:focus {
    color: #ffffff;
}
    /*.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #333 !important;
        background-color: #e6e6e6 !important;
        border-color: #adadad !important;
    }*/


/*information tab css*/
.snapshot_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
}
.snapshot_list li {
    border: 1px solid #d6dce5;
    text-align: center;
    width: 31.33%;
    margin: 0 1% 1%;
}
.snapshot_heading {
    background: #e0f3ff;
    padding: 5px 8px 8px;
    font-weight: 600;
    font-size: 12px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 100%;
}

.parentTabContainer.information .panel-body {
    padding-top: 5px;
}

.snapshot_num {
    padding: 10px 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    word-break: break-all;
}
.snapshot-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    border: none;
    background: #fff;
}
.customer-snapshot .tab-content .tab-pane {
    padding: 0;
    border: none;
}
.snapshot-nav .nav-item {
    width: 33%;
    text-align: center;
} 
body .parentTabContainer .customer-snapshot .panel-body {
    padding-top: 0;
}
.customer-details .nav-tabs.snapshot-nav li a {
    border: none;
    background: transparent;
    border-top: 2px solid #d6dce5;
    color: #d6dce5;
    border-radius: 0;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
}
.location-description {
    padding-bottom: 10px;
}
.customer-details .snapshot-nav li.active a, .customer-details .snapshot-nav li.active a:focus, .customer-details .snapshot-nav li a:hover {
    background: transparent !important;
    border-top: 2px solid #3698dc !important;
    color: #3698dc !important;
    cursor:pointer;
}
.location-description span {
    color: #5d656f;
    font-size: 14px;
}
.information.customer-details-btn-size {
    padding: 20px;
}

.services-tab .panelServiceContainerList {
    height: 100% !important; 
}
.customer-details .customer-snapshot .panel {
    position: relative;
}
.customer-snapshot .tab-content .tab-pane {
    padding-bottom: 20px;
}

/*customer detail service panel*/
.parentTabContainer.information .panelserviceContainer .panel-body {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    border: none;
    padding-bottom: 0;
}

.services-tab .panelserviceContainer .panelServiceContainerList {
    height: auto !important;
}

.information .panelserviceContainer ul.service-details {
    border: none;
}

.parentTabContainer.information .panelserviceContainer .panel-body .order-action-btns {
    margin-top: auto;
    width: 100%;
    padding-bottom: 10px;
}






/*.customer-details .information .panelcontainerheight1 {
    height: 330px !important;
}*/

/* .customer-details .information .panelcontainerheight4 {
    height: 438px !important;
}*/
/*.customer-details .information .services-tab .panelcontainerheight1 {
    height: 367px !important;
}*/
.snapshot_num.red_color {
    color: #c00000;
}

.snapshot_num.reminder_color {
    color: #548235;
}


.snapshot_date, .snapshot_price {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.services-tab .panel-body {
    padding-top: 5px;
}

/*#WorkOrderContainer .customer-details .nav-tabs li#woChildLiTabOrder_2 a img {
    filter: brightness(3);
}*/
/*transaction tab css*/
.CustomerDetails-header .select-service-location-type .select-box {
    max-width: 100%;
    width: calc(100% - 130px);
}

.customer_setting_dropdown #settingDropdownMenuOptions .dropdown-header span {
    font-weight: 700;
    font-size: 16px;
    width: auto;
    padding: 0;
}
.customer_setting_dropdown #settingDropdownMenuOptions li span {
    font-size: 14px;
    font-weight: normal;
    width: calc(100% - 18px);
    padding-left: 5px;
}

.customer_setting_dropdown .dropdown-menu .fa, .customer_setting_dropdown .dropdown-menu img {
    padding-right: 3px;
    max-width: none;
    width: 18px;
}
/*information tab dropdown css*/
.panel-heading-dropdown .btn {
    background: #1f87d0;
    padding: 5px 10px;
    min-width: auto;
    color: #fff;
    font-size: 14px;
    line-height: 0.8;
    text-align: center;
}
.parentTabContainer.information .panel .custom_panel_heading strong {
    padding-left: 4px;
    font-weight: 500;
}
.panel-heading-dropdown .dropdown-menu {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 20%);
    border: none;
    border-radius: 8px;
    padding: 8px 0;
    left: auto;
    right: 0;
    margin-top: 1px;
}
/*.panel-heading-dropdown:active .dropdown-menu {
    display: block;
}*/
.tabs_icons_outer, .information .panel .custom_panel_heading .tab_main_headings {
    display: flex;
    align-items: center;
}
.panel-heading-dropdown .dropdown-menu li .fa, .panel-heading-dropdown .dropdown-menu li img {
    width: 23px !important;
    padding-left: 5px;
    padding-right: 5px;
    background: #1f87d0 !important;
    line-height: 22px;
    border-radius: 3px;
    height: 24px;
    margin-right: 4px;
}
.panel-heading-dropdown .dropdown-menu li span {
    width: calc(100% - 30px);
    line-height: normal;
}
.panel-heading-dropdown .dropdown-menu li a {
    padding: 3px 8px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.panel-heading-dropdown .dropdown-menu::before {
    position: absolute;
    content: "";
    right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    top: -6px;
}
.panel-heading-dropdown .dropdown-menu li a.small-info-btn {
    display: block;
    background: transparent;
    border: none;
}
.panel-heading-dropdown .dropdown-menu li a:hover {
    background: #1f87d0;
}
.parentTabContainer.information .panel .custom_panel_heading {
    background: #192133;
    color: #fff;
    font-size: 16px;
}

.parentTabContainer.information .panel .custom_panel_heading.service-info-heading {
    justify-content: flex-start;
}

.custom_panel_heading .heading-icon {
    margin-right: 2px;
}
.parentTabContainer.information .panel .custom_panel_heading.service-info-heading .heading-icon {
    margin-right: 6px;
}

.tabs_icons_outer .panel-heading-dropdown .dropdown-menu {
    border: 1px solid #c5c5c5;
    box-shadow: none;
    right: 1px;
    border-radius:0px;
    padding:0px;
}

.tabs_icons_outer .panel-heading-dropdown .dropdown-menu::before {
    display: none;
} 

/*DATE PICKER STYLING START*/
.ui-datepicker.ui-widget.ui-widget-content {
    border: none !important;
    box-shadow: 0 1px 6px rgb(0 0 0 / 15%) !important;
    padding: 12px !important;
    border-radius: 3px !important;
    width: 100% !important;
    max-width: 320px !important;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: transparent !important;
    border: none !important;
}

.ui-datepicker th {
    color: #999 !important;
    font-weight: normal !important;
    font-size: 12px !important;
    font-family: 'Roboto' !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: transparent !important;
    border: none !important;
    text-align: center !important;
    color: #192133 !important;
    font-size: 12px !important;
    padding: 9px 10px !important;
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
    margin: 2px !important;
}

.ui-datepicker td {
    padding: 0 !important;
}

.ui-datepicker table td:not(.ui-state-disabled) {
    border: 1px solid #efefef !important;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border: none !important;
    color: #192133 !important;
    font-family: 'Roboto' !important;
    width: 35% !important;
    float: left !important;
}

.ui-datepicker th {
    color: #8f8787 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    font-family: 'Roboto' !important;
}

a.ui-state-default.ui-state-active, .ui-state-default:hover {
    background: #1f87d0 !important;
    color: #fff !important;
    border-radius: 2px !important;
}
/*body .ui-datepicker .ui-datepicker-title {
        text-align: left;
    }*/
.ui-datepicker-buttonpane.ui-widget-content {
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: inherit !important;
color: inherit !important;
}

body button.ui-datepicker-close {
display: none !important;
}

button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
float: right !important;
width: auto !important;
color: #1f87d0 !important;
border: none !important;
font-family: 'Roboto' !important;
font-weight: 500 !important;
font-size: 13px !important;
padding: 0 !important;
margin: 0 !important;
opacity:1;
}

button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all.ui-state-hover {
    background: none !important;
    text-decoration: underline;
    color: #1f87d0 !important;
}

/*SELECT2 STYLING*/
.mon_year_select2Opt.select2-container {
    z-index: 99999999 !important;
}

body .select2-container--default.mon_year_select2Opt.select2-container--open .select2-dropdown {
    max-width: 114px !important;
    min-width: 114px !important;
}

.select2-container--default.mon_year_select2Opt .select2-results__option--highlighted[aria-selected] {
    background-color: #1f87d0 !important;
    color: white !important;
}

/*.select2-container.mon_year_select2 .selection span.select2-selection__arrow {
    top: 4px !important;
}
*/
.select2-container.mon_year_select2 .select2-selection--single .select2-selection__rendered {
    color: #192133 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    height: 22px !important;
    font-family: 'Roboto' !important;
}
/*.select2-container.mon_year_select2 .selection span.select2-selection__arrow::after {
        content: "\f0d7 ";
        font-family: 'FontAwesome';
        position: absolute;
        right: 5px;
        top: -2px;
        color: #8f8787;
    }*/
/*.select2-container.mon_year_select2 .selection span.select2-selection__arrow {
    top: 1px !important;
    position: relative !important;
    background: transparent !important;
    font-size: 11px !important;
}*/
.mon_year_select2Opt.select2-container--default .select2-results > .select2-results__options {
    max-height: 160px !important;
    overflow-y: scroll !important;
}
.mon_year_select2 span.select2-selection, span.select2.select2-container.select2-container--default.mon_year_select2, body .search-deopdowncls .select2-container--default.mon_year_select2 .select2-selection--single .select2-selection__rendered, .modal-open .mon_year_select2 .select2-container, .modal-open .mon_year_select2.select2-container {
    width: auto !important;
}
span.select2-container.mon_year_select2, span.select2.select2-container.select2-container--default.mon_year_select2 {
    height: auto !important;
    border: none !important;
    padding: 0px !important;
    background-color: inherit !important;
}
/*.select2-container--default.mon_year_select2 .select2-selection--single .select2-selection__arrow {
    right: 1px !important;
    width: 20px !important;
}*/
.select2-container.mon_year_select2 .selection span.select2-selection__arrow {
    display:none;
}
.select2-container--default.mon_year_select2 .select2-selection--single .select2-selection__rendered {
    width: auto;
}
.ui-datepicker-next, .ui-datepicker-prev{
    cursor:pointer;
}
/*DATE PICKER STYLING START*/

/*DATE RANGE PICKER STYLING START*/
ul.dispatch-filter-body .dispatch-date input.dateRangePicker {
    width: 198px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #1f87d0;
}

.daterangepicker .calendar-table th {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto';
    color: #8f8787;
}

.daterangepicker .calendar-table td {
    /*background: transparent;*/
    text-align: center;
    font-size: 12px;
    padding: 6px 10px;
    font-family: 'Roboto';
    font-weight: 500;
    margin: 2px;
    border: 1px solid #efefef;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    border: 1px solid #efefef;
}

.daterangepicker .calendar-table td:not(td.off.ends) {
    color: #192133;
}

.daterangepicker .calendar-table td.active:not(td.off.ends), .daterangepicker .calendar-table td.active:not(td.off.ends):hover {
    color: #fff !important;
    background: #1f87d0 !important;
    /*border-radius: 2px !important;*/
}

.daterangepicker .calendar-table tr:last-child th {
    border-bottom: 1px solid #efefef !important;
}

/*.daterangepicker select.monthselect, .daterangepicker select.yearselect {
        width: auto;
        border: none;
        color: #192133;
        font-size: 15px;
        font-weight: 600;
        appearance: none;
        margin: 0;
    }*/

.daterangepicker td.start-date {
    border-radius: 6px 0 0 6px;
}

.daterangepicker td.end-date {
    border-radius: 0 6px 6px 0;
}
/*DATE RANGE PICKER STYLING   END*/


/*Custom Scroll Starts*/

.outer-scroll-div {
    height: 260px;
    overflow-y: auto;
    /*overflow: auto;
    width: 100%*/
}
.table-header-fix thead th {
    position: sticky !important;
    top: -1px;
    overflow: auto;
    z-index: 10;
    background: #192133;
}
.common-back-button {
    background: #e0f3ff;
    color: black;
}
    .common-back-button:hover {
        background: #e5f5ff;
        color: black
    }
/*Custom Scroll End*/