@font-face {
    font-family: "Vazir";
    src: url("/Content/font/Vazir/Vazir.eot");
    src: url("/Content/font/Vazir/Vazir.eot?#iefix") format("embedded-opentype"), url("/Content/font/Vazir/Vazir.woff2") format("woff2"), url("/Content/font/Vazir/Vazir.woff") format("woff"), url("/Content/font/Vazir/Vazir.ttf") format("truetype");
    font-weight: normal;
}


body.rtl .fg-forms {
    direction: rtl;
    font-family: Vazir, "Times New Roman", "Times", "serif";
}

body.ltr .fg-forms {
    direction: ltr;
    font-family: 'Poppins', sans-serif;
}

.fg-forms {
    min-width: unset !important;
}

.fg-forms .table {
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.fg-forms .table > * > * > * {
    margin: 0;
    padding: 0;
}

.fg-forms .reportPanel .container {
    max-width: unset !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.fg-forms .row {
    margin: 0;
}

.v-main__container {
    max-height: unset !important;
}

.fg-forms.v-main__print_form {
    height: 100vh;
}
/*.v-main__wrap{
    height:100vh!important;
}*/
/* tiny mobiles */
@media (max-width: 320px) {
    .rqSecondaryBtn {
        display: block !important;
    }
}
/*  Xs Devices */
@media (max-width:576px) {
    .rqSearchTextContiner {
        width: calc(100% - 40px);
    }

    .rqOrgSearchTextContiner {
        width: calc(100% - 80px);
    }

    .rqMobileSmaller {
        font-size: 0.640em !important;
    }

    .rqHideXs {
        display: none !important;
    }

    aside {
        width: 100% !important;
    }

    .rqWidth-24, .rqWidth-15, .rqWidth-12, .rqWidth-6, .rqWidth-2, .rqWidth-1 {
        width: 100% !important;
    }
}
/*  Not xs Devices */
@media (min-width:577px) {
    .rqHideSm {
        display: none !important;
    }
}
/*  some lg Devices */
@media (min-width:1100px) {
    .modal-lg, .modal-xl {
        min-width: 900px;
    }

    .rqB2cWith15 {
        width: 16% !important;
    }

    .rqB2cWith17 {
        width: 17% !important;
    }

    .rqB2cWith19 {
        width: 19% !important;
    }
}
/*  Not xs,sm Devices */
@media (min-width:768px) {
    .modal-md {
        min-width: 600px;
    }

    .rqHideMd {
        display: none !important;
    }
}
/*   xs,sm Devices */
@media (max-width:767px) {
    .rqHideSmXs {
        display: none !important;
    }
}
/*   xs,sm,md Devices */
@media (max-width:991px) {
    .rqSearchPanel div, .rqTblToolbar div {
        margin-bottom: 8px;
    }
}
/*md devices*/
@media (min-width:577px) and (max-width:767px) {
    .rqSearchTextContiner {
        width: calc(50% - 40px);
    }

    .rqOrgSearchTextContiner {
        width: calc(50% - 80px);
    }
}
/*   lg Devices */
@media (min-width: 992px) {
    .rqLogoParent {
        margin-inline-start: 70px !important;
    }

    .rqB2cMargin {
        margin-inline-start: 150px;
        margin-inline-end: 150px;
    }

    .rq-w-1 {
        width: 1%;
    }

    .rq-w-9 {
        width: 9%;
    }

    .rq-w-10 {
        width: 10%;
    }

    .rq-w-11 {
        width: 11%;
    }

    .rq-w-12 {
        width: 12%;
    }

    .rq-w-6 {
        width: 6%;
    }

    .rq-w-4 {
        width: 4%;
    }

    .rq-w-2 {
        width: 2%;
    }

    .rq-w-7 {
        width: 7%;
    }

    .rq-w-8 {
        width: 8%;
    }

    .rq-w-5 {
        width: 5%;
    }

    .rq-w-13 {
        width: 13%;
    }

    .rq-w-14 {
        width: 14%;
    }

    .rq-w-98 {
        width: 98%;
    }
}

.rqLabel {
    color: var(--rqBlue) !important;
}

.rqBtn {
    background-color: var(--rqBlue) !important;
    border-color: var(--rqBlue) !important;
    min-width: 50px !important;
    width: 100px !important;
}


.rqSecondaryBtn {
    background-color: #F1F5FA !important;
    border-color: gray !important;
    color: var(--rqBlue) !important;
    min-width: 50px !important;
}

.modal-body .select2-container {
    width: 100% !important;
}


/*layout*/
#wrapper {
    position: relative;
    min-height: 100%;
    height: 100%;
}

aside {
    width: 180px;
    /*height: 100%;*/
    min-height: 100%;
    height: 100vh;
    position: absolute;
    /* left: 0; */
    z-index: 30;
    top: 49px;
    bottom: 0;
    background-color: var(--rqBlue) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: none;
}

    aside .collapse {
        background-color: var(--rqBlue) !important;
    }

.rqMenuBtn {
    color: #fff;
    width: 50px;
    border: none;
    border-right: rgba(255,255,255,.1) 1px solid;
    background-color: var(--rqBlue) !important;
    font-size: 22px;
    height: 50px;
    position: relative;
}

.rqTitle {
    /*width: 100%;*/
    /*max-width: 135.23px;*/
    font-size: 19px;
    color: white !important;
    margin-top: 10px;
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

#dropdownUser img {
    height: 35px !important;
}

header {
    height: 50px;
    background-color: var(--rqBlue) !important;
    position: relative;
}

#dropdownUser, #demo-lang-switch {
    text-decoration: none;
    color: #939da8 !important;
}

