\body {
    font-size: 14px;
}

.error {
    color: #ff0000;
}

.guestView h1 {
    font-size: 2em;
    text-transform: uppercase;
}

.guestView h2 {
    font-size: 1.285em;
    text-transform: uppercase;
}

input.ng-invalid {
    background-color: #f00;
}

input.ng-pristine {
    background-color: #fff
}

label {
    font-size: 1em;
}

button.button.large, button.button.large:hover, button.button.large:disabled:hover {
    padding: .7em 1.4em;
}

.title-bigger,
.title-normal,
.title-smaller,
.title-smaller2 {
    text-transform: uppercase;
    font-weight: var(--font-weight-bold, bold);
    padding: 5px 5px 5px 0;
}

.title-smaller {
    font-size: 1em;
    margin: .15em 0;
}

.title-normal {
    font-size: 1.13em;
    margin: .2em 0;
}

.title-bigger {
    font-size: 1.22em;
    margin: .25em 0;
}

.title-smaller2 {
    color: #727272;
    font-weight: var(--font-weight-bold, bold);
    font-size: 0.9em;
}

.title-smaller3 {
    font-weight: var(--font-weight-light, 300);
    font-size: 1em;
}

.title-smaller4 {
    color: #727272;
    font-weight: var(--font-weight-bold, bold);
    font-size: 0.9em;
}

.title-on-popup {
    font-weight: var(--font-weight-bold, bold);
    font-size: 0.9em;
}

.title-on-popup-big {
    font-size: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.title1 {
    font-size: 1.25em;
}

.title2 {
    font-size: 1.1em;
}

.title-tiny, button.small.title-tiny {
    font-size: 0.6em;
}

button.small.title-tiny {
    text-transform: none;
    font-style: italic;
}

.border1 {
    border: 1px solid #4c4c4c;
    margin: 5px;
    padding: 5px;
}

body,
.panel,
.section-container .section .title a,
h1, h2, h3, h4, h5, h6,
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6,
.subheader, label,
table tr td,
a, a:hover {
    color: #ffffff;
    font-family: 'Proxima Nova', sans-serif;
}

a {
    font-weight: var(--font-weight-bold, bold);
    cursor: pointer;
}

table tr td {
    font-size: 1em;
}

.button,
button,
input[type=button] {
    text-transform: uppercase;
}

.guestView .button.secondary {
    background-color: #d0d0d0;
}

/* {{ bind footer to bottom */
html.footer-at-bottom,
.footer-at-bottom body {
    height: 100%;
}

.footer-at-bottom .header-and-content {
    min-height: 100%;
    margin-bottom: -50px;
    position: relative;
}

footer, .clearfooter {
    height: 50px;
}

footer {
    position: relative;
}

.clearfooter {
    clear: both;
}

/* }} bind footer to bottom */

.section-container .section .title,
.section-container .section .title a,
.section-container.tabs .section.active .title,
.section-container .section.active .title,
.section-container .section .content,
.panel {
    background-color: transparent;
}

table {
    background-color: transparent;
    border: 0;
}

.section-container.tabs .section.active .title a {
    text-decoration: underline;
}

.section-container .section .title a {
    font-weight: var(--font-weight-bold, bold);
    font-size: .8em;
}

.alice-left-menu .section-container .section .title a .alice-menu-icon {
    font-size: 13px;
}

.alice-left-menu .section-container .section .title a {
    font-size: .9em;
}

.alice-header .section.active a {
    color: #700000
}

.active-marker-arrow {
    background: #393031;
}

#header-search {
    margin-top: .8em;
}

input.rounded {
    border-radius: 5px;
}

.alice-header-bottom {
    position: relative;
    height: 10px;
    background: #700000;
    opacity: .7;
}

.alice-left-menu {
    position: absolute;
    background-color: transparent;
    border: 0;
}

.alice-left-menu i.fa {
    color: #fff;
    font-size: 1.35em;
}

.alice-left-menu hr {
    border-color: rgba(255, 255, 255, 0.3);
    margin: 0 0 5px;
}

.guest-social-link-container {
    padding: 5px 14px;
}

.guest-social-link {
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    bottom: 3px;
}

.guest-social-link img, .guest-social-link a {
    width: 100%;
    height: 100%;
}

.relative {
    position: relative;
}

.alice-menu-icon {
    width: 30px;
    height: 30px;
    line-height: 20px;
    /*padding: 4px;  */
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 2px;
    position: relative;
    overflow: hidden;
}

.alice-menu-icon img, .alice-menu-icon i {
    max-height: 20px;
    max-width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.alice-menu-icon i {
    max-height: 18px;
    max-width: 18px;
}

.alice-menu-icon .transparent-mask {
    width: 30px;
    height: 30px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.alice-top-menu {
    margin: 1.4em 0 0;
    padding: 0;
}

.alice-top-menu a {
    color: #2C3546;
    font-weight: var(--font-weight-bold, bold);
    font-size: 1.05em;
}

.alice-top-menu section {
    display: inline;
    margin: 0 0.2em;
    padding-left: 0.6em;
}

header ul,
footer ul {
    list-style: none;
}

header ul li,
footer ul li {
    display: inline;
}

header a,
footer a {
    white-space: nowrap;
}

footer a,
footer a:hover,
footer a:focus {
    color: #fff;
}

footer img {
    margin-bottom: -2px; /* remove whole page scroll, see https://stackoverflow.com/questions/6543452/why-is-the-height-of-a-divaimg-larger-than-the-size-of-the-wrapped-img */
}

footer a * {
    vertical-align: middle;
}

.alice-left-menu .section-container .section {
    border: 0;
}

.guestView .alice-body {
    background: no-repeat center 0;
    background-size: cover;
    min-height: 630px; /* should be slightly more then left menu needs! */
    height: 100%;
}

.alice-header-outer.columns {
    padding-left: 0;
    padding-right: 0;
}

.alice-header img {
    max-height: 50px;
}

.alice-header section {
    position: relative;
    text-align: center;
}

.active-marker {
    opacity: 0
}

.active .active-marker {
    opacity: 1
}

header .active-marker {
    position: absolute;
    left: 30px;
    top: 27px;
}

header .active-marker .active-marker-img {
    background-size: cover;
    background-position: center 0;
}

header .active-marker,
header .active-marker .active-marker-img {
    width: 25px;
    height: 12px;
}

header .active-marker img {
    width: 25px;
}

.alice-left-menu .active-marker {
    position: absolute;
    top: 0;
    left: 192px;
}

.alice-left-menu .active-marker,
.alice-left-menu .active-marker .active-marker-img {
    width: 15px;
    height: 48px;
}

.chat a {
    background: #F1F1F2;
    border: 0;
    color: #2C3546;
    font-weight: var(--font-weight-bold, bold);
}

.chat {
    bottom: 42px;
}

.reveal-modal {
    background-color: #000;
}
.modal-gray {
    background-color: #e8e8e8 !important;
    color: #333 !important;
}

.reveal-modal.gr {
    background-color: #000;
}


.reveal-modal-bg {
    background-color: rgba(255, 255, 255, 0.45);
}

.reveal-modal,
.reveal-modal label,
.reveal-modal h1,
.reveal-modal h2,
.reveal-modal h3,
.reveal-modal h4,
.reveal-modal h5,
.reveal-modal h6 {
    color: #fff;
}

.reveal-modal label {
    text-transform: uppercase;
    font-weight: var(--font-weight-bold, bold);
}

.reveal-modal h5 {
    text-align: center;
}

/* facilities styles */
/*
#facility-data {
    margin-top: 22px;
}
*/

.facility-data-top h1 {
    margin-top: -15px;
    font-size: 2.8em;
    font-weight: var(--font-weight-light, 300);
}

.facility-time {
    font-size: 1.3em;
    margin-top: -20px;
    font-weight: var(--font-weight-light, 300);
}

.row.facility-data-top {
    margin-bottom: 20px;
}

.facility-data-top .phone-info {
    white-space: nowrap;
    margin-bottom: 5px;
}

.facility-data-top .chat-button {
    font-size: 1.1em;
}

.alice-btn {
    position: relative;
}

.alice-btn .button {
    display: block;
    border-color: #555;
    box-shadow: none;
    background: transparent;
}

.alice-btn .background {
    position: absolute;
    background: #700000;
    opacity: .2;
    width: 100%;
    height: 100%;
}

/*
.facility-data-top .facility-info,
#facility-data .descr
{
    font-weight: var(--font-weight-light, 300);
    font-size: .9em;
}

.facility-data-top .facility-info {
    margin-top: 8px;
}

#facility-data .item-title {
    font-size: 1.2em;
}
*/

#facility-info {
    /*padding-left: 0;*/
    /*height: 100%;*/
    background: #000000;

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 180px;
    padding: 14px;
    overflow-y: auto;
}

#facility-info hr, .ticket-data hr, .menu-items-or-service hr {
    border-color: #2c2c2c;
    margin-top: 12px;
    margin-bottom: 12px;
}

