﻿body {
    font-family: 'Nunito', sans-serif !important;
    position: absolute;
    width: 100%;
    height: 100% !important;
}

a {
    color: #121212 !important;
    cursor: pointer;
}

    a:hover {
        color: #007bff !important;
        text-decoration: none !important;
    }
#stopgridcontainer {
    height: 600px;
}

.counter .pax {
    margin: 0 10px;
    font-weight: 600;
    font-size: 20px;
    vertical-align: middle;
}

.counter a .fa {
    font-size: 25px !important;
    vertical-align: middle;
}

.users-list > li img {
    border-radius: 0% !important;
    height: 150px !important;
    max-width: 100% !important;
}

.swicth-group-checkbox {
    position: absolute !important;
    right: 9px !important;
    z-index: 333;
}

.pac-container {
    z-index: 5555;
}

.react-datepicker-popper {
    z-index: 5555 !important;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
    width: 100px !important
}

/*Dropdown*/
.css-1fhf3k1-control {
    min-height: initial !important;
    font-size: 13px;
    height: calc(1.5em + 0.5rem + 2px) !important;
}

.css-yk16xz-control, .css-1pahdxg-control {
    height: calc(1.5em + 0.5rem + 2px) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
    min-height: initial !important;
}

.css-g1d714-ValueContainer, .css-1hwfws3 {
    margin-top: -5px;
}

.css-1hb7zxy-IndicatorsContainer, .css-1wy0on6 {
    margin-top: -4px;
}

.css-4ljt47-MenuList, .css-26l3qy-menu {
    font-size: 0.775rem !important;
}

.css-1n7v3ny-option {
    font-size: 0.775rem !important;
}

/*.register-page .css-1hwfws3 {
    padding: 0px 8px !important;
}

    .register-page .css-1hwfws3 .css-tlfecz-indicatorContainer {
        padding: 0px 8px !important;
    }*/

/*Auto suggest*/
.react-autosuggest__container {
    position: relative;
}

.react-autosuggest__input {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    display: block;
    width: 100%;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .react-autosuggest__input:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.react-autosuggest__input--focused {
    outline: none;
}

.react-autosuggest__input--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
    display: none;
}

.react-autosuggest__suggestions-container--open {
    display: block;
    position: absolute;
    top: 29px;
    width: 100%;
    border: 1px solid #aaa;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 3333;
    max-height: 250px;
    overflow-y: auto;
}

.react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.react-autosuggest__suggestion {
    cursor: pointer;
    padding: 0.3rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
}

.react-autosuggest__suggestion--highlighted {
    background-color: #4bb8d1;
    color: #ffffff;
}

/*Dashboard*/
.small-box a:hover, .small-box.bg-warning a:hover, .small-box.bg-warning a, .small-box.bg-warning {
    color: #ffffff !important;
}
/*Card*/
.content .card {
    box-shadow: none;
    margin-bottom: 1rem;
}

    .content .card .card-body {
        /*padding: 1rem;*/
    }

