body {
    font-family: 'Roboto', sans-serif;
}

.admin_login {
    min-height: 100vh;

    background-image: url('../images/banners-brand-ramrev-hd.png');

    /* background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url(https://d1jougtdqdwy1v.cloudfront.net/images/banner/eshop-banner-jeep-2.webp); */
    /* background: linear-gradient(rgba(255, 255, 255, .5), rgba(231, 226, 226, 0.5)), url(../images/banners-brand-ramrev-hd.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.admin_login_row {
    position: relative;
    padding-top: 100px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.admin_login_col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_brand_img {
    height: 40px;
    align-items: center;
}

.box {
    width: 40vw;
    min-height: 30vh;
    padding: 25px 50px;
    background-color: #00000099;
    border: 1px solid #3850A8;
    font-family: EverettRegular, Arial, Helvetica, sans-serif;
    color: #ffffff;
}

.admin_input {
    border-radius: 0px;
}

.error_heading {
    font-size: 34px;
    text-align: center;
    margin-bottom: 10px;
}

.error_subheading {
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
}

.error_home_btn {
    background-color: #3850A8;
    border: 1px solid #ffffff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    border-radius: 0px;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
}

.error_home_btn:hover {
    color: #ffffff;
}

.navbar {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px !important;
}

.btn {
    border-radius: 0px !important;
}

.chrysler_btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px !important;
    background-color: #063e77 !important;
    border-color: #063e77 !important;
    color: #ffffff;
    text-transform: uppercase;
    user-select: none;
    text-decoration: none;
    margin-bottom: 10px;
}

.chrysler_btn:hover {
    border-radius: 0px !important;
    background-color: #084f97 !important;
    border-color: #084f97 !important;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.chrysler_btn:focus {
    outline: 0px auto #063e77;
    outline-offset: -1px;
}

.chrysler_secondary_btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px !important;
    background-color: #ffffff !important;
    border-color: #063e77 !important;
    color: #063e77;
    text-transform: uppercase;
    user-select: none;
    text-decoration: none;
    margin-bottom: 10px;
}

.chrysler_secondary_btn:hover {
    border-radius: 0px !important;
    background-color: #ffffff !important;
    border-color: #063e77 !important;
    color: #063e77;
    text-transform: uppercase;
    text-decoration: none;
}

.chrysler_secondary_btn:focus {
    outline: 0px auto #063e77;
    outline-offset: -1px;
}


.chrysler_warning_btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px !important;
    background-color: #ec971f !important;
    border-color: #ec971f !important;
    color: #ffffff;
    text-transform: uppercase;
    user-select: none;
    text-decoration: none;
    margin-bottom: 10px;
}

.chrysler_warning_btn:hover {
    border-radius: 0px !important;
    background-color: #f0ad4e !important;
    border-color: #f0ad4e !important;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.chrysler_warning_btn:focus {
    outline: 0px auto #ec971f;
    outline-offset: -1px;
}


.chrysler_success_btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px !important;
    background-color: #377706 !important;
    border-color: #377706 !important;
    color: #ffffff;
    text-transform: uppercase;
    user-select: none;
    text-decoration: none;
    margin-bottom: 1px;
}

.chrysler_success_btn:hover {
    border-radius: 0px !important;
    background-color: #377706 !important;
    border-color: #377706 !important;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.chrysler_success_btn:focus {
    outline: 0px auto #377706;
    outline-offset: -1px;
}

.btn:focus {
    outline: 0px auto #063e77;
    outline-offset: -1px;
}

.badge {
    font-weight: 400;
}

.top_margin {
    margin-top: 15px;
}

@media (max-width:768px) {
    .box {
        width: 90vw;
        padding: 15px 20px;
    }

    .error_heading {
        font-size: 25px;
    }

    .error_subheading {
        font-size: 12px;
    }

    .error_home_btn {
        font-size: 14px;
    }

    .filter_bar {
        position: relative;
    }

}

.textright {
    float: right;
    margin: -5px;
    color: black;
}

.textleft {
    float: left;
    margin-left: -15px;
    color: black;
}

tr.leadexpandeditor {
    background-color: #E8EAF6 !important;
    transition: visibility 0s, opacity 0.5s linear;
}

tr.picked_tr {
    background-color: #E8EAF6 !important;
}

tr.leadexpandeditor .left_td_border {
    border-left: 3px solid #063e77 !important;
}

tr.picked_tr td:first-child {
    border-left: 3px solid #063e77 !important;
}

tr.picked_comment_tr {
    background-color: #E8EAF6 !important;
}

tr.picked_comment_tr td:first-child {
    border-left: 3px solid #063e77 !important;
}



tr.expandeddata {
    background-color: #E8EAF6 !important;
    border: none;
}

tr.expandeddata td:first-child {
    border-left: 3px solid #063e77 !important;
}

tr.expandeddata td {
    border: none;
}

#searchResult {
    list-style: none;
    padding: 0px;
    width: 250px;
    position: absolute;
    margin: 0;
}

#searchResult li {
    background: white;
    padding: 4px;
    margin-bottom: 1px;
}

#searchResult li:nth-child(even) {
    black: white;
}

#searchResult li:hover {
    cursor: pointer;
}

.card-title {
    font-size: 18px;
}

.dashboard_reviewed {
    background-color: #FFD54F;
    color: #212121;
    border-color: #FFCA28;
    padding: 10px;
    border-radius: 10px;
    border: 2px;
}

.dashboard_expired {
    background-color: #ff644f;
    color: #212121;
    border-color: #ff644f;
    padding: 10px;
    border-radius: 10px;
    border: 2px;
}

.dashboard_finalised {
    background-color: #00E676;
    color: #212121;
    border-color: #00C853;
    padding: 10px;
    border-radius: 10px;
    border: 2px;
}

.dashboard_received {
    background-color: #4FC3F7;
    color: #212121;
    border-color: #29B6F6;
    padding: 10px;
    border-radius: 10px;
    border: 2px;
}

.dashboard_notinterest {
    background-color: #FF8A65;
    color: #212121;
    border-color: #FF7043;
    padding: 10px;
    border-radius: 10px;
    border: 2px;
}

.dashboard_waitlist {
    background-color: #65ffee;
    color: #212121;
    border-color: #65ffee;
    padding: 10px;
    border-radius: 10px;
    border: 2px;
}

.navbar {
    margin-bottom: 0px;
}

.topmargin {
    margin-top: 20px;
}

.filter_bar {
    background-color: #dedede;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 60px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: sticky;
    top: 0px;
    opacity: 1;
    z-index: 99;
    align-items: center;
    margin-bottom: 10px;
    /*margin-bottom: 10px;*/
}

