/* New Custom CSS from developer */

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

    select[readonly].select2-hidden-accessible + .select2-container
    .select2-selection {
        background: #f7f5f5 !important;
        box-shadow: none;
    }

    select[readonly].select2-hidden-accessible + .selec.report-boxt2-container
    .select2-selection__arrow,
    select[readonly].select2-hidden-accessible + .select2-container
    .select2-selection__clear {
        display: none;
    }

body {
    font-family: "Montserrat", arial;
    color: #444444;
    font-weight: 400;
}

.btn-primary {
    background-color: #03a9f4;
    color: #fff !important;
}

a {
    color: #03a9f4;
}

    a:hover {
        color: #0a6ebd;
    }

table a {
    border-bottom: 1px solid #03a9f4;
    /*white-space: nowrap;*/
}

    table a:hover {
        border-bottom: 1px solid #0a6ebd;
        /*white-space: nowrap;*/
    }

.card-body .datatable-footer {
    border-top: 0px;
}

.text-blue-border {
    color: #03a9f4;
    border-bottom: 1px solid #03a9f4;
    line-height: 24px;
}

    .text-blue-border:hover {
        color: #0a6ebd;
        border-bottom: 1px solid #0a6ebd;
        line-height: 24px;
    }

a.text-blue-border {
    color: #03a9f4;
    border-bottom: 1px solid #03a9f4;
    line-height: 24px;
}

    a.text-blue-border:hover {
        color: #0a6ebd;
        border-bottom: 1px solid #0a6ebd;
    }

text-blue-border a {
    color: #03a9f4;
    border-bottom: 1px solid #03a9f4;
    line-height: 24px;
}

    text-blue-border a:hover {
        color: #0a6ebd;
        border-bottom: 1px solid #0a6ebd;
    }

.save-cancel a {
    border-bottom: 0px !important;
}

    .save-cancel a:hover {
        border-bottom: 0px !important;
    }

.bulk-action a {
    border-bottom: 0px !important;
}

    .bulk-action a:hover {
        border-bottom: 0px !important;
    }

table .add-row a {
    border-bottom: 0px !important;
}

    table .add-row a:hover {
        border-bottom: 0px !important;
    }

.text-blue-300 {
    color: #03a9f4;
}

.text-blue {
    color: #03a9f4;
}

.btn {
    border-radius: 0px; /*padding:.40rem .875rem; */ /*line-height:0.5385;*/
}

.col-form-label {
    font-weight: 500;
}

.btn-light {
    background-color: #fff;
}

.green-icon {
    color: #39b54a;
}

.form-control {
    color: #444444;
}

.save-cancel a {
    border-bottom: 0px;
}

.table th {
    font-weight: 700;
}

.table td {
    font-weight: 400;
}

th {
    font-weight: 700;
}

.dataTable thead th {
    /*white-space:nowrap;*/
}

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

.action-disply {
    display: none;
}

.sidebar-xs .sidebar-main .nav-sidebar > .nav-item > .nav-link > i {
    font-size: 18px;
}

.text-primary {
    color: #03a9f4;
}

.text-bold {
    font-weight: 600 !important;
}

.grey-text {
    color: #686868;
}

mark {
    background-color: transparent;
    color: #606060;
    padding: 0px;
}

.orange {
    background-color: #f05a28 !important;
    font-weight: normal;
}

.green {
    background-color: #4cae4e !important;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.blue {
    background-color: #00a69c !important;
    font-size: 13px;
    font-weight: normal;
}

.lightblue {
    background-color: #e9f4fa !important;
    color: #03a9f4;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 10px;
}

dl,
ol,
ul {
    margin-bottom: 0.5rem;
}

.bg-white {
    /*margin-left:2px;*/
}
/*.icon-header{ font-size:20px !important; line-height:inherit !important;}*/

.img-icon-button {
    width: 1.25rem;
    vertical-align: top;
}

.select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f7f5f5;
    color: #444;
}

.form-control:disabled {
    background-color: #f7f5f5 !important;
}

.select2-container--disabled .select2-selection--single:not([class*="bg-"]) {
    background-color: #f7f5f5;
    /* color: #444;*/
}

.custom-control-label::after {
    border: 1px solid #ddd;
}

.custom-control-label {
    font-weight: normal;
}

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

.table {
    border: 2px solid #ddd;
}

    .table thead th {
        border-bottom: 1px solid #ddd;
    }

.profile-table {
    border: 0px;
}

    .profile-table thead th {
        border-bottom: 0px;
    }

.disable-mode {
    background-color: #f7f5f5 !important;
    color: #b3b3b3;
}

.far {
    font-size: 1.1rem;
}

input[type="email"]::placeholder {
    /* Firefox, Chrome, Opera */
    color: #999;
}

input[type="email"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

input[type="email"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}

input[type="text"]::placeholder {
    /* Firefox, Chrome, Opera */
    color: #999;
}

input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}

textarea.form-control::placeholder {
    /* Firefox, Chrome, Opera */
    color: #999;
}

textarea.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

textarea.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}

input[type="date"]::placeholder {
    /* Firefox, Chrome, Opera */
    color: #999;
}

input[type="date"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

input[type="date"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}

.extend-logo i {
    font-size: 50px;
    color: #fff;
}

.extend-logo {
    margin-top: 15px;
    margin-bottom: 10px;
}

.navbar-dark {
    background-color: #03a9f4;
}

/* Spinner */
.spinner-page {
    font-size: 50px;
}

.blockElement {
    bottom: 30% !important;
    top: inherit !important;
}

/* Navbar */
.navbar-brand img {
    height: 3rem;
}

.navbar-expand-md .navbar-collapse {
    background-color: #03a9f4;
}

.navbar-header.navbar-dark {
    /*background-color: #03A9F4;*/
}

.navbar-brand {
    padding: 0.5rem 0px;
}

.navbar-light {
    border: 0px;
}

.navbar {
    border: 0px;
}

.navbar-light .navbar-nav-link {
    color: #fff;
}

    .navbar-light .navbar-nav-link:focus,
    .navbar-light .navbar-nav-link:hover {
        color: #fff;
        /*background-color: #46bef3;*/
    }

.navbar-light {
    background-color: #03a9f4;
}

/* Page Content */
.page-header-content {
    background-color: #fff;
}

.page-header {
    border: 1px solid #ddd;
    border-bottom: 0px;
}

.breadcrumb-line:last-child {
    margin-bottom: 0px;
}

.page-title {
    padding: 1rem 0;
}

/* Buttons */
.dt-buttons > .btn:first-child {
    border-radius: 0px;
}

.dt-buttons > .btn:last-of-type {
    border-radius: 0px;
}

.dt-button-collection > .dt-button {
    padding: 0.3rem 0.55rem;
}

.dt-buttons > .btn {
    /*padding: 5px;*/
}
/*.btn-forms{ padding: 1.0rem .875rem;}*/
.btn-cancel {
    background-color: #ebebeb;
}

    .btn-cancel:hover {
        background-color: #ebebeb !important;
    }

.dt-buttons > .btn {
    padding: 5px;
}

.btn:not(.bg-transparent):not([class*="btn-outline"]):not(.btn-light):not(.btn-link):not([class*="alpha-"]):not(.fab-menu-btn).active,
.btn:not(.bg-transparent):not([class*="btn-outline"]):not(.btn-light):not(.btn-link):not([class*="alpha-"]):not(.fab-menu-btn).focus,
.btn:not(.bg-transparent):not([class*="btn-outline"]):not(.btn-light):not(.btn-link):not([class*="alpha-"]):not(.fab-menu-btn):active,
.btn:not(.bg-transparent):not([class*="btn-outline"]):not(.btn-light):not(.btn-link):not([class*="alpha-"]):not(.fab-menu-btn):focus,
.btn:not(.bg-transparent):not([class*="btn-outline"]):not(.btn-light):not(.btn-link):not([class*="alpha-"]):not(.fab-menu-btn):hover,
.show > .btn:not(.bg-transparent):not([class*="btn-outline"]):not(.btn-light):not(.btn-link):not([class*="alpha-"]):not(.fab-menu-btn).dropdown-toggle {
    box-shadow: unset;
}

/* Datatable */
.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:focus,
.dataTables_paginate .paginate_button.current:hover {
    background-color: #03a9f4;
}

.dataTables_paginate .paginate_button {
    border-radius: 0px;
    padding: 0.2rem;
    min-width: 2rem;
}

.dataTables_length .select2-selection--single {
    padding: 0.6em;
    margin-top: -7px;
}

.dataTable thead .sorting {
    /*padding-right: 3rem;*/
    padding-right: 2rem;
}

.inline-icons {
    display: flex;
}

.dataTables_length {
    text-align: right;
}
/*.dataTables_length .dt-button{margin-bottom:5px;}*/

/* Bulk Action */
.drop-bulk-action {
    min-width: inherit;
    padding: 0px;
}

    .drop-bulk-action ul {
        padding: 0px;
        margin: 0px;
    }

.bulk-action li {
    list-style: none;
    margin: 0px;
}

.dropdown-item-bulk > i {
    margin-right: 0px; /* font-size:18px;*/
}

a.list-icons-item {
    border-bottom: 0px !important;
    cursor: pointer;
}
/*.bulk-action li:hover{background-color: #f5f5f5;}*/

/* Card */
.card {
    border-radius: 0px;
}

/* Icons size */
.icon-l {
    font-size: 1.7rem !important;
}

.icon-m {
    font-size: 1.9rem;
}

.icon-s {
    font-size: 1.1rem;
}

.fa-l {
    font-size: 1.7rem;
}

.fa-m {
    font-size: 1.8rem;
}

.fa-s {
    font-size: 1.1rem;
}

.mi-l {
    font-size: 2.7rem !important;
}

.mi-m {
    font-size: 1.1rem;
}

.mi-s {
    font-size: 1.1rem;
}

.fa-m-menu {
    font-size: 1.3rem;
}

.icon-page {
    font-size: 1.5rem;
}

.fa-page {
    font-size: 1.5rem;
}

.mi-page {
    font-size: 1.5rem;
}

.add-row .fa-l {
    font-size: 1.3rem;
}

.insurance-information {
    font-size: 50px;
    background-color: #7ea591;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-left: 5px;
    text-align: center;
}

    .insurance-information i {
        font-size: 30px;
        color: #fff;
        top: -9px;
    }

h6 i {
    font-size: 1rem !important;
}

.customeman {
    display: flex;
}

.dt-buttons {
    float: left;
    margin: 0 0 0rem 1.25rem;
}

.dt-button-collection:not(.fixed) {
    right: unset !important;
    display: flex;
    left: 10px !important;
}

.dt-button-collection.fixed {
    padding: 0.5rem;
}

/*Select */
.select2-selection--single {
    border-radius: 0px;
}

.dt-button-collection {
    border-radius: 0px;
    padding: 0px;
    border: 1px solid #ddd;
    min-width: inherit;
}

/* drop menu */
.dropdown-menu {
    border-radius: 0px;
}

.dropdown-item {
    padding: 0.7rem 0.6rem;
}

/* Calendar Icon */
.input-group-text {
    background-color: #fff;
    border-radius: 0px;
}

.form-control[readonly] {
}

.input-group-text i {
    color: #b3b3b3 !important;
}

.dataTable tbody > tr.selected .input-group-text,
.dataTable tbody > tr > .selected .input-group-text {
    background-color: #e8f5e9;
}

/*  Select ICon */
.select2-selection--single .select2-selection__arrow:after {
    content: "\e9c5";
    font-family: icomoon;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.6rem;
    margin-top: -0.7rem;
    font-size: 1.5rem;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    color: #b3b3b3;
}

.uniform-select {
    border-radius: 0px;
}

    .uniform-select span:after {
        content: "\e9c5";
        font-family: icomoon;
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -0.7rem;
        font-size: 1.5rem;
        line-height: 1;
        color: inherit;
        -webkit-font-smoothing: antialiased;
        color: #b3b3b3;
    }

/* Calendar icon */
.calendar:before {
    content: "\e9c5";
    font-family: icomoon;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.875rem;
    margin-top: -0.7rem;
    font-size: 1.5rem;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    color: #b3b3b3;
}

/* legend - section title   */
.sidebar-content .section-filed-title {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.section-filed-title {
    margin-bottom: 15px;
}

    .section-filed-title::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        height: 1px;
        width: 100%;
        background-color: #ddd;
    }

/*  datatable */
.dataTable {
    border: 1px solid #ddd;
    /*border-bottom: 0px;*/
    border-top: 0px;
}

.datatable-footer,
.datatable-header {
    padding: 1rem 0rem 0rem 0rem !important;
}

a > i {
    color: #444444;
}

.validation-invalid-label .form-control {
    border: 1px solid #f44336;
}

.edit-row {
    background-color: #aae2fb;
}

/* imge upload */
.image-upload > input {
    display: none;
}

.image-upload i {
    cursor: pointer;
    margin-right: 10px;
}

/* Customer list */
[data-action="collapse"]:after {
    content: "\ede6";
}

.chart {
    background-color: #fafafa;
}

/*.select2-selection--multiple:not([class*=bg-]):not([class*=border-]){ border:0px;}
.select2-selection--multiple:not([class*=bg-]){ background-color:inherit;} */
.search {
    background-color: #fafafa;
    border: 1px solid #ddd;
    justify-content: center !important;
    display: flex !important;
}

.dt-buttons > .btn {
    margin-top: -11px;
}

.card-body:not(.card) + .card-body:not(.card) {
    border-top: 0px;
}
/*.drop-bulk-action.show{    top: -22px !important; left: -30px !important;}*/

.select2-selection--multiple .select2-selection__rendered {
    padding-left: 3px;
}

.select2-selection--multiple {
    border-radius: 0rem;
}

.card-header .card-title {
    font-weight: 500;
    font-size: 16px;
}

.card-title .h6,
h6 {
    font-size: 13px;
}

.column-visibility {
    width: 28px;
}

.img-icon {
    width: 22px;
    vertical-align: top;
}

.drop-bulk-action ul {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: -40px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    right: 30px;
}

.dt-buttons > .btn + .btn {
    margin-left: 0px;
}

.dtcustombutton {
    top: -2px;
}

.btn-float.btn-link {
    padding: 0.5rem;
}

/* Customer page indiviual */
.customer-type {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    padding: 5px 0px;
}

    .customer-type .form-group {
        margin-bottom: 0px;
    }

.tooltip-icon {
    color: #ddd;
    font-size: 13px;
    margin-left: 5px;
}

.hide {
    display: none;
}

.filters-parent .bg-light {
    background-color: #fafafa !important;
    border-bottom: 1px solid #ddd !important;
    padding: 10px 0px !important;
}

.h5,
h5 {
    font-weight: 700;
    font-size: 13px;
}

.filters-parent .card-title {
    font-size: 14px;
}

/*.tooltip-inner{ padding: .5rem .75rem .0rem .75rem;}*/

.upload-invidual .file-input {
    max-width: 180px;
}

.upload-corporate .file-input {
    max-width: 170px;
}

.file-preview {
    margin-bottom: 0.5rem;
    border-radius: 0px;
}

.file-drop-zone {
    border-radius: 0px;
}

.file-preview-image {
    border-radius: 0px;
}

.banner .file-drop-zone-title {
    padding: 4rem;
}

.croporate-upload .file-drop-zone {
    border: 0px;
    border-radius: 0px;
    margin: 0px;
}

.croporate-upload .file-drop-zone-title {
    padding: 3rem;
}

.croporate-upload .file-preview {
    border: 1px solid #fff;
    border-radius: 0px;
}

.upload-invidual {
}

    .upload-invidual img {
        width: 150px;
        max-height: 214px;
        overflow: hidden;
    }

    .upload-invidual .file-footer-caption {
        display: none;
    }

    .upload-invidual .file-preview {
        /*padding:0px; border-radius:0px;*/
    }

    .upload-invidual .file-drop-zone {
        /*margin:0px;*/
    }

    .upload-invidual .file-preview-frame .kv-file-content {
        max-width: 150px;
        height: auto;
    }

    .upload-invidual .file-preview-thumbnails {
        display: inherit;
    }

.upload-corporate {
}

    .upload-corporate img {
        width: 150px;
    }

    .upload-corporate .file-footer-caption {
        display: none;
    }

    .upload-corporate .file-preview {
        /*border:0px; padding:0px; */
        border-radius: 0px;
    }

    .upload-corporate .file-drop-zone {
        /*margin:0px;*/
    }

    .upload-corporate .file-preview-frame .kv-file-content {
        max-width: 150px;
        height: auto;
    }

.input-group-prepend {
    margin-right: 0px;
}

table.ui-datepicker-calendar a {
    border-bottom: 0px;
}

/* customer details page */
.customer-detailsview {
    padding: 0px 20px 10px 25px !important;
}

.customer-details {
    border: 1px solid #03a9f4;
    padding: 0px 20px 20px 25px;
    color: #606060;
}

    .customer-details .text-bold {
        font-weight: 700 !important;
        font-size: 13px;
        margin-top: -15px;
    }

    .customer-details figure {
        /*width:123px; height:141px; overflow:hidden;*/
    }

        .customer-details figure img {
            /*max-height:100%; max-width:100%; border:1px solid #ddd;*/
        }

.img-profile {
    position: relative;
    max-height: 150px;
    max-width: 150px;
    text-align: center;
}

    .img-profile img {
        /*border: 1px solid #ddd;*/
        overflow: hidden !important;
    }

    .img-profile .profile-type {
        padding: 0.5rem;
        border-radius: 0px;
        font-size: 100%;
        background-color: #03a9f4;
        margin-top: -20px;
        color: #fff;
        position: absolute;
    }

.customer-img {
    position: relative;
    max-height: 150px;
    max-width: 150px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

    .customer-img img {
        border: 1px solid #ddd;
    }

.blacklist {
    color: #fff;
    background-color: #000;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 50px;
}

.membership {
    color: #fff;
    background-color: #dab244;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    font-size: 24px;
    line-height: 50px;
}

.profile-title span {
    color: #03a9f4;
    border-bottom: 1px solid #03a9f4;
    font-weight: 700;
}

.profile-description label {
    line-height: 12px;
    font-size: 12px;
}

.profile-table {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

    .profile-table thead th {
        border-bottom: 0px;
        font-weight: 700;
    }

    .profile-table td {
        border-top: 0px;
    }

    .profile-table tbody > tr {
        background-color: #fafafa;
        margin-bottom: 5px;
    }

    .profile-table tbody tr:hover {
        background-color: #ebeced;
    }

    .profile-table a {
        /*border-bottom:none;*/
    }

    .profile-table td {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 0.5rem 1.25rem;
    }

        .profile-table td:first-child {
            border-left: 1px solid #ddd;
        }

        .profile-table td:last-child {
            border-right: 1px solid #ddd;
        }

.dropdown-header > img,
.dropdown-item > img {
    max-height: 1.09rem;
}

.dropdown-header > i,
.dropdown-header > img,
.dropdown-item > i,
.dropdown-item > img {
    margin-right: 0px;
    line-height: 19px;
}

.navbar-nav .dropdown-item > img {
    margin-right: 15px;
}

/* Campaign */
.campaign-details {
    border: 1px solid #03a9f4;
    padding: 0px 0px 5px 15px;
    color: #606060;
}

    .campaign-details .text-bold {
        font-weight: 700 !important;
        font-size: 13px;
        margin-top: -15px;
    }

/* add customer response */
.add-response {
    border: 1px solid #ddd;
    background-color: #fafafa;
    margin-bottom: 5px;
}

.envelope {
    font-size: 12px;
}

.badge-warning {
    background-color: #fbb03b;
    font-size: 13px !important;
}

.add-customer-response {
    border: 1px solid #ddd;
    background-color: #fafafa;
    margin-bottom: 5px;
}

.card-footer {
    background-color: #f4f4f4;
    border-top: 0px;
}

.customer-review {
    padding: 15px;
}

.Content {
    margin-bottom: 10px;
}

.media-title {
    font-weight: 500;
    /*width: 110px;*/
}

/* customer-reviews */
.reviews {
    background-color: #03a9f4;
    color: #fff;
    border-radius: 5px; /*min-height:110px;*/ /*display: table;*/
    display: flex;
    width: 100%;
    padding: 10px 0px;
}

    .reviews h5 {
        font-size: 25px !important;
        font-weight: 500;
    }

.reviews-text {
    font-size: 22px;
    line-height: 50px;
}

.review-list ul {
    margin: 0px;
    padding: 0px;
}

.review-list li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 5px 0px;
}

    .review-list li:last-child {
        border-bottom: 0px solid #ddd;
    }

.added-reviews .datatable-header {
    display: none;
}

.added-reviews thead {
    display: none;
}

.added-reviews table {
    border: 0px !important;
}

.added-reviews .datatable-footer {
    border-top: 1px solid #ddd !important;
}

.customer-review-w {
    padding: 5px 0px 0px 0px;
    /*border-bottom: 1px solid #ddd;*/
    position: relative;
    margin-top: 0px;
}

.added-reviews {
    border: 1px solid #ddd;
}

.customer-review-w .rating {
    position: absolute;
    bottom: 15px;
    right: 0px;
}

.review-number {
    font-weight: 500;
}

.progress {
    height: 0.3rem;
    border-radius: 0px;
    margin-bottom: 25px;
}

.progress-bar {
    background-color: #03a9f4;
}

.font-size-lg {
    font-size: 20px;
}

.customer-details-modal {
    border: 1px solid #03a9f4;
    padding: 15px;
    color: #606060;
}

.reviews .border-left {
    border-left: 1px solid #fff;
}

/* Popover customised */
.popover-header {
    padding: 0.6rem 0.6rem 0rem 0.6rem;
}

.popover-body {
    padding: 1.5rem;
    text-transform: lowercase;
    margin-top: -30px;
    line-height: 24px !important;
}

.popover {
    background-color: #fafafa;
    max-width: 500px;
    border-radius: 0px;
}

.btn {
    cursor: pointer;
}

/* Repair Process */
a.plupload_disabled {
    opacity: 1;
}

.plupload_button {
    border-radius: 0px;
}

.plupload_wrapper {
    border-radius: 0px;
}

.plupload_add:hover {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}

.plupload_add {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.repair-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.25rem;
    line-height: 40px;
    font-weight: 500;
}

.plupload_scroll .plupload_filelist {
    height: 150px;
}

.external-tab {
    margin-top: 30px;
}

.internal-tab {
    margin-top: 30px;
}

.tab-body {
}

.nav-link {
    /*padding: .625rem 0.6rem;*/
    padding: 0.7rem;
}

.nav-tabs .nav-link {
    border: 0px;
    font-weight: 700;
    color: #444;
}

    .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #03a9f4;
        border: 0px;
    }

        .nav-tabs .nav-link.active:hover {
            color: #fff;
            background-color: #03a9f4;
        }

    .nav-tabs .nav-link:hover {
        background-color: #f5f5f5;
    }

        .nav-tabs .nav-link:hover i {
            color: #fff;
        }

.nav-tabs {
    border-bottom: 4px solid #03a9f4;
}

.vehicle-checklist thead th {
    border-bottom: 0px;
}

.signature {
    background-color: #fffde3;
    text-align: center;
    position: relative;
    height: 180px;
    font-size: 40px;
    text-align: middle;
    padding-top: 35px;
}

.ClearSign {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.signature-text {
    border: 0px;
    background-color: #fffde3;
    text-align: center;
    font-size: 40px;
    font-style: italic;
}

.vehicle-checklist th:first-child {
    width: 22%;
}

.associated-damages thead th {
    border-bottom: 0px;
}

.signature .input-validation-error {
    border: 0px !important;
}

.repair-dt thead .sorting {
    padding-right: 2rem;
}

.repair-dt td,
.repair-dt th {
    padding: 0.75rem 0.6rem;
}

.edt-tbl-opt .edt {
    display: none;
}

/* Drivers */
.driver-details {
    border: 1px solid #03a9f4;
    padding: 0px 1.25rem 5px 1.25rem;
    color: #606060;
}

.header-status {
    color: #fff;
    background-color: #4cae4e;
    font-size: 14px;
    line-height: 26px;
    padding: 8px 13px;
    font-weight: 600;
}

.header-status-running {
    color: #fff;
    background-color: #8f278d;
    font-size: 14px;
    line-height: 26px;
    padding: 8px 13px;
    font-weight: 600;
}

.driver-position {
    color: #fff;
    background-color: #1b1464;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    font-size: 24px;
    line-height: 50px;
}

.driver-details h6 {
    font-size: 13px;
}
.right-text {
    padding-left: 50px;
}
/*.New-Booking {
    padding: 24px;
}*/
/*@media (min-width: 768px) {*/
    /* For mobile phones: */
    /*.right-text {
        padding-left: 50px;
    }
}*/


.text-only {
    line-height: 38px;
}

.datatable-show-all thead th {
    vertical-align: top;
}

/* Updated Driver */
.img-driver {
    position: relative;
    max-width: 152px;
}

    .img-driver img {
        border: 1px solid #ddd;
    }

.driverInfo {
    border: 1px solid #03a9f4;
}

.carInfo {
    border: 1px solid #03a9f4;
}

.img-car {
    position: relative;
    max-width: 140px;
}

.driverInfo .text-muted {
    font-size: 12px;
}

.carInfo .vehicle-name {
    margin-top: 0px;
    margin-bottom: 0.3rem;
}

    .carInfo .vehicle-name span {
        padding: 0.3125rem;
        font-size: 0.8rem;
    }

.img-info i {
}

.car-description {
    font-size: 12px;
    color: #03a9f4;
    font-weight: 500;
}

.img-info {
    width: 100%;
}

.driverJobCard {
    background-color: #f6f6f6;
}

.driverJobCard-header {
    background-color: #ebebeb;
    font-weight: 600;
}

.img-driverassigned {
    position: relative;
    max-width: 100px;
}

    .img-driverassigned img {
        border: 1px solid #ddd;
    }

/* Pricing rules */
.on-rent {
    background-color: #90278e;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.replaced {
    background-color: #f17eb1;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.complete {
    background-color: #fff100;
    font-size: 13px;
    font-weight: normal;
    color: #444;
}

.overdue {
    background-color: #ee4036;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.terminated {
    background-color: #999999;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.legal {
    background-color: #a87c4f;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.input-group-text {
    border-left: 0px;
    padding: 0px 5px;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-right: 0px;
    padding-right: 0px !important;
}
/*.input-group>.input-validation-error .input-group-text{ border:1px solid #000 !important}*/
ul.pricing-list {
    list-style: none;
}

    ul.pricing-list li {
        margin-right: 5px;
    }

        ul.pricing-list li input {
            margin-top: 1px;
        }

        ul.pricing-list li .input-group input {
            margin-top: 0px;
        }

.right-text2 {
    padding-left: 20px;
}
@media (min-width: 768px) {
    /* For mobile phones: */
    .right-text {
        padding-left: 50px !important;
    }
   /* .New-Booking {
        padding: 24px;
    }*/
}
/* Additional Services */
.service-img {
    width: 17px;
    height: 15px;
}

.upload-icon .file-input {
    max-width: 60px;
}

.upload-icon span.hidden-xs {
    display: none;
}

.upload-icon .file-footer-buttons button {
    padding: 3px;
}

.upload-icon .file-upload-indicator {
    padding: 3px;
    display: none;
}

.upload-icon .file-footer-caption {
    display: none;
}

.upload-icon .file-preview-frame .kv-file-content {
    height: auto;
}

.upload-icon .file-preview {
    border: 0px;
    margin: 0px;
}

.upload-icon file-input {
    display: block;
}

.upload-icon .file-input .file-default-preview {
    max-width: 0px;
}

.upload-icon .file-input .file-default-preview {
    margin-top: -20px;
}

.upload-icon .file-footer-buttons {
    float: none;
}

.btn-file input[type="file"] {
    cursor: pointer;
}

.upload-icon .file-preview-frame {
    padding: 2px;
    border: 1px solid #ddd;
}

.upload-icon .file-preview-frame {
    margin: 0px;
}

.upload-icon .file-preview .close {
    margin-right: -20px;
    margin-top: -10px;
    font-weight: bold;
}

.upload-icon .file-preview-frame {
}

.upload-icon .file-drop-zone {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.upload-icon .btn-primary {
    background-color: #fff;
}

    .upload-icon .btn-primary i {
        color: #ddd;
        border: 1px solid #ddd;
        padding: 5px;
    }

.upload-icon .btn {
    padding-left: 0px;
}

.upload-icon-edit .file-input {
    /* width: 100px;*/
}

.upload-icon-edit .file-drop-zone {
    margin: 0px;
    padding: 0px;
}

.upload-icon-edit .btn-file span {
    display: none;
}

.uploadIcon .file-icons {
    padding: 10px 10px 10px 10px;
    margin: 0px auto 0 15px !important;
}

.custom-control-inline {
    margin-right: 0.5rem;
}

.tabs-header-links .nav-item:first-child {
    margin-left: 15px;
}

.tabs-header-links {
    padding-top: 15px;
}

.w1,
.w2,
.w3 {
    width: 30%;
}

.uploadIconWidth {
    width: 100px;
}

    .uploadIconWidth .file-thumbnail-footer {
        display: none;
    }

    .uploadIconWidth .file-preview-frame .kv-file-content {
        height: auto;
    }

    .uploadIconWidth .file-default-preview {
        margin: 0 auto;
    }

    .uploadIconWidth .icon-image2:before {
        content: "\e93c";
        color: #ccc;
        font-size: 2rem;
    }

    .uploadIconWidth .file-preview {
        border: 0px;
    }

    .uploadIconWidth .file-preview-frame {
        border: 0px;
        margin: 0px;
    }

    .uploadIconWidth .file-drop-zone {
        margin: 0rem;
        margin-bottom: 0.5rem;
        padding: 0.5rem 1rem;
    }

    .uploadIconWidth .btn {
        padding: 0.2375rem;
    }

.file-preview .close {
    font-size: 1rem;
    font-weight: 600;
}

.upload-icon .file-footer-buttons {
    display: none;
}

.upload-icon .file-preview-frame {
    border-radius: 0rem;
}
/* view and edit mode
.view-mode .form-control{ border:0px;}
.view-mode .select2-selection--multiple:not([class*=bg-]):not([class*=border-]){ border:0px;}
.view-mode .select2-selection--single{ border:0px;}
.view-mode .input-group-text{ border:0px;}
.view-mode .select2-selection__arrow:after{ display:none;}
.view-mode textarea {resize: none}
.view-mode .form-check{ padding-left:0px;}
.view-mode .custom-control { padding-left:0px;}
.view-mode .custom-control-label:before{ display:none;}
.view-mode .custom-control-label:after{ display:none;}
.view-mode .select2-selection--multiple{ border:0px !important;}
.select2-selection--single .select2-selection__rendered{ font-weight:normal;}
.view-mode .form-control{padding:0px;} */
/* 
.add-row{ background-color:#AAE2FB}
.edt-mode{ background-color:#AAE2FB}
.add-row  .select2-selection__arrow:after{ display:block;}
 */
/*  New From Khaled  */
.add-row {
    background-color: #aae2fb;
}

.edt-mode {
    background-color: #aae2fb;
}

    .edt-mode .edt-dots {
        display: none;
    }

.save-cancel,
.tbl-opt .edt,
.select2 + p.old-value {
    display: none;
}

.edt-mode .warning-msg,
.edt-mode .save-cancel {
    display: flex;
}

.edt-mode,
table.dataTable tbody tr.edt-mode {
    background-color: #f7f5f5;
    vertical-align: text-bottom;
}

tr.edt-mode .select2-selection__arrow:after {
    display: none;
}

.edt-mode.has-warning {
    height: 100px;
}

.edt-mode input,
.edt-mode .select2 {
    background: #fff !important;
    border: 0px solid #ddd !important;
}

.edt-mode .warning-msg,
.edt-mode .save-cancel {
    display: flex;
}

.edt-mode .select2-container {
    background-color: #fff;
}

.editable_table .select2-selection--single .select2-selection__arrow:after {
    display: none;
}

tr.edt-mode .select2-selection__arrow:after {
    display: block !important;
}

tr.add-row .select2-selection__arrow:after {
    display: block !important;
}

.editable_table > tbody > tr:not(.inEditMode):not(.addRow):not(.editRow) > td
input,
.editable_table > tbody > tr:not(.inEditMode):not(.addRow):not(.editRow) > td
.input-group-text {
    border: 0px;
}

.editable_table > tbody > tr:not(.inEditMode):not(.addRow):not(.editRow) > td
input,
.editable_table > tbody > tr:not(.inEditMode):not(.addRow):not(.editRow) > td
.select2-selection--single {
    background-color: transparent;
    border: 0;
}

.editable_table > tbody > tr:not(.inEditMode):not(.editRow) > td
.form-control:disabled {
    background-color: transparent;
    border: 0;
}

.editable_table > tbody > tr:not(.inEditMode):not(.editRow) > td
.form-control[readonly] {
    background-color: transparent;
    border: 0;
}

.editable_table > tbody > tr:not(.inEditMode):not(.editRow) > td
.input-group > .form-control:not(:last-child).select2-selection__arrow:after {
    display: none !important;
}

.edt-mode,
table.dataTable
tbody
tr.edt-mode
.select2-selection--single
.select2-selection__arrow:after {
    display: bolck;
}

.editable_table .select2-container--disabled .select2-selection--single,
.editable_table input:disabled {
    color: inherit !important;
    box-shadow: none;
}

.editable_table input.text-blue-300 {
    color: #03a9f4 !important;
}

tr.edt-mode input {
    border: 1px solid #ddd !important;
    margin: 8px 0px;
    background: #fff;
}

tr.edt-mode select {
    border: 1px solid #ddd !important;
    /*  margin: 8px 0px;*/
    background: #fff;
}

.editable_table > tbody > tr:not(.inEditMode):not(.addRow) > td input,
.editable_table > tbody > tr:not(.inEditMode):not(.addRow) > td
.select2-selection--single {
    background-color: transparent;
    border: 0;
}

.editable_table > tbody > tr:not(.inEditMode):not(.addRow):not(.editRow) > td
input,
.editable_table > tbody > tr:not(.inEditMode):not(.addRow):not(.editRow) > td
.select2-selection--single {
    background-color: transparent;
    border: 0;
}

.editable_table .select2-container--disabled .select2-selection--single,
.editable_table input:disabled {
    color: inherit !important;
    box-shadow: none;
}

.editable_table input.text-blue-300 {
    color: #03a9f4 !important;
}
/*.view-mode textarea {resize: none}
.view-mode textarea.form-control {resize: none; border: 1px solid #fff; background-color: #fff;}*/
.save-cancel .fa-save {
    font-size: 1.3rem;
}

.save-cancel .fa-window-close {
    font-size: 1.3rem;
}
/*  Base Rate */
.dt-header-btn {
    text-align: right;
}

.matrix-text {
    text-align: left;
    white-space: nowrap;
}

table.matrix-table .text-bold {
    font-weight: 700 !important;
}

table.matrix-table {
    border-bottom: 1px solid #ddd;
    width: 100% !important;
}

    table.matrix-table thead:first-child tr:first-child th {
        border-top: 1px solid #ddd;
    }
    /*table.matrix-table thead:first-child tr:first-child th:first-child{border-right:0px;}*/
    table.matrix-table .input-group-text i {
        font-size: 12px;
    }

    table.matrix-table .input-group {
        width: 112px;
    }

.matrix-table .input-group {
    /*width: 112px;*/
}

.borderbaserate {
    border-right: 1px solid #ddd;
}

table.matrix-table td {
    vertical-align: top;
}

.drivers-rate-table td {
    /*border:1px solid #ddd;*/
}

table.drivers-rate-table .form-group {
    width: 250px;
    display: inline-flex;
}

.save-edit-touch {
    right: 0px;
    /* top: 10px; */
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 7px 5px;
    text-align: center;
    z-index: 9999999;
    position: absolute;
}

    .save-edit-touch a {
        border-bottom: 0px !important;
    }

.input-group {
    flex-wrap: nowrap;
    height: 36px;
}

.base-rate {
    margin-top: -1.25rem;
}

/* Campaign */
.select2-selection--multiple .select2-selection__choice {
    background-color: #03a9f4;
    border-radius: 0rem;
    white-space: nowrap;
    font-weight: 500;
}

.percentage {
    content: "\f295";
}

.banner .file-footer-caption {
    display: none;
}

.banner .file-preview-frame .kv-file-content {
    height: auto;
}

.banner .kv-file-content img {
    width: 100% !important;
}

.banner .file-preview-frame {
    width: 100%;
}

.form-margin {
    margin-left: 20px;
}

.form-right {
    margin-top: 36px;
}

.editor .cke_top {
    padding: 5px 5px 0px 5px;
}

.editor a.cke_button {
    padding: 5px;
}

.editor .cke_combo_button {
    padding: 5px;
}

.editor .cke_combo_text {
    width: 60px;
}

.editor #cke_57 {
    display: none;
}

.editor #cke_56 {
    display: none;
}

.editor .cke_toolgroup {
    margin: 0 6px 5px 0;
}

.edt-mode input.select2-search__field {
    width: auto !important;
}

input.select2-search__field.input-validation-error {
    border: 0px solid #f2f2f2 !important;
}

tr.edt-mode input {
    margin: 0px;
}

.draft {
    background-color: #a7a9ac;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.confirmed {
    background-color: #2e368f;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.canceled {
    background-color: #ec2227;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.converted {
    background-color: #764d6e;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.modal-dt {
    max-width: 900px;
}

.confirmed-modal {
    background-color: #488ecb;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.realized-modal {
    background-color: #f27046;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.datatable-resize {
    min-width: 350px;
}

/* Theft report */
.theft-report .text-blue-border {
    margin-left: 10px;
}

.theft-view {
    border: 1px solid #03a9f4;
    color: #606060;
    padding: 0px 1.25rem;
    margin-bottom: 0px !important;
}

.theft-header {
    margin-top: -15px;
}

/* Modal customised */
.modal-header:not([class*="bg-"]) {
    border-bottom: 1px solid #ddd;
}

.modal-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 1.1rem;
}