/*Login,  Registration and forgot password*/
.login-page .col-lg-3, .login-page .col-md-3, .login-page .col-sm-3, .login-page .col-xs-3, .forgot-password-page .col-lg-3, .forgot-password-page .col-md-3, .forgot-password-page .col-sm-3, .forgot-password-page .col-xs-3 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.register-page {
    background: #e9ecef url("../../dist/img/bgblur.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

    .register-page label {
        font-size: 0.8rem;
        margin-bottom: 0rem;
        font-weight: normal !important;
    }

.login-page {
    background: #000000 url("../../dist/img/sideimg-2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

.card-login {
    background-color: rgba(255, 255, 255) !important;
    box-shadow: none;
    margin-bottom: 0rem;
    border: 0rem !important;
}

.login-logo a, .register-logo a, .forgot-password-logo a, .email-verification-logo a {
    color: #fff !important;
}

    .login-logo a:hover, .register-logo a:hover, .forgot-password-logo a:hover, .email-verification-logo a:hover {
        text-decoration: none !important;
        color: #fff !important;
    }

    .register-logo a.nav-link {
        font-size: 1rem;
        color: #6c757d !important;
        display: initial;
        padding: 0.3rem 0.5rem;
    }

    .register-logo a:hover {
        color: #fff !important;
    }

.register-page .btn-success {
    color: #ffffff !important;
}

.forgot-password-page, .email-verification-page {
    background: #e9ecef url("../../dist/img/bgblur.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-forgotpassword {
    background-color: rgba(255, 255, 255) !important;
    box-shadow: none;
    margin-bottom: 0rem;
    border: 0rem !important;
}

.forgot-password-box {
    width: 360px;
}

.forgot-password-page .nav-link {
    padding: 0rem;
}

.email-verification-box {
    width: 650px;
}

.forgot-password-logo, .email-verification-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: .9rem;
    text-align: center;
}
.account-registration-box {
    width: 50%;
    margin:0 auto;
}
.account-registration-page {
    background: #e9ecef url("../../dist/img/bgblur.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

    .account-registration-page label {
        font-size: 0.8rem;
        margin-bottom: 0rem;
        font-weight: normal !important;
    }
.card-plan {
    /*margin-top: 1rem*/
    background-color: rgba(68, 80, 94, 0.9) !important;
    color: #d0d0d0;
    margin-bottom: 0rem;
}

    .card-plan .register-logo {
        margin-bottom: 0rem;
        padding: 1rem;
        border-bottom: 1px solid #666d75;
        font-size: 1.3rem;
        font-weight: 300;
        text-align: center;
    }

        .card-plan .register-logo .register-box-msg {
            padding: 0rem !important;
        }

    .card-plan .card-plan-type {
        font-size: 1rem;
    }

    .card-plan .text-success {
        color: #39fd66 !important;
    }

    .card-plan p {
        padding: 0rem;
        margin-bottom: 0.2rem;
    }

    .card-plan .card-body {
        padding: 1rem 1.25rem 1.25rem 1.25rem;
    }

    .card-plan .nav-link {
        font-size: 0.8rem;
        display: inline-block;
        padding: 0.2em;
        color: #ffffff !important;
    }

.ribbon-wrapper {
    height: 90px;
    width: 90px;
}

    .ribbon-wrapper .ribbon {
        text-transform: unset;
        width: 113px;
        top: 20px;
    }

.login-box .login-card-body .nav-link {
    padding: 0rem 0rem 0.5rem 1rem !important;
}

.main-card .fa, .main-card .fas {
    color: #cacaca;
}

.main-card .main-card-body .card {
    box-shadow: none;
    border: 0px;
    margin-bottom: 0rem;
}

    .main-card .main-card-body .card .card-header {
        border-bottom: 2px solid #4bb8d1;
        background-color: transparent;
    }

        .main-card .main-card-body .card .card-header .card-title {
            margin-bottom: 0rem;
            color: #4bb8d1;
            font-size: 1.2rem;
            font-weight: 400;
        }

    .main-card .main-card-body .card .card {
    }

.main-card-body .col, .main-card-body .col-1, .main-card-body .col-10, .main-card-body .col-11, .main-card-body .col-12, .main-card-body .col-2, .main-card-body .col-3, .main-card-body .col-4, .main-card-body .col-5, .main-card-body .col-6, .main-card-body .col-7, .main-card-body .col-8, .main-card-body .col-9, .main-card-body .col-auto, .main-card-body .col-lg, .main-card-body .col-lg-1, .main-card-body .col-lg-10, .main-card-body .col-lg-11, .main-card-body .col-lg-12, .main-card-body .col-lg-2, .main-card-body .col-lg-3, .main-card-body .col-lg-4, .main-card-body .col-lg-5, .main-card-body .col-lg-6, .main-card-body .col-lg-7, .main-card-body .col-lg-8, .main-card-body .col-lg-9, .main-card-body .col-lg-auto, .main-card-body .col-md, .main-card-body .col-md-1, .main-card-body .col-md-10, .main-card-body .col-md-11, .main-card-body .col-md-12, .main-card-body .col-md-2, .main-card-body .col-md-3, .main-card-body .col-md-4, .main-card-body .col-md-5, .main-card-body .col-md-6, .main-card-body .col-md-7, .main-card-body .col-md-8, .main-card-body .col-md-9, .main-card-body .col-md-auto, .main-card-body .col-sm, .main-card-body .col-sm-1, .main-card-body .col-sm-10, .main-card-body .col-sm-11, .main-card-body .col-sm-12, .main-card-body .col-sm-2, .main-card-body .col-sm-3, .main-card-body .col-sm-4, .main-card-body .col-sm-5, .main-card-body .col-sm-6, .main-card-body .col-sm-7, .main-card-body .col-sm-8, .main-card-body .col-sm-9, .main-card-body .col-sm-auto, .main-card-body .col-xl, .main-card-body .col-xl-1, .main-card-body .col-xl-10, .main-card-body .col-xl-11, .main-card-body .col-xl-12, .main-card-body .col-xl-2, .main-card-body .col-xl-3, .main-card-body .col-xl-4, .main-card-body .col-xl-5, .main-card-body .col-xl-6, .main-card-body .col-xl-7, .main-card-body .col-xl-8, .main-card-body .col-xl-9, .main-card-body .col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
}

.main-card .main-card-body {
    padding: 0rem;
}

    .main-card .main-card-body .card-body {
        padding: 20px 20px 0px 20px;
    }

    .main-card .main-card-body .row {
        margin-right: -7.5px !important;
        margin-left: -7.5px !important;
    }


.error.invalid-feedback {
    display: block;
    font-size: 0.7rem !important;
}

/*Buttons*/

.btn-xs {
    padding: .125rem .25rem !important;
    font-size: .75rem !important;
    line-height: 1.5 !important;
    border-radius: .15rem !important;
}

.btn-custom-xs {
    font-size: 11px !important;
    padding: 0rem .45rem !important;
    position: absolute !important;
    top: 3px !important;
    right: 9px !important;
}

.btn-default {
    background-color: #f8f9fa !important;
    border-color: #dddddd !important;
    color: #444444 !important;
}

.btn-info {
    background-color: #4bb8d1;
    border-color: #4bb8d1;
}


/*Data Grid by DevExtreme*/

.card.card-grid {
    margin-top: 0.5rem;
}

.card-grid .card-body {
    padding: 1rem !important;
}

.dx-widget, .dx-widget input, .dx-widget textarea {
    /*font-family: 'Source Sans Pro', sans-serif !important;*/
    font-family: 'Nunito', sans-serif !important;
}

.dx-popup-content {
    padding: 10px !important
}

.dx-button-mode-contained .dx-icon {
    color: #121212 !important;
}

.dx-datagrid-headers {
    color: #333333 !important;
    font-weight: 700 !important;
    background-color: #EFEFEF;
}

.dx-datagrid-rowsview .dx-row > td {
    font-size: 0.785rem !important;
}

.dx-datagrid-rowsview .dx-row {
    height: initial !important;
}

    .dx-datagrid-rowsview .dx-row.bgpending {
        background-color: #FFFFFF !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgassigned {
        background-color: #FFFF00 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgpreassigned {
        background-color: #FFFF00 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgpreassignedck {
        background-color: #FFFF00 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgdriveraccepted {
        background-color: #FFFF00 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgdriverrejected {
        background-color: #FFFF00 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgonsite {
        background-color: #833C0C !important;
        color: #fff;
    }

    .dx-datagrid-rowsview .dx-row.bgonlocation {
        background-color: #00B050 !important;
        color: #fff;
    }

    .dx-datagrid-rowsview .dx-row.bgboarded {
        background-color: #7FFF7F !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgreacheddestination {
        background-color: #D4FFD4 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgcompleted {
        background-color: #BFBFBF !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgcancelled {
        background-color: #BFBFBF !important;
        color: #FF0000;
    }

    .dx-datagrid-rowsview .dx-row.bgvip {
        background-color: #FFCCFF !important;
        color: #FF0000;
    }

    .dx-datagrid-rowsview .dx-row.bgpreassignackpending {
        background-color: #FFFF00 !important;
        color: #FF0000;
    }

    .dx-datagrid-rowsview .dx-row.bgpreassignackaccepted {
        background-color: #00B050 !important;
        color: #FF0000;
    }

    .dx-datagrid-rowsview .dx-row.bgpreassignackrejected {
        background-color: #FF0000 !important;
        color: #FF0000;
    }

.dx-datagrid-height.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
    padding: 1rem !important;
}

.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
    padding: 20px !important
}

.dx-datagrid-height .dx-gridbase-container {
    height: 500px !important;
}

.dx-datagrid-height .dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) > .dx-datagrid-group-space, .dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) .dx-master-detail-cell {
    background-color: #f1f7f7 !important;
}

.dx-widget a.icon {
    text-decoration: none !important
}


.dx-datagrid .dx-row > td {
    /*padding: 0.4rem 4rem 0.4rem 0.4rem !important;*/
    font-size: 0.715rem !important;
}

.dx-pager .dx-pages .dx-selection, .dx-pager .dx-page-sizes .dx-selection {
    background-color: #4bb8d1 !important;
    color: #ffffff !important;
}

.dx-list-item-content, .dx-list .dx-empty-message {
    padding: 8px 10px 8px 15px !important;
}

.dx-list-item-before-bag .dx-list-select-checkbox {
    margin-left: 0px !important;
}

.dx-list-select-all-checkbox {
    margin-left: 0px !important;
}

.dx-list-select-all-label {
    padding-left: 3px;
}
/*React Modal*/
.react-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #ffffff;
    border: 0px solid #121212;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

    .react-modal .modal-header {
        border-bottom: 1px solid #121212 !important;
        padding: 0.5rem 0.7rem !important;
        background-color: #121212 !important;
    }

        .react-modal .modal-header .modal-title {
            color: #ffffff !important;
            font-weight: bold !important;
        }

    .react-modal .modal-body {
        padding: 0.3rem 1.2rem 1rem 1.2rem;
    }

    .react-modal .modal-footer {
        padding: 0.5rem;
    }

    .react-modal.add-customer-modal {
        width: 60% !important;
    }

