.hotelview td {
    font-size: 9pt;
    padding-left: 10px;
}
.row-valid td {
    background-color: #C2EB46 !important;
}

.row-warning  td {
    background-color: #FFE959 !important;
}

.wl-header {
    background-color: rgb(56,146,211);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 0 5px #4e691f;
    padding: 15px 10px 10px 10px;
}

.x-form-trigger-wrap {
    background-color: white;

}

.stars1 {
    background-position: 0 0px;
    width: 13px;
}
.stars1s {
    background-position: 0 -13px;
    width: 27px;
}
.stars2 {
    background-position: 0 -26px;
    width: 27px;
}
.stars2s {
    background-position: 0 -39px;
    width: 40px;
}
.stars3 {
    background-position: 0 -52px;
    width: 40px;
}
.stars3s {
    background-position: 0 -65px;
    width: 53px;
}
.stars4 {
    background-position: 0 -78px;
    width: 53px;
}
.stars4s {
    background-position: 0 -91px;
    width: 66px;
}
.stars5 {
    background-position: 0 -105px;
    width: 66px;
}
.stars {
    background-image: url("/images/stars.png")!important;
    background-repeat: no-repeat!important;
    //width: 66px;
    height: 12px;
}

.structure-item {
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    padding: 5px;
    margin: 10px;
    background-color: #F7F7F7;
}

.structure-item td {
    font-size:9pt;
}

.structure-item a {
    color: #0896ff;
    font-weight: bold;
}

.quantity {
    background-color: #62BD3F !important; 
    font-weight:bold !important;
    color: #fff !important;
}

.quantity-alarm {
    background-color: #f00 !important;
    font-weight:bold !important;
    color: #fff !important;
}

.box {
    text-decoration: none;
    float: right;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #0896ff;
    color: #fff !important;
    font-size: 15pt;
    font-weight: bold;
    overflow: visible;
    padding: .15em .5em;
    clear: right;
    height: 30px;
    padding-top: 6px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}

.box:hover {
    background-color: #157fcc;
}


.structure-item a:hover {
    color: #FF8F2E;
}

.box a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

.box a:hover {
    color: #fff;
}

.structure-item h1 {
    font-size: 11pt;
    margin:0;
    color: #0896ff;
}

.availability-expand {
    cursor: pointer;
}

.structure-availability {
    //margin: 5px;
}

.nrlabel {
    float:right;
    margin-left:3px;
    font-size: 8pt;
    color: #0896ff;
}

.details-item {
    //border-radius: 7px;
    background-color: #f5f5f5;
}

.details-item td {
    font-size:9pt;
    border-radius: 7px;
}

.details-structures { border-collapse: collapse; }
.details-rooms { border-collapse: collapse; }

.details-structures td, .details-structures th {
    font-size: 9pt;
    text-align: left;
    vertical-align: top;
    border: 1px solid #000;
    border-radius: 0;
    padding: 2px;
    margin: 0px;
}

.details-rooms td, .details-rooms th {
    font-size: 8pt;
    text-align: left;
    vertical-align: top;
    border: 1px solid #000;
    border-radius: 0;
    padding: 2px;
    margin: 0px;
}

.link  a{
    font-weight: bold;
    color: #0896FD;
}