.modal-footer:not([class*="bg-"]) {
    float: left;
    display: table;
}

.modal-content {
    border-radius: 0px;
}

.modal-header {
    border-radius: 0px;
}

.modal-lg {
    max-width: 700px;
}

.modal-sm.modal-dialog-slideout {
    min-width: 600px;
}
/*.modal{$modal-fade-transform: scale(.8);}*/
.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
    min-width: 680px;
}

.modal-xl.modal-dialog-slideout {
    min-width: 800px;
}

.modal-review.modal-dialog-slideout {
    min-width: 800px;
}

.modal-review.rating-rental-review {
    background-color: #fbfbfb !important;
    margin-bottom: 0.625rem;
    padding: 1rem !important;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(100%, 0) scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
}

/* .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
            overflow-y: auto;
            overflow-x: hidden;
        }*/

.modal {
    padding-right: 0px !important;
}

.modal-info {
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.gallery-modal .vehicle-name {
    margin-left: 10px;
}

.gallery-modal .close {
    margin-right: 15px;
}

.modal-header .close {
    padding: 0rem 0rem 0rem 1.25rem;
    margin: 0rem;
}

/* customised scrollbar 
::-webkit-scrollbar {
    background:#fff;
}

::-webkit-scrollbar-track {  
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background:#ddd; cursor:thumb !important;
} 

*/

/** EDITOR CUSTOM

#cke_editor-full {
    width: 100%;
}

#cke_11,
#cke_19,
#cke_21,
#cke_25,
#cke_30,
#cke_40,
#cke_42 {
    display: none;
}
.cke_chrome{border-radius:0px;}
 **/

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid red !important;
}

.field-validation-error {
    color: red;
    font-size: 11px;
}

.input-validation-error + .select2-container {
    border: 1px solid red !important;
}

.validationspan {
    min-height: 1rem !important;
    display: block;
}

.select2-container {
    border: 1px solid transparent;
}

.field-validation-error:before {
    content: "\e995";
    font-family: icomoon;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 0.68rem;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    color: #b3b3b3;
    color: red;
    margin-right: 3px;
}

/****/

/*textarea:not(.long-field) {
   height: 100px !important;
    resize: none;
}*/

table.editable_table textarea.long-field:disabled {
    overflow: hidden;
    outline: 0;
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    padding-left: 5px;
    resize: none;
}

textarea.long-field {
    height: auto; /*border: 1px solid #222 !important;*/
    overflow: hidden;
    word-wrap: break-word;
    resize: none;
    border-radius: 0;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.editable_table .select2-container--disabled .select2-selection--single,
.editable_table input:disabled {
    color: inherit !important;
    box-shadow: none;
    background-color: #fff;
    border: 0px;
}

.edt-mode input,
.edt-mode .select2 table.editable_table textarea.long-field:disabled {
    color: #444;
}

.select2-selection--single .select2-selection__rendered {
    font-weight: normal; /*color:#444;*/
}

.input-group-prepend .btn {
    color: #999;
}

.btn:focus i {
    outline: none;
    cursor: pointer;
}

.input-group-prepend {
    margin-right: 0px;
    background-color: #fff;
    border: 0px;
    border-left: 0px;
}

.input-group-disabled {
    border: 0px;
}

/* Loader */
.bgloader {
    position: fixed;
    text-align: center;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999 !important;
    opacity: 0.85;
    background-color: #000 !important;
    margin: 0 auto;
}

    .bgloader i {
        font-size: 50px;
        opacity: 1;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        position: relative;
        top: 50%;
        position: absolute;
        left: 46%;
    }

.manualLoader {
    position: fixed;
    text-align: center;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999 !important;
    opacity: 0.85;
    background-color: #000 !important;
    margin: 0 auto;
}

    .manualLoader i {
        font-size: 50px;
        opacity: 1;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        position: relative;
        top: 50%;
        position: absolute;
        left: 46%;
    }

/*Booking*/
.prremove-0 {
    padding-right: 0rem;
}

.plremove-0 {
    padding-left: 0rem;
}

.subTotal {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.seperator {
    height: 2px;
    border-top: 2px solid #cacaca;
    width: 100%;
    padding-bottom: 10px;
    margin-top: 10px;
}

.table td,
.table th {
    padding: 0.8rem 0.4rem;
}

.select2-selection--single .select2-selection__rendered {
    padding-right: 1.3rem;
}

.column-space {
    padding-right: 0px;
}

.form-control {
    padding: 0.4375rem;
}

.filter-booking .select2-selection--multiple {
    margin-top: -12px;
}

.nav-tabs .nav-item {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.booking {
    background-color: transparent;
    margin-bottom: 0rem;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    border: 0px;
    height: auto;
    min-height: 100%;
}

.whitebg {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-top: 0px;
}

.booking .tabs-header-links {
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-bottom: 0px !important;
}

.booking-search .form-group.row .form-check:not(.dropdown-item) {
    margin-top: 0rem;
}

.booking .card-body {
    padding: 0px !important;
}

.booking-search {
    background-color: #444444;
    color: #fff !important;
    padding: 0rem 0.7rem 0.7rem 0.7rem;
}

#anytime-time.form-control[readonly] {
    background-color: inherit;
}

#anytime-time.form-control:disabled {
    background-color: #f7f5f5 !important;
}

.booking-search #anytime-time.form-control[readonly] {
    background-color: #fff !important;
}

.booking-search #anytime-time.form-control:disabled {
    background-color: #444444 !important;
    color: #fff !important;
}

.rental-period .iconcar {
    color: #fff;
}

.iconcar {
    color: #666666;
    font-size: 25px;
}

.booking-search .btn {
    padding: 0.2rem 0.4rem;
}

.search-btn {
    font-size: 50px;
    background-color: #03a9f4;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: normal;
    margin-left: 5px;
}

    .search-btn .icon-search4:before {
        font-size: 24px;
        top: -27px;
        position: absolute;
        right: -4px;
    }

.booking .filter {
    background-color: #f2f2f2;
    padding: 0.6rem;
    border-radius: 0px 0px 0px 35px;
    border: 0.5px solid #ddd;
    border-right: 0;
}
/*.booking a>i:hover{ color:#03A9F4;}*/
.class-view {
    background-color: #fff;
    padding: 1rem;
    padding-bottom: 0px;
}

    .class-view .mi-s {
        font-size: 1.25rem;
    }

    .class-view .icon-s {
        font-size: 0.8rem;
    }

.vehicles-class-view {
    /* border: 0.5px solid #ddd;*/
    display: flex;
    flex-wrap: wrap;
    /*border-bottom: 0px;*/ /*min-height:210px;*/
    margin-right: 0.5px; /*border-right: 0px !important;*/
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-bottom: 0px;
}

.available-promotions {
    border: 1px solid #e4e4e4;
    margin-top: -1px;
    box-shadow: 0px 2px 6px -6px rgba(66, 66, 66, 1) !important;
}

.class-view .btn-group.mb-3 {
    margin-bottom: 0px !important;
}

.vehicles-class-view ul {
    margin-bottom: 5px;
    font-size: 12px;
}

.class-view .vehicle-plate a {
    font-size: 14px;
}

.vehicles-class-view.rating {
    border-bottom: 1px solid #ddd;
}

.vehicles-class-view .h6,
h6 {
    font-size: 13px;
}

.vehicle-img {
    /*margin:0 auto 1rem auto;*/
    position: relative;
    margin: 0 auto;
}

    .vehicle-img img {
        width: 100%;
    }

.vehicle-status {
    background-color: #fbb03b;
    border-radius: 0.125rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 0.3125rem 0.375rem;
    margin-bottom: 10px;
}

    .vehicle-status:hover {
        background-color: #e48e08 !important;
        color: #fff;
        cursor: pointer;
    }