.update-email-modal {
    width: 30% !important;
}

.email-log-modal {
    width: 47% !important;
}

.react-modal .modal-body .nav-link {
    padding: 0.2rem 0.5rem !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
    background-color: rgba(0,0,0,60%) !important;
    z-index: 20;
}

.react-modal .modal-body .col, .react-modal .modal-body .col-1, .react-modal .modal-body .col-10, .react-modal .modal-body .col-11, .react-modal .modal-body .col-12, .react-modal .modal-body .col-2, .react-modal .modal-body .col-3, .react-modal .modal-body .col-4, .react-modal .modal-body .col-5, .react-modal .modal-body .col-6, .react-modal .modal-body .col-7, .react-modal .modal-body .col-8, .react-modal .modal-body .col-9, .react-modal .modal-body .col-auto, .react-modal .modal-body .col-lg, .react-modal .modal-body .col-lg-1, .react-modal .modal-body .col-lg-10, .react-modal .modal-body .col-lg-11, .react-modal .modal-body .col-lg-12, .react-modal .modal-body .col-lg-2, .react-modal .modal-body .col-lg-3, .react-modal .modal-body .col-lg-4, .react-modal .modal-body .col-lg-5, .react-modal .modal-body .col-lg-6, .react-modal .modal-body .col-lg-7, .react-modal .modal-body .col-lg-8, .react-modal .modal-body .col-lg-9, .react-modal .modal-body .col-lg-auto, .react-modal .modal-body .col-md, .react-modal .modal-body .col-md-1, .react-modal .modal-body .col-md-10, .react-modal .modal-body .col-md-11, .react-modal .modal-body .col-md-12, .react-modal .modal-body .col-md-2, .react-modal .modal-body .col-md-3, .react-modal .modal-body .col-md-4, .react-modal .modal-body .col-md-5, .react-modal .modal-body .col-md-6, .react-modal .modal-body .col-md-7, .react-modal .modal-body .col-md-8, .react-modal .modal-body .col-md-9, .react-modal .modal-body .col-md-auto, .react-modal .modal-body .col-sm, .react-modal .modal-body .col-sm-1, .react-modal .modal-body .col-sm-10, .react-modal .modal-body .col-sm-11, .react-modal .modal-body .col-sm-12, .react-modal .modal-body .col-sm-2, .react-modal .modal-body .col-sm-3, .react-modal .modal-body .col-sm-4, .react-modal .modal-body .col-sm-5, .react-modal .modal-body .col-sm-6, .react-modal .modal-body .col-sm-7, .react-modal .modal-body .col-sm-8, .react-modal .modal-body .col-sm-9, .react-modal .modal-body .col-sm-auto, .react-modal .modal-body .col-xl, .react-modal .modal-body .col-xl-1, .react-modal .modal-body .col-xl-10, .react-modal .modal-body .col-xl-11, .react-modal .modal-body .col-xl-12, .react-modal .modal-body .col-xl-2, .react-modal .modal-body .col-xl-3, .react-modal .modal-body .col-xl-4, .react-modal .modal-body .col-xl-5, .react-modal .modal-body .col-xl-6, .react-modal .modal-body .col-xl-7, .react-modal .modal-body .col-xl-8, .react-modal .modal-body .col-xl-9, .react-modal .modal-body .col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
}

.react-modal .close {
    color: #ffffff;
    opacity: 1;
    border:0;
    box-shadow:none;
}


/*React Component*/
.css-wmw4vi-ReactDropdownSelect, .react-dropdown-select {
    height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
    min-height: initial !important;
}

.react-dropdown-select-item-selected {
    background: #4bb8d1 !important;
}

.react-dropdown-select-dropdown {
    z-index: 999999 !important;
}

.header-select, .header-select .react-dropdown-select-dropdown {
    width: 13rem !important;
}

.dx-master-detail-cell {
    overflow: initial !important;
}

.tabs-modal-body .tab-right-content .card-body .col, .tabs-modal-body .tab-right-content .card-body .col-1, .tabs-modal-body .tab-right-content .card-body .col-10, .tabs-modal-body .tab-right-content .card-body .col-11, .tabs-modal-body .tab-right-content .card-body .col-12, .tabs-modal-body .tab-right-content .card-body .col-2, .tabs-modal-body .tab-right-content .card-body .col-3, .tabs-modal-body .tab-right-content .card-body .col-4, .tabs-modal-body .tab-right-content .card-body .col-5, .tabs-modal-body .tab-right-content .card-body .col-6, .tabs-modal-body .tab-right-content .card-body .col-7, .tabs-modal-body .tab-right-content .card-body .col-8, .tabs-modal-body .tab-right-content .card-body .col-9, .tabs-modal-body .tab-right-content .card-body .col-auto, .tabs-modal-body .tab-right-content .card-body .col-lg, .tabs-modal-body .tab-right-content .card-body .col-lg-1, .tabs-modal-body .tab-right-content .card-body .col-lg-10, .tabs-modal-body .tab-right-content .card-body .col-lg-11, .tabs-modal-body .tab-right-content .card-body .col-lg-12, .tabs-modal-body .tab-right-content .card-body .col-lg-2, .tabs-modal-body .tab-right-content .card-body .col-lg-3, .tabs-modal-body .tab-right-content .card-body .col-lg-4, .tabs-modal-body .tab-right-content .card-body .col-lg-5, .tabs-modal-body .tab-right-content .card-body .col-lg-6, .tabs-modal-body .tab-right-content .card-body .col-lg-7, .tabs-modal-body .tab-right-content .card-body .col-lg-8, .tabs-modal-body .tab-right-content .card-body .col-lg-9, .tabs-modal-body .tab-right-content .card-body .col-lg-auto, .tabs-modal-body .tab-right-content .card-body .col-md, .tabs-modal-body .tab-right-content .card-body .col-md-1, .tabs-modal-body .tab-right-content .card-body .col-md-10, .tabs-modal-body .tab-right-content .card-body .col-md-11, .tabs-modal-body .tab-right-content .card-body .col-md-12, .tabs-modal-body .tab-right-content .card-body .col-md-2, .tabs-modal-body .tab-right-content .card-body .col-md-3, .tabs-modal-body .tab-right-content .card-body .col-md-4, .tabs-modal-body .tab-right-content .card-body .col-md-5, .tabs-modal-body .tab-right-content .card-body .col-md-6, .tabs-modal-body .tab-right-content .card-body .col-md-7, .tabs-modal-body .tab-right-content .card-body .col-md-8, .tabs-modal-body .tab-right-content .card-body .col-md-9, .tabs-modal-body .tab-right-content .card-body .col-md-auto, .tabs-modal-body .tab-right-content .card-body .col-sm, .tabs-modal-body .tab-right-content .card-body .col-sm-1, .tabs-modal-body .tab-right-content .card-body .col-sm-10, .tabs-modal-body .tab-right-content .card-body .col-sm-11, .tabs-modal-body .tab-right-content .card-body .col-sm-12, .tabs-modal-body .tab-right-content .card-body .col-sm-2, .tabs-modal-body .tab-right-content .card-body .col-sm-3, .tabs-modal-body .tab-right-content .card-body .col-sm-4, .tabs-modal-body .tab-right-content .card-body .col-sm-5, .tabs-modal-body .tab-right-content .card-body .col-sm-6, .tabs-modal-body .tab-right-content .card-body .col-sm-7, .tabs-modal-body .tab-right-content .card-body .col-sm-8, .tabs-modal-body .tab-right-content .card-body .col-sm-9, .tabs-modal-body .tab-right-content .card-body .col-sm-auto, .tabs-modal-body .tab-right-content .card-body .col-xl, .tabs-modal-body .tab-right-content .card-body .col-xl-1, .tabs-modal-body .tab-right-content .card-body .col-xl-10, .tabs-modal-body .tab-right-content .card-body .col-xl-11, .tabs-modal-body .tab-right-content .card-body .col-xl-12, .tabs-modal-body .tab-right-content .card-body .col-xl-2, .tabs-modal-body .tab-right-content .card-body .col-xl-3, .tabs-modal-body .tab-right-content .card-body .col-xl-4, .tabs-modal-body .tab-right-content .card-body .col-xl-5, .tabs-modal-body .tab-right-content .card-body .col-xl-6, .tabs-modal-body .tab-right-content .card-body .col-xl-7, .tabs-modal-body .tab-right-content .card-body .col-xl-8, .tabs-modal-body .tab-right-content .card-body .col-xl-9, .tabs-modal-body .tab-right-content .card-body .col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
}