#menu .menu-items-or-service hr {
    margin: 0;
}

#facility-content, .facility-content, #profile-content {
    position: absolute;
    left: 185px;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 0;
}

#facility-content-header-bg {
    position: absolute;
    left: 210px;
    top: 0;
    right: 0;
    height: 60px;
    background: #000000;
    opacity: 0.9;
}

.mystay #facility-content-header-bg {
    left: 180px;
    width: 580px;
}

.mystay #facility-content, .mystay #profile-content {
    width: 570px;
}

.mystay .facility-content {
    position: absolute;
    left: 185px;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 0;
    width: 570px;

}

#mystay .menu-items-or-service, .mystay .menu-items-or-service {
    padding-right: 10px;
}

#menu .header, #service .header, #mystay .header, .mystay .header, #webSurface .header, #inventory .header {
    margin: 0;
    vertical-align: middle;
    display: table-cell;
    height: 60px;
}

#facility-info button {
    white-space: normal;
    width: 100%;
    padding: 6px 12px;
}

div.orders-counter {
    float: right;
    height: 20px;
    width: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 0.8em;
    color: #fff;
    margin-top: -3px;
}

/*
#facility-data {
    height: 100%;
}
*/
#facility-data .open-info {
    font-size: .9em;
}

.phone-btn button.button, div.orders-counter, .guestView .menuItemGuestAdd span, .small-btn {
    background-color: #343434;
}

.small-btn {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
}

.inventory-options .small-btn {
    width: 18px;
    height: 18px;
    line-height: 22px;
}

.hr-double {
    height: 4px;
    border: solid #ddd;
    border-width: 1px 0;
    margin: 10px 0;
}

.facility-title {
}

.facility-title a:hover, a:focus {
    color: #FFFFFF;
}

#facility-menu ul {
    margin-left: 10px;
}

#facility-menu label {
    text-transform: uppercase;
}

#facility-descr {
    /*position: absolute;*/
    /*bottom: 0;*/
    text-align: center;
}

.item-descr {
    margin-bottom: 5px;
}

.service-info {
    margin-bottom: 10px;
}

.service-info .info-image {
    position: relative;
}

.service-info .info-image img {
    width: 100%;
}

.service-descr {
    position: absolute;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, .3);
}

.service-descr-no-image {
    padding: 5px;
    background: rgba(0, 0, 0, .3);
}

#menuDialog h4,
#menuDialog h3,
#menuDialog h2,
#menuDialog h1,
#menuDialog .menu-time {
    text-align: center;
}

#menuDialog h2 {
    margin-top: -15px;
    margin-bottom: -5px;
}

#menuDialog .menu-info {
    margin-bottom: -10px;
}

li.menu-group-title {
    background: rgba(255, 255, 255, .3);
    vertical-align: middle;
    padding-bottom: 0;
    margin-bottom: 10px;
    line-height: 32px;
}

.menu-name-left {
    line-height: 15px;
}

#menuDialog .side {
    max-height: 400px;
    overflow: auto;
}

.guestView.footer-at-bottom .header-and-content {
    margin-bottom: -36px;
}

.guestView footer,
.guestView .clearfooter {
    height: 36px;
}

.guestView footer {
    padding: 3px;
    pointer-events: none;
}

.guestView footer a {
    pointer-events: visible;
}

.guestView footer img {
    height: 32px;
}

.columns.mob-logos {
    padding-left: 8px;
}

.mob-logos img {
    margin-top: -4px;
}

.mob-logos a:first-child img {
    margin-right: 7px;
}

.guestView .alice-left-menu-outer {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.8);
    padding: 0;
    position: absolute;
    width: 228px; /* 200 + 14*2 */
    height: 100%;
}

.guestView .alice-left-menu-outer .section:not(.active) h5.title:hover {
    background-color: rgba(50, 50, 50, 0.15) !important;
}

.guestView #mainContent {
    position: absolute;
    height: 100%;
    padding: 0;
    left: 215px; /* 200 + 14*2 */
    right: 300px;
    width: auto;
}

.guestView .small-width #mainContent {
    right: 140px;
}

.guestView #right-side {
    width: 275px;
}

.guestView .small-width #right-side {
    display: none;
}

#show-basket-btn {
    display: none;
    margin-right: 20px;
}

.small-width #show-basket-btn {
    display: inline;
}

.guestView #main-content-inner {
    position: absolute;
    top: 100px;
    bottom: 0;
    /*padding: 10px;*/
    /*min-width: 600px;*/
}

#mainContent .bkg {
    position: absolute;
    background: #000000;
    opacity: .85;
    /*margin: -10px;  = -padding of main-content-inner */
}

.guestView .alice-left-menu {
    padding: 0;
    margin: 0;
}

.guestView .section-container .section .title a {
    color: #000000;
    text-transform: uppercase;
}

.guestView .section-container .section.active .title a,
.guestView .section-container .section.hotel-color.active .title a {
    color: #ffffff;
}