.vehicle-name {
    margin-bottom: 0.8rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

    .vehicle-name span {
        background-color: #ffefdc;
        color: #444;
        text-align: left;
        padding: 0.3rem 0.5rem;
        font-size: 0.8rem;
        border-radius: 0.125rem;
        text-transform: uppercase;
    }

.sidebar-content .vehicle-name span {
    background-color: transparent;
    color: #444;
    text-align: left;
    padding: 0rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 400;
}

.sidebar-content .vehicle-name {
    margin-top: 0px;
}

.vehicle-plate {
    margin-bottom: 6px;
}

    .vehicle-plate .text-muted {
        font-size: 11px;
    }

    .vehicle-plate a {
        /*font-size: 16px;*/
        text-transform: uppercase;
        font-weight: 600;
    }

.book-now {
    background-color: #fafafa;
    position: relative;
    padding-top: 0.5rem;
    margin-top: 0.5px;
    margin-bottom: 0.5px;
    /*border-right: 0.5px solid #ddd;*/
}

.book-btn {
    background-color: #59d389;
    color: #fff;
    text-align: center;
    margin: 5px 0px;
    font-size: 1rem;
    font-weight: 600;
}

    .book-btn:hover {
        background-color: #4bb270;
        color: #fff;
        text-align: center;
        margin: 5px 0px;
        font-size: 1rem;
    }

.modal .book-btn {
    width: 80%;
}

.book-now .select2-selection--single {
    margin-top: -1px;
}

.vehicle-price {
    font-size: 2rem;
    color: #606060;
    font-weight: 600;
}

.text-muted1 {
    color: #999 !important;
    font-size: 1rem;
}

.text-muted2 {
    color: #999 !important;
    font-size: 0.6rem;
}

.tag {
    position: absolute;
    top: -2px;
    right: 0px;
}

.class-view .card {
    background-color: #fafafa !important;
    border-top: 0px;
    margin-bottom: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

    .class-view .card a {
        transform: rotate(0);
    }

.class-view [data-action="collapse"]:after {
    display: none;
}
/*.class-view .card-header{ padding:0px; background-color:#F2F2F2 !important; border:0px; height:15px; border-bottom:1px solid #ddd;}
.card-header-title{ background-color: #F2F2F2; position: absolute; bottom: 4px; left: 0px; white-space: nowrap; height: 30px; border-radius: 0px 7px 0px 0px; padding: 10px;}*/
.available-vehicle {
    background-color: #fff;
    border: 0.25px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    padding: 14px 10px 7px 10px;
    margin-bottom: 10px;
    min-height: 200px;
}

    .available-vehicle .text-blue.text-bold.text-uppercase {
        font-size: 14px;
    }

    .available-vehicle .icon-tag {
        width: 25px;
        height: 40px;
    }

        .available-vehicle .icon-tag:hover {
            width: 25px;
            height: 40px;
        }

.card-header {
    padding: 0px;
}

.available-promotions {
}

    .available-promotions .header-elements-inline {
        display: initial;
        background-color: #fafafa !important;
        text-align: center !important;
    }

    .available-promotions .card-header {
        border: 0px;
    }

    .available-promotions .white-section {
        background-color: #fff;
        height: 15px;
    }

    .available-promotions .available-promotions-title {
        margin-top: -15px;
    }

.available-vehicle .vehicle-price {
    font-size: 1.2rem;
}

.available-vehicle .text-default {
    font-size: 11px;
}

.available-vehicle .book-btn {
    padding: 4px;
}

.btn-group {
    width: 70%;
    display: inline-flex;
}

.btn1 {
    display: inline-block;
    font-weight: 400;
    outline: none !important;
    border: 0px !important;
    border-left: 0.5px solid #fff !important;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.4375rem 0.875rem;
    line-height: 1.5385;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdown-toggle::after {
    font-weight: bold;
}

.dropdown-item-nolink {
    padding: 0.7rem 0.6rem;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #333;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

/*  .color-red  {
        color: #F70830;
        border: 1px solid #ddd;
        padding: 1px;
    }

        .color-red:hover {
            color: #F70830;
        }

    .color-black  {
        color: #000000;
        border: 1px solid #ddd;
        padding: 1px;
    }

        .color-black:hover {
            color: #000000;
        }

    .color-grey {
        color: #B3B3B3;
        border: 1px solid #ddd;
        padding: 1px;
    }

        .color-grey:hover {
            color: #B3B3B3;
        }
*/
.available-vehicle h6 {
    white-space: nowrap;
}

.available-colors {
    /*font-size: 18px;*/
}

.vehicles-view {
    border: 0.5px solid #ddd;
    display: flex;
    flex-wrap: wrap;
}

    .vehicles-view .book-btn {
        width: 80%;
    }

.vehicleMaxWidth {
    width: 90% !important;
}

.vehicle-details {
    text-align: center;
    margin-top: 5px;
}

.vehicle-name .text-muted {
    font-weight: normal;
}

.booking-modal .modal-body {
    background-image: linear-gradient(#f2f2f2, #fff);
    padding: 3rem;
}

    .booking-modal .modal-body button.close {
        margin-top: -20px;
        margin-right: -20px;
    }

.vehicle-information-title {
    text-align: center;
    font-weight: 600;
    font-size: 22pt;
}

.modal-xl {
    max-width: 870px;
}

.modal-l {
    max-width: 750px;
}

.vehicle-title {
    font-weight: 500;
    font-size: 16pt;
}

.booking-modal .list-group {
    background-color: inherit;
}

.booking-modal .list-group-item {
    padding: 0.2rem 0rem;
}

.booking-modal .vehicle-title {
    margin-top: 10px;
}

.gallery-modal .modal-body {
    background-color: transparent;
    padding: 0px;
}

.gallery-modal .big-image {
    /*background-color:#000;*/
}

.gallery-modal .thumb-image-bg {
    background-color: transparent;
}

.gallery-modal .thumb-image {
    /*background-color:#000;*/
}

    .gallery-modal .thumb-image img {
        width: 100%;
        height: 100%;
    }

.gallery-modal .modal-content {
    background-color: transparent;
    border: 0px;
    box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.1) !important;
}

    .gallery-modal .modal-content .row {
        margin: 0px;
    }

.caption-container {
    text-align: center;
    background-color: transparent;
    color: #000;
}

.viewonly {
    border: 0px;
    background-color: transparent !important;
    color: #fff !important;
}

    .viewonly .form-control:disabled {
        border: 0px;
        background-color: transparent !important;
        color: #fff !important;
    }

    .viewonly #anytime-time {
        border: 0px;
        background-color: transparent !important;
        color: #fff !important;
    }

select.viewonly {
    border: 0px;
    background-color: transparent !important;
    color: #fff !important;
}

.viewonly .select2-container {
    border: 0px;
}

.viewonly
.select2-container--disabled
.select2-selection--single:not([class*="bg-"]) {
    border: 0px;
    background-color: transparent !important;
    color: #999 !important;
}

.viewonly .select2-selection--single .select2-selection__arrow:after {
    display: none;
}

.search-btn {
    margin-left: -6px;
    margin-top: -7px;
}

.badge-warning-text {
    font-weight: 500;
    margin-right: 10px;
    text-transform: lowercase;
}

.card-title .badge-warning {
    border-radius: 15px;
    padding: 4px 10px;
}

.collapse-booking .custom-control {
    padding-left: 2.5rem;
}

.collapse-booking .row hr {
    border-top: 1px solid #ddd;
    width: 100%;
    height: 1px;
    margin: 0rem 0rem 0.9rem 0rem;
}

.border-title {
    font-weight: 500;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}

    .border-title .btn {
        padding: 0px;
    }

    .border-title i {
        font-size: 0.7rem !important;
    }

@media screen and (min-width: 1024px) {
    /*.border-title{ margin-left: 30px;}*/
}

.addSelectedBorder .text-muted {
    font-size: 0.7rem;
}

/*
.ui-slider .ui-slider-handle{background-color: transparent; border:0px solid #ccc;}
.ui-slider .ui-slider-handle:before{    content: "\edc6";font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    vertical-align: middle;
    position: relative;
    top: -17px;
    -webkit-font-smoothing: antialiased; color:#03A9F4;font-size: 35px;}

.ui-slider .ui-slider-handle:after{ display:none;}
.ui-slider .ui-slider-handle.ui-state-focus, .ui-slider .ui-slider-handle.ui-state-hover{ background-color:transparent !important;}

.ui-slider{ background-color: #fff;border-radius: 0; box-shadow: inset 0 0px 0px rgba(0,0,0,.1);border: 1px solid #ddd;}
.ui-slider-pips.ui-slider-horizontal{ margin-left:0px; margin-right:0px;}
.ui-slider-horizontal{height: .4rem;}
*/

.showtag {
    background: #fff;
    border-left: 1rem solid red;
}

    .showtag .popover-body {
        padding-left: 0rem;
    }

.tag-width {
    width: 400px;
}

    .tag-width p {
        padding-left: 28px;
    }

.no-color {
    color: #444;
}

.left-tag {
    padding-left: 5px;
}

    .left-tag .text-uppercase {
        font-size: 15px;
    }

.popover {
    font-size: 0.8125rem;
    color: #444444;
}

.modal-dialog .map-container {
    height: 250px;
}

.modal-dialog .vehicle-img {
    margin-left: 0px;
    max-width: 100%;
}

.left-content {
    padding-left: 0px;
}

.sidebar-content {
    padding-right: 0px;
}

    .sidebar-content .h5,
    h5 {
        font-weight: 700 !important;
        font-size: 15px !important;
        margin-bottom: 5px;
    }
/*.left-content .card{  height: auto !important; min-height: 100%;}*/
.left-content .card-body {
    padding: 1.25rem !important;
}

.left-content .class-view {
    padding: 0rem;
}

.sidebar-content .card-body {
    /*padding: 1.23rem !important;*/
    padding: 1.23rem 1.23rem 0rem 1.23rem !important;
}

.left-content .vehicles-class-view {
    margin: 1.25rem 0rem;
    border-bottom: 1px solid #e4e4e4; /*min-height:185px;*/
    box-shadow: 0px 2px 6px -6px rgba(66, 66, 66, 1);
}

.vehicles-class-view .icon-key:before {
    font-size: 16px;
}

.collapse-list {
    /*margin:1.25rem;*/
}

    .collapse-list .card {
        box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.1) !important;
        border: 0px;
    }

    .collapse-list .card-header {
        padding: 0px;
    }

        .collapse-list .card-header:not([class*="bg-"]):not([class*="alpha-"]) {
            padding: 0px;
        }

        .collapse-list .card-header .card-title {
            background-color: #ebebeb;
            border-radius: 20px;
            text-transform: uppercase;
        }

            .collapse-list .card-header .card-title:hover {
                background-color: #cecece;
            }

    .collapse-list i {
        /*font-size:1.3rem;*/
        font-size: 1rem;
    }

    .collapse-list .icon-key {
        font-size: 18px;
    }

    .collapse-list .icon-cloud-upload2 {
        /*font-size:27px;*/
        font-size: 22px;
    }

.sidebar-content .page-title {
    padding: 0px;
    margin-bottom: 20px;
}

    .sidebar-content .page-title .h4,
    h4 {
        font-size: 1rem;
    }

.sidebar-content ul {
    list-style: none;
    padding: 0px;
}

.sidebar-content li {
    line-height: 20px;
    font-size: 12px;
}

.sidebar-content .card {
    /*height: auto !important; min-height: 100%;*/
}

/*  .total-box {
        background-color: #EBF0F2;
        border-top: 2px solid #03A9F4;
        padding: 1.23rem 0rem;
        margin: 0rem;
        margin-bottom:1.25rem;
    }

    .total-box .price {
        color: #EC1C24;
        font-size: 20px;
        font-weight: 500;
    }

    .total-box span {
        font-size: 12px;
        font-weight: 700;
    }

    .total-box .text-muted {
        line-height: 10px; 
        font-size: 12px;
        font-weight: normal;
    }

    .total-box .text-bold {
        font-weight: 700 !important;
    }
*/

.borderDefinition {
    border-top: 1px dotted #444;
    margin-bottom: 0.5rem;
}

.definition {
    background-color: #fafafa;
    display: inline-block;
    margin-top: -13px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.defined {
    background-color: #fafafa;
    display: inline-block;
    margin-top: -20px;
    padding-left: 5px;
    font-size: 15px;
}

.total-box .definition {
    background-color: #ebf0f2;
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 0px;
}

.total-box .defined {
    background-color: #ebf0f2;
    text-align: right;
    /* line-height: 20px;*/
    padding-bottom: 0px;
}

.price.defined span {
    font-size: 12px;
    font-weight: 700;
}

.card-group-control-right .card-title > a {
    display: table;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 15px;
}

.card-group-control .card-title > a.collapsed:before {
    content: "\ede6";
}

.card-group-control-right .card-title > a:before {
    right: 10px;
    content: "\ede4";
}

.collapse-list .card-body {
    padding: 0.8rem 1.25rem 0rem 1.25rem !important;
}

.booking .collapse-list .card-body {
    padding: 1.25rem 0.4rem 0.4rem 0.4rem !important;
}

.collapse-space {
    margin-left: 48px;
}
/*.collapse-list .input-group-prepend{ border-left:1px solid #ddd; border-right:0px;}
.collapse-list .input-group>.form-control{ border-left:0px;}
.collapse-list .input-group>.input-group-prepend>.input-group-text{ border-right:0px;}*/
.collapse-list .col-form-label {
    /*padding-top: 0px; line-height: 13px;*/
    text-align: left !important;
}

.right-controls {
    margin-top: 1.8rem;
}

.right-control {
    padding-left: 0px;
    padding-right: 0px; /*margin-top:40px;*/
}

.mt-4 {
    margin-top: 2.4rem !important;
}

.right-controls .mt-1 {
    margin-top: 0.7rem !important;
}

.collapse-list .form-check-label {
    line-height: 15px;
    font-weight: 500;
}

.filter-booking
.select2-selection--multiple:not([class*="bg-"]):not([class*="border-"]) {
    border: 0px;
    height: auto;
}

.filter-booking .select2-selection--multiple:not([class*="bg-"]) {
    background-color: inherit;
}

.collapse-list hr {
    margin: 0rem 0rem 0rem 0rem;
}

.arrow_box {
    position: relative;
    background: #fbb03b;
    color: #fff;
    padding: 4px;
    padding-left: 0px;
    margin-left: 20px !important;
    margin-top: -2px !important;
    font-size: 11px;
    display: flex;
    float: right;
    font-weight: 400;
}

    .arrow_box:after {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(213, 34, 34, 0);
        border-right-color: #fbb03b;
        border-width: 15px;
        margin-top: -7px;
    }

.policy-section ul {
    list-style: none;
    padding: 0px;
}

.policy-title {
    font-weight: 700;
}

.required-information {
    border: 1px solid #ddd;
    padding: 1rem;
}

    .required-information td:first-child {
        width: 230px !important;
    }

.border-dashed {
    /*padding-top: 20px; */
    border: 0px;
    border-bottom: 1px dotted #444;
    height: 0px;
    width: 45%;
    /* width: 5%;*/
    padding-top: 5px;
    padding-right: 5px !important;
}

.vehicles-view .icon-key:before {
    font-size: 16px;
}

.booking-search .select2-selection--single {
    margin-top: -1px;
}

.text-r {
    text-align: right;
}

.class-section {
    margin-top: -10px;
}

.collapse-booking .switchery {
    margin-top: 8px;
}

/*.collapse-booking .switchery-default{ margin-top: 5px;}*/

.sidebarSubTitle {
    padding-bottom: 15px;
}

/*booking-pickup*/
.booking-pickup {
    background-color: #fff;
    height: auto;
    min-height: 100%;
    border: 1px solid #ddd;
    padding: 1.25rem !important;
}

.late-pickup-attention {
    background-color: #f9eb69;
    color: #ed1c24;
    font-size: 15pt;
}

.pickup-vehicle-img {
    border: 1px solid #ddd;
    position: relative;
}

.pickup-vehicle-name {
    font-weight: 600;
    background-color: #ffefdc;
    padding: 0.3rem;
    padding-left: 40px;
}

    .pickup-vehicle-name span {
        color: #444;
        text-align: left;
        font-size: 0.9rem;
        text-transform: uppercase;
    }

.pickup-vehicle-img img {
    /*padding: 0.3rem;*/
}

.pickup-vehicle-img .img-fluid {
    max-width: 90%;
    margin-left: 10%;
    height: 109px;
    margin-left: 40px;
    margin-right: 20px;
}

.pickup-vehicle-status {
    background-color: #f9eb69;
}

.col-md-9.replace-width {
    background: #fff;
    /* z-index: 99*/
}

#replace-2.col-md-3.replace-width {
    z-index: 0;
    left: -10%;
}

#replace-1.col-md-3.replace-width {
    z-index: 0;
    right: -10%;
}

.col-md-3.replace-width img {
    height: 150px;
    object-fit: none;
    opacity: 0.3;
}

/* .booking-pickup-vehicle .btn-forms{ width: 100%;}*/
.list-feed-item {
    padding-bottom: 0.4rem;
    padding-left: 1.2rem;
}

    .list-feed-item:before {
        background-color: #a8aaaf;
        border: 2px solid #a8aaaf;
        left: -1px;
        width: 0.6rem;
        height: 0.6rem;
    }

    .list-feed-item:after {
        border-left: 1px solid #a8aaaf;
        border-right: 1px solid #a8aaaf;
        background-color: #a8aaaf;
    }

.popup-title {
    font-weight: 700;
    text-transform: uppercase;
}

.datatable-img img {
    width: 80px;
    margin: 0 auto;
    text-align: center;
}

.booking-unpaid-status {
    background-color: #fbb03b;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-unfixed-status {
    background-color: #ee4036;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.modal .select-vehicle {
    min-width: 950px;
}

.modal .vehicles-class-view {
    border-bottom: 1px solid #e4e4e4;
    box-shadow: 0px 2px 6px -6px rgba(66, 66, 66, 1);
    font-size: 12px;
    margin-bottom: 10px;
}

    .modal .vehicles-class-view .h6,
    h6 {
        font-size: 11px;
    }

.modal .vehicles-view {
    margin-bottom: 15px;
}

.available-checkmark {
    color: #55a06b;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
}

    .available-checkmark i {
        font-size: 30px;
        font-weight: 700;
    }

.not-available-checkmark {
    color: #ed1c24;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

    .not-available-checkmark i {
        font-size: 40px;
    }

.booking-pickup-vehicle {
    border: 1px solid #e4e4e4;
    padding: 0.7rem;
    background-color: #fcfcfc;
}

    .booking-pickup-vehicle .pickup-vehicle-img {
        border: 0px;
    }

.booking-pickup .icon-key:before {
    font-size: 17px;
}

.Select-another-vehicles {
    text-align: center;
}

    .Select-another-vehicles .form-check {
        margin-left: 1.875rem;
    }

.customer-rate-view {
    border: 0.5px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0px; /*min-height:210px;*/
    margin-right: 0.5px;
}

    .customer-rate-view.rating {
        border-bottom: 1px solid #ddd;
    }

    .customer-rate-view .h6,
    h6 {
        font-size: 11px;
        font-size: 11px;
    }

.vehicles-class-view .h6 i,
.vehicles-class-view h6 i {
    font-size: 16px !important;
}

.customer-rate-view .reviews {
    width: 100% !important;
}

    .customer-rate-view .reviews span {
        font-size: 14px;
    }

.customer-rate-view .customer-tilte {
    font-size: 15px;
}

.customer-rate-view .customer-membership {
    font-size: 13px;
}

.left-tabs-details {
    background-color: #fff;
    min-height: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding-left: 0px;
    padding-right: 0px;
}

    .left-tabs-details .tabs-header-links {
        background-color: inherit;
        border: 0px solid #ddd !important;
        border-bottom: 0px !important;
    }

    .left-tabs-details .tab-content {
        margin-left: 0.3125rem;
        margin-right: 0.3125rem;
    }

.tabs-grey .tabs-header-links {
    background-color: #f5f5f5;
    border: 0px solid #ddd !important;
    border-bottom: 0px !important;
    padding-left: 1px;
    padding-right: 1px;
}

.tabs-grey .tabs-header-links {
    padding-top: 0px;
}

.tabs-grey .nav-tabs-details {
    border-bottom: 0px !important;
}

.tabs-grey .nav-tabs {
    border-bottom: 0px !important;
}

/* Booking Customer */

.view-booking-detail .left-customer-info {
    /*min-height: 140px; */
    min-height: 100%;
}

.view-booking-detail .right-customer-info {
    /*min-height: 140px; */
    min-height: 100%;
}

.input-group > .input-group-append > .btn {
    border: 1px solid #ddd;
    border-left: 0px;
}

.nav-tabs-vertical .nav-link.active:before {
    background-color: #03a9f4;
}

.nav-tabs-vertical .nav-link:before {
    display: none;
}

.nav-tabs-vertical {
    border-right: 2px solid #03a9f4;
    padding-top: 10px;
}

.left-customer-info {
    border: 1px solid #03a9f4; /*min-height: 150px;*/
    min-height: 100%;
}

.right-customer-info {
    border: 1px solid #03a9f4;
    min-height: 100%;
}

.left-customer-info ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

.left-customer-info li {
    display: inline-block;
    padding: 7px 10px;
}

    .left-customer-info li.blacklist-info {
        background-color: #000;
        color: #fff;
        float: left;
        width: 65.5%;
        margin-right: 0.2%;
        font-size: 12px;
        height: auto;
        margin-bottom: 6px;
    }

    .left-customer-info li.membership-info {
        background-color: #03a9f4;
        color: #fff;
        width: 34.3%;
        font-size: 12px;
    }

    .left-customer-info li.membership-info-full {
        background-color: #03a9f4;
        color: #fff;
        width: 100.1%;
        margin-bottom: 0px;
    }

.left-customer-content {
    padding: 0px 10px;
    display: table;
}

    .left-customer-content .img-profile {
        max-width: 90px;
    }

    .left-customer-content i {
        font-size: 12px;
    }

.right-customer-info ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow-wrap: break-word;
}

.right-customer-info li {
    /* display: inline-block;*/
    padding: 5px;
}

.right-customer-info.summery .col-md-6 {
    margin-bottom: 5px;
}

.right-customer-info.summery li {
    /* display: inline-block;*/
    padding: 0px;
    word-break: break-word;
}

.right-customer-info li.gcu {
    background-color: #03a9f4;
    color: #fff;
    width: 100%;
}

.right-customer-content {
    padding: 0px 10px;
}

ul.scan {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 8px;
}

    ul.scan li {
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid #ddd;
        border-radius: 15px;
        margin-right: 10px;
        line-height: 18px;
    }

        ul.scan li i {
            font-size: 50px;
            margin-right: 30px;
        }

        ul.scan li:hover {
            display: inline-block;
            border: 1px solid #444;
            background: #444;
            color: #fff;
        }

            ul.scan li:hover i {
                color: #fff;
            }

            ul.scan li:hover a {
                color: #fff;
            }

        ul.scan li a {
            color: #444;
        }

        ul.scan li i.icon-gcu2 {
            font-size: 50px;
            margin-right: 0px !important;
        }

.nav-tabs-vertical i {
    font-size: 20px;
}

.left-customer-info i {
    font-size: 14px !important;
}

.left-customer-info .icon-fire:before {
    font-size: 13px;
}

.right-customer-content .icon-fire:before {
    font-size: 14px;
}

.right-customer-content i {
    font-size: 14px !important;
}

.individual-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.form-check-label {
    font-weight: 400;
}

.header-cancel-status {
    color: #fff;
    background-color: #808989;
    font-size: 14px;
    line-height: 30px;
    padding: 8px 13px;
    font-weight: 600;
}

.header-preview-status {
    color: #fff;
    background-color: #808989;
    font-size: 14px;
    line-height: 30px;
    padding: 4px 13px;
    font-weight: 600;
}

.header-authorize-status {
    color: #fff;
    background-color: #b8bcc1;
    font-size: 14px;
    line-height: 30px;
    padding: 8px 13px;
    font-weight: 600;
}

.change-customer .card-title > a {
    padding: 0px 20px 0px 0px !important;
}

.change-customer h5 {
    font-size: inherit !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
}

.change-customer .card-title > a.collapsed:before {
    content: "\e9c1" !important;
    color: #03a9f4;
}

.change-customer .card-title > a:before {
    content: "\e9c2" !important;
    color: #03a9f4;
}

/* Booking Summary */
.font-semibold {
    font-weight: 600 !important;
}

.booking-summary-title {
    background-color: #ebebeb;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 15px;
}

.booking-summary hr {
    width: 100%;
}

.booking-summary .custom-control {
    margin-left: 15px;
}

.print-email i {
    font-size: 25px;
    cursor: pointer;
}

.print-email-authorized {
    margin-bottom: -45px;
}

    .print-email-authorized i {
        font-size: 25px;
    }

    .print-email-authorized .far {
        font-size: 23px;
    }

.booking-summary .customer-details-modal {
    padding: 10px;
    border: 0.5px solid #ddd;
}

.booking-summary .img-profile {
    max-width: 150px;
}

.booking-summary .iconcar {
    font-size: 30px;
}

.booking-summary i {
    font-size: 1rem;
}

.booking-summary-dates {
    margin-top: 15px;
    /* margin-left: 1.25rem;
        margin-right: 1.25rem;*/
}

    .booking-summary-dates .right-control {
        padding-right: 10px;
    }

.booking-summary h6 {
    margin-bottom: 5px;
}

.booking-summary .vehicle-img {
    max-width: 90%;
    margin-top: 20px;
}

.booking-summary .book-now {
    padding-top: 2.3rem;
}

.send-notification button {
    border: 1px solid #ddd;
    color: #444 !important;
}

    .send-notification button i {
        color: #cccccc !important;
    }

    .send-notification button:hover i {
        color: #fff !important;
    }

.send-notification .fa-images {
    font-size: 1.1rem;
}

/*  .view-summary {
        max-width: 850px;
    }*/

.view-summary .card {
    border: 0px;
    padding: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    background-color: transparent;
}

.view-summary .left-content .card-body {
    padding: 0px !important;
}

.view-summary .booking-summary-title {
    color: #fff;
    background-color: #03a9f4;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 15px;
}

.view-summary .modal-body {
    padding: 1rem;
}

.booking-summary-header {
    color: #fff;
    background-color: #03a9f4;
    padding: 5px 30px;
    text-align: center;
    font-size: 17pt;
}

.order-number {
    color: #fff;
    background: rgba(232, 236, 238, 0.6);
    padding: 0px 12px;
    text-align: center;
    font-size: 11pt;
    border-radius: 8px;
    margin-top: 13px;
}

.modal-body .order-number {
    padding: 8px 12px;
    margin-top: 0px;
}

.modal-body .booking-summary-header {
    padding: 15px 30px 17px 30px;
}

i.full-icon {
    font-size: 6rem;
}

.view-summary .col-form-label {
    padding-top: 0px;
}

.view-summary .iconcar {
    font-size: 20px;
}

.total-bg {
    background-color: #f3f4f5;
    border: 1px solid #ddd;
}

.rental-period {
    min-height: 115px;
    background-color: #444445;
    color: #fff;
    padding: 0.6rem 0.8rem;
    border-top: 4px solid #03a9f4;
    font-size: 12px;
}

.rental-period-bottom {
    background-color: #444445;
    color: #fff;
    padding: 0.6rem 0.8rem;
    border-bottom: 4px solid #03a9f4;
}

.view-booking-detail .right-customer-content {
    /*min-height:140px;*/
}

.rental-period-border {
    background-color: #444445;
    color: #fff;
    padding: 1.25rem;
    border-bottom: 4px solid #03a9f4;
}

.white-tag {
    width: 90px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 11pt;
    font-weight: 600;
    margin-top: -30px;
    padding: 10px;
    border: 0.5px solid #fff;
    border-radius: 10px;
}

/* box-sizing: border-box; */
.sidebar-content .rental-period {
    font-size: 16px;
}

    .sidebar-content .rental-period i {
        font-size: 35px;
        margin-top: -8px;
    }

    .sidebar-content .rental-period span {
        font-size: 25px;
        font-weight: 600;
    }

.sidebar-content .rental-period-bottom {
    font-size: 16px;
}

    .sidebar-content .rental-period-bottom i {
        font-size: 35px;
        margin-top: -8px;
    }

    .sidebar-content .rental-period-bottom span {
        font-size: 25px;
        font-weight: 600;
    }

.sidebar-content .rental-period-border {
    font-size: 16px;
}

    .sidebar-content .rental-period-border i {
        font-size: 35px;
        margin-top: -8px;
    }

    .sidebar-content .rental-period-border span {
        font-size: 25px;
        font-weight: 600;
    }

.right-customer-content .vehicle-name span {
    font-size: 0.7rem;
}

.right-customer-content .vehicle-plate a {
    /*font-size: 14px;*/
    font-weight: 700;
}

.right-customer-content .vehicles-class-view .h6,
h6 {
    /*font-size:0.7rem;*/
}

.right-customer-content .available-colors i {
    font-size: 15px;
}

.right-customer-content .vehicle-img {
    max-width: 100%;
    margin-top: 10px;
    text-align: center;
}

.collapse-list .text-blue {
    /*line-height: 15px;
    font-size: 20px;*/
    line-height: 22px;
    font-size: 13px;
}

.text-primary {
    color: #03a9f4 !important;
}

.breadcrumb-line-view {
    width: 100%;
    display: table;
}

.sidebar-content .card {
    margin-bottom: 0px;
}

.left-content .card {
    /*border-top:0px;*/
}

.right-customer-info {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .wmin-md-200 {
        min-width: 150px !important;
    }
}

@media (min-width: 1200px) {
    .booking-summary-header {
        padding-left: 100px;
    }
}

.irs-bar {
    background-color: #03a9f4;
}

.view-on-map {
    margin-left: 33px;
}

.nav-tabs-details {
    border-bottom: 4px solid #03a9f4;
}

.booking-confirmed-status {
    background-color: #4caf50;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-canceled-status {
    background-color: #5b595a;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-pickup-status {
    background-color: #fbb03b;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-dupickup-status {
    background-color: #90278e;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-latepickup-status {
    background-color: #2b388f;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-noshow-status {
    background-color: #ed1e79;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-extended-status {
    background-color: #0099ac;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-draft-status {
    background-color: #aaada5;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-tobeAuthorized-status {
    background-color: #2f415b;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-open-status {
    background-color: #8ac441;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-replaced-status {
    background-color: #f17eb1;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-overdue-status {
    background-color: #ee4036;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-terminated-status {
    background-color: #231f20;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-closed-status {
    background-color: #b8bcc1;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-return-status {
    background-color: #2b388f;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.booking-legalFollowup-status {
    background-color: #fbb03b;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.text-red {
    color: #ed1c24;
}

.badge-notStarted {
    background-color: #4caf50;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.badge-inProgress {
    background-color: #f05a28;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.badge-complete {
    background-color: #fff100;
    font-size: 13px;
    font-weight: normal;
}

.badge-canceled {
    background-color: #c195bf;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.noty_theme__limitless.noty_type__alert {
    background: #f9f1ab;
    color: #606060;
    border-color: #f9f1ab;
}

#noty_layout__top {
    left: 25%;
    width: 50%;
    top: 10%;
}

.noty_close_button {
    top: 0.4rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.warning i {
    font-size: 50px;
}

/*Rating Rentals*/
.rating .reviews {
    width: 98%;
}

.modal .rating .reviews {
    width: 100%;
}

.rating-rental-review {
    background-color: #fbfbfb;
    margin-bottom: 0.625rem;
    padding: 1rem !important;
}

    .rating-rental-review .reviews span {
        font-size: 15px;
    }

    .rating-rental-review .irs-from,
    .irs-single,
    .irs-to {
        padding: 0.3rem;
    }

    .rating-rental-review .irs-max,
    .irs-min {
        padding: 0.3rem;
        display: none;
    }

    .rating-rental-review .irs-bar {
        top: 2rem;
    }

    .rating-rental-review .irs-line {
        top: 2rem;
    }

    .rating-rental-review .irs-handle {
        top: 1.6rem;
    }

    .rating-rental-review .irs {
        height: 3rem;
    }

.modal-dialog .rating-rental-review .col-form-label {
    margin-top: -10px;
}

.modal-dialog .rating-rental-review {
    /* background-color: #fff;*/
}

#ion-start .irs-max,
.irs-min {
    padding: 0.5rem;
    display: block;
}

/*  Agent */
.billing-info {
    background-color: #fafafa;
    border: 1px solid #ddd;
}

.billing-price {
    background-color: #535759;
    color: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 30px;
    padding-top: 25px;
}

    .billing-price .number {
        font-size: 30px;
    }

    .billing-price .text {
        font-size: 15px;
    }

#divAnim {
    margin-bottom: 5px;
    margin-top: 5px;
}

    #divAnim div {
        display: none;
    }

#divAnim1 {
    margin-bottom: 5px;
    margin-top: 5px;
}

    #divAnim1 div {
        display: none;
    }

#divAnim2 {
    margin-bottom: 5px;
    margin-top: 5px;
}

    #divAnim2 div {
        display: none;
    }

#divAnim3 {
    margin-bottom: 5px;
    margin-top: 5px;
}

    #divAnim3 div {
        display: none;
    }

#divAnim4 {
    margin-bottom: 5px;
    margin-top: 5px;
}

    #divAnim4 div {
        display: none;
    }

.popup-header-width {
    width: 300px;
}

.dollar-status {
    background-color: #03a9f4;
    border-radius: 24px;
    height: 45px;
    width: 45px;
}

    .dollar-status i {
        color: #fff;
        font-size: 22px;
    }

.dollar-text {
    color: #03a9f4;
    font-size: 0.85rem;
    font-weight: 600;
    padding-top: 11px;
    padding-left: 5px;
    white-space: nowrap;
    padding-right: 15px;
}