.card.main-rez-card .col, .card.main-rez-card .col-1, .card.main-rez-card .col-10, .card.main-rez-card .col-11, .card.main-rez-card .col-12, .card.main-rez-card .col-2, .card.main-rez-card .col-3, .card.main-rez-card .col-4, .card.main-rez-card .col-5, .card.main-rez-card .col-6, .card.main-rez-card .col-7, .card.main-rez-card .col-8, .card.main-rez-card .col-9, .card.main-rez-card .col-auto, .card.main-rez-card .col-lg, .card.main-rez-card .col-lg-1, .card.main-rez-card .col-lg-10, .card.main-rez-card .col-lg-11, .card.main-rez-card .col-lg-12, .card.main-rez-card .col-lg-2, .card.main-rez-card .col-lg-3, .card.main-rez-card .col-lg-4, .card.main-rez-card .col-lg-5, .card.main-rez-card .col-lg-6, .card.main-rez-card .col-lg-7, .card.main-rez-card .col-lg-8, .card.main-rez-card .col-lg-9, .card.main-rez-card .col-lg-auto, .card.main-rez-card .col-md, .card.main-rez-card .col-md-1, .card.main-rez-card .col-md-10, .card.main-rez-card .col-md-11, .card.main-rez-card .col-md-12, .card.main-rez-card .col-md-2, .card.main-rez-card .col-md-3, .card.main-rez-card .col-md-4, .card.main-rez-card .col-md-5, .card.main-rez-card .col-md-6, .card.main-rez-card .col-md-7, .card.main-rez-card .col-md-8, .card.main-rez-card .col-md-9, .card.main-rez-card .col-md-auto, .card.main-rez-card .col-sm, .card.main-rez-card .col-sm-1, .card.main-rez-card .col-sm-10, .card.main-rez-card .col-sm-11, .card.main-rez-card .col-sm-12, .card.main-rez-card .col-sm-2, .card.main-rez-card .col-sm-3, .card.main-rez-card .col-sm-4, .card.main-rez-card .col-sm-5, .card.main-rez-card .col-sm-6, .card.main-rez-card .col-sm-7, .card.main-rez-card .col-sm-8, .card.main-rez-card .col-sm-9, .card.main-rez-card .col-sm-auto, .card.main-rez-card .col-xl, .card.main-rez-card .col-xl-1, .card.main-rez-card .col-xl-10, .card.main-rez-card .col-xl-11, .card.main-rez-card .col-xl-12, .card.main-rez-card .col-xl-2, .card.main-rez-card .col-xl-3, .card.main-rez-card .col-xl-4, .card.main-rez-card .col-xl-5, .card.main-rez-card .col-xl-6, .card.main-rez-card .col-xl-7, .card.main-rez-card .col-xl-8, .card.main-rez-card .col-xl-9, .card.main-rez-card .col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
}

.card.main-rez-card .col-left {
    padding-right: 15px !important;
}

.card.main-rez-card .col-right {
    padding-left: 15px !important;
}

.component-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #4bb8d1;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}


/*Plan Page*/
.plan-page {
    background: #e9ecef url("../../dist/img/bgblur.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    /*    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;*/
}

    .plan-page .container {
        width: 960px;
    }


    .plan-page .title {
        font-size: 1.5rem;
        color: #4d5a69;
        font-weight: 700;
    }
/*.container.plan {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}*/

.plan .card {
    box-shadow: none;
    transition: transform .2s; /* Animation */
    -webkit-transition: transform .2s; /* Animation */
    -moz-transition: transform .2s; /* Animation */
    border: 2px solid #d8d8d8 !important;
}

    .plan .card:hover {
        border: 2px solid #17a2b8 !important;
        cursor: pointer;
    }

.plan .card-body {
    padding: .55rem .55rem 3rem .55rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.card-deck .card {
    border: 0px;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0,0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0,0);
}

.card-deck .card-header {
    background-color: transparent;
    padding: 1rem 1.25rem;
}

.card-deck .card-footer {
    border-top: 0px;
    background-color: transparent;
    padding: 0rem 1.5rem 1.5rem;
}

.card-deck .card:nth-child(1) .card-header .plan-recom::before {
    content: 'Individual or Small Business';
}

.card-deck .card:nth-child(2) .card-header .plan-recom::before {
    content: 'Growing Business';
}

.card-deck .card:nth-child(3) .card-header .plan-recom::before {
    content: 'Advanced Company';
}

.card-header .plan-type {
    color: #17a2b8;
    font-weight: 500;
    font-size: 1.5rem;
}

    .card-header .plan-type span {
        font-weight: 700;
    }


.card-deck .plan-price {
    color: #616161;
    font-weight: 600;
    font-size: 2.5rem;
    font-family: arial !important;
}

    .card-deck .plan-price small {
        color: #757575;
        font-size: 0.8rem;
        text-transform: uppercase;
    }

    .card-deck .plan-price sup {
        font-size: 1rem;
        font-weight: normal;
        top: -1em;
    }

.card-deck .card-body {
    padding: 1rem 1.5rem 0rem 1.5rem;
    position: relative;
}

.card-deck .card .card-body .plan-features {
    color: #4d5a69;
    font-size: 0.9rem;
}

    .card-deck .card .card-body .plan-features p {
        padding: 0rem;
        margin: 0rem;
        line-height: 1.3rem;
        text-align: center;
    }