thead {
    background-color: #E8EAF6;
}

.first_name,
.last_name,
.dealer_code {
    color: #063e77;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}

.not_interested_btn,
.send_link_btn {
    border-radius: 200px;
}

.default_picklead {
    display: none;
}

.lead_checkbox {
    width: 20px;
    height: 20px;
}

.lead_radio_container {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

select[name="customer_attempt"] {
    width: 80%;
    border-block-color: #063e77 !important;
    border-color: #063e77 !important;
    color: #111;
}

.lead_radio_container .form-check-input {
    height: 15px;
    width: 15px;
}

input:checked {
    background-color: #063e77;
}

.round_color_img {
    border: 1px;
    border-width: 3px;
    border-style: double;
    Border-color: #555;
    border-radius: 50% !important;
    position: relative;
}

.dashboard_card_link:hover {
    text-decoration: none;
}

.card-body {
    padding: 10px;
}

.icon_container {
    padding-top: 15px;
}

#customerattempt_div {
    cursor: pointer;
}

.change_password_container {
    margin-top: 30px;
    padding-left: 10px;
}

.change_pwd_form {
    margin-top: 10px;
}

.label {
    font-weight: 300 !important;
}

.header_bar {
    background-color: #880D00;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.header_bar h3 {
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 18px;
}

.icon {
    margin-right: 10px;
    color: #063e77;
}

.dataTables_length {
    margin: 15px !important;
}

table.dataTable {
    margin: 15px auto !important;
}

.table_container {
    margin-left: 2px;
    margin-right: 2px;
}

.table {
    border: 0px solid #dddddd;
    display: block !important;
    overflow-x: auto !important;
    width: 98% !important;
}

.dataTables_info {
    margin-left: 15px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    float: left;
}

.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: 0px solid #dddddd;
    border-right: 0px solid #dddddd;
    border-left: 0px solid #dddddd;
    border-bottom: 1px dotted #dddddd;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

@media (min-width: 1200px) {
    .container {
        width: 1072px;
    }
}

.flex_container {
    display: flex;
    justify-content: space-between;
    padding-top: 23px;
}

.submit_date {
    color: #063e77;
}

.add_comment {
    /*margin-left: 40px;*/
    margin-top: 7px;
    display: block;
    cursor: pointer;
}

.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
    padding: 0.25rem 0.5rem;
    border-radius: 0.0rem;
}