.dollar-header {
    border: 1px solid #03a9f4;
    border-radius: 30px;
    border-left: 0px;
    height: 47px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.active-status {
    background-color: #4cae4e;
    border-radius: 24px;
    height: 45px;
    width: 45px;
}

    .active-status i {
        color: #fff;
        font-size: 22px;
    }

.active-text {
    color: #4cae4e;
    font-size: 0.85rem;
    font-weight: 600;
    padding-top: 11px;
    padding-left: 5px;
    white-space: nowrap;
    padding-right: 15px;
}

.active-header {
    border: 1px solid #4cae4e;
    border-radius: 30px;
    border-left: 0px;
    height: 47px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.extended-status {
    background-color: #0099ac;
    border-radius: 24px;
    height: 45px;
    width: 45px;
}

    .extended-status i {
        color: #fff;
        font-size: 22px;
    }

.extended-text {
    color: #0099ac;
    font-size: 0.85rem;
    font-weight: 600;
    padding-top: 11px;
    padding-left: 5px;
    white-space: nowrap;
    padding-right: 15px;
}

.extended-header {
    border: 1px solid #0099ac;
    border-radius: 30px;
    border-left: 0px;
    height: 47px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.showExtendedPopup {
    background: #fff;
    border-left: 1rem solid #0099ac;
}

    .showExtendedPopup .popover-body {
        padding-left: 0rem;
        text-transform: initial;
    }

.extended-color {
    color: #0099ac;
}

.close-status {
    background-color: #2b388f;
    border-radius: 24px;
    height: 45px;
    width: 45px;
}

    .close-status i {
        color: #fff;
        font-size: 22px;
    }

.close-text {
    color: #2b388f;
    font-size: 0.85rem;
    font-weight: 600;
    padding-top: 11px;
    padding-left: 5px;
    white-space: nowrap;
    padding-right: 15px;
}

.close-header {
    border: 1px solid #2b388f;
    border-radius: 30px;
    border-left: 0px;
    height: 47px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.showClosePopup {
    background: #fff;
    border-left: 1rem solid #2b388f;
}

    .showClosePopup .popover-body {
        padding-left: 0rem;
        text-transform: initial;
    }

.close-color {
    color: #2b388f;
}

.overdue-status {
    background-color: #ee4036;
    border-radius: 24px;
    height: 45px;
    width: 45px;
}

    .overdue-status i {
        color: #fff;
        font-size: 22px;
    }

.overdue-text {
    color: #ee4036;
    font-size: 0.85rem;
    font-weight: 600;
    padding-top: 11px;
    padding-left: 5px;
    white-space: nowrap;
    padding-right: 15px;
}

.overdue-header {
    border: 1px solid #ee4036;
    border-radius: 30px;
    border-left: 0px;
    height: 47px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cancelled-status {
    background-color: #b8bcc1;
    border-radius: 24px;
    height: 45px;
    width: 45px;
}

    .cancelled-status i {
        color: #fff;
        font-size: 22px;
        top: 0px;
        min-width: auto;
    }

.showCancellationPopover .popover-body {
    padding: 15px 0px 0px 0px;
}

.showTerminationFlag .popover-body {
    padding: 15px 0px 0px 0px;
}

.showCancellationPopover.popover {
    border-left: 15px solid #b8bcc1;
}

.cancelled-text {
    color: #ee4036;
    font-size: 0.85rem;
    font-weight: 600;
    padding-top: 11px;
    padding-left: 5px;
    white-space: nowrap;
    padding-right: 15px;
}

.showCancelledPopup {
    background: #fff;
    border-left: 1rem solid #ee4036;
}

.showOverduePopup {
    background: #fff;
    border-left: 1rem solid #ee4036;
}

    .showOverduePopup .popover-body {
        padding-left: 0rem;
        text-transform: initial;
    }

.overdue-color {
    color: #ee4036;
}

.legal-status {
    background-color: #fbb03b;
    border-radius: 24px;
    height: 45px;
    width: 45px;
}

    .legal-status i {
        color: #fff;
        font-size: 22px;
    }

.legal-text {
    color: #fbb03b;
    font-size: 0.85rem;
    font-weight: 600;
    padding-top: 11px;
    padding-left: 5px;
    white-space: nowrap;
    padding-right: 15px;
}

.legal-header {
    border: 0px solid #fbb03b;
    border-radius: 30px;
    border-left: 0px;
    height: 47px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.showLegalPopup {
    background: #fff;
    border-left: 1rem solid #fbb03b;
}

    .showLegalPopup .popover-body {
        padding-left: 0rem;
        text-transform: initial;
    }

.legal-color {
    color: #fbb03b;
}

.replacment-status {
    background-color: #f17eb1;
    border-radius: 24px;
    height: 45px;
    width: 45px;
}

    .replacment-status i {
        color: #fff;
        font-size: 22px;
    }

.replacment-text {
    color: #f17eb1;
    font-size: 0.85rem;
    font-weight: 600;
    padding-top: 11px;
    padding-left: 5px;
    white-space: nowrap;
    padding-right: 15px;
}

.replacment-header {
    border-radius: 30px;
    border-left: 0px;
    height: 47px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.showReplacmentPopup {
    background: #fff;
    border-left: 1rem solid #f17eb1;
}

    .showReplacmentPopup .popover-body {
        padding-left: 0rem;
        text-transform: initial;
    }

.replacment-color {
    color: #f17eb1;
}

.valid-status {
    background-color: #4cae4e;
    border-radius: 24px;
    height: 45px;
    width: 45px;
}

    .valid-status i {
        color: #fff;
        font-size: 22px;
    }

.valid-text {
    color: #4cae4e;
    font-size: 0.85rem;
    font-weight: 600;
    padding-top: 11px;
    padding-left: 5px;
    white-space: nowrap;
    padding-right: 15px;
}

.valid-header {
    border: 1px solid #4cae4e;
    border-radius: 30px;
    /*    border-left: 0px;
    height: 47px !important;
    margin-bottom: 10px;
    margin-top: 10px;*/
}

.expired-status {
    background-color: #d11523;
    border-radius: 24px;
    height: 45px;
    width: 45px;
}

    .expired-status i {
        color: #fff;
        font-size: 22px;
    }

.expired-text {
    color: #d11523;
    font-size: 0.85rem;
    font-weight: 600;
    padding-top: 7px;
    padding-left: 10px;
    white-space: nowrap;
    padding-right: 15px;
}

.expired {
    border: 1px solid #d11523;
    border-radius: 30px;
    border-left: 0px;
    height: 47px !important;
}

.expiredsoon-status {
    background-color: #efbb26;
    border-radius: 24px;
    height: 45px;
    width: 45px;
}

    .expiredsoon-status i {
        color: #fff;
        font-size: 22px;
    }

.expiredsoon-text {
    color: #efbb26;
    font-size: 0.85rem;
    font-weight: 600;
    padding-top: 7px;
    padding-left: 10px;
    white-space: nowrap;
    padding-right: 15px;
}

.expiredsoon {
    border: 1px solid #efbb26;
    border-radius: 30px;
    border-left: 0px;
    height: 47px !important;
}

.valid-text .text-muted {
    font-size: 10px;
}

.expired-text .text-muted {
    font-size: 10px;
}

.expiredsoon-text .text-muted {
    font-size: 10px;
}

/*Booking Contract*/
.contarct-img {
    border: 1px solid #ddd;
    height: 120px;
}

.booking-contract-border {
    border: 1px solid #ddd;
    padding: 0rem 0.625rem 0.625rem 0.625rem;
}

.booking-contract-table {
    margin-bottom: 20px;
    width: 100% !important;
}

.booking-contract-header {
    background-color: #e0f4fd !important;
}
/*.col-form-label{ text-transform: lowercase;}
.col-form-label::first-letter {text-transform: uppercase;}*/
.booking-contract-table .border-dashed {
    padding-top: 0px;
}

.iconqrcode i {
    margin-top: 10px !important;
    font-size: 21px;
    font-weight: bold;
}

.booking-contract-table td {
    text-transform: lowercase;
    background-color: #fbfbfb;
}

.booking-contract-table th {
    background-color: #f2f2f2;
}

.booking-contract-table td::first-letter {
    text-transform: uppercase;
}

.booking-contract-box {
    background-color: #e0f4fd;
    padding: 0.625rem;
    width: 100%;
    min-height: 125px;
    text-transform: lowercase;
}

    .booking-contract-box::first-letter {
        text-transform: uppercase;
    }

.exterior-label {
    background-color: #444444;
    color: #fff;
    font-weight: 600;
    padding: 0.3rem 0.6rem;
}

.booking-contract-border ul li {
    list-style: none;
}

.booking-contract-price .booking-contract-table .border-0 td {
    padding: 0px;
}

    .booking-contract-price .booking-contract-table .border-0 td:first-child {
        padding-right: 0.5rem;
    }

.booking-contract-price .booking-contract-table {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

    .booking-contract-price .booking-contract-table td {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 0.5rem 1.25rem;
    }

        .booking-contract-price .booking-contract-table td:first-child {
            border-left: 1px solid #ddd;
        }

        .booking-contract-price .booking-contract-table td:last-child {
            border-right: 1px solid #ddd;
        }

.booking-contract-price .booking-contract-table {
    background-color: #fff;
    border: 1px solid #fff;
}

.booking-contract-left {
    margin-left: -0.65rem;
    margin-right: 0.65rem;
}

.booking-contract-price .table thead th {
    border-top: 1px solid #ddd !important;
}

.booking-contract-print {
    background-color: #fff;
    margin: 0 auto;
    padding: 10px;
    display: table;
}

    .booking-contract-print .col-md-12 {
        width: 595px !important;
    }

    .booking-contract-print .col-md-6 {
        width: 297.5px !important;
    }

.iframe-web {
    width: 100%;
    scroll-behavior: auto;
    height: 600px;
    border: 1px solid #ddd;
}

.booking-contract {
    padding: 20px;
    background-color: #fff;
}

.inner-tabs .tabs-header-links {
    padding-top: 0px;
}

.inner-tabs .nav-tabs {
    margin-bottom: 0.625rem;
}

.booking-contract i {
    margin-top: -6px;
}

.col-form-label.col-md-12 {
    /*text-transform: uppercase !important;*/
}

.booking-status {
    background-color: #fbb03b;
    color: #fff;
    text-align: center;
    width: 140px;
    padding: 5px 0px;
    position: absolute;
    left: -55px;
    bottom: 55px;
    transform: rotate(-90deg) translateY(0px);
    -webkit-transform: rotate(-90deg) translateY(0px);
    -moz-transform: rotate(-90deg) translateY(0px);
    -o-transform: rotate(-90deg) translateY(0px);
    -ms-transform: rotate(-90deg) translateY(0px);
}
/*.pickup-vehicle-img .img-fluid{ width: 175px;}*/

/*  Fleet Location */
.google-map {
    margin-left: 40px;
    height: 340px !important;
    overflow: hidden;
}

    .google-map .map-container {
        height: 415px;
        width: 100%;
    }

/* Add new Vehiacle */
.upload-car img {
    width: 200px;
}

.upload-car .file-default-preview {
    margin: 0 auto;
}

.upload-car .file-icon {
    font-size: 100px;
    color: #cccccc;
}

.upload-invidual .file-icon {
    font-size: 140px;
    margin-top: 10px;
    color: #cccccc;
}

.notes-details {
    border: 1px solid #03a9f4;
    margin-right: 0.1rem !important;
}

.review-date {
    position: absolute;
    right: 0px;
}

.added-reviews-vehicle {
    border: 1px solid #ddd;
}

.vehicle-review {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-top: 0px;
}

.dropdown-item .icon-fire:before {
    font-size: inherit;
}

.dropdown-item .icon-fines-list:before {
    font-size: 15px;
}

/* Membership */
ul.inner-list {
    list-style: none;
}

.go-btn {
    font-size: 19px;
    background-color: #03a9f4;
    color: #fff;
    width: 50px;
    height: 36px;
    line-height: 10px;
}

.text-append .input-group-text {
    background-color: transparent;
    color: #fff;
    padding: 0px 15px;
    border: 0px;
}

.membership-view {
    border: 1px solid #03a9f4;
    color: #606060;
    padding: 0px 1.25rem;
    margin-bottom: 1.25rem !important;
}

.membership-header {
    margin-top: -20px;
}

.Membership-usage .card-header {
    padding: 0.9375rem 1.25rem !important;
}

/* Discounts */
/*
.view-mode .select2-selection--multiple:not([class*=bg-]):not([class*=border-]){ border:0px;}
.view-mode .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{ display:none;}*/

.edt-mode .select2-selection--multiple .select2-selection__choice {
    background-color: #03a9f4;
    color: #fff;
}

    .edt-mode
    .select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove {
        display: block;
    }

.discount {
    height: auto;
    min-height: 100%;
}

.Discount-w {
    width: 150px;
}

/* Booking Payments */
.card-body > .dataTables_wrapper .datatable-footer {
    border-top: 1px solid #ddd;
}

.payment-draft {
    background-color: #525654;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 0.525rem 1.25rem;
}

.payment-approved {
    background-color: #009999;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 0.525rem 1.25rem;
}

.payment-reconciled {
    background-color: #1783ad;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 0.525rem 1.25rem;
}

.payment-refunded {
    background-color: #99072d;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 0.525rem 1.25rem;
}

.modal .text-uppercase {
    font-size: 13pt;
}

.paymentsTable {
    margin-bottom: 30px;
}

    .paymentsTable .dt-buttons {
        display: none !important;
    }

    .paymentsTable .datatable-footer {
        display: none !important;
    }

/*language-tab*/
.language-tab .nav-tabs {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.language-tab .nav-tabs-solid {
    background-color: #fff;
    border: 1px solid #fff;
}

.language-tab .nav-link {
    padding: 0.3rem;
    border: 1px solid #ddd;
}

.language-tab .nav-tabs .nav-link.active {
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ddd;
}

    .language-tab .nav-tabs .nav-link.active:hover {
        color: #444;
        background-color: #fafafa;
        border: 1px solid #ddd;
    }

.language-tab .nav-tabs .nav-item {
    margin-right: 5px;
    margin-bottom: 5px;
}

/*Add Class */
.btn-primary.disabled {
    display: none;
}

/* Finance */
.total-description {
    background-color: #ebf1fa;
    padding: 10px 20px;
}

.form-link {
    line-height: 36px;
}

/* NRM */
.tab-padding {
    margin-top: -1.25rem;
}

.w-fixed input {
    width: 145px;
}

.w-fixed .name input {
    width: 80px;
}
/*.btn i{ font-size: 1rem;}*/
.w-fixed .select2-selection--single {
    width: 110px;
}

/* Settings */
.rental-settings .custom-checkbox {
    /*margin-bottom: 10px;*/
    min-width: 120px;
    margin-top: 10px;
}

.media-settings {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 1rem;
}

.dragula-handle {
    color: #444;
}

    .dragula-handle:hover {
        color: #999;
    }

.booking-level {
    margin-top: 4px;
    float: left;
}

.check-section-margin {
    margin-bottom: 50px;
}

.dash-sep {
    width: 30px;
}

.w-80 {
    width: 80%;
}

/* Users */
.Users-details {
    border: 1px solid #03a9f4;
    padding: 0.632rem;
    color: #606060;
}

    .Users-details h6 {
        font-size: 13px;
    }

.assign-permissions .custom-checkbox {
    margin-bottom: 6px;
}
/*.assign-permissions .card-header{ background-color: #fdfcfc !important;}*/
.cardFullWhite {
    min-height: 100%;
    height: auto;
}

/*Color Picker*/
.sp-replacer {
    border-radius: 0rem;
    width: 100%;
    display: flex;
}

.sp-preview,
.sp-preview .sp-preview-inner {
    border-radius: 0rem;
    width: 100%;
}

.colorpicker-full .sp-replacer {
    width: 100% !important;
}

/* login page */
.Login-bg {
    background-color: #03a9f4;
    position: relative;
}

.login-form {
    width: 25rem;
    margin: 0 auto;
}

.Login-bg .form-group-feedback {
    margin-left: 0px !important;
}

.login-form .h5,
h5 {
    font-weight: inherit;
    font-size: 16px;
}

.language-switch {
    margin-top: -10px;
}

    .language-switch .navbar-nav-link {
        margin: 2rem 2rem 0.5rem 2rem;
        margin-left: -10px;
        color: #fff;
        /* background-color: #9fc3ff;*/
        padding: 0.875rem 1rem 0.875rem 1.6rem;
        font-size: 14px;
    }

.login-logo {
    position: absolute;
    top: 50px;
    left: 15px;
    height: 60px;
}

    .login-logo i {
        color: #fff;
        font-size: 80px;
    }
/* Sidebar 
.sidebar{ width: inherit;}
@media (min-width: 768px){
    .navbar-expand-md .navbar-brand {min-width: 11.625rem;}
}
*/
.nav-sidebar .nav-link i {
    /*top: 2px;*/
}

/* extended-rental*/
.extended-rental .collapse-list .card-body {
    padding: 0.8rem 0rem 0rem 0rem !important;
}

.new-retal-period {
    background-color: #f2f2f2;
}

    .new-retal-period #anytime-time.form-control[readonly] {
        background-color: #fff;
    }

.availability-vehicle {
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-bottom: 20px;
    margin: 30px 0px 20px 0px;
}

.availability-vehicle-title {
    background-color: #fff;
    margin-top: -15px;
    display: table;
    padding-right: 10px;
    margin-bottom: 20px;
    font-size: 15px;
}

.extended-rental .card {
    border: 0px;
}

.extended-rental .sidebar-content .card-body {
}

.extended-rental .modal-body {
    background-color: #f5f5f5;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.availability-vehicle-title .red {
    color: #ee4036;
}

.extended-rental {
    min-width: 900px;
}

/* Full White BG */
.full-white-bg {
    min-height: 100%;
    height: auto;
}

/* Rental Return */
.grey-bg {
    background-color: #f2f2f2;
    padding: 10px;
    min-height: 250px;
}

    .grey-bg h3 {
        font-size: 0.8125rem;
        font-weight: 700;
    }

    .grey-bg #anytime-time.form-control[readonly] {
        background-color: #fff;
    }

    .grey-bg .text-only {
        line-height: 35px;
    }

    .grey-bg button:not(:disabled) {
        width: 100%;
    }

.accordion-section .card-title {
    /*margin-bottom: 0px;*/
}

    .accordion-section .card-title > a {
        padding: 0px 30px 0px 0px;
    }

.accordion-section h5 {
    font-weight: 500;
    font-size: 16px;
}

.accordion-section .card-title > a:before {
    right: 0px !important;
}

.booking-pickup-vehicle .icon-key:before {
    font-size: 16px;
}

.warrning-sign {
    font-size: 20px;
    margin-left: 3px;
    margin-top: 2px;
}

/* New Update Search */
.customer-card {
    margin-bottom: 0rem;
    margin-top: -60px;
    margin-right: 15px;
    white-space: nowrap;
}

    .customer-card h6 {
        font-size: 13px !important;
        margin-bottom: 0px !important;
    }

    .customer-card .media {
        padding: 5px 5px 5px 5px !important;
        margin-top: 0px;
    }

    .customer-card a:hover {
        background-color: #f5f5f5;
        padding-bottom: 1px;
    }

    .customer-card:hover h6 {
        font-size: 13px !important;
    }

    .customer-card .card-body {
        padding: 10px 15px 1px 15px !important;
        background-color: #f9f9f9;
        margin-bottom: 10px;
        position: absolute;
        top: 64px;
        z-index: 9999;
        width: 100%;
    }

    .customer-card .media-title {
        color: #03a9f4;
        font-weight: 600;
        padding-right: 10px;
    }

.customer-search {
    min-height: 150px !important;
}

    .customer-search .profile-title span {
        font-size: 15px;
    }

    .customer-search .profile-description {
        font-size: 11px;
    }

    .customer-search .h6,
    h6 {
        margin-bottom: 0.3rem;
    }

.carousel-inner .book-btn {
    width: 100% !important;
}
/*.carousel-control-next, .carousel-control-prev{ width:inherit;}*/

.carousel-section {
    display: inline-block;
    float: left;
}

.carousel-inner {
    margin-top: 10px;
}

.carousel-indicators li {
    color: #03a9f4;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    color: #03a9f4;
}

.carousel-item {
    width: inherit;
}

    .carousel-item .text-muted1 {
        font-size: 0.7rem;
    }

.carousel-control-next-icon:after {
    content: "\e9de";
    font-family: icomoon;
    display: inline-block;
    position: absolute;
    right: 5px;
    margin-top: -1rem;
    font-size: 2.1rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #03a9f4;
}

.carousel-control-next-icon {
    background-image: none !important;
}

.carousel-control-prev-icon {
    background-image: none !important;
}

    .carousel-control-prev-icon:after {
        content: "\e9dd";
        font-family: icomoon;
        display: inline-block;
        position: absolute;
        left: 5px;
        margin-top: -1rem;
        font-size: 2.1rem;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        color: #03a9f4;
    }

/* Booking replacement */
.bg-pink {
    background-color: rgba(255, 239, 220, 1);
    color: #444445 !important;
}

    .bg-pink ul li::before {
        content: "\e9c7";
        font-family: icomoon;
        font-size: 1.125rem;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        color: #a8aaaf;
    }

ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}

    ul.timeline:before {
        content: " ";
        background: #a8aaaf;
        display: inline-block;
        position: absolute;
        left: 10px;
        width: 1px;
        height: 100%;
        z-index: 400;
    }

        ul.timeline:before > li:last-child {
            background: rgba(255, 239, 220, 1);
        }

    ul.timeline > li {
        margin: 10px 0;
    }

        ul.timeline > li:before {
            content: " ";
            background: #a8aaaf;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            left: 4px;
            width: 10px;
            height: 10px;
            z-index: 400;
        }

.email-print .mi-print {
    font-size: 18px;
}

.applied-rate {
    background-color: #fafafa;
    border: 0.5px solid #ddd;
    display: flex;
    flex-wrap: wrap; /*min-height:210px;*/
    margin-right: 0.5px;
}

.left-content .applied-rate {
    margin: 1.25rem 0rem;
}

.bg-pink2 {
    background-color: rgba(242, 241, 199, 0.3);
    color: #444445 !important;
    padding-top: 15px;
}

.calendarContainer {
    display: none;
}

.fc-day-grid-event {
    padding: 0px;
}

.d-branch {
    margin-left: 45px;
}

/*Gallery*/
@media only screen and (min-width: 576px) {
    .gallery-modal .modal-content {
        box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.1) !important;
    }
}

div.col-md-2.thumb-image {
    padding-right: 0px;
}

.caption-container p {
    margin-bottom: 0px;
}
/* The Close Button */
.gallery-modal .close {
    color: white;
    position: absolute;
    top: 10px;
    right: -10px;
    font-size: 35px;
    font-weight: bold;
}

    .gallery-modal .close:hover,
    .gallery-modal .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none; /*max-width: 650px;*/
    margin: 0 auto;
    background-color: #fff;
    height: 350px;
}

    .mySlides img {
        /*width:100%; */
        height: 300px;
    }

.cursor {
    cursor: pointer;
}

/* Next & previous buttons*/
.gallery-modal .prev,
.gallery-modal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: #000;
}

.gallery-modal .prev {
    left: 10px;
    color: #fff !important;
}

.gallery-modal .next {
    right: 10px;
    color: #fff !important;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.noty_close_with_button .noty_body {
    padding-right: 1.4rem;
    background: #f9f1ab;
    color: #606060;
    border-color: #f9f1ab;
    max-height: 350px;
    overflow-y: auto;
}

/* Calendar */
.fc-button {
}

.fc-icon-right-single-arrow {
}

    .fc-icon-right-single-arrow:after {
        content: "\e9c7";
        font-family: icomoon;
        font-size: 1.4rem;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        color: #03a9f4;
        margin-top: -4px;
    }

.fc-icon-left-single-arrow:after {
    content: "\e9c4";
    font-family: icomoon;
    font-size: 1.4rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #03a9f4;
    margin-top: -4px;
}

.bookedStatus {
    color: #03a9f4;
}

.rentalStatus {
    color: #4cae4e;
}

.doneStatus {
    color: #999999;
}

.modal .eventTooltip {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.33);
    padding: 0px;
}

.eventTooltip {
    background-color: #fff;
    -webkit-box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.33);
    box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.33);
    padding: 10px 0px;
}

.b-Status {
    background-color: #03a9f4;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.r-Status {
    background-color: #4cae4e;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.d-Status {
    background-color: #999999;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.event-tooltip {
    text-align: left;
    min-width: 350px;
    background-color: #fff;
    border-radius: 0rem;
    opacity: 1;
    color: #444;
    padding: 0px !important;
}
/*.event-tooltip .bs-tooltip-bottom .arrow::before{border-width: 0 1rem 1rem; border-bottom-color: #fff;}
 .event-tooltip .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before{border-width: 0 1rem 1rem; border-top-color: #fff; bottom:0} */

.tooltip.show {
    opacity: 1 !important;
}

.tooltip-inner {
    padding: 0.3rem 0.75rem;
}

.tooltip {
    pointer-events: none;
}

.bs-tooltip-auto[x-placement^="bottom"] .event-arrow::before,
.bs-tooltip-bottom .event-arrow::before {
    border-width: 0 1rem 1rem;
    border-bottom-color: #fff;
}

.bs-tooltip-auto[x-placement^="top"] .event-arrow::before,
.bs-tooltip-top .event-arrow::before {
    border-width: 1rem 1rem 0;
    border-top-color: #fff;
}

/* Template Notification */
.tabsIcon .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #03a9f4;
}

.tabsIcon .nav-link {
    padding: 0.3rem 0.6rem;
}

.tabsIcon a.active > i {
    color: #fff;
}

.tabsIcon .nav-link {
    border-radius: 0px !important;
}

.tabs-header-links.languageTab {
    border: 0px !important;
}

.sidebarVariable {
    padding: 1.23rem;
}

    .sidebarVariable .card-title {
        background-color: #03a9f4;
        color: #fff;
    }

        .sidebarVariable .card-title > a {
            color: #fff;
            cursor: pointer;
        }

    .sidebarVariable li {
        line-height: 20px !important;
    }

.cke_button_icon {
    opacity: 1 !important;
}

.cke_button__italic_icon {
    background: none !important;
}

