/* Minification failed. Returning unminified contents.
(31,1): run-time error CSS1019: Unexpected token, found '@import'
(31,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i)'
(1513,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1514,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1525,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1526,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1537,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1538,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1549,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1550,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
html, body {
    width: 100%;
    height: 100%;
    background: url('../../Images/login_bg.png') repeat fixed;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background-size: cover;
    background-position: center center;

}

.login {
    position: relative;
    top: 80px;
    /*width: 760px;*/
    /*display: table;
    margin: 0px auto 0px auto;
    border-radius: 4px;
    padding: 10px;*/
}
.login_side{ 
    background-color: rgba(0,102,153,0.8);
    float: left; 
    padding: 40px 50px 50px; 
    width: 100%;
    box-shadow: 0 20px 90px #fff;
}
.login_heading{font-weight: 300; color: #fff; margin-top: 0;}

@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);

body, body.dealer-bg, html {
    width: 100%;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}

body, html {
    min-height: 100%;
    position: absolute;
}

    body.dealer-bg {
        height: 100%;
        background: url(../../Images/login_bg.jpg) fixed;
        background-size: cover;
        background-position: center center;
    }

body {
    padding-top: 51px;
}

.body-content {
    padding-bottom: 50px;
}

    .body-content .panel-body {
        padding: 15px;
    }

a:focus, a:hover {
    text-decoration: none !important;
}

.mar_btm10 {
    margin-bottom: 10px;
}

.mar_btm30 {
    margin-bottom: 30px;
}

.mar_btm50 {
    margin-bottom: 50px;
}

.mar_btm15 {
    margin-bottom: 15px;
}

.pad_top10 {
    padding-top: 10px;
}

.dash_head.mar_btm15 {
    margin-bottom: 10px;
}

#paymentdiv, .mar_top10 {
    margin-top: 10px;
}

.mar_top15 {
    margin-top: 15px;
}

.mar_top50 {
    margin-top: 50px;
}

.mar_top70 {
    margin-top: 70px;
}

.mar_top106 {
    margin-top: 106px;
}

.mar_rt10 {
    margin-right: 10px;
}

.mar_top10per {
    margin-top: 10%;
}

label {
    font-weight: 500;
}

.form-group.form-md-line-input {
    position: relative;
    margin: 0 0 20px;
    padding-top: 25px;
    border-radius: 0 !important;
}

    .form-group.form-md-line-input .form-control {
        background: 0 0;
        border: 0;
        border-bottom: 1px solid #4c9bc2;
        border-radius: 0;
        color: #cecece;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 40px;
        padding-right: 0;
        font-size: 14px;
    }

.form-control {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    border-color: #d6d6d6;
}

.login_icon {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 20px;
}

.form-control::-moz-placeholder {
    color: #cecece;
    opacity: 1;
    letter-spacing: 2px;
}

.form-control:-ms-input-placeholder {
    color: #cecece;
    letter-spacing: 2px;
}

.form-control::-webkit-input-placeholder {
    color: #cecece;
    letter-spacing: 2px;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
    letter-spacing: 2px;
}

.forgot_link {
    color: #96dbfe;
    font-weight: 400;
}

    .forgot_link:active, .forgot_link:focus, .forgot_link:hover {
        color: #96dbfe;
    }

.login-btn {
    background-color: #ffae00;
    border-radius: 50px;
    width: 160px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    -webkit-box-shadow: 0 5px 0 0 #da8f0e;
    box-shadow: 0 5px 0 0 #da8f0e;
    letter-spacing: 2px;
    border: 0 solid transparent;
}

    .login-btn:hover {
        color: #fff;
        background: #f9a81c;
        transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
    }

    .login-btn.admin_btn {
        background-color: #f70;
        -webkit-box-shadow: 0 5px 0 0 #d36200;
        box-shadow: 0 5px 0 0 #d36200;
        color: #fff;
    }

        .login-btn.admin_btn.active.focus, .login-btn.admin_btn.active:focus, .login-btn.admin_btn.focus, .login-btn.admin_btn:active.focus, .login-btn.admin_btn:active:focus {
            background-color: #f37100;
            color: #fff;
        }

    .login-btn.sign_btn {
        background-color: #4ac1e8;
        -webkit-box-shadow: 0 5px 0 0 #2a9dc3;
        box-shadow: 0 5px 0 0 #2a9dc3;
        color: #fff;
    }

        .login-btn.sign_btn.active.focus, .login-btn.sign_btn.active:focus, .login-btn.sign_btn.focus, .login-btn.sign_btn:active.focus, .login-btn.sign_btn:active:focus, .login-btn.sign_btn:focus {
            background-color: #42bee6;
            color: #fff;
        }

