﻿body {
    background: url('/assets/images/loginWallpaper.jpg');
    background-size: cover;
    background-attachment: fixed;
}
.vertical-menu {
    background: rgb(255 255 255 / 0.45);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
#page-topbar {
    background: #fffc;
}
#modalShowImage .modal-content .modal-body #displayed-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.whiteBG {
    background: #fff !important;
}
.blurBG {
    background: #fffc !important;
}
.text-low-dark{
    color:#666;
}
.card {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
/*
.vertical-menu {
    background: rgb(255 255 255 / 0.30);
}

#page-topbar {
    background: rgb(255 255 255 / 0.30);
}

#sidebar-menu.mm-active li.mm-active span {
    color: #555 !important;
}

#sidebar-menu.mm-active li.mm-active i {
    color: #555 !important;
}

#sidebar-menu li *, .menu-title {
    color: #fff !important;
}

    #sidebar-menu li * .mm-active .active {
        color: #555 !important;
    }

.card {
    background: rgb(255 255 255 / 0.84);
}
    */
.container2 {
    width: 70%;
    max-width: 70%;
}

    .container2 .img-fluid {
        max-height: 400px;
    }

.dividerDiv {
    border-bottom: 1px solid #bababa;
    height: 1px;
}

.navHouseDetail.nav-link.active {
    background: none !important;
}

.textCenter {
    text-align: center !important;
}

.textLeft {
    text-align: left !important;
}

.text-right {
    text-align: right !important
}

.text-bold {
    font-weight: 800;
}

.text-semibold {
    font-weight: 600;
}
.text-normal{
    font-weight:300;
}

.text-light {
    font-weight: 300;
}

.width25 {
    width: 25%;
    float: left;
    padding-left: 10px;
}

.width100 {
    width: 100%;
}

.table-border-black {
    border: 1px solid #555;
}

.row12 {
    width: 100%;
    float: left;
    margin: 0 !important;
}

.custom-bg {
    background: url(../images/loginWallpaper.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-green{
    background: #3faa49;
}
.bg-orange {
    background: #eb8a2d;
}
.bg-light-orange {
    background: #e5d49c !important;
}
.bg-light-green {
    background: #84d0b5 !important;
}
.bg-light-gray {
    background: #b8ddd0;
}
.bg-red {
    background: #d03d3d;
}
.bg-light-red {
    background: #eaa3a3;
}
.bg-light-purple {
    background: #f3d1f1;
}

.uppercase{
    text-transform:uppercase;
}
.capitalize {
    text-transform: capitalize;
}

.login-textbox {
    background: rgb(255 255 255 / 0.43);
    border-radius: 5px;
    border: none;
}

    .login-textbox::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #9f9f9f;
        opacity: 1; /* Firefox */
    }

    .login-textbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #9f9f9f;
    }

    .login-textbox::-ms-input-placeholder { /* Microsoft Edge */
        color: #9f9f9f;
    }

.fontcolor-green {
    color: #34c38f !important;
}

.fontcolor-blue {
    color: #5b73e8 !important;
}

.fontcolor-yellow {
    color: #f1b44c !important;
}

.fontcolor-red {
    color: #f46a6a !important;
}

.fontcolor-purple {
    color: #914b9c !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;
}

.border-radius-5px{
    border-radius: 5px;
}
.border-radius-10px {
    border-radius: 10px;
}

.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;
    max-height: 400px;
    overflow: auto;
}

    .holderPanel h1 {
        font-size: 18px;
        color: #555;
    }

.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;
}

.outlineHoverInfo {
    border: 1px solid #fff;
    color: #fff;
    background: #50a5f1;
    padding: 5px;
}

    .outlineHoverInfo:hover {
        border: 1px solid #50a5f1;
        color: #3681c3;
        background: #fff;
    }