.fc-icon-minus-square:before {
    content: "\ede6" !important;
    font-family: icomoon;
    min-width: 1rem;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.fc-icon-plus-square:before {
    content: "\ede4" !important;
    font-family: icomoon;
    min-width: 1rem;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.fc-timeline .fc-cell-text {
    padding-left: 10px !important;
}

.clendarCar {
    display: flex;
    min-height: 55px;
}

.clendarCarImage {
    position: absolute;
    left: 10px;
}

.fc-timeline .fc-scroller-canvas > div > div > table,
.fc-timeline .fc-scroller-canvas > div > table {
    display: table;
    overflow-x: auto;
    width: 100%;
}

.fc-resource-area .fc-icon {
    position: absolute;
    right: 20px;
    font-size: 15px;
}

.fc-timeline .fc-cell-text {
    font-weight: 600;
}

.fc-body .fc-resource-area .fc-cell-content {
    padding-top: 15px !important;
    margin-left: 60px;
}

.align-self-center.accountStatment {
    padding: 0.425rem 0.425rem 0.325rem 0.425rem !important;
}

.accountStatment i {
    font-size: 20px;
}

.accountStatment .img-profile {
    max-width: 105px;
}

.accountStatment .profile-description label {
    line-height: inherit;
    font-size: 11px;
    margin-bottom: 5px !important;
}

.accountStatment.right-customer-info li {
    padding: 5px 10px;
    font-weight: 600;
}

.accountStatment.right-customer-info {
    margin-left: 0px;
}

    .accountStatment.right-customer-info i {
        font-size: 13px;
    }

.send-notification .btn-icon {
    border: 1px solid #ddd;
}

.send-notification .btn-group {
    width: 40% !important;
}

.totalSummery {
    background-color: #ebf1fa;
    padding: 0.623rem 0rem;
    line-height: 30px;
}

.modal-header .dropdown-menu.show {
    border: 0px;
}

.btn-group-modal {
    margin-top: -5px;
}

.add-row .select2-selection--single {
}

.add-row .select2-container {
    border: 0px;
}

/* Invoices */
.invoiceNotPaid {
    border: 1px solid #ddd;
    padding: 1.23rem;
}

.NotPaidbtn {
    margin-bottom: 20px !important;
}

    .NotPaidbtn span {
        background-color: #414344;
        color: #fff;
        padding: 0.5rem 2rem;
        font-weight: 700;
        font-size: 15px;
    }

.table-primary {
    background-color: #03a9f4 !important;
    color: #fff !important;
}

.table-total {
    border: 0.5px solid #ddd;
    padding: 0.623rem;
    width: 50%;
}

.table-blance {
    background-color: #d8d8d8;
    padding: 0.623rem;
    width: 50%;
}

.invoiceNotPaid p {
    line-height: 12px;
}

    .invoiceNotPaid p.text-bold {
        font-family: "Montserrat Alternates", Montserrat;
    }

.invoiceNotPaid h2 {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 26px;
}

.invoiceNotPaid h5 {
    font-size: 14px;
    margin-bottom: 0px;
}

.invoiceNotPaid small {
    line-height: 12px;
    font-weight: 500;
}

.invoiceNotPaid .note p {
    line-height: inherit;
}

.Paidbtn {
    margin-bottom: 20px !important;
}

    .Paidbtn span {
        background-color: #2c8464;
        color: #fff;
        padding: 0.5rem 2rem;
        font-weight: 700;
        font-size: 15px;
    }

.PartialyPaidbtn {
    margin-bottom: 20px !important;
}

    .PartialyPaidbtn span {
        background-color: #dbc20e;
        color: #fff;
        padding: 0.5rem 2rem;
        font-weight: 700;
        font-size: 15px;
    }

.history .list-feed-item:before {
    background: #03a9f4;
    border: 2px solid #03a9f4;
}

.history .list-feed-item:after {
    border-left: 1px solid #03a9f4;
    border-right: 1px solid #03a9f4;
}

.text-bold-500 {
    font-weight: 500;
}

.Draftsbtn {
    margin-bottom: 20px !important;
}

    .Draftsbtn span {
        background-color: #d8d8d8;
        padding: 0.5rem 2rem;
        font-weight: 700;
        font-size: 15px;
    }

/* Ranges */
.bg-ranges {
    background-color: #e5e1e1 !important;
    color: inherit !important;
    width: 70%;
}

.view-mode-w {
    width: 70%;
}

    .view-mode-w.disabled {
        background-color: #f7f5f5;
        color: #999;
        width: 80%;
    }

.icon-question3.text-secondary {
    font-size: 14px;
}

/* Lookups  */
.LookupsCategory {
    background-color: #444;
    color: #fff;
    border-top: 2px solid #03a9f4;
    padding-top: 15px;
}

.formDropMenu {
    min-width: 500px;
}

.filterDropMenu {
    min-width: 300px;
}

/* Agent Cockpit */
.db-card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 0.5px solid #ddd;
    width: 155px;
    min-height: 203px;
    padding: 0.4rem 0.4rem 0rem 0.4rem;
    margin: 0px 0px 10px 0px;
    color: #333;
}
    /*.db-card:hover{background-color: #f9f9f9; }*/
    .db-card h2 {
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.5385;
        color: #444;
        margin-bottom: 0px;
    }

    .db-card h3 {
        font-size: 9pt;
        color: #333;
    }

    .db-card i {
        /*height: 45px;*/
        line-height: inherit !important;
        font-size: 2rem;
    }

    .db-card .font-weight-semibold {
        font-size: 12px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .db-card .text-blue {
        font-size: 16px;
    }

    .db-card .text-muted {
        font-size: 1.3rem;
    }

    .db-card .icons {
        margin-right: 0px;
    }

db-cardBooking {
    /* border: 0.5px solid #ddd; */
    padding: 10px;
    color: #333;
    margin: 0px;
    min-height: 150px;
    padding-bottom: 0px;
}
/*.db-cardBooking:hover{background-color: #f9f9f9; }*/
.db-cardBooking h2 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5385;
    color: #444;
    margin-bottom: 0px;
}

.db-cardBooking h3 {
    font-size: 9pt;
    color: #333;
}

.db-cardBooking i {
    /*height: 45px;*/
    line-height: inherit !important;
    font-size: 2.4rem;
}

.db-cardBooking .font-weight-semibold {
    font-size: 12px;
}

.db-cardBooking .text-blue {
    font-size: 16px;
}

.db-cardBooking .text-muted {
    font-size: 1.3rem;
}

.db-cardBooking .redCard a {
    font-size: 15px;
}

.db-cardBooking .text-bold {
    font-size: 17px;
    font-weight: 500 !important;
}

.db-cardBooking.icons {
    margin-right: 0px;
}

.db-cardBooking i.extended {
    font-size: 13px !important;
    margin-top: 16px;
    margin-left: -15px;
}

.iconCard {
    font-size: 20px !important;
}

.db-cardBooking i.icon-assign-to-return {
    font-size: 18px !important;
}

.redCard {
    color: rgb(239, 83, 80);
}

.greenCard {
    color: rgb(129, 199, 132);
}

.greenCard2 {
    color: rgb(102, 187, 106);
}

.greenCard3 {
    color: #4caf50;
}

.purpelCard {
    color: rgb(149, 117, 205);
}

.blueCard {
    color: #3a589e;
}

.orangeCard {
    color: #ff7043;
}

.greyCard {
    color: #999999;
}

.tealCard {
    color: #009688;
}

.blueCard .icon-assign-to-deliver:before {
    font-size: 1.5rem;
    margin-left: 0px;
}

.yellowCard .icon-assign-to-return:before {
    font-size: 1.7rem;
    margin-left: 0px;
}

.db-card .rental-contract-extension {
    width: 30px;
    margin-top: 7px;
    height: 40px;
}

.db-card .rental-contract-termination {
    width: 30px;
    margin-top: 8px;
    height: 40px;
}

.pinkCard {
    color: #e91e63;
}

.yellowCard {
    color: #efbb26;
}

.zoom {
    transition: transform 0.2s;
}

    .zoom:hover {
        transform: scale(1.1);
    }

.cockpitTitle {
    background-color: #fafafa;
    border: 0.5px solid #ddd;
    padding: 2px;
    min-height: 42px;
    margin: 0px 4px;
}

.nav-pills .nav-link {
    border-radius: 0px;
}

.nav-pills-bordered .nav-link.active i {
    color: #fff;
}

.nav-pills-bordered .nav-link {
    border: 0.5px solid #ddd;
    margin-bottom: 10px;
}

.agentCockpitSearch {
    background-color: #444;
    color: #fff;
    border-bottom: 2px solid #03a9f4;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .agentCockpitSearch .form-group-feedback {
        margin-left: 0px !important;
    }

.inCockpitTabs .nav-tabs .nav-link.active {
    background-color: #dddddd;
    color: #444;
}

.inCockpitTabs .nav-tabs {
    border-bottom: 3px solid #dddddd;
}

.nav-tabs .nav-link.active:hover {
    background-color: #f5f5f5;
    color: #444;
}

.inCockpitTabsAccordion .card {
    margin-bottom: 0.632rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.inCockpitTabsAccordion .card-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.inCockpitTabsAccordion .card-group-control-right .card-title > a {
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    white-space: pre-line;
}

.inCockpitTabsAccordion .card-body {
    padding: 0px;
}

.inCockpitTabsAccordion .datatable-header {
    display: none;
}

.inCockpitTabsAccordion .datatable-footer {
    display: none;
}

.inCockpitTabs .nav-tabs .nav-link {
    background-color: #fafafa;
    margin-right: 2px;
}

.db-card .icon-damage:before {
    font-size: 1rem;
}

.db-card .icon-sold:before {
    font-size: 1.7rem;
    line-height: 10px;
}

.db-card .icon-bell2:before {
    font-size: 1.2rem;
}

.db-card span {
    font-size: 12px;
}

.db-card .icon-depreciation-check {
    font-size: 3.2rem;
    line-height: 50px !important;
}
/*.db-card .icon-sold{ font-size: 1.7rem; line-height: 30px !important;}*/

.inCockpitTabsAccordion .card-group-control-right .card-title > a {
    border: 1px solid #ddd;
}

.inCockpitTabsAccordion .card-group-control-right .card-title > a {
    border: 1px solid #ddd;
}

.inCockpitTabsAccordion .collapse-list .card-body {
    padding: 0px !important;
}

/*****/
.dashboard {
    min-height: 100%;
    height: auto;
    border: 0px;
    background-color: transparent;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    padding: 0px;
}

    .dashboard .card-body {
        padding: 0px;
    }

.seven-cols .db-card {
    min-height: 130px;
}

.card1 {
    width: 21%;
    padding-right: 0.625rem;
}

.card2 {
    width: 37%;
    padding-right: 0.625rem;
}

.container {
    width: 100% !important;
}

.cardspr-0 {
    padding-right: 0px;
}

.redflag {
    margin-left: -5px;
}

i.redflag {
    font-size: 14px !important;
}

i.extended {
    font-size: 18px !important;
    margin-top: 20px;
    margin-left: -17px;
}

@media (max-width: 1048px) {
    .fleetcards .db-card {
        min-height: 225px;
    }
}

@media (max-width: 768px) {
    .fleetcards .db-card {
        min-height: 200px;
    }

    .cardspr-0 {
        padding-right: 0.625rem !important;
    }
}

@media (min-width: 1024px) {
    .card2 {
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    .card1 {
        width: 50%;
    }

    .card2 {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .card1 {
        width: 100%;
        padding-right: 0px;
    }

    .card2 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .dashboard .cards .container {
        max-width: 100%;
    }
}

@media (min-width: 320px) {
    .db-card {
        width: 100%;
    }

    .seven-cols .col-lg-2 {
        padding-left: 0px;
    }
}

@media (min-width: 768px) {
    .seven-cols .col-lg-2 {
        max-width: 100%;
        *max-width: 100%;
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-lg-2 {
        max-width: 14.285714285714285714285714285714%;
        *max-width: 14.285714285714285714285714285714%;
        padding-left: 0px;
    }
}

/**
   *  The following is not really needed in this case
   *  Only to demonstrate the usage of @media for large screens
   */
@media (min-width: 1200px) {
    .seven-cols .col-lg-2 {
        max-width: 14.285714285714285714285714285714%;
        *max-width: 14.285714285714285714285714285714%;
    }
}

/* New 
.input-group-w{ max-width: 150px;} 
.form-control-w{ max-width: 100px;} 
.switch-row{ display: flex;}
@media only screen and (max-width: 540px) {
    .input-group-w{ max-width: 100%;}  
    .form-control-w{ max-width: 100%;} 
    .switch-row{ display: block;}  
    .available-promotions .white-section{ display: none;}
}
@media (min-width:2560px) {
    .vehicle-img img{ width: 50%;}
}
@media only screen and (max-width: 768px) {
    .form-check-switchery.rentswitch{margin-bottom: 30px !important;}
}
*/

/*
@media (min-width: 1024px){
.sidebar-expand-md:not(.sidebar-component){
    position: absolute !important;
    top: 64px !important;
    left: 0 !important;}
}
*/

.nav-group-sub .nav-link {
    /*padding: .3rem 1.25rem .3rem 3rem !important;*/
    padding: 0.3rem 1rem 0.3rem 1.3rem !important;
}

.nav-sidebar .nav-link {
    padding: 0.7em 1.25rem;
}

.extend-logo i {
    margin-right: 0px;
}

.nav-sidebar .nav-link i {
    margin-right: 0.6rem;
}

.sidebar {
    /*width: 14.875rem;*/
    width: 13rem;
}

.sidebar-xs .navbar-header .navbar-brand-xs {
    min-width: 3rem;
    margin-left: -4px;
}

@media (min-width: 768px) {
    .sidebar-xs .sidebar-main {
        width: 3rem;
    }

    .navbar-expand-md .navbar-brand {
        /*min-width: 13rem;*/
        min-width: 11rem;
    }

    .sidebar-xs
    .sidebar-main
    .nav-sidebar > .nav-item-submenu > .nav-group-sub[data-submenu-title]:before {
        padding: 0.25rem 1.25rem;
        padding-bottom: 0;
        opacity: 0.5;
    }
}

.sidebar-xs .sidebar-main .nav-sidebar .nav-group-sub .nav-link {
    padding: 0.3rem 0rem 0.3rem 1.2rem !important;
    padding: 0.3rem 1rem 0.3rem 1.3rem !important;
}

.nav-sidebar .nav-item:not(.nav-item-header):first-child {
    padding-top: 0rem;
}

/* custom column padding*/
.ratepr {
    padding-right: 0px;
}

.removepr {
    padding-right: 0px;
}

.removepl {
    padding-left: 0px;
}

@media (max-width: 768px) {
    .removepr {
        padding-right: 0.625rem !important;
    }

    .removepl {
        padding-left: 0.625rem !important;
    }
}

@media (max-width: 600px) {
    .book-now .ratepr {
        padding-right: 0.625rem !important;
        margin-bottom: 12px;
    }
}

.input-group-text {
    font-size: 11px !important;
    padding-left: 0px;
}

/* custom time css */

.ui-timepicker-standard {
    border: 0px;
    padding: 0px;
    width: 135px !important;
    border-right: 1px solid #ddd;
}

.ui-menu {
    border-radius: 0px;
    text-align: left;
    border-top: 0px;
    box-shadow: 0rem #fff;
    width: 135px !important;
}

.ui-timepicker-standard .ui-state-hover {
    border: 0px;
    background-color: #f5f5f5;
    color: #333;
    font-size: 12px;
}

.ui-timepicker-standard a {
    font-size: 12px;
    color: #333;
    border: 0px;
}

    .ui-timepicker-standard a:hover {
        font-size: 12px;
        color: #333;
    }

.ui-timepicker-viewport {
    width: 130px !important;
}

.ui-timepicker-standard a {
    text-align: left;
}

/* Khaled */
select[readonly="True"].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

    select[readonly="True"].select2-hidden-accessible + .select2-container
    .select2-selection {
        background: #eee;
        box-shadow: none;
    }

    select[readonly="True"].select2-hidden-accessible + .select2-container
    .select2-selection__arrow,
    select[readonly="True"].select2-hidden-accessible + .select2-container
    .select2-selection__clear {
        display: none;
    }

select[readonly="False"].select2-hidden-accessible + .select2-container {
    pointer-events: all;
    touch-action: auto;
}

    select[readonly="False"].select2-hidden-accessible + .select2-container
    .select2-selection {
        box-shadow: inherit;
        background-color: #fff !important;
    }

    select[readonly="False"].select2-hidden-accessible + .select2-container
    .select2-selection__arrow,
    select[readonly="false"].select2-hidden-accessible + .select2-container
    .select2-selection__clear {
        display: block;
    }

/*Manage web Access*/
.greybox {
    background-color: #ccdae2;
    padding-top: 1rem;
    margin: -1.24rem 0rem 1.24rem 0rem;
}

.sp-preview,
.sp-preview .sp-preview-inner {
    border-radius: 0rem;
}

/*Vehicle Map*/
.vehicleTypesTitle {
    background-color: #fafafa;
    border: 0.5px solid #ddd;
    padding: 10px;
    font-weight: 600;
}

.vehicleTypes ul {
    margin: 0px;
    padding: 0px;
}

    .vehicleTypes ul li {
        list-style: none;
        margin-bottom: 5px;
        margin-left: 0px;
    }

.spinner-price {
    color: #c1bfbf;
}

/* Notification Template Contract */
.cardContract {
    border: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
}

    .cardContract .card-header {
        padding: 0.3rem !important;
        border: 0px solid #ddd;
    }

    .cardContract .card-body {
        padding: 0px !important;
    }

    .cardContract .cke_chrome {
        border-radius: 0px;
    }
/*.cardContract .cke_contents{ height: 200px !important;}*/
.cke_editable table {
    width: 100% !important;
}

.agency-img {
    /* border: 1px solid #ddd;*/
    width: 150px;
}

a.cke_button {
    padding: 2px !important;
}

cke_button__source {
    padding: 0px !important;
}

.cke_toolgroup {
    border-radius: 0px;
}

.cke_toolbar_separator {
    height: 20px !important;
}

.cke_combo_button {
    padding: 2px 8px 2px 4px !important;
}

.cardContract .cke_bottom {
    display: none;
}

.cke_top {
    padding: 6px !important;
}

.cke_toolbar {
    float: none !important;
}

.bg-black {
    text-align: center;
    color: #444445 !important;
    font-weight: 700;
    width: 150px;
    margin-right: 5px;
}

    .bg-black:last-child {
        margin-right: 0px;
    }

    .bg-black span {
        color: #fff;
        margin-bottom: 5px;
        font-size: 15px;
        display: block;
    }

    .bg-black .badge-warning {
        font-size: 15px !important;
    }

    .bg-black .badge-light {
        background-color: #b9b9b9;
    }

.exteriorUpload .file-footer-caption {
    display: none;
}

.page-header-content .header-elements {
    padding: 10px 0px !important;
    min-width: fit-content;
}

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

.accessEror {
    border: 1px solid #d62518;
    border-radius: 0px;
    padding: 30px;
    box-shadow: 0px 2px 8px -6px rgba(66, 66, 66, 1);
}

.tab-content.tabs-remove-p {
    margin-top: -1.25rem;
}

.modal-body .vehicle-review {
    border-bottom: 0px solid #ddd;
    background-color: #fbfbfb;
    border-bottom: 3px solid #fff;
    padding: 10px;
}

.VehicleClassW {
    width: 200px;
}

.MakeW {
    width: 200px;
}

.ModelW {
    width: 200px;
}

.YearW {
    width: 140px;
}

.AddUniteW {
    width: 140px;
}

.CopansionW {
    width: 200px;
}

/* .w-200 {
        width: 200px;
    }

    .w-180 {
        width: 180px;
    }

    .w-150 {
        width: 150px;
    }

    .w-250 {
        width: 250px;
    }

    .w-65 {
        width: 65px;
    }

    .w-20 {
        width: 15%;
    }
    .width-20 {
        width: 20%;
    }

    .w-60 {
        width: 60%;
    }

    .w-25 {
        width:25%;
    }

    .w-50 {
        width: 50%;
    }
    
    */

.form-group {
    margin-bottom: 1rem;
}

.file-caption-disabled {
    border-right: 1px solid #ddd !important;
}

table a i {
    border-bottom: 1px solid transparent !important;
}

table a > i {
    border-bottom: 0px solid transparent !important;
}

.addRow i {
    cursor: pointer;
}

.deleteTaxExhange {
    border-bottom: 0px !important;
}

.file-icons {
    font-size: 25px;
}

.vehicle-price i {
    font-size: 1.5rem;
}

.userProfile img {
    /*width: 130px !important;*/
}

.userProfiles {
    padding: 0.8rem;
}

a:not([href]):not([tabindex]) {
    cursor: pointer;
}

.removeExInt {
    display: none !important;
}

.modal .card-header:not([class*="bg-"]):not([class*="alpha-"]) {
    padding: 0.6rem 0rem;
}

.mb-5 {
    margin-bottom: 2.5rem !important;
}

.border-right-1 {
    border-right: 1px solid #ddd;
}

.saveBR {
    font-size: 18px;
}

.save-edit-br {
    padding: 7px 5px 6px 5px !important;
}

@media screen and (min-width: 1440px) {
    .right-customer-content .vehicle-img {
        width: 207px;
        margin-bottom: 10px;
    }

    .left-customer-content .img-profile {
        margin-bottom: 10px;
    }
}

.return-pickup .nav-tabs .nav-link.active:hover {
    color: #fff;
    background-color: #03a9f4 !important;
}

    .return-pickup .nav-tabs .nav-link.active:hover i {
        color: #fff !important;
    }

.return-pickup .nav-tabs .nav-link.active i {
    color: #fff;
}

.return-pickup .nav-tabs .nav-link:hover {
    background-color: #ebebeb;
}

    .return-pickup .nav-tabs .nav-link:hover i {
        color: #444;
    }

.driverJobCard-header {
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
}

.header-booking-status {
    color: #fff;
    font-size: 14px;
    /*line-height: 26px;*/
    padding: 10px 13px;
    font-weight: 600;
}

.collaps-signature .jSignature {
    height: 198px !important;
    /*display: table !important;*/
    z-index: 999; /* was 999999999 and changed by omar */
}

.language-tab .nav-tabs .nav-link.active {
    background-color: #03a9f4;
    color: #fff;
    padding: 2px 4px;
}

.language-tab .nav-link {
    padding: 2px 4px;
}

.btn-light:hover,
.btn-light:not([disabled]):not(.disabled).active {
    /*background-color: #03A9F4 !important;
    color: #fff;*/
}

.language-tab .nav-tabs .nav-link.active:hover {
    background-color: #03a9f4 !important;
    color: #fff;
}

.btn-cancel.active {
    background-color: #03a9f4;
    color: #fff;
}
/*
.assignGroup .editable_table .select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
    border:0px !important; background-color:transparent !important;
}

.assignGroup .editable_table .select2-container--disabled .select2-selection--multiple:not([class*=bg-]) {
    border: 0px !important;
    background-color: transparent !important;
}*/

.groubs
.editable_table > tbody > tr:not(.inEditMode):not(.addRow):not(.editRow) > td
.select2-selection--multiple:not([class*="bg-"]):not([class*="border-"]) {
    border: 0px !important;
    background-color: transparent !important;
}

.groubs.editable_table > tbody > tr:not(.inEditMode):not(.addRow):not(.editRow) > td
.select2-container--disabled
.select2-selection--multiple:not([class*="bg-"]) {
    border: 0px !important;
    background-color: transparent !important;
}

.expenseTable .datatable-footer {
    display: none !important;
}

/* Create  Contract Template */
.popover-title {
    display: none;
}

.column {
    white-space: nowrap;
}

.agency-img img {
    width: 145px;
    /*margin: 5px;*/
}

.contractIcon img {
    width: 18px;
    margin-right: 10px;
    margin-top: -4px;
}

.svg-icon {
}
/*
    .editorTable {
        width: 100% !important;
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }*/

.editorTable td {
    color: #444 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.editorTable .text-bold {
    font-weight: 700 !important;
    padding-top: 0px;
    display: table-cell;
    /*padding-bottom: 5px;*/
    font-size: 15px;
    padding-top: 8px;
}

.editorTable .table-blance {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    padding: 0.223rem 0.623rem;
}

.editorTable .table-total {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0.223rem 0.623rem;
}

.rentalInfo td.col-form-label.w-230 {
    padding: 6px;
    width: 185px;
}

.collapse-DT-list .mb-3 {
    margin-bottom: 0px !important;
}

.collapse-DT-list .datatable-header {
    padding-top: 0px;
}

#dtpayments {
    border-top: 1px solid #ddd;
}

.rental-info {
    background-color: #f2f2f2 !important;
    /*height:100%;*/
    min-height: 340px;
    padding-top: 15px !important;
}

.rentalInfo td.align-top.p-0.no-padding {
    width: 50% !important;
}

.rental-info td {
    /* padding: 5px 10px !important;*/
}

.vehicle-info td {
    padding: 0px 10px !important;
}

.booking-contract-table {
    padding: 4px 10px;
}

.editorTable .booking-contract-table td {
    padding: 0.4rem !important;
}

/*
article ::-webkit-scrollbar {
    width: 10px;
}
article ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 5px;
}
article ::-webkit-scrollbar-thumb {
    background: #03A9F4;
    border-radius: 5px;
}
article ::-webkit-scrollbar-thumb:hover {
    background: #03A9F4;
}
*/
.dropdown-scrollable {
    /* max-height: 200px;*/
}

.navbar-nav-link .badge {
    position: absolute;
    top: 0px;
    right: 0px;
}

.SignalR {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 0rem;
    box-shadow: 0 0.25rem 0.5rem #fafafa;
    width: 270px;
    right: 2.25rem;
    min-height: 100px;
    position: absolute;
    bottom: 2.25rem;
    padding: 15px;
    padding-top: 5px;
    border-bottom: 3px solid #444;
}

.logo-icon {
    right: 1.25rem;
    top: -36px;
    position: absolute;
}

    .logo-icon img {
        width: 75px;
        background-color: #2196f3;
        padding: 10px 20px;
        border-radius: 40px;
    }

.SignalR .subject {
    margin-top: 20px;
}
/* --------------------------- */

.SignalRCenter {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0rem;
    box-shadow: 0 0.25rem 0.5rem #fafafa;
    width: 270px;
    right: 50%;
    min-height: 100px;
    position: absolute;
    bottom: 2.25rem;
    padding: 15px;
    border-left: 10px solid #2196f3;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

    .SignalRCenter .logo-icon2 {
    }

        .SignalRCenter .logo-icon2 img {
            width: 40px;
            float: right;
            margin: 0px 0px 5px 5px;
        }

    .SignalRCenter .subject {
        margin-top: 0px;
    }

/* ---------------------------*/

.notifications-list .media-title {
    width: auto !important;
}

li.media {
    padding-bottom: 0.45rem;
    margin-bottom: 0.4rem;
    border: 0;
    border-bottom: 1px solid #f7f7f7;
}

    li.media:last-child {
        padding-bottom: 0rem;
        margin-bottom: 0rem;
        border: 0;
        border-bottom: 0px solid #f7f7f7;
    }

.notification-dropdown-item {
    padding: 0rem 0.6rem !important;
    font-size: smaller !important;
}

.notification-dropdown {
    padding: 0px;
}

    .notification-dropdown li.media {
        margin-bottom: 0.15rem;
    }

    .notification-dropdown .media {
        padding: 0.5rem 1.25rem !important;
        margin-top: 0.15rem !important;
    }

    .notification-dropdown .unread {
        background-color: #fafafa !important;
    }

/*Inbox table*/
.table-inbox td {
    padding: 0.75rem 1.25rem;
}

.notification-toolbar .btn-group {
    width: auto !important;
}

/*** noty  new layout **/
#noty_GcuBottomRight_layout_container {
    position: fixed;
    bottom: 25px !important;
    right: 30px !important;
    font-size: 16px;
    /*padding: 20px;
    padding-left: 20px;*/
    width: 342px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
    z-index: 11 !important;
    /*transition: .84s;*/
    background-origin: content-box !important;
}

    #noty_GcuBottomRight_layout_container > li {
        background: #fff !important;
        font-size: 16px !important;
        padding: 5px 10px 5px 0px !important;
        -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
        color: #58595b !important;
        font-weight: 700;
        border: 0 !important;
        margin-top: 4px;
        border-radius: 0 !important;
        border: 1px solid #ddd !important;
        border-left: 10px solid #2196f3 !important;
        min-height: 50px;
        /*background-image: url('../../global_assets/images/Close-icon.png');*/
    }

    #noty_GcuBottomRight_layout_container .noty_bar {
        background-image: url(../../global_assets/images/logo-blue.png) !important;
        background-position: top right !important;
        background-size: 32px !important;
        background-repeat: no-repeat !important;
        padding: 12px !important;
        box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0);
        padding-right: 30px !important;
    }

    #noty_GcuBottomRight_layout_container .noty_message {
        font-weight: normal !important;
        padding: 0px !important;
    }

    #noty_GcuBottomRight_layout_container > li:first-child {
        margin-top: 0;
    }

    #noty_GcuBottomRight_layout_container:before {
        /* content: '';
        background-image: url('../../global_assets/images/logo-blue.png');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 40px;
        height: 60px;
        display: inline-block;
        position: absolute;
        left: -29px;
        z-index: 1;
        bottom: -9px;*/
    }

    #noty_GcuBottomRight_layout_container:after {
        /*content: '';
        background-image: url(../../Content/images/login/line.svg);
        width: 300%;
        height: 8px;
        display: inline-block;
        position: absolute;
        bottom: -3px;
        left: -9px;
        right: 0;
       -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);*/
    }

.form-control[readonlyWhite] {
    background-color: #fff;
}

.table-inbox-message {
    overflow: auto !important;
    text-overflow: inherit !important;
    white-space: inherit !important;
}

.notification-dropdown i {
    font-size: 13px !important;
}

.accountStatment {
    min-height: auto;
}

.d-none {
    display: block !important;
}

.booking-search i {
    color: #fff !important;
}

.editable_table .FuelCharging input:disabled {
    background-color: transparent !important;
}

.added-reviews .dataTable tbody > tr.selected,
.dataTable tbody > tr > .selected {
    background-color: #fff;
}

@media (max-width: 991.98px) {
    [class*="col-form-label"][class*="col-lg-"] {
        padding-top: 5px;
    }
}

.editable_table input:disabled {
    /* background-color: transparent !important;*/
}

.table-inbox-time {
    width: 10rem;
    font-size: 12px;
}

.noAvailableData {
    /*border-bottom: 1px solid #ddd;*/
    width: 100%;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.contratSignature {
}

.contract-title {
    font-weight: 500;
}

.qrcode {
    margin: 5px 0px;
}

.checklist-contract th {
    background-color: #f2f2f2;
}

.checklist-contract td {
    background-color: #fbfbfb;
}

.termsAndConditions h3 {
    font-size: 16px;
}

.termsAndConditions h2 {
    font-size: 18px;
}

/* Side Bar Menu Edited */
.nav-sidebar > .nav-item > .nav-link {
    font-weight: 500;
    font-size: 13px;
}

.sidebar-light .nav-sidebar .nav-link {
    font-size: 13px;
    line-height: 23px;
}

.tab-body .vehicle-img img {
    width: 100% !important;
}

.modal .vehicle-img img {
    width: 100% !important;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.file-caption-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.file-zoom-dialog .kv-zoom-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.2rem 0.6rem;
}

.image-upload a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90px;
    line-height: 35px;
    text-align: right;
}

.image-upload {
    display: flex;
    right: 5px;
    height: 30px;
}

/*Form Builder*/
/*
.formBuilderCard {
    margin-bottom: 0px;
    position: fixed;
    overflow-y: auto;
    height: 400px;
    right: 1.25rem;
}

.formBuilderCard .card {
    margin-left: 1.25rem;
    min-height: 100%;
    height: auto;
}*/
.formBuilderCard {
    right: 1.25rem;
}

    .formBuilderCard .card {
        margin-left: 1.25rem;
    }

/*Edit Bugs*/
.custom-control-inline {
    margin-bottom: 5px;
}

.input-group-text.disabled {
    border: 0px;
}

table.editable_table textarea.long-field:disabled {
    color: #444;
}

tr.edt-mode .input-group,
tr.edt-mode .input-group {
    border: 1px solid #ddd !important;
}

tr.edt-mode .select2-selection--single,
tr.edt-mode .select2-selection--single {
    border: 1px solid #ddd !important;
}

.d-flex .sidebarSubTitle {
    display: inherit !important;
}

.dt-button-collection.fixed.two-column {
    max-height: 400px;
    overflow: auto;
}

.replace-offsetmd3 {
    margin-left: 13.66667%;
}

.switchery > small {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
}

.imgLoader {
    margin-top: 19.5% !important;
    text-align: center;
}

    .imgLoader img {
        width: 100px;
    }

.dataTables_wrapper .table td {
    min-width: auto;
}
/*
.table td {
    min-width: 200px;
}*/

.w-45 {
    width: 45%;
}

.w-10 {
    width: 10%;
}

.w-75 {
    width: 75%;
}

.w-15 {
    width: 15%;
}

/*
To make all the card color grey hover
.vehicles-class-view:hover {
    background-color:#fafafa;
}

.vehicles-class-view {
    cursor: pointer;
}

.vehicles-class-view:hover ~ .available-promotions .white-section {
    background-color: #fafafa;
    color: white;
}
*/

.pickup-vehicle-padding {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.booking-contract-table th {
    background-color: #f2f2f2;
}

.noAvailableDataDamage {
    margin-bottom: 15px;
}

.header-review-text {
    border-left: 1px solid #fff !important;
    padding-left: 7px;
    margin-left: 6px;
}

.badge-primary {
    padding: 0.6rem;
    border-radius: 5px;
    margin-right: 0.5rem;
    margin-top: 1px;
}

    .badge-primary.badge-pill {
        padding: 0.3125rem 0.375rem;
    }

/*New Updates*/
.vehicles-class-view.pickup-view {
    border-bottom: 1px solid #e4e4e4 !important;
    margin-bottom: 2rem;
    box-shadow: 0px 2px 6px -6px rgba(66, 66, 66, 1);
    padding: 5px;
}

.pickup-view {
    margin: 5px;
}

    .pickup-view .vehicle-img {
        margin-bottom: 10px;
    }

.rp-location {
    /*  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    padding-top: 2px;
    margin-bottom: 5px;*/
    width: 200px;
    word-break: break-word;
    padding-top: 2px;
    margin-bottom: 5px;
}

    .rp-location .icon-location3 {
        margin-top: 2px;
    }

.orginal-dt .dataTables_wrapper th {
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.orginal-dt .dataTables_wrapper td {
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.orginal-dt .dataTables_wrapper thead {
    border-top: 1px solid #ddd;
}

.img-profile-search {
    /* max-height: 100px;
    overflow: hidden;*/
}

@media only screen and (max-width: 767px) {
    .left-customer-content .img-profile-search {
        /*max-width: 170px;*/
        margin: 0 auto;
        text-align: center;
    }

    .img-profile-search img {
        border: 1px solid #ddd;
    }

    .customer-card .media {
        float: right;
    }

    .nav-tabs-details {
        background-color: #fff;
        padding-top: 15px;
    }

    .rp-location {
        width: auto !important;
    }

    .booking-search .search-btn {
        width: 100% !important;
    }

    .col-lg-1.col-md-9.ml-md-auto.text-center {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 2px 7px !important;
    }
}

/* New CSS for public Layout*/

.content-plain {
    padding: 0rem 8rem 5rem 8rem;
}

.navbar-plain {
    background-color: #03a9f4 !important;
}

    .navbar-plain .navbar-brand img {
        height: 4.5rem;
    }

    .navbar-plain .navbar-light {
        background-color: #03a9f4;
    }

.card-plain .navbar-header {
    margin-bottom: 0px;
}

.header-plain {
}

    .header-plain h1 {
        font-weight: 600;
        font-size: 28px;
    }

    .header-plain h3 {
        font-size: 18px;
    }

.footer {
    background-color: #444445;
    padding: 25px 20px;
    color: #fff;
    font-size: 14px;
    /*position: absolute;*/
    bottom: 0px;
    width: 100%;
    min-height: 70px;
}

/*Evaluation Template*/

.rating-templates tr:first-child {
    border-bottom: 0px solid #ddd !important;
}

.rating-templates td {
    padding: 0.5rem 0.4rem;
}

.rating-templates th {
    padding: 0.4rem;
}

.rating-templates .language-tab .nav-link {
    padding: 3px !important;
    font-size: 11px;
}

.rating-templates .nav-tabs .nav-link:hover {
    border: 1px solid #ddd;
}

.rating-templates .add-row .language-tab .nav-tabs-solid {
    background-color: transparent !important;
    border: 0px solid #fff;
}

.rating-templates .add-row .language-tab .nav-link {
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd !important;
    background-color: #f5f5f5;
    font-size: 11px;
}

.rating-templates .language-tab .nav-tabs .nav-link.active {
    border: 1px solid #03a9f4 !important;
    background-color: #03a9f4;
}

.rating-templates .add-row th {
    /*vertical-align: bottom !important;*/
}

.rating-templates .edt-mode .language-tab .nav-tabs-solid {
    background-color: transparent !important;
    border: 0px solid #fff;
}

.rating-templates .edt-mode .language-tab .nav-link {
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd !important;
    background-color: #f5f5f5;
}

.rating-templates .edt-mode td {
    vertical-align: bottom !important;
}

.rating-templates .edt-mode .form-control {
    border: 1px solid #ddd !important;
}

.rating-templates tr:first-child .edt-mode .form-control {
    border-bottom: 1px !important;
}

.customer-details-view {
    padding: 0px 10px 10px 15px;
    font-size: 13px;
}

.img-profile-view img {
    max-height: 180px;
    overflow: hidden;
}

.customer-details-view .img-profile {
    max-height: initial !important;
}

.customer-details-view .h6,
h6 {
    font-size: 13px;
}

.customer-details-view .profile-description label {
    font-size: 13px;
}

.vehicles-class-view i {
    margin-bottom: 0px;
}

img.contratSignature {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.btn-file {
    padding: 0.2375rem 0.875rem;
}

/*Styles for print page

@page {
    margin: 20mm;
}

@media print {
    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }

    button {
        display: none;
    }

    body {
        margin: 0;
    }
}
*/

.view-review-vehicle {
    max-height: initial !important;
    max-width: initial !important;
}

.modal .rating-rental-review .irs {
    height: 3rem !important;
}

.modal-dialog .rating-rental-review .col-form-label {
    text-align: justify;
}

.review-modal {
    width: 270px;
}

.review-rankName {
    font-size: 18px;
    font-weight: 500;
}

.modal .badge-primary {
    padding: 0.5rem 0.6rem;
}

.pt-4,
.py-4 {
    padding-top: 1.75rem !important;
}

.customer-details .vehicles-class-view {
    border: 0px solid #fff;
}

.public-review-info {
    margin-bottom: 2px;
    margin-left: 10px;
}

@media screen and (min-width: 1024px) {
    .footer {
        position: absolute;
    }
}

.table thead th {
    vertical-align: top;
}

.dataTable thead th {
    vertical-align: middle;
}

.addRow th {
    vertical-align: top !important;
}

small .fas {
    font-size: 12px;
}

.modal .badge-pill {
    padding: 0.3125rem 0.375rem;
}

/*New*/
.db-cardBooking .col-md-3 {
    /* padding-right: 0px*/
}

.iconCard {
    margin-right: 5px;
}

.db-cardBooking {
    /* border: 0.5px solid #ddd; */
    padding: 10px;
    border: 0px solid #ddd;
    color: #333;
    margin: 0px;
    min-height: 150px;
    padding-bottom: 0px;
    -webkit-box-shadow: 0 0px 3px #cecece !important;
}

.white-block-header {
    background-color: #fff;
    border: 0.5px solid #ddd;
    min-height: 200px;
    min-height: 230px;
    margin-bottom: 10px;
    padding-top: 70px;
    height: 92%;
}

.white-block {
    background-color: #fff;
    border: 0.5px solid #ddd;
    min-height: 110px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
}

.db-cardBooking .text-bold {
    font-size: 14px;
    font-weight: 500 !important;
}

.db-cardBookingWhite {
    background-color: #fff;
}

.iconCard {
    font-size: 25px !important;
}

.text-default {
    font-weight: 600;
}

.white-block-header .text-default {
    font-size: 15px !important;
}

.db-cardBooking {
    padding: 10px;
    /* border: 0.5px solid #ddd; */
    color: #333;
    margin: 5px;
    min-height: 135px;
    padding-bottom: 0px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.db-card a {
    color: #333;
}

    .db-card a:hover {
        color: #333;
    }

.db-card h2:hover {
    color: #0a6ebd;
}

.badge.badge-primary {
    padding: 0.3125rem 0.375rem !important;
}

.dashboard .card-body {
    padding: 0px !important;
}

.jobsList {
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.4) !important;
    border: 0px !important;
    padding: 0px !important;
}

#pickedupPrint .col-form-label {
    font-weight: 600;
}

.w-30 {
    width: 30%;
}

.w-10 {
    width: 10%;
}

table a:hover > i {
    border-bottom: 0px solid #fff !important;
}

table a:hover {
    border-bottom: 0px solid #fff !important;
}

.tablePayment td,
.tablePayment th {
    border: 0px solid #ddd;
}

.table-bordered td > a {
    border: 0px solid #ddd;
}

.tablePayment td {
    vertical-align: top !important;
}

.modal-body p {
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.w-230 {
    width: 230px;
}

/*
.editorTable .editorTable:nth-child(2) .booking-contract-table th {
    background-color: #f2f2f2 !important;
}

.editorTable .editorTable:nth-child(2) .booking-contract-table td {
    background-color: #fbfbfb !important;
}
   */

.editorTable .booking-contract-table th {
    background-color: #f2f2f2 !important;
}

.editorTable .booking-contract-table td {
    background-color: #fbfbfb !important;
}

.editorTable .datatable-show-all th {
    background-color: #f2f2f2 !important;
}

.editorTable .datatable-show-all td {
    background-color: #fbfbfb !important;
}

.charge-block {
    background-color: #fafafa;
    padding: 5px 5px 5px 5px;
    /* padding-bottom:0px;*/
    margin-bottom: 4px;
}

    .charge-block .h5,
    h5 {
        margin-bottom: 1px;
        font-size: 13px;
    }

.subTotal {
    font-size: 15px !important;
}

.charge-block label {
    margin-bottom: 0.3rem;
    font-size: 13px !important;
}

.borderDefinition:last-child {
    margin-bottom: 0px !important;
}

.definition {
    font-size: 12px;
}

.charge-block .borderDefinition:last-child {
    margin-bottom: 0px !important;
}

.bold-currency {
    font-size: 12px;
    font-weight: 700;
}

.sidebar-content .card-body {
    padding: 1rem 1rem 1rem 1rem !important;
}

.d-flex .sidebarSubTitle {
    font-weight: 500;
}

.charge-total {
    background-color: #ebf0f2 !important;
    padding: 5px;
    /*padding-bottom: 0px;*/
    margin-bottom: 4px;
}

    .charge-total .definition {
        margin-top: 0px;
        display: block;
    }

    .charge-total .defined {
        margin-top: 0px;
    }

    .charge-total .borderDefinition {
        border-top: 0px dotted #444;
        margin-bottom: 0rem;
    }

.charge-block label {
    margin-bottom: 0px;
}

.charge-total label {
    margin-bottom: 0px;
}

.charge-total .price {
    color: #ec1c24;
    font-size: 19px;
    font-weight: 500;
}

.charge-block-tax h5 {
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.charge-block ul {
    margin-bottom: 0rem;
}

.charge-total:first-child {
    border-top: 2px solid #03a9f4;
}

.charge-total .text-muted {
    font-weight: 500;
    font-size: 13px;
}

.manual-block .sidebarSubTitle {
    padding-bottom: 0px;
}

.manual-block .justify-content-center {
    margin-bottom: 5px;
}

.page-footer {
    display: table;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    right: 0px;
    height: 50px;
    left: -45px;
    right: 50px;
}

    .page-footer img {
        float: right;
    }

.db-cardBooking i.spinner {
    font-size: 1.5rem;
}

.card1 .blockUI {
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
}

.card2 .blockUI {
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
}

.blockElement {
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
}

.db-cardBooking i.spinner {
    font-size: 1.5rem;
}

.jobsListcard i {
    font-size: 25px !important;
}

.jobsListcard .blockUI {
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
    border: 0.5px solid #ddd;
}

.jobsListcard i.spinner {
    font-size: 1rem !important;
    color: inherit;
}

.jobsListcard .blockOverlay {
    left: 0px !important;
    margin-left: 1px !important;
    width: 99% !important;
}

.sidebarVariable .card-title {
    background-color: #e8e8e8;
    color: #444 !important;
}

    .sidebarVariable .card-title > a {
        color: #444 !important;
    }

.sidebarVariable li {
    line-height: 10px !important;
    font-size: 11px;
}

.dragula-handle {
    font-size: 11px;
}

/*test Page footer*/

.page-footer {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    margin-left: 20px;
    margin-right: 10px;
    border-opacity: 0.7;
}

.border-bottom-1 {
    border-bottom: 1px solid #ddd;
}

.collapse-list .icon-warning22 {
    margin-right: 10px;
}

.booking-notes .vehicle-review {
    background-color: #fafafa;
    border: 0px;
    padding: 10px;
    margin-bottom: 5px;
}

    .booking-notes .vehicle-review .w-75 {
        width: 50% !important;
    }

    .booking-notes .vehicle-review .col-md-2 {
        text-align: center;
    }

.cockpitIconFilter {
    display: inline-table;
    padding-top: 8px;
}

    .cockpitIconFilter i {
        font-size: 20px;
    }

.db-cardBooking .col-md-4 {
    padding-right: 0px;
}

.db-cardBooking .col-md-3 {
    padding-right: 0px;
    padding-left: 0px;
}

.col-lg-5 .db-cardBooking .col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
}

.db-cardBooking .col-md-6 {
    padding-right: 0px;
}

.agentCockpitSearch
.select2-selection--single:not([class*="bg-"]):not([class*="border-"]) {
    border-right: 0px !important;
    width: 130px;
}

.agentCockpitSearch .select2-container {
    border: 0px !important;
}

.agentCockpitSearch .select2-selection--single {
    border: 0px;
}

.jobsListcard.white-block-header {
    min-height: 140px;
    text-align: center !important;
}

.jobsListcard .blockOverlay {
    margin-top: -2px !important;
    min-height: 100px !important;
}

.blockUI.blockOverlay {
    z-index: 8 !important;
}

.card-spinner {
    z-index: 8 !important;
}

.booking-search .input-group-text i {
    color: #b3b3b3 !important;
    font-size: 13px;
}

.booking-search .disable-mode i {
    color: #fff !important;
}

.modal .datatable-footer {
    border-top: 0px solid #b7b7b7;
}

.file-preview-frame .kv-file-content {
    height: 7rem;
}

.datatable-header {
    /*border-bottom: 0px solid #ddd;*/
}

.vehicleCarSize img {
    height: 70px !important;
}

.language-switch {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
}

/*.file-preview-frame {
    width:100% !important;
    margin:0px!important;
}

.uploadIcon .file-footer-caption {
    display:none;
}
.uploadIcon .file-actions {
    display: none;
}

.uploadIcon .file-preview-frame .kv-file-content {
    height: 4rem;
}*/
.uploadIcon .file-drop-zone {
    margin: 11px;
}

.uploadIcon .file-footer-caption {
    padding: 0.5rem;
}

.uploadIcon .file-preview-thumbnails {
    width: 100%;
}

.uploadIcon .file-preview-frame {
    margin-right: 0rem;
    border: 0px;
    padding: 0px;
}

.uploadIcon .file-thumbnail-footer {
    display: none;
}

.uploadIcon .file-input {
    width: 150px;
}

.upload-icon-edit .file-input {
    width: 100px;
}

.uploadIcon .file-preview-frame .kv-file-content {
    height: 3rem;
}

.uploadIcon .file-preview .close {
    padding: 0px;
}

/*

@page {
    margin-bottom: 500px;
    counter-increment: page;
}

@media print {
    .page-break {
        height: 0;
        page-break-before: always;
        margin: 0;
        border-top: none;
    }
    thead {
        display: table-row;
    }
}

.page-footer img {
    margin-bottom: -5px;
}
*/

/*
.page-header, .page-header-space {
    height: 100px;
}*/

/*.page-footer1, .page-footer-space {
    height: 50px;
}*/

.page-footer1 {
    position: fixed;
    bottom: 0;
    width: 95.6%;
    border-top: 1px solid #ddd;
    margin-left: 22px;
    padding-top: 5px;
}

    .page-footer1 img {
        float: right;
    }

/*.page-header {
    position: fixed;
    top: 0mm;
    width: 100%;
    border-bottom: 1px solid black;}
*/

.page {
    page-break-after: always;
}
/*
@page {
    margin: 20mm
}

@media print {
    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }

    button {
        display: none;
    }

    body {
        margin: 0;
    }
}*/

#inline-btn_1042 {
    cursor: auto;
}

.upper-canvas {
    cursor: auto !important;
}

li.nav-item {
    color: #fff;
    /* margin-bottom:10px;*/
}

.add-row th {
    background-color: #aae2fb !important;
    padding: 0.4rem 0.4rem !important;
}

/* New Add it */

#dtVehicleFinesDynamicContract_wrapper .datatable-header {
    display: none !important;
    border-bottom: 0px !important;
}

#dtVehicleDamageDynamicContract_wrapper .datatable-header {
    display: none !important;
    border-bottom: 0px !important;
}

#dtVehicleFinesDynamicContract_wrapper .datatable-footer {
    border-top: 0px solid #b7b7b7;
}

