@font-face {
    font-family: 'SegoeUI';
    src: url("../fonts/SegoeUI/segoeuil.eot");
    src: url("../fonts/SegoeUI/segoeuil.eot") format("embedded-opentype"), url("../fonts/SegoeUI/segoeuil.woff") format("woff"), url("../fonts/SegoeUI/segoeuil.ttf") format("truetype"), url("../fonts/SegoeUI/segoeuil.svg#SegoeUIRegular") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI';
    src: url("../fonts/SegoeUI/segoeui.eot");
    src: url("../fonts/SegoeUI/segoeui.eot") format("embedded-opentype"), url("../fonts/SegoeUI/segoeui.woff") format("woff"), url("../fonts/SegoeUI/segoeui.ttf") format("truetype"), url("../fonts/SegoeUI/segoeui.svg#SegoeUIRegular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI';
    src: url("../fonts/SegoeUI/segoeuisb.eot");
    src: url("../fonts/SegoeUI/segoeuisb.eot") format("embedded-opentype"), url("../fonts/SegoeUI/segoeuisb.woff") format("woff"), url("../fonts/SegoeUI/segoeuisb.ttf") format("truetype"), url("../fonts/SegoeUI/segoeuisb.svg#SegoeUIRegular") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI';
    src: url("../fonts/SegoeUI/segoeuib.eot");
    src: url("../fonts/SegoeUI/segoeuib.eot") format("embedded-opentype"), url("../fonts/SegoeUI/segoeuib.woff") format("woff"), url("../fonts/SegoeUI/segoeuib.ttf") format("truetype"), url("../fonts/SegoeUI/segoeuib.svg#SegoeUIRegular") format("svg");
    font-weight: 600;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, textarea, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    outline: none !important;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body.with-bg-logo {
    background: url("../img/biglogo.png") no-repeat 45% 150px;
    background-size: 800px auto;
}

body.with-bg-logo.opacity {
    background: url("../img/biglogo_opacity.png") no-repeat 45% 150px;
    background-size: 800px auto;
}

input {
    font-family: "SegoeUI", Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    outline: none;
}

input[type=text], input[type=password], select {
    border: 1px solid #7a7a7a;
    padding: 10px;
    min-width: 300px;
    transition: ease-out .3s;
    background: #fff;
}

input[type=text]:focus, input[type=password]:focus {
    border-color: #0577bb;
}

select:focus {
    box-shadow: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
    color: #0577bb;
}

a.go-to-page {
    color: #0577bb;
}

/* main styles
 * ---------------------------------------------------------------------------*/
body {
    font-family: "SegoeUI", Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    margin: 0;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    overflow-x: hidden;
}

.main_wrp {
    width: 100%;
    margin: 20px auto 0;
    padding: 0 25px 20px;
}

.main_wrp.auth-block {
    margin: 0 auto;
    padding: 20px 25px 20px;
}

.main_wrp.auth-block h1 {
    font-size: 2rem;
}

.main_wrp.auth-block h2 {
    font-size: 1.5rem;
}

header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

header .middle-part {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-grow: 1;
}

header .logo {
    width: 240px;
    position: relative;
}

header .logo.center {
    margin: 0 auto;
}

header .logo img {
    width: 100%;
}

header .logo .loading {
    position: absolute;
    top: -7px;
    right: -50px;
    width: 50px;
    height: 50px;
}

header .buttons {
    display: flex;
    align-items: center;
}

header .buttons.system-generated {
    width: 150px;
    position: relative;
    justify-content: flex-end;
}

header .logout-top-link {
    font-size: 1rem;
    font-weight: bold;
    color: #0577bb;
    text-decoration: none;
}
header .logout-top-link:hover {
    text-decoration: underline;
}

.logout-code-line {
    margin: 20px 0 0 0 !important;
}
.logout-code-line input {
    width: 73px;
    min-width: 73px;
}
.logout-code-line input.error {
    border-color: #ed1b24;
}

header .venue-name {
    position: absolute;
    bottom: -60px; /* <--- Space for auto generated buttons "Refresh" and "Back to POS" */
    right: 0px;

    max-width: 200px;
    min-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 4px 0;
    text-align: right;
}

.main_wrp button {
    width: 85px;
    height: 30px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    box-shadow: 2px 1px 3px -1px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-family: "SegoeUI", Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    cursor: pointer;
    transition: ease-out .3s;
}

.main_wrp button#close {
    width: 100px;
}

button.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    margin-left: 10px;
}

