/* /Pages/ChainCollections.razor.rz.scp.css */
body[b-b2kbsahtoh] {
}

.HotelBy[b-b2kbsahtoh] {
    color: #666666;
    font-size: 1.5em;
    text-align: center;
}

.btn btn-primary[b-b2kbsahtoh] {
    width: 150px;
}
.div-line[b-b2kbsahtoh] {
    clear: both;
    padding-bottom: 5px;
}
.float-left[b-b2kbsahtoh] {
    margin-right: 25px;
}
.card[b-b2kbsahtoh] {
    min-width:18rem; 
    max-width:40rem;
    padding-left:1rem;
    padding-bottom:1rem;
}

.searchbar .table-bordered td[b-b2kbsahtoh] {
    border-left: 0 ;
    border-right: 0 ;
}

/* /Pages/Index.razor.rz.scp.css */
body[b-g2tgl3mmlg] {
    
}

.col[b-g2tgl3mmlg] {
    padding-bottom: 12px;
}

@media(max-width:990px){
    .index-background[b-g2tgl3mmlg] {
        display:none;
    }

    .index-main-container[b-g2tgl3mmlg] {
        background-color: white;
        height: 90vh;
        width: 90vw !important;
    }
}

.index-background[b-g2tgl3mmlg] {
    top: 0px;
    left: 0px;
    width: 58vw;
    height: 99.99vh;
    float: left;
    position: fixed;
}

.index-background-feature[b-g2tgl3mmlg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-main-container[b-g2tgl3mmlg] {
    background-color: white;
    height: 90vh;
    width: 42vw;
    float:right;
}
}

.index-main-logo-container[b-g2tgl3mmlg]{
    width:80%;
    margin-top:20px;
    margin-left: 30%;
}

.index-main-logo[b-g2tgl3mmlg] {
    display: block;
    object-fit:contain;
    margin: auto;
    height: 175px;
    width: 380px;
}

/* /Pages/UserMain.razor.rz.scp.css */
body[b-okf87gwfgq] {
}

.iconGray[b-okf87gwfgq] {
    font-size: 18px;
    color: gray;
}
.iconRed[b-okf87gwfgq] {
    font-size: 18px;
    color: #df4759;
}

/* /Shared/ChangeLog/HotelChangeLog.razor.rz.scp.css */

select[b-27n42ivzlk] {
    margin-left: 50px;
    margin-bottom: 30px;
    margin-top: 20px;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    color: #6c757d;
    cursor: pointer;
    font-size: 1.2em;
}

option[b-27n42ivzlk] {
    font-size: 0.8em;
}
/* /Shared/Component/CategoryList.razor.rz.scp.css */
body[b-eac0s8w51e] {
}

.oi-magnifying-glass[b-eac0s8w51e] {
    color: #666666;
    font-size: 18px;
    vertical-align: bottom;
    position: fixed;
    top: 10px;
    left: 315px;
}
/* /Shared/Component/ForceReloader.razor.rz.scp.css */
body[b-tz36lzl4f2] {
}



/* /Shared/Component/ModalPopUp.razor.rz.scp.css */
body[b-vvvj18cw06] {
}



/* /Shared/Component/MultiSelectList.razor.rz.scp.css */


/* Hide the browser's default checkbox */
.container-multiselect input[b-n7gntk2zd6] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/*.wrapper {
    width: 300px;
    margin: 100px auto 0;
}

    .wrapper .title {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        margin-bottom: 50px;
    }*/

