@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,500,700);

@charset "utf-8";

/* CSS Document */
clear {
    clear: both;
    display: block;
}


@media print {
    #header {
        display: none;
    }

    #menu {
        display: none;
    }
}

.cc-only {
    display: none;
}

#router-status {
    font-weight: bold;
}

#router-status.Online {
    color: #4caf50;
}

#router-status.Offline {
    color: #ff5722;
}

#roomdetails {
    cursor: pointer;
}

.hidden {
    display: none;
}

#uploadBtn {
    width: 100%;
    max-width: 302px;
    border-radius: 0px 0px 10px 10px;
    border: none;
    margin-bottom: 20px;
    cursor: pointer;
    background: #F44336;
    color: #FFF;
    padding: 10px;
}

.loader {
    position: absolute;
    z-index: 100;
}

#grfPic {
    width: calc(100% - 2px);
    position: relative;
    border: 1px solid #F44336;
    height: 285px;
}

#grfPic img {
    width: 100%;
    height: 100%
}

tr.ignorerow {
    background-color: #FFAAAA;
}

#lock-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    z-index: 9999999;
}

#lock-container .inner-container {
    width: 500px;
    margin: 200px auto;
    padding: 20px;
    background-color: #0066CC;
}

.myButton {

    background: #3498db;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    color: #ffffff;
    border: 1px solid #3498db;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
    margin: 20px 5px;
    text-align: center;
    transition: .2s ease all;
}

.myButton:hover {
    background-color: transparent;
    color: #3498db;
}

.myButton.warning {
    background-color: #607d8b;
    border: 1px solid #607d8b;
    color: #FFF;
}

.myButton.warning:hover {
    background-color: #FFF;
    color: #607d8b;
}

.myButton.danger {
    background-color: #f44336;
    border: 1px solid #f44336;
    color: #FFF;
}

.myButton.danger:hover {
    background-color: #FFF;
    color: #f44336;
}

.myButton.success {
    background-color: #4caf50;
    border: 1px solid #4caf50;
    color: #FFF;
}

.myButton.success:hover {
    background-color: #FFF;
    color: #4caf50;
}


.revHead {
    margin: 0;
}

::-moz-selection {
    background: #f85d10;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #f85d10;
    color: #fff;
    text-shadow: none;
}

.blink {
    color: #FF6600;
    background-color: #FFF;
    padding: 2px;
    border-radius: 10px;
    text-decoration: blink;
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

input,
button,
textarea {
    font-weight: 300;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif !important;
}

body {
    background-color: #FFFFFF;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.03em;
}

.head2 {
    font-size: 25px;
    text-align: left;
    margin: 20px;
    color: #444;
    border-bottom: 1px solid #DDD;
}

input {
    color: #666;
    font-size: 15px;
    padding: 2px;
}

textarea {
    font-size: 14px;
    color: #666;
    padding: 2px;
}

label {
    font-size: 12px;
    color: #333;
}


#printMenu {
    background-image: url(images/print_icon.jpg);
    width: 33px;
    height: 76px;
    cursor: pointer;
    top: 50%;
    left: 0px;
    position: fixed;
}

#printMenu:hover {
    background-position: 0px 75px;
}

#header {
    overflow: hidden;
}

#logo {

    /*background-image:url(images/header.png);
    background-repeat: no-repeat;
    height:49px;
    width:317px;*/

}

#header_main {
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    height: 49px;
    width: 317px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}

#user_details {
    position: absolute;
    right: 20px;
}

#main_container {
    margin: 0px auto;
    width: 1000px;

}

#content_body {
    width: 100%;
    margin: 20px auto;
    padding: 5px 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #DDD;
}

.centerTable {
    margin: 0px auto;
}

.legendBucket {
    background-color: #1395bf;
    margin: 10px 0;
    font-size: 20px;
    padding: 10px;
    color: #FFFFFF;
    text-align: center;
}

.lbl {
    font-size: 13px;
    color: #333;
}

.lbl a {
    text-decoration: none;
    color: #f96116;
    cursor: pointer;
}