.new_member {
    color: #424242;
    font-weight: 300;
    font-size: 20px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: inherit;
    outline-offset: 0;
}

.navbar-inverse {
    background-color: #3398cc;
    border: 0;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #27499b /*#0376b0*/;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #27499b /*#2c7da6*/;
    }

.navbar .dropdown-menu {
    background-color: #27499b /*#3398cc*/;
}

.dropdown-menu li a:hover {
    background-color: #337ab7 !important;
}

.dash_box:hover .fa, .dash_box:hover h4, .dropdown-menu > li > a {
    color: #fff;
}

.logout_btn {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #27499b /*#0376b0*/;
}

.navbar-inverse .navbar-nav > li > a.logout_btn:focus, .navbar-inverse .navbar-nav > li > a.logout_btn:hover {
    color: #fff;
    background-color: #27499b /*#056290*/;
    padding-top: 12px;
    padding-bottom: 12px;
}

.logout_btn .ion-log-out {
    font-size: 24px;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a.logout_btn {
    color: #fff;
    padding-bottom: 11px;
    padding-top: 12px;
}

.plus-btn {
    padding: 1px 5px;
}

a.plus-btn.btn-toggle:after {
    content: "\f068";
}

a.plus-btn:after {
    font-family: 'FontAwesome';
    content: "\f067";
    float: right;
}

.dash_head {
    border-bottom: 2px solid #ddd;
    padding: 0;
}

    .dash_head h3 {
        border-bottom: 2px solid #27499b /*#3398cc*/;
        padding-bottom: 10px;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
    }

.dash_box {
    border: 1px solid #e1e1e1;
    height: 215px;
    padding: 10px;
    width: 100%;
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    -webkit-box-shadow: 0 8px 30px #e8e8e8;
    box-shadow: 0 8px 30px #e8e8e8;
    text-decoration: none;
}

    .dash_box:hover {
        background: #27499b /*#2c7da6*/;
        border: 1px solid #27499b /*#2c7da6*/;
        cursor: pointer;
        transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
    }

    .dash_box .fa {
        font-size: 60px;
        color: #27499b /*#2c7da6*/;
    }

    .added-row .form-group > label, .dash_box h4 {
        font-weight: 400;
    }

.tabel_lay {
    display: table;
    width: 100%;
}

.dash_box:hover .fa {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

.footer {
    background: #171717;
    border-top: 2px solid #e8e7e7;
    z-index: 20;
    text-align: center;
    padding: 10px;
    bottom: 0 !important;
    margin-bottom: 0 !important;
    position: absolute;
    width: 100%;
    color: #636363;
}

.edit-icon {
    color: #0ebb7c;
    font-size: 18px;
}

.delete-icon {
    padding: 0;
    background: 0 0;
    border: 0;
    color: #c00;
    font-size: 20px;
}

.table.dataTable {
    border-collapse: collapse;
}

.table tbody tr td, .table thead tr th {
    border-collapse: collapse;
    border: 1px solid #f0f0f0;
}

.table thead tr {
    background-color: #27499b /*#0376b0*/;
}

    .table thead tr th, footer {
        color: #fff;
    }

.table .ion-trash-a {
    color: #1673dc;
}

.table .ion-compose {
    color: #d91e1e;
}

.table tbody tr td {
    color: #666;
    font-weight: 400;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

table.dataTable tbody td {
    color: #000;
}

table.dataTable thead td, table.responsive.dataTable thead th {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
}

table.responsive.dataTable thead th {
    padding: 11px;
    border-bottom: 1px solid #f0f0f0;
}

.custom-data-table .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

footer {
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    border-top: 1px solid #444;
    width: 100%;
    text-align: center;
    background: #383838;
}

    footer span {
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 1px;
    }

.col-box-5 {
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.my-nav .nav li a:hover {
    background: #27499b /*#0376b0*/;
    color: #fff;
}

.my-nav .navbar-toggle {
    background: 0 0;
    border: 0;
    margin-top: 10px;
    margin-right: 8px;
    background: #0376b0;
}

    .my-nav .navbar-toggle:focus {
        background: #1f89bf;
    }

.my-nav .navbar-brand {
    padding: 4px 15px;
}

.add-box {
    padding: 0 15px;
}

.plus-minus-icon i {
    font-size: 24px;
}

    .plus-minus-icon i.fa-plus-circle {
        color: #1db64b;
    }

    .plus-minus-icon i.fa-minus-circle {
        color: #cb1818;
    }

.add-box, .add-fee-box, .added-row {
    display: inline-block;
    width: 100%;
}

.added-row {
    /*background: #d2f1fb;
    border: 1px solid #b4e0f7;*/
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    padding: 5px;
    border-radius: 0;
}

    .account-box .account-sub-box .form-group, .added-row .form-group {
        margin-bottom: 5px;
    }

    .added-row [class*=col-] {
        padding-left: 5px;
        padding-right: 5px;
    }

.add-fee-box {
    border: 1px solid #ccc;
    padding: 15px 0;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}

.prp-plus-minus {
    position: absolute;
    right: 15px;
    top: 15px;
}

.add-fee-scroller {
    float: left;
    max-height: 240px;
    overflow: auto;
    width: 100%;
}

.modal-scroller {
    max-height: 480px;
    overflow: auto;
    /*padding: 15px 0;*/
    /*min-height: 350px;*/
}

.modal-header {
    /*background: #0376b0;*/
    background: #27499b;
    color: #fff;
    border-radius: 0;
}

.modal-footer {
    background: #f3f3f3;
    border-radius: 0 0 6px 6px;
}

.custom-data-table .dataTables_filter label, .gray-box, input[type=file] {
    width: 100%;
}

.custom-data-table .dataTables_filter input[type=search],
.custom-data-table .dataTables_length label select {
    border-radius: 0;
    height: 28px;
    padding: 0 15px;
    border: 1px solid #ccc;
}

.ms-options-wrap button {
    border-radius: 4px;
    height: 34px;
    margin: 0;
    border: 1px solid #ccc !important;
}

.ms-options-wrap .ms-options {
    min-height: auto !important;
}

    .ms-options-wrap .ms-options ul {
        padding-left: 15px;
    }

        .ms-options-wrap .ms-options ul li {
            list-style: none;
        }

.gray-box {
    margin: 10px 0;
    /*padding: 15px 0;*/
    border-radius: 0;
    background: #f3f3f3;
    float: left;
    -webkit-box-shadow: 0 1px 8px #ccc;
    box-shadow: 0 1px 8px #ccc;
}

.gray-box-heading {
    margin-top: 15px;
    margin-bottom: 0;
    float: left;
}

.text-bold {
    font-weight: 500;
}

.large-btn {
    padding: 5px 15px;
    background-color: #0376b0;
    border-color: #0376b0;
    border-radius: 0;
}

/*.dataTable, .dataTables_scrollHeadInner {
    width: 100% !important;
}*/
/*#TitleManagementDataGrid_wrapper .dataTable, .dataTables_scrollHeadInner {
    width:initial;
}*/
/*#TitleManagementDataGrid tbody tr td:last-child textarea{
    width: 82%;
    overflow-x: hidden;
    border: 1px solid #d6d6d6;
    padding: 5px;
}*/
.requiredAlert {
    border-color: red;
}

.requiredAlertMultiple {
    border-color: red;
    border-style: double;
}

.cbx-lebel span, .formDelete, .manage-acc h4 {
    display: inline-block;
}

.lg-checkbox {
    width: 20px;
    height: 20px;
}

.cbx-lebel .lg-checkbox {
    float: left;
    margin-right: 5px !important;
}

.cbx-lebel span {
    padding-top: 5px;
}

.manage-acc h4 {
    color: #fff;
    background: #27499b /*#0376b0*/;
    font-size: 17px;
    padding: 8px 10px;
    width: 100%;
    margin-top: 0;
    line-height: 21px;
}

.manage-acc .account-sub-box h4 {
    /*background: #d2f1fb;
    color: #03537b;
    font-size: 14px;*/
    background: #f9f9f9;
    color: #27499b;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: -1px;
}

.value-lbl {
    font-weight: 400;
    color: #777;
    padding-left: 15px;
    vertical-align: text-top;
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

.account-box {
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 15px;
    width: 100%;
    background: #fff;
}

    .account-box .account-sub-box {
        border: 1px solid #ddd;
    }

.pad-10-20 {
    padding: 10px 20px;
}

.dropdown-menu {
    background-color: none !important;
}

.datetimepicker-dropdown-bottom-right:before {
    top: -7px;
    left: 6px;
}

.datetimepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    position: absolute;
}

.datetimepicker-dropdown-bottom-right:after {
    top: -6px;
    left: 7px;
}

.datetimepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
}

.change-pass {
    border: 1px solid #e1e1e1;
    padding: 10px;
    width: 100%;
    margin: 50px 0 0;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0 8px 30px #e8e8e8;
    box-shadow: 0 8px 30px #e8e8e8;
    text-decoration: none;
}

    .change-pass .form-group.form-md-line-input .form-control {
        border-bottom: 1px solid #ddd;
        padding: 6px 12px;
    }

    .change-pass .form-group.form-md-line-input .text-danger {
        color: #c00;
    }

.toggle.btn {
    min-height: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: 5px 12px !important;
}

.custom-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #27499b /*#0376b0*/;
    background-color: #27499b /*#0376b0*/;
    background: #27499b /*#0376b0*/;
    padding: 3px 9px;
    border-radius: 0;
}

.custom-data-table .dataTables_scrollHead,
.custom-data-table .dataTables_scrollHeadInner,
.custom-data-table .dataTable,
.custom-data-table .dataTables_scrollBody {
    width: 100% !important;
}

.btn-primary {
    border-radius: 0;
    margin-right: 10px;
}

.disabled-enabled-btn .btn-primary {
    font-size: 12px;
}

.disabled-enabled-btn .btn-default {
    font-size: 12px;
}

#PricingTierGrid tr td:last-child, .dataTables_scrollBody .table tbody tr td:last-child, .dataTables_scrollHead .table thead tr th:last-child {
    /*text-align: center;*/
    text-align: left;
}

.action-Wid35 {
    text-align: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #27499b;
    border: 1px solid #27499b;
    text-transform: uppercase;
    border-bottom-color: transparent;
    border-radius: 0;
}

.nav-tabs > li > a {
    color: #27499b;
    text-transform: uppercase;
}

.nav.nav-tabs {
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
}

.block-section, .block-section-2 {
    border: 1px solid #ccc;
    width: 99%;
    padding: 10px 0;
    margin: 10px auto;
}

.save-btn {
    margin-top: 15px;
}

.heading-with-btn {
    position: relative;
    top: 2px;
}

#AddCarDetailDataGrid_wrapper {
    margin-top: 60px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.manage-acc {
    border: 1px solid #ccc;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.account-box .card, .tab-box {
    padding: 0 10px;
}

.white-bg-tp {
    background: #fff;
    padding: 10px;
}

.btn-sm, .dataTables_scrollBody .btn-group-sm > .btn {
    padding: 5px;
    font-size: 11px;
    line-height: 1;
    border-radius: 0;
}

.popover.fade.left.in {
    display: block;
    z-index: 999;
    position: absolute;
    overflow: visible;
}

/*.dataTables_scrollBody {
    overflow: visible !important;
}*/

.action-Wid160 {
    width: 160px;
}

.action-Wid130 {
    width: 130px;
}

.action-Wid65 {
    width: 65px;
}

.action-Wid35 {
    width: 35px;
}

.btn.btn-pad {
    padding: 2px 10px;
    font-size: 12px;
}

.market-form .form-group {
    margin-bottom: 5px;
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
}

.modal-footer .btn + .btn {
    border-radius: 0;
    font-size: 16px;
}

/*.btn-danger {
    border-color: #e8e8e8;
}*/

#ViewPaymentHistoryDataGrid1_wrapper {
    padding: 15px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 10px 10px;
    border: none;
}

