﻿@font-face {
    font-family: 'LunchBox-Light';
    font-display: swap;
    src: url('../fonts/2DD548_0_0.eot');
    src: url('../fonts/2DD548_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2DD548_0_0.woff2') format('woff2'), url('../fonts/2DD548_0_0.woff') format('woff'), url('../fonts/2DD548_0_0.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'LucidaSans';
    font-display: swap;
    src: url('../Fonts/ufonts.com_lucida_sans_1_.eot');
    src: url('../Fonts/ufonts.com_lucida_sans_1_.eot?#iefix') format('embedded-opentype'), url('../Fonts/ufonts.com_lucida_sans_1_.ttf') format('truetype');
    font-display: swap;
}

html {
    overflow: -moz-scrollbars-vertical;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0px;
}

.Hand {
    cursor: pointer;
}

.Amount {
    text-align: right;
}

.AlignRight {
    text-align: right;
}

Tr.Disabled td {
    color: #ddd;
}

.IncludedWithShopBookingItem td:first-child span.ItemNoTitleAndOptions {
    padding-left: 20px;
}

.ItemNoTitleAndOptions.HasItemDescription {
    font-weight: bold;
}

.CartItems .Header td {
    /* padding-bottom: 15px; */
    line-height: 30px;
}

.Item.Event .ItemText {
    font-size: 12px;
}

.Item.Event .ItemDescription {
    margin-bottom: 10px;
}

/*
.DataGridPrice {
    padding-left: 10px;
}
*/
    .NewsType1TitleOpening {
    font-weight: bold;
    line-height: 50px;
    font-size: 25px;
    color: red;
}

#cphContent_lShopClosingText {
    font-weight: bold;
    font-size: 18px;
    color: red;
}

input[type="text"].SearchDatePicker, input[type="text"].SearchText {
    margin-bottom: 1px;
    font-size: 14px;
    padding: 5px;
    margin: 0px;
}

input[type="text"].SearchDatePicker {
    width: 105px;
}

img {
    max-width: 100%;
}

.Hidden {
    display: none;
}

.HeaderStyle td {
    font-size: 14px;
    padding: 4px 5px;
    height: 29px;
}

.ItemStyle td {
    border-bottom: 1px solid #eeeeee;
    padding: 2px 5px;
}

    .ItemStyle td img, .ItemStyle td input {
        vertical-align: middle;
    }

.ItemStyle.Current td {
    background-color: #d0f8c2;
}

.ItemStyle.Credited td {
    color: #bbb;
}

.Price .Details {
    white-space: nowrap;
    line-height: 1;
    font-size: 9px;
    color: gray;
}

@media screen and (max-width:330px) {
    select {
        width: 100%;
    }
}

/*#region Input fields */
select {
    -webkit-appearance: none;
    vertical-align: middle;
    border-radius: 5px;
    border-color: #d0d4d9;
    font-family: Verdana, 'Lucida Sans', Tahoma;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAMAAADgW+cVAAAADFBMVEWAgIAbGxt/f3////8cQwPfAAAABHRSTlP///8AQCqp9AAAAClJREFUCFtVyMERAAAEA0Gk/56RCcb99gw/22QXXUaPGJY5hu0aSxpHJC19AOFlc6diAAAAAElFTkSuQmCC') no-repeat 100% 50%;
    font-size: 16px;
    /*
    max-width: 400px;
    */
    padding: 5px 6px;
    margin: 0 0 4px 0;
    /* height: 37px; */
    color: Black;
}

@media screen and (max-width:530px) {
    select {
        font-size: 12px;
    }
}