.guestView .section-container .section.active {
    background: #000000;
    background: rgba(0, 0, 0, 0.85);
}

.guestView .section-container .section.active.facility-group-section {
    background: rgba(0, 0, 0, .7);
    margin-bottom: 5px;
}

.section-container .section .content {
    display: block;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}

/*.guestView .section-container .section .content .title a {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    line-height: 0;
    padding: 0;
}*/
.guestView .section-container .section.active .content .title a {
    line-height: 20px;
}

.section-container .section.active .content {
    opacity: 1;
    height: auto;
    padding-bottom: 5px;
}

.alice-left-menu .section-container {
    margin-bottom: 0;
}

/* align hotel logo with menu icons */
.guestView .section-container .section .title a {
    padding: 5px 14px;
}

.hotel-logo {
    position: absolute;
    padding: 14px;
    width: 228px;
    height: 123px;
    overflow: hidden;
    /*background: #ffffff;*/
}

.hotel-logo img {
    max-width: 200px;
    max-height: 95px;
    vertical-align: middle;
}

.hotel-logo a {
    display: block;
    text-align: center;
    line-height: 95px;
}

.guestView .alice-left-menu {
    top: 123px; /* 95 + 14*2 */
    bottom: 127px; /* 250 (guest.js alice-body min height) - 123 */
    overflow-y: auto;
    direction: rtl;
    text-align: left;
    width: 100%;
}

.guestView .section-container {
    border-width: 0;
}

.basket {
    background: #000000;
    border: 0;
}

#right-side {
    margin: 50px 0 0;
    padding: 0;
}

#top-right-buttons {
    position: fixed;
    top: 20px;
    right: 100px;
    width: 100%;
    z-index: 2;
}

.alice-menu-icon.profile-menu-icon {
    background-color: #102140;
}

.guestView .button {
    box-shadow: none;
    border: 0;
}

.basket .basket-header {
    margin-bottom: 10px;
}

.basket .order-item.row {
    margin-bottom: 15px;
}

#chat_form {
    background-color: #000;
    opacity: 0.7;
}

#main-content-inner [ng-view], #mainContent .bkg {
    position: absolute;
    height: 100%;
    width: 760px;
}

#main-content-inner [ng-view], #mainContent .websurface-not-selected {
    padding: 10px;
}

.facility-content, #facility-content, #profile-content, #facility-content-header-bg, #menu .header, #service .header, #mystay .header, .mystay .header, .service-info, #inventory .header {
    width: 550px;
}

#facility-data,
#menu,
#service,
.height_100 {
    height: 100%;
}

#menu {
    padding: 0;
}

#menu ul {
    margin: 0;
}

#menu label {
    font-weight: var(--font-weight-bold, bold);
}

#menu .menu-group-title {
    text-transform: uppercase;
    font-weight: var(--font-weight-bold, bold);
}

#facility-data {
    margin: 0;
    /*padding: 10px;*/
}

.menu-items-or-service {
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    top: 60px;
    bottom: 0;
    right: 0;
    width: 100%;
}

.menu-items-or-service.web-surface {
    top: 0;
    overflow-y: hidden;
}

.menu-items-or-service li.menu-item-with-image {
    padding: 0 !important;
    line-height: 14px;
}

#service .menu-items-or-service, #inventory .menu-items-or-service {
    padding-right: 10px;
}

.web-surface-iframe-holder {
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

.web-surface-background-spinner {
    position: absolute;
    top: 220px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    margin: auto;
    padding: 5px;
}

.options-list input,
.options-list input:focus,
.special-instructions textarea,
textarea.guest-multi-line-option,
.options-list textarea,
.options-list .select2-container-multi .select2-choices,
.options-list .select2-container .select2-choice,
.options-list .select2-container .select2-choice div {
    color: #fff;
    background: rgba(250, 250, 250, 0.2);
    outline: none;
    border: none;
    border-radius: 3px;
}

.menu-items-or-service input[type = 'submit'] {
    border-radius: 0;
}

.bootstrap-timepicker-widget input {
    color: #000;
}

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

.item-name, .menu-item-price {
    font-size: 1.3em;
    font-weight: var(--font-weight-bold, bold);
    text-transform: uppercase;
}

#facility-data .columns.item-name {
    padding: 0;
}

/* popups */
.menu-item-name,
.menu-item-price {
    margin-top: 23px; /*1.5em;*/
}

.menu-item-price {
    color: #b8b8b8;
}

.menu-item-descr {
    font-style: italic;
}

.menu-item-descr-full {
    font-size: 1.3em;
}

.reveal-modal .button,
.reveal-modal form {
    margin-bottom: 0;
}

#addMenuItemDialog hr {
    margin-bottom: .8em;
}

.guestView textarea {
    height: 100px;
}

#facility-menu li.active label:before {
    content: '■ ';
    position: absolute;
    margin-left: -1em;
    margin-top: -.02em;
}

#service .title-on-popup {
    margin: 1em 0 .5em 0;
}

#service form .row .row.control-with-icon {
    margin-top: 0;
}

#service form .select2-container {
    margin-bottom: 1em;
}

.cart-item-name,
.cart-item-price {
    font-weight: var(--font-weight-bold, bold);
    font-size: 1.3em;
}

.cart-delete-btn {
    font-size: 1.5em;
    margin-top: 2px;
    display: inline-block
}

.options-list {
    margin-top: 20px;
}

.options-list li label,
.special-instructions label {
    text-transform: uppercase;
    font-weight: var(--font-weight-bold, bold);
}

.options-list .simple-label {
    text-transform: none;
    font-weight: var(--font-weight-normal, normal);
    display: inline;
}

.menu-items-or-service .special-instructions {
    padding: 0 10px;
}

.control-icon i {
    font-size: 1.8em;
}

#checkinInfoInput, .checkinInfoInput {
    padding: 2.2em 2.2em 1.5em;
}

#checkinInfoInput button, .checkinInfoInput button {
    margin-bottom: 0;
}

#checkinInfoInput input, .checkinInfoInput input {
    font-size: 1.42em;
    padding: 0 5px;
    height: 30px;
}

#checkinInfoInput label, .checkinInfoInput label {
    font-size: 1.42em;
}

#inviteGuestLinkDialog, .inviteGuestLinkDialog {
    padding: 2.2em 2.2em 1.5em;
}

#inviteGuestLinkDialog button, .inviteGuestLinkDialog button {
    margin-bottom: 0;
}

#checkinInfoInput .request-access-link {
    margin-top: 13px !important;
}

#inviteGuestLinkDialog input, .inviteGuestLinkDialog input {
    font-size: 1.42em;
    padding: 0 5px;
    height: 30px;
}

#inviteGuestLinkDialog label, .inviteGuestLinkDialog label {
    font-size: 1.42em;
}

.ticket {
    margin-top: 20px;
}

.ticket:first-child {
    margin-top: 0;
}

.key-val {
    margin-top: 10px;
}

.key-val:first-child {
    margin-top: 0;
}