.lbl a:hover {
    color: #155190;
}

span.lblhvr {
    color: #f96116;
    cursor: pointer;
}

span.lblhvr:hover {
    color: #155190;
}

#footer {


    text-align: right;
    font-size: 12px;
    color: #AAA;
    width: 100%;
    padding: 5px;
}

.menu_top {
    text-align: right;
    margin: 20px 0 30px 0;
}

.menu_top li {
    list-style: none;
    display: inline;

    background-color: #f96116;
    color: #FFF;
    font-size: 13px;
    border-bottom: 2px solid #FFF;
    padding: 10px 0px;

    -moz-transition: border 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: border-color 1s;

}

.menu_top li a {

    padding: 8px;
    margin: 2px;
    text-decoration: none;
    color: #FFF;
}

.menu_top li:hover {
    border-bottom: 2px solid #155190;

}

#searchBar {
    width: 310px;
    float: left;
}

#searchBar input {
    font-size: 14px;
    height: 39px;
    width: 310px;
    font-weight: 100 !important;
    cursor: pointer;
}

#searchBar input:focus {
    border: 1px solid #FFF;
    outline: none;
    border-bottom: 1px solid #f85d10;
}

.firstBucket {
    text-align: center;
    margin: 0px auto;
}

.detailBucket {
    background-color: #FFF;
    overflow: hidden;
    color: #444;
}

.greenBack {
    background-color: #C1FDE3;
}


.detailTable {
    margin: 20px auto;
    width: 100%;
    border-collapse: collapse;
}

.detailTable thead {
    font-size: 13px;
    font-weight: normal;
    background: #b9c9fe;
    border-top: 4px solid #aabcfe;
    border-bottom: 1px solid #fff;
    color: #039;
    padding: 8px;
}

.detailTable thead td,
.detailTable thead th {
    text-align: left;
    padding: 10px 3px;

}


.detailTable tbody tr:hover {
    background-color: #EAEAEA;
}

.detailTable tbody td {
    border-bottom: 1px solid #bbb;
    line-height: 22px;
    max-width: 40px;
    word-wrap: break-word;
    padding-left: 5px;

}

.btnStyle {
    background-color: #E0E0E0;
    border: #CCC solid 1px;
    border-radius: 3px;
    padding: 0px 3px;
}

.invoiceTable {
    margin: 10px 0;
    width: 100%;
    border-collapse: collapse;
}


.invoiceTable p {
    min-height: 27.4px;
    ;
}

.invoiceTable thead {
    background-color: #999;
}

.invoiceTable tbody td {
    border-bottom: 1px solid #bbb;
    line-height: 22px;
    word-wrap: break-word;
}

.left {
    text-align: left;
}

.detailBucket1 {
    margin: 10px 10px;
    border: none;
    color: #444;
    overflow: hidden;
}

.detail-actions .myButton {
    width: calc(100% - 30px);
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
}

.detailBucket2 {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
}

.tableLegend {
    color: #155190;
    font-weight: bold;
}

.detailTable1 {
    width: 100%;
    line-height: 32px;
    border-collapse: collapse;
    float: left;
}

.detailTable1 textarea {
    width: 90%;
    height: 100px;
    resize: none;
}

.detailTable1.left {
    width: calc(70% - 15px);
    margin-right: 15px;
    line-height: 22px;
    border-collapse: collapse;
}

.detailTable1.right {
    width: calc(30%);
    float: left;
    line-height: 22px;
    border-collapse: collapse;
}

.detailTable1 td {
    border-bottom: 1px solid #DDD;
    line-height: 25px;
    margin-bottom: 10px;
    min-width: 120px;
    color: #666;
    vertical-align: middle;
    padding-left: 5px;
}

.detailTable1 tr:nth-child(even) {
    background-color: #FAFAFA;
}

.detailTable1 td.tableLegend {
    color: #333;
}

.detailTable1 .log {
    font-weight: 300;
    line-height: 14px;
    font-size: 10px;
    color: #AAA;
}

.lbl-independent {
    padding: 0 10px;
    background-color: #DDD;
}

