﻿.modal_bg {
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.56);
    z-index: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.modal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 490px;
    width: 88%;
    height: 80%;
    border-radius: 24px;
    background: #F3F4F9;
    padding: 6px 0 0 0;
}

.modal_header {
    line-height: 40px;
    height: 50px;
    position: relative;
}

.modal_close {
    width: 22px;
    height: 22px;
    float: right;
    margin: 10px 24px 0 0;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
}

    .modal_close:hover {
        color: #e2e2e2;
    }

    .modal_close img {
        width: 22px;
        margin: 0;
    }

.modal_title {
    margin: 0 0 0 45px;
    line-height: 40px;
    letter-spacing: 1px;
}

.modal_body {
    overflow-y: auto;
    width: calc(100% - 4px);
    height: calc(100% - 60px);
    position: relative;
}

    /* width */
    .modal_body::-webkit-scrollbar {
        width: 4px;
    }

    /* Track */
    .modal_body::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .modal_body::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        .modal_body::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.modal_head {
    margin: 0 0 20px;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

.modal_form {
    margin: auto;
    display: table;
    min-width: 50%;
}

.modal_form_item {
    max-width: 400px;
    margin: 15px auto 0;
    position: relative;
}

    .modal_form_item select {
        width: 400px;
        height: 45px;
    }

    .modal_form_item input {
        padding: 10px;
        border-radius: 5px;
        border: 1px solid;
        font-size: 18px;
        outline: none;
    }

        .modal_form_item input[type="radio"] {
            width: auto;
            display: inline;
            margin: 0 15px;
        }

        .modal_form_item input[type="file"] {
            padding: 15px 0px 4px 12px;
        }

    .modal_form_item label:after {
        content: none;
    }

    .modal_form_item label {
        background: none;
        display: block;
        padding: 2px 0 10px;
        color: #22377E;
        line-height: 21px;
        text-align: justify;
        font-size: 16px;
    }

    .modal_form_item textarea {
        width: 388px;
        min-height: 150px;
    }

    .modal_form_item p {
        margin: 0 0 20px;
        padding: 0;
        line-height: 15px;
    }

    .modal_form_item a {
        font-size: 16px;
    }

.modal_buttons {
    margin: 30px 0 25px;
    text-align: center;
    max-width: 400px;
    height: 50px;
}

.modal_button {
    float: left;
    margin: 0 17px 0 0;
    min-width: 135px;
    padding: 3px 0px 2px 14px;
    background: #333;
    border: 1px solid #333;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 32px;
    color: #fff;
    text-align: left;
    cursor: pointer;
}

    .modal_button .fa {
        margin: 8px 6px 4px 0;
        float: left;
        color: #fff;
        font-size: 15px;
    }

    .modal_button:nth-child(3) {
        margin: 0;
    }

    .modal_button:nth-child(4) {
        margin: 0;
    }

.filesTable {
    margin: 0 0 10px;
    font-size: 16px;
}

    .filesTable i {
        cursor: pointer;
    }

.notification_message {
    padding: 10px 15px;
    display: block;
    color: #000;
    box-shadow: 1px 1px 3px #bfbfbf;
    border: 1px solid #adadad;
    font-size: 13px;
    text-align: justify;
}

.modal_body h3 {
    font-size: 16px;
    margin: 10px 20px;
    font-weight: 100;
    color: #22377E;
}

.selectedCategories {
    margin: 20px;
}

.selected_cat {
    font-size: 15px;
    background: #0193dd;
    padding: 6px 10px 7px;
    margin: 2px 5px 0 0;
    /*display: inline-block;*/
    color: #ffffff;
    text-transform: uppercase;
}

    .selected_cat .fa {
        margin: 4px 6px 0 0;
        float: left;
        font-size: 10px;
    }

.selectedCategories p:nth-child(1) {
    margin: 0;
}

.selectedCategories p:nth-child(2) {
    margin: 10px 0 0 30px;
}

.selectedCategories p:nth-child(3) {
    margin: 10px 0 0 55px;
}

.selectedCategories p:nth-child(4) {
    margin: 10px 0 0 80px;
}

.selectedCats p:nth-child(1) {
    margin-left: 0px;
}

.selectedCats p:nth-child(2) {
    margin-left: 27px;
}

.selectedCats p:nth-child(3) {
    margin-left: 53px;
}

.selectedCats p:nth-child(4) {
    margin-left: 78px;
}

.cat_body {
    margin: 20px;
    background: #fff;
}

    .cat_body a {
        padding: 13px;
        display: block;
        border-bottom: 1px solid #e9e6e6;
        font-size: 14px;
        text-decoration: none;
    }

        .cat_body a:hover {
            background: #ededed;
        }

.file_lnk {
    margin: 10px 0;
    font-size: 13px;
    line-height: 26px;
}

.carousel {
    max-width: 50%;
    margin: auto;
}

.img2 {
    margin: 10px 0;
    display: inline-block;
}

    .img2 img {
        position: initial;
        width: 100%;
    }

.delf {
    margin-left: 50px;
    display: inline-block;
    background: #ff5959;
    font-size: 12px;
    padding: 0px 10px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
}

.sign_btn {
    font-size: 16px;
    background-color: #24307E;
    color: #FFF;
    border: none;
    padding: 10px 40px 10px 50px;
    float: right;
    margin: -6px 0 0;
    text-transform: uppercase;
    transition: 0.2s;
    outline: none;
    position: relative;
}

    .sign_btn:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 17px;
        top: 11px;
        left: 25px;
        background: url(/AppFiles/img/login_icon0.png);
    }

    .sign_btn:hover {
        background-color: #0085C7;
        border-color: #204d74;
    }

    .sign_btn:active {
        background-color: #005782;
        border-color: #204d74;
    }

