﻿/*general*/
.seating-plan * {
    box-sizing: border-box;
}
.seating-plan {
    margin: 0;
    padding: 0;
}
.seating-plan h2 {
    margin: 20px 0 30px;
}
.seating-plan .mr-right {
    margin-right: 20px;
}
.seating-plan .sp-row {
    display: flex;
    flex-direction: row;
}
.seating-plan .col-4 {
    padding: 0 5px;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.seating-plan .none {
    display: none;
}
#seatingBlockModal .modal-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 200px;
}

#seatingBlockModal .modal-loader .spinner-border {
    width: 3rem;
    height: 3rem;
}

.seating-plan .show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease !important;
}
.seating-plan .hidden {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateY(-50%);
}
.seating-plan .visible {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
    transform: translateY(0);
}
.seating-plan .sp-right {
    float: right;
}
.seating-plan .sp-wrap {
    width: 100%;
}

.seating-plan .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.seating-plan .guest-search-results {
    background-color: #fa5722 !important;
}
.seating-plan .seating-table .has-guest {
    background-color: #83a671;
    cursor: pointer;
}
.seating-plan .seating-table .has-group {
    background-color: #98cd80 !important;
}
.seating-plan .hidden-guest {
    font-size: 14px;
    line-height: 16px;
}
.seating-plan .cursor-drag:active {
    cursor: url('../images/drag.png'), auto !important;
}
/*seating plan header*/
.seating-plan .seating-plan-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}
.seating-plan .seating-plan-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
}
.seating-plan .border {
    padding-right: 15px;
    border-right: 2px solid #999;
    margin-right: 15px;
}
.seating-plan .wrap {
    display: inline-block;
}
.seating-plan .wrap span {
    display: block;
}
.seating-plan .wrap .name {
    font-size: 14px;
    text-transform: uppercase;
}
.seating-plan .sp-ico {
    font-size: 24px;
    margin-right: 10px;
    color: #999;
    display: inline-block;
}
.seating-plan .search-guests {
    max-width: 300px;
    padding: 5px 35px 5px 15px;
}
.seating-plan .search-form {
    margin: 0;
    position: relative;
}
.seating-plan .search-form .icon-search {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.seating-plan .search-form .clear {
    background-color: none;
    border: none;
    color: #154972;
    font-weight: bold;
    outline: none;
}
.seating-plan .search-form .search-results {
    position: absolute;
    right: 0;
    top: 30px;
    text-align: right;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
}
.seating-plan .search-results-no, .search-results-name {
    font-weight: bold;
}
.seating-plan .warning span {
    color: #fa5722;
    font-weight: bold;
}
.seating-plan .ico-print,
.ico-download {
    cursor: pointer;
}

/* ticket types*/
.seating-plan .sp-bar {
    background-color: #c8ed9a;
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* seating plan content*/
.seating-plan .seating-group-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 0 10px;
    font-size: 18px;
}
.seating-plan .seating-group-content {
    font-size: 14px;
}
.seating-plan .seating-group-content .sp-ico {
    font-size: 20px;
}
.seating-plan .sp-menu-container {
    text-align: right;
    position: relative;
}
.seating-plan .ico-menu {
    cursor: pointer;
    padding: 5px 5px 0;
}
.seating-plan .sp-menu {
    position: absolute;
    right: 0;
    top: 38px;
    z-index: 10;
}
.seating-plan .sp-menu button {
    display: block;
    width: 100%;
    border-radius: 0;
}
.seating-plan .sp-menu a {
    border-radius: 0;
}
.seating-plan .seating-table-container {
    margin: 0 40px 40px;
}
.seating-plan .seating-table {
    padding: 20px 0;
    overflow: auto;
    width: 100%;
    max-height: 300px;
}
.seating-plan .seating-table table {
    background-color: #ccc;
    width: 30px;
    table-layout: fixed;
}
.seating-plan .seating-table td {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.seating-plan .guest-popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 140px;
    height: 85px;
    padding: 5px;
    z-index: 99;
    font-size: 12px;
    line-height: 15px;
    background-color: white;
    box-shadow: 0px 0px 2px 1px #333;
    cursor: auto;
    transition: opacity 0.3s ease;
}
.seating-plan .guest-popup::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    color: #fff;
    text-shadow: 0 2px 1px #333;
}
.seating-plan .guest-popup a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.seating-plan .guest-popup span {
    display: block;
}
.seating-plan .guest-popup span:last-child {
    position: absolute;
    left: 5px;
    bottom: 5px;
}
.seating-plan .circle {
    overflow-x: visible;
}
.seating-plan .circle table {
    position: relative;
    margin-left: 35px;
}
.seating-plan .circle td:first-child {
    position: absolute;
    top: -15px;
    left: -29px;
}
.seating-plan .circle td:last-child {
    position: absolute;
    top: -15px;
    right: -29px;
}
/*modal*/
.seating-plan .modal {
    width: 650px; margin-left: 0; transform: translateX(-50%);
}
.seating-plan .input-container {
    max-width: inherit;
}
.seating-plan .inline {
    display: inline-block;
    vertical-align: middle;
}
.seating-plan .st-block {
    margin-right: 20px;
}
.seating-plan .modal-body {
    max-height: 420px;
}
.seating-plan .input-container input, select {
    height: 35px;
}
.seating-plan .input-container label {
    margin-bottom: 0;
    margin-top: 3px;
    font-size: 13px;
}
.seating-plan .input-wrap {
    margin-bottom: 15px;
}
.seating-plan .input-container .h5 {
    margin-bottom: 8px;
}
.seating-plan .sp-row .box {
    display: block;
    padding: 5px;
    width: 60px;
    cursor: text;
    border: 1px solid #000;
}
.seating-plan .input-container .col-title {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}
.seating-plan .center {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.seating-plan .modal-body h5 {
    margin: 0 10px 0 0;
    font-size: 13px;
}
.seating-plan .modal-body input[type=radio] {
    height: inherit;
}
.seating-plan .modal-table {
    padding: 20px 0;
    overflow: auto;
    width: 100%;
    max-height: 130px;
}
.seating-plan .create-table {
    width: 10px;
    table-layout: fixed;
}
.seating-plan .create-table td {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
}
.seating-plan .circle-preview table {
    position: relative;
    margin-left: 20px;
}
.seating-plan .circle-preview td:first-child {
    position: absolute;
    top: -8px;
    left: -14px;
}
.seating-plan .circle-preview td:last-child {
    position: absolute;
    top: -8px;
    right: -15px;
}
.seating-plan .modal-body .preview-btn {
    margin-bottom: 15px;
}
.seating-plan .validation {
    color: red;
}
.seating-plan .modal-body input[type=checkbox] {
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
}
.seating-plan .modal-body .skip {
    display: inline-block;
    vertical-align: middle;
}
.seating-plan .modal-footer {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;
    text-align: left;
}
.seating-plan .modal-footer span {
    margin-right: 20px;
    align-self: center;
}

.seating-plan .modal-footer button{
    margin-right: 10px;
}

.seating-plan .modal-footer a {
    margin-left: 8px;
    cursor: pointer;
}

/*allocate seats*/
.seating-plan .back {
    font-size: 20px;
}
.seating-plan .icon-arrow-left {
    padding-right: 10px;
}
.seating-plan .allocation-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.seating-plan .allocation-title .seating-plan-content {
    width: 100%;
}
.seating-plan .allocation-title .mr-left {
    margin-left: 20px;
}
.seating-plan .allocation-title .ico-seat {
    display: inline-block;
}
.seating-plan .allocation-title .right {
    display: flex;
    justify-content: flex-end;
}
.seating-plan .allocation-title a {
    align-self: center;
}
.seating-plan .group-guests {
    margin-bottom: 15px;
}
.seating-plan .allocation {
    font-size: 12px;
    line-height: 15px;
}
.seating-plan .allocation span {
    display: block;
}
.seating-plan .navigate-table {
    padding: 0 20px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    overflow: auto;
    max-width: 75%;
    max-height: 132px;
    min-height: 62px
}
.seating-plan .navigate-table table {
    background-color: #c9c9c9;
    width: 15px;
    table-layout: fixed;
}
.seating-plan .navigate-table td {
    width: 20px;
    height: 20px;
    border: 1px solid white;
}
.seating-plan .navigate-table .dropped, .seating-plan .navigate-table .dropped-group {
    width: 100%;
    height: 100%;
    background-color: #bcefa5;
    position: unset !important;
}
.seating-plan .navigate-table td::before {
    content: '';
}
.seating-plan .nav-box {
    width: 80px;
    height: 60px;
    border: 2px solid #fa5722;
    box-shadow: 0 0 2px 2px #888;
    position: absolute;
    top: 0;
    left: 20px;
    cursor: grab;
    background-color: transparent;
}
.seating-plan .wrap-table {
    overflow: auto;
    max-height: 375px;
    width: 66%;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
}
.seating-plan .seats-table {
    background-color: #f5f5f5;
    width: 140px;
    table-layout: fixed;
}
.seating-plan .seat-cell {
    position: relative;
    width: 140px;
    height: 120px;
    border: 4px solid #fff;
    cursor: pointer;
}
.seating-plan .seat-cell::before {
    content: '\61';
    font-family: "ico";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 20px;
    display: none;
    z-index: 0;
}
.seating-plan .ico-user-add {
    font-size: 30px;
    color: #666;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.seating-plan .no-seat {
    position: absolute;
    bottom: 0px;
    left: 5px;
    z-index: 20;
    font-size: 11px;
    font-weight: bold;
}
.seating-plan .guests-container .message {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
.seating-plan .wrap-guest-container {
    display: inline-block;
    width: 33%;
}
.seating-plan .wrap-guest-container h3 {
    font-size: 20px;
}
.seating-plan .guests-container {
    float: right;
    background-color: #f2f2f2;
    padding: 10px 15px 20px;;
    width: 80%;
    height: 420px;
    overflow-y: auto;
}
.seating-plan .drag {
    cursor: move;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid #000;
    position: relative;
}
.seating-plan .drag .no-seat {
    display: none !important;
}
.seating-plan .guest-group {
    background-color: #e5e5e5;
    padding: 5px;
    margin-bottom: 5px;
    position: relative;
}
.seating-plan .guests-container .handle {
    position: absolute;
    top: 0;
    height: 80px;
    width: 100px;
    cursor: move;
    z-index: 50;
}
.seating-plan .seats-table .handle {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 110px;
    height: 105px;
    cursor: move;
    z-index: 200;
}
.seating-plan .h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 8px;
}
.seating-plan .guest-group h4 {
    font-size: 14px;
}
.seating-plan .guest-group .ico-users {
    font-size: 18px;
    cursor: pointer;
}
.seating-plan .guest {
    padding: 5px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #fff;
    position: relative;
}
.seating-plan .guest span {
    display: block;
}
.seating-plan .guest:last-child {
    border-bottom: 1px solid #000;
}
.seating-plan .guest-note {
    margin-top: 8px;
}
.seating-plan .icon-comment {
    cursor: pointer;
    font-size: 14px;
    position: relative;
    z-index: 100;
}

.seating-plan .ico-cancel-circled {
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
    font-size: 18px;
    visibility: hidden;
    color: #999 !important;
}
.seating-plan .dropped {
    background-color: #bcefa5;
    width: 134px;
    height: 114px;
    margin-bottom: 0;
    border: none;
}
.seating-plan .dropped-group {
    display: flex;
    flex-direction: row;
    background-color: #bcefa5;
    margin-bottom: 0;
    padding: 0;
}
.seating-plan .dropped-group .guest {
    background-color: transparent;
    width: 134px;
    height: 114px;
    margin-bottom: 0;
    border: none;
}

.seating-plan .dragging {
    display: none;
}
.ui-draggable-dragging {
    width: 80px;
    height: 80px;
    background-color: #4b6042;
    overflow: hidden;
    z-index: 400;
}
.ui-draggable-dragging > * {
    visibility: hidden;
    opacity: 0;
}
.seating-plan .guest-note {
    position: relative;
}
.seating-plan .seat-cell .guest-note {
    position: absolute;
    bottom: 10px;
    right: 5px;

}
.seating-plan .seat-cell .popup-note {
    left: unset;
    right: 0;
    width: 130px !important;
}
.seating-plan .seat-cell .popup-note::after {
    left: unset;
    right: -6px;
}
.seating-plan .guests-container .popup-note {
    width: auto !important;
}
.seating-plan .popup-note {
    padding: 3px;
    display: none;
    position: absolute;
    bottom: 26px;
    left: 0;
    z-index: 350;
    font-size: 12px;
    line-height: 15px;
    background-color: white;
    box-shadow: 0px 0px 2px 1px #333;
    cursor: auto;
    color: #000 !important;
}
.seating-plan .popup-note::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 0;
    position: absolute;
    left: 8px;
    transform: translateX(-50%);
    bottom: -3px;
    color: #fff;
    text-shadow: 0 2px 1px #333;
}
.seating-plan .show-note {
    display: block;
}
.seating-plan .drop-hover {
    background-color: #ccc;
}
.seating-plan .selected {
    border: 1px solid #fa5722 !important;
}
/* alert dialog */
.alert-dialog .title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #555;
    margin-bottom: 15px;
}
.seating-plan .print-preview {
    display: none;
}
.seating-plan .print-located-guests {
    display: none;
}
.ui-widget.ui-widget-content {
    background: rgba(255,255,255,1)!important;
    max-width: 560px !important;
}
.ui-dialog .ui-dialog-content {
    padding: 1rem 0 !important;
}
/* scroll bar*/
.seating-plan .seating-table::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
.seating-plan .seating-table::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
}
.seating-plan .seating-table::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}
.seating-plan .modal-body::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
.seating-plan .modal-body::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 5px;
}
.seating-plan .modal-body::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}
.seating-plan .guests-container::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
.seating-plan .guests-container::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
}
.seating-plan .guests-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}
.seating-plan .wrap-table::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.seating-plan .wrap-table::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
}