.accordion-button:not(.collapsed) {
    color: #5268d1;
    background-color: #6fb481;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed) table {
    color: #fff;
    font-weight:500;
}
    .accordion-button:not(.collapsed) table tr td {
        color: #fff;
        font-weight: 600;
        font-size: 1rem
    }
.accordion-button::after{
    display:none !important;
}
/*payment notice css*/
/*payment notice css*/
/*payment notice css*/
.notice-header {
    width: 100%;
}

.notice-header-left img {
    float: right;
    margin-right: 30px;
}

.notice-header-right h5 {
    font-size: 16px;
    font-weight: 600;
}

.notice-header-right p {
    font-size: 13px;
    margin-bottom: 5px;
}

/*payment notice css*/
/*payment notice css*/
/*payment notice css*/




.marker {
    position: absolute;
    width: 20px; /* Độ rộng của đánh dấu */
    height: 20px; /* Độ cao của đánh dấu */
    font-size: 20px; /* Kích thước biểu tượng */
    color: red; /* Màu sắc của biểu tượng */
    text-align: center; /* Căn giữa biểu tượng */
    line-height: 20px; /* Khoảng cách dọc giữa các dòng cho biểu tượng */
    pointer-events: auto; /* Để đảm bảo sự kiện click không bị xem xét cho đánh dấu */
    content: "\f1bb"; /* Mã biểu tượng của cây trong Font Awesome */
    font-family: "Font Awesome 5 Free"; /* Tên font chứa biểu tượng */
}

.markerDead {
    position: absolute;
    width: 20px; /* Độ rộng của đánh dấu */
    height: 20px; /* Độ cao của đánh dấu */
    font-size: 20px; /* Kích thước biểu tượng */
    color: purple; /* Màu sắc của biểu tượng */
    text-align: center; /* Căn giữa biểu tượng */
    line-height: 20px; /* Khoảng cách dọc giữa các dòng cho biểu tượng */
    pointer-events: auto; /* Để đảm bảo sự kiện click không bị xem xét cho đánh dấu */
    content: "\f1bb"; /* Mã biểu tượng của cây trong Font Awesome */
    font-family: "Font Awesome 5 Free"; /* Tên font chứa biểu tượng */
}

.inquiryPanelHolder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(216 216 216 / 0.89);
    z-index: 1000;
    display: none;
}

.inquiryPanel {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 40px;
}

    .inquiryPanel .close-btn2 {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 20px;
        color: #696969;
    }

        .inquiryPanel .close-btn2:hover {
            cursor:pointer;
        }

    .inquiryPanel h3 {
        font-size: 26px;
        color: #696969;
    }

    .inquiryPanel p {
        font-size: 18px;
        color: #494949;
    }

    .inquiryPanel .formGroup {
        font-size: 18px;
        color: #494949;
        text-align: left;
        margin-bottom: 20px;
    }

    .inquiryPanel input[type=submit] {
        border-radius: 5px;
    }

@media (min-width: 801px) and (max-width: 1365px) {
    .unitCard {
        width: 50%;
    }
}

@media (min-width: 1366px) and (max-width: 1599px) {
    .unitCard {
        width: 25%;
    }
}

@media (max-width:800px) {
    #page-topbar .navbar-header .navbar-brand-box {
        display: none;
    }

    body[data-sidebar=colored] .vertical-menu {
        background-color: rgb(255 255 255 / 1);
    }

    #page-topbar {
        background: #fff;
    }

    .header-item {
        color: #555;
    }

        .header-item:hover {
            color: #555;
        }

    .navbar-header .dropdown .show.header-item {
        background-color: #fff;
    }

    .text-center-mobile {
        text-align: center;
    }

    .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;
        }
}
@media (max-width: 400px) {

    .col-ssm-3 {
        width: 25% !important;
    }

    .col-ssm-4 {
        width: 33.33333% !important;
    }

    .inquiryPanel {
        width: 90%;
        padding: 10px;
    }
        .inquiryPanel .bodyPanel {
            height: 500px;
            overflow-y:auto;
        }
}