.preview .logo {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.preview .logo .change-logo {
    position: absolute;
    bottom: 0;
    opacity: 0;
    height: 33px;
    width: 100%;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    background-color: rgba(21, 127, 204, 0.57);
}

.preview .logo .change-logo .text {
    top: 8px;
    left: 46px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}

.preview .logo:hover .change-logo {
    opacity: 1;
}
.preview .logo .change-logo:hover {
    background-color: rgba(21, 127, 204, 0.9);
}

.preview div, .preview td {
    font-size: 14px;
    color: #51514f;
}

.preview .label {
    color: #157fcc;
}

.preview .title {
    color: #fe9900;
    font-size: 18px !important;
    margin: 10px 0 10px 0;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

.preview .extra td {
    padding: 2px !important;
    border-bottom: 1px solid #eee !important;
}
.preview .historycal td {
  padding: 2px 0;
}

.x-column-header-over {
    color: #666 !important;
}
.x-form-item-label {
    color: #157fcc;
    //font: normal 13px/22px helvetica,arial,verdana,sans-serif;
}

.x-btn-group-header-text {
    color: #157fcc;
    font-weight: bold;
}

.x-fieldset-header-text {
    font-weight: bold;
    //font: 12px/16px bold helvetica,arial,verdana,sans-serif;
    //color: #157fcc;
    // padding: 1px 3px 1px 3px;
}

.header-fieldset {
    border-color: #157fcc;
    border-width: 2px;
}

.header-fieldset .x-fieldset-header-text {
    background-color: rgb(21, 127, 204);
    color: rgb(255, 255, 255);
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
}

.normal-fieldset .x-fieldset-header-text {
    background-color: #ffffff ;
    color: #000000;
    padding: 0px
}

.app-container {
    height: calc(100% - 96px);
}

.app-header {
    height: 55px;
    z-index: 1001;
    box-shadow: 0 3px 6px rgba(0,0,0,.23);
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.app-header .logo-container {
    padding: 7px;
}

.app-header .spacing {
    flex: 1;
}

.app-header .app-container {
   padding: 17px 5px;
}

.app-header .app-container .fonticon-th {
   font-size: 21px;
   cursor: pointer;
}

.app-header .account-container {
    margin: 8px;
}

.app-header .account-container .img-avatar {
    height: 35px;
    border-radius: 50em;
    cursor: pointer;
}

.app-container, .account-container {
    position: relative;
}

.app-header .account-menu, .app-header .app-menu, .app-header .notifications-menu, .app-header .customer-menu{
    background-color: #fafafa;
    position: absolute;
    top: 50px;
    box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
}

.app-header .customer-menu {
    left: 0;
}

.app-header .account-menu, .app-header .app-menu, .app-header .notifications-menu {
    right: 5px;
}

.app-header .account-menu {
    width: 300px;
}

.app-header .app-menu {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;

 }

.app-header .notifications-menu {
    width: 350px;
    height: 300px;
    right: 5px;
    top: 12px;
}

.app-header .nav-link i {
    line-height: 55px;
}

.header-toolbar {
    background-color: rgb(254, 173, 53) !important;
}

.header-toolbar .x-btn {
    background-color: #fff;
    border-color: #b5b8c8;
}

.header-toolbar .x-btn:hover {
    background-color: #8fc33a;
}


.customersnavigator-btn {
    margin: 0 20px;
    min-width: 150px;
    text-align: left;
    cursor: pointer;
    color: #fead35;
    font-size: 24px;
    font-weight: 400;
    line-height: 55px;
    position: relative;
}

.customersnavigator-btn.disabled {
    cursor: default;
}

.customersnavigator-btn i {
    margin-top: 10px;
    color: #0098ce;
}

.context-path {
    text-align: left;
    color: #157fcc;
    font-size: 18px;
    font-weight: 400;
    line-height: 55px;
}

.account-info {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.account-info .account-label {
    padding: 0 16px;
    line-height: normal;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    margin-top: 3px;
    flex: 1;
}

.account-info .account-avatar {
    border-radius: 50%;
}

.account-info .account-label .name {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 8px;
    box-sizing: border-box;
}

.account-info .account-label .info {
    line-height: normal;
    box-sizing: border-box;
}

.app-header .account-menu .item {
    line-height: 55px;
    height: 55px;
    cursor: pointer;
    display: flex;
}

.app-header .customer-menu .item {
    padding: 5px 10px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 40px;
    min-width: 180px;
}

.app-header .customer-menu .item:hover {
    background-color: #eee;
}

.app-header .account-menu .item:hover {
    background-color: #eee;
}

.app-header .account-menu .item i {
    font-size: 24px;
    margin: 15px 23px 15px 42px;
}

.app-header .account-menu .item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.app-header .app-menu .item {
    line-height: normal;
    cursor: pointer;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    text-align: center;
    padding: 10px 0;
}

.app-header .app-menu .item .icon {
    margin-bottom: 15px;
}

.app-header .app-menu .item .label {
    line-height: normal;
    margin-top: 15px;
}

.app-header .app-menu .item:hover {
    background-color: #eee;
}

.app-header .app-menu a {
    text-decoration: none !important;
    color: #000;
}

.app-header i {
    color: rgba(0, 0, 0, 0.54);
}

.app-footer .x-panel-body {
    background-color: #e8e8e8;
}

.app-footer-title {
    font-family: 'Oxygen', sans-serif !important;
    color: #2a2c36 !important;
    font-size: 11px !important;
    text-align: center;
    line-height: 41px;
 }

.app-footer-title a {
    color: #2a2c36 !important;
    text-decoration: none !important;
}

.customersnavigator {
    height: 450px;
    width: 700px;
    background-color: #fafafa;
    border-radius: 4px;
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.customersnavigator .bottom-bar {
    padding: 7px 10px;
    border-top: 1px solid #ddd;
}

.jxs-treecolumns {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    background-color: #fff;
    flex: 1;
}

.columns {
    flex: 1;
    transition: all .5s ease;
    border-right: 1px solid #d2d2d2;
    text-align: left;
    text-overflow: ellipsis;
    min-width: 0;
}

.columns .header {
    background-color: #fead35;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 1rem;
}

.btn, .fc button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: .875rem;
    transition: all .2s ease-in-out;
    border-radius: 2px;
    outline: none;
}

.btn-primary, .fc-today-button {
    color: #fff;
    background-color: #0098ce;
    border-color: #0098ce;
}

.btn-primary:hover, .fc-today-button:hover {
    color: #fff;
    background-color: #00729b;
    border-color: #006b91;
}

.list .item.selected {
    color: #0098ce;
}
