﻿
@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/DroidSans.woff2') format('woff2'), url('../fonts/DroidSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/DroidSans-Bold.woff2') format('woff2'), url('../fonts/DroidSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



body {
    font-family: 'Roboto', sans-serif;
}

.nopadding {
padding:0px;}

a {
    text-decoration: none;
    color: #033077;
}

    a:hover {
        text-decoration: none;
    }

.common {
    width: 100%;
    float: left;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-15 {
    margin-top: 15px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.m-t-25 {
    margin-top: 25px;
}

.m-l-15 {
    margin-left: 15px;
}

.p-aroung {
    padding: 5px 10px;
}


#txtColorHEX, #txtColorTextHEX {
    padding-right: 5px !important;
}

h2.lead-title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 10px;
}

h2.lead-title a {
    float: right;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
}

h2.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;
}

.btn-primary {
    background-color: #033077;
}

header {
    background: #033077;
    border-radius: 0;
    border-top: #2f528f solid thin;
    border-bottom: #2f528f solid thin;
}

    header a.brand-logo {
        max-width: 40px /*70px*/;
        margin: 3px 0;
    }

    header.header {
        height: 51px;
        margin-bottom: 20px;
    }

    header .right-header {
        margin-top: 5px;
    }

        header .right-header a.notification {
        }

        header .right-header .dropdown {
            display: inline-block;
            vertical-align: top;
        }

            header .right-header .dropdown .dropdown-menu {
                width: 350px;
                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;
}

.notification-outer strong {
    text-decoration: underline;
}

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: 31px;
        text-align: center;
        min-height: 31px;
        border-radius: 100%;
        border: #FFF solid 2px;
        font-size: 20px;
        line-height: 27px;
        margin: 0;
    }

    header .right-header a.user-links i {
        vertical-align: top;
    }

.navbar-header {
    display: inline-block;
}

.m-search-links {
    display: none;
    color: #ffffff;
    margin-right: 10px;
    float: left;
}

.navbar-form.m-navbar-form {
    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%) - 160px);
    margin-top: 0px;
    padding: 0 9px;
}

ul.navbar-nav li.active, ul.navbar-nav li a:hover, ul.navbar-nav li a:focus {
    background: #415a93;
    color: #FFF !important;
}

ul.navbar-nav > li > a {
    color: #FFF;
    font-weight: 600;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #415a93;
    color: #FFF;
}

.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 {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
}

    .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 .form-group, .form-group {
    float: left;
    width: 100%;
}

.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: #9faabd solid thin;
}

    .panel .panel-heading {
        background: #dae3f3;
        color: #44546a;
        font-size: 18px;
        font-weight: 700;
    }

.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 {
        margin-top: 15px;
    }

    .recently-viewed .panel .panel-body .recently-viewed-listing li {
        font-size: 14px;
        color: #44546a;
        font-weight: 600;
    }

    .recently-viewed .panel .panel-body .recently-viewed-listing a {
        margin-right: 15px;
        color: #44546a;
        text-decoration: underline;
    }

        .recently-viewed .panel .panel-body .recently-viewed-listing a:hover {
            color: #4472c4;
        }

    .recently-viewed .panel .panel-body .recently-viewed-listing span {
        float: right;
    }

.btn {
    padding: 10px 15px;
    font-size: 14px;
    min-width: 135px;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.btn-default {
    background: #a5a5a5;
    color: #FFF;
}

.action-bar .btn-primary {
    background: #033077;
}

.title-header {
    margin-top: 0;
    margin-bottom: 20px;
}

    .title-header h2.lead-title {
           font-weight: 500;
    font-size: 22px;
        margin: 0;
        margin-top: 6px;
    }

    

table.table thead tr {
    background: #b4c6e7;
}

    table.table thead tr th {
        border: none;
    }

    table.table thead tr th, table.table tbody tr td {
        padding: 5px 10px;
    }

        table.table tbody tr td 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 {
    margin: 0 0 15px 0;
}

.title-header .btns-group {
    text-align: left !important;
}

.customer-details .nav-tabs li a {
    border: none;
    background: #d6dce5;
    border-radius: 0;
}

.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: #033077;
}

.tab-content .tab-pane {
    padding: 20px 0;
    float: left;
    border: #d6dce5 solid thin;
    border-top: none;
    width: 100%;
}