#dtVehicleDamageDynamicContract_wrapper .datatable-footer {
    border-top: 0px solid #b7b7b7;
}

.editorTable th {
    padding: 0.4rem !important;
}

.editorTable td {
}
/*
#dtVehicleDamageDynamicContract th {
    background-color: #f2f2f2 !important;
}

#dtVehicleDamageDynamicContract td {
    background-color: #fbfbfb !important;
}

#dtVehicleFinesDynamicContract th {
    background-color: #f2f2f2 !important;
}

#dtVehicleFinesDynamicContract td {
    background-color: #fbfbfb !important;
}*/

.editable_table td {
    padding: 0.4rem 0.4rem;
}

td.no-padding {
    padding: 0px !important;
}

.top-100 {
    top: 100px !important;
}

/*@page {
    margin: 0.5cm;
}*/

@media print {
    body {
        background-color: #fff !important;
    }

    .page-header {
        border: 0px solid #ddd !important;
    }

    .editorTable .col-form-label {
        padding: 0px !important;
    }

    .editorTable .d-block {
        line-height: 24px;
    }

    .editorTable td {
        padding: 0px 15px !important;
    }

    .grey-bg .editorTable td {
        padding: 0px 15px !important;
    }

    .rental-info td {
        padding: 0px 15px !important;
    }

    .editorTable .text-bold {
    }

    .editable_table td {
        padding: 0px 15px !important;
    }

    .editorTable.customer-info td {
        padding: 0rem 0.4rem !important;
    }

    td.no-padding {
        padding: 0px !important;
    }

    #dtVehicleDamageDynamicContract th {
        color: #444 !important;
    }

    .table-print th {
        background-color: #f2f2f2 !important;
    }

    .table-print-blue th {
        background-color: #03a9f4 !important;
        color: #fff !important;
    }
}
/*

.no-image {
    background-color: #FFFDE3;
    min-height: 100px;
    text-align: center;
    padding-top: 30px !important;
}

.no-image img {
    max-width: 100%;
    height: auto;
}
*/
.m-100 {
    margin-top: 100px;
}

.w-33 {
    width: 33%;
}

@media (min-width: 768px) {
    .sidebar-xs
    .sidebar-main.sidebar-light
    .nav-sidebar > .nav-item-submenu > .nav-group-sub {
        background-color: #fcfcfc;
        border: 1px solid rgba(0, 0, 0, 0.125);
        color: #444;
    }
}

.border-bottom {
    border-bottom: 1px solid #03a9f4 !important;
}

/* IE only */

_:-ms-fullscreen,
:root .Login-bg {
    display: block !important;
}

_:-ms-fullscreen,
:root .Login-bg {
    padding-top: 100px !important;
}

@media only screen and (max-width: 767px) {
    .db-cardBooking .col-md-3 {
        padding-left: inherit;
        padding-right: inherit;
    }

    .col-lg-5 .db-cardBooking .col-md-4 {
        padding-left: inherit;
        padding-right: inherit;
    }

    .db-cardBooking .col-md-4 {
        padding-right: 0.625rem;
    }

    .db-cardBooking .col-md-6 {
        padding-right: 0.625rem;
    }
}

.single-file-attachment .form-control {
    border: 0px;
}

.single-file-attachment .btn-file {
    background-color: #fff !important;
    color: #000 !important;
    border: 0px !important;
    cursor: pointer;
}

    .single-file-attachment .btn-file:hover {
        background-color: #fff !important;
        color: #03a9f4 !important;
        border: 0px !important;
        cursor: pointer;
    }

    .single-file-attachment .btn-file i {
        font-size: 30px;
        top: -20px;
    }

.single-file-attachment .file-input-new .file-caption-name {
    color: #444 !important;
}

.single-file-attachment .input-group {
    direction: rtl;
}

.single-file-attachment .form-control {
    text-align: left;
    direction: ltr;
}

.receipt1 {
    /* border: 1px solid #ddd; margin-bottom: 10px;*/
    font-size: 14px;
    /* max-width: 700px;*/
}

.header {
    padding: 5px;
}

.title {
    width: 100%;
    background-color: #f2f2f2;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    padding: 0px;
    line-height: 50px;
    margin-bottom: 5px;
}

.receipt-body {
    /*    padding: 5px;
    padding: 10px 20px;*/
    line-height: 25px;
    /* width: 700px;*/
}

.footer {
    width: 100%;
    background-color: #f2f2f2;
    height: 20px;
}

.infoLabel {
    font-weight: 600;
    padding-right: 10px;
    line-height: 22px;
}

.header img {
    width: 125px; /*padding: 5px 10px 5px 10px;*/
    padding: 5px;
}

.receipt-signature {
    margin-top: 60px;
}

.title2 {
    background-color: #262626;
    color: #fff;
    padding: 3px 20px;
    font-weight: 600;
    margin: 10px 0px 5px 0px;
}

.receipt-table {
    width: 100%;
    margin-top: 5px;
    background-color: #f2f2f2;
}

    .receipt-table thead {
        background-color: #d9d9d9;
    }

    .receipt-table th {
        padding: 5px;
    }

    .receipt-table td {
        padding: 5px;
    }

.tableTitle {
    font-weight: 600;
    padding-right: 10px;
    line-height: 22px;
    margin-top: 20px;
}

.receipt-33 {
    width: 33%;
}

.receipt-10 {
    width: 10%;
}

.page table {
    margin: 0 auto;
}

    .page table td {
        /*width:750px;*/
        padding: 0px 10px;
    }

    .page table .table-total {
        padding: 0px 10px;
    }

    .page table .table-blance {
        padding: 0px 10px;
        margin-bottom: 25px;
    }

#displayarea img {
    max-width: 100%;
    height: auto;
}

.search-card .img-profile {
    max-width: fit-content;
}

.page .dt-buttons {
    display: none;
}

.page thead {
    /*border:1px solid #ddd;*/
}

.page .datatable-footer {
}

.customers-segment .btn-group {
    width: inherit !important;
}

.customers-segment .btn-primary {
    margin-right: 4px;
}

.customers-segment .divLocation {
    margin-top: 10px !important;
    margin-right: 8px;
}

.customers-segment .more {
    margin-left: 10px;
}
/*
.customers-segment .rule-value-container .divLocation {*/
/*width: 100% !important;*/
/*display: inline-block !important;
    margin-top: 8px !important;
}

.customers-segment .query-builder .rules-group-container, .query-builder .rule-container, .query-builder .rule-placeholder {
    width: 100% !important;
    display: inline-block !important;
}

.rule-value-container {
    width: 100%;
    display: table;
}*/

.location-filter {
    width: 100% !important;
    display: flow-root !important;
    margin-top: 8px !important;
}

.print-invoice p {
    line-height: 25px;
    margin-bottom: 0px;
    font-size: 13px;
}

.print-invoice small {
    font-size: 90% !important;
}

.print-invoice h2 {
    font-weight: 700;
    line-height: 22px;
    margin-top: 8px;
}

.line-height-20 {
    line-height: 20px;
    margin-top: 15px;
}

.receipt2 {
    font-size: 14px;
    max-width: 800px;
    margin: 0 auto;
}

.d-inline-block {
    outline: 0;
}

.datatable-scroll-wrap {
    /*overflow: visible;*/
}

.carousel-section .book-btn {
    bottom: 0px;
    position: absolute;
    left: 0px;
}

.page table {
    width: 100%;
}

.booking-summary-dates .table td {
    padding: 0.4rem;
}

.booking-summary-dates .ml-md-5 {
    margin-left: 2.85rem !important;
}

.modalGreyBox {
    background-color: #fafafa;
    border: 1px solid #ddd;
    padding: 5px 15px;
}

    .modalGreyBox p {
        font-size: 14px;
    }

.modalTitle {
    font-size: 15px;
}

.collaps-signature .jSignature {
    position: relative !important;
}

/*.modal {
    z-index: 999999999;
}*/

/*****New editing*********/
.dataTables_processing {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 60px;
    z-index: 1000000000000 !important;
    background: #fff !important;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 20%;
    min-height: 250px !important;
}

.dataTable thead .sorting_asc:after {
    left: auto !important;
    right: auto !important;
    margin-left: 10px !important;
}

.dataTable thead .sorting_desc:after {
    left: auto !important;
    right: auto !important;
    margin-left: 10px !important;
}

.btn-file input[type="file"] {
    cursor: pointer !important;
}

.single-file-attachment .btn-file i {
    position: inherit;
}

#basic-tab13 .btn-file {
    margin-top: -20px;
}

.BaseCurrencyIdText {
    line-height: 35px;
}

a.btn-confirm {
    border-bottom: 0px solid #03a9f4;
}

.save_editable_mode_tax {
    margin-left: 5px;
}

.crossed-border-1 {
    width: 250px;
}

.crossed-border-2 {
    width: 180px;
}

.crossed-border-3 {
    width: 150px;
}

.crossed-border-4 {
    width: 150px;
}

.crossed-border-5 {
    width: 150px;
}

.form-check:not(.form-check-inline):last-child {
    text-align: left;
}

.crossed-border-table td {
    padding: 6px;
}

.add-row .fa-l {
    cursor: pointer;
}

.text-centerall.text-danger {
    color: #e43d31 !important;
}
/*
.btn-file {
    position: inherit;
}*/
.carousel-section p:last-child {
    margin-bottom: 10px;
    display: grid !important;
}

a.deleteRow2 {
    border-bottom: 0px !important;
}

.add-row .language-tab .nav-link {
    background-color: #f7f5f5;
}

.add-row .language-tab .nav-tabs-solid {
    border: 0px solid #fff;
    /* margin-bottom: -3px;*/
    background-color: transparent;
}

/*.editable_table .language-tab .nav-tabs-solid {
    margin-bottom: -3px;
}*/

.move-mt {
    margin-top: -20px;
    margin-bottom: 5px;
}

.edit-user-1 {
    width: 300px;
}

.edit-user-2 {
    width: 700px;
}

/*.edit-user-table td {
    padding: 6px !important;
}

.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #999 !important;
}
*/
.select2-selection--single .select2-selection__rendered {
    padding-left: 0.375rem;
}

.dropdown-toggle {
    white-space: initial;
}

.spinner-dt {
    top: 28% !important;
}

.maindivsignature {
    padding-bottom: 10px;
}

.form-padding {
    /* padding: 25px 35px 10px 35px;*/
}

.form-padding2 {
    padding: 10px 12px;
}

.form-padding3 {
    padding: 10px 12px;
}

/*.bulk-expenses .select2-selection--single .select2-selection__rendered {
    width: 135px;
    padding-right: 5px;
}*/

.btn-file span {
    line-height: 26px;
}

.modal-dialog .maindivsignature {
    padding: 10px 10px 45px 10px;
}

.customer-details .rating {
    margin-bottom: 0px !important;
}

.additional-services-table
.select2-selection--single
.select2-selection__rendered {
    width: 400px;
}

.additional-services-table .text-center a {
    border-bottom: 0px !important;
}

.add-accident-table .datatable-scroll-wrap {
    overflow: visible;
}

.add-accident-table {
    width: 100% !important;
    overflow-x: inherit;
}

.add-accident1 {
    width: 150px;
}

.add-accident2 {
    display: flex !important;
}

.add-accident-table .datatable-footer {
    display: none;
}

.add-row td {
    padding: 0.4rem 0.4rem;
}

.addRow td {
    padding: 0.4rem 0.4rem;
}

.name-row {
    display: flex;
    margin-top: -1px;
}

.entity-party {
    width: 100%;
}

.add-accident-table td {
    border-top: 0px solid #ddd;
}

.signatures input {
    right: 10px !important;
    border: 1px solid #ddd;
    background-color: #ebebeb !important;
    padding: 0.4375rem 0.875rem;
    bottom: 10px !important;
}

    .signatures input:focus {
        outline: 0 !important;
    }

.select2-container--disabled .select2-selection--multiple:not([class*="bg-"]) {
    background-color: #f7f5f5 !important;
}

.single-attachment-repair .file-input {
    margin-top: -10px;
}

.single-attachment-repair .input-group > .input-group-append > .btn {
    margin-top: -20px;
}
/*
.view-mode .input-group-text {
    background-color: #F7F5F5 !important;
    color: #b3b3b3;
}*/

.font-size-16 {
    font-size: 16px;
    margin-bottom: 10px;
    display: table;
}

.calendar-status .booking-confirmed-status {
    width: auto !important;
    padding: 5px !important;
}

.setting-tab .dragula-handle {
    font-size: 15px;
}

.setting-tab li.media {
    margin-top: 0px;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.edt-mode .Charge {
    border: 0px !important;
}

.policy-mmy .datatable-header {
    display: none;
}

.policy-mmy .dataTable {
    border-top: 1px solid #ddd !important;
}

.uploadIcon .btn-file input[type="file"] {
    /*  position: inherit;*/
    height: 2px;
}
/*
.btn-file {
    z-index: 9999999999999;  
    cursor: pointer;
    position: inherit;
}

*/
.class-details {
    border: 1px solid #03a9f4;
    padding: 0px 20px 10px 25px;
    color: #606060;
}

    .class-details .text-bold {
        font-weight: 700 !important;
        font-size: 13px;
        margin-top: -15px;
    }

.ScaleTo {
    height: 33px;
}

tr.edt-mode .input-group input {
    border: 0px solid #ddd !important;
}

tr.selected input {
    background-color: transparent;
}

.iconBtn {
    border: 0px;
    background: transparent;
}

.booking-search .col-md-3 {
    padding-left: 0.425rem !important;
}

.booking-search .col-md-5 {
    padding-left: 0.425rem !important;
    padding-right: 0.425rem !important;
}

.img-profile-search img {
    max-height: 120px !important;
}

.modal-body .col-lg-8.col-md-12.p-0 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.modal-body .col-lg-12.col-md-12.mb-3.mt-3 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.class-view .icons.icon-gears {
    margin-left: -3px;
}

.customer-card h6.text-default {
    color: #606060;
}

    .customer-card h6.text-default i {
        color: #606060;
        font-size: 15px !important;
    }

.col-form-label .img-icon {
    margin-left: -2px;
}

.modal-body .col-lg-7.col-md-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.modal-body .col-lg-10.col-md-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.collaps-polices .col-md-6 {
    margin-bottom: 25px;
}

.controls {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.editorTable span.text-bold {
    margin-top: 5px !important;
    display: block;
}

#Exterior_PickedupReturn {
    padding: 0px !important;
}

#Interior_PickedupReturn {
    padding: 0px !important;
}

#Exterior_return {
    padding: 0px !important;
}

#Interior_return {
    padding: 0px !important;
}

.editorTable td.contractIcon {
    padding-left: 15px !important;
}

.editorTable td.pl-0 {
    padding-left: 0px !important;
}

.editorTable td.agency-img {
    padding-left: 0px !important;
}

.rental-info td.contractIcon {
    padding-left: 10px !important;
}

.available-checkmark {
    text-align: center !important;
}

/*.accordion-section .maindivsignature {
    padding-bottom:45px;
}
*/
.signatures input {
    bottom: 10px !important;
}

.dataTables_length > label > span:first-child {
    margin: 0.8rem 0.83333rem !important;
}

.booking-pickup-vehicle .available-colors i {
    border: 1px solid #ddd;
    padding-top: 1px;
    font-size: 18px;
}

.booking-pickup-vehicle .vehicle-name span {
    padding: 0.11rem 0.5rem;
}

.pickup-mt-5 {
    margin-top: 36px;
}

.popover {
    /* width: 400px !important;*/
    background-color: #fafafa;
    /* height: 300px;
    overflow-y: auto;*/
}