.container-multiselect[b-n7gntk2zd6] {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

    .container-multiselect .option_item[b-n7gntk2zd6] {
        /*display: block;*/
        display: inline-block;
        position: relative;
        /*width: 105px;
        height: 105px;
        margin: 10px;*/
        width: 122px;
        height: 142px;
        margin: 1px;
    }

        .container-multiselect .option_item .checkbox[b-n7gntk2zd6] {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
        }

.option_item .option_inner[b-n7gntk2zd6] {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    /*padding: 58px 40px;*/
    padding-top: 2px;
    cursor: pointer;
    color: #585c68;
    display: block;
    border: 5px solid transparent;
    position: relative;
}


    .option_item .option_inner .icon[b-n7gntk2zd6] {
        margin-bottom: 5px;
    }

        .option_item .option_inner .icon .fab[b-n7gntk2zd6] {
            font-size: 32px;
        }

    .option_item .option_inner .name[b-n7gntk2zd6] {
        user-select: none;
    }

.option_item .checkbox:checked ~ .option_inner.theme[b-n7gntk2zd6] {
    /*border-color: #3b5999;
    color: #3b5999;*/
    border-color: var(--success);
    color: var(--success);
}

    .option_item .option_inner .tickmark[b-n7gntk2zd6] {
        position: absolute;
        top: 0;
        left: 0;
        border: 20px solid;
        /*border-color: #000 transparent transparent #000;*/
        border-color: var(--success) transparent transparent var(--success);
        display: none;
    }

    .option_item .option_inner .tickmark[b-n7gntk2zd6]:before {
        content: "";
        position: absolute;
        top: -18px;
        left: -18px;
        width: 15px;
        height: 5px;
        border: 3px solid;
        border-color: transparent transparent #fff #fff;
        transform: rotate(-45deg);
    }

.option_item .checkbox:checked ~ .option_inner .tickmark[b-n7gntk2zd6] {
    display: block;
}

.option_item .option_inner.theme .tickmark[b-n7gntk2zd6] {
    /*border-color: #3b5999 transparent transparent #3b5999;*/
    border-color: var(--success) transparent transparent var(--success);
}

.sequence[b-n7gntk2zd6] {
    color: white;
    margin-top: -45px;
    /*margin-left:30px;
    border-radius: 50%;
    text-align: center;
    */
}

.sequence-circle[b-n7gntk2zd6] {
    background-color: #24A0ED;
    display: inline-block;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size:35px;
    vertical-align: middle;
    z-index: 25;
}

/* /Shared/HotelInfo/HotelInfoMain.razor.rz.scp.css */
.star-wrapper[b-eeavexaag7] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.star-empty[b-eeavexaag7] {
    background: url("../Images/empty_star.png");
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}

.star-filled[b-eeavexaag7] {
    background: url("../Images/filled_star.png");
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}

/* /Shared/HotelTextContent/HotelTextMain.razor.rz.scp.css */
body[b-0iz8lzjcsn] {
}

.HotelBy[b-0iz8lzjcsn] {
    color: #666666;
    font: normal normal normal 14px/20px Montserrat;
    text-align: center;
    padding-bottom: 1rem;
    margin-top:5px;
}

.btn btn-primary[b-0iz8lzjcsn] {
    width: 150px;
}

.div-line[b-0iz8lzjcsn] {
    clear: both;
    padding-bottom: 5px;
}

.float-left[b-0iz8lzjcsn] {
    margin-right: 15px;
}

.card[b-0iz8lzjcsn] {
    min-width: 18rem;
    max-width: 40rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.PictureContentBorder[b-0iz8lzjcsn] {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    width: 130px;
    height: 130px;
    padding: 18px;
}
.PictureContentBorder:hover[b-0iz8lzjcsn] {
    color: #666666;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    cursor: pointer;
}

.PictureContentBorder-Disabled[b-0iz8lzjcsn] {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    width: 125px;
    height: 125px;
    padding: 20px;
}

    .PictureContentBorder-Disabled:hover[b-0iz8lzjcsn] {
        background-color: #f5f5f5;
        color: #666666;
        cursor: not-allowed;
    }

.hotel-textual-tile[b-0iz8lzjcsn] {
    color: #666666;
    cursor: pointer;
    background: white;
    border-radius: 5px 5px 5px 5px;
    width:130px;
}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-2inxqj192q] {
    position: relative;
    display: flex;
    flex-direction: column;
}


.sidebar[b-2inxqj192q] {
    /*background-image: linear-gradient(180deg, #2B343D 10%, #72777d 75%);*/
    background: #393945 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00000029;
    opacity: 1;
}

.top-row[b-2inxqj192q] {
    /*background-color: #f7f7f7;*/
    background: var(--unnamed-color-e6e6ec) 0% 0% no-repeat padding-box;
    box-shadow: inset 3px 3px 6px #00000029;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2inxqj192q]  a, .top-row .btn-link[b-2inxqj192q] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-2inxqj192q] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2inxqj192q] {
        display: none;
    }

    .top-row.auth[b-2inxqj192q] {
        justify-content: space-between;
    }

    .top-row a[b-2inxqj192q], .top-row .btn-link[b-2inxqj192q] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2inxqj192q] {
        flex-direction: row;
    }

    .sidebar[b-2inxqj192q] {
        /*width: 250px;*/
        width: 220px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2inxqj192q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-2inxqj192q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .w-100[b-2inxqj192q] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}