.information {
    line-height: 20px;
}

    .information .location .location-detail + .location-detail {
        margin-top: 41px;
    }

    .information .location-detail + .location-detail {
        margin-top: 15px;
    }

    .information .location-detail h3 {
        margin: 0 0 5px 0;
        font-size: 16px;
        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 .action-links a {
            text-decoration: underline;
            font-weight: 600;
        }

            .information .action-links a + a {
                margin-left: 15px;
            }

    .information .location-detail strong {
        font-weight: 600;
    }

    .information .serviced h4 {
        margin-top: 59px;
    }

    .information ul.service-details {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .information ul.service-details li label {
            max-width: 150px;
            width: 100%;
            margin: 0;
            float: left;
        }

        .information ul.service-details li span {
            width: calc(100% - 150px);
            float: left;
        }

    .information .serviced h4, .recently-viewed h4 {
        background: #dae3f3;
        text-align: center;
        font-weight: 700;
        padding: 5px 0;
    }

    .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: #425b93;
    opacity: 1;
    padding: 5px 10px;
    border-radius: 100%;
    color: white;
    box-shadow: none;
}

.modal h4.modal-title {
    font-weight: bold;
    font-size: 20px;
}

.modal {
    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 {
        text-decoration: underline;
    }

        .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;
}

/*#dispath label, #dispath select {display: inline-block;}

#dispath select, #dispath input {width: 100%;margin-left: 10px;max-width: 150px;display: inline-block;}
    */
#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 a {
        display: block;
    }

    #dispath table tbody tr td span.seq {
        background: #033077;
        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 {
    display: block;
}

table.table tbody tr td .info-wrapper a {
    display: block;
    text-decoration: none;
}

    table.table tbody tr td .info-wrapper a:hover {
        text-decoration: underline;
    }

ul.navbar-nav li.dropdown .dropdown-menu a {
    color: #333;
}

    ul.navbar-nav li.dropdown .dropdown-menu a:hover {
        color: #fff;
    }

ul.navbar-nav li.dropdown:hover > a {
    background: #415a93;
}

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%;
    background: #666;
    opacity: 1;
    filter: alpha(opacity=60);
    z-index: 9999;
}

.progressImage {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
}

.datepicker {
    z-index: 9999;
}

.form-field-icon {
    position: relative;
}

    .form-field-icon .fa {
        position: absolute;
        right: 10px;
        top: 13px;
        font-size: 16px;
    }

.date-picker-filed {
    position: relative;
    width: 38%;
}

#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: red;
    font-size: 14px;
    opacity: 0.5;
    position: absolute;
    right: 3px;
    text-shadow: none;
    top: 0;
    z-index: 999;
}

    .close.btn-close-msg:hover {
        color: black;
        z-index: 999;
    }

#addCustMsgDiv {
    padding: 6px;
}

.form-container.addCus_fromLayout label {
    width: 100%;
    max-width: 100%;
}

.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: 171px;
    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;
}

.dropdown-holder-1 {
    position: relative;
}

    .dropdown-holder-1 ul.sub-menu-two-level li a {
        display: block;
    }

ul.navbar-nav .dropdown-menu li.active a {
    color: #fff !important;
    background: #415a93;
}


.page-heading-title {
    margin: 0 0 15px 0;
    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;
    min-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 {
    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(1) {
    min-width: 250px;
    width: 250px;
    max-width: 250px;
}

.manage-workflow-table tr th:nth-child(2),
.manage-workflow-table tr td:nth-child(2) {
    min-width: 250px;
    width: 250px;
    max-width: 250px;
}

.manage-workflow-table tr th:nth-child(3),
.manage-workflow-table tr td:nth-child(3) {
    min-width: 120px;
    width: 120px;
    max-width: 120px;
}

.manage-workflow-table tr th:nth-child(4),
.manage-workflow-table tr td:nth-child(4) {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

.manage-workflow-top-table, .manage-workflow-charges-table {
    margin: 0;
    border-bottom: none;
}

    .manage-workflow-charges-table tr th:nth-child(1),
    .manage-workflow-charges-table tr td:nth-child(1),
    .manage-workflow-charges-table tr th:nth-child(2),
    .manage-workflow-charges-table tr td:nth-child(2) {
        min-width: 250px;
        max-width: 250px;
        width: 250px;
    }

    .manage-workflow-charges-table tr th:nth-child(3),
    .manage-workflow-charges-table tr td:nth-child(3),
    .manage-workflow-charges-table tr th:nth-child(4),
    .manage-workflow-charges-table tr td:nth-child(4) {
        min-width: 120px;
        max-width: 120px;
        width: 120px;
    }

    .manage-workflow-charges-table tr th:nth-child(4),
    .manage-workflow-charges-table tr td:nth-child(4) {
        min-width: 150px;
        max-width: 150px;
        width: 150px;
    }

    .manage-workflow-charges-table tr th:nth-child(6),
    .manage-workflow-charges-table tr td:nth-child(6),
    .manage-workflow-charges-table tr th:nth-child(5),
    .manage-workflow-charges-table tr td:nth-child(5) {
        min-width: 100px;
        max-width: 100px;
        width: 100px;
    }

.m-b-20 {
    margin-bottom: 20px !important;
}

.modal-body .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 {
    float: left;
    background: #eee;
    border: 1px solid #ddd;
}

#service_history_calendar .fc-next-button {
    float: right;
    background: #eee;
    border: 1px solid #ddd;
}

#service_history_calendar h2 {
    float: left;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: bold;
}

#service_history_calendar .fc-toolbar.fc-header-toolbar {
    text-align: left;
    width: 60%;
    float: left;
    margin-top: -45px;
}