.campaign-coursol-btn {
    height: 40px;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

.rating-templates .language-tab .nav-link {
    padding: 2px !important;
}

.rating-templates > tbody > tr:not(.inEditMode):not(.addRow):not(.editRow) > td
input,
.rating-templates > tbody > tr:not(.inEditMode):not(.addRow):not(.editRow) > td
.select2-selection--single {
    border: 1px solid #ddd !important;
}

/*.rating-templates td {
    vertical-align: bottom !important;
}*/

.rating-templates > tbody > tr:not(.inEditMode):not(.editRow) > td
.form-control:disabled {
    background-color: transparent !important;
    border: 0 !important;
}

.editable_table .add-row input:disabled {
    border: 1px solid #ddd;
    border-right: 0px;
}

.editable_table .view-mode input:disabled {
    background-color: transparent !important;
}

.editable_table .input-group-text {
    font-size: 13px !important;
}
/*
.editable_table .view-mode > td .form-control:disabled {
    background-color: transparent !important;
}
.editable_table .view-mode .disable-mode {
    background-color: transparent !important; color:#333 !important; font-size:13px;
}

.dt-hidden-control {
    border: 0px !important;
    background: transparent !important;
    background-color: transparent !important;
    height:0px !important;
    padding:0px !important;
}
.editable_table .view-mode .disable-mode{}
*/

table .view-mode .form-control:disabled {
    background-color: transparent !important;
    border: 0px;
}

table .view-mode .disable-mode {
    background-color: transparent !important;
    border: 0px;
    color: #333;
    font-size: 13px !important;
}

table
.view-mode
.select2-container--disabled
.select2-selection--single:not([class*="bg-"]) {
    background-color: transparent !important;
    border: 0px;
}

table .view-mode .select2-selection__arrow {
    display: none;
}

.agentCockpitSearch .form-group-feedback-right .form-control {
    margin-bottom: 0px !important;
}
/*

#primary-canvas_3 {
    width: auto !important;
}

.left-content .vehicles-class-view {
    overflow-wrap: anywhere;
}
*/

/***********************Media Quiry*****************************/
/*Media Queiry*/
@media only screen and (min-width: 768px) {
    .mt-custom {
        margin-top: 2.1rem;
    }

    .mt-custom2 {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    .vehicleMaxWidth {
        width: 100%;
    }

    .sidebar-content {
        margin-top: 10px;
        padding-left: 0px;
    }

        .sidebar-content .card.border-top-0 {
            border-top: 1px solid #ddd !important;
        }

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

    .drop-bulk-action ul {
        /*display:inherit !important;*/
    }
    @media (min-width: 768px) {
        .right-text {
            padding-left: 10px !important;
        }
        .New-Booking {
            padding: 15px;
        }
    }
        .custom-control-inline {
            /*margin-bottom: 10px !important;*/
        }

        .modal-dialog-slideout {
            min-width: auto !important;
        }

        .modal-sm.modal-dialog-slideout {
            min-width: auto !important;
        }

        .modal .select-vehicle {
            min-width: auto !important;
        }

        .modal .extended-rental {
            min-width: auto !important;
        }

        .file-drop-zone-title {
            padding: 0px;
        }

        .form-right {
            margin-top: 0px;
        }
        /*.class-view .card-header{ margin-top:27px;}*/
        .booking-search .col-md-4 {
            margin-bottom: 10px;
        }

        .booking-search {
            padding: 1.25rem !important;
        }

        .mySlides img {
            height: auto !important;
        }
        /*.sidebar-content{padding-left: 0px;}*/
        .left-content {
            padding-right: 0px;
        }

        .collapse-list .card-body {
            padding: 0.5rem;
        }

        .white-tag {
            width: 100px;
            color: #fff;
            text-align: center;
            vertical-align: middle;
            font-size: 11pt;
            font-weight: 600;
            margin-top: -30px;
            padding: 10px;
            border: 0.5px solid #fff;
            border-radius: 10px;
        }

        .d-md-flex {
            display: inline !important;
        }

        .nav-tabs-vertical {
            border-right: 0px !important;
            margin-bottom: 15px !important;
        }

        .right-customer-info {
            margin-left: 0px !important;
            margin-top: 10px;
        }

        .text-append .input-group-text {
            padding: 0px 15px 0px 0px !important;
            border: 0px;
        }

        .membership-space {
            margin-bottom: 1.25rem;
        }

            .membership-space .input-group-append {
                display: block;
            }

        .booking-search .btn {
            margin-top: 10px !important;
        }

        .booking-search .text-center {
            text-align: left !important;
            margin-bottom: 5px;
        }

        .booking-search .search-btn {
            font-size: 41px;
            background-color: #03a9f4;
            color: #fff;
            width: 102px;
            height: 40px;
            border-radius: 0px;
            line-height: normal;
            margin-left: 0px !important;
        }

        .vehicles-view .text-center {
            text-align: center !important;
        }

        .db-cardBooking .text-center {
            text-align: center !important;
        }

        .book-now.text-center {
            text-align: center !important;
            padding-bottom: 5px;
        }

        /*.dataTables_length{ width:100%}*/
        .booking-search .btn {
            padding: 0.2rem 0.4rem !important;
        }

        .column-space {
            padding-right: 0.425rem !important;
            padding-left: 0.425rem !important;
        }

        .booking-search .text-r {
            text-align: left !important;
            padding-left: 0.625rem !important;
            margin-bottom: 5px;
        }

        .mySlides {
            height: inherit;
        }

        .booking-summary-dates {
            margin-top: 10px;
            margin-left: 0rem;
            margin-right: 0rem;
        }

        .ml-4 {
            margin-left: 0px !important;
        }

        .booking-summary-dates .right-control {
            padding-left: 10px;
        }

        .customers-segment .form-control {
            min-width: initial;
        }

        .baserate .form-control {
            min-width: initial;
        }

        .search .form-group-feedback {
            margin-left: 0px !important;
        }

        .search .w-50 {
            width: 100% !important;
        }

        .reviews h5 {
            font-size: 20px;
        }

        .reviews-text {
            margin-left: 0px;
        }

        .datatable-resize .text-right {
            text-align: right !important;
        }

        .rating .reviews {
            width: 100%;
            min-height: 100px;
        }

        .reviews .text-center {
            text-align: center !important;
        }

        .media-settings.w-80 {
            width: 100% !important;
        }

        .rental-settings .text-center {
            text-align: center !important;
            margin: 0 auto;
            margin-bottom: 20px;
        }

        .rental-settings
        .form-group
        [class*="col-lg-"]:not([class*="col-form-label"]) + [class*="col-lg-"] {
            margin-top: 0px !important;
        }

        .grey-bg .text-only {
            text-align: left !important;
        }

        /*.pl-0{padding-left: .625rem !important;}*/
        .grey-bg {
            min-height: 380px;
        }

        .btn-group {
            width: 95% !important;
        }

        .header-elements-inline {
            display: inline-block;
        }

        .accountStatment {
            margin-top: 0px;
        }

        .popover {
            background-color: #fafafa;
        }

        .view-mode-w {
            width: 100%;
            border: 1px solid #ddd;
        }

        tr.view-mode .btn.edit {
            text-align: left;
        }

        a.text-blue-border {
            line-height: 17px !important;
        }

        .page-header-content .header-elements {
            text-align: center;
        }

        .icon-tag {
            height: 40px !important;
            width: 30px !important;
        }

        /*.vehicles-class-view .flex-nowrap {
        flex-wrap: wrap !important;
    }
    .vehicles-class-view .flex-nowrap .d-flex {
        display: table-row !important;
    }*/

        .vehicles-class-view ul {
            font-size: 12px;
        }

        .vehicle-price {
            font-size: 1.5rem;
        }

        .left-customer-content {
            margin-bottom: 10px;
        }

        .white-tag {
            margin-left: -35px;
            margin-top: 0px !important;
        }

        .replace-offsetmd3 {
            margin-left: 0% !important;
            margin-bottom: 10px;
        }

        .text-left.w-75 {
            white-space: initial !important;
        }

        .content-plain {
            padding: 0rem 3rem 3rem 3rem !important;
        }

        .w-20 {
            width: 25% !important;
        }

        .grey-bg {
            min-height: 400px;
        }

            .grey-bg .pl-0 {
                padding-left: 0.625rem !important;
            }

        /*** new **/

        .search .btn-forms.btn-cancel.dropdown-toggle {
            width: 100% !important;
            padding: 5px;
        }

        .icon-filter3.mr-2 {
            margin-right: 0.2rem !important;
        }

        .form-group-feedback-right .form-control {
            margin-bottom: 5px;
        }

        .page-title .text-muted.ml-3 {
            margin-left: 0px !important;
        }

        .page-title .text-muted .ml-2 {
            margin-left: 0px !important;
        }

        .page-title .ml-3 {
            margin-left: 0px;
        }

        .vehicleTypesTitle {
            margin-top: 30px;
        }
    }

@media (max-width: 767.98px) {
    .ColVis,
    .DTTT_container,
    .dataTables_filter,
    .dataTables_info,
    .dataTables_length,
    .dataTables_paginate {
        text-align: right;
    }

    .white-tag {
        margin-right: 5px;
        margin-top: 15px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 320px) {
    .arrow_box {
        display: none;
    }

    .formDropMenu {
        min-width: 200px !important;
    }

    .content-plain {
        padding: 0rem 1rem 1rem 1rem !important;
    }

    .customer-rate-view.rating {
        padding-bottom: 10px;
    }

    canvas {
        width: 200px !important;
    }
}

@media only screen and (max-width: 540px) {
    .prremove-0 {
        padding-right: 0.625rem;
    }

    .plremove-0 {
        padding-left: 0.625rem;
    }

    .flex-wrap-m {
        flex-wrap: wrap !important;
    }

    .card-body {
        padding: 0.7rem;
    }

    .form-group
    [class*="col-md-"]:not([class*="col-form-label"]) + [class*="col-md-"] {
        margin-top: 0px;
    }
    /* .form-group{ margin-bottom:1rem !important;}*/
    .right-text {
        padding-left: 15px;
    }
    .New-Booking {
        padding: 15px;
    }

    .text-center {
        text-align: left !important;
    }

    .editable_table .text-center {
        text-align: center !important;
    }

    /* [class*=bg-]:not(.bg-transparent):not(.bg-light):not(.bg-white):not(.btn-outline):not(body){ white-space:nowrap;}*/
    .page-header-content .header-elements {
        overflow: scroll;
    }

    .table-responsive .form-margin {
        margin-left: 0px;
    }

    .modal .float-right {
        float: none !important;
    }
    /*.right-side{ margin-left:0px;}*/
    .text-only {
        text-align: left !important;
        padding: 0px 10px !important;
    }

    .column-space {
        padding-right: 0.625rem;
        margin-bottom: 10px;
    }

    .booking-modal .modal-body button.close {
        margin-top: -60px;
        margin-right: -20px;
    }

    .booking .collapse-list .card-body {
        padding: 0rem !important;
    }

    .mt-4 {
        margin-top: 0.8rem !important;
    }

    .collapse-space {
        margin-left: 0px;
        padding-left: 0px;
    }

    .form-group-mobile {
        margin-left: -8px;
    }

        .form-group-mobile .col-md-2 {
            padding-left: 0px;
            margin-bottom: 0.6rem;
        }

    .arrow_box:after {
        display: none;
    }

    .arrow_box {
        padding-right: 5px;
        padding-left: 5px;
        margin-left: 5px !important;
        font-size: 10px;
    }

    .collapse-space .col-lg-10 {
        margin-bottom: 0.6rem !important;
    }

    .booking .collapse-list .card-body {
        margin-top: 10px;
    }

    /*.btn {
        padding: .4rem;
    }*/

    .formDropMenu {
        min-width: 300px !important;
    }

    .filterDropMenu {
        /*height: 300px;*/
        overflow-x: auto;
    }

    .text-right {
        /*text-align:left !important;*/
    }

    .print-email-authorized {
        margin-bottom: 10px;
    }

    .vehicles-class-view.rating {
        padding-bottom: 1.25rem;
    }

    .banner .file-drop-zone-title {
        padding: 0rem;
    }

    .rental-settings .text-center {
        text-align: center !important;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .rental-settings .ml-2 {
        margin-left: 0px !important;
    }

    .login-form .text-center {
        text-align: center !important;
    }

    .db-card .text-center {
        text-align: center !important;
    }

    .login-form .text-right {
        text-align: center !important;
    }

    .left-customer-info li.blacklist-info {
        width: 100%;
    }

    .left-customer-info li.membership-info {
        width: 100%;
    }

    .login-form {
        margin-top: 80px;
    }

    .login-logo i {
        font-size: 50px;
    }

    .grey-bg {
        min-height: 250px;
    }

    .collapse-booking .switchery-default {
        margin-top: 0px;
    }

    .reviews .border-left {
        border-left: 0px !important;
    }

    .reviews.p-3 {
        padding: 0.32rem !important;
    }

    .sidebar-content {
        margin-top: 10px;
        padding-left: 0px;
    }

    .accountStatment {
        margin-top: 10px !important;
    }

    .sidebar-xs .navbar-header .navbar-brand-xs {
        display: none;
    }

    .btn-mobile {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .available-promotions .white-section {
        display: none;
    }

    .available-promotions .available-promotions-title {
        margin-top: 0px !important;
        padding-bottom: 10px;
    }

    .signatureplaceholder:before {
        left: 20% !important;
    }
    /*
    .vehicles-class-view .flex-nowrap {
        flex-wrap: nowrap !important;
    }

    .vehicles-class-view .flex-nowrap .d-flex {
        display: flex !important;
    }

 */

    .page-header-content .header-elements {
        padding: 15px 0px !important;
        border-bottom: 0px !important;
    }

    canvas {
        /*width: 300px !important;*/
    }

    .form-padding {
        padding: 10px 20px 20px 20px;
    }

    .form-padding2 {
        padding: 10px 20px 20px 20px;
    }

    .form-padding3 {
        padding: 10px 20px 20px 20px;
    }

    .available-checkmark.text-center {
        text-align: center !important;
    }

    .vehicle-information-title {
        font-size: 16pt;
    }

    .booking-modal .vehicle-title {
        font-size: 16pt;
    }
}

@media only screen and (max-width: 766px) {
    .breadcrumb-line {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    /*.class-view .card-header{ margin-top:35px;}*/
    @media (max-width: 768px) {

        .btn-forms {
            margin-bottom: 20px;
        }
    }
    @media (min-width: 768px) {

        .btn-forms {
            margin-bottom: 5px;
        }
    }
        .search .btn-group {
            width: 100% !important;
            margin-top: 5px;
        }

        .filters-parent .group-actions .btn {
            padding: 0.2rem;
            margin-bottom: 2px;
        }

        .dt-buttons > .btn {
            padding: 0px;
        }

        .dataTables_length {
            margin-top: -8px;
            float: right !important;
        }

            .dataTables_length > label {
                margin-bottom: 8px;
            }

        .dtcustombutton {
            margin-bottom: 5px;
            width: 100%;
            margin-left: 0px !important;
            float: right;
        }

            .dtcustombutton.mr-2 {
                margin-right: 0px !important;
            }

        .customer-details .img-profile {
            max-height: inherit !important;
        }

        .img-profile .profile-type {
            position: relative !important;
            margin-top: -20px !important;
        }

        .right-side {
            margin-left: 1.25rem !important;
        }

        .breadcrumb-item + .breadcrumb-item::before {
            padding-right: 0.2rem;
        }

        .breadcrumb-item + .breadcrumb-item {
            padding-left: 0.2rem;
        }

        .breadcrumb-item {
            padding: 0.325rem 0;
        }

        .modal .text-uppercase {
            font-size: 9pt;
        }

        .left-customer-content .right-side {
            margin-left: 0rem !important;
        }

        .right-customer-content .right-side {
            margin-left: 0rem !important;
        }

        .vehicles-class-view {
            border-right: 0.5px solid #ddd !important;
        }

            .vehicles-class-view .book-now {
                border-right: 0px solid #ddd;
            }

        .modal-dialog .rating-rental-review .col-form-label {
            margin-top: 0px;
            padding-top: inherit;
        }

        .removeOnMobile {
            display: none;
        }

        .sidebar-xs .navbar-header .navbar-brand-xs {
            display: none;
        }

        .table-mobile {
            display: block;
            width: 100%;
            overflow-x: auto;
        }

        .table-total {
            width: 100% !important;
        }

        .table-blance {
            width: 100% !important;
        }

        .dataTables_length {
            width: 100%;
        }

        .accountStatment.right-customer-info {
            margin-bottom: 15px;
        }

        .review-date {
            width: 100%;
            display: table;
            position: inherit;
        }

        .page-header-content {
            display: grid;
        }

            .page-header-content .header-elements {
                background-color: #fff;
                display: inline-flex !important;
            }

        .page-title {
            border-bottom: 1px solid #ddd;
        }

        /* .booking-return-status{
            height:50px;
        }*/

        .page-header-content .header-elements {
            border-top: 0px solid #ddd;
            margin: 0 auto;
        }

        .replacment-header {
            margin-bottom: 0px;
            margin-top: 5px;
        }

        .tabs-header-links .nav-item:first-child {
            margin-left: 0px;
        }

        .icons.icon-fines-list.text-blue-300.mr-1 {
            line-height: 50px;
        }

        .booking-search .text-r {
            margin-top: 10px;
            margin-bottom: 8px;
        }

        .right-side.pl-0 {
            padding-left: 0.625rem !important;
        }

        .tab-body .vehicle-img img {
            width: 90% !important;
        }

        .view-booking-detail .right-customer-info {
            padding: 10px;
        }

        .left-customer-content .col-lg-7.col-md-7 {
            padding: 0px 15px;
        }

        #noty_layout__top {
            left: 5%;
            width: 100%;
        }

        .formBuilderCard {
            position: initial !important;
            padding-left: 0px;
        }

            .formBuilderCard .card {
                margin-left: 0px;
            }
    }

@media only screen and (max-width: 991px) {
    .col-form-label {
        text-align: left !important;
    }

    .booking-search .rentnow {
        margin-bottom: 1.8rem;
    }

    .vehicle-img img {
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
    }

    .google-map {
        margin-left: 0px !important;
    }

    .p-0.policy-mmy {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }

    .vehicle-img {
        max-width: 100%;
        text-align: center;
    }

    .left-content .card-body {
        padding: 0.5rem !important;
    }

    .collapse-booking {
        padding: 10px;
    }

    .modal-dialog.select-vehicle {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 990px) {
    .custom-control-inline {
        margin-bottom: 10px !important;
    }

    .modal-dt {
        max-width: 400px;
    }


    .right-text {
        padding: 8px 10px;
    }

 /*   .New-Booking {
        padding: 24px;
    }*/
    .right-customer-content .vehicles-class-view .h6,
    h6 {
        /* white-space: nowrap;*/
    }

    .booking-search .text-r {
        text-align: center;
        padding-left: 0.625rem !important;
    }
}

@media only screen and (max-width: 1024px) {
    .add-accident-table {
        overflow-x: auto;
    }

    .custom-control-inline {
        margin-bottom: 10px !important;
    }

    ul.pricing-list {
        display: block !important;
    }

    .booking-search .btn {
        padding: 4px;
    }

    .text-only {
        white-space: nowrap;
    }
    /*    .table-responsive .form-control {
        min-width: 180px;
    }*/
    .table .form-control {
        min-width: 180px;
    }

    .table .select2-selection--single .select2-selection__rendered {
        min-width: 180px;
    }
}

@media (max-width: 991.98px) {
    .form-group
    [class*="col-lg-"]:not([class*="col-form-label"]) + [class*="col-lg-"] {
        margin-top: 0rem !important;
    }
}

@media only screen and (max-width: 1252px) {
    .add-accident2 .FName1 {
        width: 100px !important;
    }

    .add-accident2 .SName1 {
        width: 100px !important;
    }

    .add-accident2 .TName1 {
        width: 100px !important;
    }

    .add-accident2 .LName1 {
        width: 100px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .table-checklist1 {
        width: 300px;
    }

    .table-checklist2 {
        width: 300px;
    }

    .table-checklist3 {
        width: 300px;
    }

    .add-accident3 {
        width: 180px;
    }

    .add-accident4 {
        width: 90px;
    }

    .add-accident5 {
        width: 90px;
    }

    .add-accident6 {
    }

    .Associated-Costs1 {
        width: 300px;
    }

    .Associated-Costs2 {
        width: 300px;
    }

    .Associated-Costs3 {
        width: 300px;
    }

    .Associated-Costs4 {
        width: 300px;
    }

    .mmy-1 {
        width: 300px;
    }

    .mmy-2 {
        width: 300px;
    }

    .mmy-3 {
        width: 300px;
    }

    .additional-service1 {
        width: 400px;
    }

    .additional-service2 {
        width: 400px;
    }

    .currency-table-1 {
        width: 300px;
    }

    .currency-table-2 {
        width: 300px;
    }

    .currency-table-3 {
        width: 300px;
    }

    .agency-parking-1 {
        width: 400px;
    }

    .agency-parking-2 {
        width: 300px;
    }

    .agency-parking-3 {
        width: 300px;
    }

    .rate-table-1 {
        width: 300px;
    }

    .rate-table-2 {
        width: 300px;
    }

    .rating-templates-1 {
        width: 400px;
    }

    .rating-templates-2 {
        width: 400px;
        white-space: nowrap;
    }

    .initial-stock-1 {
        width: 300px;
    }

    .initial-stock-2 {
        width: 300px;
    }

    .material-1 {
        width: 300px;
    }

    .material-2 {
        width: 300px;
    }

    .material-3 {
        width: 300px;
    }

    .customer-attachements-1 {
        width: 200px;
    }

    .customer-attachements-2 {
        width: 300px;
    }

    .customer-attachements-3 {
        width: 300px;
    }

    .customer-attachements-4 {
        width: 300px;
    }

    .customer-attachements-5 {
        width: 200px;
    }
}

@media only screen and (min-width: 541px) and (max-width: 991px) {
    .modal-dialog-slideout {
        min-width: 500px !important;
    }
}

.AgeCharging .form-control:disabled {
    background-color: transparent !important;
}

.signatures input {
    left: inherit !important;
    right: 10px !important;
}

.selected .disable-mode {
    background-color: transparent !important;
}

.assign-permissions .custom-control {
    display: block;
}

.assign-permissions .custom-control-label {
    word-break: break-word;
    overflow-wrap: break-word;
}

.carousel-control-next,
.carousel-control-prev {
    width: 3% !important;
}

.select-vehicle-modal .datatable-header {
    display: none;
}

.select-vehicle-modal .dataTable {
    border: 0px !important;
}

.select-vehicle-modal .table td,
.select-vehicle-modal .table th {
    padding: 0.2rem 0rem;
    border-top: 0px solid #ddd;
}

.select-vehicle-modal thead {
    display: none;
}

.select-vehicle-modal .datatable-scroll-wrap {
    display: table;
}

.select-vehicle-modal table a {
    border-bottom: 0px solid #03a9f4;
}

.modal .book-btn {
    cursor: pointer;
}

.jSignature input {
    margin-bottom: 10px;
}

@media print {
    .print-page {
        width: 1100px !important;
    }

    #termsAndConditions {
        word-wrap: break-word;
    }

    #termsAndConditionsRentur {
        word-wrap: break-word;
    }

    .table th {
        background-color: #f2f2f2 !important;
    }

    .table td {
        background-color: #fbfbfb !important;
        padding: 0.4rem !important;
    }

    .border-dashed-print table {
        margin: 0 auto;
    }

    .border-dashed-print {
        border: 1px solid #ddd;
        margin: 25px;
        padding: 25px;
    }

    .table-primary {
        background-color: #03a9f4 !important;
    }

    table.editable_table thead th {
        color: #444 !important;
    }

    .editorTable .booking-contract-table th {
        color: #444 !important;
    }
}

.border-dashed-print table {
    margin: 0 auto;
}

.border-dashed-print {
    border: 1px solid #ddd;
    margin: 25px;
    padding: 25px;
}

.search-availability-campaign {
    min-height: 150px !important;
}

.page-header-content .page-header-icon {
    margin-left: 28px;
    margin-top: 5px;
}

#dtMiniAccountSummary thead {
    border-top: 1px solid #ddd;
}

#dtAccountSummary thead {
    border-top: 1px solid #ddd;
}

/*
.dataTable thead th {
    padding: 0.8rem 0.4rem !important;
}*/

.campaign-statistics {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 10px 15px;
}

    .campaign-statistics span {
        margin-top: 10px;
        display: block;
    }

.collaps-signature {
    padding-bottom: 45px;
}

.crossingBorder {
    margin-left: 15px !important;
}

@media (min-width: 768px) {
    .booking-search .col-md-4 {
        flex: 0 0 33%;
        max-width: 32%;
    }

    .booking-search .col-md-3 {
        flex: 0 0 34%;
        max-width: 34%;
    }

    .booking-search .col-md-5 {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .booking-search .col-md-3.text-right {
        flex: 0 0 22%;
        max-width: 22%;
    }

    .booking-search .col-md-3.col-form-label.text-center {
        flex: 0 0 22%;
        max-width: 22%;
    }

    .booking-search .col-md-3.text-r {
        flex: 0 0 22%;
        max-width: 22%;
    }

    .booking-search .col-lg-9 {
        flex: 0 0 78%;
        max-width: 78%;
    }

    .booking-search .col-md-9.ml-md-auto.d-flex {
        flex: 0 0 78%;
        max-width: 78%;
    }

    .booking-search .col-md-9.ml-md-auto.text-muted {
        flex: 0 0 78%;
        max-width: 78%;
    }
}

@media (min-width: 992px) {
    .col-lg-11 {
        flex: 0 0 94%;
        max-width: 94%;
    }

    .col-lg-1 {
        flex: 0 0 6%;
        max-width: 6%;
    }
}

.grey-bg2 {
    background-color: #f2f2f2;
    padding: 10px;
    border: 1px solid #ddd;
}

.select2-dropdown {
    z-index: 9999 !important;
}
/*
.modal-backdrop {
    z-index: unset !important
}

.modal {
    z-index: unset !important
}*/

.input-group-text.disable-mode i {
    color: #b3b3b3 !important;
}

/**New Stepper**/

.steps {
    /*  width: 500px;
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.3);
    background-color: #FFF;
    margin: auto;*/
    padding: 0px 0 24px 0;
    position: relative;
}

    .steps::before {
        content: "";
        position: absolute;
        top: 0;
        height: 24px;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.2);
        left: calc(50px / 2);
        z-index: 1;
    }

    .steps::after {
        content: "";
        position: absolute;
        height: 13px;
        width: 13px;
        background-color: var(--primary-color);
        box-shadow: 0px 0px 5px 0px var(--primary-color);
        border-radius: 15px;
        left: calc(50px / 2);
        bottom: 24px;
        transform: translateX(-45%);
        z-index: 2;
    }

.step {
    padding: 0 20px 24px 60px;
    position: relative;
    transition: all 0.4s ease-in-out;
    background-color: #fff;
}

    .step::before {
        content: "";
        position: absolute;
        height: 40px;
        width: 40px;
        border: 1px solid #ddd;
        border-radius: 40px;
        left: calc(50px / 2);
        transform: translateX(-45%);
        z-index: 2;
        text-align: center;
        padding-top: 5px;
        font-weight: bold;
        font-size: 18px;
        background-color: #fafafa;
    }

.step-1::before {
    content: "1";
}

.step-2::before {
    content: "2";
}

.step-3::before {
    content: "3";
}

.step::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgb(198, 198, 198);
    left: calc(50px / 2);
    top: 0;
    z-index: 1;
}

.step.minimized {
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}

    .step.minimized:hover {
        background-color: #fff;
    }

.step-content {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
}

.step.minimized > .step-content {
    height: 0px;
}

.step-content.one {
    width: 100%;
    margin-top: 10px;
}

.step-content.two {
    width: 100%;
    margin-top: 10px;
}

.step-content.three {
    width: 100%;
    margin-top: 10px;
}

.step-grey-bg {
    background-color: #f2f2f2;
    padding: 10px 15px;
    width: fit-content;
}

.next-btn .fa-1x {
    margin-top: 0.2rem !important;
    font-size: 0.8rem !important;
}

.step-3 {
    padding: 0 20px 0px 60px !important;
}

.step-header {
    padding-top: 8px;
    font-weight: 600;
    font-size: 14px;
}

.step-3 .step-header {
    padding-top: 5px;
}

.add-row .rating-new-pt {
    padding-top: 34px !important;
}

.add-row .rating-new-pt2 {
    padding-top: 36px !important;
}

.editrow .rating-new-pt2 {
    padding-top: 36px !important;
}

.editrow .language-tab .nav-tabs-solid {
    background-color: transparent;
    border: 0px;
}

.evaluation-rank-table.editable_table input:disabled {
    background-color: transparent !important;
}

/*********************************/
.wizards-tab-content .bg-grey {
    background-color: #f6f8f8 !important;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 1.25rem !important;
    color: #444 !important;
}

.wizards-tab-content .bg-white.pr-2.position-relative.d-inline-block {
    background-color: #f6f8f8 !important;
}

.wizards-tabs .nav-link.active {
    background-color: #fff !important;
    color: #03a9f4 !important;
}

.wizards-tabs .nav-link {
    color: #7e8283 !important;
    padding: 0px;
    padding-right: 100px;
}

    .wizards-tabs .nav-link.active .number {
        background-color: #03a9f4 !important;
        color: #fff !important;
        width: 50px;
        height: 50px;
        display: inline-block;
        border-radius: 50px;
        text-align: center;
        font-size: 20px;
        padding-top: 9px;
        margin-right: 15px !important;
    }

.wizards-tabs .wizards-tabs-item .number {
    background-color: #cbcccc !important;
    border: 1px solid #ddd;
    color: #7e8283 !important;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    padding-top: 9px;
    margin-right: 15px !important;
}

.wizards-tabs .nav-link:hover {
    background-color: #fff !important;
}

.wizards-tabs {
    border-bottom: 0px solid #03a9f4 !important;
}

@media (max-width: 831px) {
    .wizards-tabs .nav-link {
        padding-right: 40px !important;
    }
}

@media (max-width: 658px) {
    .wizards-tabs .nav-link {
        padding-right: 0px !important;
        margin-bottom: 10px;
    }

    .tabs-header-links .wizards-tabs .nav-item:first-child {
        margin-left: 0px !important;
    }
}

/***new gallery design****/
.gallery-modal .modal-content .row {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.gallery-modal .prev,
.gallery-modal .next {
    background-color: #fff;
}

.gallery-modal .prev {
    color: #000 !important;
}

.gallery-modal .next {
    color: #000 !important;
}

.mySlides {
    padding: 30px;
}

.gallery-modal .vehicle-name span {
    margin-bottom: 30px;
    display: table;
}

.modal-dialog-slideout .customer-attachements-3 {
    width: 600px !important;
}

.modal-dialog-slideout .customer-attachements-4 {
    width: 600px !important;
}

.ContentManager {
    background-color: #444;
    color: #fff;
    border-top: 2px solid #03a9f4;
    padding: 10px 10px;
    margin: -20px -20px 10px -20px;
}

    .ContentManager .btn {
        border-radius: 5px;
    }

.content-status {
    background-color: #05c338;
    color: #fff;
    padding: 5px 10px;
}

a.list-icons-item:hover {
    opacity: 1;
    color: #03a9f4 !important;
}

    a.list-icons-item:hover > i {
        color: #03a9f4 !important;
    }

/***********************************/
.steps-state-saving .steps::before {
    background-color: #fff;
}

.wizard-card {
    background-color: #f5f5f5;
}

.get-started-wizard ul {
    list-style: none;
    padding-left: 0px;
}

    .get-started-wizard ul li {
        background-color: #f5f5f5;
    }

.get-started-wizard .wizard-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    border: 1px solid #ddd;
    border-radius: 40px;
    left: calc(50px / 2);
    transform: translateX(-45%);
    z-index: 2;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    font-size: 18px;
    background-color: #fafafa;
    color: #606060;
}

    .get-started-wizard .wizard-icon i {
        font-size: 18px;
    }

.get-started-wizard .ready .wizard-icon {
    content: "\f00c" !important;
    position: absolute;
    height: 40px;
    width: 40px;
    border: 1px solid #ddd;
    border-radius: 40px;
    left: calc(50px / 2);
    transform: translateX(-45%);
    z-index: 2;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    font-size: 18px;
    background-color: #03a9f4;
    color: #fff;
}

    .get-started-wizard .ready .wizard-icon::before {
        content: "\f00c" !important;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .get-started-wizard .ready .wizard-icon span {
        display: none;
    }

.get-started-wizard .step::before {
    display: none;
}

.get-started-wizard .step::after {
    display: none;
}

.stepper-line {
    content: "";
    position: absolute;
    height: 98.5%;
    width: 1px;
    background-color: rgb(198, 198, 198);
    left: calc(74px / 2);
    top: 20px;
    z-index: 1;
}

.get-started-wizard .step {
    padding: 20px 20px 20px 60px;
    margin-bottom: 10px;
}

.get-started-wizard .step-title {
    color: #606060;
    font-weight: 600;
    font-size: 15px;
}

.get-started-wizard .description {
    color: #b3b3b3;
    padding-top: 5px;
}

.get-started-wizard .step-actions {
    padding-top: 10px;
}

    .get-started-wizard .step-actions a {
        color: #606060;
    }

        .get-started-wizard .step-actions a > i {
            color: #606060;
        }

        .get-started-wizard .step-actions a:hover {
            color: #03a9f4;
        }

.get-started-wizard .fa-1x {
    font-size: 1.5rem;
}

.get-started h1 {
    color: #03a9f4;
    font-size: 28px;
}

.loader-step {
    background-color: #f5f5f5;
    padding: 15px;
}

.icon-get-started i {
    color: #03a9f4;
    font-size: 22px;
}

.icon-get-started {
    background-color: #e1e1e5;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.loader-step-title {
    color: #606060;
    font-size: 18px;
    font-weight: 700;
}

.loader-step-p {
    margin-bottom: 0px;
    height: 1.2rem;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 5%);
    border: 1px solid #ddd;
}

.table-total .text-bold {
    font-weight: 700 !important;
}

.table-blance .text-bold {
    font-weight: 700 !important;
}

.print-invoice {
    margin-top: 3.75rem !important;
}

.receipt1 .title {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav:first-child .dropdown-menu {
        position: absolute;
        left: 0px !important;
    }
}

@media (max-width: 390px) {
    .white-space-nowrap {
        white-space: initial !important;
    }

    .rental-period .col-lg-5.col-md-10 {
        flex-direction: column !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .rental-period .d-flex.flex-column.col-md-4 {
        padding: 0px;
    }

    .rental-period .col-lg-5 .col-md-4 {
        padding: 0px;
        margin-bottom: 10px;
    }

    .col-lg-12.col-md-12.text-bold.mb-2 {
        margin-bottom: 15px;
    }
}

@media (max-width: 990px) {
    .col-lg-1.col-md-9.mb-0.ml-md-auto.text-center {
        flex: 0 0 78%;
        max-width: 78%;
    }

    .col-lg-1.col-md-9.ml-md-auto.text-center {
        flex: 0 0 78.5%;
        max-width: 78.5%;
    }
}

.icon-man:before {
    content: "\f406" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
}

.icon-gears:before {
    font-size: 17px;
}

.vehicles-class-view .text-blue-border {
    line-height: initial !important;
    font-size: 13px;
}

#customercreate .btn-primary {
    white-space: nowrap !important;
}

#customerdetails .btn-primary {
    white-space: nowrap !important;
}

@media screen and (max-width: 374px) {
    .card-title .text-right.float-right.mr-3 {
        display: none;
    }

    .col-form-label .img-icon {
        margin-left: 5px;
    }

    .new-retal-period.p-3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .collapse-booking .col-lg-2.col-md-3.col-3.remove-offsetclass.col-form-label {
        padding-right: 0px !important;
    }
}

@media only screen and (max-width: 540px) {
    #question2
    .form-group
    [class*="col-md-"]:not([class*="col-form-label"]) + [class*="col-md-"] {
        margin-top: 10px;
    }
}

.signatures input {
    display: none !important;
}

.maindivsignature .btn-forms {
    white-space: nowrap !important;
}

#pickedupPrint .editorTable {
    /* border: 1px solid #ddd;*/
    width: 100%;
    margin-bottom: 5px;
}