#menuItemDialog.view-only .header {
    margin-top: -30px;
}

#menuItemDialog .header input {
    margin-bottom: 0;
}

.reveal-modal section .content,
.reveal-modal .section-container section.active .title,
.reveal-modal section .title,
.reveal-modal section .title:hover {
    background: #000;
}

.reveal-modal section .title a {
    color: #fff;
}

.ticket table {
    width: 100%;
    border-collapse: collapse;
    /*border-spacing: 10px;*/
}

.ticket table tr {
    background-color: inherit;
}

.ticket .menu-order-tbl {
    border: 0;
}

.ticket .menu-order-tbl td,
.ticket .service-options {
    color: #c5c5c5;
    margin-top: -12px;
}

.grey-lighter {
    color: #c5c5c5;
    font-weight: lighter;
}

.ticket .menu-order-tbl td {
    border-top: 1px solid #333;
}

.ticket .menu-order-tbl tr > * {
    text-align: right;
}

.ticket .menu-order-tbl tr > :first-child {
    padding-left: 0;
    text-align: left;
    width: 190px;
}

.ticket .menu-order-tbl tr > :last-child {
    padding-right: 0;
}

.ticket table {
    border: 1px solid #4c4c4c;
    margin: 0;
}

.ticket .ticket-data {
    padding: 10px;
    background-color: rgba(53, 53, 53, 1);
}

.ticket .ticket-data .title-smaller3 > div.not-last {
    padding-bottom: 2px;
    margin-bottom: 3px;
    border-bottom: 1px solid #595959;
}

.ticket-data {
    border-left: 4px solid;
}

.status-New,
.status-Processing,
.status-Transferred {
    border-left-color: rgba(255, 255, 0, .6);
}

.status-Approved,
.status-InProgress {
    border-left-color: rgba(0, 255, 0, .6);
}

.status-Rejected {
    border-left-color: rgba(255, 0, 0, .6);
}

.status-Finished,
.status-Expired {
    border-left-color: rgba(127, 127, 127, .6);
}

.ticket table td {
    vertical-align: top;
}

.ticket .ticket-data hr,
.ticket .menu-order-tbl td {
    border-color: #595959;
}

.ticket-data .buttons {
    background-color: #333;
    margin: 10px -10px -10px -10px;
}

.current-past-toggle {
    background-color: #343434;
    border: 2px solid #444444;
}

.current-past-toggle.switch-toggle label {
    color: #bbb;
    font-weight: var(--font-weight-bold, bold);
}

.room-confNo-toggle {
    /*background-color: #888;*/
    background-color: #000;
    border: 2px solid #999;
    margin-bottom: 20px;
}

.room-confNo-toggle.switch-toggle label {
    color: #bbb;
    font-weight: var(--font-weight-bold, bold);
}

.room-confNo-toggle.switch-toggle input:checked + label {
    color: #000;
}

.room-confNo-toggle a.button {
    background-color: #888;
}

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

.ticket-header .button {
    margin-bottom: 0;
}

.chat-menu-item {
    margin-bottom: 15px;
    border: 1px solid #000;
}

.chat-menu-item.active {
    border: 1px solid #666;
    background: #222;
}

.message-content-inner {
    border: 1px solid #666;
    background: rgba(30, 30, 30, .3);
}

.row.message {
    margin-bottom: 10px;
}

.chat-window #facility-info {
    width: 220px;
}

.chat-window #facility-content, .chat-window .facility-content {
    left: 225px;
    bottom: 100px;
}

.chat-select-facility {
    position: absolute;
    left: 225px;
    top: 80px;
    right: 10px;
}

.chat-start {
    font-size: .8em;
    color: #eee;
}

#chat-bottom {
    position: absolute;
    height: 95px;
    left: 225px;
    bottom: 0;
    right: 0;
}

.chat-mode-select-facility #chat-bottom {
    bottom: auto;
    top: 120px;
}

#chat-bottom textarea {
    height: 90px;
    margin-bottom: 0;
}

.chats-menu {
    position: absolute;
    top: 150px;
    bottom: 5px;
    width: 195px;
    overflow: auto;
}

.chat-select-facility label,
.chat-select-facility .select2-container {
    font-size: 1.2em;
    text-transform: uppercase;
}

.chat-select-facility label {
    margin-top: .2em;
}

.guestView .bootstrap-timepicker-widget table td input {
    width: 35px;
}

.facility #facility-info {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: auto;
    width: 210px;
}

.facility #facility-content, .facility .facility-content {
    left: 210px;
}

#addMenuItemDialog form .row .row {
    margin: 0 -.5em;
}

.menuItemGuestImage, .hotelInfoImage, .serviceGuestImage {
    height: 80px;
    width: 105px;
    background: no-repeat center;
    background-size: cover;
}

.serviceGuestImage {
    height: 150px;
    width: 100%;
}

.menuItemGuestImage {
    float: left;
    margin-right: 25px;
}

.hotelInfoImage {
    height: 70px;
    width: 80px;
}

#hotelInfoGallery {
    position: relative;
    left: -13px;
}

.menuItemGuestAdd, .menuItemGuestPrice {
    float: right;
    line-height: 80px;
    vertical-align: middle;
    font-size: 30px;
    width: 70px;
    margin-left: 10px;
}

.menuItemGuestPrice {
    text-align: right;
}

.menuItemGuestTitle, .menuItemGuestPrice {
    font-size: 20px;
}

.menuItemGuestPrice-smaller {
    font-size: 15px;
}

.menuItemGuestPrice-iso-smaller {
    font-size: 10px;
}

.menuItemGuestAdd span {
    border-radius: 3px;
}

.menuItemGuestText {
    overflow: hidden;
    position: relative;
}

.menuItemGuestTextSub {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}

.menu-item-info {
    max-height: 48px;
    overflow: hidden;
    color: #d0d0d0;
}

.menuItemPlusMinusBtns {
    padding: 4px;
    margin-left: 10px;
    float: left;
    background-color: #232526;
    width: 72px;
    height: 38px;
    position: relative;
    top: -4px;
}

.inventory-options .menuItemPlusMinusBtns {
    width: 48px;
    height: 26px;
    top: 0;
    margin-left: 0;
}

.menuItemPlusBtn, .menuItemMinusBtn {
    float: left;
}

div.menuItemMinusBtn {
    margin-left: 4px;
}

input[type="text"].menuItemPlusMinusVal {
    width: 30px;
    height: 30px;
    float: left
}

.search-hotels-btn {
    border: solid 1px #000;
    padding-top: 9px;
    padding-bottom: 7px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 162px;
    color: black;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    margin-left: -81px;
}

.search-hotels-btn.upper-position {
    top: 162px;
    bottom: auto;
}

#facility-info {
    box-shadow: -4px 2px 4px rgb(135, 135, 135);
}

#findOutMoreAboutBtn2 {
    height: 52px;
    width: 200px;
    background-color: #464646;
    border-radius: 3px;
}