input[type=checkbox] {
    vertical-align: middle;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

input[type=radio] {
    margin-left: 0px;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=number] {
    background-color: white;
    border-radius: 5px;
    border-color: #d0d4d9;
    font-size: 16px;
    padding: 5px 10px;
    margin: 0 0 4px 0;
    /* height: 29px; */
    border: 1px solid #d0d4d9;
    color: Black;
}

.Cart input[type=text],
.Cart input[type=tel],
.Cart select {
    font-size: 13px;
    padding: 6px 3px;
    margin: 0px;
    height: auto;
    width: 125px;
}

    .Cart input[type=tel].PriceInclVatInput,
    .Cart input[type=text].PriceInclVatInput {
        width: 95px;
    }

.Cart .DataGridPrice img {
    vertical-align: middle;
    display: none;
}

.Cart select.ServingStandard {
    margin-left: 40px;
}

.Cart input[type=text].Qty {
    width: 35px;
}

.Cart .ItemAttachment {
    padding-left: 40px;
}

    .Cart .ItemAttachment > div {
        font-style: italic;
    }

.Cart .DeliveryDateTime {
    padding-bottom: 5px;
    font-style: italic;
    font-size: 12px;
}

textarea {
    border-radius: 5px;
    border-color: #d0d4d9;
    padding: 5px 10px;
    margin: 0 0 4px 0;
    margin: 0 0 4px 0;
    color: Black;
}

input[type=text]:disabled {
    background-color: #ddd;
    color: black;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=number],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid #aaa;
}

    input[type=text]:focus,
    input[type=tel]:focus,
    input[type=number]:focus,
    input[type=password]:focus,
    textarea:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        border: 1px solid rgba(81, 203, 238, 1);
    }

    input[type=text].Error, input[type=password].Error, select.Error {
        background-color: #FF9494;
    }

.DatePicker,
.InactiveDatePicker,
.InactiveDatePickerItem {
    width: 110px;
}

input[type=text].InactiveDatePicker,
input[type=text].InactiveDatePickerItem {
    background-color: #ddd;
}
/*#endregion*/

/*#region Buttons*/
.ButtonsRight {
    text-align: right;
}

.Button {
    -webkit-appearance: none;
    vertical-align: top;
    text-transform: uppercase;
    margin-bottom: 4px;
    border-radius: 5px;
    white-space: normal;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    padding: 7px 8px;
    border: 0px;
    cursor: pointer;
}

    .Button.Main {
        background-color: #827906;
        color: white;
    }

    .Button.Delete {
        background-color: #c00000;
        color: white;
    }

    .Button.Secondary {
        background-color: #dddddd;
        color: black;
    }

    .Button.Small {
        font-size: 11px;
    }

    .Button:disabled {
        color: Gray;
    }

    .Button.w143 {
        width: 143px;
    }

.NoMargin {
    margin: 0px;
}
/*#endregion*/

/*#region table */
.Table {
    display: table;
    width: 100%;
}

    .Table > div {
        display: table-cell;
    }

.TableWithRows {
    display: table;
    width: 100%;
}

    .TableWithRows > div {
        display: table-row;
    }

        .TableWithRows > div > div {
            display: table-cell;
        }
/*#endregion*/

/*#region Design*/
.DivOuter {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 1140px;
}

.DivContentInner {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
}

.AdministratorSpacer {
    height: 28px;
}

.AdministratorInfo {
    background-color: yellow;
    position: fixed;
    padding: 5px 10px;
    z-index: 120;
    color: black;
    width: 100%;
    top: 0px;
}

    .AdministratorInfo .Inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1140px;
        display: table;
        width: 100%;
    }

        .AdministratorInfo .Inner > div {
            display: table-cell;
        }

            .AdministratorInfo .Inner > div#pQuickSales {
                width: 90px;
            }

            .AdministratorInfo .Inner > div.ActiveUser {
                padding-right: 20px;
                width: 350px;
            }

@media screen and (max-width:530px) {
    .AdministratorInfo.Webshop, .AdministratorSpacer.Webshop {
        display: none;
    }

    .AdministratorInfo .Inner > div.ActiveUser {
        display: none;
    }
}

.AdministratorInfo .Inner > div#cAdminInfo_pAdminCashRegister,
.AdministratorInfo .Inner > div#cAdminInfo_pAdminReceiptPrinter,
.AdministratorInfo .Inner > div#cAdminInfo_pAdminLabelPrinter,
.AdministratorInfo .Inner > div#cAdminInfo_pAdminTerminal {
    padding-right: 20px;
}

.AdministratorInfo select {
    padding: 10px;
    width: 100%;
}

.EditingInfo {
    background-color: yellow;
    position: fixed;
    padding: 5px 10px;
    z-index: 120;
    color: black;
    width: 100%;
    top: 0px;
}

    .EditingInfo .Inner {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        max-width: 1140px;
        width: 100%;
    }

@media (max-width: 415px) {
    .DivOuter {
        margin-top: 0px;
    }
}
/*#endregion*/