.fc-view-container table tr th {
    padding: 10px 0;
    background: #D9E2F3;
}

.fc-event-container {
    position: relative;
}

#Svc_Quantity,
#Svc_Rate {
    max-width: 198px;
    float: left;
}

#ddlDefaultCharge {
    float: right;
    width: 200px;
    font-weight: normal;
    margin-bottom: 25px;
}

.form-container .mainGridTextBox .form-control {
    width: 100%;
}

#myAddServiceLocationBodyDiv6 #Svc_RequestedBy {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#myAddServiceLocationBodyDiv6 #Svc_PONumber {
    float: right;
    width: 100%;
}

.showDisabledField {
    background-color: #CFCFCF !important;
}

#Svc_ServiceChangeReasonID {
    width: 100%;
}


#myAddServiceLocationViewPopUp, #myAddCustomerModelPopUp {
    max-width: 950px;
    width: 100%;
}

.from-to a.btn {
    vertical-align: top;
}

.subTableHeaderInfo {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}


.start-service-work-grid table thead tr th {
    background: #E7E6E6;
}

.start-service-work-grid .subTableHeaderInfo {
    background: #B4C6E7;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 12px;
}

#ServiceCodeWorkflowContainerDiv table tr th:nth-child(2), #ServiceCodeWorkflowContainerDiv table tr td:nth-child(2) {
    width: 200px;
}

#ServiceCodeWorkflowContainerDiv table tr th:nth-child(1), #ServiceCodeWorkflowContainerDiv table tr td:nth-child(1) {
    width: 100px;
}

#myAddServiceLocationBodyDiv6 .date-picker-filed {
    position: relative;
    width: 100%;
}

#ServiceCodeWorkflowContainerDiv table tr th:nth-child(3), #ServiceCodeWorkflowContainerDiv table tr td:nth-child(3) {
    width: 100px;
}

#ServiceCodeWorkflowContainerDiv table tr th:nth-child(4) {
    width: 100px;
}

#ServiceCodeWorkflowContainerDiv table tr th:nth-child(5) {
    width: 100px;
}

#myAddServiceLocationBodyDiv5 .form-container table thead th:nth-child(6), #myAddServiceLocationBodyDiv5 .form-container table thead th:nth-child(7) {
    width: 110px;
}

.PostalCodeList .dataTables_wrapper .row [class*="col-"].col-sm-6:last-child {
    text-align: right;
}

.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 {
    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;
    }

.form-container .custDetailDivs-1 .form-control {
    width: 100%;
}


.contact_detail_field {
    float: right;
    width: calc(100% - 120px);
}

.sorting-by select + select {
    margin: 0;
}

.tab-content .sorting-by select#DDladdNoteFilter {
    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: 0;
        opacity: 0;
        cursor: pointer;
    }

#divServiceHistoryChargeBody table tr th:last-child {
    width: 80px;
}

.service-history-table table tfoot td .btn {
    font-size: 14px;
    padding: 8px 12px;
}

.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: 17px;
    top: 20px;
    border: 2px solid #909090;
    padding: 0;
    text-align: left;
}

    .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;
            text-decoration: underline !important;
            background: #415a93;
        }

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;
    }

.dropdown-status.hover .dropdown-content {
    display: block;
}

.fa.fa-info-circle.active {
    font-size: 25px;
}

img.three-eye {
    width: 20px;
}

    img.three-eye.active {
        display: none;
    }

.dropdown-status.hover img.three-eye.active {
    display: inline-block;
}

.dropdown-status.hover img.three-eye {
    display: none;
}
/*end*/

