﻿body {
    background: url('/assets/images/bg.jpg');
    background-size: cover;
    background-attachment:fixed;
}

#page-topbar {
    background: rgb(255 255 255 / 0.60);
}
.bg-white-50{
    background: rgb(255 255 255 / 0.5);
}
.bg-warning-blur {
    background: url('/assets/images/warning-blur-bg.png');
}
.bg-danger-blur {
    background: url('/assets/images/danger-blur-bg.png');
}
.whiteBG {
    background: #fff !important;
}

.blurBG {
    background: rgb(255 255 255 / 0.30) !important;
}
.table{
    background: rgb(255 255 255 / 0.60);
}
.text-right{
    text-align:right;
}
.text-left {
    text-align: left;
}
.text-low-dark {
    color: #666;
}
.capitalize{
    text-transform:capitalize !important;
}
.select2{
    width:100% !important;
}
.expireInfo a{
    color: #fff !important;
}
.vertical-menu {
    background: rgb(255 255 255 / 0.60);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.nav-justified .nav-item, .nav-justified > .nav-link {
    flex-basis: auto;
    margin-bottom:5px;
}
/*
#sidebar-menu.mm-active li.mm-active span {
    color: #555 !important;
}

#sidebar-menu.mm-active li.mm-active i {
    color: #892c2c !important;
}
#sidebar-menu li *, .menu-title {
    color: #fff !important;
}
    #sidebar-menu li * .mm-active .active {
        color: #555 !important;
    }
.tableHighlight tr:hover{
    background: #fff !important;
}
.breadcrumb-item.active > a {
    color: #51b986 !important;
    font-weight: 600;
    font-style: italic;
}
.navbar-header .dropdown .show.header-item {
    background-color: transparent;
}
    */
.card {
    background: rgb(255 255 255 / 0.6);
    backdrop-filter: blur(4px);
}
.firstElement:nth-child(2n+1) {
    width: 50% !important;
}
    .firstElement {
        width: 50% !important;
    }
.container2 {
    width: 70%;
    max-width: 70%;
}
    .container2 .img-fluid{
        max-height: 400px;
    }
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}
select option:disabled {
    color: #a3a3a3;
    font-weight: 300;
    font-style: italic;
}
select option {
    color: #126c8e;
    font-weight: 500;
}
.textCenter{
    text-align: center !important;
}
.textLeft {
    text-align: left !important;
}
.text-bold{
    font-weight:800;
}
.text-semi-bold {
    font-weight: 600;
}
.text-light {
    font-weight: 300;
}
.nav-pills .nav-link {
    border-radius: unset !important;
}
.width25{
    width: 25%;
    float: left;
    padding-left: 10px;
}
.width100{
    width: 100%;
}
.row12 {
    width: 100%;
    float: left;
    margin: 0 !important;
}
.custom-bg {
    background: url(../images/bg.jpg);
}

.login-textbox {
    background: rgb(255 255 255 / 0.43);
    border-radius: 5px;
    border: none;
}

    .login-textbox::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
    }

    .login-textbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff;
    }

    .login-textbox::-ms-input-placeholder { /* Microsoft Edge */
        color: #fff;
    }
.fontcolor-green {
    color: #34c38f !important;
}
.fontcolor-blue {
    color: #5b73e8 !important;
}
.fontcolor-yellow {
    color: #f1b44c !important;
}
.fontcolor-red {
    color: #f46a6a !important;
}
.bg-gray{
    background:#e8e8e8;
}
.divFloor{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.floorDivide {
    width: 100%;
    float: left;
    border-bottom: 1px solid #555;
    color: #555;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.unitCard {
    /*width: 16.66666666666667%;*/
    padding: 0 5px;
    float: left;
    margin-bottom: 10px;
    min-height: 300px;
}
    .unitCard .card {
        height: 100%;
    }
.unitCard .card .card-body{
    padding: 0.5rem !important;
}
        .unitCard table tr {
            border-bottom: 1px dotted #fff;
            margin-bottom: 10px;
        }
.styleModal{
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 0.74);
    position: absolute;
    top: 0;
    left: 0;

}
.styleModal .modal{
    display: block !important;

}
.room125{
    width: calc(12% - 2px);
}

.displayPanel {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    display: block;
    top: 0;
    left: 0;
    background: #2d2d2de6;
}

.holderPanel {
    position: relative;
    width: 40%;
    margin: 10% 30% 0 30%;
    padding: 40px 60px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
}

    .holderPanel h1 {
        font-size: 18px;
        color: #555;
    }
    .holderPanel .panelContent {
        height: auto;
        overflow: auto;
        max-height: 350px;
    }

.successPanel .closeButton {
    background: #27A6DC;
    border-radius: 5px;
    padding: 15px 40px;
    color: #333;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.failPanel .closeButton {
    background: #e83717;
    border-radius: 5px;
    padding: 15px 40px;
    color: #333;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}
#noDisplaySupplier {
    display: none;
}