/*#region Frontpage columns*/
.Table > .ColumnLeft {
    vertical-align: top;
    display: table-cell;
}

.Table > .ColumnSpacer {
    display: table-cell;
    width: 20px;
}

.Table > .ColumnRight {
    display: table-cell;
    width: 411px;
}

@media screen and (max-width:1000px) {
    .fb-like-box.fb_iframe_widget {
        display: none !important;
    }
}

@media screen and (max-width:822px) {
    .Article img {
        height: auto !important;
        width: 100% !important;
    }

    .Table > .ColumnRight {
        width: 100%;
    }

        .Table > .ColumnRight .BoxIframe {
            height: 180px;
            width: 100%;
        }

            .Table > .ColumnRight .BoxIframe.h205 {
                height: 157px;
            }
}

@media screen and (max-width:650px) {
    .Table {
        display: block;
        margin-bottom: 20px;
    }

        .Table > .ColumnLeft {
            display: block;
        }

        .Table > .ColumnSpacer {
            display: none;
        }

        .Table > .ColumnRight {
            margin-top: 0px;
            display: block;
        }
}
/*#endregion*/

/*#region Payment cards & address */
.FrontpagePaymentCards {
    padding: 20px 0px;
}

.FrontpageAddress {
    vertical-align: top;
    line-height: 19px;
    font-size: 14px;
    padding-right: 100px;
    display: inline-block;
}

.FrontpageOrganizationAddress {
    vertical-align: top;
    line-height: 19px;
    font-size: 14px;
    display: inline-block;
}

@media screen and (max-width:822px) {
    .FrontpageAddress {
        top: 0px;
    }
}
/*#endregion*/

/* #region Cart Qty */
.CartQty {
    white-space: nowrap;
    cursor: pointer;
    width: 40px;
}

.CartQtyHolderAbsolute {
    position: absolute;
    display: none;
}

.CartQtyHolderRelative {
    position: relative;
}

.CartQtyInputDiv {
    background-color: #454545;
    position: absolute;
    padding: 4px;
    right: -170px;
    top: -6px;
}

    .CartQtyInputDiv input[type=text],
    .CartQtyInputDiv input[type=tel],
    .CartQtyInputDiv input[type=number] {
        font-size: 20px;
        margin: 0px 10px 0px 0px;
        width: 52px;
    }

    .CartQtyInputDiv input[type=button] {
        -webkit-appearance: none;
        font-size: 22px;
        margin: 0px;
        width: 50px;
    }

.CartQtyArrow {
    border-color: transparent #454545 transparent transparent;
    border-style: solid;
    border-width: 25px 25px 25px 0;
    position: absolute;
    height: 0;
    width: 0;
    right: -50px;
    top: -6px;
}
/* #endregion */

/*#region Delivery table*/
.DeliveryTable {
    width: 100%;
}

    .DeliveryTable select {
        width: 346px;
    }

    .DeliveryTable input[type=text] {
        width: 346px;
    }

    .DeliveryTable tr td:first-child {
        padding-left: 0px;
        /* width: 120px; */
    }

    .DeliveryTable td {
        height: 22px;
    }

@media screen and (max-width:690px) {
    .DeliveryTable {
        width: 100%;
    }

    /*
    .DeliveryTable tr td:first-child {
        display: none;
    }
    */
}

@media screen and (max-width:500px) {
    .DeliveryTable select {
        width: 200px;
    }

    .DeliveryTable input[type=text] {
        width: 200px;
    }
}
/*#endregion*/

/*#region Bookings steps*/
.DivRecurring {
    display: none;
}

.RecurringTable {
    max-width: 500px;
    display: table;
    width: 100%;
}

    .RecurringTable > div {
        display: table-row;
    }

        .RecurringTable > div > div {
            display: table-cell;
        }

.CustomerComment {
    width: 100%;
}

.LogOn {
    padding-bottom: 20px;
}

    .LogOn td {
        padding-left: 0px;
    }

.RadioButton {
    margin-bottom: 10px;
}

.Explanation {
    padding-left: 36px;
    font-size: 12px;
}

input[type=text].CustomerEmail {
    vertical-align: top;
    width: 250px;
}

.CustomerEmailExplained {
    font-size: 12px;
}

.DeliveryDropdown {
    padding-left: 4px;
    padding: 5px;
}
/*#endregion*/

