div.check_if_exists_ok {
	margin-top: 2px;
	padding-left: 20px;
	font-size: 8pt;
	line-height: 18px;
	background-image:url(icon_ok.png);
	background-repeat: no-repeat;
	background-position: left, center;
	display: none;
}

div.check_if_exists_error {
	margin-top: 2px;
	padding-left: 20px;
	font-size: 8pt;
	line-height: 18px;
	background-image:url(icon_error.png);
	background-repeat: no-repeat;
	background-position: left, center;
	display: none;
}

div.check_if_exists_loading {
	margin-top: 2px;
	padding-left: 20px;
	font-size: 8pt;
	line-height: 18px;
	background-image:url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: left, center;
	display: none;
}.disable-select {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.gastro_row {
    display: block;
    min-height: 50px;
    color: black;
    font-size: 1.3rem;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

.gastro_row:last-child {
    margin-bottom: 0px;
}

.gastro_row1 {
}

.gastro_row2 {
    background-color: rgba(255, 255, 255, 0.8);
}

.gastro_row_flash {
    background-image:none !important;
    -o-animation: flash 1.5s ease-in-out;
    animation: flash 1.5s ease-in-out;
}

.gastro_title {
    font-weight: bold;
    position: relative;
}

.gastro_bigtitle {
    font-weight: bold;
    font-size: 46px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gastro_subtitle {
    margin-top: 2px;
    font-size: 1.2rem;
    color: #878787;
}

.gastro_order_count_control {
    margin-left: auto;
    margin-right: auto;
}

.gastro_order_button {
    float: left;
    display: block;
    border-radius: 10px;
    background-color: #f07d00;
    color: white;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: solid 1px #f07d00;
    cursor: pointer;
}

.gastro_order_button:hover {
    background-color: #ffa436;
    text-decoration: none;
}

.gastro_order_button_autowidth {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 1.7rem;
}

.gastro_order_plus {

}

.gastro_order_count {
    font-family: 'Roboto', sans-serif;
    float: left;
    display: block;
    border-radius: 10px;
    line-height: 50px;
    font-weight: bold;
    color: black;
    font-size: 2.0rem;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: transparent;
    border: solid 1px #aaa;
    margin-left: 10px;
    margin-right: 10px;
}

.gastro_order_minus {

}

.gastro_order_items {
}

.gastro_order_item_container {
    margin-top: 10px;
}

.gastro_order_item_container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.gastro_order_item_comment {
    width: 100%;
    border-radius: .4rem;
    padding: .2rem;
    margin: .4rem 0;
    resize: vertical;
    min-height: 50px;
}

.gastro_order_item_name {
    font-family: 'Roboto', sans-serif;
    border: solid 1px #878787;
    margin-top: 10px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    font-size: 1.1rem;
    padding: 10px;
}

.order-comment {
    font-style: italic;
    color: #000;
    margin: 5px 0;
    padding: 5px;
    background-color: #f0f0f0;
    border-radius: 4px;
}

.gastro_order_item_name:first-child {
    margin-top: 20px;
}

.gastro_submitbutton {
    display: block;
    float: none;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.gastro_order_confirm {
    border: solid 1px green;
    background-color: #009e00;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.gastro_order_confirm:hover {
    background-color: #74bb00;
}

.gastro_twocol {
    float: left;
    width: 49%;
    margin-bottom: 20px;
}

.gastro_twocol:first-child {
    margin-right: 2%;
}

.gastro_order_singleorders {
    float: left;
}

.gastro_teams {
    width: 100%;
    border-collapse: collapse;
}

.gastro_teams tbody tr:nth-of-type(2n) {
    background-color: rgba(22, 22, 22, 0.9);
}

.gastro_teams td, th {
    padding: 5px;
    border: solid 1px #444;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
}

.gastro_teams th {
    background-color: #f07d00;
    color: white;
    font-weight: bold;
    font-size: 1.4rem;
}

.gastro_teams td {
    font-size: 1.0rem;
}

.gastro_saldo {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    background-color: rgba(117, 0, 0, 0.9);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.gastro_delete {
    background-color: red;
    position: absolute;
    right: -45px;
    top: 5px;
    bottom: 5px;
    display: block;
    vertical-align: middle;
    width: 40px;
    color: white;
    text-align: center;
    border-radius: 7px;
    text-decoration: none;
}

.gastro_delete:hover {
    text-decoration: none;
}

.gastro_delete > span {
    display: block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.gastro_sum {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: black;
    color: white;
    text-align: right;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    display: none;
    text-align: center;
    z-index: 1000;
}

.massencounter_container {
    position: absolute;
    height: calc(100% - 580px);
    bottom: 40px;
    left: 10%;
    right: 10%;
    border-radius: 10px;
    background-color: white;
}

.massencounter {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-radius: 10px;
    height: 0%;
    background-color: #f07d00;
}

#massencount {
    font-size: 140px;
    line-height: 140px;
    display: block;
}

.massencount {
    position: absolute;
    z-index: 3;
    left: 0px;
    right: 0px;
    display: block;
    color: white;
    text-align: center;
    background-color: rgba(117, 0, 0, 0.9);
    font-weight: bold;
    padding: 5px;
    font-size: 14px;
}

.gastro_ok, .massencount_ok {
    background-color: rgba(0, 117, 0, 0.9);
}

label {
    display: inline;
}

.regular-checkbox {
    display: none;
}

.regular-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: block;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 10px;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
    background-color: #009e00;
    border: 1px solid #048600;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: white;
}

.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 14px;
    color: white;
}


.big-checkbox + label {
    padding: 13px;
    padding-left: 40px;
    padding-right: 60px;
}

.big-checkbox:checked + label:after {
    font-size: 28px;
    left: 14px;
}

@media only screen and (max-width: 1279px) and (min-width: 901px) {
    .gastro_order_singleorders {
        float: none;
        clear: both;
        padding-top: 10px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
    .gastro_col_right {
        position: static;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: 10px;
    }

    .gastro_order_singleorders {
        float: right;
    }

    .gastro_twocol {
        float: none;
        width: auto;
    }

    .gastro_bigtitle {
        font-weight: bold;
        font-size: 2.5rem;
        line-height: 50px;
    }

    h1.second {
        margin-top: 30px;
    }

    .gastro_order_confirm {
        clear: left;
        float: left;
        margin-top: 10px;
    }

    .massencounter_container {
        position: relative;
        height: 500px;
        left: auto;
        right: auto;
        bottom: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .gastro_bigtitle {
        font-size: 1.7rem;
    }

    .gastro_saldo {
        width: auto;
    }

    #content p img {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
        width: auto !important;
        height: auto !important;
        float: none !important;
    }
}
:root {
    --primary-color: #3a5a78;
    --secondary-color: #666666;
    --background-color: #eaeaea;
    --text-color: #333;
    --emoji-color: #fff;
    --border-color: #ddd;
    --hover-color: #4e78a1;
    --shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background-color);
    margin: 0;
    padding: 20px;
}

.monacobar-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.monacobar-page__header {
    text-align: center;
    margin-bottom: 30px;
}

.monacobar-page__header h1 {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin: 0;
}

.monacobar-page__main {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: var(--shadow);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
    margin-top: 0;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* Form styles */
.form-group {
    margin-bottom: 20px;
}

.form_desc {
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: .9rem;
}

label {
    display: block;
    margin-bottom: 5px;
    color: var(--secondary-color);
}

input, select, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 1rem;
}

select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z' fill='%23333'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

.reservation-info {
    font-size: 0.9rem;
    color: var(--text-color);
    margin-bottom: 20px;
}

.monacobar-page__footer {
    text-align: center;
    margin-top: 30px;
    color: var(--secondary-color);
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .monacobar-page {
        padding: 15px;
    }

    h1 {
        font-size: 2rem;
    }
}