#ViewDataReturn .editorTable {
    /*   border: 1px solid #ddd;*/
    width: 100%;
    margin-bottom: 5px;
}

table.customer-info {
    margin-bottom: 0px;
}

table.editorTable strong > .col-form-label {
    font-weight: 600 !important;
    font-size: 13px !important;
}

table.editorTable .text-bold {
    font-size: 13px !important;
    font-weight: 600 !important;
}

.editorTable span.text-bold {
    margin-bottom: 15px;
}

.editorTable span.text-bold {
    font-size: 15px !important;
}

.border-dashed-print .editorTable table {
    margin: unset !important;
    width: 100% !important;
}

@media print {
    .editorTable .datatable-header {
        display: none;
    }

    .editorTable .booking-contract-table td {
        padding: 0.4rem !important;
    }

    .rentalInfo td.col-form-label.w-230 {
        padding: 8px !important;
    }

    .rental-info {
        min-height: 300px !important;
    }

    .editorTable .datatable-footer {
        border-top: 0px solid #ddd !important;
    }

    .checklist-contract {
        margin-top: 15px;
    }

    .table-responsive .table.mt-2 {
        margin-top: 15px !important;
    }
}

.contract-title {
    margin-bottom: 20px;
}

/*.page-footer1 img {
    height: 40px !important;
}
*/
.page-footer1 {
    position: fixed;
    bottom: 0;
    width: 88.6%;
    border-top: 0px solid #ddd;
    margin-left: unset;
    padding-top: 5px;
    height: 100px;
}

.checklist-contract {
    margin-top: 15px;
}

/*******************/
.report-box {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 3px #cecece !important;
    margin-bottom: 20px;
    transition: transform 0.2s;
    min-height: 125px;
}

    .report-box:hover {
        transform: scale(1.1);
    }

.report-box-title {
    background-color: #03a9f4;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px 5px 0px 0px;
}

.report-box:hover .report-box-title {
    background-color: #0087c3;
}

.report-box-contnet {
    padding: 15px;
    color: #777;
}

@media (min-width: 992px) {
    .bulk-ad-ones {
        margin-left: -10px;
    }

    .bulk-car-images {
        margin-left: -20px;
    }
}

.select2-dropdown {
    min-width: 220px;
}

.bulk-action-w {
    width: 190px !important;
}

    .bulk-action-w .w-190 {
        width: 155px !important;
    }

    .bulk-action-w .colorpicker-palette-only {
        width: 90px !important;
    }

    .bulk-action-w .select2-selection--single {
        width: 155px !important;
    }

/**********KENDO*************/
.trv-pages-area div {
    color: #444 !important;
    font-family: "Montserrat", arial !important;
    white-space: nowrap !important;
}

.trv-parameter-editor-available-values-multiselect .k-multiselect-wrap {
    border-radius: 0px !important;
    width: 103% !important;
    margin-left: -2%;
}

.panel6 {
    margin-top: 5px !important;
    border: 0px !important !important;
    border-bottom: 1px solid #dddddd !important;
    background-color: White !important;
}

.k-widget * {
    font-size: 12px !important;
}

.trv-parameter-container .trv-parameter-title {
    padding: 8px 0px 8px 8px !important;
}

.k-widget {
    padding: 5px !important;
}

.k-state-selected {
    box-shadow: 0 0px 0px rgb(0 0 0 / 8%) inset !important;
}

.k-menu .k-item,
.k-menu.k-header {
    border-color: #f5f5f5;
    border-radius: 0px;
}

.trv-content.k-splitter .k-pane {
    overflow: hidden !important;
}

.k-state-selected {
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.panel2 {
    background-color: #f6f6f6 !important;
    border-left: 5px solid #03a9f4 !important;
}

.panel3 {
    display: none !important;
}

.ReportName {
    color: #444 !important;
    margin-top: 10px;
    font-weight: bold;
}

/*.crosstab1{ border-bottom:15px solid #ddd !important}*/

.k-icon:before {
    font-size: 20px !important;
    width: auto !important;
    height: auto !important;
}

.t-font-icon,
.trv-report-viewer .k-icon:not(.k-resize-handle) {
    height: 20px !important;
    width: 22px !important;
}

.k-i-arrow-60-down:before {
    color: #b3b3b3 !important;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f107" !important;
    display: inline-block !important;
    vertical-align: middle !important;
    font-size: 16px !important;
    cursor: pointer !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    font-weight: 600;
}

.k-combobox .k-state-default .k-input {
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%) !important;
}

.k-autocomplete,
.k-dropdown-wrap.k-state-default,
.k-multiselect-wrap,
.k-numeric-wrap.k-state-default,
.k-picker-wrap.k-state-default {
    border-color: #ddd !important;
}

.k-dropdown-wrap {
    border-radius: 0px !important;
}

    .k-dropdown-wrap.k-state-default {
        outline: 0px !important;
    }

.trv-parameter-editor-available-values .k-combobox {
    width: 99% !important;
    margin-left: -2% !important;
}

.trv-parameters-area .trv-parameter-container {
    margin: 10px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.trv-parameters-area-content input.k-textbox {
    height: 2.43em !important;
    border: 1px solid #ddd !important;
    border-radius: 0px !important;
    width: 100% !important;
    margin-top: 10px !important;
}

    .trv-parameters-area-content input.k-textbox:focus {
        outline: 0 !important;
    }

.k-popup .k-list .k-state-focused {
    border-radius: 0px !important;
    box-shadow: inset 0 0 0px 0 #03a9f4, inset 0 0 0px 0 #03a9f4 !important;
}

.k-popup.k-list-container {
    margin-left: 5px !important;
}

.k-widget {
    box-shadow: inset 0 0px 0 rgb(255 255 255 / 20%), 0 0px 0px rgb(0 0 0 / 5%) !important;
}

.trv-parameters-area.preview .trv-parameters-area-content {
    outline: 0 !important;
}

.k-datepicker,
.k-datetimepicker {
    width: 99% !important;
    margin-left: -2% !important;
    border-radius: 0px !important;
    margin-top: 10px !important;
}

.k-dropdown-wrap .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input {
    border-radius: 0px !important;
}

.k-autocomplete .k-input,
.k-combobox .k-state-default .k-input,
.k-multiselect-wrap,
.k-numeric-wrap.k-state-default .k-input,
.k-picker-wrap.k-state-default .k-input,
.k-progress-status-wrap,
.k-slider-selection,
.k-slider-track {
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%) !important;
}

.k-picker-wrap {
    border-radius: 0px !important;
}

.trv-report-viewer .k-i-calendar:before {
    color: #b3b3b3 !important;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f073" !important;
    display: inline-block !important;
    vertical-align: middle !important;
    font-size: 16px !important;
    cursor: pointer !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    font-weight: 600;
}

.trv-report-viewer .k-i-close:before {
    font-size: 14px !important;
}

.k-link {
    color: inherit !important;
}

    .k-link:hover {
        color: inherit !important;
    }

.k-calendar td.k-state-focused .k-link {
    box-shadow: inset 0 0 0px 0 #03a9f4;
    background-color: #03a9f4 !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.k-calendar .k-month .k-link {
    border: 0px !important;
}

.k-button.k-button-icon .k-icon,
.k-grid-filter .k-icon,
.k-header .k-icon {
    overflow: visible !important;
}

.k-menu .k-state-selected > .k-link {
    background-color: #03a9f4 !important;
    border-color: #03a9f4 !important;
}

.k-primary {
    color: #fff;
    border-color: #03a9f4 !important;
    background-color: #03a9f4 !important;
    border-radius: 0px !important;
    margin-bottom: 10px !important;
}

.trv-parameters-area .trv-parameters-area-preview-button {
    left: 10px !important;
    top: 0px !important;
    font-size: 13px !important;
}

.k-button {
    padding: 10px 15px !important;
}

.trv-parameters-area .trv-parameters-area-footer {
    height: 4em !important;
}

/*************************************/
.dash-card {
    padding: 0px 15px;
    min-height: 390px;
    border: 0px;
    margin-bottom: 10px;
}

.dash-card1 {
    min-height: 300px;
}

.dash-card2 {
    min-height: 817px;
}

.return-reason-chart .dash-card {
    min-height: 418px;
}

.dash-card .card-title {
    font-size: 17px !important;
    font-weight: 600 !important;
}

.dash-card a.list-icons-item i {
    color: rgb(170, 170, 170);
    font-size: 14px !important;
}

.dash-blue-box {
    background-color: rgb(2, 125, 180);
    color: #fff;
    padding: 5px 5px;
    text-align: center;
    font-weight: 600;
    min-height: 81px;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

.dash-green-box {
    background-color: rgb(0, 191, 191);
    color: #fff;
    padding: 5px 5px;
    text-align: center;
    font-weight: 600;
    min-height: 81px;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

.dash-lightblue-box {
    background-color: rgb(129, 211, 248);
    color: #fff;
    padding: 5px 3px;
    text-align: center;
    font-weight: 600;
    min-height: 81px;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

.dash-charts .chart {
    background-color: #fff;
    overflow: visible;
}

.dash-charts .d3-axis .tick,
.d3-axis .tick text {
    font-size: 8px !important;
}

.charts-color {
    margin-bottom: 15px;
}

.d3-axis-horizontal .tick text {
    transform: rotate(-90deg) translateY(-12px) translateX(-10px) !important;
    text-anchor: end !important;
}

.d3-axis-strong path {
    stroke: #ddd !important;
}

.dash-card svg {
    height: 250px !important;
}
/*.services-chart li.legend .label {
    display: none !important
}*/

.services-chart li.legend .rect {
    margin-right: 10px !important;
}

li.legend .label {
    width: 150px !important;
}

.modal-charts {
    max-width: 90% !important;
    height: 100% !important;
    transition: left 500ms ease-in-out 0s, width 500ms ease-in-out 0s;
    -webkit-transition: left 500ms ease-in-out 0s, width 500ms ease-in-out 0s;
}

    .modal-charts svg {
        overflow: visible;
        margin: 0 auto;
        height: 430px !important;
        margin-top: 20px;
        padding: 20px;
    }

    .modal-charts .services-chart {
    }

    .modal-charts .d3-bar {
        width: 15px !important;
    }

    .modal-charts .d3-axis-horizontal .tick text {
        text-anchor: middle !important;
        transform: unset !important;
        font-size: 12px !important;
    }

    .modal-charts .d3-axis .tick text {
        font-size: 12px !important;
    }

    .modal-charts .label {
        font-size: 12px !important;
    }

.d3-bar {
    width: 13px !important;
    border-radius: 15px !important;
}

.d3-tip {
    padding: 0.2rem 0.75rem !important;
    z-index: 9;
}
/*.dash-charts .label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    width: 40px !important;
    display: inline-flex;
}*/
/*li.legend {
    display:flex !important;
}*/
@media (min-width: 992px) {
    .first-dash-col {
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
        max-width: 29%;
    }

    .second-dash-col {
        -ms-flex: 0 0 35.5%;
        flex: 0 0 35.5%;
        max-width: 35.5%;
    }

    .third-dash-col {
        -ms-flex: 0 0 35.5%;
        flex: 0 0 35.5%;
        max-width: 35.5%;
    }
}

@media (max-width: 993px) {
    .d3-tip {
        display: none;
    }
}

/***For Google map search***/
.pac-target-input {
    max-width: 50%;
    border: 1px solid #ddd;
    padding: 11px;
    margin-top: 10px;
}

.pac-container {
    position: absolute !important;
    z-index: 99999999999999999999999999999999999999;
}

/********************/
.cancle .mapclass {
    height: 250px !important;
}

.modal-body .mapclass {
    height: 250px !important;
}

.dash-card2 svg {
    height: auto !important;
}

.axis path,
.axis line {
    stroke: #ccc !important;
}

.dash-card2 .charts-color {
    margin-top: 100px;
}

.dash-card1 svg {
    height: 210px !important;
}

.returnPrint .table-responsive {
    overflow-x: hidden;
}

#ViewDataPickedup table {
    margin: inherit !important;
}

.sidebar-content .rental-period .text-center {
    text-align: center !important;
    white-space: nowrap;
}

@media only screen and (max-width: 1154px) and (min-width: 992px) {
    .rental-period .col-md-4.pl-0 {
        padding-left: 20px !important;
        padding-right: 0px;
    }
}

/***********Added for responsive tabs***************/
@media (max-width: 767px) {
    .nav-tabs-details {
        min-width: 100%;
        display: inline-grid;
    }

    .mobile-ml-2 {
        margin-left: 0px !important;
        padding-left: 0 !important;
    }
}

.showTerminationFlag {
    border-left: 1rem solid #f17eb1;
}

.modal-dialog .editorTable td {
    word-break: break-word;
}

#divserachbooking .input-group-text {
    background-color: #f7f5f5;
}

.nw-100 {
    width: 100px !important;
}

.nw-170 {
    width: 170px !important;
}

.k-menu .k-item > .k-link {
    padding: 1em 1em 1.1em !important;
}

/*.sheet.page1 {
    transform: unset !important;
    width: 150px !important;
}
*/

.reservation-view-mode-hide .text-blue {
    line-height: 15px;
    font-size: 20px;
}

.icon-pencil.text-blue {
    font-size: 17px;
}

.icon-plus-circle2.text-blue {
    font-size: 17px;
}

u {
    border-bottom: 1px solid #03a9f4;
    text-decoration: none;
}

.icon-shield-check:before {
    font-size: 25px;
}

.bg-grey .sp-preview {
    min-width: 40px;
}

.bg-grey
.editable_table > tbody > tr:not(.inEditMode):not(.addRow):not(.editRow) > td
.input-group-text {
    background-color: transparent;
}

.bg-grey tr.edt-mode .input-group-text {
    background-color: #fff;
}

.crosstab2 {
    background-color: #f5f5f5;
}

.calendar-status {
    margin-left: -10px;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px !important;
    width: 100% !important;
    display: table-caption !important;
}

.sheet div.action:hover {
    border-left: 0px !important;
}

    .sheet div.action:hover div {
        color: #03a9f4 !important;
    }

.sidebar .rounded-circle {
    border: 1px solid #ddd;
}

.trv-parameter-error {
    border: 0px !important;
    margin-top: 5px !important;
    margin-bottom: -10px !important;
}

    .trv-parameter-error .trv-parameter-error-message {
        color: red !important;
        border: 0px !important;
    }

span.t-font-icon.k-icon.k-warning:before {
    color: red !important;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f071" !important;
    display: inline-block !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    cursor: pointer !important;
    margin-right: 0px !important;
    margin-top: 3px !important;
    font-weight: 600;
}

.k-multiselect-wrap li {
    padding: 10px 10px 5px 5px !important;
}

.k-multiselect .k-button {
    border-color: #03a9f4 !important;
    background-color: #03a9f4 !important;
    border-radius: 0px !important;
}

.k-multiselect-wrap .k-select {
    padding: 0px !important;
}

.k-state-selected {
    border-color: #03a9f4 !important;
    background-color: #03a9f4 !important;
    border-radius: 0px !important;
}

.k-listbox .k-item:hover:not(.k-state-disabled) {
    border-color: #03a9f4 !important;
    background-color: #03a9f4 !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.color-red i {
    border: 1px solid #ddd;
}

.color-expand {
    margin-top: -5px;
    font-size: 18px;
}

    .color-expand:hover {
        color: #03a9f4;
    }

.tracking-info.bg-grey {
    background-color: #f6f8f8 !important;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 1.25rem !important;
    color: #444 !important;
}

.tracking-info .device-info {
    background: #eaeaea;
    padding: 7px;
    margin: 10px 0px;
}

.tracking-info span {
    font-weight: 600;
}

.tracking-info .text-blue {
    font-weight: 700;
    font-size: 14px;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
}

.input-label {
    background: transparent;
    border: 0;
    width: 30%;
}

.tracking-info .input-label {
    border: 0 !important;
}

.map-title {
    background-color: #03a9f4;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
}

.track-table td,
.track-table th {
    padding: 0.5rem 0.4rem !important;
}

.track-table-device td,
.track-table-device th {
    padding: 0.5rem 0.4rem !important;
}

.track-table-device .selected {
    background-color: #fdebc9;
}

.track-table-device tr:hover {
    background-color: #fde09a;
    cursor: pointer;
}

#TrackingView {
    height: 100vh !important;
    overflow: hidden !important;
}

.table-state {
    height: 295px;
    /*border-bottom: 1px solid #ddd;*/
    overflow: auto;
    position: relative !important;
    bottom: 0px !important;
}

.gm-style-pbc {
    height: 100vh !important;
    position: relative !important;
}

.obd-table a {
    text-decoration: none;
    border-bottom: 0px solid #03a9f4 !important;
}

    .obd-table a:hover {
        text-decoration: none;
        border-bottom: 0px solid #03a9f4 !important;
    }

.obd-table i {
    font-size: 20px;
}

    .obd-table i:hover {
        color: #03a9f4;
    }

/*****Noty Message*****/

#noty_topRight_layout_container li {
    overflow: hidden !important;
    background-image: none !important;
    border-radius: 0px !important;
    border: 0px solid darkred !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 0px !important;
    color: #fff !important;
    padding: 5px !important;
    background-color: transparent !important;
}

.noty_bar {
    box-shadow: 0rem 0rem rgb(0 0 0 / 0%);
}

.change-email {
    width: 40%;
    font-size: 15px !important;
}

    .change-email h1 {
        font-weight: 600;
        font-size: 35px !important;
    }

    .change-email p,
    .change-email .btn {
        font-size: 15px !important;
    }

    .change-email img {
        width: 200px;
    }

    .change-email .card-body {
        padding-bottom: 0px !important;
    }

.btn-apply {
    width: 100%;
}

.select2-hidden-accessible {
    color: #fff !important;
}

.service-validation {
    margin-left: 2.08rem !important;
}

.trv-parameters-area-preview-button {
    position: relative !important;
    top: 0.6em !important;
}

.trv-parameters-area-footer {
    position: relative !important;
}

.trv-parameters-area-content {
    position: relative !important;
}

.noty_bar.noty_type_success {
    background-color: #4caf50 !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px !important;
    padding: 5px !important;
    font-weight: normal !important;
}

.noty_bar.noty_type_error {
    background-color: #e10202 !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px !important;
    padding: 5px !important;
    font-weight: normal !important;
}

.noty_bar.noty_type_alert {
    background-color: #fff !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px !important;
    padding: 5px !important;
    font-weight: normal !important;
    color: #444444 !important;
}

.noty_bar.noty_type_warning {
    background-color: #fbb03b !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px !important;
    padding: 5px !important;
    font-weight: normal !important;
}

.noty_bar.noty_type_information {
    background-color: #03a9f4 !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px !important;
    padding: 5px !important;
    font-weight: normal !important;
}

.noty_bar.noty_type_confirm {
    background-color: #4caf50 !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px !important;
    padding: 5px !important;
    font-weight: normal !important;
}

.noty_text {
    font-weight: normal !important;
}

.card-body-0 {
    margin: -20px !important;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    overflow: hidden;
}

.circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .circle:before {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        opacity: 0.7;
        animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    }

.circle-1 {
    background-color: #49b8e5;
}

    .circle-1:before {
        background-color: #49b8e5;
        animation-delay: 200ms;
    }

.circle-2 {
    background-color: #1e98d4;
}

    .circle-2:before {
        background-color: #1e98d4;
        animation-delay: 400ms;
    }

.circle-3 {
    background-color: #2a92d0;
}

    .circle-3:before {
        background-color: #2a92d0;
        animation-delay: 600ms;
    }

.circle-4 {
    background-color: #3a88c8;
}

    .circle-4:before {
        background-color: #3a88c8;
        animation-delay: 800ms;
    }

.circle-5 {
    background-color: #507cbe;
}

    .circle-5:before {
        background-color: #507cbe;
        animation-delay: 1000ms;
    }

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50%, 75% {
        transform: scale(2.5);
    }

    78%, 100% {
        opacity: 0;
    }
}

.assign-btn {
    background-color: #26a69a;
    color: #fff;
    text-align: center;
    margin: 5px 0px;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .assign-btn:hover {
        background-color: #26a69a;
        color: #fff;
        text-align: center;
        margin: 5px 0px;
        font-size: 1rem;
    }

.class-settings .w-200 {
    width: 200px;
}

.book-now .form-control {
    width: 50%;
}

/*.dropdown-toggle {
    padding: .4375rem .375rem !important;
}

*/

.fleetcards .db-card a {
    line-height: 20px !important;
}

@media (min-width: 992px) {
    .search .col-lg-8 {
        -ms-flex: 0 0 62.66667%;
        flex: 0 0 62.66667%;
        max-width: 62.66667%;
    }

    .search .col-lg-2 {
        -ms-flex: 0 0 18.66667%;
        flex: 0 0 18.66667%;
        max-width: 18.66667%;
    }
}

.search .icon-search4 {
    margin-right: 5px;
}

/*.sidebar-light .nav-sidebar > .nav-item-open > .nav-link:not(.disabled):focus-within {
    background-color: #03A9F4
}
*/

#sidebar-menu .nav-link.active {
    color: #03a9f4 !important;
    line-height: 23px;
}

.nav-sidebar .nav-link.active i {
    color: #03a9f4;
}

@media (max-width: 767px) {
    .card-body-0 {
        margin: 5px !important;
    }

    .border-dashed-print {
        margin: 10px;
        padding: 0px;
    }

    .print-page {
        padding: 20px;
        padding-top: 10px;
        padding-right: 10px;
    }

    .agency-img {
        width: unset !important;
    }

        .agency-img img {
            width: 100px;
        }

    .contract-title {
        text-align: center !important;
    }

    table.editorTable strong > .col-form-label {
        white-space: nowrap;
        padding-top: 0px !important;
    }

    .print-page .col-md-12 {
        padding: 0px;
    }

    .editorTable td {
        padding-left: 5px !important;
        padding-right: 10px !important;
        white-space: nowrap;
        line-height: 24px;
    }

    .col-form-label {
        padding: 0px;
    }

    .editorTable .grey-bg {
        margin: 0px !important;
        padding: 15px !important;
        padding-top: 10px !important;
        min-height: 275px;
    }

    .rental-info td.contractIcon {
        padding-left: 0px;
    }

    .rentalInfo td.col-form-label.w-230 {
        padding: 4px;
    }

    .editorTable td.contractIcon {
        padding-left: 0px !important;
    }

    .editorTable.p-2 {
        padding: 0px !important;
    }

    .editorTable #main-wrapper,
    .editorTable #main-wrapper2 {
        padding: 17px !important;
    }

    .editorTable .border-0 .text-bold {
        padding-left: 5px !important;
    }

    .editorTable .border-0 .pb-2.w-100 {
        padding-left: 5px !important;
    }

    .pb-2.w-100 {
        padding-left: 10px !important;
    }

    .editorTable .col-md-6 {
        padding: 0px !important;
    }

    .editorTable p.text-bold {
        padding-bottom: 15px !important;
    }

    .policy-section {
        margin-top: 20px;
    }

    .collaps-polices .col-md-6 {
        margin-bottom: 20px !important;
    }

    .editorTable .policy-title {
        margin-bottom: 5px;
    }
}

.agentCockpitSearch
.select2-selection--single:not([class*="bg-"]):not([class*="border-"]) {
    height: 36px;
    border-bottom: 1px solid #ddd;
}

.select2-selection--multiple
.select2-search--inline:first-child
.select2-search__field {
    padding-left: 0.35rem;
}

/***************Placeholder*****************/

::placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
}

::-ms-input-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
}

.select2-selection--multiple
.select2-search--inline:first-child
.select2-search__field {
    padding-right: 0.35rem;
    color: #999;
    opacity: 1;
    font-size: 14px;
}

input[type="text"]::placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
}

.select2-selection__placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
}

.select2-search__field::placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
}

.select2-search__field:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
}

.select2-search__field::-ms-input-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
}

/***************Placeholder*****************/

.dataTables_length select {
    margin-left: 5px;
}

.inactive {
    min-width: 250px;
    margin: 20px auto 20px auto;
}

    .inactive .text-blue-600 {
        font-size: 18px;
        color: #4cb0db !important;
    }

    .inactive .text-grey-600 {
        color: #afafaf !important;
    }

.inactive-img img {
    width: 150px;
}

.trv-parameters-area.preview .trv-parameters-area-footer {
    margin-top: 15px;
}

.agency-table .input-group {
    width: 160px;
}

.class-settings td {
    vertical-align: top !important;
}

.trv-parameter-container .trv-parameter-title {
    white-space: break-spaces !important;
}

.k-header {
    padding-right: 8px !important;
}

.icon-checkbox {
    display: inline-block;
    cursor: pointer;
}

.icon-checkbox-element {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
}

.icon-checkbox > input[type="checkbox"] + i {
    color: rgba(255, 255, 255, 0.2);
}

.icon-checkbox > input[type="checkbox"]:checked + i {
    color: #fff;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

.upload-icon .btn-primary {
    width: 30px;
}

.gm-style-iw-d h1 {
    font-size: 18px;
    color: #03a9f4;
}

.gm-style-iw-d h4 {
    font-size: 13px;
}

.gm-ui-hover-effect {
    top: -3px !important;
    right: 0px !important;
    width: 35px !important;
    height: 35px !important;
}

    .gm-ui-hover-effect:focus {
        outline: 0 !important;
    }

.mobile-car-img img {
}

/*.mobile-car-img img:hover {
    border: 1px solid #03A9F4;
}*/

@media print {
    *,
    *:before,
    *:after {
        background: rgba(0, 0, 0, 0) !important;
        color: rgb(0, 0, 0) !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
}

@media print {
    *,
    :after,
    :before {
        color: inherit !important;
        text-shadow: inherit !important;
        background: inherit !important;
        -webkit-box-shadow: inherit !important;
        box-shadow: inherit !important;
    }
}

@media print {
    * {
        color: #fff;
        background: transparent;
    }
}

.explorationContainer .section.dynamic .textLabel {
    cursor: pointer !important;
}

.embed-iframe.themableBorderColorSolid {
    box-shadow: 0px 2px 6px -6px rgb(66 66 66) !important;
    border: 1px solid #ddd !important;
    margin-top: 10px !important;
}

.mi-contact-mail:before {
    font-size: 20px;
}

.border-red-300 {
    border-color: red !important;
}

.text-red-300 {
    color: red !important;
}

.border-blue-300 {
    border-color: #03a9f4 !important;
}

.text-blue-300 {
    color: #03a9f4 !important;
}

.login-form.success h5 {
    color: #03a9f4;
    font-size: 22px !important;
    font-weight: normal !important;
}

.login-form.failed h5 {
    color: red;
    font-size: 22px !important;
    font-weight: normal !important;
}

.icon-reading.icon-2x.text-slate-300 {
    border-color: #03a9f4 !important;
    color: #03a9f4 !important;
}

.vehicle-plate span.text-blue {
    font-weight: 600;
    border-bottom: 1px solid #03a9f4;
}

#content {
    height: 100% !important;
    position: relative !important;
    width: 100% !important;
    z-index: -99999999999 !important;
    display: none !important;
}

.car-thumb {
    height: 160px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.reservation-view-mode-hide {
    margin-top: 0px !important;
}

a.border-white > i {
    color: #fff !important;
}

a.btn-outline.bg-white:not(.disabled):not(:disabled):hover > i {
    color: #444 !important;
}

a.btn-outline.bg-white:not(.disabled):not(:disabled):not([disabled]):not(.disabled):active > i {
    color: #444 !important;
}

.telematics-btn {
    margin-top: 2rem;
}

    .telematics-btn .btn {
        width: 90%;
    }

.card-img a {
    display: block !important;
}

.content-wrapper {
    overflow: hidden;
}

.monthly-paymen-receipt {
    padding: 15px;
    border: 1px solid #ddd;
}

    .monthly-paymen-receipt h2 {
        color: #03a9f4;
        text-transform: uppercase;
        font-weight: 600;
    }

    .monthly-paymen-receipt .col-form-label {
        font-weight: 600;
    }

    .monthly-paymen-receipt .grey-bg {
        padding: 0px;
        min-height: unset;
        background: #f2f2f2;
    }

    .monthly-paymen-receipt .grey-text {
        padding-top: calc(0.4375rem + 1px);
    }

    .monthly-paymen-receipt .dark-grey-bg {
        background: #bfbfbf;
    }

.agency-logo img {
    width: 130px;
}

.agency-info p {
    margin-bottom: 3px;
}

.mi-settings-remote {
    font-size: 20px;
    margin-left: -5px;
}

.modal-body .img-profile-search img {
    margin-top: 10px;
}

.card-img-title {
    padding-top: calc(.4375rem + 1px);
    padding-bottom: calc(.4375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5385;
    text-align: center !important
}
.contract .tableCon {
    border: 2px solid #d5dce4 !important;
}

.contract {
    direction: rtl !important;
}