#ViewPaymentHistoryDataGrid1_wrapper .table thead tr {
    background-color: #0376b0;
}

.disabled-enabled-btn {
    width: 94px;
    float: right;
}

    .disabled-enabled-btn input {
        width: 100%;
    }

.mar-r-0 {
    margin-right: 0;
}

.cbx-lebel {
    font-size: 12px;
}

.th-data {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.td-limit {
    max-width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*******dimpi***********/
.statusType {
    width: 30%;
    position: absolute;
    left: 18%;
    z-index: 105;
}

.createBy {
    width: 30%;
    position: absolute;
    left: 48%;
    z-index: 105;
}

.createByDropDown {
    width: 30%;
    position: absolute;
    left: 48%;
    z-index: 105;
}

.fixed-wrapper {
    z-index: 999999;
}

#btnApproveACHPayment {
    font-size: 16px;
}

.statusType label {
    width: 30%;
    float: left;
    padding: 0px 15px;
    line-height: 31px;
    margin-bottom: 0px;
    text-align: right;
}

.statusType .statusinput {
    width: 70%;
    float: left;
    padding: 0px 15px;
}

    .statusType .statusinput select {
        height: 30px;
        padding: 3px 12px;
    }

.statusType .form-control, .createBy .form-control {
    height: 30px;
}

.createBy label {
    width: 30%;
    padding: 0px 15px;
    float: left;
    line-height: 31px;
    margin-bottom: 0px;
    text-align: right;
}

.createBy .createinput {
    width: 70%;
    float: left;
    padding: 0px 15px;
}

    .createBy .createinput select {
        height: 30px;
        padding: 3px 12px;
    }

table.dataTable thead th, table.dataTable thead td {
    white-space: nowrap;
}

.p-t-0 {
    padding-top: 0px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.no-padding {
    padding: 0px;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-t-0 {
    margin-top: 0px;
}

.mar-0 {
    margin: 0px;
}

.width13 {
    width: 13.3%;
}

.width10 {
    width: 10%;
}

.width10p {
    width: 10%;
}

.gray-row {
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    padding: 5px;
    border-radius: 0;
    display: inline-block;
    width: 100%;
}

.navbar-inverse {
    background: #f9f9f9;
    border: 0;
    box-shadow: 0 1px 10px #ccc;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #27499b /*#0376b0*/;
        text-transform: uppercase;
    }

.btn {
    vertical-align: top;
    border-radius: 0px;
}

.dash_head {
    border-bottom: 2px solid #f1f1f1;
}

/*2017-08-17*/
.action-Wid160 .btn {
    margin-bottom: 3px;
}

.dataDiv {
    display: flex;
}

    .dataDiv .glyphicon {
        margin-top: 10px;
    }

.custom-data-table table {
    margin-bottom: 0px;
}


.form-horizontal .account-box .form-group {
    margin-left: 0;
    margin-right: 0;
}

/*New Changes-25-8-17.................*/
.btn-align-btm {
    margin-top: 38px;
}

.form-horizontal .control-label {
    text-align: left;
}

.open-audit {
    margin-bottom: 15px;
}


.custom-modal .form-group {
    margin-bottom: 10px;
}

    .custom-modal .form-group input[type="text"] {
        width: 100%;
    }

.custom-modal .gray-box {
    margin: 5px 0;
}

    .custom-modal .gray-box .modal-header {
        padding: 10px 0px;
    }

.custom-modal label {
    padding-top: 7px;
}

.overflow-tbl .dataTables_scrollBody {
    overflow: inherit !important;
}

/*SCROLLBAR CSS*/

::-webkit-scrollbar {
    width: 5px; /* for vertical scrollbars */
    height: 5px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(255, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: #bbb;
}

::-webkit-scrollbar {
    width: 5px; /* for vertical scrollbars */
    height: 5px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(255, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: #bbb;
}

::-moz-scrollbar {
    width: 5px; /* for vertical scrollbars */
    height: 5px; /* for horizontal scrollbars */
}

::-moz-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-moz-scrollbar-thumb {
    background: #bbb;
}


/*2017-09-4*/
.custom-space {
    right: 10px;
}

.padd-t5 {
    padding-top: 5px;
}

.dataTables_wrapper select {
    margin: 0px 5px;
}

.dataTables_wrapper .dt-buttons {
    margin-left: 10px;
}

.dataTables_wrapper .buttons-collection {
    background: #27499b;
    color: #fff;
    border: 1px solid #27499b;
}

#OpenAuditItemGrid_wrapper select {
    margin: 0px 5px;
}

#OpenAuditItemGrid_wrapper .dt-buttons {
    margin-left: 10px;
}

#OpenAuditItemGrid_wrapper .buttons-collection {
    background: #27499b;
    color: #fff;
    border: 1px solid #27499b;
}

#PayoffAuditStatusGrid_wrapper select {
    margin: 0px 5px;
}

#TitleReortGrid_wrapper select {
    margin: 0px 5px;
}