button.light {
    background: #f7f7f7;
}

button.light:hover {
    background: #efeeee;
}

button.light:active {
    background: #e2e1e1;
}

button.dark {
    background: #979797;
}

button.dark:hover {
    background: #8e8e8e;
}

button.dark:active {
    background: #868686;
}

button.gray_text {
    color: #777777;
}

button.blue_text {
    color: #0577bb;
}

button.bluelight_text {
    color: #94ecee;
}

button.red_text, .red_text {
    color: #ed1b24 !important;
}

button.orange_text {
    color: #f98f25;
}

button.orangelight_text {
    color: #f8b995;
}

button.green_text {
    color: #32c184;
}

button.patron-block {
    color: #ed1b24;
    width: auto !important;
    margin: 40px 0 0 0;
}

svg.setting_icon {
    width: 20px;
    height: 20px;
    fill: #0577bb;
}

.patron_filter {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.patron_filter p {
    margin: 0 15px 0 0;
}

.patron_view_container {
    width: 250px;
    height: 30px;
    padding-top: 5px;
    position: relative;
}

.patron_view {
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin: 0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.patron_view .view_item {
    position: relative;
}

.patrons_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: left;
    padding-bottom: 40px;
}

.patrons_list.checkin {
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    min-height: 200px;
}

#page .header-title {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
}


.patrons_list .patron_item {
    width: 157px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 40px;
    background: rgb(255 255 255 / 90%);
}

.patrons_list .patron_item .patron_photo, .patrons_list .patron_name, .patrons_list .patron_ticket {
    cursor: pointer;
}

.patrons_list .patron_item[data-server-requested='true'] div.circle {
    box-shadow: 0 0 10px rgba(237, 27, 36, 0.8);
}

.patrons_list .patron_item[data-server-requested='true'] .patron_name, .patrons_list .patron_item[data-server-requested='true'] .patron_ticket {
    color: #ed1b24;
}

h1 {
    font-weight: 500;
    font-size: 22px;
}

h1.center {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

table {
    width: 100%;
    font-size: 16px;
}

table.table-tickets {
    border-collapse: separate;
    border-spacing: 2px 20px;
}

table tbody tr.assign-ticket {
    cursor: pointer;
}

table thead td {
    border-right: 1px solid #e5e5e5;
}

table td {
    padding: 5px 10px;
}

table.table-tickets td {
    padding: 10px 10px;
}

table td.align_right {
    text-align: right;
}

table.striped tbody tr {
    background: #f6fbff;
}

table.striped tbody tr:nth-child(odd) {
    background: #e6f6ff;
}

table td.tap-to-assign button {
    width: 95%;
    height: 40px;
}

table td.tap-to-assign button span {
    color: #000;
}

table tfoot {
    font-weight: 600;
}

.table_scroll {
    max-height: 500px;
    overflow-y: auto;
}

.patron_photo {
    position: relative;
    height: 100px;
}

.patron_photo .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #c8cbca;
    background-position: center center;
    background-size: cover;
    margin-bottom: 10px;
}

.patron_photo .circle img {
    width: 100%;
    height: auto;
}

.patron_photo .rect {
    position: absolute;
    width: 100px;
    height: 25px;
    bottom: 0;
    background: #22b14c;
    color: #eee;
    font-size: 16px;
    line-height: 23px;
    cursor: pointer;
    transition: ease-out .3s;
}

.patron_photo .rect:hover {
    background: #0577bb;
}

.patron_name {
    min-width: 100px;
    background-color: #fff;
}

.patron_profile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.patron_profile .patron_column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.patron_profile .patron_column.text {
    width: 50%;
}

.patron_profile .patron_column.counts {
    width: 30%;
}

.patron_profile .patron_column.photo {
    width: 20%;
    -ms-flex-align: end;
    align-items: flex-end;
}

.patron_profile .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.patron_profile .item:last-child {
    margin-bottom: 0;
}

.patron_profile .item .text {
    width: 125px;
}

.patron_profile .item .value {
    color: #0577bb;
}

.patron_tickets_block {
    margin-top: 40px;
}

.patron_tickets_block p {
    margin-top: 0;
    margin-bottom: 10px;
}