/*#region Group title*/
.GroupTitle {
    display: table;
    width: 100%;
}

    .GroupTitle > div {
        display: table-cell;
    }

@media screen and (max-width:610px) {
    .GroupTitle > div.WaitingTime {
        display: none;
    }
}
/*#endregion*/

/*#region Matskráir*/
.NyggjarMatskrairTable {
    margin-right: auto;
    margin-left: auto;
    display: table;
}

.NyggjarMatskrairItem {
    display: table-cell;
    padding: 10px;
}

@media screen and (max-width:730px) {
    .NyggjarMatskrairTable {
        margin-right: -5px;
        margin-left: -5px;
        display: block;
    }

    .NyggjarMatskrairItem {
        display: inline-block;
    }

        .NyggjarMatskrairItem img {
            width: 135px;
        }
}
/*#endregion*/

/*#region Icons*/
.Debitors {
    max-width: 200px;
    margin: 5px;
    float: right;
}

.Icons {
    text-align: right;
    font-size: 16px;
    display: table;
    padding: 11px 11px 0px 0px;
    /* margin: 0px auto; */
    /* margin-left: auto; */
    float: right;
}

    .Icons > div {
        vertical-align: top;
        padding-left: 15px;
        display: table-cell;
        cursor: pointer;
    }

    .Icons a {
    }

    .Icons > div.IconLeft {
        float: left;
    }

    .Icons > div.BurgerMenu {
        display: none;
    }

    /*
#pEnglish, #pFaroese {
    padding-top: 3px;
}
*/

    .Icons .TextIcon > div {
        background-color: white;
        vertical-align: middle;
        border-radius: 5px;
        text-align: center;
        font-size: 10px;
        height: 20px;
        width: 20px;
    }

    .Icons .TextIcon a {
        font-size: 11px;
        color: #333333;
    }
/*
@media screen and (max-width: 1160px) {
    .Icons {
        width: 100%;
    }
}
*/
@media (max-width: 415px) {
    .Icons {
        padding-bottom: 6px;
        padding-right: 20px;
    }
}

/*#endregion*/

/*#region Form */
.DivForm {
    max-width: 500px;
}

    .DivForm input {
        /*
        max-width: 400px;
        */
        margin-bottom: 2px;
        margin-top: 2px;
        font-size: 14px;
    }

    .DivForm .TDRight {
        width: 270px;
    }

.ShouldBeClear {
    display: none;
}
/*#endregion */

.Orders .Summary {
    padding-right: 10px;
    line-height: 12px;
    font-size: 12px;
}

.Orders img {
    vertical-align: middle;
}

.Orders .BillingInfo {
    Color: blue;
}

.Orders .DeliveryInfo {
    Color: lime;
}

.Orders .CustomerComment {
    overflow-wrap: anywhere;
    font-style: italic;
    Color: Red;
}

.Orders .Credited {
    Color: Red;
}

.Orders .CustomerName {
    Color: Blue;
}

.Orders .CashRegister {
    color: silver;
}

.HighlightClickedRow .Highlight td {
    background-color: #d0f8c2;
}

.OrderOnRow {
    background-color: #d0f8c2;
    color: black;
}

.Choose {
    vertical-align: middle;
    padding: 0px;
}

    .Choose img {
        vertical-align: middle;
        height: 28px;
        margin: 1px;
        cursor: pointer;
    }

@media screen and (max-width:730px) {
    .Orders .Summary {
        display: none;
    }

    .Orders .Price {
        display: none;
    }
}

@media screen and (max-width:450px) {
    .DarkBodyFrontpage {
        margin-top: 0px;
    }

    .DarkBody {
        margin-top: 0px;
    }

    .HideForMobile {
        display: none;
    }
}

/* Boxes */
.ClockInfoRelative {
    position: relative;
}

#ClockInfo {
    line-height: 14px;
    text-align: left;
    font-size: 12px;
    position: absolute;
    z-index: 100;
    padding: 0px;
    left: -225px;
    display: none;
    margin: 0px;
    cursor: pointer;
    width: 265px;
}

    #ClockInfo .Close {
        border-bottom: 1px solid white;
        font-weight: bold;
        font-size: 16px;
        padding: 20px;
        color: White;
    }

        #ClockInfo .Close > img {
            float: right;
        }

    #ClockInfo > .Text {
        padding: 20px;
        color: White;
    }

    #ClockInfo .OpeningDayTitle {
        font-weight: bold;
    }