table.dataTable.display tbody tr:first-child th {
    background: #27499b !important;
}

.tdd {
    padding: 0 !important;
}

.mrr {
    margin: 8px !important;
}


#PaymentFacingGrid_wrapper table.dataTable thead .sorting {
    white-space: normal;
    font-size: 12px;
    vertical-align: inherit;
}

#PaymentFacingGrid_wrapper .dataTables_scroll {
    overflow: auto;
}

    #PaymentFacingGrid_wrapper .dataTables_scroll .dataTables_scrollBody {
        overflow: hidden !important;
    }

#PaymentFacingGrid_wrapper .dataTables_scrollHead, #PaymentFacingGrid_wrapper .dataTables_scrollBody {
    width: 110% !important;
}

    #PaymentFacingGrid_wrapper .dataTables_scrollBody td textarea {
        width: 60px;
    }

#PaymentFacingGrid_wrapper table.dataTable tbody th, table.dataTable tbody td {
    font-size: 13px;
    white-space: normal;
    word-wrap: break-word;
}

#PaymentFacingGrid_wrapper td select {
    margin: 0px 0px;
}

#PaymentFacingGrid_wrapper #btnViewRepairbill {
    width: 65px;
    margin-top: 2px;
    font-size: 9px;
    /*margin-left: -5px;*/
    padding-left: 3px;
}