/* /Shared/MediaCollections/ChainCollectionsHome.razor.rz.scp.css */
body[b-mpjgvx2ie9] {
}

.HotelBy[b-mpjgvx2ie9] {
    color: #666666;
    font-size: 1.5em;
    text-align: center;
}

.btn btn-primary[b-mpjgvx2ie9] {
    width: 150px;
}
.div-line[b-mpjgvx2ie9] {
    clear: both;
    padding-bottom: 5px;
}
.float-left[b-mpjgvx2ie9] {
    margin-right: 25px;
}
.card[b-mpjgvx2ie9] {
    min-width:18rem; 
    max-width:40rem;
    padding-left:1rem;
    padding-bottom:1rem;
}

.searchbar .table-bordered td[b-mpjgvx2ie9] {
    border-left: 0 ;
    border-right: 0 ;
}

/* /Shared/MediaCollections/CollectionMediaEdit.razor.rz.scp.css */
#site[b-s5fo2uzmy8] {
    width: 1360px;
    height: 760px;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: auto;
}
#content-left[b-s5fo2uzmy8] {
    width: 960px;
    height: 760px;
    float: left;
    margin-right: 5px;
}

#content-right[b-s5fo2uzmy8] {
    width: 400px;
    height: 400px;
    float: left;
    margin-top: 58px;

}
/* /Shared/MediaCollections/CollectionMediaListGridView.razor.rz.scp.css */
.card-img-top[b-y4c934ug4y] {
    width: 165px;
    height: 165px;
    object-fit: cover;
}

.card[b-y4c934ug4y] {
    width: 200px;
    height: 300px;
}

.pointer[b-y4c934ug4y] {
    cursor: pointer;
}
/* /Shared/MediaCollections/CollectionMediaListListView.razor.rz.scp.css */
.table-bordered td .GridCss[b-q80jjui9b3] {
    border: 0px;
}
/* /Shared/MediaCollections/CollectionMediaMain.razor.rz.scp.css */

select[b-8020ptm0nf] {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    color: #6c757d;
    cursor: pointer;
    font-size: 1.2em;
}