.card-deck .btn {
    width: 55% !important;
    margin: 0 auto !important;
    border-radius: 5rem !important;
}

.card-deck .card:nth-child(1) .ribbon-wrapper.ribbon-lg, .card-deck .card:nth-child(3) .ribbon-wrapper.ribbon-lg {
    display: none;
}

.card-deck .card:hover {
    background-color: rgba(68, 80, 94, 1);
    color: #d0d0d0;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 43px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 43px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 43px 3px rgba(0,0,0,0.2);
}

    .card-deck .card:hover .card-body .plan-features p {
        color: #c5c5c5;
    }

    .card-deck .card:hover .plan-price, .card-deck .card:hover .plan-price small, .card-deck .card:hover .plan-price sup {
        color: #ffffff;
    }



/*Set up account*/
.setup-account-page {
    background: #e9ecef url("../../dist/img/bg3.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

    .setup-account-page img {
        filter: brightness(10);
        position: relative;
        top: -3px;
    }
/*Container*/
.content-header .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.rez-header .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.buttons-header .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.content-wrapper .content-header .container, .content-wrapper .rez-header .container, .content-wrapper .buttons-header .container, .content-wrapper .content .container {
    width: 100%;
    max-width: 100%;
}

/*Content header*/
.content-header h1 {
    font-size: 1.1rem;
}

.content-header {
    background-color: white;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px;
    /* margin-bottom: 10px;*/
}

/*Breadcrumb*/
.breadcrumb-item + .breadcrumb-item::before {
    display: none !important;
}


.content-header .breadcrumb {
    line-height: normal;
    font-size: 0.8rem;
}

    .content-header .breadcrumb .breadcrumb-item .nav-item .nav-link {
        padding: 0rem;
    }

.breadcrumb .dropdown-menu.show {
    transform: translate3d(-133px, 32px, 0px) !important;
}

.breadcrumb .dropdown-menu {
    z-index: 9999;
}

    .breadcrumb .dropdown-menu .dropdown-item {
        font-size: 0.9rem;
    }

.breadcrumb.btn-group-sm > .btn, .btn-sm {
    padding: 0.2rem 0.5rem;
}

.breadcrumb .btn {
    padding: 0.2rem 0.5rem;
}


.breadcrumb-item + .breadcrumb-item {
    padding-left: 1.2rem !important;
}


/*Reservation header*/
.rez-header {
    padding: 5px 10px;
    font-size: 0.9rem;
}

/*Reservation action button header*/
.buttons-header {
    padding: 5px 10px;
    font-size: 0.9rem;
}

    .buttons-header .btn-danger, .buttons-header .btn-success, .buttons-header .btn-custom-gray, .buttons-header .btn-outline-danger {
        margin-left: 0.5rem;
    }

/*Reservation Card*/
.register-card-body {
    background-color: #ffffff !important;
}

.card.sub-rez-card {
    background-color: transparent !important;
}

    .card.sub-rez-card .row {
        margin-right: -7.5px !important;
        margin-left: -7.5px !important;
    }

.card.main-rez-card {
    margin-bottom: 1rem !important;
}

.card.main-rez-card, .card.sub-rez-card {
    box-shadow: none;
    margin-bottom: 0rem;
    border: 0px !important;
}

    .card.main-rez-card > .card-body {
        padding: 0rem 1.25rem 1.25rem 1.25rem;
    }

    .card.main-rez-card .sub-rez-card .card-header {
        background-color: transparent;
        border-bottom: 1px solid #4bb8d1;
        padding: .50rem 0rem;
        margin: 0px;
    }

    .card.main-rez-card .card.sub-rez-card .card-header .card-title {
        font-size: 0.9rem;
        font-weight: bold;
        color: #4bb8d1;
    }

    .card.main-rez-card .card.sub-rez-card .card-body {
        padding: 0rem;
    }

        .card.main-rez-card .card.sub-rez-card .card-body .row {
            margin-right: -7.5px !important;
            margin-left: -7.5px !important;
        }

.main-footer {
    padding: 0.5rem !important;
    margin-left: 0px !important;
    font-size: 14px;
}


/*Form*/
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal !important;
}

.form-group {
    margin-bottom: 0.4rem !important;
}

    .form-group label {
        font-size: 0.7rem !important;
        margin-bottom: 0rem;
        font-weight: normal !important;
    }

    .form-group .col-form-label {
        font-size: 0.8rem !important;
    }

    .form-group .form-check {
        display: inline;
        padding-left: 1.25rem;
        padding-right: 0.5rem;
    }

.form-control-sm, form-control {
    height: calc(1.8125rem + 0px);
}

.custom-form-group .custom-control {
    display: block !important;
}

.form-control {
    font-size: 0.8125rem !important;
}

.custom-control {
    display: inline !important;
}

.rez-header .icheck-primary {
    display: inline-block;
    margin-right: 0.5rem;
    margin-top: 1.2rem !important;
}