.patron_tickets_block .patron_tickets {
    display: -ms-flexbox;
    display: flex;
    background: #e6f6ff;
    padding: 10px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.patron_tickets_block .patron_tickets .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 400px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.user_title, .patron_table {
    margin-bottom: 30px;
}

.user_title .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.user_title span {
    color: #0577bb;
    font-size: 28px;
    padding-left: 10px;
}

.select_data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
}

.server_name_block {
    margin-top: 40px;
}

.login_line, .content-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_line p, .content-line p {
    width: 150px;
    padding-right: 15px;
}

.content-line p {
    width: 270px;
}

.login_line input, .login_line button, .login_line select, .content-line input, .content-line button, .content-line select, .content-line .switch, .keyboard-icon-wrapper {
    width: 300px;
    box-sizing: border-box;
}

.content-line .pos-order-btn button {
    width: 40px;
    height: 35px;
}

.content-line.pos-order {
    height: 175px;
    margin: 10px 0;
}

.login_line button {
    margin-bottom: 15px;
}

.login_line:last-child button, .content-line:last-child button {
    margin-bottom: 0;
}

.sign-in-text {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;

    font-size: 1.2rem;
}

.sign-in-text.top {
    text-align: center;
}
.sign-in-text.top p {
    margin: 0 0 5px 0;
}
.sign-in-text.top p.small {
    font-size: 0.9rem;
    margin: -5px 0 30px 0;
}
.sign-in-text.bottom {
    margin-top: 30px;
    line-height: 2rem;
    text-align: center;

}

.margin_bottom {
    margin-bottom: 25px;
}

.content-line {
    height: 50px;
}

.slide_block {
    position: relative;
}

.slide_block .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    opacity: .8;
    transition: ease-out .3s;
    cursor: pointer;
}

.slide_block .close img {
    width: 20px;
}

.slide_block .close:hover {
    opacity: 1;
}

.slide_block .close:active {
    opacity: .9;
}

.slide {
    width: 100vw;
    height: 100vh;
}

.slides {
    position: relative;
}

.slides_nav {
    position: absolute;
    width: 238px;
    height: 80px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
}

.slides_nav .button {
    width: 80px;
    height: 80px;
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    cursor: pointer;
    transition: ease-out .0s;
    opacity: .8;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

.slides_nav .button:hover {
    opacity: 1;
}

.slides_nav .button:active {
    opacity: .9;
}

.slides_nav .button.pause {
    background-image: url("../img/pause.svg");
}

.slides_nav .button.play {
    background-image: url("../img/play.svg");
}

.slides_nav .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 80px;
    height: 80px;
    font-size: 0;
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: none;
    cursor: pointer;
    transition: ease-out .3s;
    opacity: .8;
}

.slides_nav .slick-arrow.slick-prev {
    left: 0;
    background-image: url("../img/arrow.svg");
}

.slides_nav .slick-arrow.slick-next {
    right: 0;
    background-image: url("../img/arrow_right.svg");
}

.slides_nav .slick-arrow:hover {
    opacity: 1;
}

.slides_nav .slick-arrow:active {
    opacity: .9;
}

.slide .img {
    width: inherit;
    height: inherit;
    background-position: center center;
    background-size: cover;
}

.input_item {
    display: flex;
}

.input_item p {
    text-align: right;
}

.button_right {
    display: flex;
    justify-content: flex-end;
}

.form_wrp {
    width: 600px;
}

.table-transaction td.transaction-date {
    width: 120px;
}

.table-transaction td.transaction-time {
    width: 90px;
}

.table-transaction td.transaction-total,
.table-transaction td.transaction-tip {
    width: 100px;
    text-align: right;
}

.z-modal .z-modal-box .z-modal-header .z-modal-title,
.z-modal .z-modal-box .z-modal-header .z-modal-close {
    padding: 10px;
    color: #0577bb;
}

.z-modal .z-modal-box .z-modal-footer .z-modal-btn.z-modal-btn-half {
    width: 49%;
}

.z-modal .z-modal-box .z-modal-footer button.z-modal-btn.default:not(:last-child),
.z-modal .z-modal-box .z-modal-footer button.z-modal-btn.default-disabled:not(:last-child) {
    margin-right: 2%;
}

.z-modal .z-modal-box .z-modal-footer button.z-modal-btn.default-disabled {
    color: #9e9e9e;
}
.z-modal .z-modal-box .z-modal-footer button.z-modal-btn.default-disabled:hover {
    background: #ddd;
    color: #9e9e9e;
}