.tbl1 {
    width: 100%;
}

.tbl1 td:first-child {
    padding-left: 0
}

.tbl1 td:last-child {
    padding-right: 0
}

#placeMenuOrderDialog label,
#placeMenuOrderDialog div,
#placeMenuOrderDialog h5 {
    color: #c3c3c3;
}

#placeMenuOrderDialog label,
#placeMenuOrderDialog .smaller {
    font-size: 24px;
    font-weight: var(--font-weight-light, 300);
    text-transform: none;
}

#placeMenuOrderDialog .smaller {
    font-size: 18px;
}

#placeMenuOrderDialog h5 {
    font-size: 18px;
    font-weight: var(--font-weight-bold, bold);
    text-transform: uppercase;
    margin-top: -15px;
    margin-bottom: 0;
}

#placeMenuOrderDialog input[type='text'],
#placeMenuOrderDialog textarea {
    font-size: 18px;
}

.dark-inputs input[type='text'],
.dark-inputs textarea,
.dark-inputs input[type='text']:focus,
.dark-inputs textarea:focus {
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    border-width: 0;
}

.dark-inputs input[type='text']:focus,
.dark-inputs textarea:focus {
    background-color: rgba(255, 255, 255, .25);
}

.guestView .alert-box {
    font-size: 1.3em;
    font-weight: var(--font-weight-bold, bold);
}

#placeMenuOrderDialog .row .columns {
    padding-left: 0;
    padding-right: 0;
}

#placeMenuOrderDialog ul {
    margin-right: 0;
    margin-left: 0;
}

#placeMenuOrderDialog li {
    padding-right: 0;
    padding-left: 0;
}

.basket .col-remove {
    width: 7%
}

.basket .col-quantity {
    width: 15%
}

.basket .col-item {
    width: 53%;
    padding-top: 3px;
    padding-right: 0
}

.basket .col-price {
    width: 24%;
    padding-top: 3px;
}

#basketDialog .basket .col-remove {
    width: 7%;
    padding-right: 0
}

#basketDialog .basket .col-quantity {
    width: 9%;
    padding-left: 5px
}

#basketDialog .basket .col-item {
    width: 70%
}

#basketDialog .basket .col-price {
    width: 14%
}

.message-teaser {
    margin-top: 10px !important;
}

.border-history-message-left {
    padding-top: 10px;
}

.message-teaser .message-staff {
    width: 100%;
    background: transparent;
    border: 1px solid #FFF;
    text-transform: none;
    padding-left: 5px !important;
    padding-right: 5px !important;
    max-width: 140px;
    border-radius: 3px;
    white-space: nowrap;
}

.message-teaser .message-staff span {
    text-align: center;
    line-height: 20px;
    background: no-repeat 0 0;
    padding-top: 4px;
    padding-bottom: 4px;
    white-space: nowrap;
}

.message-teaser .message-preview {
    margin-bottom: 10px;
}

.message-teaser .message-preview .message-body {
    background-color: #ddd;
    color: black;
    border-radius: 3px;
    font-size: 0.8em;
    padding: 8px;
    margin-bottom: 10px;
    max-height: 36px;
    overflow: hidden;
    position: relative;
}

.message-teaser .message-preview .message-body div {
    word-wrap: break-word;
    font-weight: var(--font-weight-normal, normal);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message-teaser .message-details span {
    font-size: .75em;
    color: #c5c5c5;
    font-weight: var(--font-weight-normal, normal);
}

.total-unread-messages {
    position: absolute;
    top: 0;
    height: 22px;
    line-height: 20px;
    background-color: red;
    color: #FFF !important;
    min-width: 22px;
    vertical-align: middle;
    text-align: center;
}

.total-unread-messages.my-stay {
    top: 8px;
    margin-left: 5px;
}

.total-unread-messages.slide-out {
    right: 28px;
    top: 0;
}

div.inventory-name-lbl {
    float: left;
    width: 70%;
}

div.inventory-right-counters {
    float: right;
}

.total-unread-messages.teaser {
    position: relative;
    float: right;
    right: 0;
    margin-right: -5px;
    top: -3px;
}

#guestMessagesModal {
    background-color: rgb(230, 230, 230);
    padding: 0;
}

#guestMessagesModal > div.row {
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
}

#guestMessagesModal > div.row.messages {
    padding: 0;
}

#guestMessagesModal > div.row p {
    margin-bottom: 0;
}

#guestMessagesModal > div.row > div.columns {
}

#guestMessagesModal .messages-header {
    background-color: #dadada;
    text-shadow: 0 1px 0 rgba(250, 250, 250, 0.4) !important;
    color: #919191;
    -moz-box-shadow: 0 3px 3px rgba(150, 150, 150, 0.55);
    -webkit-box-shadow: 0 3px 3px rgba(150, 150, 150, 0.55);
    box-shadow: 0 3px 3px rgba(150, 150, 150, 0.55);
    position: relative;
    z-index: 10;
}

#guestMessagesModal .write-message-wrapper {
    background-color: #dadada;
    -moz-box-shadow: 0 -3px 3px rgba(150, 150, 150, 0.55);
    -webkit-box-shadow: 0 -3px 3px rgba(150, 150, 150, 0.55);
    box-shadow: 0 -3px 3px rgba(150, 150, 150, 0.55);
    position: relative;
    z-index: 10;
}

#guestMessagesModal .messages-header p {
    color: rgb(145, 145, 145);
}

#guestMessagesModal .messages-header p strong {
    color: #6e6e6e;
    font-size: 16px;
}

#guestMessagesModal .comments-conversation .row {
    padding: 5px;
    margin: 0;
}

#guestMessagesModal .comments-conversation .comments-conversation-input {
    background-color: transparent;
}

#guestMessagesModal .comments-conversation-row .row .column {
    padding: 0;
    z-index: 1;
}

#guestMessagesModal .comments-conversation-row {
    max-width: 85%;
    float: right;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    word-wrap: break-word;
}

.label-place-order {
    text-align: right;
    padding-right: 20px !important;
    line-height: 1.7;
    margin-bottom: 0;
}

.row-place-order {
    line-height: 1.6;
}

.div-place-order {
    padding-top: 20px;
}

#guestMessagesModal .date-row {
    text-align: center;
    color: #6e6e6e;
    text-shadow: 0 1px 0 rgba(250, 250, 250, 0.4) !important;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

label.acceptTerms {
    font-size: 14px !important;
    font-weight: var(--font-weight-medium, 500);
    text-transform: none;
    vertical-align: middle;
    padding-bottom: 3px;
    display: inline;
    color: rgb(187, 187, 187);
}

label.acceptTerms a.terms-link {
    border-bottom: 1px dotted;
}

input.acceptTerms {
    height: 13px !important;
    margin-right: 8px;
    margin-bottom: 20px;
}

#guestMessagesModal .comments-conversation-row.from-employee {
    float: left;
    background-color: #cecece;
    color: #6e6e6e;
    margin-left: 10px;
    text-align: left;
}