.rqNotification {
    color: white;
    height: 100%;
}

    .rqNotification a {
        cursor: pointer;
        border-right: rgba(255,255,255,.1) 1px solid;
        border-left: rgba(255,255,255,.1) 1px solid;
        padding-left: 10px;
        padding-right: 10px;
    }

    .rqNotification .fa-bell {
        font-size: 20px;
    }

.dropdown-toggle::after {
    content: none;
}

.rqLangSwitch {
    max-width: 40px !important;
}

    .rqLangSwitch .dropdown-menu {
        min-width: 50px !important;
    }

.dropdown-item i span {
    font-weight: normal !important;
}


#aside nav ul li a {
    border-bottom: gray 1px solid;
    border-top: rgba(255,255,255,.1) 1px solid;
    padding: 12px 10px !important;
    color: #eaeaea;
    font-size: 15px;
    line-height: 14px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#aside nav ul li ul li a {
    border: 0;
    text-decoration: none;
    cursor: pointer;
    height: 32px !important;
    line-height: 35px !important;
}

#aside nav ul li ul {
    background-color: rgba(255,255,255,.06);
    list-style-type: none;
}

#aside nav a i.rqMain-icon {
    font-size: 20px;
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: -12px;
    margin-bottom: -12px;
}

#aside .navbar-nav {
    width: 100% !important;
}

#Footer span {
    bottom: 0;
    position: fixed;
    padding: 0;
    font-size: 12px;
}

    #Footer span a {
        color: white;
    }

#MainTabContainer {
    font-size: 14px;
    color: #1e252d !important;
    border: 0;
    padding: 0;
}

    #MainTabContainer .nav-link {
        border: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        /* width: 20px; */
        height: 28.5px;
        padding-right: 18px;
        padding-left: 25px;
        color: black;
    }

    #MainTabContainer li.active, #MainTabContainer li.active a, #MainTabContainer li a.active {
        background-color: #ff5606 !important;
        color: mintcream;
    }

    #MainTabContainer li a i {
        cursor: pointer;
    }

        #MainTabContainer li a i:hover {
            color: darkorange;
        }

/* .TabContainerBody {
    border-top: 5px solid var(--rqBlue);
} */

/* .MainTabContainer li a {
        position: relative;
        display: block;
        margin-bottom: -1px;
        border-left: 0 !important;
        border-right: rgba(0,0,0,.08) 1px solid !important;
        color: mintcream;
        height: 30px !important;
    } */

