#groupSidebar {
    direction: ltr;
    min-height: 500px;
    padding: 0;
}

#groupSidebar #addGroup {
    padding: 6px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}


#groupSidebar #addGroup > i {
    padding: 5px 8px;
    vertical-align: top;
    border-radius: 50%;
    background-color: #fff;
}

#groupSidebar #groups > ul {
    height: 440px;
    padding: 10px 0;
    overflow-y: overlay;
}

#groupSidebar .group {
    position: relative;
    cursor: pointer;
    display: table;
    height: 100px;
    margin-bottom: 12px;
    border: 3px solid #fafafa;
    border-radius: 50%;
    box-shadow: inset 0px -5px 8px -2px #000;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

#groupSidebar .group .updateGroup {
    display: none;
    position: absolute;
    top: -1px;
    right: -5px;
    line-height: 1.2;
    padding: 2px 6px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    color: #337ab7;
}

#groupSidebar .group:hover .updateGroup {
    display: block;
}

#groupSidebar .group .groupName {
    display: table-cell;
    vertical-align: middle;
    direction: rtl;
    word-break: break-word;
}

#groupSidebar > figure > img {
    height: 220px;
    width: 90%;
    margin: 0 auto;
}

#guestTable tbody td {
    position: relative;
    padding-bottom: 5px;
    overflow: hidden;
}

.guestStatus i {
    margin: 0 2%;
    color: #929292;
    font-size: 16px;
    cursor: pointer;
    vertical-align: middle;
}

.guestStatus .fa-times.selected {
    color: #f00;
}

.guestStatus .fa-question.selected {
    color: #e83c9e;
}

.guestStatus .fa-check.selected {
    color: #00dd1c;
}

.guestStatus select {
    width: 75px;
}

#guestPage #guests.page-main {
    margin: 12px 1% 0 0;
}

#guestPage #addGuest {
    display: inline-block;
    vertical-align: top;
    margin-left: 2.5%;
}

.guestTracking select {
    width: 100px;
}

/*--- Confirmations ---*/

#guestConfirmations {
    background: url("../img/guest/confirmations.png") no-repeat center;
    background-size: 100% 100%;
}

#guestConfirmations .page-sidebar {
    height: 700px;
    padding: 0;
    background-color: #737373;
}

#guestConfirmations .page-sidebar div {
    padding: 4px 0;
}

#guestConfirmations .page-sidebar .row {
    margin: 15px 0;
}

#guestConfirmations .pink-frame:first-of-type {
    margin-top: 30px;
}

#guestConfirmations .pink-frame {
    margin-top: 20px;
    padding: 8px;
    border: 5px solid #e83c9e;
    border-radius: 20px;
    background: #fff;
    text-align: center;
}

#paymentIframeContainer {
    display: none;
}

#paymentIframe {
    height: 400px;
    width: 750px;
    margin-top: 20px;
}

#guestConfirmations input[type=number]::-webkit-inner-spin-button,
#guestConfirmations input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#guestConfirmations .pink-frame .h2, #guestConfirmations .pink-frame .h3 {
    margin: 8px 0;
}

#guestConfirmations .form-group label, #guestConfirmations .form-group input, #guestConfirmations .form-inline label {
    font-size: 18px;
    color: #737373;
}

#guestConfirmations .btn {
    cursor: pointer;
}

#guestConfirmations .input-group, #guestConfirmations textarea, #guestConfirmations .select2-container--default .select2-selection--single {
    padding: 4px 0;
    text-align: center;
    font-size: 18px;
    border: 1px solid #e83c9e;
    border-radius: 20px;
}

#smsAmountInputContainer .select2-selection__rendered {
    margin: 0 auto;
}

#smsPriceContainer > .input-group {
    margin: 0;
    padding: 0 13px;
}

#smsPriceContainer > .input-group > * {
    outline: none;
    border: none;
    background-color: #fff;
}

#guestConfirmations .select2-selection--single {
    height: 35px;
}

#guestConfirmations input[type=submit] {
    font-size: 20px;
}

#guestConfirmations #sendSmsForm label {
    font-weight: normal;
}

#guestConfirmations #sendSmsForm p {
    margin-bottom: 0;
}

#guestConfirmations #sendSmsForm .response-notifier {
    display: none;
    padding: 8px;
}

#guestConfirmations #sendSmsForm .response-notifier.error {
    color: #fff;
    background-color: #b71f0e;
}

#guestConfirmations #sendSmsForm input[type=submit] {
    padding: 0 15px;
    font-size: 20px;
}

#guestConfirmations .select2-container {
    float: right;
}

#guestConfirmations #sendSmsForm .col-sm-6 {
    padding: 0;
}

#guestConfirmations #sendSmsForm textarea {
    height: 100px;
    width: 100%;
    padding: 4px 10px;
    text-align: right;
}

@media print {

    @page {
        margin-top: 20px;
    }

    @page:first {
        margin-top: 50px;
    }

    thead, tbody {
        display: table-row-group !important;
    }

    tr {
        display: table-row !important;
    }

    .guestStatus > i {
        display: none;
    }

    .guestStatus > i.selected {
        display: inline;
    }

    .print-only {
        display: inline;
    }
}

@media (max-width: 992px){
    #groupSidebar {
        height: 200px;
    }

    #groupSidebar .group {
        height: 90px;
        margin-top: 12px;
    }

    #guestConfirmations {
        background: #fff;
    }

    #guestConfirmations .page-sidebar {
        height: auto;
    }

    #guestConfirmations .h1 {
        font-size: 24px;
    }

    #guestConfirmations .h2 {
        font-size: 22px;
    }

    #guestConfirmations .h3 {
        font-size: 20px;
    }

    #guestConfirmations .page-sidebar img {
        vertical-align: top;
    }

    #guestConfirmations .page-sidebar .phone-image {
        width: 150px;
    }
}