@media (max-width:768px) {
    .filter_bar {
        position: relative;
    }
}

.updateexpandeditor {
    margin-top: 50px;
}

.text-center {
    text-align: center;
}

.disabled {
    color: #cccccc !important;
    background-color: #7c7c7c !important;
    border-color: #7c7c7c !important;
    cursor: not-allowed
}

.disabled:hover {
    color: #cccccc !important;
    background-color: #7c7c7c !important;
    border-color: #7c7c7c !important;
    cursor: not-allowed
}



.row {
    margin-right: 0px;
    margin-left: 0px;
}

.customspacing {
    margin: 5px 0px 5px 0px;
    filter: contrast(1);
}

.dangertext {
    color: red;
    font-size: 14px;
    filter: contrast(1);
}

.bluetext {
    color: blue;
    font-size: 14px;
}

.btn-danger {
    text-transform: uppercase;
}

.btn-warning {
    text-transform: uppercase;
}

.card-dashboard-tbr {
    margin-top: 0px !important;
}

.dashboard_explaination {
    text-align: justify;
}

.word-wrap-list {
    word-break: break-all;
}

.successtext {
    color: green;
    font-size: 14px;
}

.dashboard_explanation {
    position: relative;
}

.review_txt_btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.review_txt_btn:hover {
    text-decoration: underline;
}

.dashboard_card_row {
    display: flex;
    height: 180px;
}

.edit_von,
.add_von {
    margin-top: 10px;
    margin-bottom: 10px;
}

.paymentcomment {
    margin-top: 10px;
    cursor: pointer;
}

span.dashboard_small {
    font-size: 14px !important;
    color: #000;
}

.close {
    opacity: 0.9;
}

.close:focus,
.close:hover {
    opacity: 1;
}


div.dataTables_processing {
    content: "";
    font-size: 24px;
    color: transparent;
    position: relative;
    display: none;
    background-image: url('https://d3o40wwl2vh905.cloudfront.net/images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    left: 40vw;
    opacity: 1;
    z-index: 9999;
    margin: 0 0;
    padding: 0 0;
}

@media (max-width:768px) {
    div.dataTables_processing {
        left: 30vw;
    }
}

.vonEdit,
.vonAddIcon {
    margin-right: 7px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.trash_icon {
    color: #d9534f;
}


/*== start of code for tooltips ==*/
.tool {
    cursor: help;
    position: relative;
}


/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100;
}


/*== pointer tip ==*/
.tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #3E474F transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -0.7em;
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
    transform: scale(.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
}


/*== speech bubble ==*/
.tool::after {
    background: #3E474F;
    font-size: 12px;
    border-radius: .25em;
    bottom: 180%;
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -8.75em;
    padding: 1em;
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
    transform: scale(.6) translateY(50%);
    width: 17.5em;
}

.tool:hover::after,
.tool:focus::after {
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
}

@media (max-width: 760px) {
    .tool::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }
}