.icheck-primary label {
    font-size: 0.8rem !important;
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before, [class*=icheck-] > input:first-child + label::before {
    width: 20px;
    height: 20px;
}

[class*=icheck-] > input:first-child:checked + input[type=hidden] + label::after, [class*=icheck-] > input:first-child:checked + label::after {
    transform: translate(6.75px,3.5px) rotate(45deg);
    -webkit-transform: translate(6.75px,3.5px) rotate(45deg);
    -moz-transform: translate(6.75px,3.5px) rotate(45deg);
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before, [class*=icheck-] > input:first-child + label::before {
    background-color: #ffffff;
}

.form-filters .form-group {
    margin-bottom: 0rem !important;
}

.btn-custom-gray {
    background-color: #efefef !important;
    border-color: #c3c3c3 !important;
    color: #212529 !important;
}

    .btn-custom-gray:hover {
        background-color: #f8f9fa !important;
        border-color: #ddd !important;
        color: #565656 !important;
    }

    .btn-custom-gray:not(:disabled):not(.disabled):active, .btn-custom-gray:not(:disabled):not(.disabled).active, .show > .btn-custom-gray.dropdown-toggle {
        background-color: #f8f9fa !important;
        border-color: #ddd !important;
        color: #565656 !important;
    }

.btn-outline-secondary {
    color: #6c757d !important;
    border-color: #6c757d !important;
    margin: 0 4px 0 -3px !important;
}

    .btn-outline-secondary:hover {
        color: #fff !important;
        background-color: #6c757d;
        border-color: #6c757d;
    }

.breadcrumb li {
    margin-left: 0.5rem !important;
    cursor: pointer !important;
}
/*Custom file*/
.register-page .custom-file-label {
    height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.register-page .custom-file-input {
    height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
}

.register-page .input-group-text {
    height: calc(1.4em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
}

.register-page .custom-file-label::after {
    height: calc(1.4em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
}

/*Tabs*/
.nav-tabs {
    margin-top: 10px;
}

    .nav-tabs .nav-link {
        font-size: 0.9rem;
    }

.tab-content {
    margin-top: 10px;
}

/* .tab-content > .active .form-check {
        display: block;
    }*/

/*Vertical Tabs*/
.react-modal.customer-setting-modal {
    width: 70% !important;
}

.modal-body.tabs-modal-body {
    padding: 0rem 1rem !important;
    background-color: #f4f6f9;
}

.tabs-modal-body label {
    font-size: 0.9rem;
    margin-bottom: 0rem;
    font-weight: 500 !important;
}

.tabs-modal-body hr {
    /* margin-top: 0.3rem;
    margin-bottom: 0.3rem;*/
}

.tabs-modal-body .nav-tabs a {
    color: #91e1f3 !important;
    background-color: #ffffff !important;
    text-align: center;
    font-size: 1.1rem;
}

.tabs-modal-body .tab-left-link {
    background-color: #f4f6f9;
    padding: 0rem !important;
}

.tabs-modal-body .tab-right-content {
    background-color: #f4f6f9;
    padding: 1rem !important;
}

    .tabs-modal-body .tab-right-content .tab-content {
        margin-top: 0rem;
        height: 450px;
        overflow-y: auto;
    }

#model-body-Content {
    margin-top: 0rem;
    height: 400px;
    overflow-y: auto;
}

.tabs-modal-body .nav-tabs .nav-item.show .nav-link, .tabs-modal-body .nav-tabs .nav-link.active {
    background-color: #f4f6f9;
    border-color: transparent !important;
}

.tabs-modal-body .nav-tabs {
    margin-bottom: 0rem;
    margin-top: 0rem;
    border: 0px;
    background-color: #ffffff;
}

.tabs-modal-body .card {
    box-shadow: none;
    border: 1px solid #ced4da;
    /*margin-bottom:0rem;*/
}

.tabs-modal-body .card-header {
    background-color: transparent;
    border-bottom: 2px solid #4bb8d1;
    padding: .50rem 0rem;
    margin: 0 10px;
}

.tabs-modal-body .card-title {
    font-size: 1rem;
    font-weight: normal;
    color: #4bb8d1;
    margin-bottom: 0rem;
}

.tabs-modal-body .card-body {
    padding: 0.5rem 1.4rem;
}

.tabs-modal-body .row.two-col-row {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}


.selected-data, .options {
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
}

    .selected-data .caption {
        font-weight: bold;
        font-size: 115%;
    }

    .options .caption {
        font-size: 18px;
        font-weight: 500;
    }

.option {
    margin-top: 10px;
}

    .option > span {
        width: 120px;
        display: inline-block;
    }

    .option > .dx-widget {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-width: 350px;
    }

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

/*DateBox Css Jay*/
.dx-datebox-wrapper-calendar .dx-calendar {
    border: none;
    margin: 5px !important;
}

.edit-location-modal {
    width: 30% !important;
}

.edit-service-modal {
    width: 30% !important;
}

.edit-service-modal {
    width: 30% !important;
}

/*.edit-driver-document-modal {
    width: 70% !important;
}*/

.edit-wireInstructor-modal {
    width: 75% !important;
}


.rct-collapse {
    font-size: 16px !important;
    border: 1px solid red;
}

.rct-node-icon {
    color: #08abd1 !important;
}

.edit-location-setting-modal {
    width: 40% !important;
}

/*Modal Popup Style*/

.viewrez .modal-dialog {
    width: 1200px !important;
    max-width: 1200px !important;
}

    .viewrez .modal-dialog .modal-header {
        border-bottom: 1px solid #4bb8d1;
        padding: 0.5rem;
    }

    .viewrez .modal-dialog .modal-title {
        color: #4bb8d1;
        font-weight: bold;
    }

.modal-footer {
    padding: 0.5rem;
}

.viewrez label {
    font-size: 0.9rem;
    margin-bottom: 0rem;
}

.viewrez span {
    /*font-size: 0.9rem;*/
}

.viewrez .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.viewrez .table {
    border: 1px solid #dee2e6;
}

.viewrez .card.card-outline-tabs .card-header a {
    color: #4bb8d1;
    font-weight: 600;
}

.viewrez .card-primary.card-outline-tabs > .card-header a.active {
    border-bottom: 3px solid #4bb8d1;
}

.viewrez .nav-tabs .nav-link {
    border: 0px solid transparent;
}

.viewrez .tab-content label {
    font-weight: normal !important;
}

.viewrez .card.card-outline-tabs .card-header a {
    border-top: 0px solid transparent;
}

.viewrez .card-body {
    padding: 0px;
}

.viewrez .card-header {
    margin: 0px;
}

.card-body.p-0 .table tbody > tr > td:first-of-type, .card-body.p-0 .table tbody > tr > th:first-of-type, .card-body.p-0 .table thead > tr > td:first-of-type, .card-body.p-0 .table thead > tr > th:first-of-type {
    padding-left: 0.5rem;
}



/*View Reservation Table*/

.view-rez-modal {
    font-size: 0.8rem;
}

    .view-rez-modal .modal-body {
        padding: 1rem;
        height: 350px;
        overflow-y: auto;
    }

    .view-rez-modal .view-rez-table.table td, .view-rez-modal .view-rez-table.table th {
        padding: 0.2rem 1rem 0.2rem 0.2rem;
        font-size: 0.8rem;
    }

    .view-rez-modal label {
        font-size: 0.8rem !important;
        margin-bottom: 0rem;
    }

    .view-rez-modal span {
        /*font-size: 0.9rem;*/
    }

    .view-rez-modal .nav-tabs {
        border-bottom: 0px solid #dee2e6;
    }

    .view-rez-modal .table {
        border: 1px solid #dee2e6;
    }

    .view-rez-modal .card.card-outline-tabs .card-header a {
        color: #4bb8d1 !important;
        font-weight: 600;
        border-top: 0px solid transparent;
    }

    .view-rez-modal .card-primary.card-outline-tabs > .card-header a.active {
        border-bottom: 3px solid #4bb8d1;
        color: #4bb8d1 !important;
    }

    .view-rez-modal .nav-tabs .nav-link {
        border: 0px solid transparent;
        padding: 0.2rem 1rem;
    }

    .view-rez-modal .tab-content label {
        font-weight: normal !important;
    }

    .view-rez-modal .card-body {
        padding: 0px !important;
    }

    .view-rez-modal .card-header {
        margin: 0px;
    }

    .view-rez-modal .card {
        box-shadow: none;
        margin-bottom: 0rem;
        border: 0;
    }

    .view-rez-modal .row {
        margin-right: -7.5px !important;
        margin-left: -7.5px !important;
    }

    .view-rez-modal .card-header {
        background-color: transparent;
        border-bottom: 1px solid #4bb8d1;
        padding: .50rem 0rem;
        margin: 0 10px;
    }

    .view-rez-modal .card-title {
        font-size: 0.9rem;
        font-weight: bold;
        color: #4bb8d1;
    }

    .view-rez-modal .card-body {
        padding: .55rem;
    }

    .view-rez-modal .card.card-outline-tabs .card-header a {
        color: #4bb8d1;
        font-weight: 600;
    }

    .view-rez-modal hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

.dx-checkbox-icon {
    margin-left: 0px;
}

/*React Date Picker*/

.react-datepicker {
    font-family: 'Nunito', sans-serif !important;
}

.react-datepicker-wrapper {
    display: initial !important;
}

.DayPicker-Months {
    font-size: 0.8rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
}

.DayPicker-Month {
    margin: 0rem !important;
    text-align: center;
}

.DayPicker-Caption {
    background-color: #f0f0f0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0.5rem !important;
    margin-bottom: 0rem !important;
    text-align: center !important;
}

    .DayPicker-Caption > div {
        color: #000000;
        font-weight: bold !important;
        font-size: 0.944rem !important;
    }

.DayPicker-Weekday {
    font-size: 0.8rem !important;
    padding: 0.6em !important;
    color: #000000 !important;
}

.DayPicker-NavButton {
    top: 0.5rem !important;
    right: 0.5rem !important;
}

.DayPicker-WeekdaysRow {
    background-color: #f0f0f0;
    border-bottom: 1px solid #aeaeae;
}

.DayPicker-NavButton--prev {
    position: absolute !important;
    left: 0.5rem !important;
}


.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    background-color: #216ba5 !important;
    color: #ffffff !important;
}

.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    background-color: #e4f3ff !important;
}

.DayPicker-Day--today {
    color: #216ba5 !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
    z-index: 1034;
}

.nav-tabs .nav-link.active {
    color: #17a2b8 !important;
}


.react-modal-driverlist .row {
    margin-left: -7px;
    margin-right: -7px;
}

.swal2-content {
    font-size: 1rem !important;
}

.__react_component_tooltip ul {
    margin: 0;
    padding: 0px 0px 0px 10px;
}

.dx-datagrid-rowsview .dx-row {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #dddddd !important;
}

.map-div {
    height: 95%;
    width: 100%;
    position: absolute;
}

#container {
    margin: 0 auto;
    position: relative;
}

#about_popup {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 28px;
    display: none;
    z-index: 99;
    width: 90%;
}