.rqContainerHeader {
    border-bottom: 1px solid transparent;
    border-color: #ced4da;
    text-transform: uppercase;
    border-radius: 0;
    background: #fff;
    color: #1e252d !important;
    height: 30px;
}



.fa-plus-square-o, .fa-minus-square-o {
    color: gray;
    font-size: 13px;
}

.rqWidth-24 {
    width: 24%;
}

.rqWidth-15 {
    width: 15%;
}

.rqWidth-12 {
    width: 12%;
}

.rqWidth-11 {
    width: 11%;
}

.rqWidth-10 {
    width: 10%;
}

.rqWidth-6 {
    width: 6%;
}

.rqWidth-2 {
    width: 2%;
}


.rqWidth-4 {
    width: 4%;
}

.rqWidth-1 {
    width: 1%;
}



.ui-datepicker th {
    background-color: var(--rqBlue) !important;
    font-family: iransans;
    font-weight: normal;
    border: 0px solid #3e5128 !important;
    color: white !important;
    padding: 0;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: #ff5606 !important;
}

/* #ui-datepicker-div {
    width: 19%;
} */


#page-amount-main {
    display: none;
}



.rqArrow {
    width: 100%;
}

.rqLine {
    margin-top: 14px;
    /* width:93.8%; */
    background: gray;
    height: 3px;
    width: calc(100% - 10px);
}


.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}


.rqAutocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    font-size: 13px;
    background: #fff;
    margin-bottom: 0px !important;
}

    .rqAutocomplete-items div {
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 0px !important;
    }

        .rqAutocomplete-items div:hover, .rqAutocomplete-active {
            color: #fff;
            background: #ff5606;
            cursor: pointer;
        }


.rqMarginCenter {
    margin-left: 40%;
    margin-right: 60%;
}

.rqContainer {
    position: relative;
}

.rqCenter {
    margin: 0;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
}

.rqHorizontalCenter {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 65%;
}

.rqPrimaryBtn {
    color: #fff;
    background: #ff5606;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #e27513;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    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;
}


.rqCenterChildren {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 215px);
}

.rqSpinner, .rqFlightSpinner, .rqCarSpinner {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10000001;
    background-color: #666;
    opacity: 0.6;
    visibility: hidden;
}

    .rqSpinner .spinner-border {
        height: 5rem;
        width: 5rem;
        border-width: 0.6em;
        color: var(--rqBlue);
    }

#spinner {
    width: 250px;
    height: 250px;
    background: transparent url("/assets/images/airplaneSpinner.gif") no-repeat scroll center;
}

#tSpinner {
    width: 250px;
    height: 250px;
    background: transparent url("/assets/images/carloader.gif") no-repeat scroll center;
}


.bootbox button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.bootbox .modal-header {
    display: block !important;
}