.dropdown-order-status {
    position: relative;
    display: inline-block;
}


.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-status.hover .dropdown-order-content {
    display: block;
}

/*        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;
}


ul.dispatch-filter-body .dispatch-date input {
    display: inline-block;
    float: right;
    width: 130px;
}

.dispatch-filter-header .dispatch-filter-body li {
    display: block;
    float: left;
    width: 16.66666667%;
    padding: 0 10px;
    text-align: left;
}

.dispatch-filter-header.route-log .dispatch-filter-body li {
    width: 21%;
}

.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: 100%;
}

.dispatch-filter-header .dispatch-filter-body li ul li {
    float: left;
    width: 100% !important;
    text-align: left !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;
}

    .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: #033077;
    color: white !important;
}

.dispatch-filter-header .status-btn {
    background-color: red !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 {
    background-color: red !important;
    color: white;
}

#dispath table tbody tr td ul li a {
    display: inline-block;
}

.dropdown-menu > li > a {
    color: black !important;
}

.dropdown-menu {
    min-width: 173px !important;
}

.dispatch-filter-content .row {
    margin: 0 -12px;
}

    .dispatch-filter-content .row [class*='col-'] {
        width: 16%;
        padding: 0 20px;
        border-right: 1px solid #ddd;
    }

        .dispatch-filter-content .row [class*='col-']:last-child {
            border-right: none;
        }

.dispatch-filter-list ul {
}

    .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;
        }

        .dispatch-filter-list ul li label {
            margin: 0;
            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;
}

.dispatch-filter-list {
    height: 300px;
    overflow: auto;
}

.dispatch-filter-content {
    padding: 0 10px;
}

.dispatch-filter-header {
    float: left;
    width: 100%;
    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: 1050px;
    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 {
    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: 158px;
    margin: auto;
}

.dropdown-menu.dispatch-filter-content-wrapper:before {
    content: "";
    height: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -15px;
    right: 0;
    left: 158px;
    margin: auto;
    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;
    }

#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: 10%;
}

.dispatch-filter-header .dispatch-filter-body li:nth-child(5) {
    width: 12%;
}

.dispatch-filter-header .dispatch-filter-body li:nth-child(4) {
    width: 5%;
}

.dispatch-filter-header .dispatch-filter-body li:nth-child(6) {
    padding: 0px 12px 0 30px;
    width: 15%;
}

.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;
}

.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(3) {
    float: left;
    width: 20.666667%;
    padding: 0 10px;
    text-align: left;
}

.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: 15;
    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: #425B93;
            color: #fff;
        }

a.seq {
    background-color: #033077;
    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 {
    padding: 10px 0px 0px 10px;
}

.order-edit-field textarea.form-control {
    height: auto;
    margin: 10px 0;
}

.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: #033077 !important;
}

.search-serial-number {
    position: absolute;
    right: 0;
    top: 0;
    background: #033077;
    height: 100%;
    line-height: 40px;
    color: white;
    padding: 0 15px;
    cursor: pointer;
}

.DispatchRouteInfoLeft {
    min-width: 100px;
    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;
    }

header h4 {
    color: white;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 3px;
}

/*initial search css*/

.header.homelayout-header {
    height: 80px;
}


.homelayout-header .brand-logo {
    margin: 0px auto;
    text-align: center;
    display: table;
    max-width: 73px;
}


.initial_search_login {
    max-width: 395px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 20px;
    margin: 40px auto;
    display: table;
}

h4.search-heading {
    color: #333;
    font-weight: 500;
    font-size: 20px;
}
.progressDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=60);
    z-index: 99991;
    background: rgba(0,0,0,0.3);
}


#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;
}





.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
    color: #333333;
    background-color: #ADADAD!important;
    border-color: #adadad;
}













































































/* Responsive Css*/



@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%;
        }

    .addres-group-1 ul li {
        float: left;
        width: 25%;
        padding: 0 10px;
    }

        .addres-group-1 ul li:nth-child(2) {
            width: 50%;
        }

        .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;
    }
}

@media (min-width:767px) {

    ul.navbar-nav .dropdown-menu, .right-header .user-account-dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: none;
        display: block !important;
    }

    ul.navbar-nav .dropdown:hover .dropdown-menu, .right-header .user-account-dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: block !important;
    }

    .form-container label {
        max-width: 150px;
        width: 100%;
        line-height: 40px;
        margin: 0;
    }

    .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%;
    }

    .dropdown-holder:hover ul.sub-menu.dropdown-menu {
        opacity: 1;
        visibility: visible;
    }

    .dropdown-holder-1:hover ul.sub-menu-two-level {
        opacity: 1;
        visibility: visible;
    }

    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;
            }

    .user-account-dropdown .caret {
        vertical-align: middle;
        position: relative;
        top: -7px;
    }
    
}