option[b-8020ptm0nf] {
    font-size: 0.8em;
}
/* /Shared/Media/MediaCrop.Razor.rz.scp.css */
.img-container[b-aqz4ph2onh],
.img-preview[b-aqz4ph2onh] {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.img-container[b-aqz4ph2onh] {
    margin-bottom: 1rem;
    max-height: 497px;
    min-height: 200px;
}

@media (min-width: 768px) {
    .img-container[b-aqz4ph2onh] {
        min-height: 497px;
    }
}

.img-container > img[b-aqz4ph2onh] {
    max-width: 100%;
}

docs-preview[b-aqz4ph2onh] {
    margin-right: -1rem;
}

.img-preview[b-aqz4ph2onh] {
    float: left;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    overflow: hidden;
}

    .img-preview > img[b-aqz4ph2onh] {
        max-width: 100%;
    }

.preview-lg[b-aqz4ph2onh] {
    height: 9rem;
    width: 16rem;
}

.preview-md[b-aqz4ph2onh] {
    height: 4.5rem;
    width: 8rem;
}

.preview-sm[b-aqz4ph2onh] {
    height: 2.25rem;
    width: 4rem;
}

.preview-xs[b-aqz4ph2onh] {
    height: 1.125rem;
    margin-right: 0;
    width: 2rem;
}

.docs-data > .input-group[b-aqz4ph2onh] {
    margin-bottom: 0.5rem;
}

.docs-data .input-group-prepend .input-group-text[b-aqz4ph2onh] {
    min-width: 4rem;
}

.docs-data .input-group-append .input-group-text[b-aqz4ph2onh] {
    min-width: 3rem;
}

.docs-buttons > .btn[b-aqz4ph2onh],
.docs-buttons > .btn-group[b-aqz4ph2onh],
.docs-buttons > .form-control[b-aqz4ph2onh] {
    margin-bottom: 0.5rem;
    margin-right: 0.25rem;
}

.docs-toggles > .btn[b-aqz4ph2onh],
.docs-toggles > .btn-group[b-aqz4ph2onh],
.docs-toggles > .dropdown[b-aqz4ph2onh] {
    margin-bottom: 0.5rem;
}

.docs-tooltip[b-aqz4ph2onh] {
    display: block;
    margin: -0.5rem -0.75rem;
    padding: 0.5rem 0.75rem;
}

    .docs-tooltip > .icon[b-aqz4ph2onh] {
        margin: 0 -0.25rem;
        vertical-align: top;
    }

.tooltip-inner[b-aqz4ph2onh] {
    white-space: normal;
}

.btn-upload .tooltip-inner[b-aqz4ph2onh],
.btn-toggle .tooltip-inner[b-aqz4ph2onh] {
    white-space: nowrap;
}

.btn-toggle[b-aqz4ph2onh] {
    padding: 0.5rem;
}

    .btn-toggle > .docs-tooltip[b-aqz4ph2onh] {
        margin: -0.5rem;
        padding: 0.5rem;
    }

@media (max-width: 400px) {
    .btn-group-crop[b-aqz4ph2onh] {
        margin-right: -1rem !important;
    }

        .btn-group-crop > .btn[b-aqz4ph2onh] {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

        .btn-group-crop .docs-tooltip[b-aqz4ph2onh] {
            margin-left: -0.5rem;
            margin-right: -0.5rem;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }
}

.docs-options .dropdown-menu[b-aqz4ph2onh] {
    width: 100%;
}

    .docs-options .dropdown-menu > li[b-aqz4ph2onh] {
        font-size: 0.875rem;
        padding: 0.125rem 1rem;
    }

    .docs-options .dropdown-menu .form-check-label[b-aqz4ph2onh] {
        display: block;
    }

.docs-cropped .modal-body[b-aqz4ph2onh] {
    text-align: center;
    z-index:5;
}

    .docs-cropped .modal-body > img[b-aqz4ph2onh],
    .docs-cropped .modal-body > canvas[b-aqz4ph2onh] {
        max-width: 100%;
    }
/* /Shared/Media/MediaEdit.razor.rz.scp.css */
#site[b-4ky3fnjfjz] {
    width: 1360px;
    height: 760px;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: auto;
}
#content-left[b-4ky3fnjfjz] {
    width: 960px;
    height: 760px;
    float: left;
    margin-right: 5px;
}

#content-right[b-4ky3fnjfjz] {
    width: 400px;
    height: 400px;
    float: left;
    margin-top: 58px;

}

.download-link[b-4ky3fnjfjz] {
    color: #212529;
    font-size: small;
}
/* /Shared/Media/MediaListGridView.razor.rz.scp.css */
.card-img-top[b-xmcv9sg6cr] {
    width: 165px;
    height: 165px;
    object-fit: cover;
}

.card[b-xmcv9sg6cr] {
    width: 200px;
    height: 300px;
}

.pointer[b-xmcv9sg6cr] {
    cursor: pointer;
}
/* /Shared/Media/MediaListListView.razor.rz.scp.css */
.table-bordered td .GridCss[b-xb088prxnm] {
    border: 0px;
}
/* /Shared/Media/MediaMain.razor.rz.scp.css */

select[b-cpf7s918im] {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    color: #6c757d;
    cursor: pointer;
    font-size: 1.2em;
}

option[b-cpf7s918im] {
    font-size: 0.8em;
}
/* /Shared/Media/MediaSearchListGridView.razor.rz.scp.css */
.card-img-top[b-yfo74dm3dr] {
    width: 165px;
    height: 165px;
    object-fit: cover;
}

