﻿body {
    background: url('/assets/images/bg.jpg');
    background-size: cover;
    background-attachment:fixed;
}

#page-topbar {
    background: rgb(255 255 255 / 0.30);
}
.table{
    background:rgb(255 255 255 / 0.50);
}
.firstElement:nth-child(2n+1) {
    width: 50% !important;
}

.firstElement {
    width: 50% !important;
}
.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.3) !important;
}

.table {
    background: rgb(255 255 255 / 0.60);
}

.text-right {
    text-align: right;
}

.text-low-dark {
    color: #666;
}

.capitalize {
    text-transform: capitalize !important;
}
/*
    
.vertical-menu{
    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: #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.84);
}
    */
.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: 350px;
        overflow: auto;
    }

.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;
}
@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) {
    .unitCard {
        width: 100%;
        height: auto;
    }
    .firstElement:nth-child(2n+1) {
        width: 100% !important;
    }

    .firstElement {
        width:100% !important;
    }
}
@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;
        }
}