#PaymentFacingGrid_wrapper .dataDiv {
    position: relative;
}

    #PaymentFacingGrid_wrapper .dataDiv .glyphicon {
        margin-top: 10px;
        position: absolute;
        right: 5px;
    }

#PaymentFacingGrid_wrapper .action-Wid160 .btn {
    width: 100%;
}

.payment-popup label {
    padding-top: 0px;
    font-size: 12px;
    font-weight: 600;
}

.mis-fee {
    padding-top: 9px !important;
}

#lblTotalAmountDue {
    font-weight: 600;
}

.princ {
    padding-bottom: 5px;
}


#InventoryListGrid_wrapper .dataTables_scrollFoot {
    overflow: auto !important;
    width: 100% !important;
}


#InventoryListGrid_wrapper table.dataTable tfoot td {
    padding: 10px 0px 6px 6px;
    font-size: 12px;
}

#InventoryListGrid_wrapper .dataTables_scrollFoot::-webkit-scrollbar {
    background-color: transparent;
}

#InventoryListGrid_wrapper .dataTables_scrollFoot::-webkit-scrollbar-thumb {
    background-color: #fff;
}

#InventoryListGrid_wrapper .dataTables_scrollFoot::-webkit-scrollbar-track {
    background-color: #fff;
}



#CashReceiptGrid_wrapper .dataTables_scrollFoot {
    overflow: auto !important;
    width: 100% !important;
}


