#tablePage {
    background: url(../img/table/background.png) no-repeat;
    background-size: 100% 100%;
}

#searchGuests {
    text-align: center;
    color: #fff;
}

#searchGuests > * {
    padding: 8px 0;
}

#searchGuests {
    font-size: 20px;
}

#searchGuests label {
    font-weight: normal;
}

#searchGuests .h1 {
    margin-top: 0;
    font-size: 44px;
    border-bottom: 3px solid #fff;
}

#sortGuests .form-group {
    margin-bottom: 4px;
    padding: 0;
}

#sortGuests label {
    vertical-align: sub;
}

#searchGuests #guestName {
    padding: 8px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

#searchGuests #filterSeated {
    margin: 0;
}

#searchGuests #filterSeated .icheckbox_minimal-pink {
    margin-top: 1px;
    vertical-align: text-top;
}

#searchGuests #filterSeated label {
    font-size: 20px;
}

#searchGuests #guestSearchResults {
    height: 290px;
    overflow-y: auto;
    padding: 0;
    border-bottom: 3px solid #fff;
    font-size: 20px;
    cursor: pointer;
}

#searchGuests #guestSearchResults table {
    margin: 0;
}

#searchGuests #guestSearchResults td {
    width: 50%;
    padding: 4px 0;
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
}

#searchGuests .draggable {
    z-index: 999;
}

#searchGuestsForm #guestName {
    position: relative;
}

#searchGuestsForm .autocomplete-dropdown {
    display: none;
    width: 100%;
    position: absolute;
    text-align: right;
    z-index: 999;
    background-color: #fff;
    color: #555;
    font-size: 14px;
    cursor: pointer;
}

#searchGuestsForm .autocomplete-dropdown li:hover {
    background-color: #e83c9e;
    color: #fff;
}

#searchGuests #guestSearchResults tr.dragging td {
    width: 75px;
    background-color: #737373;
    border: none;
}

#guestSearchGroups {
    display: none;
}

.guestSearchGroup > span, .guestSearchGroup .guest {
    display: block;
    padding: 6px 0;
    cursor: pointer;
    border-top: 1px solid #fff;
    word-break: break-word;
}

.guestSearchGroup:last-child {
    border-bottom: 1px solid #fff;
}

.guestSearchGroup > span:hover, .guestSearchGroup .guest {
    background-color: #fff;
    color: #e83c9e;
}

.guestSearchGroup > ul {
    display: none;
}

.guestSearchGroup .guest.draggable {
    font-size: 16px;
    border-color: #e83c9e;
}

#guestSearchGroups .guest.dragging {
    border: none;
    width: 50%;
}

#manageTables #manageTablesHeader {
    padding: 2% 0.5%;
}

#manageTables #manageTablesHeader > p {
    font-size: 24px;
    color: #737373;
}

#manageTables .pageActions li {
    float: right;
    margin: 0 0.5%;
}

#manageTables .pageActions li a {
    color: #fff;
    transition: 0.3s color;
}

#manageTables .pageActions li:hover a {
    color: #e83c9e;
}

#manageTables .pageActions li .btn {
    font-size: 14px;
}

#manageTables #guestTables {
    height: 400px;
    overflow-y: auto;
}

#manageTables #guestTables li {
    margin: 12px 0;
    cursor: pointer;
}

#manageTables #guestTables li img {
    width: 105%;
}

#manageTables #guestTables li .tableInner {
    position: absolute;
    top: 27px;
    width: 85%;
    color: #fff;
    text-align: center;
    font-size: 2vh;
}

#manageTables #guestTables li p {
    margin: 0;
}

#manageTables #guestTables li i {
    padding-left: 4px;
}

#manageTables #addTable {
    cursor: pointer;
}

.tableCapacityInput {
    width: 100%;
    margin-top: 10px;
}

.sweet-alert .updateTableGuests {
    margin-top: 20px;
    padding: 10px 32px;
    color: #fff !important;
    font-size: 17px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    cursor: pointer;
}

.sweet-alert .tableGuestsList {
    display: none;
}

.sweet-alert .tableGuestsList li {
    margin-top: 20px;
    padding: 10px 2.5%;
    cursor: pointer;
    background-color: #545454;
    color: #fff;
    font-size: 20px;
}

.sweet-alert .removeTable {
    right: 16%;
}

@media (max-width: 768px) {
    #tablePage {
        background: #fff;
    }

    #manageTables #guestTables li .tableInner {
        position: absolute;
        top: 27px;
        width: 85%;
        color: #fff;
        text-align: center;
        font-size: 2vh;
    }
}
@media print {
    .printTable td {
        width: 150px;
        padding: 8px;
        text-align: center;
    }

    .printTable td:last-child {
        width: 400px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px){ 
#manageTables #guestTables li .tableInner {
    position: absolute;
    top: 90px;
    margin-right: 13px;
    width: 85%;
    color: #fff;
    text-align: center;
    font-size: 2.5vh;
    }
}

@media screen and (max-width: 1979px) and (min-width: 1500px){ 
    #manageTables #guestTables li .tableInner {
        position: absolute;
        top: 40px;
        margin-right: 0px;
        width: 85%;
        color: #fff;
        text-align: center;
        font-size: 2.5vh;
        }
    }
    /*@media screen and (max-width: 1979px) and (min-width: 1500px){ 
        #manageTables #guestTables li .tableInner {
            position: absolute;
            top: 40px;
            margin-right: 0px;
            width: 85%;
            color: #fff;
            text-align: center;
            font-size: 2.5vh;
            }
        }/*