﻿input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"],
textarea,
select {
    max-width: 400px;
}

body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0px 10px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 10px;
        border-left: 1px solid #e7e7e7;
    }
}

.page-header {
    padding-bottom: 0px; 
    margin: 20px 0px;
    border-bottom: 1px none #eeeeee;
} 

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px; 
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0; 
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}
 
.RoomList td {
    padding: 0px !important;
    border-style: none !important;
}

.RoomStatusVacantCleaned {
    color: #ffffff;
    background-color: #78c278;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}

.RoomStatusVacantDirty {
    color: #ffffff;
    background-color: #ee0000;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}

.RoomStatusVacantDirtyUrgent {
    color: #ffffff;
    background-color: #cc0000;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}

.RoomStatusOccupiedCleaned {
    color: #ffffff;
    background-color: #78c278;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}

.RoomStatusOccupiedDirty {
    color: #ffffff;
    background-color: #ee0000;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}

.RoomStatusOccupiedDirtyUrgent {
    color: #ffffff;
    background-color: #cc0000;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}

.RoomStatusInactive {
    color: #ffffff;
    background-color: #ff0000;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}

.RoomStatusNotYetInspected {
    color: #ffffff;
    background-color: #cc0000;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}

.RoomStatusInspected {
    color: #ffffff;
    background-color: #00aa00;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}

.RoomStatusInspectedPMSUpdated {
    color: #ffffff;
    background-color: #2c7ae5;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}





.RoomStatusNotYetInspected2 {
    color: #ffffff;
    background-color: #cc0000;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 135px;
    border-radius: 4px;
}

.RoomStatusInspected2 {
    color: #ffffff;
    background-color: #00aa00;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 135px;
    border-radius: 4px;
}

.RoomStatusInspectedPMSUpdated2 {
    color: #ffffff;
    background-color: #2c7ae5;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 135px;
    border-radius: 4px;
}


.RoomStatusYesterdayCleaned {
    color: #aaaaaa;
}

.RoomStatusYesterdayInspected {
    color: #aaaaaa;
}

 

.BlockedRow {
    background-color: #ffe8e8;
}

.RoomBlocked {
    color: #ffffff;
    background-color: #ee0000;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}

.RoomUnblocked {
    color: #ffffff;
    background-color: #00aa00;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}



.RoomCheckedIn {
    color: #ffffff;
    background-color: #f0ad4e;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: auto;
    margin-bottom: 2px;
    border-radius: 4px;
}

.progress {
    background-color: #cccccc;
    height: 26px;
}

.progress-bar {
    line-height: 2.2em; 
    text-align: center;
}

.TransactionPending {
    color: #ffffff;
    background-color: #f0ad4e;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}

.TransactionPrinted {
    color: #ffffff;
    background-color: #f0ad4e;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}

.TransactionVerified {
    color: #ffffff;
    background-color: #428bca;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}

.TransactionPosted {
    color: #ffffff;
    background-color: #5cb85c;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    width: 100px;
    border-radius: 4px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 30px;
    justify-content: space-around;
}

.grid-item {
    position: relative;
    border: 1px none #dddddd;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
}
 
.grid-item-image {
    width: 300px;
    height: 300px; 
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
}

.btn-bottom2 {
    position: absolute;
    bottom: 34px;
    left: 0px;
    right: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #dddddd;
    padding: 5px;
}

.btn-bottom3 {
    position: absolute;
    bottom: 34px;
    left: 0px;
    right: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #dddddd;
    padding: 5px;
}

.btn-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.line-break 
{
    white-space: pre-line;
}

.checkbox-list-container {
    width: 400px;
    height: 200px;
    overflow: auto;
    border: 1px solid #cccccc;
    padding: 5px 12px;
}

.checkbox-list td {
    padding-right: 20px;
}

.checkbox-list label {
    margin-left: 5px;
}




/* Login */

#loginModal .modal-content {
    padding: 20px;
    opacity: 0.9;
    padding: 0px 15px;
}

#loginModal .logo {
    width: 60%;
    margin: 0px auto;
} 

/* Site Master */

.top-logo {
    margin-top: -13px;
    height: 45px;
}

.login-avatar {
    border-radius: 50%;
    background: #428bca;  
    color: #fff;
    text-align: center;
    padding: 7px 10px;
    text-transform: uppercase; 
}

/* Change Password */

.change-password-panel-body {
    padding: 30px;
}
 
/* Dashboard */

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #349434;
    }

        .panel-green a i {
            color: #5cb85c;
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
        }

        .panel-green a:hover {
            color: #349434;
        }

            .panel-green a:hover i {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
 
.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #bf322d;
    }

        .panel-red a i {
            color: #d9534f;
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
        }

        .panel-red a:hover {
            color: #bf322d;
        }

            .panel-red a:hover i {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }


.panel-teal {
    border-color: #00bdb1;
}

    .panel-teal .panel-heading {
        border-color: #00bdb1;
        color: #fff;
        background-color: #00bdb1;
    }

    .panel-teal a {
        color: #00bdb1;
    }

        .panel-teal a i {
            color: #00948b;
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
        }

        .panel-teal a:hover {
            color: #00bdb1;
        }

            .panel-teal a:hover i {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }


.panel-orange {
    border-color: #f77411;
}

    .panel-orange .panel-heading {
        border-color: #f77411;
        color: #fff;
        background-color: #f77411;
    }

    .panel-orange a {
        color: #f77411;
    }

        .panel-orange a i {
            color: #d75c00;
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
        }

        .panel-orange a:hover {
            color: #f77411;
        }

            .panel-orange a:hover i {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }


         
.panel-yellow {
    border-color: #ea9834;
}

    .panel-yellow .panel-heading {
        border-color: #ea9834;
        color: #fff;
        background-color: #ea9834;
    }

    .panel-yellow a {
        color: #d07c15;
    }

        .panel-yellow a i {
            color: #ea9834;
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
        }

        .panel-yellow a:hover {
            color: #d07c15;
        }

            .panel-yellow a:hover i {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
     
.panel-blue {
    border-color: #428bca;
}

    .panel-blue .panel-heading {
        border-color: #428bca;
        color: #fff;
        background-color: #428bca;
    }

    .panel-blue a {
        color: #1f68a8;
    }

        .panel-blue a i {
            color: #428bca;
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
        }

        .panel-blue a:hover {
            color: #1f68a8;
        }

            .panel-blue a:hover i {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
         
.panel-pink {
    border-color: #f147d9;
}

    .panel-pink .panel-heading {
        border-color: #f147d9;
        color: #fff;
        background-color: #f147d9;
    }

    .panel-pink a {
        color: #d127b9;
    }

        .panel-pink a i {
            color: #f147d9;
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
        }

        .panel-pink a:hover {
            color: #d127b9;
        }

            .panel-pink a:hover i {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
         
.panel-purple {
    border-color: #9348f3;
}

    .panel-purple .panel-heading {
        border-color: #9348f3;
        color: #fff;
        background-color: #9348f3;
    }

    .panel-purple a {
        color: #7527d8;
    }

        .panel-purple a i {
            color: #9348f3;
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
        }

        .panel-purple a:hover {
            color: #7527d8;
        }

            .panel-purple a:hover i {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }



.panel-darkpink {
    border-color: #e20a8f;
}

    .panel-darkpink .panel-heading {
        border-color: #e20a8f;
        color: #fff;
        background-color: #e20a8f;
    }

    .panel-darkpink a {
        color: #e20a8f;
    }

        .panel-darkpink a i {
            color: #cb0a81;
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
        }

        .panel-darkpink a:hover {
            color: #e20a8f;
        }

            .panel-darkpink a:hover i {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }


.panel-darkgreen {
    border-color: #00943e;
}

    .panel-darkgreen .panel-heading {
        border-color: #00943e;
        color: #fff;
        background-color: #00943e;
    }

    .panel-darkgreen a {
        color: #00943e;
    }

        .panel-darkgreen a i {
            color: #007d34;
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
        }

        .panel-darkgreen a:hover {
            color: #00943e;
        }

            .panel-darkgreen a:hover i {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }

.panel-darkpurple {
    border-color: #734bea;
}

    .panel-darkpurple .panel-heading {
        border-color: #734bea;
        color: #fff;
        background-color: #734bea;
    }

    .panel-darkpurple a {
        color: #734bea;
    }

        .panel-darkpurple a i {
            color: #5a30d5;
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
        }

        .panel-darkpurple a:hover {
            color: #734bea;
        }

            .panel-darkpurple a:hover i {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }


.panel-darkred {
    border-color: #de438f;
}

    .panel-darkred .panel-heading {
        border-color: #de438f;
        color: #fff;
        background-color: #de438f;
    }

    .panel-darkred a {
        color: #de438f;
    }

        .panel-darkred a i {
            color: #c72a77;
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
        }

        .panel-darkred a:hover {
            color: #de438f;
        }

            .panel-darkred a:hover i {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }



.panel-teal {
    border-color: #08b197;
}

    .panel-teal .panel-heading {
        border-color: #08b197;
        color: #fff;
        background-color: #08b197;
    }

    .panel-teal .panel-body { 
        color: #00836f; 
    }

        .panel-teal .panel-body .list-group-item {
            border-color: #c3e4df;
        }

        .panel-teal .panel-body em {
            color: #638d86;
        }

        .panel-teal .panel-body .duration {
            margin-left: 20px;
        }




.room-status-detail-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.room-status-detail-menu > * {
    margin: 0px 10px 10px 0px;
    width: 160px;
}

 
.room-status-assigned-to-hide {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}


.room-assign {
    display: flex;
    flex-wrap: wrap; 
}

.room-assign-item {
    position: relative;
    margin: 0px 15px 15px 0px;
    width: 150px;
    height: 150px;
    text-align: center;
    padding: 10px;
    color: #fff;
    background-color: #428bca;
    display: inline-block;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); 
}

.room-assign-vip-item {
    position: relative;
    margin: 0px 15px 15px 0px;
    width: 150px;
    height: 150px;
    text-align: center;
    padding: 10px;
    color: #000000;
    background-color: #ffdb00;
    display: inline-block;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
 
    .room-assign-item div {
        margin-top: 10px;
        text-align: center;
        width: auto;
        border: 1px solid #ffffff;
    }

    .room-assign-vip-item div {
        margin-top: 10px;
        text-align: center;
        width: auto;
        border: 1px solid #ffffff;
    }

.room-assign-item-delete {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 21px !important;
    height: 21px;
    border-radius: 50%;
    background-color: #cc0000;
    color: #ffffff;
    padding: 3px 3px;
    cursor: pointer;
    line-height: 0px;
    border-style: none !important;
    margin-top: 0px !important;
}

.room-assign-selection-item {  
}

.room-assign-selection-item div { 
    display: inline;
}

.role-permission-checkbox {
    margin-left: 20px;
}

.role-permission-checkbox label {
    margin-left: 5px;
}

    .role-permission-check-all {
        margin-left: 20px;
        font-weight: bold;
        margin-top: 10px;
    } 