#CashReceiptGrid_wrapper table.dataTable tfoot td {
    padding: 10px 0px 6px 6px;
    font-size: 12px;
}

#CashReceiptGrid_wrapper .dataTables_scrollFoot::-webkit-scrollbar {
    background-color: transparent;
}

#CashReceiptGrid_wrapper .dataTables_scrollFoot::-webkit-scrollbar-thumb {
    background-color: #fff;
}

#CashReceiptGrid_wrapper .dataTables_scrollFoot::-webkit-scrollbar-track {
    background-color: #fff;
}






/*Loader*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.fixed-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    display: none;
}

.container {
    text-align: center;
}

section {
    display: inline-block;
    text-align: center;
    min-height: 215px;
    vertical-align: middle;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swal2-container {
    z-index: 999999 !important;
}

@media only screen and (max-width: 600px) {
    section {
        min-width: 350px;
    }
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

/*LOADER-1*/

.loader-1 .loader-outter {
    position: absolute;
    border: 4px solid #27499a;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-1 .loader-inner {
    position: absolute;
    border: 4px solid #27499a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

/* ----------------     KEYFRAMES    ----------------- */

@-webkit-keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/*End Loader*/

/*2018-03-20*/
#dealerNameDiv label {
    white-space: nowrap;
}

.search-area {
    margin-top: 10px;
}

    .search-area label {
        white-space: nowrap;
    }