.seating-plan .wrap-table::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}
.seating-plan .modal-table::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.seating-plan .modal-table::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
}

.seating-plan .modal-table::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}
.seating-plan .navigate-table::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.seating-plan .navigate-table::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
}

.seating-plan .navigate-table::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}

/* hover efects - desktop only*/
@media only screen and (min-width: 1200px) {
    .seating-plan .seats-table .drag:hover, .dropped-group:hover {
        background-color: #4b6042;
        color: #fff;
    }
    .seating-plan .sp-right {
        justify-content: flex-end;
    }
    .seating-plan .seats-table .drag:hover + .no-seat {
        color: #fff;
    }
    .seating-plan .seats-table .drag:hover .ico-cancel-circled {
        visibility: visible;
    }
    .seating-plan .seats-table:not(.hover-active) .seat-cell:hover::before {
        display: block;
    }
    .seating-plan .hover-deactive:hover::before {
        display: none !important;
    }
    .seating-plan .ico-print:hover {
        color: #666;
    }
    .seating-plan .ico-download:hover {
        color: #666;
    }
    .seating-plan .search-form .clear:hover {
        color: #fa5722;
    }
    .seating-plan .ico-menu:hover {
        background-color: #999;
        color: #fff;
        border-radius: 20px;
    }
    .seating-plan .guest-popup a:hover {
        color: #005580;
        text-decoration: underline;
    }
    .seating-plan .seating-table .has-guest:hover {
        background-color: #4b6042 !important;
    }
    .seating-plan .seating-table::-webkit-scrollbar-thumb:hover {
        background-color: #777;
    }
    .seating-plan .modal-body::-webkit-scrollbar-thumb:hover {
        background-color: #777;
    }
    .seating-plan .back:hover {
        color: #005580;
        text-decoration: none;
        border-bottom: 1px solid #005580;
    }
}
@media only screen and (max-width: 1199px) {
    .seating-plan .seats-table:not(.hover-active) .seat-cell::before {
        display: block;
        font-size: 14px;
        color: #999;
    }
    .seating-plan .guests-container .ico-cancel-circled {
        visibility: hidden;
    }
    .seating-plan .ico-cancel-circled {
        visibility: visible;
        color: #000 !important;
    }
}
@media only screen and (max-width: 1024px) {
    /* seating plan header */
    .seating-plan .seating-plan-header {
        display: block;
    }
    .seating-plan .guests-container .ico-cancel-circled {
        visibility: hidden;
    }
    .seating-plan .sp-left {
        margin-bottom: 20px;
    }
    .seating-plan .sp-ico {
        font-size: 20px;
    }
    .seating-plan .wrap .name {
        font-size: 10px;
    }
    .seating-plan .btn {
        margin-bottom: 0;
        margin-top: 0;
    }
    /* allocate seats */
    .seating-plan .guests-container {
        width: 95%;
    }
    .seating-plan .nav-box {
        width: 60px;
    }
}
@media only screen and (max-width: 800px) {
    .seating-plan .seating-plan-content {
        display: block;
    }
    .seating-plan .seating-plan-content .left {
        margin-bottom: 15px;
    }
    .seating-plan .allocation-title .right {
        justify-content: flex-start;
        float: none;
        width: 100%;
    }
    .seating-plan .guests-container .handle {
        width: 80px;
    }
}
@media only screen and (max-width: 768px) {
    .seating-plan .modal {
        width: 95%;
    }
}
/* print style */
@media print {
    * {
        color: #000;
        background-color: #fff;
    }

    .header-background,
    .navigation-container,
    .subnavigation,
    .breadcrumb {
        display: none;
    }

    #select-event {
        max-width: 100%;
    }

    .seating-plan .seating-table td {
        border: 2px solid #000;
    }

    .seating-plan .seating-plan-header .sp-ico {
        display: none;
    }

    .seating-plan .search-form, .newBlock {
        display: none;
    }

    .seating-plan .ico-menu {
        display: none;
    }

    .seating-plan .seating-table-container {
        margin: 0;
    }

    .seating-plan .seating-table {
        display: none;
    }

    .seating-plan .guest-popup::after {
        display: none;
    }

    .seating-plan .seating-group-title {
        margin-bottom: 30px;
    }

    .seating-plan .print-preview {
        display: block;
    }

        .seating-plan .print-preview .guest-popup {
            visibility: visible;
            opacity: 1;
            position: inherit;
            box-shadow: none;
            height: auto;
            display: block;
            width: 100%;
            padding: 0 0 10px;
            border-bottom: 1px solid #000;
            margin: 0 0 10px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .seating-plan .print-preview .guest-popup span, a {
                display: inline-block;
                position: inherit;
                flex: 1 1 20%;
            }

                .seating-plan .print-preview .guest-popup span:last-child {
                    text-align: right;
                }
    /*allocate seats print preview*/
    .seating-plan .allocation {
        display: block;
    }

    .seating-plan .navigate-table {
        display: none;
    }

    .seating-plan .wrap-table {
        width: 100%;
        display: block;
    }

    .seating-plan .print-located-guests {
        display: block;
    }

    .seating-plan .drag,
    .seating-plan .guest-group .guest {
        position: inherit;
        width: 100%;
        height: auto;
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 30px;
        border-bottom: 1px solid #000;
        margin-bottom: 5px;
        position: relative;
        border-left: none;
        border-top: none;
        border-right: none;
    }

    .seating-plan .guest-group {
        padding: 0;
        display: block;
        position: inherit;
        width: 100%;
        height: auto;
    }

    .seating-plan .allocation .guest-note {
        margin-top: 0;
        position: unset;
    }

    .seating-plan .allocation .popup-note {
        display: block;
        position: absolute;
        top: 25px;
        left: 0;
        padding: 0;
        width: 100%;
    }

        .seating-plan .allocation .popup-note::after {
            display: none;
        }

    .seating-plan .print-located-guests .no-seat {
        display: inline-block !important;
        position: inherit;
        text-align: right;
    }

    .seating-plan .allocation span,
    .seating-plan .print-located-guests .dropped span {
        display: inline-block;
        flex: 1 1 22%;
    }

    .seating-plan .icon-comment, .seating-plan .sp-ico {
        display: none;
    }

    .seating-plan .seats-table {
        display: none;
    }

    .seating-plan .guests-container {
        display: block;
        float: none;
        width: 100%;
        height: auto;
        padding: 50px 0 0 0;
    }

    .seating-plan .h4 {
        display: none;
    }

    .seating-plan .guests-container h5 {
        display: block;
    }

    .seating-plan .back {
        display: none;
    }
}
/* style for firefox only*/
@-moz-document url-prefix() {
    .seating-plan .seating-table .has-guest {
        outline: 1px solid #fff;
    }
    .seating-plan .circle-preview td:first-child {
        left: -15px;
    }
}
/*style for edge only*/
@supports (-ms-ime-align:auto) {
    .seating-plan .seating-table .has-guest {
        outline: 1px solid #fff;
    }
}