.z-modal .z-modal-box .z-modal-footer .z-modal-btn:hover {
    background: #0577bb;
}



.z-modal .z-modal-box .z-modal-footer button.z-modal-btn {
    color: #0577bb;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    box-shadow: 2px 1px 3px -1px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-family: "SegoeUI", Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    cursor: pointer;
    transition: ease-out .3s;
}

.z-modal.dialog-custom .z-modal-box {
    width: 465px;
}

.z-modal.dialog-custom.four-buttons .z-modal-box {
    width: 550px;
}

.z-modal.dialog-custom.assign-ticket-dialog h1 {
    margin-top: 0;
}

.z-modal.dialog-custom.assign-ticket-dialog .z-modal-box {
    width: 615px;
}

.z-modal.dialog-custom .z-modal-content .alert {
    color: #ed1b24;
}

.z-modal.dialog-custom .z-modal-footer {
    padding: 10px;
}

.z-modal.dialog-custom.verification-code .z-modal-box {
    width: 340px;
}

.z-modal .z-modal-box .z-modal-header .z-modal-close {
    font-size: 24px;
    line-height: 23px;
    font-weight: bold;
}
.z-modal .z-modal-box .z-modal-header .z-modal-close:hover {
    background: #aaa;
}

.z-modal.dialog-custom.text-center .z-modal-content,
.z-modal.dialog-custom.please-wait .z-modal-content {
    text-align: center;
}

.z-modal.dialog-custom.more-top-paddings .z-modal-content {
    padding: 2.2rem 2rem;
}

.z-modal.dialog-custom.three-buttons .z-modal-footer button {
    width: 32% !important;
}

.z-modal.dialog-custom.four-buttons .z-modal-footer button {
    width: 23.5% !important;
}

button.z-modal-btn.bluebtn {
    color: white !important;
    background: #0577bb !important;
}

.patron_action,
.patron_ticket {
    padding-top: 5px;
    background-color: #fff;
}

input[type=text]:disabled {
    background: #efefef;
}

button:disabled {
    background: #efefef;
    color: #9e9e9e;
}

button:disabled:hover {
    background: #efefef;
}

.patron_view.disabled label {
    color: black !important;
}

.patron_view.disabled img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.no-show-data {
    text-align: center;
    padding-top: 20px;
}

.hide {
    display: none
}