.padd-0 {
    padding-right: 0;
}

.search-panel-area {
    float: right;
}
/*End Loader*/
.attachfile input[type=button] {
    margin-bottom: 2px;
}






/*#dealerNameDiv .form-inline .form-control{
    width: 50%;
}*/

/*/dimpi*/
@media only screen and (min-width:768px) and (max-width:1024px) {
    .new_member {
        font-weight: 400;
        font-size: 14px;
        padding-top: 8px;
        display: inline-block;
    }

    .statusType {
        position: relative;
        left: 0px;
        width: 50%;
        float: left;
        padding: 0px 15px;
    }

        .statusType label {
            width: 30%;
            float: left;
            padding: 0px 15px;
            line-height: 31px;
            margin-bottom: 0px;
            text-align: left;
        }

    .createBy {
        position: relative;
        left: 0px;
        width: 50%;
        float: left;
        padding: 0px 15px;
    }

        .createBy label {
            width: 30%;
            padding: 0px 15px;
            float: left;
            line-height: 31px;
            margin-bottom: 0px;
            text-align: left;
        }

        .createBy .createinput {
            width: 70%;
        }

    #dealerNameDiv select {
        width: 100%;
        margin-bottom: 10px;
    }

    .ui-datepicker .ui-widget .ui-widget-content .ui-helper-clearfix .ui-corner-all {
        top: 254.972px;
        left: 400.67px;
        z-index: 1051;
        display: block;
    }

    #PaymentFacingGrid_wrapper .dataTables_scrollHead, #PaymentFacingGrid_wrapper .dataTables_scrollBody {
        width: 210% !important;
    }
        .payment-search {
        width: 22%;
        position: absolute;
        left: 78%;
        z-index: 999;
        margin-top: -5px !important;
    }

.lable-search {
        display: inline-block;
        float: left;
        margin-right: 1px;
    }
.serach 
{
    float: left;
    display: inline-block;
    width: 60% !important;
    margin-left: 10px;
}
}

@media only screen and (min-width:768px) {
    .mobile-none {
        display: none;
    }


}

@media only screen and (min-width:768px) and (max-width:991px) {
    body {
        padding-top: 150px;
    }

    .createBy .createinput {
        width: 65%;
    }

    .btn-align-btm {
        margin-top: 15px;
    }
}

@media only screen and (max-width:767px) {

    .dash_box {
        height: auto;
    }

    .right-last-value label:last-child {
        float: right;
    }

    .account-box label:first-child {
        min-width: 28%;
        display: inline-block;
    }

    .col-box-5 {
        width: 100%;
        margin-bottom: 10px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #27499b;
    }

    .btn-desktop {
        display: none;
    }

    .dataTables_scrollBody {
        overflow: auto !important;
    }

    .login {
        position: relative;
        top: 15px;
    }

    .popover.fade.left.in {
        left: 500.875px;
        display: block;
        width: 195px;
    }

    #divtotalAttachements a {
        white-space: normal;
    }

    textarea.form-control {
        width: 100% !important;
    }

    .heading-with-btn.mbl-btn {
        display: block;
        margin-bottom: 10px;
    }

    .statusType {
        position: relative;
        left: 0px;
        width: 50%;
        float: left;
        padding: 0px 15px;
    }

        .statusType label {
            width: 45%;
            text-align: left;
        }

        .statusType .statusinput {
            width: 55%;
        }

    .createBy {
        position: relative;
        left: 0px;
        width: 50%;
        float: left;
        padding: 0px 15px;
    }

        .createBy label {
            width: 45%;
            text-align: left;
        }

        .createBy .createinput {
            width: 55%;
        }

    .width13 {
        width: 100%;
    }

    .width10 {
        width: 100%;
    }

    .width10p {
        width: 100%;
    }

    #dealerNameDiv select {
        width: 100% !important;
    }

    .btn-align-btm {
        margin-top: 15px;
    }

}