.rqBackGround {
    height: calc(100vh - 215px);
    background-image: url('/assets/images/BG.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.rqOrangeRadio {
    /* remove standard background appearance
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
   create custom radiobutton appearance */
    /*display: inline-block;
  width: 15px;
  height: 15px;
  padding: 3px;
  background-color only for content */
    /* background-clip: content-box;
  border: 1px solid #ff5606;
  background-color: #e7e6e7;
  border-radius: 50%; */
    appearance: none;
    content: " ";
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 5px 5px 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 11px;
    border: 2px solid gray;
    background-color: #e7e6e7;
}

    /* appearance for checked radiobutton */
    .rqOrangeRadio:checked {
        background-color: #ff5606;
        border-color: #ff5606;
    }

    .rqOrangeRadio:disabled {
        border: 2px solid #bbbbbb;
        background-color: #e7e6e7;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}


.btn-primary {
    color: #fff;
    background-color: #ff5606 !important;
    border-color: #ff5606 !important;
}

.btn-info {
    color: #fff;
}


.bootbox p {
    margin-bottom: 0px;
}

.bootbox .modal-title {
    font-size: medium;
    font-weight: bold;
}

.bootbox-body {
    font-size: medium;
}

a {
    text-decoration: none !important;
}



table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

table {
    background-color: transparent;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5 !important;
}

.fixed-table-container tbody .selected td {
    background-color: lightblue !important;
}

.table thead {
    font-size: small;
    color: #676a6c;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}


.color-black {
    color: #000000 !important;
}

.color-white {
    color: #ffffff !important;
}

.color-red {
    color: #F15757 !important;
}

.color-green {
    color: #5CB85C !important;
}

.color-orange {
    color: #F07057 !important;
}

.color-priceorange {
    color: #800000 !important;
}

.color-yellow {
    color: #EAA824 !important;
}

.color-gray {
    color: #9E9E9E !important;
}

.color-darkblue {
    color: #1c2d3f !important;
}

.color-blue {
    color: #006aff !important;
}

.color-crimson {
    color: crimson;
}

.rqOrgangeColor {
    color: #ff5606;
}

.rqBlue {
    color: var(--rqBlue);
}

.color-cadetBlue {
    color: cadetblue;
}

.rqGreenBackGround {
    background-color: #5CB85C !important;
}


.rqcHeader {
    background-color: var(--rqBlue) !important;
    border-color: var(--rqBlue) !important;
    color: white;
}

    .rqcHeader i {
        width: 40px !important;
        font-size: 22px;
    }

#loginBtn {
    color: #fff;
    background-color: var(--rqBlue) !important;
    border-color: var(--rqBlue) !important;
}



/* bootstrap-table  */

.bootstrap-table .page-list button {
    height: 34px !important;
    margin-left: 10px !important;
}

.fixed-table-pagination .pagination {
    margin: 0;
    list-style: none;
    padding: 0;
    overflow: hidden;
    display: block;
    font-size: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .fixed-table-pagination .pagination > li {
        display: block;
        float: left;
        min-width: 35px;
    }

        .fixed-table-pagination .pagination > li > a {
            border: none;
            color: #ff5606;
            -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            -ms-transition: 0.2s;
            transition: 0.2s;
        }

            .fixed-table-pagination .pagination > li > a:hover {
                background: #4d4d4d;
                color: #fff;
            }

        .fixed-table-pagination .pagination > li.active > a,
        .fixed-table-pagination .pagination > li.active > a:hover {
            background: #ff5606;
        }

        .fixed-table-pagination .pagination > li.dots {
            line-height: 16px;
            text-align: center;
            font-size: 30px;
            color: #ccc;
        }

        .fixed-table-pagination .pagination > li.active > a {
            color: white;
        }

.rqSearchPanel {
    border-radius: 5px;
    padding: 15px 20px;
    border: 1px solid #ff5606;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    box-shadow: 0 2px 1px rgba(0,0,0,0.15);
}

.form-check-input:checked {
    background-color: #ff5606;
    border-color: #ff5606;
}

.bootstrap-table {
    padding-left: 4px;
    padding-right: 4px;
}

.table > tbody > tr.info > td {
    background-color: #d9edf7 !important;
    box-shadow: none !important;
}

.rqRefreshContiner .rqSecondaryBtn {
    min-width: auto !important;
}

.rqRefreshContiner {
    width: 40px;
}


tbody td.numberCls {
    font-family: tahoma;
}

.rqToolBarBtn {
    border-color: gray !important;
    color: var(--rqBlue) !important;
}

/* @toggle switch elements 
-------------------------------------------------- */
.switch {
    cursor: pointer;
    position: relative;
    padding-right: 10px;
    display: inline-block;
    margin-bottom: 0;
    height: 26px;
}

    .switch > .switch-label {
        cursor: pointer;
        display: inline-block;
        position: relative;
        height: 25px;
        width: 58px;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        line-height: 20px;
        text-align: center;
        background: #B5C1C7;
        border: 2px solid #B5C1C7;
        text-transform: uppercase;
        font-family: Helvetica, Arial, sans-serif;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
    }

        .switch > .switch-label + span {
            display: inline-block;
            position: relative;
            top: -7px;
        }

        .switch > .switch-label:before {
            content: attr(data-off);
            position: absolute;
            top: 1px;
            right: 3px;
            width: 33px;
        }

        .switch > .switch-label:after {
            content: "";
            margin: 1px;
            width: 19px;
            height: 19px;
            display: block;
            background: #fff;
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            -o-border-radius: 1px;
            border-radius: 1px;
        }

    .switch > input {
        -webkit-appearance: none;
        position: absolute;
        width: inherit;
        height: inherit;
        opacity: 0;
        left: 0;
        top: 0;
    }

        /* @toggle switch focus state 
-------------------------------------------------------------- */
        .switch > input:focus {
            outline: none;
        }

            .switch > input:focus + .switch-label {
                color: #fff;
                border-color: #a1a6a9;
                background: #a1a6a9;
            }

                .switch > input:focus + .switch-label:after {
                    background: #fff;
                }

        /* @toggle switch normal state 
--------------------------------------------------------------- */
        .switch > input:checked + .switch-label {
            border-color: #333;
            background: #333;
            color: white;
        }

    .switch.switch-success > input:checked + .switch-label {
        border-color: #f2a35a;
        background: #f2a35a;
    }

    .switch.switch-danger > input:checked + .switch-label {
        border-color: #d43f3a;
        background: #d43f3a;
    }

    .switch.switch-warning > input:checked + .switch-label {
        border-color: #eea236;
        background: #eea236;
    }

    .switch.switch-info > input:checked + .switch-label {
        border-color: #46b8da;
        background: #46b8da;
    }

    .switch.switch-default > input:checked + .switch-label {
        border-color: rgba(0,0,0,0.1);
        background: rgba(0,0,0,0.1);
    }

        .switch.switch-default > input:checked + .switch-label:before {
            color: #888;
        }

    .switch > input:checked + .switch-label:before {
        content: attr(data-on);
        left: 1px;
        top: 1px;
    }

    .switch > input:checked + .switch-label:after {
        margin: 1px;
        width: 19px;
        height: 19px;
        background: white;
    }



/* @toggle switch normal state focus 
--------------------------------------------------------------------------------- */
.switch-round > .switch-label {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
}

    .switch-round > .switch-label + span {
        top: -2px;
    }

    .switch-round > .switch-label:before {
        width: 33px;
    }

    .switch-round > .switch-label:after {
        width: 19px;
        color: #B5C1C7;
        content: "\2022";
        font: 20px/20px Times, Serif;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -o-border-radius: 13px;
        border-radius: 13px;
    }


.switch-round > input:checked + .switch-label:after {
    color: #333;
}

.switch > .switch-label {
    font-size: 8px !important;
}

.notficationCount {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #d9534f;
    color: white;
    font-style: normal !important;
    font-weight: normal;
}

ul, li {
    list-style-type: none;
}

/* .dashboardcode-bsmultiselect .dropdown-menu ul {

    max-height: 300px;
  

    } */

/*.dashboardcode-bsmultiselect {
        max-height: 80px; 
        overflow-y: scroll; 
          }*/

.control-label {
    padding-top: 4px;
    padding-bottom: 4px;
}




/** TIME PICKER
 ******************************************* **/
.time_pick .ti_tx,
.time_pick .mi_tx,
.time_pick .mer_tx {
    width: 100%;
    text-align: center;
    margin: 4px 0;
}

.time_pick .time,
.time_pick .mins,
.time_pick .meridian {
    width: 50px;
    float: left;
    margin: 0;
    font-size: 20px;
    color: #2d2e2e;
    font-family: arial;
    font-weight: 700;
}

.time_pick .prev,
.time_pick .next {
    position: relative;
    cursor: pointer;
    padding: 12px 18px;
    width: 28%;
    height: 20px;
    border: 2px solid #ddd;
    margin: auto;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ff5606;
    border-color: #ff5606;
    color: white;
}

section.dark .time_pick .prev,
section.dark .time_pick .next {
    border-color: #666;
    color: #fff;
}

.time_pick .prev:before,
.time_pick .next:before {
    position: absolute;
    left: 11px;
    top: 3px;
    content: "+";
    font-family: 'FontAwesome';
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.time_pick .next:before {
    content: "-";
    left: 13px;
}
/* .time_pick .prev:hover,
.time_pick .next:hover {
	/* background-color: #ccc; */
*/ .time_pick .next {
    margin-bottom: 5px;
    background-position: 50% 150%;
}

.time_pick .prev {
    background-position: 50% -50%;
}

.time_pick {
    position: relative;
}

    .time_pick .timepicker_wrap {
        padding: 0;
        z-index: 998;
        display: none;
        background: #fff;
        border: 2px solid #ddd;
        float: left;
        position: absolute;
        top: 38px !important;
        left: 0;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .time_pick input.timepicker + .timepicker_wrap {
        border-top: 0;
    }

section.dark .time_pick .timepicker_wrap {
    color: #eee;
    background: #212121;
    background: #333;
    border-color: #666;
}

.time_pick .arrow_top {
    position: absolute;
    top: -10px;
    left: 20px;
    width: 18px;
    height: 10px;
    z-index: 999;
}

.time_pick input.timepicki-input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #ddd;
    float: none;
    margin: 0;
    text-align: center;
    width: 82%;
    font-weight: 300;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

section.dark .time_pick input.timepicki-input {
    color: #333;
    border-color: #666;
}

.time_pick a.reset_time {
    float: left;
    margin-top: 5px;
    color: #000;
}

.rqHide {
    display: none;
}

.rqH23 {
    height: 23px;
}

.bootstrap-table .success {
    background-color: #c0c1c5 !important;
}

.financeResult {
    top: 20% !important;
}

    .financeResult .modal-md {
        max-width: 300px !important;
        height: 250px !important;
        min-height: 200px !important;
    }


    .financeResult .modal-content {
        height: 100% !important;
    }

    .financeResult iframe {
        height: 100% !important;
    }

.rqcNote {
    height: 96px;
    width: 411px;
}

aside .nav-item {
    background-color: var(--rqBlue) !important;
}

html {
    height: 100%;
}

.rqGreenRadio {
    /* remove standard background appearance
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
   create custom radiobutton appearance */
    /*display: inline-block;
  width: 15px;
  height: 15px;
  padding: 3px;
  background-color only for content */
    /* background-clip: content-box;
  border: 1px solid #ff5606;
  background-color: #e7e6e7;
  border-radius: 50%; */
    appearance: none;
    content: " ";
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 5px 5px 0 5px;
    width: 14px;
    height: 14px;
    border-radius: 11px;
    border: 2px solid gray;
    background-color: white;
}

    /* appearance for checked radiobutton */
    .rqGreenRadio:checked, .rqGreenCheck:checked {
        background-color: #5CB85C;
        border-color: #5CB85C;
    }

    .rqGreenRadio:disabled {
        border: 2px solid #bbbbbb;
        background-color: #e7e6e7;
    }



.rqLogolbl {
    font-family: Arial Black;
    font-size: 24px;
    color: white;
}

.rqcReadOnly {
    background-color: white !important;
}

.rqText {
    color: var(--rqBlue);
}



.rqcKadimInfo {
    border-inline-start: rgb(195,195,195) 1.5px solid;
    color: rgb(195,195,195);
    font-family: Arial;
    padding-top: 10px !important;
    padding-bottom: 2px;
    font-size: 13px;
}

.rqcTopPhone {
    color: rgb(195, 195, 195);
    font-family: Arial;
    font-size: 13px;
}


.checkinCountryRow a {
    border: 1px solid #ccc;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.content-area {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    padding: 20px 20px 10px;
}

.rqcCity {
    font-family: Arial;
    font-size: 12px;
}

    .rqcCity p {
        margin-inline-start: 8px;
        margin-bottom: 3px;
    }

    .rqcCity .p2 {
        margin-inline-start: 20px;
    }



.modal-xxl {
    max-width: 90%;
}
/* @media (min-width: 1400px) {
    .modal-xxl{
    max-width : 1200px;
    }
} */

.rq-fs-smaller {
    font-size: smaller;
}


.rqCursorPointer {
    cursor: pointer;
}