.errLabel {
    text-align: center;
    color: #C00;
}

.textCenter {
    text-align: center;
}

.successLabel {
    color: #00CC00;
    fint-size: 14px;
    font-weight: normal;
}

.morenames {
    margin: 0px !important;
}

.blueBack {
    background-color: #155190;
    color: #FFF;
    margin: 10px;
    line-height: 20px;
}

.halkaWhiteBack {
    background-color: #FAFAFA;
    line-height: 30px;
}

.taxBtn {
    background-color: #F00;
    color: #FFF;
    padding: 5px;
    border-radius: 5px;

    margin: 5px 6px;
}

#mapCanvas {
    width: 400px;
    height: 400px;
    float: left;
}

#mapCanvasFull {
    width: 1000px;
    height: 400px;
    float: left;
}

.leftAlign {
    text-align: left;
}

.rightAlign {
    text-align: right;
}

.signBox {
    width: 200px;
    margin-top: 100px;
    border-top: 1px solid #000;
}

.msgbox {
    background-color: #CCC;
    width: 180px;
    height: 50px;
    padding: 25px 0;
    font-size: 15px;
    border-radius: 10px;
}

.displayNone {
    display: none;
}

.panel-half {
    width: 48%;
    float: left;
}

.grid_bucket {
    min-width: 100px;
    height: 100px;
    float: left;
    color: #FFF;
    background-color: #9f4503;
    overflow: hidden;
    padding: 10px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
}

.grid_bucket:hover {
    background-color: #AAA;
}

.roomno {
    font-size: 50px;
    font-weight: 800;
}

.roomremarks {
    margin-top: -5px;
    font-size: 11px;
    color: #DDD;
}

.Default {
    background-color: #888;
}

.Available {
    background-color: #5fbf13;
}

.Occupied {
    background-color: #2a7fa6;
}

.Cleaning {
    background-color: #ff7800;
}

.Maintainence {
    background-color: #d60000;
}

.sideBar {
    width: 250px;
    margin-left: 20px;
    float: left;
}

.content_w_sidebar {
    width: 700px;
    float: left;
    margin-left: 10px;
}

.message {
    background-color: #ccffd8;
    padding: 10px;
    border-radius: 10px;
}

.error {
    background-color: #ffad9d;
    padding: 10px;
    border-radius: 10px;
}

.underline {
    text-align: center;
    width: 600px;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

span.isonline {
    height: 18px;
    width: 18px;
    font-size: 10px;
    padding-top: -5px;
    text-align: center;

    color: #FFF;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}

span.isonline.true {
    background-color: #5FBF13;

}

span.isonline.false {
    background-color: #f44336;
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
    margin: 0;
    padding: 0;
    position: relative;
}

#cssmenu {
    height: 39px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eee9f0));
    background: -webkit-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    border-bottom: 2px solid #f85d10;
    margin: 10px 0px;
    float: right;
}

#cssmenu:after,
#cssmenu ul:after {
    content: '';
    display: block;
    clear: both;
}

#cssmenu a {
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: linear-gradient(top, #fefefe 0%, #ececec 100%);
    color: #000;
    display: inline-block;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 39px;
    padding: 0 20px;
    text-decoration: none;
}

#cssmenu ul {
    list-style: none;
}

#cssmenu>ul {
    float: left;
}

#cssmenu>ul>li {
    float: left;
}

#cssmenu>ul>li>a {
    color: #000;
    font-size: 12px;
}

#cssmenu>ul>li:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f85d10;
    margin-left: -10px;
}

#cssmenu>ul>li:first-child>a {
    border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
}

#cssmenu>ul>li.active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f85d10;
    margin-left: -10px;
}

#cssmenu>ul>li.active>a {
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
    background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
}

#cssmenu>ul>li:hover>a {
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
    background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}

#cssmenu .has-sub {
    z-index: 1;
}

#cssmenu .has-sub:hover>ul {
    display: block;
}

#cssmenu .has-sub ul {
    display: none;
    position: absolute;
    width: 200px;
    top: 100%;
    left: 0;
}