@media (max-width:1199px) {

    .recently-viewed .panel .panel-body .recently-viewed-listing a {
        margin-right: 5px;
    }

    .recently-viewed .panel .panel-body .recently-viewed-listing span {
        float: none;
    }

    .container {
        width: 100%;
    }

    .nav > li > a {
        padding-left: 13px;
        padding-right: 13px;
    }

    .dropdown-holder-1 ul.sub-menu-two-level {
        left: auto;
        right: 158px;
    }

    ul.dispatch-filter-body .dispatch-date input {
        width: 115px;
    }
}

@media (max-width:1024px) {

    .dispatch-filter-header .dispatch-filter-body li {
        width: 25% !important;
        margin-bottom: 15px;
    }
}

@media (max-width:991px) {

    .form-container .multipl-group .row [class*="col-"] {
        padding: 0;
        width: 100%;
    }

    #woChildTabContainer_3 .col-sm-7 {
        margin-top: 10px;
    }

    .form-container .multipl-group .row [class*="col-"] + [class*="col-"] {
        padding-top: 20px;
    }

    .nav > li > a {
        padding-left: 14px;
        padding-right: 14px;
    }

    .m-search-links {
        display: inline-block;
    }

    .navbar-form {
        display: none;
    }

        .navbar-form.m-navbar-form {
            display: block;
        }

    .navbar-collapse {
        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);
    }

    .form-container .SvcDetailDivs .col-md-1.col-sm-4.col-xs-4 {
        width: 40px;
        float: right;
    }

    #myAddServiceLocationViewPopUp, #myAddCustomerModelPopUp {
        width: 95%;
        margin: 10px auto;
    }

    .create_customer_inner .multipl-group ul li {
        width: 50%;
    }

        .create_customer_inner .multipl-group ul li:nth-child(2) {
            width: 50%;
        }

        .create_customer_inner .multipl-group ul li:nth-child(3) {
            width: 100%;
        }

        .create_customer_inner .multipl-group ul li:nth-child(4) {
            width: 50%;
            margin-bottom: 0;
        }

    .multipl-group ul li:nth-child(5) {
        width: 50%;
        margin-bottom: 0;
    }

    .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 {
        width: 25% !important;
        min-height: 40px;
    }

        .dispatch-filter-header .dispatch-filter-body li:nth-child(6) {
            padding: 0px 12px 0 15px;
        }
}