.card[b-yfo74dm3dr] {
    width: 200px;
    height: 300px;
}

.pointer[b-yfo74dm3dr] {
    cursor: pointer;
}
/* /Shared/Media/MediaSearchListListView.razor.rz.scp.css */
.table-bordered td .GridCss[b-n9pg3go4h9] {
    border: 0px;
}
/* /Shared/Media/MediaSearchMain.razor.rz.scp.css */

select[b-qqq05naou3] {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    color: #6c757d;
    cursor: pointer;
    font-size: 1.2em;
}

option[b-qqq05naou3] {
    font-size: 0.8em;
}
/* /Shared/MeetingRoom/MeetingRoomForm.razor.rz.scp.css */
]body[b-tycpbrf4um] {
}
.myHeight[b-tycpbrf4um]
{
    /*height: 300px;*/
    /*                width:500px;*/
    padding: 10px;
    vertical-align: top;
}
/*            .dxbs-grid-header-row {
                display: none;
                }*/
.DivScrollBar[b-tycpbrf4um] {
    height: 300px;
    overflow-y: scroll;
    vertical-align: top;
}

/* /Shared/MeetingRoom/MeetingRoomListGridView.razor.rz.scp.css */
.card-img-top[b-t8syhn9kzl] {
    width: 165px;
    height: 165px;
    object-fit: cover;
}

.card[b-t8syhn9kzl] {
    width: 200px;
    height: 300px;
}

.pointer[b-t8syhn9kzl] {
    cursor: pointer;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-293yepj7p9] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-293yepj7p9] {
    height: 3.5rem;
    background-color: #171738;
}

.navbar-brand[b-293yepj7p9] {
    /*font-size: 1.1rem;*/
    font-family: 'Open Sans', sans-serif !important;
    font-size: 30px !important;
    font-weight: 300 !important;
}

.oi[b-293yepj7p9] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-293yepj7p9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    color: white;
}

    .nav-item:first-of-type[b-293yepj7p9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-293yepj7p9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-293yepj7p9]  a {
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

    .nav-item:hover[b-293yepj7p9] {
        background: #2E2E38 0% 0% no-repeat padding-box;
    }

    .nav-item[b-293yepj7p9]  a.active {
        /*background-color: rgba(255,255,255,0.25);*/
        background: #2E2E38 0% 0% no-repeat padding-box;
        color: white;

    }

    .nav-item[b-293yepj7p9]  a:hover {
        /*background-color: rgba(255,255,255,0.1);*/
        background: #2E2E38 0% 0% no-repeat padding-box;
        color: ghostwhite;
    }

    .nav-item:has(a.active)[b-293yepj7p9] {
        background: #2E2E38 0% 0% no-repeat padding-box;
        border-left: 0.5rem solid;
        border-color: #00A8E8;
    }

    .nav-item:has(a.active)[b-293yepj7p9]  .nav-menu-icon-container{
        margin-left: -13px;
    }

    .nav-item:has(a.active)[b-293yepj7p9]  .nav-menu-icon-label {
        margin-left: -5px;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-293yepj7p9] {
        display: none;
    }

    .collapse[b-293yepj7p9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.navbar-dark[b-293yepj7p9] {
    background: #2E2E38 0% 0% no-repeat padding-box;
    opacity: 1;
}
/* /Shared/Restaurant/RestaurantListGridView.razor.rz.scp.css */
.card-img-top[b-xaycfvfhap] {
    width: 165px;
    height: 165px;
    object-fit: cover;
}

.card[b-xaycfvfhap] {
    width: 200px;
    height: 300px;
}

.pointer[b-xaycfvfhap] {
    cursor: pointer;
}
/* /Shared/RoomType/RoomTypeListGridView.razor.rz.scp.css */
.card-img-top[b-v5vvnfqxia] {
    width: 165px;
    height: 165px;
    object-fit: cover;
}

.card[b-v5vvnfqxia] {
    width: 200px;
    height: 300px;
}

.pointer[b-v5vvnfqxia] {
    cursor: pointer;
}