#contact_popup {
    width: 360px;
    height: 160px;
    padding: 20px;
    background: #666;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
}

#bottom_bar {
    width: 100%;
    height: 29px;
    position: absolute;
    bottom: 20px;
    z-index: 999;
    text-align: center;
    background-color: #505050;
}

    #bottom_bar #bottom_menu .btn-success {
        color: #ffffff !important;
        font-size: 1.5rem;
    }

.profile-user-img {
    border: 1px solid #adb5bd;
}


.card-primary.card-outline-tabs > .card-header a.active {
    border-bottom: 3px solid #4bb8d1 !important;
    border-top: 0px solid #4bb8d1 !important;
}

.card.card-outline-tabs .card-header a:hover {
    border-top: 0px solid #4bb8d1 !important;
    border-bottom: 3px solid #4bb8d1 !important;
}

.nav {
    border-bottom: 1px solid #93bfca;
}

.card.card-outline-tabs .card-header a {
    border-top: 0px solid transparent !important;
    position: relative;
    top: 2px;
    color: #17a2b8 !important;
}

.account-settings .card-header {
    background-color: #ffffff !important;
}

.main-header .navbar-nav .nav-item .css-2b097c-container {
    width: 250px !important;
}

.navbar-white {
    background-color: #ffffff;
    border-bottom: 0 !important;
}

.dashboard .row {
    margin-left: -7px;
    margin-right: -7px;
}

.dashboard .card {
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    border: 0px solid #e6e8ef;
    border-radius: .428rem;
}

    .dashboard .card .card-header {
        background-color: transparent;
        border-bottom: 0px dashed #c5c5c5 !important;
    }

        .dashboard .card .card-header .card-title {
            margin-bottom: 0rem;
            color: #121212;
            font-weight: bold;
        }