#guestMessagesModal .comments-conversation-row.from-me {
    float: right;
    background-color: #75a5f3;
    color: #FFF;
    margin-right: 10px;
    text-align: right;
}

#guestMessagesModal .comments-conversation-row .msg-author, #guestMessagesModal .comments-conversation-row .msg-date {
    font-size: .75em;
    white-space: nowrap;
}

#guestMessagesModal .comments-conversation-row .msg-author {
    text-align: left;
    padding-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#guestMessagesModal .comments-conversation-row .msg-date {
    text-align: right;
}

#policy .modal-body, #term .modal-body {
    overflow-y: auto;
    padding-right: 1.2em;
    margin-top: 1em;
}

#policy .modal-body .close, #term .modal-body .close {
    display: none;
}

#policy .close-reveal-modal, #term .close-reveal-modal {
    display: block !important;
    font-size: x-large;
    right: 1.2em;
}

.welcome-message-dialog {
    background-color: rgba(255, 255, 255, 0.75);
    color: black;
}

.get-started-btn {
    border: 1px solid #000;
    color: black;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: center;
    width: 130px;
    margin-left: 120px;
    cursor: pointer;
}

#alice-body-bg1,
#alice-body-bg2,
#alice-body-bg-loader,
#alice-body-bg-loader-white {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

#alice-body-bg-loader,
#alice-body-bg-loader-white {
    background-color: #fff;
    z-index: 1000;
}

#bg-loader-logo-block {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 35%;
    padding: 20px;
    width: 240px;
    margin-left: -120px;
    background-color: rgba(255, 255, 255, .5);
    z-index: 1010;
}

#bg-loader-logo img {
    max-width: 200px
}

#bg-loader-anim {
    padding-top: 20px;
}

@keyframes flash {
    from {
        background: black;
    }
    to {
        background: #bbb;
    }
}

@-webkit-keyframes flash {
    from {
        background: black;
    }
    to {
        background: #bbb;
    }
}

.dot {
    display: inline-block;
    background: #bbb;
    height: 10px;
    width: 10px;
    border-radius: 100px;
    margin-right: 5px;

    animation: flash 2000ms infinite;
    -webkit-animation: flash 2000ms infinite;
}

.dot:first-child {
    background: black;
}

.dot:nth-child(2) {
    animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
}

.dot:nth-child(3) {
    animation-delay: 1000ms;
    -webkit-animation-delay: 1000ms;
}

.locale-selection-guest-wrapper {
    float: right;
    width: 172px;
    margin-top: -2px;
    z-index: 2;
}

.locale-langs-button {
    margin-top: 2px;
    padding: 8px;
    height: 30px;
    width: 150px;
    border: 1px solid white;
    cursor: pointer;
}

.locale-langs-button .full-lang-name-wrapper {
    display: inline-block;
    max-width: 122px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.locale-langs-button i {
    float: right;
}

.locale-selection-guest {
    width: 200px;
    margin-left: -48px;
}

.locale-selection-guest-item {
    padding: 12px 5px 10px 10px;
    width: 198px;
    border-top: 1px solid rgba(128, 128, 128, 0.35);
    border-left: 1px solid rgba(128, 128, 128, 0.35);
    border-right: 1px solid rgba(128, 128, 128, 0.35);
    border-bottom: none;
    background-color: rgba(49, 54, 75, 0.7);
    margin-bottom: 0;
    text-align: left;
}

.locale-selection-selected {
    background-color: #6c89c0;
}

.locale-selection-guest-item:hover {
    background-color: rgba(94, 92, 108, 0.5);
}

.last-item .locale-selection-guest-item {
    border-bottom: 1px solid rgba(128, 128, 128, 0.35);
}

.guestView #findOutMoreAboutBtn {
    float: right;
}

.room-confNo-label {
    font-size: 24px;
    margin-bottom: 14px;
}

.images-upload .image-rows .row:first-child {
    margin-top: 0;
}
.guest-inventory-options .images-upload .image-rows .attachment-row {
    background-color: #525252;
    border-radius: 3px;
    padding: 9px;
}

.images-upload .image-rows .row {
    margin: 9px 0;
}

.images-upload .image-rows .row .columns {
    padding: 0;
}

.images-upload .image-rows .row .columns input {
    margin: 0;
    height: 27px !important;
}

.images-upload .image-rows .row .columns.name-column {
    width: 117px;
    padding-right: 9px;
}

.guest-inventory-options .images-upload .image-rows .row .columns.name-column {
    width: 100%;
    padding: 0px 0px 9px 0px;
}

.images-upload .image-rows .row .columns.description-column {
    width: 165px;
    padding-right: 9px;
    display: inline-block;
}
.guest-inventory-options .images-upload .image-rows .row .columns.description-column {
    width: 100%;
    padding: 0px 0px 9px 0px;
}

.images-upload .image-rows .row .columns.remove-column {
    width: 16px;
}

.guest-inventory-options .images-upload .image-rows .row .columns.remove-column {
    border-radius: 3px;
    background-color: #999999;
    height: 17px;
    width: 17px;
    color: #424242;
    text-align: center;
}

.images-upload .image-rows .row .columns.remove-column i {
    font-size: 18px;
    padding-top: 5px;
    cursor: pointer;
}
.guest-inventory-options .images-upload .image-rows .row .columns.remove-column i {
    padding: 0px;
    font-size: 14px;
    height: 17px;
    line-height: 17px;
}
.images-upload .image-rows .row .columns.preview-column {
    width: 135px;
    height: 99px;
    margin-right: 9px;
    display: inline-block;
}

.guest-inventory-options .upload-button, .guest-service-options .upload-button {
    display: none;
}

.guest-inventory-options.data-type-file .file-add-link,
.file-add-link {
    display: none;
}
#attachments-section-data-type-photo .upload-button{
    display: none;
}
.guest-inventory-options .file-add-link, .guest-service-options .file-add-link {
    display: block;
}

.edit-inventory-link {
    font-size: 0.7em;
    float: right;
}

.simple-label {
    display: inline;
}

.status-inventory-edit {
    padding-top: 6px;
}

.staff-message-button-border {
    border-radius: 3px;
    outline-color: rgba(0, 0, 0, 0);
}

.staff-message-button-icon {
    font-size: 16px;
    padding-right: 3px;
    float: left;
    margin-left: 10px;
}

.staff-message-button-icon-disable-padding {
    margin-top: 1px;
    width: 98px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
}

.uc {
    text-transform: uppercase;
}

.menu-items-or-service .reservation-section {
    padding: .9em 1.3em;
    background-color: #373737;
    margin-bottom: 1em;
}

.menu-items-or-service .reservation-section form {
    margin: 0;
    padding: 0;
    outline: none;
}

.menu-items-or-service .reservation-section .reservation-section-header,
.menu-items-or-service .reservation-section .reservation-section-footer {
    background-color: #2a2a2a;
    margin: -.9em -1.3em;
    padding: .9em 1.3em;
}