.table-responsive tr img{
    width: 100% !important;
    height: auto !important;
}

.mr-1 {
    margin-left: .25rem !important;
}
    #noDisplaySupplier.display {
        display: flex !important;
    }
.bg-none {
    background-color: transparent !important;
}
.font-medium-bold{
    font-weight:500;
}
.font-bold {
    font-weight: 800;
}

.center-div {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    text-align:center;
}
.floorPlan {
    width: 100%;
    overflow-y: auto;
    display: flex;
    align-content: center;
    align-items: center;
    align-self: center;
    flex-flow: column;
    padding: 0;
}
.floor {
    width: 1300px;
    height: 750px;
    float: left;
}
    .floor p {
        color: #74788d;
    }
.floorG .cafeBlock {
    width: 170px;
    height: 350px;
    float: left;
    background: #fff;
    border: solid 1px #a3a3a3;
}
.floorG .roomBlock {
    width: 232px;
    height: 250px;
    float: left;
    background: #fff;
    border: solid 1px #a3a3a3;
}
.floorG .stairBlock {
    width: 200px;
    height: 250px;
    float: left;
    background: #d5d5d5;
}
.floorG .elevatorBlock {
    width: 130px;
    height: 100px;
    float: left;
    background: #f7c2ff;
}
.floorG .lobbyBlock1 {
    width: 334px;
    height: 100px;
    float: left;
    background: #d5d5d5;
    text-align: center;
    margin: auto;
}
.floorG .lobbyBlock2 {
    width: 666px;
    height: 100px;
    float: left;
    background: #d5d5d5;
    text-align: center;
    margin: auto;
}
.floorG .shophouseBlock {
    width: 130px;
    height: 350px;
    float: left;
    background: #fff;
    border: solid 1px #a3a3a3;
}

.upperFloor .roomBlock {
    width: 147px;
    height: 300px;
    float: left;
    background: #fff;
    border: solid 1px #a3a3a3;
}

.upperFloor .stairBlock {
    width: 120px;
    height: 300px;
    float: left;
    background: #d5d5d5;
}
.upperFloor .lobbyBlock1 {
    width: 441px;
    height: 100px;
    float: left;
    background: #d5d5d5;
    border: none;
}
.upperFloor .elevatorBlock {
    width: 147px;
    height: 100px;
    float: left;
    background: #f7c2ff;
    border: none;
}
.upperFloor .lobbyBlock2 {
    width: 708px;
    height: 100px;
    float: left;
    background: #d5d5d5;
    border: none;
}

.roomBlock:hover, .shophouseBlock:hover, .cafeBlock:hover {
    background:#ffa9a9 !important;
    color: #fff !important;
    border:none;
}
.roomBlock:hover a, .shophouseBlock:hover a, .cafeBlock:hover a {
    color: #fff !important;
}
    .roomBlock:hover p, .shophouseBlock:hover p, .cafeBlock:hover p {
        color: #fff !important;
    }


@media (min-width: 801px) and (max-width: 1365px) {
    .unitCard {
        width: 50%;
    }
    .col-xl-3{
        width:40% !important;
    }
    .col-xl-9 {
        width: 60% !important;
    }
}
@media (min-width: 1366px) and (max-width: 1599px) {
    .unitCard {
        width: 25%;
    }
    .col-xl-3 {
        width: 40% !important;
    }

    .col-xl-9 {
        width: 60% !important;
    }
}
@media (max-width:800px) {
    .unitCard {
        width: 100%;
        height: auto;
    }
}
@media (max-width:800px) {
    .unitCard {
        width: 100%;
        height: auto;
    }

    .vertical-menu {
        background: rgb(255 255 255 / 1);
    }

    #page-topbar {
        background: rgb(255 255 255 / 1);
    }

    #sidebar-menu.mm-active li.mm-active span {
        color: unset !important;
    }

    #sidebar-menu.mm-active li.mm-active i {
        color: unset !important;
    }

    #sidebar-menu li *, .menu-title {
        color: unset !important;
    }

        #sidebar-menu li * .mm-active .active {
            color: unset !important;
        }

    .navbar-header h3 a {
        color: #555 !important;
        font-size: 14px;
    }

    .custom-mobile-pane {
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .vertical-menu {
        background: rgb(255 255 255 / 1);
    }

    #page-topbar {
        background: rgb(255 255 255 / 1);
    }

    #sidebar-menu.mm-active li.mm-active span {
        color: #5b73e8 !important;
    }

    #sidebar-menu.mm-active li.mm-active i {
        color: #5b73e8 !important;
    }

    #sidebar-menu li *, .menu-title {
        color: #555 !important;
    }

        #sidebar-menu li * .mm-active .active {
            color: #5b73e8 !important;
        }
}

.unitInfoDivider {
    border-top: 1px dashed #bbb;
    margin: 1px 0 !important;
    padding:0 !important;
    width:100%;
    height:1px;
}

@media (min-width: 200px) and (max-width: 650px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-ssm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-ssm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}