#cssmenu .has-sub ul li {
    *margin-bottom: -1px;
    text-align: center;
}

#cssmenu .has-sub ul li a {
    background: #f85d10;
    border-bottom: 1px dotted #fa9d6f;
    filter: none;
    font-size: 11px;
    display: block;
    line-height: 120%;
    padding: 10px;
    color: #ffffff;
}

#cssmenu .has-sub ul li:hover a {
    background: #a03804;
}

#cssmenu .has-sub .has-sub:hover>ul {
    display: block;
}

#cssmenu .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

#cssmenu .has-sub .has-sub ul li a {
    background: #a80008;
    border-bottom: 1px dotted #ff0f1b;
}

#cssmenu .has-sub .has-sub ul li a:hover {
    background: #8f0007;
}


/*Cleaning sidebar*/
.cleaning-widget {
    border: 1px solid #ff7800;
    text-align: left;
    color: #ff7800;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #FFF;
    text-align: center;
}

.cleaning-widget h3 {
    margin: 0;
    padding: 10px;
    background: #ff7800;
    color: #FFF;
}

.cleaning-widget ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 10px;

    max-height: 400px;
    overflow-y: scroll;
}

.cleaning-widget li label {
    color: #ff7800;
}

.cleaning-widget .btnGreen {
    background: #5fbf13;
    color: #FFF;
    box-shadow: none;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.cleaning-widget .checkbox-label {
    cursor: pointer;
}


.newBtn {
    background-color: #DDD;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    outline: none;
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    border-radius: 3px;

    -webkit-transition: all ease 0.5s;
    /* Safari */
    transition: all ease 0.5s;
}

.newBtn.small {
    font-size: 0.9em;
    padding: 5px;
    margin: 5px;
}

.newBtn:hover {
    background: #333;
    color: #DDD;
}


.newBtn-success {
    color: #FFF;
    background-color: #5FBF13;
}

.newBtn-success:hover {
    background-color: #A5DC86;
    color: #FFF;
}

/*Address BOOK*/
.profilepic {
    position: static;
    padding: 10px 2px;
    color: #FFF;
    font-size: 2em;
    font-weight: 700;
    border-radius: 5px;
    background: red;
    cursor: pointer;
}

.warning {
    color: #ff7800;
}

.profilename {
    font-weight: 500;
    text-transform: capitalize;
}

#input-filter {
    padding: 7px;
    border: 1px solid #DDD;
    border-radius: 4px;
    outline: none;

}

.panel-card {

    margin: 10px;
    float: left;

}

.panel-card-title {
    background: #E53935;
    border-radius: 20px 20px 0px 0px;
    padding: 10px;
    font-weight: 600;
    color: #FFF;

}

.panel-card-desc {
    color: #333;
    font-weight: 200;
}

.panel-card-item {
    font-size: 0.9em;
    border-bottom: 1px solid #FFCDD2;
    padding: 8px 15px;
    min-width: 150px;
}

.lbl-num {
    color: #FFF;
    min-width: 16px;
    padding: 2px;
    float: right;
}

.filter-table .quick {
    margin-left: 0.5em;
    font-size: 0.8em;
    text-decoration: none;
}

.fitler-table .quick:hover {
    text-decoration: underline;
}

td.alt {
    background-color: #ffc;
    background-color: rgba(255, 255, 0, 0.2);
}


/*Dashboard Widgets */

.widget-container {
    margin-top: 40px;
}

.widget {
    border: 1px solid #1395bf;
    border-radius: 5px;
    padding: 10px;
    float: left;
    color: #333;
    margin-right: 20px;
    margin-bottom: 40px;
    min-height: 180px;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}


.widget.success {
    border-color: #4caf50;
}

.widget.success .widget-title {
    color: #4caf50;
}

.widget.danger {
    border-color: #f44336;
}

.widget.danger .widget-title {
    color: #f44336;
}

.widget.warning {
    border-color: #607d8b;
}

.widget.warning .widget-title {
    color: #607d8b;
}

.widget.default {
    border-color: #bfbfbf;
}

