﻿.progress-loader {
    position: fixed !important;
    top: 40% !important;
    left: 0 !important;
    right: 0 !important;
    overflow: inherit !important;
    width: 270px !important;
    margin: 0 auto;
}

    .progress-loader [type='image'] {
        display: flex;
        width: 20px;
        margin: 0 auto 10px;
    }

.progress-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.progress-content {
    background-color: white;
    padding: 20px 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

.rta {
   /* padding: 1rem 1.5em;*/
    border: 1px solid #ddd;
    background: #fafafa;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    /*min-height: 300px;*/
    padding: 111px 65px 36px;
}

    .rta h3 {
        text-align: left;
    }

    .rta table {
        width: 100%;
    }

    .rta tbody {
        background-color: inherit;
    }

    .rta tr { /*vertical-align: top;*/
    }

    .rta .step {
        margin: 1em 1em 1em 1em;
    }

        .rta .step .title {
            font-weight: bold;
        }

        .rta .step .body {
            margin-top: 2em;
        }

            .rta .step .body div {
                margin-bottom: 0.5em;
            }

h4 {
    font-size: 18px !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400
}
.fw-500 {
    font-weight: 500
}

label {
    margin-bottom: 0.3rem !important;
}

form label, .radio label, .checkbox label {
    font-weight: 400 !important;
}

.overflow-wapper {
    height: 300px;
    overflow: auto;
}

#progressbar li::after {
    height: 0px !important;
}

.summary-errors ul {
    margin-bottom: 0
}

.col-form-label {
    padding-bottom: 4px !important;
}

.form-control {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

select.form-control {
    padding-right: 24px !important;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 7px;
    padding-right: 1.5rem !important;
}

.currency {
    position: absolute;
    z-index: 1;
    top: 9px;
    left: 10px;
}
/* checkbox */
input[type="checkbox"]:not(.switch) {
    border-radius: 4px !important;
}

input[type="checkbox"]:not(.switch), input[type="radio"]:not(.switch) {
    width: 18px !important;
}

input[type="checkbox"], input[type="radio"] {
    height: 18px !important;
    top: -1px;
}

input[type="radio"] {
    top: 1px;
}

input[type="checkbox"]:not(.switch):after {
    left: 6px !important;
    top: 2px !important;
}

input[type="radio"]:after {
    width: 16px !important;
    height: 16px !important;
}

/* end checkbox */
.amenities-list, .amenities-list2 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .amenities-list ul, .amenities-list2 ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

     /*   .amenities-list ul li label {
            font-weight: 300 !important;
        }*/

        .amenities-list ul li, .amenities-list2 ul li {
            padding: 0;
            margin: 0;
            display: table;
            width: 320px;
            float: left;
            vertical-align: top;
        }

            .amenities-list ul li span, .amenities-list2 ul li span {
                display: table-cell;
                width: 24px;
                vertical-align: top;
            }

            .amenities-list ul li input, .amenities-list2 ul li input {
                position: relative;
                top: 1px;
            }

        .amenities-list2 ul li {
            width: 100%
        }

            /*.amenities-list2 ul li label {
                font-weight: 300 !important
            }*/

/* table and fuel-type-list class */
.custom-table {
    /*width: 753px !important;*/
font-size: 14px;
    border: 1px solid #ddd;
}

    .custom-table tr {
        background: rgba(255, 255, 255, .9);
    }

    .custom-table > thead > tr > th {
        vertical-align: middle !important;
        padding: 8px 6px !important;
        font-weight: bold !important;
    }

    .custom-table td label {
        margin-bottom: 0
    }

    .custom-table > tbody > tr > td {
        vertical-align: middle !important;
        padding: 4px 6px !important;
        font-size:14px !important;
    }

ul.fuel-type-list {
    list-style-type: none;
    padding: 0;
    margin: 5px 0 0 0
}

    ul.fuel-type-list li {
        padding: 0;
        margin: 0 7px 0 0;
        display: inline-block;
    }

/* end fuel-type-list */





.image-box .body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    min-height: 170px;
}

.fs-title, #heading {
    color: #2b5597 !important;
}
.separator-2:after {
    background: #dededf !important;
}

.alert { margin: 0px 0 20px !important; font-weight:400 !important; padding:.75rem !important }
.alert li { margin: 3px 0}
.close { padding-right: 5px !important; }
.btn-success { color: #fff !important; }
table tr td, thead { vertical-align: middle !important; font-size: 15px !important; }
.site-logo-small { width: 260px !important; }
p { font-weight:500 !important }


span.text-danger {
    font-family: arial !important;
    font-size: 17px;
}

.modal-header .close {
    padding: 0px !important;
    margin: -3px 0 0 0 !important;
}




    @media screen and (max-width: 1200px) {

        .res-select-field {
            width: 65% !important;
            display: inline-block !important;
        }

        .custom-table {
            width: 100% !important;
            border: 0;
        }
            /**/ .custom-table caption {
                font-size: 5em;
            }

            .custom-table thead {
                border: none;
                clip: rect(0 0 0 0);
                height: 1px;
                margin: -1px;
                overflow: hidden;
                padding: 0;
                position: absolute;
                width: 1px;
            }

            .custom-table tr {
                border: 1px solid #f1f1f1;
                display: block;
                margin-bottom: .65rem;
            }

            .custom-table td { /* border-bottom: 1px solid #ddd;   display: block;   font-size: .8em;*/
                text-align: left;
                display: flex
            }
                /*.custom-table td::before    {  content: attr(data-label); float: left; font-weight: bold; text-transform: uppercase; }*/
                .custom-table td::before {
                    content: attr(data-label); /* float: left; */
                    font-weight: 500;
                    /*flex-grow: 1;*/
                    text-align: left;
                    align-items: center;
                    display: flex;
                    white-space: nowrap;
                    margin-right: 5px;
                    width: 110px;
                    min-width: 110px;
                }

                .custom-table td:last-child {
                    border-bottom: 0;
                }
    }

    @media only screen and (max-width: 1200px) and (min-width: 990px) {
        .amenities-list ul li {
            padding: 0;
            margin: 0;
            display: table;
           /* width: 300px;*/
            float: left;
            vertical-align: top;
        }
    }

    @media screen and (max-width: 990px) {
        .title-name {
            width: 100%;
            margin-top: 10px;
        }

        ul.fuel-type-list li {
            margin: 2px 4px 2px 0;
            width: 110px;
            text-align: left;
        }

        .rta {
            padding: 60px 30px 20px;
        }
    }

    @media screen and (max-width: 767px) {
        /*ul.fuel-type-list li {
            width: 106px;
        }*/

        .image-box .body {
            min-height: auto;
        }
        .amenities-list ul li, .amenities-list2 ul li {
           
            width: 100%;
        }
    }

    @media screen and (max-width: 400px) {
        ul.fuel-type-list li {
            width: 100%;
        }
    }