.small-box {
    color: #ffffff;
    border-radius: 0.50rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

    .small-box > .small-box-footer {
        color: #ffffff !important;
        background: none !important;
        display: none;
    }

    .small-box > .inner {
        padding: 15px;
    }

    .small-box p {
        margin-bottom: 0;
    }

    .small-box h3 {
        margin: 0;
    }

    .small-box .icon > i.fa, .small-box .icon > i.fab, .small-box .icon > i.far, .small-box .icon > i.fas, .small-box .icon > i.glyphicon, .small-box .icon > i.ion {
        font-size: 50px
    }

    .small-box:hover .icon > i.fa, .small-box:hover .icon > i.fab, .small-box:hover .icon > i.far, .small-box:hover .icon > i.fas, .small-box:hover .icon > i.glyphicon, .small-box:hover .icon > i.ion {
        font-size: 55px;
    }

.bg-info {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-success {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-warning {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
    color:#ffffff !important;
}

.bg-danger {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}

.account-setting label {
    font-size: 0.7rem !important;
    margin-bottom: 0rem !important;
    font-weight: normal !important;
}

.tab-pane h6 {
    margin-bottom: 0px !important;
}

.account-setting .fas {
    color: #cacaca;
}

.account-setting .btn .fas {
    color: #ffffff;
}

.account-setting .input-group-text {
    height: calc(1.4em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    background: transparent;
}


.tab-pane .css-yk16xz-control, .tab-pane .css-1pahdxg-control {
    height: initial !important;
}

.tab-pane .css-g1d714-ValueContainer {
    margin-top: 0px;
}

.dropdown-menu {
    font-size: 0.8125rem !important;
}

.input-date {
    width: 100% !important;
}

    .input-date .dx-texteditor-input {
        padding-right: 0px !important;
    }

.rez-header .icheck-primary.custom-icheck-primary {
    margin-top: 0.1rem !important;
}

[class*=icheck-] > label {
    font-size: 0.7rem !important;
    min-height: 15px;
    line-height: 15px;
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before, [class*=icheck-] > input:first-child + label::before {
    width: 15px;
    height: 15px;
}

[class*=icheck-] {
    margin-bottom: 0px !important;
    min-height: 0px;
}

    [class*=icheck-] > input:first-child:checked + input[type=hidden] + label::after, [class*=icheck-] > input:first-child:checked + label::after {
        width: 4px;
        height: 6px;
    }

.widget-map-container {
    height: 430px;
    overflow-y: auto;
}

.setup-account-page .panels .panel:nth-child(2) .css-yk16xz-control, .setup-account-page .panels .panel:nth-child(2) .css-1pahdxg-control {
    height: initial !important;
}

.setup-account-page .panels .panel:nth-child(2) .css-1hwfws3 {
    padding: 5px !important;
}

.setup-account-page .panels .panel:nth-child(2) .css-g1d714-ValueContainer, .setup-account-page .panels .panel:nth-child(2) .css-1hwfws3 {
    margin-top: 0px !important;
}

.card-registration {
    background-color: rgba(255, 255, 255) !important;
    box-shadow: none;
    margin-bottom: 0rem;
    border: 0rem !important;
}

    .card-registration h5 {
        color: #17a2b8;
        font-weight: 600;
    }

    .card-registration .row:nth-child(2) h5 {
        margin-top: 0.5rem;
    }

    .card-registration .card-footer {
        background-color: transparent;
    }

        .card-registration .card-footer a {
            color: #17a2b8 !important;
        }

.react-checkbox-tree {
    border-radius: 0.2rem;
    border: 1px solid #ced4da;
}

    .react-checkbox-tree li.rct-node.rct-node-leaf .rct-collapse {
        display: none;
    }

    .react-checkbox-tree li.rct-node.rct-node-leaf {
        border-bottom: 1px solid #ced4da;
    }

.rct-text {
    display: block !important;
}

.rct-title {
    font-size: 0.8rem;
    padding: 0.3rem !important;
    display: block !important;
}

.react-checkbox-tree .rct-bare-label, .rct-node-clickable {
    display: block !important;
}

    .rct-node-clickable:hover {
        background: rgba(51, 51, 204, 0.1);
    }

.pending-container {
    font-size: 0.8rem;
    border: 1px solid #dee2e6;
    width: 15%;
    background-color: #fff;
}

.gps-container {
    height: 350px;
    overflow: auto;
    display: flex;
    border: 1px solid #dee2e6;
}

.completed-container {
    font-size: 0.8rem;
    border: 1px solid #dee2e6;
    width: 10%;
}

.ride-container {
    background-color: #17a2b8;
    color: #fff;
}

.clearboth {
    clear: both;
}

.pending-container h6 {
    font-size: 0.8rem;
    padding: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #efefef;
}

.pending-container:nth-child(1) {
    position: absolute;
    top: 0;
    background-color: #fff;
}

.pending-container .draggable {
    padding: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    cursor: move;
}

.pending-container:nth-child(1) .ride-container {
    background-color: #fff;
    color: #000;
}

.pending-container:nth-child(2) {
    margin-left: 15.5%;
}

.custom-date-navigator .form-control {
    border-radius: 0;
    height: calc(1.6em + 0.5rem + 2px);
    width: 10rem;
    text-align: center;
}

.custom-date-navigator button:nth-child(1) {
    position: relative;
    right: -1px;
}

.list-unstyled {
    font-size: 0.79rem;
}

.dashboard .row {
    margin-left: -7px;
    margin-right: -7px;
}

.dashboard .card {
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    border: 0px solid #e6e8ef;
    border-radius: .428rem;
}

    .dashboard .card .card-header {
        background-color: transparent;
        border-bottom: 1px dashed #c5c5c5;
    }

        .dashboard .card .card-header .card-title {
            margin-bottom: 0rem;
            color: #121212;
            font-weight: bold;
        }

.dx-texteditor-input-container {
    margin-top: -2px !important;
}

.dx-widget {
    font-size: 12px !important;
}

.dx-radiobutton-icon, .dx-radiobutton-icon:before {
    width: 16px !important;
    height: 16px !important;
}

.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
    margin-top: -14px !important;
    margin-left: 4px !important;
}

.dx-checkbox-icon {
    width: 18px !important;
    height: 18px !important;
}

.dx-checkbox-checked .dx-checkbox-icon {
    font-size: 12px !important;
}

.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
    background: #4bb8d1 !important;
}

.dx-radio-value-container {
    padding-right: 5px;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background-clip: content-box;
    background-color: #ffffff;
    padding: 3px;
    margin-top: 2px;
    cursor: pointer;
}

    input[type="radio"]:checked {
        background-color: #17a2b8;
        box-shadow: 0 0 0px 3px rgb(255, 255, 255) inset;
        -webkit-box-shadow: 0px 0 0px 3px rgb(255, 255, 255) inset;
        -moz-box-shadow: 0px 0px 0px 3px rgb(255,255,255) inset;
    }

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 0.1rem;
    background-clip: content-box;
    padding: 3px;
    margin-top: 2px;
    cursor: pointer;
    background-color: #ffffff;
}

    input[type="checkbox"]:checked {
        background-color: #ffffff;
    }

        input[type="checkbox"]:checked:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f00c";
            position: relative;
            font-size: 0.8rem;
            top: -0.2rem;
            left: 0.1rem;
            color: #17a2b8;
        }

.btn-group > .btn.btn-outline-secondary {
    margin: 0px !important;
}

    .btn-group > .btn.btn-outline-secondary:nth-child(2){margin-right:4px !important;}

    .btn-group .dropdown-menu.show {
        right: 0 !important;
        left: auto !important;
        top: 31px !important;
        transform: none !important;
    }

.btn-group .dropdown-menu {
    background-color: #6c757d !important;
}

    .btn-group .dropdown-menu .nav-link {
        color: #ffffff !important;
    }

        .btn-group .dropdown-menu .nav-link:hover, .btn-group .dropdown-menu .nav-link:focus {
            background-color: #90989e !important;
        }

    .btn-group .dropdown-menu.show .nav-item {
        margin-left: 0px !important;
    }

.btn-group .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-group .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff !important;
}

.RichTextEditor__editor___1QqIU .RichTextEditor__block___2Vs_D:last-child, .RichTextEditor__editor___1QqIU ol:last-child, .RichTextEditor__editor___1QqIU pre:last-child, .RichTextEditor__editor___1QqIU ul:last-child {
    font-size: 0.8rem;
}
a.nav-link {
    padding: 0;
    display: inline-block;
}
a.text-xs.nav-link {
    display: inline-block;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active {
    color: #ffffff !important;
}

.navbar-light .navbar-toggler {
    background: #ffffff !important;
}

.brandlogo {
    width: 90px !important;
}

.brandlogosm {
    width: 68px !important;
}



.tickitheader{
    background:#121212 !important;
    border-radius:3px;
}
.titckitbadge {
    /*background-color: #28a745;*/
    position: absolute;
    right: 20px;
    top: 2px;
    font-size: 20px;
    padding: 16px;
    /*color: rgb(255, 255, 255);*/
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-bottom: 0;
    background: #ffffff;
    color: #121212;
}
.tickitcreat {
    width: 75% !important;
    margin: auto !important;
}

.messagehrdevider {
    margin: 0px !important;
}
.messagehead{
    font-weight:600;
    color:#121212;
    padding:2px;
}
.messagedeviderpara p {
    margin: 0px !important;
    font-size: 14px !important;
}
.messageattachelink i {
    margin-right: 6px !important;
}
.messageattachelink, .messageattachelink:hover{
    color: #121212 !important;
    font-weight:700;
}

.tickiticon{
    font-size:28px;
}



.captionsidebarheader {
    font-size: 36px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}
.captionsidebarcontent {
    font-size: 16px !important;
    color: #ffffff !important;
}
a.linktxt{
    color:#ffffff !important;
font-weight: 700 !important;
}

.loginbtn {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}
.loginbtn:hover {
    color: #ffffff !important;
}

.clock {
    padding: 1px 12px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 2px;
}
.fa-text {
    font-family: 'Nunito' !important;
    font-weight: 700;
    padding-left: 1px;
}
.dx-datebox-wrapper-calendar .dx-popup-content{
    margin:0px !important;
}

.iconpass{
    font-size:14px;width:20px;
}

