﻿body {
}
.container2{
    width: 70%;
    max-width: 70%;
}
    .container2 .img-fluid{
        max-height: 400px;
    }
.textCenter{
    text-align: center !important;
}

a.download{
    color: #e83717 !important;
}
.textLeft {
    text-align: left !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/loginWallpaper.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;
}
.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;
    }

.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;
    }
}