.del_button {
    float: left;
    background: #dd0000;
    border: 1px solid #dd0000;
    color: #FFF;
    width: 36px;
    line-height: 32px;
    padding: 3px 0px 1px 0px;
    cursor: pointer;
}

.four_buttons .modal_button {
    margin: 0 15px 0 0;
    min-width: 106px;
}

.selectPage {
}

    .selectPage a {
        display: block;
        max-width: 250px;
        background: linear-gradient(#a82bfc, #eeb5ff);
        line-height: 30px;
        margin: 15px auto;
        text-align: center;
        padding: 7px 5px 8px;
        text-decoration: none;
        color: #fff;
        border-radius: 3px;
        letter-spacing: 1px;
    }

        .selectPage a:hover {
        }


.cityItem {
    background: #fff;
    width: calc(100% - 60px);
    box-shadow: 0 0 12px #dce1fb;
    border-radius: 10px;
    margin: 10px auto 5px;
    padding: 8px;
    max-width: 400px;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.cityName {
    margin: 10px 0 0;
    font-size: 21px;
    font-weight: 500;
}

.cityRegion {
    margin: 2px 0 8px;
    font-weight: 400;
    font-size: 15px;
    color: #aaa;
}

.empty_data_text {
    margin: 15px 10px 20px;
    text-align: center;
    color: #222;
}

.login_form_mw {
    margin: 20px 0 0;
}

    .login_form_mw input {
        padding: 10px 8px 10px 8px;
        width: 85%;
        max-width: 350px;
    }

.sms_phone {
    margin: 20px 10px 10px;
    text-align: center;
    font-size: 22px;
}

.sms_text {
    margin: 0 10px 20px;
    text-align: center;
    line-height: 24px;
    white-space: pre-line;
    color: #444;
    font-size: 15px;
    font-weight: 100;
}

.close_button {
}


.st_driver_info p {
    margin: 0;
    color: #fff;
    font-weight: 100;
    line-height: 22px;
    min-height: 30px;
}

.modal_body .st_car {
    padding: 5px;
}

.st_driver_left {
    margin-left: 5px;
}

.tr_driver {
    min-width: 70%;
    width: 75% !important;
    background: #551eec;
    position: unset !important;
}

.offerPrice {
    text-align: center;
    margin: 13px 0 7px;
}

.st_yes {
    border: 1px solid #ff00fe;
    background: linear-gradient(0deg, #ff00fe, #ffc0fe);
    display: block;
    width: 38%;
    float: right;
    text-transform: uppercase;
    margin: 10px auto 0;
    padding: 10px 10px 8px 10px;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 4px;
    max-width: 140px;
}

.st_no {
    border: 1px solid #111;
    background: linear-gradient(0deg, #111, #b9b9b9);
    text-transform: uppercase;
    display: block;
    width: 38%;
    float: left;
    margin: 10px auto 0;
    padding: 10px 10px 8px 10px;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 4px;
    max-width: 140px;
}

.st_close {
    margin: 0 auto 20px;
    min-width: 200px;
}

.md_search {
    margin: 10px 0 26px;
    position: relative;
}

#md_search1 {
    box-shadow: 0 0 12px #dce1fb;
    border-radius: 12px;
    width: calc(100% - 92px);
    padding: 10px 14px;
}

.md_search_icon {
    position: absolute;
    width: 18px;
    top: 12px;
    right: 48px;
}

.md_search_load {
    position: absolute;
    width: 30px;
    top: 8px;
    right: 42px;
}

.md_cities {
    overflow-y: auto;
    width: calc(100% - 8px);
    height: calc(100% - 80px);
}
/* width */
    .md_cities::-webkit-scrollbar {
        width: 4px;
    }

/* Track */
    .md_cities::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

/* Handle */
    .md_cities::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
        .md_cities::-webkit-scrollbar-thumb:hover {
            background: #555;
        }