.menu-items-or-service .reservation-section .columns {
    padding: 0;
}

.menu-items-or-service .reservation-section.room-info .columns {
    margin-bottom: .45em;
}

.menu-items-or-service .reservation-section.room-info .columns.last {
    margin-bottom: .25em
}

.menu-items-or-service .reservation-section .reservation-name {
    font-size: 18px;
    font-weight: var(--font-weight-semibold, 600);
    color: #ffffff;
}

.menu-items-or-service .reservation-section .reservation-room {
    font-size: 14px;
    font-weight: var(--font-weight-normal, normal);
    color: #ffffff;
}

.menu-items-or-service .reservation-section .reservation-section-header-label {
    font-size: 14px;
    font-weight: var(--font-weight-normal, 400);
    color: #c5c5c5;
}

.menu-items-or-service .reservation-section .edit-link {
    font-size: 11px;
    font-weight: var(--font-weight-normal, 400);
    text-align: right;
    color: #1c9cb5;
    float: right;
    text-decoration: underline;
}

.menu-items-or-service .reservation-section .reservation-section-content {
    display: block;
    width: 100%;
    margin-top: .9em;
}

.menu-items-or-service .reservation-section .reservation-section-content .reservation-section-field {
    padding: 1em .9em;
    position: relative;
}

.menu-items-or-service .reservation-section .reservation-section-content .reservation-section-field .opt-error {
    margin-top: 1px;
}

.menu-items-or-service .reservation-section .reservation-section-content .reservation-section-field.last {
    margin-bottom: -.75em;
}

.menu-items-or-service .reservation-section .reservation-section-content .reservation-section-field .border {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 0.1;
    background-color: #ffffff;
}

.menu-items-or-service .reservation-section .reservation-section-content .reservation-section-field .field-title {
    font-size: 13px;
    font-weight: var(--font-weight-bold, 700);
    color: #c5c5c5;
    line-height: 27px;
}

.menu-items-or-service .reservation-section .reservation-section-content .reservation-section-field .field-value {
    font-size: 11px;
    font-weight: var(--font-weight-light, 300);
    color: #ffffff;
    margin-top: .75em;
    display: inline-block;
    width: 100%;
    /* For Firefox */
    white-space: pre-wrap;
    word-break: break-all;

    /* For Chrome and IE */
    word-wrap: break-word;
}

.menu-items-or-service .reservation-section .reservation-section-content .reservation-section-field input[type=text],
.menu-items-or-service .reservation-section .reservation-section-content .reservation-section-field input[type=email] {
    margin-bottom: 0;
    border-radius: 3px;
    background-color: #ffffff;
    height: 27px;
}

.menu-items-or-service .reservation-section .reservation-section-content .reservation-section-field input[type=checkbox] {
    margin-top: .5em;
}

.menu-items-or-service .reservation-section .reservation-section-content .reservation-section-field input[type=text]:not(.ng-invalid):not(.select2-input),
.menu-items-or-service .reservation-section .reservation-section-content .reservation-section-field input[type=email]:not(.ng-invalid):not(.select2-input) {
    border: solid 1px #979797;
}

.menu-items-or-service .reservation-section .reservation-section-content .reservation-section-field .validated-input-wrapper {
    margin-bottom: 0;
}

.menu-items-or-service .reservation-section .reservation-section-footer {
    margin-top: .5em;
}

.menu-items-or-service .reservation-section .reservation-section-footer .reservation-section-buttons-wrapper {
    text-align: right;
}

.menu-items-or-service .reservation-section .reservation-section-footer .reservation-section-buttons-wrapper button,
.menu-items-or-service .reservation-section .reservation-section-footer .reservation-section-buttons-wrapper .button {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: var(--font-weight-semibold, 600);
    text-align: center;
    color: #ffffff;
    min-width: 94px;
    height: 27px;
    border-radius: 4px;
    margin-left: .25em;
}

.menu-items-or-service .reservation-section .reservation-section-footer .reservation-section-buttons-wrapper button.gray,
.menu-items-or-service .reservation-section .reservation-section-footer .reservation-section-buttons-wrapper .button.gray {
    background-color: #9b9b9b;
}

.menu-items-or-service .reservation-section .reservation-section-footer .reservation-section-buttons-wrapper button.blue,
.menu-items-or-service .reservation-section .reservation-section-footer .reservation-section-buttons-wrapper .button.blue {
    background-color: #1c9cb5;
}

.login-form-container {
    position: absolute;
    right: 0;
    left: 228px;
    top: 0;
    bottom: 0;
    z-index: 1;
    min-width: 500px;
}

.login-form-container .login-form-container-background {
    background: #000000;
    opacity: .85;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.login-form-container .login-form-wrapper {
    width: 471px;
    height: 324px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.login-form-container .login-form-wrapper .text-center {
    position: relative;
}

.login-form-container .login-form-wrapper .request-access-link {
    position: absolute;
    right: 1em;
    top: -1em;
}

.login-form-container .login-form-wrapper button.large {
    margin: auto !important;
}

.login-form-container .login-form-wrapper .switch-toggle {
    height: 49px;
    border: 1px solid;
}

.login-form-container .login-form-wrapper .switch-toggle label {
    padding-top: .5em;
    padding-bottom: .5em;
}

.login-form-container .login-form-wrapper .checkinInfoInput input {
    height: 40px;
}

.login-form-container .login-form-wrapper .checkinInfoInput label.acceptTerms {
    margin-top: 0;
    display: inline-block;
}

.images-upload .image-rows .row .columns.preview-column {
    width: 135px;
    height: 99px;
    margin-right: 9px;
    background-color: #BFBFBF;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.images-upload .image-rows .row .columns.name-column .loading-indicator,
.images-upload .image-rows .preview-column .image-loading-indicator {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: rgba(0, 0, 0, 0.75);
    padding-top: .45em;
}

.images-upload .image-rows .row .columns.name-column .loading-indicator .fa,
.images-upload .image-rows .preview-column .image-loading-indicator .fa {
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
    font-size: 3em;
    vertical-align: middle;
    top: 50%;
    position: absolute;
    margin: -21px auto auto auto;
    left: 0;
    right: 0;
}

.images-upload .image-rows .row .columns.name-column .loading-indicator .span {
    font-size: 0.875em;
    float: right;
    margin-right: .5em;
    margin-top: .2em;
}

#inventory-content .attachments-section .attachments-name,
#guest-service-request-content .attachments-section .attachments-name{
    color: inherit;
    font-size: inherit;
}

#inventory-content .attachments-section,
#guest-service-request-content .attachments-section{
    background-color: inherit;
}

#inventory-content .attachments-add a,
#guest-service-request-content .attachments-add a{
    color: #2795b6;
}

#inventory-content .attachments-photo-resize,
#guest-service-request-content .attachments-photo-resize{
    background-color: initial;
    text-align: initial;
    border: 0;
    height: initial;
}

#inventory-content .attachments-section .attachments-preview,
#guest-service-request-content .attachments-section .attachments-preview {
    border-radius: 0;
}