.OpeningDay {
    margin-bottom: 10px;
}


/* Dropdown menu */
div.dropdown {
    text-align: left;
    position: relative;
    height: 23px;
    width: 23px;
}

    div.dropdown div.submenu {
        border-radius: 6px;
        margin-left: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
        background: #fff;
        position: absolute;
        padding: 40px 0 5px;
        display: none;
        z-index: 100;
        width: 135px;
        left: -20px;
        top: -12px;
    }

    div.dropdown li a,
    div.dropdown li a:not([href]) {
        text-decoration: none;
        font-weight: bold;
        display: block;
        padding: 6px 15px;
        color: #555555;
        cursor: pointer;
    }

        div.dropdown li a:hover {
            text-decoration: none;
            background: silver;
            color: white;
        }

    div.dropdown a.LoginMenu {
        text-decoration: none;
        position: absolute;
        z-index: 100;
        display: block;
        cursor: pointer;
    }

    div.dropdown .submenu .root {
        border-top: 1px solid #dedede;
        list-style: none;
        font-size: 11px;
        padding: 11px 0 0 0px;
        padding: 0px;
        margin: 0px;
    }

.RedText {
    color: rgb(224, 23, 23);
}

.RedWarningText {
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    display: block;
    color: rgb(224, 23, 23);
}

.ui-datepicker-trigger {
    vertical-align: bottom;
}

.PrintNodeReceipt {
    cursor: pointer;
}

.WaitingForApprovalText {
    line-height: 12px;
    font-size: 12px;
    display: block;
}

.ui-button-text-only .ui-button-text {
    padding: 20px 30px;
}

.Hide {
    display: none;
}

.TdCheckbox {
    text-align: center;
}

    .TdCheckbox input[type=checkbox] {
        text-align: center;
        cursor: pointer;
    }

.TdCheckboxWithoutLink {
    text-align: center;
}

    .TdCheckbox input[type=checkbox], .TdCheckboxWithoutLink input[type=checkbox] {
        vertical-align: middle;
        padding: 0px;
        margin: 0px;
    }

.ShopBookingsWorkOverviewBookingsButtons {
    text-align: right;
    margin: 20px 0px;
}

    .ShopBookingsWorkOverviewBookingsButtons input {
        margin-left: 10px;
    }

#dFirstDeliveryDateForRecurringOrder {
    display: none;
}

#dFirstDeliveryDateForRecurringOrderDate {
    display: none;
    color: red;
}

.TableBooking .Columns {
    overflow: hidden;
}

.TableBooking .LeftColumn {
    width: 50%;
    float: left;
}

.TableBooking .RightColumn {
    width: 41%;
    float: right;
}

@media screen and (max-width:1000px) {
    .TableBooking .LeftColumn,
    .TableBooking .RightColumn {
        width: 100%;
        float: none;
    }
}

.TableBooking #SeatingTimes {
    margin-top: 10px;
}

.TableBooking #SeatingTimes, .TableBooking select {
    max-width: 392px;
}

.TableBooking .TableBookingCalendar {
    max-width: 392px;
}

    .TableBooking .TableBookingCalendar #datepicker .ui-datepicker {
        width: 100%;
    }

.TableBooking .TableBookingSeatings {
    margin-top: 10px;
}

.TableBooking .Deposit {
    margin-top: 13px;
}

.TableBooking #iTableBookingSpinner {
    display: none;
}

.TableBooking #dBookingDetails {
    max-width: 392px;
    display: none;
}

.TableBooking textarea.Comment {
    font-family: Arial;
    font-size: 16px;
    height: 75px;
}

    .TableBooking textarea.Comment.Highlight {
        border: 1px solid red;
    }


.TableDailyComment {
    cursor: pointer;
}

.TableDailyCommentInput {
    font-family: 'LucidaSans', 'Lucida Sans', Tahoma;
    line-height: 19px;
    font-size: 14px;
    padding: 0px 0px;
    width: 98%;
}

#iPaymentMethod2Customer {
    vertical-align: middle;
    padding-bottom: 5px;
    padding-left: 10px;
    display: none;
}