.button-footer {
    padding: 25px 0 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

form[name=verification-code-form] input {
    min-width: 170px;
}

form[name=verification-code-form] .login_line {
    width: 252px;
}

form[name=verification-code-form] button {
    width: 79px;
    height: 60px;
    margin: 3px;
    font-size: 20px;
}

.datepicker table {
    /*font-size: 12px;*/
}

.datepickerContainer {
    background: #ececec;
    position: absolute;
    top: 10px;
    left: -50px;
}

div.datepicker table td {
    padding: 5px;
    margin: 5px;
}

div.datepicker a {
    color: #000000;
}

td.datepickerNotInMonth a {
    color: #999;
}

td.datepickerNotInMonth {
    background: #bbb;
}

th.datepickerWeek {
    background: #bbb;
    border-right: 1px solid #000000;
}

div.datepicker tbody th {
    text-align: center;
    padding: 4px;
}

tbody.datepickerDays td.datepickerSelected {
    background: #539ecc;
}

tr.datepickerDoW th:first-child {
    border-right: 1px solid #000000;
}

div.datepicker td.datepickerNotInMonth a:hover {
    color: #000000;
}

div.datepicker th.datepickerWeek a:hover {
    color: #000000;
}

div.datepicker div[class ^= datepickerBorder] {
    background: #ececec;
}

div.datepickerContainer {
    border: 1px solid #a9a9a9;
    border-radius: 4px;
}

.patron_view label {
    cursor: pointer;
}

.patron_view .select label {
    font-weight: 500;
    color: #0577bb;
    transition: ease-out .3s;
    cursor: default;
}

.patron_view.disabled input {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.slider {
    -webkit-appearance: none;
    width: 80px;
    height: 15px;
    outline: none;
    /*padding: 0;*/
    background: transparent;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 19px;
    cursor: pointer;
    margin-top: -7px;
    background: url('../img/strip-mark.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider::-ms-thumb {
    width: 12px;
    height: 19px;
    border: none;
    background-color: transparent;
    background: url('../img/strip-mark.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #d3d3d3;
    border: none;
    border-radius: 1px;
    margin-top: 5px;
}

.slider::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #d3d3d3;
    border: none;
    border-color: transparent;
    border-width: 9px 0;
    color: transparent;
    margin-top: 0px;
}

.slider::-ms-tooltip {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .slider {
        position: absolute;
        top: -25px;
        left: -42px;
        height: 21px;
    }

    .slider::-webkit-slider-thumb {
        height: 20px;
    }

    .slider::-ms-thumb {
        height: 20px;
    }

}


.pos-order-block {
    width: 300px;
    display: flex;
    justify-content: space-between;
}

.pos-order-content .pos-order-item {
    width: 250px;
    border: 1px solid #7a7a7a;
    padding: 3px;
}

.pos-order-content .pos-order-item.active {
    background-color: #00CBFB;
}

.pos-order-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.pos-order-content {
    margin-top: 10px;
}

.pos-order-content > div {
    margin-bottom: 10px;
}

.pos-order-btn > button {
    margin-bottom: 5px;
}

button.blue_text svg {
    fill: #0577bb;
}

.button-switch button {
    width: 100px;
    text-align: right;
    padding-right: 0;
    transition: none;
}

.button-switch button.enabled {
    text-align: left;
    padding-left: 0;
}

.button-switch button p {
    display: inline-block;
    width: 60px;
    padding: 0;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    height: inherit;
    line-height: 30px;
}

.switch button.enabled p.on {
    display: inline-block;
    background: #009dff;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.switch button.enabled p.off {
    display: none;
}

.switch button p.on {
    display: none;
}

.switch button p.off {
    display: inline-block;
    border-left: 1px solid #c1c1c1;
}

.connection-status {
    width: 100%;
    min-height: 40px;
    font-size: 16px;
    font-family: sans-serif;
    padding: 0 0;
    margin: 0 auto 0 -25px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    background: #fff;
    box-shadow: rgb(33 35 38 / 10%) 0px -10px 10px -10px;
    z-index: 999;
}

.connection-status span {
    padding: 2px 5px;
}

.connection-status .status {
    margin: 0 20px 0 0;
    display: flex;
    text-transform: capitalize;
    color: grey;
    align-items: center;
}

.connection-status .status.online {
    color: #08a14b;
}

.connection-status .status.disconnected {
    color: #f3d909;
}

.connection-status .status.offline {
    color: #ed1b24;
}

.connection-status .status .circle-indicator {
    border-radius: 50%;
    width: 17px;
    height: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    background-color: grey;
}

.connection-status .status.online .circle-indicator {
    background-color: #08a14b;
}

.connection-status .status.disconnected .circle-indicator {
    background-color: #f3d909;
}

.connection-status .status.offline .circle-indicator {
    background-color: #ed1b24;
}

.simple-keyboard {
    max-width: 600px;
    min-width: 385px;
    margin: 30px auto 0;
}

.patron_filter .simple-keyboard {
    display: block;
    position: absolute;
    top: 30px;
}

.login_line .fa-keyboard, .tables-search-wrap .fa-keyboard {
    color: #aeaeae;
    margin-left: 5px;
    cursor: pointer;
    position: absolute;
    top: 30%;
    right: 10px;
}

.tables-search-wrap {
    position: relative;
}

/* === processing spinner with overlay === */
.processing-overlapped {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden;
    background-color: rgb(0 0 0 / 53%) !important;
}

.processing-overlapped .spinner {
    position: absolute;
    display: flex;
    gap: 20px;
    width: 300px;
    top: calc(50% - 33px);
    left: calc(50% - 138px);
    font-family: sans-serif, "SegoeUI", Verdana, "Geneva CY", "DejaVu Sans";
    font-size: 18px;
    background: #fff;
    padding: 20px 20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.processing-overlapped .spinner img {
    /*vertical-amalign: bottom;*/
    /*height: 25px;*/
}

.processing-overlapped .spinner span {
    margin: auto;
}

.processing-overlapped .spinner span:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 2000ms infinite;
    animation: ellipsis steps(4, end) 2000ms infinite;
    /* ascii code for the ellipsis character */
    content: "\2026";
    width: 0px;
}
