/* CSS Document */
@font-face {
    font-family: UnitpalIcons;
    src: url(../fonts/UnitpalIcons.TTF);
}

/*.unitpal-font {
    font-family: UnitpalIcons !important;
    font-weight: 400;
    font-size: larger;
}*/

.unitpal-font {
    font-family: UnitpalIcons !important;
    font-weight: normal;
    font-size: larger;
}

.unitpal-large {
    font-size: xx-large;
    line-height: 100%;
}

.menu_section .unitpal-font {
    font-size: x-large;
    margin-top: -8px;
}

.signup-step {
    background-color: white;
}

body,
html {
    height: 100%;
    background: #9ac6f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1d5899), to(#558bd0));
    background-image: -webkit-linear-gradient(top, #1d5899, #558bd0);
    background-image: -moz-linear-gradient(top, #1d5899, #558bd0);
    background-image: linear-gradient(to bottom, #1d5899, #558bd0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d5899', endColorstr='#558bd0', GradientType=1);
    background-size: cover;
    background-repeat: no-repeat;
    color: #0b2139;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 13px;
    overflow: hidden;
}

.card {
    height: 100%;
    overflow-y: hidden;
}

.full-height {
    height: 100%;
    overflow-y: hidden;
}

.full-width {
    width: 100%;
    overflow-x: hidden;
}

.full-height-no-overflow {
    height: 100%;
}

.card a {
    color: rgb(251, 103, 8);
    cursor: pointer;
}

.card a:hover {
    color: #C44D00;
    cursor: pointer;
    text-decoration: none;
}

header {
    height: 61px !important;
    padding: 0 12px 0 12px;
}

.container {
    width: 100%;
    height: 100%;
    margin-bottom: -120px !important;
    padding: 0 24px 24px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid>.row {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 12px 0px 12px;
    height: 100%;
}

.login_logo {
    margin-bottom: 24px;
    max-width: 150px;
    max-height: 150px;
}

.singup_logo {
    padding-top: 10px;
    max-height: 49px;
    width: auto;
    margin-bottom: 12px;
}

.signup-title {
    font-weight: 200;
    font-size: 22px;
    padding-left: 24px;
    border-left: 1px solid #fff;
    color: #fff;
    float: left;
}

.navbar-right {
    margin-top: 0;
    float: right;
}

.container-external {
    margin: 0 auto;
    height: 100%;
    padding: 10px 0 10px 0;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    margin: 0 auto;
    height: calc(100% - 71px);
    padding: 0 0 4px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-box {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.nav.side-menu>li>a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding: 13px 15px;
    margin: 0;
}

.half_logo{
    display: none !important;
}

@media screen and (max-width: 450px) {
    .side-menu-item {
        display: none;
    }
    .full_logo{
        display: none !important;
    }
    .half_logo{
        display: block !important;;
    }
    .home-header-logo>img {
        max-height: 40px !important;;
    }
    .home-header-booking>span{
        display: none !important;
    }
}

@media screen and (max-width: 800px) and (min-width: 450px) {
    .side-menu-item {
        font-size: 12px;
    }
    .home-header-logo>img {
        max-height: 15px !important;;
    }
}

.nav.side-menu>li>a:hover,
.nav.side-menu>li>a:active {
    background-color: rgba(255, 255, 255, 0.75);
    color: #0b2139;
    cursor: pointer;
}

.nav.side-menu>li.disabled-page>a:hover {
    background-color: transparent;
    color: #b1becd;
    cursor: default;
}

.nav.navbar-nav>li>a.user-profile {
    color: #fff;
}

.nav a.user-profile:hover,
.nav a.user-profile:focus {
    background-color: transparent;
    color: #DBDBDB !important;
    cursor: pointer;
}

.nav .open>a.user-profile {
    color: #DBDBDB !important;
    background-color: transparent !important;
}

.card-header {
    border-bottom: 1px solid #ccc;
    height: 70px;
    overflow: hidden;
}

.card-header h1 {
    padding: 0 6px 6px;
    font-size: 22px;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h1 small {
    color: rgb(251, 103, 8);
}

basic-information,
beds,
rooms,
breakfast,
add-on-products,
price-products,
customer-register,
allotments,
beds,
new-booking-container,
room-operations-page>div,
booking-operations-page>div,
customer-operations-page>div,
invoice-operations-page>div {
    display: block;
    height: 100%;
}

basic-information {
    background: #fff url(/client/static-assets/images/background_01_default.png) right bottom no-repeat !important;
}

beds {
    background: #fff url(/client/static-assets/images/background_02_beds.png) right bottom no-repeat !important;
}

rooms {
    background: #fff url(/client/static-assets/images/background_03_rooms.png) right bottom no-repeat !important;
}

room-operations-page>div {
    background: #fff url(/client/static-assets/images/background_03_rooms.png) right bottom no-repeat !important;
}

breakfast {
    background: #fff url(/client/static-assets/images/background_04_breakfast.png) right bottom no-repeat !important;
}

add-on-products {
    background: #fff url(/client/static-assets/images/background_05_addon.png) right bottom no-repeat !important;
}

price-products {
    background: #fff url(/client/static-assets/images/background_06_pproducts.png) right bottom no-repeat !important;
}

invoice-operations-page>div {
    background: #fff url(/client/static-assets/images/background_06_pproducts.png) right bottom no-repeat !important;
}

customer-register {
    background: #fff url(/client/static-assets/images/background_07_customers.png) right bottom no-repeat !important;
}

customer-operations-page>div {
    background: #fff url(/client/static-assets/images/background_07_customers.png) right bottom no-repeat !important;
}

allotments {
    background: #fff url(/client/static-assets/images/background_08_allotment.png) right bottom no-repeat !important;
}

new-booking-container {
    background: #fff url(/client/static-assets/images/background_operations.png) right bottom no-repeat !important;
}

booking-operations-page>div {
    background: #fff url(/client/static-assets/images/background_operations.png) right bottom no-repeat !important;
}

.signup-skip {
    margin-right: 12px;
}

.wizard-pagination {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 82px;
    padding-top: 12px;
}

.btn.btn-app {
    position: relative;
    padding-top: 12px;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 132, 50, 1.0);
    font-size: 12px;
}

.btn.btn-app.btn-long {
    width: 100px;
    font-size: 16px;
}

.btn.btn-app>i {
    top: -17px;
    position: relative;
}

.btn.btn-app.btn-finish>i {
    left: -4px;
}

.wizard-pagination .btn-spaceing {
    display: inline-block;
    width: 10px;
}

.signup-step .btn.btn-app .fa {
    font-size: 55px;
}

.form-warning input:focus {
    border: 1px solid #cf5b11 !important;
}

input:focus {
    border: 1px solid #276bb6 !important;
}

.form-warning .form-control {
    border: 1px solid #ff9e00 !important;
}

.input-group.form-warning+label.form-warning {
    display: block;
}

input.form-control:only-child {
    border-radius: 4px !important;
}

.date-interval-picker-arrow {
    position: absolute;
    font-size: 20px;
    color: #DBDBDB;
}

.date-interval-picker-arrow.normal {
    right: -10px;
    top: 33px;
}

.date-interval-picker-arrow.expanded {
    right: -14px;
    top: 3px;
}

@media screen and (max-width: 1000px) {
    .date-interval-picker-arrow {
        display: none;
    }
}

label.form-warning {
    padding: 4px 8px;
    font-size: 12px;
    margin-top: 0;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    color: #fff;
    display: none;
    width: 100% !important;
    z-index: 99;
    background: #ff9e00;
}

.input-group {
    width: 100% !important;
}

textarea {
    resize: none;
}


.button-items {
    display: inline-block;
    line-height: 0;
}

.button-items .btn-default {
    width: 80px;
    height: 80px;
    border-radius: 0px;
}

.button-items .btn-default>div {
    font-size: 40px;
}

.button-items .btn-default.active {
    color: white;
    background-color: rgb(251, 103, 8);
    border: 0px solid;
}

.btn-group .btn-default.active {
    color: white;
    background-color: rgb(251, 103, 8);
    border-color: rgb(251, 103, 8);
}

.btn-default.readonly.disabled {
    cursor: default;
    opacity: 1.0;
}

.button-radio {
    display: inline-block;
    line-height: 0;
}

.button-radio .btn-default {
    width: 72px;
    padding: 18px 12px;
}

.button-check {
    display: inline-block;
    line-height: 0;
}

.button-check .btn-default {
    width: 45px;
    height: 45px;
    padding: 6px 6px;
    border-radius: 0px;
}

.button-check .btn-default.active {
    color: white;
    background-color: rgb(251, 103, 8);
    border: 0px solid;
}

.fileinput-preview>img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

table .buttons,
table button,
table .btn {
    margin: 0;
}

.card-header .description {
    margin-top: 6px;
}

.overview-right {
    border-left: 1px solid #ccc;
    padding: 12px 12px 0 12px;
    height: 100%;
}

.overview-right h1 {
    font-size: 22px;
}

.overview-left {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

.overview-left .table p {
    margin: 0;
}

#singleview-search-input input {
    border: 0;
    padding: 12px !important;
    margin: 0;
    padding: 0;
}

#singleview-search-input input:focus {
    border: 0 !important;
    background: #eee;
}

#singleview-search-input .btn {
    background: transparent;
    border: 0;
    color: #ccc;
}

#singleview-search-input .input-group {
    margin: 0;
}

.add-bed {
    padding-top: 12px;
    margin-top: 24px;
    border-top: 1px solid #ccc;
}

.save-cancel {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

.file-upload {
    width: 100%;
}

.bed-group {
    margin-bottom: 0;
}

.amenities-group {
    margin-bottom: 0;
}

.bed-slot {
    display: inline;
}

.bed-slot p {
    color: #000;
    margin: 0;
}

.bed-slot h4 {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.bed-slot:hover {
    background: #ccc;
}

.button-cancel,
.button-save,
.button-copy {
    min-width: 128px;
    padding: 12px 16px;
}

label small {
    font-weight: 400;
}

.vertical-alignment-helper {
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    vertical-align: middle;
}

.horizontal-align-center {
    text-align: center;
    width: 100%;
}

.horizontal-align-center>div {
    margin: auto;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

/* 3angle TECH */

lazy-loading-table {
    display: block;
    height: 100%;
}

.overview-right-body {
    height: calc(100% - 82px);
    overflow-y: hidden;
}

.wizard-nav {
    background-color: rgba(255, 255, 255, 0.66);
    color: #0b2139;
    padding: 0px;
    height: 100%;
    /*TODO: Use scroll*/
    overflow-y: hidden;
}

.main_menu_side {
    height: 100%;
}

.nav.side-menu>li.current-page,
.nav.side-menu>li.active {
    border-right: 6px solid rgb(251, 103, 8);
    background: #fff;
}

.nav>li.disabled-page>a {
    color: #b1becd;
}

.card-body {
    /* TODO: If we put 100% it will be 100% of the parent height, when it should be 100% of the remaining height.
    *  TO fix this we substract 82px (card-header height + padding), this is a quick fix that work but we should find something smarter.
    */
    height: calc(100% - 70px)
}

.card-body h3 {
    font-size: 20px;
}

/* Theme structure */

.edit-container {
    height: 100%;
    border-left: 1px solid #ccc;
    overflow: hidden;
    padding: 0px;
}

.edit-form-container {
    height: 100%;
}

.edit-form {
    margin: 15px;
}

.basic-info-container {
    height: 100%;
    padding: 0px;
}

.basic-info-form-container {
    height: 100%;
}

.basic-info-form {
    height: 100%;
    padding: 5px 15px;
}

/* Bootstrap overrides */
.btn-sm {
    padding: 0px 6px 0px 6px;
    font-size: 9px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #36ce8d !important;
    border-color: #36ce8d !important;
    color: white !important;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:visited,
.btn-danger:focus {
    background-color: rgb(251, 103, 8) !important;
    border-color: rgb(251, 103, 8) !important;
    color: white !important;
}

.btn-green,
.btn-green:hover,
.btn-green:active,
.btn-green:visited,
.btn-green:focus {
    background-color: rgb(29, 205, 140) !important;
    border-color: rgb(29, 205, 140) !important;
    color: white !important;
}

/* End Bootstrap overrides */
/* Grid spacing - for angular */
.th-grid-btn {
    margin: 2px !important;
}

.th-radio-input {
    display: none;
}

.bed-btn {
    margin: 5px 0px;
}

.bed-btn>span {
    font-size: 48px;
}

.bed-icon-overview {
    font-size: 75px;
}

.bed-add {
    float: right;
    width: 40px;
    height: 120px;
    margin: 0;
}

.bed-add-btn {
    height: 40px;
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.bed-dec-btn {
    height: 40px;
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.bed-remove-btn {
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;
}

.bed-container {
    float: left;
    height: 120px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
}

.bed-container.smaller-width {
    width: calc(100% - 40px);
}

.bed-container.full-width {
    width: 100%;
}

.bed-slot {
    width: 80px;
    height: 95px;
    display: inline-block;
    margin: 6px 5px;
    border: 1px solid rgb(251, 103, 8);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    color: rgb(251, 103, 8);
}

.bed-slot-info {
    width: 78px;
    height: 93px;
    text-align: center;
    position: absolute;
}

.bed-slot-info .bed-icon {
    font-size: 35px;
    display: block;
}

.bed-slot-info .bed-slot-property {
    display: block;
    font-size: 12px;
    line-height: 130%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 500;
}

.bed-slot-info .bed-slot-property.type {
    font-size: 9px;
    font-weight: 200;
    font-weight: 300;
}

.bed-slot-info .bed-slot-property.info {
    color: #7d7878;
    font-size: 9px;
    font-weight: 300;
}

.bed-slot:hover {
    background-color: transparent;
}

.btn.bed-slot:hover {
    color: rgb(251, 103, 8);
}

.bed-slot.available {
    border: none;
    background: #f5f5f5;
}

.bed-slot.available>div {
    width: 80px;
    height: 95px;
    overflow: hidden;
    position: absolute;
}

.bed-slot.available:hover {
    background-color: #f5f5f5;
}

.bed-slot.unselected {
    color: #000;
    border: 1px solid #000;
}

.bed-slot.unselected:hover {
    color: rgb(251, 103, 8);
    border: 1px solid rgb(251, 103, 8);
    cursor: pointer;
}

.bed-selection-message {
    text-align: center;
}

.room-categ-label {
    width: 85%;
}

.room-categ-select {
    width: 15%;
}

td .room-categ-capacity {
    text-align: center;
}

.room-categ-capacity.not-configured {
    color: rgb(251, 103, 8);
}

.modal-body td.operations {
    text-align: right;
}

.modal-footer th-button {
    padding: 0px;
}

/* Bootstrap img-responsive bug on Firefox */
.img-responsive {
    width: 100%;
}

.modal .modal-body {
    max-height: 70vh;
    overflow: auto;
    overflow-x: hidden;
}

.modal .modal-body.table-selection {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
}

.modal-body lazy-loading-table {
    flex-grow: 1;
}

.modal-dialog.vertical-align-center:not(.modal-xlg) {
    margin-top: 61px;
}

.modal-xlg {
    margin: 61px 30px 20px 30px;
    height: calc(100% - 38px);
    width: calc(100% - 60px);
    min-height: 400px;
    min-width: 300px;
}

.modal-body-xl {
    height: calc(100% - 121px);
}

.selectable-row {
    cursor: pointer;
}

.modal a {
    color: rgb(251, 103, 8);
}

.modal a:hover {
    color: #cf5b11;
}

.color-box {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-warning {
    color: rgb(251, 103, 8);
}

.table-item-action-group {
    text-align: right;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}

.table-item-action-group>a {
    flex: 1;
    padding: 0px;
    line-height: 100%;
}

.white {
    background: white !important;
}

.white-color {
    color: white !important;
}

.red {
    background: rgb(255, 0, 0) !important;
}

.red-alpha-1 {
    background: rgba(255, 0, 0, 0.1) !important;
}

.red-color {
    color: rgb(255, 0, 0);
}

.yellow {
    background: rgb(255, 190, 1) !important;
}

.yellow-alpha-1 {
    background: rgba(255, 190, 1, 0.1) !important;
}

.yellow-color {
    color: rgb(255, 190, 1) !important;
}

.green {
    background: rgb(29, 205, 140) !important;
}

.green-alpha-1 {
    background: rgba(29, 205, 140, 0.1) !important;
}

.green-color {
    color: rgb(29, 205, 140);
}

.blue {
    background: rgb(66, 139, 202) !important;
}

.blue-alpha-1 {
    background: rgba(66, 139, 202, 0.1) !important;
}

.blue-color {
    color: rgb(66, 139, 202);
}

.gray {
    background: rgb(187, 187, 187) !important;
}

.gray-alpha-1 {
    background: rgba(187, 187, 187, 0.1) !important;
}

.gray-color {
    color: rgb(187, 187, 187);
}

.dark-gray {
    background: #555;
}

.dark-gray-color {
    color: #555;
}

.light-gray {
    background: #9A9A9A;
}

.light-gray-color {
    color: #9A9A9A;
}

.brown {
    background: rgb(173, 141, 67) !important;
}

.brown-alpha-1 {
    background: rgba(173, 141, 67, 0.1) !important;
}

.brown-color {
    color: rgb(173, 141, 67);
}

.violet {
    background: rgb(162, 149, 214) !important;
}

.violet-alpha-1 {
    background: rgba(162, 149, 214, 0.1) !important;
}

.violet-color {
    color: rgb(162, 149, 214);
}

.orange {
    background: rgb(251, 103, 8) !important;
}

.orange-alpha-1 {
    background: rgba(251, 103, 8, 0.1) !important;
}

.orange-color {
    color: rgb(251, 103, 8)
}

.olive {
    background: rgb(209, 209, 0) !important;
}

.olive-alpha-1 {
    background: rgba(209, 209, 0, 0.1) !important;
}

.olive-color {
    color: rgb(209, 209, 0);
}

.purple {
    background: rgb(142, 68, 173) !important;
}

.purple-alpha-1 {
    background: rgba(142, 68, 173, 0.1) !important;
}

.purple-color {
    color: rgb(142, 68, 173);
}

.dimmed-item {
    opacity: 0.7;
}

.price-product-box {
    border: 1px solid;
    border-color: #d3d3d3;
    padding: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.yield-filter {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Maybe get rid of the 'th' prefix */
.th-btn-weekday {
    width: 77px !important;
    font-size: 11px;
    padding-top: 15px !important;
}

/* Upload components */
input[type="file"] {
    display: none;
}

.th-img-upload-container {
    width: 100%;
}

.th-img-upload-preview {
    width: 100%;
    height: 122px;
    margin-bottom: 5px;
    text-align: center;
}

.th-img-upload-placeholder {
    top: 50%;
    transform: translate(0, -50%);
    position: relative;
}

.th-invoice-print-placeholder {
    top: 50%;
    transform: translate(0, -50%);
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.th-file-actions {
    width: 15%;
}

.th-file-label {
    width: 85%;
}

.th-file-add {
    width: 30%;
    padding-left: 0;
}

.next-btn-loading {
    font-size: 38px !important;
    top: -9px !important;
    left: -7px;
}

/* Pace loader */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: rgb(251, 103, 8);
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.th-padding-top {
    padding-top: 12px;
}

.th-padding-bottom {
    padding-bottom: 12px;
}

.form-group>label {
    font-size: 12px;
    font-weight: bold;
}

.form-group>label>small {
    font-size: 11px;
    font-weight: normal;
}

.form-group {
    margin-bottom: 10px !important;
}

.position-relative {
    position: relative;
}

/**
    Lazy loading fixed header table css
*/
lazy-loading-table {
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
}

.lazy-loading-table-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: hidden;
}

.th-button-box {
    padding-top: 7px;
}

.th-button-box>i {
    font-size: 30px;
}

.th-button-box>span {
    font-size: 13px;
    height: 30px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 0px 0px 2px;
    max-width: 120px;
}

@media screen and (max-width: 650px) {
    .th-button-box>span {
        display: none;
    }
}

.table-filter {
    margin: 0px 10px 5px 10px;
    flex-grow: 0;
}

table.lazy-loading {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
    height: 100%;
    margin: 0;
}

table.lazy-loading tbody,
table.lazy-loading thead,
table.lazy-loading tfoot {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
}

div.table-select-items {
    float: left;
    padding-left: 10px;
}

@media screen and (max-width: 850px) {
    div.table-select-items {
        display: none;
    }
}

table.lazy-loading>thead>tr>th:first-child {
    padding-left: 12px;
}

table.lazy-loading>tbody>tr>td:first-child {
    padding-left: 12px;
}

table.lazy-loading tbody {
    overflow-y: hidden;
    flex-grow: 1;
    flex-shrink: 1;
}

tr.lazy-loading-table-totals {
    border-top: 1px solid rgb(251, 103, 8) !important;
    background-color: #e7e7e7;
}

tr.lazy-loading-table-totals>td.important {
    font-weight: bold;
    color: rgb(251, 103, 8);
}

tr.lazy-loading-table-totals:hover,
tr.lazy-loading-table-totals:focus {
    background-color: #e7e7e7 !important;
}

.default-cursor {
    cursor: default !important;
}

tr.lazy-loading-table-last-row {
    flex-grow: 1 !important;
    min-height: 0px;
}

tr.lazy-loading-table-last-row:hover,
tr.lazy-loading-table-last-row:focus {
    background-color: transparent !important;
}

table.lazy-loading tr {
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
}

table.lazy-loading tbody tr:not(:last-child):not(:first-child) {
    border-top: 1px solid rgb(220, 220, 220)
}

table.lazy-loading tr.active,
table.lazy-loading tbody tr:not(:last-child):hover {
    background: rgb(210, 210, 210);
}

table.lazy-loading td,
table.lazy-loading th {
    display: block;
    flex-direction: column;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 50px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lazy-loading-table-row-command {
    font-size: 16px;
}

table.lazy-loading thead tr,
table.lazy-loading tbody tr:not(.lazy-loading-table-last-row) {
    height: 40px;
}

table.lazy-loading th,
table.lazy-loading tbody td {
    line-height: 40px;
}

table.lazy-loading tfoot td {
    height: 50px;
    line-height: 50px;
}

table.lazy-loading tfoot {
    border-top: 1px solid rgb(210, 210, 210);
}

table.lazy-loading th:nth-child(even) {
    background: rgba(225, 225, 225, 0.6);
}

table.lazy-loading th:nth-child(odd) {
    background: rgba(244, 244, 244, 0.6);
}

table.lazy-loading.odd-columns th:last-child {
    background: rgba(225, 225, 225, 0.6);
}

table.lazy-loading.even-columns th:last-child {
    background: rgba(244, 244, 244, 0.6);
}

table.lazy-loading tbody td:nth-child(even) {
    background: rgba(244, 244, 244, 0.6);
}

table.lazy-loading tbody td:nth-child(odd) {
    background: rgba(255, 255, 255, 0.6);
}

table.lazy-loading.odd-columns tbody td:last-child {
    background: rgba(244, 244, 244, 0.6);
}

table.lazy-loading.even-columns tbody td:last-child {
    background: rgba(255, 255, 255, 0.6);
}

table.lazy-loading tfoot {
    background: rgba(255, 255, 255);
}

table.lazy-loading th.center,
table.lazy-loading td.center {
    text-align: center;
}

table.lazy-loading th.left,
table.lazy-loading td.left {
    padding-left: 5px;
    text-align: left;
}

table.lazy-loading td.right {
    text-align: right;
}

table.lazy-loading .pagination-container {
    padding-right: 10px;
}

table.lazy-loading tbody tr.overdue {
    background: rgb(255, 0, 0);
}

table.lazy-loading tbody tr.endstoday {
    background: rgb(66, 139, 202);
}

/* This is to override default pagination style */
table.lazy-loading .th-pagination {
    margin: 5px 0px 0px 0px;
}

.btn.btn-pagination-square {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    border: 0;
    font-size: 12px;
    background-color: rgb(251, 103, 8);
}

.btn.btn-pagination-square>i {
    font-size: 30px;
    position: relative;
    bottom: 5px;
    right: 3px;
}

.btn.btn-pagination-square.disabled {
    background-color: #c1c1c1;
}

.pagination-container>ul>li.other-page>a {
    color: #c1c1c1;
}

.pagination-container>ul {
    padding-right: 10px;
}

.lazy-loading-table-filter {
    margin-bottom: 5px;
}

.lazy-loading-table-sort {
    float: right;
    color: gray;
    margin-right: 2px;
}

.up-col-0p {
    display: none !important;
}

.up-col-5p {
    flex-grow: 1 !important;
}

.up-col-10p {
    flex-grow: 2 !important;
}

.up-col-15p {
    flex-grow: 3 !important;
}

.up-col-20p {
    flex-grow: 4 !important;
}

.up-col-25p {
    flex-grow: 5 !important;
}

.up-col-30p {
    flex-grow: 6 !important;
}

.up-col-35p {
    flex-grow: 7 !important;
}

.up-col-40p {
    flex-grow: 8 !important;
}

.up-col-50p {
    flex-grow: 10 !important;
}

.up-col-60p {
    flex-grow: 12 !important;
}

.up-col-70p {
    flex-grow: 14 !important;
}

.up-col-80p {
    flex-grow: 16 !important;
}

.up-col-85p {
    flex-grow: 17 !important;
}

.up-col-90p {
    flex-grow: 18 !important;
}

.up-col-95p {
    flex-grow: 19 !important;
}

.up-col-100p {
    flex-grow: 20 !important;
}

.edit-form-container {
    padding: 10px;
}

.basic-info-settings-container {
    height: 100%;
    padding: 0px;
    overflow: hidden;
}

.basic-info-settings-tabbar {
    margin-top: 10px;
}

.basic-info-settings-edit-container {
    height: calc(100% - 53px);
    padding: 5px 0 5px 0;
}

.allotment-availability-overview {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px !important;
    width: 80%;
}

.disabled-text {
    color: #7F8C8D;
}

.th-list-group {
    margin-bottom: 0;
}

@media print {
    @page {
        size: 297mm 210mm;
    }

    body * {
        visibility: hidden;
    }

    .printable-section,
    .printable-section * {
        visibility: visible;
    }

    .printable-section {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 10px;
        line-height: 13px;
    }
}

.home-header-button {
    font-size: 24px;
    color: white;
    height: 61px;
    cursor: pointer;
    width: 118px;
    display: inline-block;
}

.home-header-button.active {
    border-bottom: 4px solid rgb(251, 103, 8) !important;
}

.home-header-button.active .left-separator {
    opacity: 1.0;
}

.home-header-button.active>p {
    opacity: 1.0;
}

.home-header-button.active>span {
    opacity: 1.0;
}

.home-header-button .left-separator {
    width: 1px;
    height: 34px;
    position: relative;
    left: 0px;
    top: 13px;
    background-color: white;
    opacity: 0.7;
    display: inline-block;
}

.home-header-button>span {
    position: relative;
    left: 8px;
    top: 7px;
    width: 35px;
    line-height: 100%;
    color: white;
    opacity: 0.7;
}

.home-header-button>p {
    font-size: 11px;
    display: inline-block;
    white-space: normal;
    text-align: left;
    width: 65px;
    position: relative;
    left: 13px;
    top: 7px;
    line-height: 12px;
    color: white;
    opacity: 0.7;
}

@media screen and (max-width: 800px) {
    .home-header-button>p {
        display: none;
    }

    .home-header-button {
        width: 55px;
    }
}

.home-header-logo {
    display: inline-block;
    height: 61px;
    width: 130px;
}

.home-header-logo>img {
    max-height: 22px;
    display: inline-block;
    position: relative;
    left: 0px;
    top: 20px;
}

.home-header-logo>p {
    font-size: 22px;
    display: inline-block;
    color: white;
    position: relative;
    top: 17px;
    left: 3px;
}

@media screen and (max-width: 760px) {
    .home-header-logo {
        width: 40px;
    }

    .home-header-logo>img {
        left: 13px;
        top: 16px;
    }

    .home-header-logo>p {
        font-size: 16px;
    }
}

.home-header-name {
    display: inline-block;
    float: right;
    width: 150px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 19px;
    color: white;
    padding-top: 13px;
}

@media screen and (min-width: 1700px) {
    .home-header-name {
        width: 370px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1700px) {
    .home-header-name {
        width: 200px;
    }
}

@media screen and (max-width: 1160px) and (min-width: 1000px) {
    .home-header-name {
        width: 70px;
    }
}

@media screen and (max-width: 1000px) {
    .home-header-name {
        display: none;
    }
}

.home-side-card {
    height: 100%;
    overflow-y: hidden;
    background: #f3f3f3;
    padding: 0px 0px 0px 0px;
}

.home-side-card-bottom-box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background: white;
    border-top: 1px solid #DBDBDB;
    text-align: center;
}

.home-card {
    height: 100%;
    overflow-y: hidden;
    background: #eeeeee;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}

.dropdown-menu.msg_list {
    width: 300px !important;
}

.dropdown-menu.msg_list span {
    white-space: normal;
}

.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px;
    display: none;
    float: left;
    font-size: 15px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #999999;
}

.dropdown-menu:after {
    border-bottom: 6px solid #999999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 6%;
    position: absolute;
    top: -6px;
}

.dropdown-menu.actions>li {
    height: 35px;
}

.dropdown-menu.actions>li>a {
    color: #5A738E;
    height: 100%;
}

.info-number .badge {
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: 12px;
    top: 8px;
    background: rgb(251, 103, 8) !important;
    border: 1px solid rgb(251, 103, 8) !important;
    color: #fff;
}

ul.msg_list li a .time {
    font-size: 11px;
    font-style: italic;
}

ul.msg_list li a .message {
    display: block !important;
    font-size: 11px;
    cursor: pointer;
    color: #737373;
}

ul.msg_list li .time {
    color: rgb(251, 103, 8);
}

ul.msg_list li .text-center a {
    color: rgb(251, 103, 8);
}

.message.unread {
    font-weight: bold;
}

.dropdown {
    width: 45px;
    height: 60px;
    float: left;
}

@media screen and (max-width: 430px) {
    .dropdown {
        width: 41px;
    }
}

.dropdown-trigger-button {
    padding-top: 19px;
    color: white;
}

.dropdown-trigger-button:hover,
.dropdown-trigger-button:focus {
    background-color: transparent;
    color: #DBDBDB !important;
    cursor: pointer;
}

.open .dropdown-trigger-button {
    color: #DBDBDB !important;
}

.modal-lg-header {
    height: 70px;
    border-bottom: 1px solid #DBDBDB;
    color: rgb(251, 103, 8) !important;
    padding: 0 15px;
}

.modal-lg-header small {
    color: rgb(251, 103, 8) !important;
    font-weight: 300;
}

.modal-lg-header h1 {
    font-size: 22px;
    font-weight: 400;
    padding: 23px 0px 0px 0px;
}

.modal-lg-header i {
    font-size: 18px;
    position: relative;
    left: 3px;
    margin-right: 8px;
}

.modal-lg-header h1.oneline-text {
    width: calc(100% - 120px);
}

.modal-lg-body {
    height: calc(100% - 70px);
    position: absolute;
    top: 70px;
    padding: 0 15px;
}

.oneline-text,
.ellipsis-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oneline-text {
    vertical-align: middle;
    max-width: 100%;
    margin: 0;
}

.btn.btn-square {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    border: 0;
    font-size: 12px;
    position: relative;
    top: 16px;
    background-color: rgb(251, 103, 8);
}

.btn.btn-square.back {
    top: 0px;
}

.btn-square.btn-square-next-prev {
    background-color: rgb(251, 103, 8);
}

a.btn.btn-square:hover,
a.btn.btn-square:focus {
    color: #DBDBDB !important;
    cursor: pointer;
}

.btn-square-container {
    height: 100%;
}

.btn-square-container.small {
    width: 110px;
}

.btn-square-container.large {
    width: 190px;
}

.btn.btn-square.disabled {
    background-color: #c1c1c1;
}

.btn.btn-square>i {
    font-size: 30px;
    position: relative;
}

.btn.btn-square>i {
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.btn.btn-square.btn-square-next-prev>i {
    position: absolute;
    left: 10px;
    bottom: 4px;
}

.btn.btn-square.btn-square-finalize {
    width: 115px;
    height: 35px;
    background-color: #1ccd8c;
    padding-top: 9px;
    padding-left: 25px;
}

.btn.btn-square.btn-square-finalize>i {
    position: absolute;
    left: 10px;
    bottom: 14px;
    font-size: 10px;
}

.btn-err-container {
    width: calc(100% - 110px);
    height: 100%;
    position: absolute;
    left: 95px;
    top: 10px;
    display: flex;
    align-items: center;
}

.btn-err-container>i {
    display: inline;
}

.btn-err-container>span {
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 630px) {
    .btn-err-container>i {
        display: none;
    }
}

.float-right {
    float: right;
}

.left-margin {
    border-left: 1px solid #DBDBDB;
}

.right-margin {
    border-right: 1px solid #DBDBDB;
}

.bottom-margin {
    border-bottom: 1px solid #DBDBDB;
}

.th-addon-button {
    background-color: rgb(251, 103, 8);
    color: white;
    font-size: 13px;
}

.th-addon-button:hover,
.th-addon-button:focus {
    color: #DBDBDB;
    cursor: pointer;
}

.form-group-small {
    padding-right: 0px;
    padding-left: 10px;
}

.form-group-small>.form-group {
    margin-bottom: 5px;
}

.form-group-small input {
    height: 28px;
    font-size: 13px;
    padding-right: 0px;
}

.booking-configuration-container {
    color: #59585f;
}

.booking-configuration {
    background-color: #e7e7e7;
    margin: 0px 0px;
}

.input-group-small>.input-group-addon {
    background-color: white;
    padding: 0 5px 0 5px;
}

.booking-configuration-container .search-button {
    background-color: rgb(251, 103, 8);
    color: white;
    border-radius: 0px;
    padding-top: 9px;
    float: right;
}

.booking-configuration-container a.btn.search-button:hover,
.booking-configuration-container a.btn.search-button:focus {
    color: #DBDBDB;
}

.booking-search-container {
    display: flex;
    flex-direction: column;
}

.booking-search-inputs {
    flex: 0;
    overflow: hidden;
    min-height: 205px;
}

@media screen and (max-width: 1000px) {
    .booking-search-inputs {
        min-height: 235px;
    }
}

.existing-booking-search-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.existing-booking-search-container>div {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.existing-booking-search-inputs {
    flex: 0;
    overflow: hidden;
    height: 50px;
    min-height: 50px;
}

.booking-search-results {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 11px;
    overflow-y: hidden;
    padding: 0px 15px 15px 15px;
}

.booking-search-results .overbooking {
    color: rgb(255, 0, 0);
    font-weight: bold;
}

.booking-search-results .allotment {
    font-weight: bold;
}

.booking-search-room-availability {
    padding: 0px 15px 15px 15px;
}

.booking-search-room-availability-button {
    font-size: 13px;
    float: right;
}

.booking-cart {
    font-size: 11px;
    padding-left: 0px;
    padding-right: 0px;
}

.booking-cart-full {
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.booking-details-header,
.invoice-details-header {
    padding-top: 10px;
    font-size: 15px;
}

.booking-details-header>.first-line,
.invoice-details-header>.first-line {
    color: rgb(251, 103, 8);
}

.booking-details-container,
.invoice-details-container {
    font-size: 12px;
}

.booking-details-table,
.invoice-details-table {
    padding-left: 0px;
    padding-right: 0px;
}

.booking-details-table table,
.invoice-details-table table {
    table-layout: fixed;
    margin-bottom: 5px;
}

.booking-details-table table td,
.invoice-details-table table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.booking-details-table>table>thead,
.invoice-details-table>table>thead {
    background-color: #E6E6E6;
    font-size: 11px;
}

.booking-details-table>table>tfoot>td>a,
.invoice-details-table>table>tfoot>td>a {
    padding-left: 6px;
    padding-top: 6px !important;
}

.booking-details-table>table>thead>tr>th,
.invoice-details-table>table>thead>tr>th {
    font-weight: normal !important;
}

.booking-details-table>table>tbody,
.invoice-details-table>table>tbody {
    background-color: #F5F5F5;
    font-size: 11px;
}

.booking-details-table td.name-field,
.invoice-details-table td.name-field {
    padding-top: 11px;
}

.booking-details-table .font-size-small,
.invoice-details-table .font-size-small {
    font-size: 11px !important;
}

.booking-details-action-button {
    width: 80px;
    font-size: 10px;
    float: right;
    margin-right: 10px;
    border-radius: 5px !important;
}

.booking-details-action-description {
    padding-top: 15px !important;
}

.booking-details-action-readonly-button {
    padding-top: 7px !important;
    padding-left: 13px;
}

.booking-details-row,
.invoice-details-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.booking-details-table-text-muted {
    padding-left: 6px;
    color: rgb(251, 103, 8);
    font-size: 12px;
}

.padding-right-0px {
    padding-right: 0px;
}

.padding-top-2px {
    padding-top: 2px;
}

.padding-top-5px {
    padding-top: 5px;
}

.padding-top-10px {
    padding-top: 10px;
}

.padding-top-15px {
    padding-top: 15px;
}

.padding-bottom-5px {
    padding-bottom: 5px;
}

.padding-bottom-10px {
    padding-bottom: 10px;
}

.padding-left-10px {
    padding-left: 10px;
}

.padding-left-5px {
    padding-left: 5px;
}

.padding-left-11px {
    padding-left: 11px;
}

.no-padding {
    padding: 0px 0px;
}

.no-margin {
    margin: 0px 0px;
}

.search-input-text {
    display: block;
    width: 100%;
    height: 34px !important;
}

.input-group .select2-selection {
    min-height: 34px !important;
    height: 100% !important;
    border: 1px solid #ccc;
    font-size: 14px;
}

.input-group .select2-selection__rendered {
    margin-top: 2px;
}

.input-group .select2-selection__arrow {
    margin-top: 3px;
}

.input-group .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

.unread-notification {
    font-weight: bold;
}

.bold-text {
    font-weight: bold;
}

/* Operationl */
.operations-dashboard {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}

.operations-dashboard {
    display: flex;
    align-items: stretch;
}

.operations-dashboard .pane {
    display: flex;
    background-color: #f3f3f3;
    flex-basis: 236px;
    flex-direction: column;
    flex-grow: 0;
    min-width: 236px;
    max-width: 236px;
}

.operations-dashboard .pane>.header {
    border-bottom: 1px solid #DBDBDB;
}


.operations-dashboard .pane>.header {
    display: flex;
    flex-direction: column;
}

.operations-dashboard .header .pane-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DBDBDB;
    padding-left: 15px;
    flex-basis: 48px;
    height: 48px;
    color: #5b5b62;
}

.operations-dashboard .header .status {
    color: #5b5b62;

}

.operations-dashboard .pane-search-bar {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-basis: 48px;
    padding: 6px 12px 6px 30px;
    background-color: white;
}

.operations-dashboard .pane-search-bar input {
    flex-grow: 1;
}

.operations-dashboard .pane>.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 48px;
    background-color: white;
}

.hotel-operations-dashboard .customer-name {
    font-size: 14px;
    color: #7c7c81;
    cursor: pointer;
    max-width: 150px;
}

.hotel-operations-dashboard .corporate-customer-name-container {
    padding-top: 3px;
}

.hotel-operations-dashboard .corporate-customer-name {
    font-size: 12px;
    color: black;
    max-width: 150px;
}

.hotel-operations-dashboard .rooms-controller .th-button-box {
    color: rgb(251, 103, 8);
}

.hotel-operations-dashboard .room-type {
    font-size: 12px;
    color: #a9a9ac;
    width: 134px;
    padding-top: 6px;
}

.hotel-operations-dashboard .period {
    display: flex;
    flex-direction: row;
    color: #7c7c81
}

.remove-auto-border {
    border: 0px;
}

.remove-auto-border:focus {
    outline: none !important;
    border: 0px !important;
}

.pane>.body {
    height: 100px;
    flex-grow: 1;
}

arrivals-pane>.footer .th-button-box {
    color: rgb(251, 103, 8);
}

.hotel-operations-dashboard .rooms-filter {
    color: #7c7c81;
}

.rooms-controller {
    color: #5b5b62;
}

rooms-canvas {
    background-color: #eeeeee;
    flex-basis: 100px;
    flex-grow: 8;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}

rooms-canvas>.header {
    background-color: white;
}

rooms-canvas>.header>.rooms-controller {
    height: 48px;
    background-color: white;
    border-bottom: 1px solid #DBDBDB;
    display: flex;
    align-items: center;
    justify-content: center;
}

rooms-canvas>.header>.notification {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    color: white;
}

rooms-canvas>.header>.notification .notification-message {
    text-align: center;
    flex-grow: 1;
}

rooms-canvas>.header>.notification .notification-close {
    flex-basis: 32;
    flex-grow: 0;
    padding: 12px;
}

rooms-canvas .body {
    overflow-y: hidden;
    height: calc(100% - 81px);
}

.rooms-canvas-upper {
    height: 16px;
    width: 100%;
}

.rooms-canvas-lower {
    height: 16px;
    width: 100%;
}

/* Room cards */

/* Occupied */
.room-card.occupied {
    border-left: 6px solid rgb(251, 103, 8);
    line-height: normal;
}

.room-card.occupied .card-header .section1 .room-number {
    color: rgb(251, 103, 8);
}

.room-card .card-header .section1 {
    min-height: 50px;
    position: relative;
}

/* Ends Today */
.room-card.endstoday {
    border-left: 6px solid rgb(66, 139, 202);
    line-height: normal;
}

.room-card.endstoday .card-header .section1 .room-number {
    color: rgb(66, 139, 202);
}


/* Overdue */
.room-card.overdue {
    border-left: 6px solid rgb(255, 0, 0);
    line-height: normal;
}

.room-card.overdue .card-header .section1 .room-number {
    color: rgb(255, 0, 0);
}


/* Free */
.room-card.free {
    border-left: 6px solid rgb(29, 205, 140);
}

.room-card.free .card-header .section1 .room-number {
    color: rgb(29, 205, 140);
}

/*Out of service */
.room-card.out-of-service {
    border-left: 6px solid #555;
}

.room-card.out-of-service .card-header .section1 .room-number {
    color: #555;
}

/*Out of order */
.room-card.out-of-order {
    border-left: 6px solid #9A9A9A;
}

.room-card.out-of-order .card-header .section1 .room-number {
    color: #9A9A9A;
}

/* Reseved */
.room-card.reserved {
    border-left: 6px solid rgb(255, 190, 1);
}

.room-card.reserved .card-header .section1 .room-number {
    color: rgb(255, 190, 1);
}

.room-card .info-icon {
    padding-left: 3px;
}

.page {
    width: 500px;
    height: 500px;
    background-color: #cfd6d9;
}

.rooms-canvas {
    flex-wrap: wrap;
    align-content: flex-start;
}

.room-card {
    cursor: default;
    height: 120px;
    width: 216px;
    background-color: white;
    display: flex;
    flex-direction: column;
    margin-left: 6px;
    margin-top: 6px;
    flex-shrink: 0;
    border-radius: 3px;
    border-top: 2px solid #b9b9b9;
    border-right: 2px solid #b9b9b9;
    border-bottom: 2px solid #b9b9b9;
}

.ghost {
    opacity: 0.5
}

.room-card.accepts-drop {
    opacity: 1 !important;
    background-color: #e9ffe9;
}

.room-card.tick-border {
    border-top: 3px solid;
    border-right: 3px solid;
    border-bottom: 3px solid;
}

.room-card.free.tick-border {
    border-color: rgb(29, 205, 140);
}

.room-card.reserved.tick-border {
    border-color: rgb(255, 190, 1);
}

.room-card.free.highlight-for-drop {
    background-color: #ccffec;
}

.room-card.free.hover {
    background-color: #97fcd6;
}

.room-card.reserved.highlight-for-drop {
    background-color: #fff7cc;
}

.room-card.reserved.hover {
    background-color: #ffeca8;
}

.room-card .card-header {
    padding: 6px 12px 6px 12px;
}

.room-card .card-header .section1 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.room-card .card-header .section1 .room-number {
    font-size: 24px;
    max-width: 134px;
}

.room-card .card-header .section2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.rooms-canvas {
    display: flex;
    flex-direction: row;
    padding: 0px 12px 12px 0px;
}

.room-card .card-header {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    height: 67px;
}

.room-card .card-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #b9b9b9;
    padding: 6px 12px 6px 12px;
    height: 33px;
    font-size: 11px;
}

.room-card .card-footer .period>i {
    padding: 0px 6px 0px 6px;
}


/* Arrivals Pane */
arrival-item {
    display: block;
}

arrival-item>div {
    cursor: default;
    background-color: #f3f3f3;
    border: 1px solid #dbdbdb;
    display: flex;
    flex-direction: row;
}

arrival-item .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dbdbdb;
    width: 18px;
}

arrival-item .right:hover {
    background-color: #fafafa;
}

arrival-item .left.can-check-in {
    color: #ccc;
    background-color: #949494;
}

arrival-item .left.can-check-in:hover {
    opacity: 0.5;
    cursor: -webkit-grab
}

arrival-item .left.can-check-in>span {
    text-shadow: 1px 1px #5b5b62;
}

arrival-item .right {
    flex-grow: 1;
    padding: 6px 6px 0px 6px;
}

arrival-item.selected>div {
    background-color: white;
}

arrival-item .header {
    font-size: 16px;
    height: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

arrival-item .body {
    overflow-y: hidden;
}

arrival-item .body .period {
    font-size: 11px;
    align-items: center;
}

arrival-item .body .period>i {
    padding: 0px 6px 0px 6px;
}

arrival-item .booking-quick-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

arrival-item .booking-quick-details .period {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

arrival-item .footer {
    display: none;
}

arrival-item.selected .footer {
    display: flex;
    align-items: center;
    border-top: 1px solid #999;
    height: 30px;
}

arrival-helper {
    border: 3px solid rgb(251, 103, 8);
    border-radius: 4px;
    width: 136px;
    background: white;
}

arrival-helper .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(251, 103, 8);
    color: white;
}

arrival-helper {
    cursor: -webkit-grabbing;
}

arrival-helper .right {
    width: 100%;
}

/* Departures Pane */
departure-item {
    display: block;
}

departure-item>div {
    cursor: default;
    background-color: #f3f3f3;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    flex-direction: column;
    padding: 6px 12px 6px 12px;
}

departure-item>div:hover {
    background-color: #fafafa;
}

departure-item.selected>div {
    background-color: white;
}

departure-item .header {
    font-size: 16px;
}

departure-item .body {
    overflow-y: hidden;
}

departure-item .body .period {
    font-size: 11px;
    align-items: center;
}

departure-item .body .period>i {
    padding: 0px 6px 0px 6px;
}

departure-item .booking-quick-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

departure-item .booking-quick-details .stats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: bold;
}

departure-item .footer {
    display: none;
}

departure-item.selected .footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #999;
    height: 30px;
}

departure-item .footer .check-out {
    font-size: 9px;
    background-color: green;
    color: white;
    border-radius: 3px;
    padding: 3px;
}

arrival-item .header .reserved-room,
departure-item .header .reserved-room {
    max-width: 50px;
    font-weight: bold;
}

/* Yield Manager */
.yield-manager-dashboard {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}

.yield-manager-dashboard {
    display: flex;
    align-items: stretch;
}

.yield-manager-dashboard .pane>.header {
    border-bottom: 1px solid #DBDBDB;
}

.yield-manager-dashboard .main {
    width: 100px;
    /* Need to force a width as flex behaves odd on small resolutions, the width is acutally not taken into account.*/
    max-width: calc(100% - 136px);
    background-color: #eeeeee;
    flex-basis: 100px;
    flex-grow: 1;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    height: 100%;
}

.yield-manager-dashboard yield-timeframe-header {
    height: 48px;
    background: white;
    flex-grow: 0;
    flex-shrink: 0;
}

.yield-manager-dashboard yield-timeframe-header .header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

yield-timeframe-header .left-side {
    align-items: center;
}

yield-timeframe-header .right-side {
    align-items: center;
}

.yield-manager-dashboard yield-key-metrics,
.yield-manager-dashboard yield-price-products {
    display: flex;
    flex-direction: column;
    background-color: white;
    border: 1px solid #DBDBDB;
    height: 50%;
}

.yield-manager-dashboard yield-key-metrics.shrinked,
.yield-manager-dashboard yield-price-products.shrinked {
    height: 30%;
}

.yield-manager-dashboard yield-key-metrics.expanded,
.yield-manager-dashboard yield-price-products.expanded {
    height: 70%;
}

.yield-manager-dashboard yield-key-metrics {
    display: block;
    overflow: hidden;
    margin: 12px 12px 3px 12px;
}

.yield-manager-dashboard yield-price-products {
    margin: 3px 12px 12px 12px;
}

yield-view-mode {
    display: flex;
    justify-content: center;
}

.yield-manager-dashboard .view-mode-toggle-container {
    display: flex;
    position: absolute;
    z-index: 1;
    margin-top: -12px;
}

.yield-manager-dashboard .view-mode-toggle-container .view-mode-button {
    position: relative !important;
    color: rgb(29, 29, 29);
    background: white;
    border-radius: 50%;
    border: 2px solid #DBDBDB;
    position: absolute;
    height: 25px;
    width: 25px;
    text-align: center;
    opacity: 0.6;
}

.yield-manager-dashboard .view-mode-toggle-container .view-mode-button.active {
    opacity: 0.7;
    background-color: white;
}

.yield-manager-dashboard .view-mode-toggle-container .view-mode-button.active:hover {
    opacity: 0.9;
}

.yield-manager-dashboard .view-mode-toggle-container .view-mode-button:not(.active) {
    background-color: #eeeeee;
}

.yield-manager-dashboard .view-mode-toggle-container .view-mode-button:not(.active):hover {
    background-color: white;
}

.yield-filter-collection {
    border-top: 1px solid #DBDBDB;
}

.yield-manager-dashboard .yield-filter-item {
    border-bottom: 1px solid #DBDBDB;
    height: 50px;
}

.yield-manager-dashboard .yield-filter-item .left {
    width: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}

.yield-manager-dashboard .yield-filter-item .right {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.yield-manager-dashboard .yield-filter-item .right {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.yield-manager-dashboard .yield-filter-item.selected {
    background: white;
}

.yield-manager-dashboard .yield-filter-item:not(.selected) .right:hover {
    background-color: #fafafa;
}

.yield-manager-dashboard .flex-table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.yield-manager-dashboard .flex-table .table-header {
    flex-shrink: 0;
    flex-grow: 0;
}

.yield-manager-dashboard .flex-table .table-body {
    flex-grow: 0;
}

.yield-manager-dashboard .price-products-table {
    padding: 0px 12px 12px 12px;
    height: calc(100% - 56px);
}

.yield-manager-dashboard .key-metrics-row,
.yield-manager-dashboard .price-products-row {
    justify-content: space-between;
    border-bottom: 1px solid #DBDBDB;
}

.yield-manager-dashboard .price-products-row.foreverClosed {
    opacity: 0.6;
}

.yield-manager-dashboard .price-products-table .default-row-select-color {
    background-color: #FFFAD8;
}

.yield-manager-dashboard .price-products-table .filter-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    height: 100%;
}

.yield-manager-dashboard .price-products-table .filter-indicator.dynamic-price {
    border-left: 0px;
    border-right: 0px;
}

/* This is a quick way to accomodate the selected-indicator*/
.yield-manager-dashboard .price-products-row .price-products-col.wide {
    padding: 0px;
}

.yield-manager-dashboard .key-metrics-col,
.yield-manager-dashboard .price-products-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 32px;
    flex-grow: 1;
    height: 32px;
    padding: 6px;
    overflow: hidden;
}

.key-metrics-col .percentage-metric {
    border-left: 3px solid;
    padding-left: 3px;
    display: inline-block;
    /*width: 50px;*/
    width: 100%;
}

.key-metrics-col .key-metric-value {
    color: #555;
    text-align: center;
}

.key-metrics-col.wide,
.price-products-col.wide {
    flex-basis: 170px;
    flex-shrink: 0;
    flex-wrap: nowrap;
    overflow: hidden;
}

.key-metrics-table .key-metrics-col:nth-child(even),
.key-metrics-table .key-metrics-row:nth-child(odd),
.price-products-table .price-products-col:nth-child(even),
.price-products-table .price-products-row:nth-child(odd) {
    background-color: rgba(187, 187, 187, 0.1);
}

.yield-actions-control {
    padding: 12px 12px 0px 12px;
    height: 56px;
}

.yield-actions-control .th-date-picker {
    padding: 12px 12px 0px 12px;
}

.yield-actions-control th-date-picker div.input-group {
    width: 100px !important;
}

.yield-actions-control .yield-action {
    width: 150px;
}

yield-timeframe-header .time-frame-group-options .time-frame-option {
    background-color: #a7a7a7;
    padding: 6px 12px 6px 12px;
    color: white;
    white-space: nowrap;
}

yield-timeframe-header .time-frame-group-options .time-frame-option.active {
    background-color: #808080;
}

price-product-state {
    display: flex;
    justify-content: center;
}

price-product-state .open-for-arrival,
price-product-state .open,
price-product-state .open-for-departure {
    color: white;
    background-color: rgb(187, 187, 187);
    padding: 0px 1px 0px 1px;
    font-size: 12px;
}

price-product-state .open-for-arrival {
    border-radius: 25% 0% 0% 25%;
}

price-product-state .open-for-arrival.active {
    background-color: rgb(251, 103, 8);
}

price-product-state .open {
    border-radius: 0%;
    margin: 0px 1px 0px 1px;
}

price-product-state .open.active {
    background-color: rgb(66, 139, 202);
}

price-product-state .open-for-departure {
    border-radius: 0% 25% 25% 0%;
}

price-product-state .open-for-departure.active {
    background-color: rgb(29, 205, 140);
}

/* Misc */
.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.other-details {
    display: flex;
    flex-basis: 50px;
    justify-content: space-around;
}

/* Helpers */
.clickable {
    cursor: pointer;
}

.clickable:hover {
    opacity: 0.5
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-center-v {
    align-items: center;
}

.flex-jc-sb {
    justify-content: space-between !important;
}

.flex-jc-start {
    justify-content: flex-start !important;
}

.flex-jc-end {
    justify-content: flex-end !important;
}

.circle-sm {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: 9px;
    margin-left: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-yellow {
    background-color: rgb(255, 190, 1);
    color: white;
}

.stat-tomato {
    background-color: rgb(251, 103, 8);
    color: white;
}

.stat-grey {
    background-color: grey;
    color: white;
}

/* Generic classes */


.m-0 {
    margin: 0px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-6 {
    margin: 6px !important;
}

.m-t-6 {
    margin-top: 6px !important;
}

.m-b-6 {
    margin-bottom: 6px !important;
}

.m-l-6 {
    margin-left: 6px !important;
}

.m-r-6 {
    margin-right: 6px !important;
}

.m-8 {
    margin: 8px !important;
}

.m-t-8 {
    margin-top: 8px !important;
}

.m-b-8 {
    margin-bottom: 8px !important;
}

.m-l-8 {
    margin-left: 8px !important;
}

.m-r-8 {
    margin-right: 8px !important;
}

.m-12 {
    margin: 12px !important;
}

.m-t-12 {
    margin-top: 12px !important;
}

.m-b-12 {
    margin-bottom: 12px !important;
}

.m-l-12 {
    margin-left: 12px !important;
}

.m-r-12 {
    margin-right: 12px !important;
}

.m-16 {
    margin: 16px !important;
}

.m-t-16 {
    margin-top: 16px !important;
}

.m-b-16 {
    margin-bottom: 16px !important;
}

.m-l-16 {
    margin-left: 16px !important;
}

.m-r-16 {
    margin-right: 16px !important;
}

.m-24 {
    margin: 24px !important;
}

.m-t-24 {
    margin-top: 24px !important;
}

.m-b-24 {
    margin-bottom: 24px !important;
}

.m-l-24 {
    margin-left: 24px !important;
}

.m-r-24 {
    margin-right: 24px !important;
}

.m-32 {
    margin: 32px !important;
}

.m-t-32 {
    margin-top: 32px !important;
}

.m-b-32 {
    margin-bottom: 32px !important;
}

.m-l-32 {
    margin-left: 32px !important;
}

.m-r-32 {
    margin-right: 32px !important;
}

/*
 * Generate Padding Class
 * padding, padding-top, padding-bottom, padding-left, padding-right
 */

.p-0 {
    padding: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-6 {
    padding: 6px !important;
}

.p-t-6 {
    padding-top: 6px !important;
}

.p-b-6 {
    padding-bottom: 6px !important;
}

.p-l-6 {
    padding-left: 6px !important;
}

.p-r-6 {
    padding-right: 6px !important;
}

.p-8 {
    padding: 8px !important;
}

.p-t-8 {
    padding-top: 8px !important;
}

.p-b-8 {
    padding-bottom: 8px !important;
}

.p-l-8 {
    padding-left: 8px !important;
}

.p-r-8 {
    padding-right: 8px !important;
}

.p-12 {
    padding: 12px !important;
}

.p-t-12 {
    padding-top: 12px !important;
}

.p-b-12 {
    padding-bottom: 12px !important;
}

.p-l-12 {
    padding-left: 12px !important;
}

.p-r-12 {
    padding-right: 12px !important;
}

.p-14 {
    padding: 14px !important;
}

.p-t-14 {
    padding-top: 14px !important;
}

.p-b-14 {
    padding-bottom: 14px !important;
}

.p-l-14 {
    padding-left: 14px !important;
}

.p-r-14 {
    padding-right: 14px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-16 {
    padding: 16px !important;
}

.p-t-16 {
    padding-top: 16px !important;
}

.p-b-16 {
    padding-bottom: 16px !important;
}

.p-l-16 {
    padding-left: 16px !important;
}

.p-r-16 {
    padding-right: 16px !important;
}

.p-24 {
    padding: 24px !important;
}

.p-t-24 {
    padding-top: 24px !important;
}

.p-b-24 {
    padding-bottom: 24px !important;
}

.p-l-24 {
    padding-left: 24px !important;
}

.p-r-24 {
    padding-right: 24px !important;
}

.p-32 {
    padding: 32px !important;
}

.p-t-32 {
    padding-top: 32px !important;
}

.p-b-32 {
    padding-bottom: 32px !important;
}

.p-l-32 {
    padding-left: 32px !important;
}

.p-r-32 {
    padding-right: 32px !important;
}

/*
 * Generate Font-Size Classes
 */

.f-8 {
    font-size: 8px !important;
}

.f-9 {
    font-size: 9px !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-32 {
    font-size: 32px !important;
}

.f-48 {
    font-size: 48px !important;
}

.f-64 {
    font-size: 64px !important;
}

.f-128 {
    font-size: 128px !important;
}

.operational-box {
    background-color: white;
}

.operational-overview-right {
    border-left: 1px solid #ccc;
    padding: 12px 15px 0 15px;
    height: 100%;
}

.operational-important-field {
    color: rgb(251, 103, 8);
}

.operational-page-font-container {
    position: relative;
    top: 9px;
    left: 8px;
}

.operational-page-font-container>i {
    font-size: 40px;
    margin-right: 10px;
}

.operational-page-container {
    font-size: 13px;
    color: #5a5a5a;
    font-weight: 300;
}

.operational-page-container .important-field {
    font-weight: 500;
    color: black;
}

.operational-page-container .field-value {
    font-weight: 500;
    color: black;
}

.operational-page-container .text-field>p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.operational-page-container .text-field>p.notes {
    white-space: inherit;
    font-size: 11px;
    font-weight: 400;
}

.operational-page-container .text-field.archived {
    opacity: 0.6;
}

.operational-page-container .text-field>p.placeholder {
    opacity: 0.5;
}

.operational-page-container .field-value.capacity {
    margin-top: -4px;
}

.operational-page-container hr {
    margin-top: 0px;
    margin-bottom: 5px;
}

.operational-page-container .important-header {
    background: #f5f5f5;
}

.form-control.operational-input-group {
    background-color: #eee;
    display: flex;
    flex-direction: row;
}

.form-control.operational-input-group>span.unitpal-font {
    position: relative;
    bottom: 3px;
    font-size: 21px;
}

.form-control.operational-input-group>span.name {
    flex: 1;
    padding-left: 8px;
    padding-top: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control.operational-input-group>span.details {
    font-size: 12px;
    position: relative;
    top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control.operational-input-group.checkedin {
    color: white;
    background-color: #36ce8d;
}

.form-control.operational-input-group.noshow {
    color: white;
    background-color: rgb(251, 103, 8);
}

.form-control.operational-input-group.non-editable {
    border: 1px solid white;
}

.uppercase {
    text-transform: uppercase;
}

.edit-save-button-group-container {
    width: 95px;
    height: 38px;
}

.edit-save-button-group-container .save-btn {
    width: 70px;
    float: left;
}

.edit-save-button-group-container .cancel-btn {
    width: 20px;
    float: left;
    margin-left: 5px;
    margin-top: 0px;
}

.edit-save-button-group-container .cancel-btn>i {
    position: relative;
    right: 2px;
    top: 1px;
}

.edit-save-button-group-container button>i.unitpal-font {
    font-size: larger !important;
}

.container-button {
    width: 95px;
}

.increased-font-weight {
    font-weight: 600;
}

.operational-page-container .clickable-item {
    cursor: pointer;
    font-weight: 500;
    color: rgb(251, 103, 8);
    font-size: 14px;
}

.operational-page-container .clickable-item>span {
    width: 20%;
    float: left;
}

.operational-page-container .clickable-item>p {
    width: 80%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 10px;
}

.operational-page-container .clickable-item:hover {
    opacity: 0.6;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-16 {
    font-size: 16px;
}

.link-with-unitpal-font-icon {
    font-size: 12px;
}

.link-with-unitpal-font-icon:hover {
    text-decoration: none;
    opacity: 0.6;
}

.link-with-unitpal-font-icon>i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.reserved-booking kbd {
    background-color: rgb(255, 190, 1);
    color: black;
}

.checked-in kbd {
    background-color: rgb(251, 103, 8);
    color: white;
}

.operational-page-container .right-sidebar .unitpal-font {
    font-size: 20px;
}

.operational-page-container .right-sidebar .notes {
    font-size: 11px;
}

textarea.notes {
    font-size: 11px;
}

.unitpal-font.checkin {
    color: rgb(251, 103, 8);
}

.unitpal-font.checkout {
    color: #36ce8d;
}

.invoice-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 90%;
    padding: 10px 0 15px 0;
}

.invoice-edit-container {
    flex: 1;
    height: 100%;
    position: relative;
    text-align: center;
}

.center-absolute {
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
}

.invoice-operations-footer {
    position: relative;
    border-top: 1px solid #DBDBDB;
    height: 10%;
}

.invoice-operations-btn-group {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.invoice-operations-btn-group button {
    width: 150px;
}

.invoice-pagination-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

invoice-edit {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.invoice-title-container {
    position: relative;
    text-align: left;
}

.invoice-title-container .invoice-remove {
    position: absolute;
    right: 0;
}

.invoice-title-container .invoice-title {
    color: #fb6708;
    font-size: 18px;
}

.invoice-title-container .invoice-title.read-only {
    color: #9d9ca1;
}

.table-invoice-payer {
    margin: 0;
}

.table-invoice-payer>tbody>tr.row-actions {
    background-color: rgb(251, 103, 8);
    color: white;
}

.table-invoice-payer.paid>tbody>tr.row-actions {
    background-color: #9d9ca1;
    color: white;
}

.table-invoice-payer>tbody>tr.row-actions>.customer-container {
    text-align: left;
}

.table-invoice-payer>tbody>tr.row-actions>.print-container {
    text-align: right;
}

.btn-add-invoice-payer {
    text-align: left;
    margin: 0 0 5px 0;
}

.move-invoice-item-btn {
    padding: 3px 6px;
    background-color: rgb(251, 103, 8);
    color: white;
    border: none;
}

.move-invoice-item-btn:hover {
    background-color: #fcf0e6;
    color: rgb(251, 103, 8);
}

.move-invoice-item-btn.disabled:hover {
    background-color: rgb(251, 103, 8);
    color: white;
}

.move-invoice-item-btn:active {
    background-color: #fcf0e6;
    color: rgb(251, 103, 8);
}

tr.selected-invoice-item {
    background-color: #ededed;
}

.move-left-invoice-item-cell {
    text-align: left;
    padding: 0 0 0 5px !important;
    vertical-align: middle !important;
}

.move-right-invoice-item-cell {
    text-align: right;
    padding: 0 5px 0 0 !important;
    vertical-align: middle !important;
}

.not-allowed {
    cursor: not-allowed;
}

.invoice-pagination-container .page-index {
    color: #c1c1c1;
    padding: 0 5px;
}

.invoice-pagination-container .page-index.selected {
    color: rgb(251, 103, 8);
}

.payment-method-container {
    vertical-align: middle !important;
    padding: 4px 4px !important;
}

.amount-paid-container {
    padding: 0px;
    vertical-align: middle !important;
    text-align: right;
}

.invoice-payer-container .clickable-item {
    cursor: pointer;
    font-weight: 500;
    color: white;
    font-size: 14px;
}

.rotate-45 {
    /* Safari */
    -webkit-transform: rotate(45deg);

    /* Firefox */
    -moz-transform: rotate(45deg);

    /* IE */
    -ms-transform: rotate(45deg);

    /* Opera */
    -o-transform: rotate(45deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.more-items-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.more-items-container a {
    pointer-events: none;
    cursor: default;
}

.first {
    padding-left: 0 !important;
}

.last {
    padding-right: 0 !important;
}

table.small-margin {
    margin-bottom: 5px;
}

.filter {
    font-size: 16px;
}

.filter-label {
    background: #fb6708;
    color: white;
    padding: 6px;
    border-radius: 3px;
}

.filter-label .clickable-item {
    cursor: pointer;
    font-weight: 500;
    color: white;
    font-size: 14px;
}

.filter-label .clickable-item:hover {
    opacity: 0.6;
}

.filter-remove-info {
    color: black !important;
    font-size: 11px;
}

.read-only-invoice {
    /*    background: #f0f0f0;*/
}

.payment-container {
    display: flex;
    justify-content: flex-end;
}

.payment-container input {
    text-align: right;
    width: 120px !important;
}

.payment-container input::-webkit-outer-spin-button,
.payment-container input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.payment-container input[type="number"] {
    -moz-appearance: textfield;
}

.payment-container {
    background-color: #fcf0e6;
    color: #fb6708;
    text-align: right;
}

.payment-container * {
    color: #fb6708;
}

.payment-container.read-only {
    background: white;
}

textarea.payer-details {
    height: 34px;
}

/* Use this class with the bootstrap row class to force all the columns to have the same height */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.row-eq-height>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* Needed for Safari */
.row.row-eq-height:before,
.row.row-eq-height:after {
    display: none;
}

/* Scrollbar always visible */
.ps-container>.ps-scrollbar-x-rail,
.ps-container>.ps-scrollbar-y-rail {
    opacity: 0.6;
}

.margin-bottom-0px {
    margin-bottom: 0px;
}

.border-radius-0px {
    border-radius: 0px;
}

.room-availability-modal-table {
    font-size: 12px;
    width: 100%;
    margin: auto;
    float: none;
}

.booking-notes-icon {
    padding-right: 10px;
}

.operations-datepicker .input-group {
    height: auto;
}

.operations-datepicker .form-control {
    font-size: 16px;
    background: transparent;
    border: none;
    padding: 0px;
    font-weight: 700;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* The container <div> - needed to position the dropdown content */
.pay-dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.pay-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.pay-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.pay-dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.travel-activity-type {
    width: auto !important;
}

.invoice-summary {
    height: 76px;
    min-height: 76px;
    border-top: 1px solid rgba(242, 242, 242, 1);
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    position: relative;
}

.invoice-summary .cycle-related-invoices {
    background: transparent;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    height: 27px;
    width: 30px;
    border: 1px solid rgba(201, 215, 223, 1);
    border-radius: 3px;
    line-height: 27px;
    text-align: center;
    margin-right: 0px;
    position: relative;
    top: 17px;
}

.invoice-summary .invoice-title {
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    position: absolute;
    left: 81px;
    top: 23px;
    color: #333333;
    text-overflow: ellipsis;
    max-width: calc(100% - 200px);
    white-space: nowrap;
    overflow: hidden;
}

.invoice-summary .invoice-status,
.related-invoice .invoice-status {
    font-weight: 200;
    font-style: normal;
    font-size: 11px;
    border: none;
    border-radius: 3px;
    padding: 3px 6px 3px 6px;
    margin-left: 10px;
}

.invoice-summary .paid-invoice-status,
.related-invoice .paid-invoice-status {
    color: #ffffff;
    background-color: rgba(54, 206, 141, 1);
}

.invoice-summary .loss-accepted-by-management-invoice-status,
.related-invoice .loss-accepted-by-management-invoice-status {
    color: #ffffff;
    background-color: rgba(246, 102, 0, 1);
}

.invoice-summary .unpaid-invoice-status,
.related-invoice .unpaid-invoice-status {
    color: #ffffff;
    background-color: rgba(204, 204, 204, 1);
}

.invoice-summary .pending-invoice-status,
.related-invoice .pending-invoice-status {
    color: #ffffff;
    background-color: #f66600;
}

.invoice-summary .credit-invoice-status,
.related-invoice .credit-invoice-status {
    color: #ffffff;
    background-color: rgb(255, 190, 1);
}

.invoice-summary .reinstatement,
.related-invoice .reinstatement {
    color: #999999;
    font-weight: 200;
}

.invoice-summary .disabled,
.related-invoice .disabled {
    color: rgb(201, 215, 223);
}

.invoice-summary .related-invoices {
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    color: #F66600;
    position: absolute;
    left: 81px;
    top: 46px;
}

.invoice-change-button {
    color: #F66600;
    background: transparent;
    width: 31px;
    height: 29px;
    line-height: 29px;
    margin-left: 0px;
    text-align: center;
    font-size: 19px;
    margin-top: 12px;
}

.invoice-payer-section {
    padding-top: 9px;
    margin-left: 0px;
    width: 100%;
}

.invoice-payer-section .payer-box {
    background-color: transparent;
    border: 1px solid rgba(201, 215, 223, 1);
    border-radius: 3px;
    height: 58px;
    margin-right: 10px;
    margin-top: 10px;
}

.invoice-payer-section .payer-box .payer-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 11px;
    top: 12px;
    line-height: 15px;
    padding: 0px;
    color: #F66600;
    text-align: center;
}

.invoice-payer-section .payer-box .payer-name {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-overflow: ellipsis;
    position: absolute;
    left: 32px;
    top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 58px);
}

.invoice-payer-section .payer-box .payer-notes {
    font-weight: 200;
    font-style: normal;
    font-size: 11px;
    color: #999999;
    text-overflow: ellipsis;
    position: absolute;
    left: 32px;
    top: 31px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 58px);
}

.invoice-payer-section .payer-box .payer-dropdown {
    color: #333333;
    position: absolute;
    top: 12px;
    padding: 7px;
    right: 10px;
    font-size: 15px;
    width: auto;
}

.invoice-payer-section .payer-box .payer-dropdown>button {
    background-color: transparent;
    border: none;
    padding: 0px;
    outline: none;
}

.invoice-payer-section .payer-box .payer-dropdown>ul {
    padding: 4px 0px 4px 0px;
    width: 114px;
    display: none;
    background: white;
    position: absolute;
    left: -85px;
    z-index: 1;
    border: 1px solid rgba(201, 215, 223, 1);
    border-radius: 3px;
}

.invoice-payer-section .payer-box .payer-dropdown>ul>li {
    height: 32px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: center;
    line-height: 32px;
    list-style: none;
}

.invoice-payer-section .payer-box .payer-dropdown>ul:hover {
    display: block;
}

.invoice-payer-section .payer-box .payer-dropdown:hover>ul {
    display: block;
}

.invoice-payer-section .add-payer {
    border: 1px dashed #F66600;
    color: #F66600;
    text-align: center;
    height: 58px;
    width: 92px;
    float: left;
    position: relative;
    margin-top: 10px;
}

.invoice-payer-section .add-payer .add-payer-text {
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
    position: relative;
    top: 14px;
}

.invoice-payer-section .add-payer-icon {
    color: #FF6810;
    position: relative;
    top: 14px;
}

.table-invoice-items {
    color: #333333;
    background-color: transparent;
    font-size: 13px;
    overflow: auto;
    margin-bottom: 0px;
}

.table-invoice-items>thead>tr {
    width: 100%;
    background-color: rgba(242, 242, 242, 1);
    border: none;
}

.table-invoice-items>thead>tr>th {
    border-bottom: none;
    font-weight: 400;
    font-style: normal;
    border-top: none;
}

.table-invoice-items>tbody>tr,
.table-invoice-items>thead>tr {
    height: 35px;
}

.table-invoice-items>tbody>tr>td,
.table-invoice-items>thead>tr>th {
    vertical-align: middle;
}

.table-invoice-items>tbody>tr:last-child {
    height: 45px;
}

.table-invoice-items>tbody>tr>td {
    border-top: none;
}

.table-invoice-items>tbody>tr:nth-child(even) {
    background-color: rgba(242, 242, 242, 0.3);
}

.table-invoice-items>tbody>tr:nth-child(odd) {
    background-color: transparent;
}

.table-invoice-items>tbody>tr:last-child {
    background-color: transparent;
}

.table-invoice-items tr>td,
.table-payment-items tr>td,
.table-invoice-items tr>th,
.table-payment-items tr>th {
    text-align: center;
}

.table-invoice-items tr>td:first-child,
.table-payment-items tr>td:first-child,
.table-invoice-items tr>th:first-child,
.table-payment-items tr>th:first-child {
    text-align: left;
}

.table-invoice-items tr>td:nth-last-child(2),
.table-invoice-items tr>td:nth-last-child(3),
.table-payment-items tr>td:nth-last-child(2),
.table-payment-items tr>td:nth-last-child(3),
.table-invoice-items tr>th:nth-last-child(2),
.table-invoice-items tr>th:nth-last-child(3),
.table-payment-items tr>th:nth-last-child(2),
.table-payment-items tr>th:nth-last-child(3) {
    text-align: right;
}

.table-invoice-items>tfoot>tr>td {
    border-top: none;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
}

.table-invoice-items>tfoot::before {
    content: '';
    display: block;
    height: 15px;
    line-height: 15px;
}

.table-invoice-items th:first-child {
    border-radius: 3px 0 0 0;
}

.table-invoice-items tr.selected {
    background-color: #ededed;
}

.table-invoice-items tr.selectable:hover {
    cursor: pointer;
    background-color: #ededed;
}

.table-invoice-items .transfer-right {
    color: #F66600;
    font-weight: 700;
    font-size: 13px;
}

.table-invoice-items .transfer-left {
    color: rgba(54, 206, 141, 1);
    font-weight: 700;
    font-size: 13px;
}

.table-invoice-items .add-item {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #F66600;
}

.table-invoice-items .remove-item {
    color: #F66600;
}

.table-invoice-items>tbody>tr>td .subtitle {
    font-weight: 200;
    font-style: normal;
    font-size: 11px;
    color: #999999;
}

.invoice-items-container {
    flex-grow: 2;
    overflow-y: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.table-payment-items {
    color: #333333;
    background-color: transparent;
    font-size: 13px;
    overflow: auto;
}

.table-payment-items>thead>tr>th {
    height: 0px;
    border-bottom: none;
    border-top: none;
}


.table-payment-items>tbody>tr {
    height: 50px;
}

.table-payment-items>tbody>tr>td {
    vertical-align: middle;
}

.table-payment-items>tbody>tr>td {
    border-top: none;
}

.table-payment-items>tbody>tr>td .payment-type {
    font-weight: 200;
    font-style: normal;
    font-size: 11px;
    color: #999999;
}

.table-payment-items>tbody>tr {
    background-color: transparent;
}

.table-payment-items>tfoot>tr>td {
    border-top: none;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
}

.table-payment-items>tfoot::before {
    content: '';
    display: block;
    height: 15px;
    line-height: 15px;
}

.table-payment-items tr.selected {
    background-color: #ededed;
}

.table-payment-items tr.selectable:hover {
    cursor: pointer;
    background-color: #ededed;
}

.table-payment-items .remove-payment {
    color: #F66600;
}

.table-payment-items>tfoot>tr>td>span {
    color: #F66600;
}

.invoice-edit-footer {
    height: 78px;
    min-height: 78px;
}

.invoice-overview {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.related-invoices-menu {
    margin-left: 13px;
    margin-right: 13px;
    border-bottom: 1px solid rgba(201, 215, 223, 1);
    height: 67px;
}

.related-invoices-menu .related-invoices-menu-back {
    outline: none;
    position: absolute;
    left: 24px;
    top: 23px;
    width: 15px;
    height: 15px;
    border: none;
    text-align: center;
    line-height: 15px;
    background-color: transparent;
    color: #F66600;
    font-size: 28px;
}

.related-invoices-menu .related-invoices-menu-title {
    position: absolute;
    left: 53px;
    top: 19px;
    height: 19px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #F66600;
}

.related-invoices-menu .related-invoices-count {
    position: absolute;
    left: 53px;
    top: 40px;
    height: 16px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #999999;
}

.related-invoices-list {
    overflow-y: auto;
    height: calc(100% - 67px);
}

.related-invoice {
    height: 90px;
    margin-left: 13px;
    margin-right: 13px;
    border-bottom: 1px solid rgba(201, 215, 223, 1);
    position: relative;
}

.related-invoice .related-invoice-info {
    height: 100%;
    width: calc(100% - 50px);
}

.related-invoice .related-invoice-title {
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    top: 18px;
    position: absolute;
}

.related-invoice .related-invoice-payer {
    font-weight: 200;
    font-style: normal;
    font-size: 11px;
    color: #999999;
    top: 40px;
    position: absolute;
}

.related-invoice .related-invoice-total {
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    top: 58px;
    position: absolute;
}

.related-invoice .related-invoice-button {
    position: relative;
    top: 40px;
    right: 10px;
    height: 15px;
    width: 15px;
    color: #F66600;
    background-color: transparent;
    text-align: center;
    line-height: 15px;
    float: right;
}

.invoice-transfer-summary {
    height: 60px;
    border-bottom: 1px solid rgba(201, 215, 223, 1);
    position: relative;
}

.invoice-transfer-column>invoice-edit {
    height: calc(100% - 60px);
}

.invoice-transfer-summary .invoice-title {
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    position: absolute;
    left: 0px;
    top: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 30px);
}

.invoice-transfer-payer-section {
    position: relative;
    height: 66px;
}

.invoice-transfer-payer-section .payer-name {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    position: absolute;
    left: 0px;
    top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 30px);
}

.invoice-transfer-payer-section .payer-email {
    font-weight: 200;
    font-style: normal;
    font-size: 11px;
    color: #999999;
    position: absolute;
    left: 0px;
    top: 33px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 30px);
}

.table-invoice-items.right-transfer-invoice-items tr>td,
.table-invoice-items.right-transfer-invoice-items tr>th,
.table-payment-items.right-transfer-payment-items tr>td,
.table-payment-items.right-transfer-payment-items tr>th {
    text-align: center;
}

.table-invoice-items.right-transfer-invoice-items tr>td:nth-child(2),
.table-invoice-items.right-transfer-invoice-items tr>th:nth-child(2),
.table-payment-items.right-transfer-payment-items tr>td:nth-child(2),
.table-payment-items.right-transfer-payment-items tr>th:nth-child(2) {
    text-align: left;
}

.table-invoice-items.right-transfer-invoice-items tr>td:last-child,
.table-invoice-items.right-transfer-invoice-items tr>td:nth-last-child(2),
.table-invoice-items.right-transfer-invoice-items tr>th:last-child,
.table-invoice-items.right-transfer-invoice-items tr>th:nth-last-child(2),
.table-payment-items.right-transfer-payment-items tr>td:last-child,
.table-payment-items.right-transfer-payment-items tr>td:nth-last-child(2),
.table-payment-items.right-transfer-payment-items tr>th:last-child,
.table-payment-items.right-transfer-payment-items tr>th:nth-last-child(2) {
    text-align: right;
}


.transfer-invoices-menu {
    margin-left: 13px;
    margin-right: 13px;
    border-bottom: 1px solid rgba(201, 215, 223, 1);
    height: 67px;
}

.transfer-invoices-menu .transfer-invoices-menu-back {
    outline: none;
    position: absolute;
    left: 24px;
    top: 23px;
    width: 15px;
    height: 15px;
    border: none;
    text-align: center;
    line-height: 15px;
    background-color: transparent;
    color: #F66600;
    font-size: 28px;
}

.transfer-invoices-menu .transfer-invoices-menu-title {
    position: absolute;
    left: 53px;
    top: 19px;
    height: 19px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #F66600;
}


.select-invoice {
    color: #F66600;
    position: relative;
    top: 22px;
    font-weight: 400;
}

.no-invoice-selected-explanation {
    text-align: center;
    position: relative;
    top: 154px;
}

.no-invoice-selected-explanation .subtitle {
    font-weight: 200;
    font-style: normal;
    font-size: 11px;
    color: #999999;
}

.no-invoice-selected-explanation .title {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
}

.invoice-transfer-row {
    height: calc(100% - 67px);
}

.invoice-transfer-column {
    overflow-y: auto;
    height: 100%;
}

.add-invoice-payment-modal-body {
    padding-left: 28px;
}

.add-invoice-payment-modal-body .row:first-child {
    margin-top: 15px;
}

.add-invoice-payment-modal-body .row {
    margin-top: 20px;
    margin-left: 0px;
}

.add-invoice-payment-modal-body .modal-text {
    height: 30px;
    width: 138px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    float: left;
}

.add-invoice-payment-modal-body .modal-payment-input {
    height: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    background-color: rgba(255, 255, 255, 1);
    width: 164px;
    float: left;
}

.add-invoice-payment-modal-body .modal-total-payment-amount {
    margin-left: 17px;
    font-weight: 200;
    font-style: normal;
    font-size: 13px;
    color: #999999;
    float: left;
    height: 30px;
    line-height: 30px;
}

.add-invoice-payment-modal-body .modal-payment-method-select {
    width: 164px;
    height: 30px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

.add-invoice-payment-modal-body .select-taxes-btn {
    width: 99px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    background: transparent;
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    cursor: pointer;
    float: left;
    outline: none;
}

.add-invoice-payment-modal-body .select-taxes-btn.active {
    background-color: #333333;
    color: white;
}

.add-invoice-payment-modal-body .modal-notes-textarea {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    background-color: rgba(255, 255, 255, 1);
    background-color: transparent;
    width: 295px;
    height: 88px;
    outline: none;
}

.card-header .section1 .invoice-info {
    position: absolute;
    left: 134px;
    top: 4px;
}

.card-header .section1 .invoice-info>button {
    margin: 2px 6px;
}

.card-header .section1 .invoice-info .invoice-price {
    max-width: 60px;
    padding-left: 2px;
}

/*MK*/
.recaptcha-form-group {
    margin: 0px 45px;
}

.pay-invoice {
    margin-top: 20px;
}

.xx-larger {
    font-size: xx-large;
}

.large {
    font-size: large;
}

.booking-search-results table.lazy-loading.even-columns th:last-child {
    flex-basis: 70px !important;
}

.booking-search-results table.lazy-loading.even-columns tbody td:last-child {
    flex-basis: 70px !important;
}

/*VB start*/
.mtp-16 {
    margin-top: 16px;
}

.mtp-10 {
    margin-top: 10px !important;
}

.mtm-17 {
    margin-top: -17px;
}

/*angular calender*/
.cal-month-view .cal-days .cal-cell-row {
    max-height: 70px;
}

.cal-month-view .cal-day-cell {
    min-height: 70px;
    max-height: 70px;
}

.cal-month-view .cal-day-badge {
    margin-top: 5px;
    margin-left: -10px;
}

.cal-month-view .cal-cell-top {
    min-height: 35px;
    max-height: 35px;
}

.cal-month-view .cal-events {
    min-height: 30px;
    max-height: 30px;
}

.padding-none {
    padding: 0px;
}

.padding-left-none {
    padding-left: 0px;
}

.padding-right-none {
    padding-right: 0px;
}

select option:disabled {
    color: #000;
    font-weight: bold;
}

.rollaway .bed-btn {
    width: 40px;
    margin: 0px 4px 0px 7px
}

.bed-minus-btn {
    height: 40px;
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.top-m-5 {
    top: -5px;
}

.booking-confirmation-section {
    margin-left: 0px;
    width: 100%;
}

.booking-confirmation-section .confirmation-box .confirmation-dropdown {
    color: #333333;
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 15px;
    width: auto;
}

.booking-confirmation-section .confirmation-box .confirmation-dropdown>button {
    background-color: transparent;
    border: none;
    padding: 0px;
    outline: none;
}

.booking-confirmation-section .confirmation-box .confirmation-dropdown>ul {
    padding: 4px 0px 4px 0px;
    width: 114px;
    display: none;
    background: white;
    position: absolute;
    left: -85px;
    z-index: 1;
    border: 1px solid rgba(201, 215, 223, 1);
    border-radius: 3px;
}

.booking-confirmation-section .confirmation-box .confirmation-dropdown>ul>li {
    height: 32px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: center;
    line-height: 32px;
    list-style: none;
}

.booking-confirmation-section .confirmation-box .confirmation-dropdown>ul:hover {
    display: block;
}

.booking-confirmation-section .confirmation-box .confirmation-dropdown:hover>ul {
    display: block;
}

.th-btn-roomCategory {
    width: auto !important;
    font-size: 11px;
    padding-top: 15px !important;
}

.booking-details-action-button-close {
    width: 32px;
    font-size: 10px;
    float: right;
    margin-right: 10px;
    border-radius: 5px !important;
}

.merge-customers-menu {
    margin-left: 13px;
    margin-right: 13px;
    border-bottom: 1px solid rgba(201, 215, 223, 1);
    height: 67px;
}

.merge-customers-menu .merge-customers-menu-back {
    outline: none;
    position: absolute;
    left: 24px;
    top: 23px;
    width: 15px;
    height: 15px;
    border: none;
    text-align: center;
    line-height: 15px;
    background-color: transparent;
    color: #F66600;
    font-size: 28px;
}

.merge-customers-menu .merge-customers-menu-title {
    position: absolute;
    left: 53px;
    top: 19px;
    height: 19px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #F66600;
}


.select-customer {
    color: #F66600;
    position: relative;
    top: 22px;
    font-weight: 400;
}

.no-customer-selected-explanation {
    text-align: center;
    position: relative;
    top: 154px;
}

.no-customer-selected-explanation .subtitle {
    font-weight: 200;
    font-style: normal;
    font-size: 11px;
    color: #999999;
}

.no-customer-selected-explanation .title {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
}

.customer-merge-row {
    height: calc(100% - 67px);
}

.customer-merge-column {
    overflow-y: auto;
    height: 100%;
}

.customer-merge-column-no-selected {
    overflow-y: auto;
    height: 240px !important;
}


.customer-merge-summary {
    height: 60px;
    border-bottom: 1px solid rgba(201, 215, 223, 1);
    position: relative;
}

.customer-merge-column>customer-edit {
    height: calc(100% - 60px);
}

.customer-merge-summary .customer-title {
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    position: absolute;
    left: 0px;
    top: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 30px);
}

.customer-change-button {
    color: #F66600;
    background: transparent;
    width: 31px;
    height: 29px;
    line-height: 40px;
    margin-left: 0px;
    text-align: center;
    font-size: 19px;
    margin-top: 12px;
    margin-left: 155px
}

.c-tags {
    padding: 1px 2px;
}

.c-tags .tag-badge {
    display: flex;
    padding: 2px 7px;
    border-radius: 9px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    cursor: default;
}

.occupancy-limit {
    position: relative;
    border: 0.01em solid black;
}

.price-products-col .ym-event {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 2px;
}

.time-frame-group-options.dropdown {
    width: unset;
    height: unset;
    float: unset;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 75px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.dropdown-content a {
    display: block;
}


yield-key-metrics>.key-metrics-table>.notification {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    color: white;
}

yield-key-metrics>.key-metrics-table>.notification .notification-message {
    text-align: center;
    flex-grow: 1;
}

yield-key-metrics>.key-metrics-table>.notification .notification-close {
    flex-basis: 32;
    flex-grow: 0;
    padding: 12px;
}

.init-loader {
    border: 10px solid #f3f3f3;
    /* Light grey */
    border-top: 10px solid rgb(251, 103, 8);
    /* Blue */
    border-radius: 50%;
    margin-left: 48%;
    margin-top: 20%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.edit-save-button-group-muted-text {
    text-align: right;
    margin-top: -12px;
    margin-bottom: 12px;
    padding-right: 0px;
}

.init-loader-text {
    position: fixed;
    margin-left: 42%;
    margin-top: 25%;
    color: #fff;
    font-size: 24px;
}

.booking-confirmation-section .checkbox {
    width: 20px;
    height: 20px;
}

table.lazy-loading tbody tr.reserved-room {
    background: rgb(255, 255, 0);
}

.home-reports-tab-class {
    color: rgb(251, 103, 8);
    cursor: pointer;
}

.home-header-booking {
    font-size: 24px;
    color: rgb(251, 103, 8);
    cursor: pointer;
}

.home-header-booking:hover {
    color: #C44D00;
}

.home-header-booking:focus {
    border: none !important;
}

.home-header-room-calender {
    font-size: 24px !important;
}

@media screen and (max-width: 1200px) {
    .home-header-room-calender {
        font-size: 10px !important;
    }

    .operations-dashboard .pane {
        flex-basis: 150px !important;
        min-width: 187px !important;
    }

    .home-room-canvas-selector {
        width: 100px !important
    }

    .home-room-canvas-selector-category {
        width: 112px !important
    }
}

.home-header-revpar {
    display: inline-block;    
    font-size: 16px;
    vertical-align: sub;
    padding: 18px 10px 0px 10px;
}

/* .spinner .input-group-btn-vertical > .btn{
    display: none;
} */

/* .spinner input{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
} */

/* @media (min-width: 481px) and (max-width: 1024px) { */
.spinner input[type=number]::-webkit-inner-spin-button, 
.spinner input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 4px;
    font-size: 13px;
}
.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
    font-size: 13px;
}
.input-group-btn-vertical i{
    position: absolute;
    top: 0;
    left: 4px;
}
.booking-configuration .input-group-btn-vertical > .btn {
    padding: 6.5px 7px;
}
.booking-configuration .input-group-btn-vertical i{
    left: 3px;
}
.qty-selection .spinner{
    top:3px
}
/* } */
.pane .header>div{
    color: #5b5b62;
}
/*VB end*/

.language {
    position: relative;
    top: -2.6rem;
    right: -4.5rem;
}
.language select{
    width: 70%;
    height: 90%;
}
.modal-body{
    position: relative;
}
.modal-body .select-lang{
    position: relative;
    top: -3.3rem;
    left: 60%;
}
.select-lang select{
    position: relative;
    width: 80%;
    height: 100%;
}

/* for ipad  */
@media (min-width:768px) and (max-width:1024px) {
    .language select{
        width: 50%;
    } 
}