.widget.default .widget-title {
    color: #bfbfbf;
}


.widget.x4 {
    width: calc(25% - 42px);

}

.widget.x6 {
    width: calc(50% - 42px);

}

.widget.x8 {
    width: calc(75% - 42px);
}

.widget.x12 {
    width: calc(100% - 22px);
}


.widget-title {
    font-weight: 800;
    font-size: 1.2em;
    color: #1395bf;
}

.widget-title.large {
    font-size: 2em;
}

.widget-body {
    margin-top: 10px;
}

.widget-list-item {
    border-bottom: 1px solid #DDD;
    padding: 8px 0;
    display: block;
    font-weight: 300;
    color: #333;
}

a.widget-list-item {
    text-decoration: none;
}

a.widget-list-item:hover {
    border-bottom: 1px solid #ff7800;
}

a.widget-list-item:active {
    color: #333;
}

.widget-body .info {
    font-size: 12px;
}


.widget-body .count-lbl {
    font-size: 5em;
    font-weight: 900;
    display: block;
    text-align: center;
}


/*Individual widget style*/
.widget.router {
    color: #FFF;
    border: none;
}


.widget.router .widget-title {
    color: #FFF;
}

.widget.router.success {
    background: #56ab2f;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #56ab2f, #a8e063);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #56ab2f, #a8e063);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.widget.router.danger {
    background: #cb2d3e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #cb2d3e, #ef473a);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #cb2d3e, #ef473a);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.widget.router.default {
    background: #DDD;
    /* fallback for old browsers */
    color: #333;
}

.widget.occupancy {
    border: none;
    background: #50C9C3;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #50C9C3, #96DEDA);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #50C9C3, #96DEDA);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.widget.occupancy .widget-title {
    color: #FFF;
}

.widget.occupancy .widget-body {
    color: #555;
}

.occupancy-history-link {
    padding-top: 15px;
    float: right;
    padding: 15px;
}

.occupancy-history-link input[type=text] {
    font-size: 14px;
    background: #EEE;
    margin: 10px 0;
    border: none;
    padding: 4px;
    cursor: pointer;

}

.svg-loader {
    background-image: url('../images/loader.svg');
    width: 40px;
    height: 40px;
    margin: 10px auto;
}

.reservation-row {
    border-left: 10px solid #EEE;
}

.reservation-row.status-hold {
    border-left-color: #FFA500; /* Orange */
}

.reservation-row.status-checked-in,
.reservation-row.status-active,
.reservation-row.status-in-house {
    border-left-color: #4caf50; /* Green */
}

.reservation-row.status-checked-out {
    border-left-color: #9e9e9e; /* Grey */
}

.reservation-row.status-cancelled,
.reservation-row.status-no-show,
.reservation-row.status-void,
.reservation-row.status-expired {
    border-left-color: #f44336; /* Red */
}

.reservation-row.status-confirmed {
    border-left-color: #2196f3; /* Blue */
}

.reservation-row.status-pending,
.reservation-row.status-waitlisted {
    border-left-color: #ffc107; /* Amber */
}

.reservation-row.status-modified {
    border-left-color: #9c27b0; /* Purple */
}

.danger-notice {
    padding: 10px;
    text-align: center;
    background-color: #ffeaea;
    color: #f44336;
}

/* Pagination Styles - Matching btnStyle design */
.pagination {
    text-align: center;
    margin: 20px 0;
    padding: 10px;
}

.pagination nav {
    display: inline-block;
}

/* Remove label styling interference */
.pagination label,
.pagination .lbl {
    all: unset !important;
    display: inline-block !important;
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li span {
    display: inline-block !important;
    background-color: #E0E0E0 !important;
    border: #CCC solid 1px !important;
    border-radius: 3px !important;
    padding: 2px 8px !important;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}

.pagination li a:hover {
    background-color: #CCC !important;
}

.pagination li.active span,
.pagination li.active a {
    background-color: #AAA !important;
    border-color: #999 !important;
    font-weight: bold;
}

.pagination li.disabled span,
.pagination li.disabled a {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}