.AlternativeShops ul {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.AlternativeShops span {
    text-align: left;
}

.AlternativeShops ul li {
    vertical-align: middle;
    list-style: none;
    display: inline-block;
    padding: 10px;
    margin: 0px;
}

/*
.AlternativeShops img {
    max-width: 75%;
}
*/

.TableBooking.Hidden {
    display: none;
}

.ShopTableSeatingGroup img {
    width: 100%;
}

.ShopTableSeatingGroups {
    padding-bottom: 10px;
}

.ShopTableSeatingGroup {
    border: 1px solid black;
    border-bottom: 0;
}

    .ShopTableSeatingGroup:last-child {
        border-bottom: 1px solid black;
    }

    .ShopTableSeatingGroup .ShopTableSeatingGroupDetails {
        display: none;
    }

    .ShopTableSeatingGroup .Title {
        font-size: 20px;
        padding: 20px;
    }

    .ShopTableSeatingGroup .Description {
        padding: 0px 20px 20px 20px;
    }

        .ShopTableSeatingGroup .Description .DownloadMenu {
            padding-top: 10px;
        }

            .ShopTableSeatingGroup .Description .DownloadMenu a,
            .ShopTableSeatingGroup .Description .BookTable {
                text-decoration: none;
                cursor: pointer;
            }

                .ShopTableSeatingGroup .Description .DownloadMenu a:hover,
                .ShopTableSeatingGroup .Description .BookTable:hover {
                    text-decoration: underline;
                }

        .ShopTableSeatingGroup .Description .BookTable {
            padding-top: 10px;
        }


.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.fas.fa-check {
    color: green;
}

.fas.fa-times {
    color: red;
}

.EventBookingHolder {
    padding: 20px;
    border: 1px solid gray;
}

.Warning {
    color: red;
}

.ChangeUserSpinner {
    vertical-align: middle;
    padding-bottom: 6px;
    padding-left: 10px;
}

.CompletedBookingsDeliveryDateTime.Editable {
    text-decoration: underline;
    cursor: pointer;
}

.Orders a i {
    font-size: 24px;
}

#sEditDeliveryDateTime {
    width: 100%;
}

.Small {
    font-size: 10px;
}

.Highlight {
    background-color: #9ef5fa;
}

.CookiesHolder {
    background-color: black;
    transition: all 250ms ease-out;
    border-top: 2px solid white;
    position: fixed;
    bottom: -500px;
    width: 100%;
    color: white;
    padding: 20px;
}

    .CookiesHolder > div {
        margin-right: auto;
        margin-left: auto;
        max-width: 1140px;
    }

    .CookiesHolder a {
        text-decoration: underline;
        color: white;
    }

    .CookiesHolder.visible {
        z-index: 100;
        bottom: 0px;
    }

    .CookiesHolder .btn {
        color: black;
    }

        .CookiesHolder .btn.btn-primary {
            color: white;
        }

.UnderlinedLink {
    text-decoration: underline;
}

.DivButton {
    cursor: pointer;
    display: inline-block;
    padding: 1px 6px;
    margin: -1px 0px;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-decoration: none;
}

.mb-3 {
    margin-bottom: 15px;
}




/* Bootstrap */
legend {
    font-size: 14px;
    float: none;
    width: unset;
}

fieldset {
    padding: 10px;
    border: 1px solid black;
}

tbody, td, tfoot, th, thead, tr {
    border-style: unset;
    border-width: unset;
}

.TablesTable td {
    border: 1px solid grey;
}

hr {
    margin: 0.2rem 0;
}

    hr.margin {
        margin: 20px 0px 20px 0px;
    }

.UseBankPayment-true {
    background-color: #B0E57C;
}

.UseBankPayment-false {
    background-color: #FFAEAE;
}

.UseBankPayment-true:hover,
.UseBankPayment-false:hover {
    background-color: gray;
    color: white;
}

.PrintPayment {
    padding: 5px;
    float: right;
}

.ShopEventPriceDropDown {
    width: 50px;
}

.CookiesIcon {
    font-size: 30px;
    position: fixed;
    padding: 5px;
    bottom: 0px;
    cursor: pointer;
    color: white;
}

#cphContent_cblShopTableRooms td {
    white-space: nowrap;
}

.ReceiptContent {
    margin-bottom: 50px;
}