.update_flex_container {
    display: flex;
    justify-content: space-between;
}

.mb-1 {
    margin-bottom: 10px;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
    position: relative;
}

.label_fw {
    font-size: 18px;
}

.fw-normal {
    font-weight: 400;
}

.filter_bar input[type=checkbox] {
    zoom: 1.3;
    margin-top: 1px;
    position: absolute;
}

.filter_bar .form-check-label {
    padding-left: 20px;
}

.navbar.custom_menu.brand_bg {
    background-color: #880D00;
    border-color: #880D00;
}

.navbar.custom_menu {
    background-color: #333333;
    border-color: #333333;
    padding: 10px 0px;
}

.navbar-inverse.custom_menu .navbar-nav>li>a {
    font-weight: 100;
    color: #fff;
}

.navbar-inverse.custom_menu .navbar-nav>li>a:hover {
    opacity: .8;
}

.navbar-inverse.custom_menu .navbar-nav>li.active>a {
    background-color: transparent;
    font-weight: 600;
}

.navbar-inverse.custom_menu .navbar-brand {
    margin-left: 0px;
}

.navbar-inverse.custom_menu .navbar-nav.navbar-right {
    display: flex;
    align-items: center;
    margin: 0;
}

.navbar-inverse.custom_menu .navbar-nav.navbar-right>li:last-child>a {
    border: 1px solid #fff;
    padding: 6px 20px;
    border-radius: 5px;
}

.custom_container {
    width: 100%;
    max-width: 1150px;
    margin: auto;
}

.dashboard_order_count {
    margin-top: 60px;
}

.all_cards {
    margin-bottom: 30px;
}

.all_cards .card-body .d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all_cards .card-body {
    padding: 20px 40px;
    box-shadow: 6px 6px 30px 5px #00000026;
    border-radius: 10px;
    min-height: 205px;
}

.cards_count {
    font-size: 70px;
}

.all_cards .card-body p {
    text-align: start;
    font-size: 18px;
}

.custom-d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.color_green {
    color: #4A772E;
}

.cards_count.color_green,
.cards_count.color_light_red {
    margin-left: 5px;
    font-weight: 600;
}

.all_cards .card-body p.text-center-custom {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.color_light_red {
    color: #CC6257;
}

.btn_custom_csv {
    background-color: #6aa84f;
    text-transform: capitalize;
    border-color: #6aa84f;
    border-radius: 5px !important;
}

.btn_custom_csv:hover,
.btn_custom_csv:focus {
    background-color: #5d9345;
    border-color: #5d9345;
}

@media (max-width:768px) {
    .all_cards .card-body p.text-center-custom {
        font-size: 20px;
    }

    .cards_count {
        font-size: 55px;
    }

    .mobile_view_hide {
        display: none;
    }
}

.custom_btn {
    border: none;
    color: white;
    padding: 12px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 5px;
}

.custom_red_btn {
    background-color: #cc0100;
}

.custom_green_btn {
    background-color: #6aa84f;
    filter: contrast(1);
    width: 100%;
}

.page-link,
.badge {
    filter: contrast(1);
}

.custom_blue_btn {
    background-color: rgb(54, 54, 216);
    padding: 12px 20px;
    width: 100%;
}

.custom-anchor {
    color: #000;
    text-decoration: none !important;
}

.custom-anchor:hover {
    color: #000;
    text-decoration: none;
}

.custom-msg {
    width: 500px;
    margin: auto
}

.disable-href {
    pointer-events: none;
    cursor: default;
}