@media (max-width:767px) {


    .navbar-form .form-group {
        margin-bottom: 5px;
        width: calc((100%) - 43px);
        float: left;
    }

    .navbar-collapse.in {
        overflow: visible;
    }

    .navbar-collapse {
        margin: 0 !important;
        width: 100%;
        padding: 0;
    }

    #dispath .title-header .hedaer-right {
        text-align: left;
        margin-top: 20px;
    }

    .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 {
        margin-top: 0;
    }

        .header .nav > li {
            background: #4472c4;
            z-index: 999;
        }

            .header .nav > li a {
                background: #4472c4;
            }

    .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;
    }

    .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 {
        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;
        color: #fff;
    }

    .modal-popup .form-group .col-sm-3 {
        width: 100%;
    }

    .modal-popup .form-group .col-sm-9 {
        width: 100%;
    }

    .modal-popup .form-group .col-sm-3.active-checkbox-label {
        width: auto;
        float: left;
    }

    .modal-popup .form-group .col-sm-9.active-checkbox-input {
        width: auto;
        float: left;
    }

        .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 .col-sm-3.active-checkbox-label {
        width: 100%;
        float: left;
    }

    #RouteModal.modal-popup .form-group.route-active-field .col-sm-3.active-checkbox-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 {
        margin: 0;
    }

    .form-container .multipl-group .row [class*="col-"]:first-child {
        padding-left: 0 !important;
    }

    .form-container .multipl-group .row [class*="col-"]:nth-child(2n) {
        padding-right: 0 !important;
    }

    #myAddServiceLocationBodyDiv3 label {
        width: 100%;
    }

    .date-picker-filed {
        position: relative;
        width: 100%;
    }

    .modal-body .date-picker-filed .fa {
        top: 25px;
    }

    #Svc_Quantity, #Svc_Rate {
        max-width: 100%;
    }

    #ddlDefaultCharge {
        width: 100%;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    #myAddServiceLocationBodyDiv6 #Svc_RequestedBy, #myAddServiceLocationBodyDiv6 #Svc_PONumber {
        width: 100%;
        margin-bottom: 0;
    }

    .contact_detail_field {
        float: left;
        width: 100%;
    }

        .contact_detail_field .col-sm-3.col-xs-12 {
            padding-right: 0;
            margin-bottom: 15px;
        }

    .start-service-work-grid table input {
        min-width: 60px;
    }

    .startime_outer.row.row-width {
        margin: 0;
    }

    ul.dispatch-filter-body .dispatch-date input {
        width: 100%;
    }

    .dispatch-filter-header .dispatch-filter-body li {
        width: 50% !important;
        min-height: 100%;
        padding: 0 8px !important;
    }

    .dispatch-filter-header .form-field-icon .fa {
        top: 45px;
    }

    .dispatch-filter-header .dropdown {
        height: 40px;
    }

    .dispatch-filter-header li .btn-group {
        width: 100%;
    }

    .dispatch-filter-body {
        margin: 0 8px;
    }

    .dispatch-filter-header .dispatch-filter-body li:nth-child(6) {
        clear: both;
    }

    .dropdown-menu.dispatch-filter-content-wrapper {
        top: 150px;
    }

        .dropdown-menu.dispatch-filter-content-wrapper:after, .dropdown-menu.dispatch-filter-content-wrapper:before {
            left: 58px;
        }

    #btnTemplateSave {
        margin-top: 10px;
    }

    .dispatch-filter-content .row [class*="col-"] {
        width: 50%;
        margin-bottom: 30px;
    }

    .dispatch-filter-body .dispatch-filter-list li {
        margin: 0 auto;
    }

    .title-header h2.lead-title span {
        float:left;
        width:100%
    }

    .title-header h2.lead-title span.serial-key-text {
    width: auto;
}
}


@media (max-width:639px) {

    .btn {
        padding: 10px 15px;
        font-size: 14px;
        min-width: 0;
    }

    .customer-details ul.nav li {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }

    .form-inline.text-right.work-order-field {
        display: block;
        text-align: left;
        margin-top: 10px;
        float: left;
        width: 100%;
    }

    .btn + .btn {
        margin-bottom: 10px;
        vertical-align: top;
    }

    .multipl-group ul li {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }

    .accounts_receivable [class*="col-"] {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

        .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);
    }

    #myAddServiceLocationBodyDiv6 .row .col-xs-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    #myAddServiceLocationBodyDiv6 .date-picker-filed .fa {
        top: 0;
    }

    #parentTabContainer_1 .action-div a.btn {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .dispatch-filter-list {
        height: 150px;
    }

    .dispatch-filter-header .form-field-icon .fa {
        top: 41px;
    }
    .title-header h2.lead-title span.serial-key-text {
    width: 100%;
}
    .sub-header-button-action.pull-right {
    float: left;
    width: 100%;
    margin-top:15px;
}
    .sub-header-button-action.pull-right a.btn {
    float: left !important;
    margin-left: 0;
    margin-right: 10px;
}

.service_history_outer table.table th:nth-child(2), .service_history_outer table.table td:nth-child(2), .service_history_outer table.table th:nth-child(3), .service_history_outer table.table td:nth-child(3), .service_history_outer table.table th:nth-child(4), .service_history_outer table.table td:nth-child(4) {
    display: none;
}
}


@media (max-width:479px) {

    .sorting-by, .btns-group {
        width: 100%;
        margin-top: 20px;
    }

    .btns-group {
        margin: 0;
    }

    .information .action-div .btn:last-child {
        float: left !important;
        clear: both;
        margin-top: 15px;
    }

    #dispath .title-header label {
        width: 100%;
        margin: 10px 0;
    }

    #dispath .title-header select {
        max-width: 100%;
        margin: 0;
    }

    #dispath .title-header .hedaer-right {
        margin: 0;
    }

    .weekday-option-outer .form-group {
        width: 50%;
    }

    #service_history_calendar .fc-toolbar.fc-header-toolbar {
        width: 100%;
        margin-top: 0;
    }

    .tab-content .sorting-by select {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .create-new-service-popup [class*="col-"] {
        width: 100%;
    }

    .create-new-service-popup .access-time-outer [class*="col-"] {
        width: 50%;
    }

    #dispath .title-header label {
        margin: 0;
    }
}