#inventory-content .attachments-guest-preview,
#guest-service-request-content .attachments-guest-preview{
    width: 58%;
    text-align: center;
    background: #262626;
    float: left;
    position: relative;
    height: 127px;
}

#inventory-content .attachments-photo,
#guest-service-request-content .attachments-photo {
    max-height: 127px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#inventory-content .attachments-section .attachments-add,
#guest-service-request-content .attachments-section .attachments-add {
    margin-right: 147px;
}
#inventory-content .attachments-guest-description,
#guest-service-request-content .attachments-guest-description {
    float: right;
    opacity: 0.85;
    background-color: #474747;
    width: 43%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

#attachments-section-data-type-photo .attachments-photo-resize {
    width: 57%;
    text-align: center;
    background: #262626;
    float: left;
    position: relative;
    height: 100%;
    min-height: 120px;
    margin-right: 0;
}

#attachments-section-data-type-photo .description-column {
    float: right;
    width: 43%;
    height: 100%;
    position: relative;
    padding-right: 0;
    padding: 10px;
    border-radius: 3px;
}

#attachments-section-data-type-photo .images-upload .image-rows .row {
    opacity: 0.85;
    background-color: #474747;
    position: relative;
}

#attachments-section-data-type-photo .images-upload .image-rows .row .columns.remove-column {
    position: absolute;
    bottom: 10px;
    right: 12px;
}

#attachments-section-data-type-photo .images-upload .image-rows .row .columns.remove-column i {
    font-size: 14px;
    color: #ffffff;
}

#attachments-section-data-type-photo textarea {
    font-family: ProximaNova;
    font-size: 10px;
    font-weight: var(--font-weight-normal, normal);
    font-style: normal;
    font-stretch: normal;
    color: #4a4a4a;
    border-radius: 3px;
    background-color: #eeeeee;
    border: solid 1px #999999;
}

#attachments-section-data-type-photo .images-upload {
    margin-top: -15px;
}

#attachments-section-data-type-photo .file-add-link {
    display: inherit;
    text-align: center;
    margin-bottom: 5px
}

#inventory-content .attachments-guest-description-text,
#guest-service-request-content .attachments-guest-description-text {
    font-family: SFUIText;
    font-size: 10px;
    font-weight: var(--font-weight-normal, normal);
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    padding: 10px;
    white-space: normal;
    word-break: break-word;
}

.attachments-buttons-guest-photo{
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    right: 12px;
}

.text-area-edit-description{
    font-family: ProximaNova;
    font-size: 10px;
    font-weight: var(--font-weight-normal, normal);
    font-style: normal;
    font-stretch: normal;
    color: #4a4a4a;
    border-radius: 3px;
    background-color: #eeeeee;
    border: solid 1px #999999;
}

#service .data-type-photo .images-upload .image-rows .attachment-row,
#inventory .guest-inventory-options .data-type-photo .images-upload .image-rows .attachment-row{
    background: #262626;
    position: relative
}

#inventory .data-type-photo .images-upload .image-rows .row .columns.preview-column,
#service .data-type-photo .images-upload .image-rows .row .columns.preview-column{
    text-align: center;
    background: #262626;
    float: left;
    position: relative;
}

#inventory .guest-inventory-options .data-type-photo .images-upload .image-rows .row .columns.description-column,
#service .data-type-photo  .images-upload .image-rows .row .columns.description-column {
    float: right;
    opacity: 0.85;
    background-color: #474747;
    position: absolute;
    height: 100%;
    top: 0;
    padding: 10px;
}
#service .data-type-photo .images-upload .image-rows .row .columns.description-column {
    width: 57%;
}
#inventory .guest-inventory-options .data-type-photo .images-upload .image-rows .row .columns.description-column{
    width: 55%;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

#inventory .data-type-photo .images-upload .image-rows .row .columns input,
#service .data-type-photo .images-upload .image-rows .row .columns input {
    font-family: ProximaNova;
    font-size: 10px;
    font-weight: var(--font-weight-normal, normal);
    font-style: normal;
    font-stretch: normal;
    color: #4a4a4a;
    border-radius: 3px;
    background-color: #eeeeee;
    border: solid 1px #999999;
}

#service .data-type-photo .images-upload .image-rows .row .columns.remove-column,
#inventory .guest-inventory-options .data-type-photo .images-upload .image-rows .row .columns.remove-column {
    bottom: 10px;
    position: absolute;
    right: 10px;
    color: #ffffff;
    background: initial;
}

#service .data-type-photo .images-upload .image-rows .row .columns.remove-column i{
    padding: 0px;
    font-size: 14px;
    height: 17px;
    line-height: 17px;
}

.data-type-file .description-column textarea {
    margin-bottom: 0;
}

#your-stay-inventory-file-attachments .description-div span {
    display: table-cell;
    vertical-align: middle;
    word-break: break-word;
    display: -webkit-box;
    max-width: 220px;
    height: 25px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 7px;
}

#campaigns-content .campaignsSelectedText {
    max-width: 437px;
    font-size: 14px;
    float: left;
    padding-left: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#campaigns-content .campaignsSelectedDate {
    font-size: 13px;
    float: right;
    padding-right: 21px;
}

#campaigns-content .repeat-campaign-messages-common {
    font-weight: var(--font-weight-normal, normal);
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    padding-top: 21px;
    font-family: SFUIText;
    text-align: left;
    height: 60px;
    cursor: pointer;
}

#campaigns-content .mystay .facility-content {
    width: 579px;
    padding-right: 0;
    left: 181px;
}

#campaigns-content .mystay .menu-items-or-service {
    padding-right: 0;
    width: 548px;
    height: 496px;
    background-color: #2a2a2a;
    margin-right: 21px;
}

.campaign-message-details-common {
    height: 60px;
    background-color: #454545;
    color: #ffffff;
    padding-left: 14px;
}

.campaign-message-details-from {
    font-family: ProximaNova;
    padding-top: 12px;
}

.campaign-message-details-send-date {
    font-family: SFUIText;
    padding-top: 4px;
}

.campaign-message-details-text {
    float: left;
    padding-left: 14px;
    font-size: 14px;
    font-weight: var(--font-weight-normal, normal);
    font-style: normal;
    font-stretch: normal;
    text-align: left;
}

.campaign-message-details-arrow {
    float: left;
    height: 60px;
    padding-top: 19px;
    font-size: 21px;
    width: 8px;
    cursor: pointer;
}

.campaign-message-details-body{
    font-family: SFUIText;
    font-size: 13px;
    font-weight: var(--font-weight-normal, normal);
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #ffffff;
    padding-top: 24px;
    padding-left: 30px;
    padding-right: 20px;
    white-space: pre-line;
}

.repeat-campaign-messages-unread{
    background-color: #454545;
    border-bottom: solid 2px #7b7b7b;
}

.repeat-campaign-messages-read{
    border-bottom: solid 2px #474747;
}