@media only screen and (max-width:480px) {
    .my-nav .navbar-brand {
        padding: 2px;
        float: left;
    }

        .my-nav .navbar-brand img {
            width: auto;
        }

    .login_side {
        padding: 40px 20px 30px;
    }

    .statusType {
        position: relative;
        left: 0px;
        width: 100%;
        float: left;
        padding: 0px 15px;
        ;
    }

        .statusType label {
            width: 30%;
        }

        .statusType .statusinput {
            width: 70%;
        }

    .createBy {
        position: relative;
        left: 0px;
        width: 100%;
        float: left;
        padding: 0px 15px;
    }

        .createBy label {
            width: 30%;
        }

        .createBy .createinput {
            width: 70%;
        }

    .statusType label {
        padding: 0px 0px;
    }

    .createBy label {
        padding: 0px 0px;
    }
}

.payment-search {
    width: 22%;
    position: absolute;
    left: 78%;
    z-index: 999;
    /*margin-top: 47px*/;
}

#PaymentFacingGrid_wrapper table.dataTable thead th, #PaymentFacingGrid_wrapper table.dataTable thead td {
    word-break: unset;
    white-space: normal;
    font-size: 12px;
}

#PaymentFacingGrid_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner table thead th.DealerName {
    width: 170px !important;
}

#PaymentFacingGrid_wrapper .dataTables_scrollBody #PaymentFacingGrid tbody tr td:nth-child(8), #PaymentFacingGrid_wrapper .dataTables_scrollBody #PaymentFacingGrid thead tr th:nth-child(8) {
    width: 170px !important;
}

.backGround-White {
    background-color: white !important;
}

div.swal2-modal .swal2-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

div.progress-bar {
    width: 100%;
}


#TitleManagementDataGrid_wrapper .dataTables_scroll {
    overflow: auto;
}

    #TitleManagementDataGrid_wrapper .dataTables_scroll textarea {
        width: -webkit-fill-available;
    }


#TitleManagementDataGrid_wrapper .table.dataTable {
    table-layout: fixed;
}

#TitleManagementDataGrid_wrapper table.responsive.dataTable thead th {
    padding: 11px 5px;
    font-size: 13px;
}

#DealerInfoGrid_wrapper table.responsive.dataTable thead th {
    padding: 11px 5px;
    font-size: 13px;
}

#CashReceiptGrid tbody td {
    padding: 8px 4px;
}

ul.dropdown-menu.reports-menu {
    max-height: 600px;
    overflow: auto;
}

#PortfolioDataGrid_wrapper .dataTables_scroll {
    overflow: auto;
}

    #PortfolioDataGrid_wrapper .dataTables_scroll textarea {
        width: -webkit-fill-available;
    }

#PortfolioDataGrid_wrapper .table.dataTable {
    table-layout: fixed;
}

#PortfolioDataGrid_wrapper table.responsive.dataTable thead th {
    padding: 11px 5px;
    font-size: 13px;
}

#ViewPaymentHistoryDataGrid2_wrapper .table.dataTable {
    table-layout: fixed;
}

#ViewPaymentHistoryDataGrid2_wrapper table.responsive.dataTable thead th {
    padding: 11px 5px;
    font-size: 13px;
        white-space: normal;
    vertical-align: middle;
}


.lable-search {
        display: inline-block;
        float: left;
        padding-top: 5px;
    }
.serach 
{
    float: left;
    display: inline-block;
    width: 76%;
    margin-left: 10px;
}


.modal-open .modal, .scroll-sec {
    overflow-x: hidden;
    overflow-y: hidden;
}

.customText {
    width: 100%;
    border: 1px solid #d6d6d6;
}
ul.dropdown-menu.feeDetail {
    min-width: 225px;
    padding: 5px 10px;
    right: 0;
    left: auto;
}

#PaymentReceivedGrid_wrapper .dataTables_scroll table thead tr th:nth-child(7){
    min-width:88px !important;
}
