/* __  __                   _                       _____  _             _
// |  \/  |  ___  _ __ ___  | |__    ___  _ __  ___ |  ___|(_) _ __  ___ | |_
// | |\/| | / _ \| '_ ` _ \ | '_ \  / _ \| '__|/ __|| |_   | || '__|/ __|| __|
// | |  | ||  __/| | | | | || |_) ||  __/| |   \__ \|  _|  | || |   \__ \| |_
// |_|  |_| \___||_| |_| |_||_.__/  \___||_|   |___/|_|    |_||_|   |___/ \__|
//
// Author: Cameron Omiccioli
*/
.mrm-bootstrap-container.mobile-dining {
    padding: 15px;
}

.mrm-bootstrap-container.mobile-dining .time_block {
    font-size: 16px;

    position: relative;
    z-index: 9999;

    display: inline-block;

    width: calc(20% - 6px);
    margin: 0 3px 6px;
    padding: 15px 20px;

    text-align: center;
    white-space: normal;

    color: #fff;
    background: #00539b;
}

.mrm-bootstrap-container.mobile-dining .time_block.no_results {
    text-align: left;

    color: #000;
}

.mrm-bootstrap-container.mobile-dining .registrants-container-wrapper {
    padding: 0 0 150px 0;
}

.mrm-bootstrap-container .reservation_search_box {
    margin-bottom: 1.875rem;
    padding: 2.1875rem .9375rem .625rem;

    background: #f6f6f6;
}

@media (min-width: 576px) {
    .mrm-bootstrap-container .reservation_search_box {
        margin-bottom: 3.125rem;
        padding: 2.8125rem 2.8125rem .625rem;
    }
}

.mrm-bootstrap-container .reservation_search_box .widget_title {
    display: block;

    margin: 0 0 20px;
}

.mrm-bootstrap-container .reservation_search_box input,
.mrm-bootstrap-container .reservation_search_box select {
    font-size: 17px;

    height: 48px;

    border: 0;
    border-radius: 0;
    box-shadow: none;

    -webkit-appearance: none;
}

.mrm-bootstrap-container .reservation_search_box input:focus,
.mrm-bootstrap-container .reservation_search_box select:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(102, 102, 102, .25);
}

.mrm-bootstrap-container .reservation_search_box .search_col {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .mrm-bootstrap-container .reservation_search_box .search_col {
        margin-bottom: 0;
        padding: 0 5px;
    }
}

.mrm-bootstrap-container .reservation_search_box .select_wrapper {
    position: relative;
    z-index: 9 !important;

    display: block;
}

.mrm-bootstrap-container .reservation_search_box .select_wrapper::after,
.mrm-bootstrap-container .reservation_search_box .select_wrapper:after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    font-weight: bold;

    position: absolute;
    z-index: 9;
    top: 50%;
    right: 5px;

    display: block;

    content: '\f0d7';
    transform: translateY(-50%);
    pointer-events: none;
}

.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_date input,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_date select,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_facility input,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_facility select,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_party_size input,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_party_size select,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_time input,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_time select {
    height: 48px;
    padding-left: 30px;
}

.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_date::before,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_date:before,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_facility::before,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_facility:before,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_party_size::before,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_party_size:before,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_time::before,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_time:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 17px;
    font-weight: bold;

    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;

    display: block;

    width: 30px;

    content: '\f2e7';
    transform: translateY(-50%);
    text-align: center;
    pointer-events: none;
}

.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_facility::before,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_facility:before {
    content: '\f2e7';
}

.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_time::before,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_time:before {
    content: '\f017';
}

.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_party_size::before,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_party_size:before {
    content: '\f007';
}

.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_date::after,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_date:after {
    content: none;
}

.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_date::before,
.mrm-bootstrap-container .reservation_search_box .select_wrapper.select_date:before {
    content: '\f073';
}

@media (min-width: 992px) {
    .mrm-bootstrap-container .reservation_search_box .search_row {
        padding-top: 15px;

        border-top: 1px solid rgba(0, 0, 0, .1);
    }
}

.mrm-bootstrap-container .reservation_search_box .search_row button {
    width: 100%;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .mrm-bootstrap-container .reservation_search_box .search_row button {
        width: auto;
    }
}

.mrm-bootstrap-container .reservation_search_box .view_attendees {
    font-size: 15px;

    display: inline-block;

    margin-top: 5px;

    cursor: pointer;
}

.mrm-bootstrap-container .reservation_search_box_side {
    padding: 1.875rem 1.5625rem;
}

.mrm-bootstrap-container .reservation_search_box_side .h3 {
    display: block;

    margin-top: 0;
    margin-bottom: 15px;

    text-align: center;
}

.mrm-bootstrap-container .reservation_search_box_side .view_attendees {
    font-size: 15px;
}

.mrm-bootstrap-container .reservation_search_box_side form .search_row {
    border: 0;
}

.mrm-bootstrap-container .reservation_search_box_side form .search_row button {
    width: 100%;
    margin-top: 15px;
}

.mrm-bootstrap-container .reservation_button {
    display: block;

    width: auto;
    max-width: 320px;
    margin: 10px 0;

    text-align: center;
}

.mrm-bootstrap-container .reservation_timer {
    position: fixed;
    z-index: 350;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;

    background: #333;
}

@media (min-width: 992px) {
    .mrm-bootstrap-container .reservation_timer {
        background: rgba(51, 51, 51, .9);
    }
}

.mrm-bootstrap-container .reservation_timer .reservation_timer_duration {
    position: relative;

    height: 100%;
    padding: 10px 5px;

    color: white;
    background: rgba(0, 0, 0, .1);
}

@media (min-width: 992px) {
    .mrm-bootstrap-container .reservation_timer .reservation_timer_duration {
        height: 100px;
        padding: 0;
    }
}

.mrm-bootstrap-container .reservation_timer .reservation_timer_duration:empty {
    visibility: hidden;

    width: 0;
}

.mrm-bootstrap-container .reservation_timer .reservation_timer_duration .middle_block {
    display: block;

    width: 100%;
}

@media (min-width: 992px) {
    .mrm-bootstrap-container .reservation_timer .reservation_timer_duration .middle_block {
        position: absolute;
        top: 50%;
        left: 50%;

        transform: translate(-50%, -50%);
    }
}

.mrm-bootstrap-container .reservation_timer .reservation_timer_duration .time_left {
    color: white;
}

@media (min-width: 992px) {
    .mrm-bootstrap-container .reservation_timer .reservation_timer_duration .time_left {
        font-size: 25px;

        display: block;
    }
}

@media (min-width: 992px) {
    .mrm-bootstrap-container .reservation_timer .reservation_timer_duration .time_left {
        font-size: 30px;
    }
}

.mrm-bootstrap-container .reservation_timer .reservation_timer_info_items {
    font-size: 13px;

    display: inline-block;

    width: 32%;
    padding-bottom: 10px;

    text-align: center;

    color: white;
}

@media (min-width: 768px) {
    .mrm-bootstrap-container .reservation_timer .reservation_timer_info_items {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .mrm-bootstrap-container .reservation_timer .reservation_timer_info_items {
        font-size: 17px;

        display: inline-block;

        width: auto;

        text-align: left;
    }
}

.mrm-bootstrap-container .reservation_timer .reservation_timer_info_items .fa {
    font-size: 1rem;

    display: block;

    margin: 0 auto 5px;
}

@media (min-width: 992px) {
    .mrm-bootstrap-container .reservation_timer .reservation_timer_info_items .fa {
        font-size: unset;

        display: inline-block;

        margin-right: 5px;
        margin-bottom: unset;
    }
}

@media (min-width: 768px) {
    .mrm-bootstrap-container .reservation_timer .reservation_timer_info_items .date_mobile {
        display: none;
    }
}

.mrm-bootstrap-container .reservation_timer .reservation_timer_info_items .date_desktop {
    font-size: 17px;

    display: inline-block;

    width: auto;

    text-align: left;
}

@media (max-width: 767px) {
    .mrm-bootstrap-container .reservation_timer .reservation_timer_info_items .date_desktop {
        display: none;
    }
}

.mrm-bootstrap-container .reservation_timer .reservation_timer_info_items::after,
.mrm-bootstrap-container .reservation_timer .reservation_timer_info_items:after {
    display: inline-block;

    width: 1px;
    height: 30px;

    vertical-align: middle;

    background: rgba(255, 255, 255, .5);
}

@media (min-width: 992px) {

    .mrm-bootstrap-container .reservation_timer .reservation_timer_info_items::after,
    .mrm-bootstrap-container .reservation_timer .reservation_timer_info_items:after {
        margin: 0 5px;

        content: ' ';
    }
}

@media (min-width: 992px) {

    .mrm-bootstrap-container .reservation_timer .reservation_timer_info_items::after,
    .mrm-bootstrap-container .reservation_timer .reservation_timer_info_items:after {
        width: 2px;
        margin: 0 15px;
    }
}

.mrm-bootstrap-container .reservation_timer .reservation_timer_info_items:last-of-type::after,
.mrm-bootstrap-container .reservation_timer .reservation_timer_info_items:last-of-type:after {
    display: none;

    content: none;
}

.mrm-bootstrap-container .reservation_timer .reservation_timer_info {
    display: inline-block;

    width: 100%;
    padding: 0 0 15px;

    text-align: center;

    color: white;
}

@media (min-width: 992px) {
    .mrm-bootstrap-container .reservation_timer .reservation_timer_info {
        width: unset;
        padding: 0 15px;

        text-align: unset;
    }
}

.mrm-bootstrap-container .reservation_timer .reservation_timer_title {
    display: block;

    margin-bottom: 10px;

    text-align: center;

    color: white !important;
}

@media (min-width: 992px) {
    .mrm-bootstrap-container .reservation_timer .reservation_timer_title {
        margin-top: 20px;

        text-align: left;
    }
}

.mrm-bootstrap-container .welcome-back .venue_title {
    display: block;

    margin: 40px 0 10px;
}

.mrm-bootstrap-container .welcome-back .venue_title a {
    z-index: 1;

    cursor: pointer;
}

.mrm-bootstrap-container .welcome-back .venue_title a span {
    font-size: 28px;

    z-index: 2;

    cursor: pointer;
}

.mrm-bootstrap-container .venue_hours {
    margin-bottom: .9375rem;
}

.mrm-bootstrap-container .venue_hours .meal_period {
    margin: .3125rem 0;

    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.mrm-bootstrap-container .venue_main {
    margin-bottom: 1.5625rem;
}

.mrm-bootstrap-container .venue_main .venue_title {
    display: inline-block;

    width: auto;
    margin-top: 0;
}

.mrm-bootstrap-container .venue_main .venue_attendees,
.mrm-bootstrap-container .venue_main .venue_menu {
    font-size: 1.25rem;
    line-height: 1.25rem;

    margin-left: .3125rem;

    text-align: center;
}

.mrm-bootstrap-container .venue_main .venue_hours {
    margin-bottom: .625rem;
}

.mrm-bootstrap-container .venue_main .venue_hours .h2 {
    display: block;
}

.mrm-bootstrap-container .venue_main .venue_hours .meal_period {
    display: block;
}

.mrm-bootstrap-container .venue_main .venue_hours .meal_period .desc {
    font-weight: bold;
}

.mrm-bootstrap-container .venue_main .venue_hours .meal_period .desc.h4 {
    display: block;

    margin: 0;

    border-radius: 0;
    background: transparent;
}

.mrm-bootstrap-container .venue_main .venue_hours .meal_period .desc.seating {
    font-weight: 400;
    font-style: italic;

    display: block;

    margin-top: 10px;
}

.mrm-bootstrap-container .venue_main .venue_contact {
    margin-bottom: .625rem;
}

.mrm-bootstrap-container .venue_main .venue_contact .venue_contact_item {
    display: block;
}

.mrm-bootstrap-container .venue_main .venue_contact .venue_contact_item a {
    position: relative;
    z-index: 1000;

    cursor: pointer;
}

.mrm-bootstrap-container .venue_main .venue_contact .venue_contact_item a:focus,
.mrm-bootstrap-container .venue_main .venue_contact .venue_contact_item a:hover {
    cursor: pointer;
}

.mrm-bootstrap-container .venue_main .venue_tags {
    margin-bottom: .9375rem;
}

.mrm-bootstrap-container .venue_main .venue_tags .tag_item::before,
.mrm-bootstrap-container .venue_main .venue_tags .tag_item:before {
    display: inline-block;

    content: '\2022\00a0';
}

.mrm-bootstrap-container .venue_main .venue_tags .tag_item:first-of-type::before,
.mrm-bootstrap-container .venue_main .venue_tags .tag_item:first-of-type:before {
    content: none;
}

.mrm-bootstrap-container .venue_aside {
    margin-bottom: 10px;
}

.mrm-bootstrap-container .venue_aside img {
    width: 100%;
    margin-bottom: 10px;
}

.mrm-bootstrap-container .venue_rules {
    margin-bottom: 10px;

    border: 1px solid #ccc;
}

@media (min-width: 768px) {
    .mrm-bootstrap-container .venue_rules {
        margin-bottom: 0;
    }
}

.mrm-bootstrap-container .venue_rules .rules_title {
    display: block;

    margin: 0;
    padding: 12px 5px;

    text-align: center;

    background: #f5f5f5;
}

.mrm-bootstrap-container .venue_rules .rules_body {
    padding: 5px;
}

.mrm-bootstrap-container .venue_rules .rules_body ul {
    padding-left: 25px;
}

.mrm-bootstrap-container .venue_time_box {
    border: 1px solid #ccc;
}

.mrm-bootstrap-container .venue_time_box .time_box_title {
    display: block;

    margin: 0;
    padding: 12px 15px;

    background: #f5f5f5;
}

.mrm-bootstrap-container .venue_time_box .time_box_options {
    padding: 15px 27px 9px;
}

.mrm-bootstrap-container .venue_time_box .time_box_options:not(.unavailable) {
    font-size: 0;
}

.mrm-bootstrap-container .venue_time_box .time_block {
    display: inline-block;

    width: 100%;
    margin: 0 0 10px;
    padding-right: 5px;
    padding-left: 5px;

    cursor: pointer;

    color: white;
}

@media (min-width: 768px) {
    .mrm-bootstrap-container .venue_time_box .time_block {
        width: calc(20% - 6px);
        margin: 0 3px 6px;
    }
}

.mrm-bootstrap-container .venue_time_box .time_block.null_time {
    cursor: default;
    pointer-events: none;

    background: #ccc;
}

.mrm-bootstrap-container .venue_time_box .time_block:not(.no_results) {
    text-align: center;
}

.mrm-bootstrap-container .venue_time_box .time_block.no_results {
    width: calc(100% - 6px);
    padding: 12px 15px;

    cursor: default;

    color: #000 !important;
    background: #eee;
}

.mrm-bootstrap-container .venue_time_box .time_block.no_results span.fa,
.mrm-bootstrap-container .venue_time_box .time_block.no_results svg {
    display: inline-block;

    margin-right: 5px;
}

.mrm-bootstrap-container .venue_images_title {
    display: block;
}

.mrm-bootstrap-container div.facility_result::after,
.mrm-bootstrap-container div.facility_result:after {
    display: block;

    width: 100%;
    height: 1px;
    margin: 50px 0;

    content: ' ';

    background: #ccc;
}

.mrm-bootstrap-container div.facility_result:last-of-type::after,
.mrm-bootstrap-container div.facility_result:last-of-type:after {
    display: none;

    content: none;
}

.mrm-bootstrap-container div.facility_profile .venue_images {
    margin-bottom: 25px;
}

.mrm-bootstrap-container div.facility_profile .venue_image_item {
    position: relative;

    display: inline-block;

    max-width: 50%;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .mrm-bootstrap-container div.facility_profile .venue_image_item {
        width: 120px;
    }
}

.mrm-bootstrap-container div.facility_profile .venue_image_item img {
    width: 100%;
}

.mrm-bootstrap-container div.facility_profile .venue_image_item i,
.mrm-bootstrap-container div.facility_profile .venue_image_item span[class^=fa],
.mrm-bootstrap-container div.facility_profile .venue_image_item svg {
    font-size: 15px;

    position: absolute;
    right: 5px;
    bottom: 5px;

    color: white;
}

.mrm-bootstrap-container .menu_group .venue_title {
    display: block;
}

.mrm-bootstrap-container .menu_group .list-group.venue_menu_list .venue_menu_item {
    margin-bottom: 0;
    padding: 10px 0 10px 5px;

    border: 0;
    border-bottom: 1px solid #979797;
    border-radius: 0;
}

@media (min-width: 576px) {
    .mrm-bootstrap-container .menu_group .list-group.venue_menu_list .venue_menu_item {
        padding: 10px 15px;
    }
}

.mrm-bootstrap-container .menu_group .list-group.venue_menu_list .venue_menu_item .venue_menu_name {
    font-size: .9375rem;
    line-height: 20px;

    display: inline-block;

    width: 25%;
}

@media (min-width: 768px) {
    .mrm-bootstrap-container .menu_group .list-group.venue_menu_list .venue_menu_item .venue_menu_name {
        font-size: 1.0625rem;

        width: 35%;
    }
}

.mrm-bootstrap-container .menu_group .list-group.venue_menu_list .venue_menu_item .menu_actions {
    display: inline-block;

    width: 65%;

    text-align: right;
}

.mrm-bootstrap-container .menu_group .list-group.venue_menu_list .venue_menu_item .menu_actions a {
    font-size: 13px;

    margin: 0 5px;
}

@media (min-width: 768px) {
    .mrm-bootstrap-container .menu_group .list-group.venue_menu_list .venue_menu_item .menu_actions a {
        font-size: 14px;
    }
}

.mrm-bootstrap-container .menu_group .list-group.venue_menu_list .venue_menu_item .menu_actions a .action {
    font-size: 13px;
    line-height: 25px;
}

@media (min-width: 768px) {
    .mrm-bootstrap-container .menu_group .list-group.venue_menu_list .venue_menu_item .menu_actions a .action {
        font-size: 14px;
    }
}

.mrm-bootstrap-container .menu_group .list-group.venue_menu_list .venue_menu_item .menu_actions a.disabled {
    cursor: default;

    opacity: .7;
    color: black;
}

.mrm-bootstrap-container .menu_group .list-group.venue_menu_list .venue_menu_item .menu_actions a.disabled:hover {
    cursor: default;
}

.mrm-bootstrap-container .menu_group .list-group.venue_menu_list .venue_menu_item .menu_actions a+a {
    position: relative;
}

.mrm-bootstrap-container .menu_group .list-group.venue_menu_list .venue_menu_item .menu_actions a+a:before {
    position: absolute;
    top: -2px;
    left: -8px;

    display: inline-block;

    width: 1px;
    height: 30px;

    content: '';

    background: #979797;
}

.mrm-bootstrap-container .menu_group+.menu_group {
    margin-top: 30px;
}

.mrm-bootstrap-container .thank_you {
    margin-bottom: 40px;

    border: 0;
    border-radius: 0;
    background: #f6f6f6;
    box-shadow: none;
}

.mrm-bootstrap-container .thank_you .thank_you_header {
    padding: 25px;

    background: rgba(0, 0, 0, .1);
}

.mrm-bootstrap-container .thank_you .thank_you_header .add_to_calendar {
    float: right;

    color: #333;
}

.mrm-bootstrap-container .thank_you .thank_you_header .add_to_calendar .fa,
.mrm-bootstrap-container .thank_you .thank_you_header .add_to_calendar .far,
.mrm-bootstrap-container .thank_you .thank_you_header .add_to_calendar .fas {
    font-size: 21px;
}

.mrm-bootstrap-container .thank_you .thank_you_body {
    padding: 25px;
}

.mrm-bootstrap-container .thank_you .thank_you_body .reservation_facility_title {
    margin-top: 0;
}

.mrm-bootstrap-container .thank_you .thank_you_body .booking_member,
.mrm-bootstrap-container .thank_you .thank_you_body .dependent,
.mrm-bootstrap-container .thank_you .thank_you_body .guest,
.mrm-bootstrap-container .thank_you .thank_you_body .member {
    display: block;
}

.mrm-bootstrap-container .thank_you .thank_you_body .booking_member {
    font-weight: bold;
}

.mrm-bootstrap-container .thank_you .thank_you_body .reservation_guest {
    display: block;

    margin: 5px 0;
}

.mrm-bootstrap-container .thank_you .thank_you_body .reservation_info {
    display: block;

    margin-bottom: 5px;
}

@media (min-width: 576px) {
    .mrm-bootstrap-container .thank_you .thank_you_body .reservation_info {
        display: inline-block;

        margin-bottom: 0;
    }
}

.mrm-bootstrap-container .thank_you .thank_you_body .reservation_info::after,
.mrm-bootstrap-container .thank_you .thank_you_body .reservation_info:after {
    width: 2px;
    height: 30px;

    vertical-align: middle;

    background: rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {

    .mrm-bootstrap-container .thank_you .thank_you_body .reservation_info::after,
    .mrm-bootstrap-container .thank_you .thank_you_body .reservation_info:after {
        display: inline-block;

        margin: 0 5px;

        content: ' ';
    }
}

@media (min-width: 992px) {

    .mrm-bootstrap-container .thank_you .thank_you_body .reservation_info::after,
    .mrm-bootstrap-container .thank_you .thank_you_body .reservation_info:after {
        width: 2px;
        margin: 0 15px;
    }
}

.mrm-bootstrap-container .thank_you .thank_you_body .reservation_info:last-of-type::after,
.mrm-bootstrap-container .thank_you .thank_you_body .reservation_info:last-of-type:after {
    display: none;

    content: none;
}

.mrm-bootstrap-container .thank_you .thank_you_info {
    margin-bottom: 30px;
}

.mrm-bootstrap-container .thank_you .thank_you_title {
    margin: 0;
}

.mrm-bootstrap-container .party_title {
    margin-top: 0;
}

.mrm-bootstrap-container .party_size_commands {
    text-align: right;
}

.mrm-bootstrap-container .party_size_commands .btn-group {
    float: right;
}

.mrm-bootstrap-container .party_size_commands .party_size_count {
    font-size: 14px;
    font-weight: bold;

    display: inline-block;

    margin-bottom: 10px;
    padding: 7px;
}

.mrm-bootstrap-container .party_size_commands .party_size_count #party_count {
    font-weight: normal;

    margin: 0 4px;
}

.reservation_issues_heading {
    font-weight: bold;
}

.reservation_issues_list,
.reservation_people_list {
    padding: 0;

    list-style: none;
}

.reservation_issues_list i,
.reservation_people_list i {
    font-size: 19px;

    display: inline-block;

    width: 20px;

    text-align: center;
}

.panel .panel-heading a {
    text-decoration: none;
    font-weight: 500;
}

 .REG_ADMIN .mrm-bootstrap-container .panel .facility-heading .facility-title, .REG_ADMIN .mrm-bootstrap-container .panel .facility-heading span, .REG_ADMIN .mrm-bootstrap-container .panel .facility-heading a {
    font-size: 1.5rem !important;
}

.panel .panel-heading#facility_heading {
    padding: 0;
}

.panel .panel-heading#facility_heading span {
    padding: 0;
}

.panel .panel-heading#facility_heading a {
    font-size: 18px;
    font-weight: normal;

    display: block;

    min-height: 48px;
    padding: 14px 23px;

    cursor: pointer;

    color: #333;
}

.panel .panel-heading#facility_heading .karat {
    font-size: 20px;
    line-height: 1.2;

    float: right;
}

.admin-home .panel .panel-heading#facility_heading .karat {
    line-height: 1;
}

#actionDropDown {
    margin-bottom: 15px;
}

#facility_details,
#facility_heading {
    /* font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; */
}

.diningReservations {
    color: #4e4e4e;
}

.eventRegistrations #registrants_container .panel>.panel-heading {
    padding: 0;
    border-bottom: 0;
}

.eventRegistrations #registrants_container .panel>.panel-heading .panel-title {
    position: relative;
    display: block;
    font-weight: 500;
}

.eventRegistrations #registrants_container .panel>.panel-heading .panel-title a.registrant_heading {
    display: block;
    min-height: 48px;
    padding: 13px 23px;
    cursor: pointer;
}

.admin-home .eventRegistrations #registrants_container .panel>.panel-heading .panel-title a.registrant_heading {
    padding: 14px 23px;
}

.eventRegistrations #registrants_container .panel>.panel-heading .panel-title a.change-booking-member-star-placeholder {
    padding: 0;
}

.eventRegistrations #registrants_container .panel>.panel-heading .panel-title a.registrant_heading {
    position: relative;
}

.admin-home .eventRegistrations #registrants_container .panel>.panel-heading .panel-title a.registrant_heading {
    padding-left: 30px;
}

.eventRegistrations #registrants_container .panel>.panel-heading .panel-title a.registrant_heading .karat {
    font-size: 20px;
    line-height: 1.2;
    float: right;
    color: #fff;
}

.admin-home .eventRegistrations #registrants_container .panel>.panel-heading .panel-title a.registrant_heading .karat {
    line-height: 1;
}

.eventRegistrations #registrants_container .panel>.panel-heading .panel-title .booking-member-star,
.eventRegistrations #registrants_container .panel>.panel-heading .panel-title .change-booking-member-star,
.eventRegistrations #registrants_container .panel>.panel-heading .panel-title .change-booking-member-star-placeholder,
.eventRegistrations #registrants_container .panel>.panel-heading .panel-title a.booking-member-star,
.eventRegistrations #registrants_container .panel>.panel-heading .panel-title a.change-booking-member-star,
.eventRegistrations #registrants_container .panel>.panel-heading .panel-title a.change-booking-member-star,
.eventRegistrations #registrants_container .panel>.panel-heading .panel-title a.change-booking-member-star-placeholder {
    position: absolute;
    z-index: 100;
    top: 14px;
    left: 6px;
    display: unset;
    min-height: unset;
    margin-right: 5px;
    padding: 0;
    cursor: unset;
    cursor: pointer;
    color: #fff;
}

.eventRegistrations #registrants_container .panel>.panel-heading .panel-title a,
.eventRegistrations #registrants_container .panel>.panel-heading .panel-title span {
    color: #333;
}

.eventRegistrations #registrants_container .panel>.panel-heading .panel-title span {
    font-weight: 500;
}

@media (max-width: 767px) {
    .eventRegistrations #registrants_container .panel>.panel-heading .panel-title span.registrant_name.tinyname {
        display: inline-block;
        overflow: hidden;

        max-width: 90%;

        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767px) {
    .eventRegistrations #registrants_container .panel>.panel-heading .panel-title span.registrant_name {
        font-size: 14px;
    }
}

.admin-home .eventRegistrations #registrants_container .panel>.panel-heading .panel-title span.registrant_name {
    font-size: 16px;
}

.admin-home .eventRegistrations #registrants_container .panel>.panel-heading .panel-title span .heading-registrant-type {
    font-size: 13px;
    font-weight: normal;
}

.eventRegistrations #registrants_container .panel>.panel-heading .panel-title.empty-seat-heading {
    display: inline-block;

    min-height: 48px;
    padding: 13px 23px;

    opacity: .7;
}

@media (max-width: 767px) {
    .eventRegistrations #registrants_container .panel>.panel-heading .panel-title.empty-seat-heading {
        font-size: 14px;
    }
}

.admin-home .eventRegistrations #registrants_container .panel>.panel-heading .panel-title.empty-seat-heading {
    padding: 14px 23px;
}

.eventRegistrations #registrants_container .panel>.panel-heading .panel-title .badge {
    font-weight: normal;

    position: relative;
    top: -2px;

    margin-left: 9px;

    color: white;
}

.eventRegistrations #registrants_container .panel>.panel-heading .panel-title .badge.person-status {
    color: black;
    background: #ffc107;
}

.eventRegistrations #registrants_container .panel>.panel-heading .btn-group {
    float: right;
}

.eventRegistrations #registrants_container .panel>.panel-heading .btn-group .btn-default {
    font-size: 16px;

    color: white;
    border-color: #4f4f4f;
    background: #5c5c5c;
}

.eventRegistrations #registrants_container .panel>.panel-heading.empty-seat .btn {
    float: right;

    height: 50px;
    margin: -1px -1px 0 0;

    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.eventRegistrations #registrants_container .panel>.panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}

.eventRegistrations #registrants_container .panel .panel-body .autoDiv,
.eventRegistrations #registrants_container .panel .panel-body .dependentDropDown,
.eventRegistrations #registrants_container .panel .panel-body .guestsDropDown {
    position: relative;
}

.eventRegistrations #registrants_container .panel .panel-body .autoDiv input,
.eventRegistrations #registrants_container .panel .panel-body .autoDiv select,
.eventRegistrations #registrants_container .panel .panel-body .dependentDropDown input,
.eventRegistrations #registrants_container .panel .panel-body .dependentDropDown select,
.eventRegistrations #registrants_container .panel .panel-body .guestsDropDown input,
.eventRegistrations #registrants_container .panel .panel-body .guestsDropDown select {
    display: inline-block;

    width: 88%;
}

@media (min-width: 576px) {

    .eventRegistrations #registrants_container .panel .panel-body .autoDiv input,
    .eventRegistrations #registrants_container .panel .panel-body .autoDiv select,
    .eventRegistrations #registrants_container .panel .panel-body .dependentDropDown input,
    .eventRegistrations #registrants_container .panel .panel-body .dependentDropDown select,
    .eventRegistrations #registrants_container .panel .panel-body .guestsDropDown input,
    .eventRegistrations #registrants_container .panel .panel-body .guestsDropDown select {
        width: 90%;
    }
}

.eventRegistrations #registrants_container .panel .panel-body .addGuest,
.eventRegistrations #registrants_container .panel .panel-body .clearName,
.eventRegistrations #registrants_container .panel .panel-body .dependentInfoButton,
.eventRegistrations #registrants_container .panel .panel-body .editGuest {
    font-size: 18px;
    line-height: 32px;

    position: absolute;
    top: 0;
    right: 0;

    display: block;
    display: inline-block;

    width: 9%;
    min-width: 34px;
    height: 34px;

    cursor: pointer;
    transition: .2s linear;
    text-align: center;
    text-align: center;
}

.eventRegistrations #registrants_container .panel .panel-body .addGuest i,
.eventRegistrations #registrants_container .panel .panel-body .clearName i,
.eventRegistrations #registrants_container .panel .panel-body .dependentInfoButton i,
.eventRegistrations #registrants_container .panel .panel-body .editGuest i {
    line-height: 32px;
}

.eventRegistrations #registrants_container .panel .panel-body .clearName {
    color: #c9302c;
}

.eventRegistrations #registrants_container .panel .panel-body .clearName:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(201, 48, 44, .25);
}

.eventRegistrations #registrants_container .panel .panel-body .editGuest {
    color: #1978d4;
}

.eventRegistrations #registrants_container .panel .panel-body .editGuest:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(25, 120, 212, .25);
}

.eventRegistrations #registrants_container .panel .panel-body .dependentInfoButton {
    color: #449d44;
}

.eventRegistrations #registrants_container .panel .panel-body .dependentInfoButton:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(68, 157, 68, .25);
}

.eventRegistrations #registrants_container .panel .panel-body .addGuest {
    color: #449d44;
}

.eventRegistrations #registrants_container .panel .panel-body .addGuest:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(68, 157, 68, .25);
}

.eventRegistrations #registrants_container .bookedRow.removing .panel>.panel-heading .registrant_heading {
    text-decoration: line-through;

    color: #6d6d6d;
}

.eventRegistrations #registrants_container .bookedRow.removing .panel>.panel-heading .registrant_heading .registrant_name {
    color: #6d6d6d;
}

.admin-home .diningReservations {
    text-align: left;
}

.admin-home .eventRegistrations button,
.admin-home .eventRegistrations div,
.admin-home .eventRegistrations h1,
.admin-home .eventRegistrations h2,
.admin-home .eventRegistrations h3,
.admin-home .eventRegistrations h4,
.admin-home .eventRegistrations h5,
.admin-home .eventRegistrations h6,
.admin-home .eventRegistrations input,
.admin-home .eventRegistrations p,
.admin-home .eventRegistrations select,
.admin-home .eventRegistrations span,
.admin-home .eventRegistrations textarea {
    /* font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; */
}

.admin-home .eventRegistrations h1 {
    font-size: 36px !important;
}

.admin-home .eventRegistrations h3 {
    font-size: 20px !important;
    line-height: 27px !important;

    margin: 0 !important;

    text-transform: none !important;
}

.admin-home .eventRegistrations h4 {
    font-size: 18px !important;
}

.admin-home .eventRegistrations h5 {
    font-size: 16px !important;
}

.admin-home .eventRegistrations h6 {
    font-size: 14px !important;
}

.admin-home .eventRegistrations .regboxTitle {
    font-size: 25px !important;

    margin: 10px 0 !important;

    text-transform: none !important;

    color: #333 !important;
}

.admin-home .eventRegistrations .subRegBoxHeader {
    /* font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;  */
    font-size: 15px;
    font-weight: bold !important;
    font-weight: bold;
}

.admin-home .eventRegistrations .list-unstyled {
    margin: 0 !important;
}

.admin-home .eventRegistrations a:hover {
    cursor: pointer;
}

.admin-home .eventRegistrations .panel {
    /* font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; */
}

.admin-home .eventRegistrations .panel * {
    box-sizing: border-box;
}

.admin-home .eventRegistrations .note {
    display: inline-block;

    margin-bottom: 15px;
}

.admin-home .eventRegistrations .pageview-SIMPLE * {
    box-sizing: border-box;
}

.eventRegistrations .panel-heading {
    border-bottom: 0;
}

.eventRegistrations .panel-heading .panel-title a {
    text-decoration: none;
}

.eventRegistrations .panel-heading .panel-title .change-party-size {
    float: right;
}

.admin-home .eventRegistrations .panel-heading .panel-title .change-party-size {
    margin-top: -7px;
    margin-right: -10px;
}

.eventRegistrations .panel-heading.empty-seat .btn-group {
    float: right;

    margin-left: 0;
}

.eventRegistrations .panel-heading.empty-seat .btn-group .btn {
    padding: 10px 12px 9px;

    transition: .1s linear;
}

.eventRegistrations .panel-heading.empty-seat .btn-group .btn:hover {
    background: #f5f5f5;
    box-shadow: none;
}

.eventRegistrations .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}

.eventRegistrations .override {
    margin-top: 25px;

    text-align: center;
}

.eventRegistrations .btn.reservation-save+.btn {
    margin-left: 5px;
}

.eventRegistrations .btn.reservation-save+.btn+.btn {
    margin-left: 5px;
}

.pageview-SIMPLE * {
    box-sizing: border-box;
}

#gusestInfoModal textarea,
.eventRegistrations textarea {
    min-height: 50px;

    resize: none;

    border-radius: 5px;
}

.reservation-change-party-size {
    max-width: 148px;
    max-height: 42px;
}

.mrm-bootstrap-container .reservation-change-party-size.mrm-button {
    font-size: 14px;

    max-width: none;
    max-height: none;
    margin-bottom: 10px;
    padding: 6px 12px;
}

.mrm-bootstrap-container .reservation_button.mrm-button {
    display: block;

    max-width: none;
    padding-right: 5px;
    padding-left: 5px;
}

@media (min-width: 576px) {
    .mrm-bootstrap-container .reservation_button.mrm-button {
        display: inline-block;

        padding-right: inherit;
        padding-left: inherit;
    }
}

@media (max-width: 575px) {
    .btn-group.reservation-action-buttons>.btn {
        display: block;

        width: 100%;
        max-width: 420px;

        border-radius: 4px !important;
    }
}

@media (max-width: 575px) {
    .btn-group.reservation-action-buttons>.btn+.btn {
        margin-top: 5px;
    }
}

.registrants-container-wrapper .form-group label {
    font-size: 15px;
}

.registrants-container-wrapper .form-group .btn-group .mrm-button {
    display: block;

    width: 100%;
}

@media (min-width: 992px) {
    .registrants-container-wrapper .form-group .btn-group .mrm-button {
        display: inline-block;

        width: auto;
    }
}

.registrants-container-wrapper .form-group .btn-group .mrm-button+.mrm-button {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .registrants-container-wrapper .form-group .btn-group .mrm-button+.mrm-button {
        margin-top: unset;
        margin-left: 5px;
    }
}

.admin-home .registrants-container-wrapper .other-totals-container {
    font-size: 15px;
}

.admin-home .registrants-container-wrapper .other-totals-container label,
.admin-home .registrants-container-wrapper .other-totals-container span:not(.h4) {
    font-size: 14px;
}

.admin-home .registrants-container-wrapper .h4 {
    font-size: 16px;

    display: block;

    margin: 15px 0;
    padding: 15px 0;

    border-bottom: 1px solid #e8e8e8;
}

.admin-home .registrants-container-wrapper .counted {
    font-size: 15px;
}

.mrm-bootstrap-container.dining .panel {
    overflow-x: scroll;

    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.mrm-bootstrap-container.dining table.dining-attendees-table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;

    border: 1px solid #979797;
}

.mrm-bootstrap-container.dining table.dining-attendees-table * {
    /* font-family: 'Open Sans', Arial, Helvetica, sans-serif; */
}

.mrm-bootstrap-container.dining table.dining-attendees-table td,
.mrm-bootstrap-container.dining table.dining-attendees-table th {
    /* font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;  */
    font-size: 14px;

    padding: 3px 15px;

    border-top: 1px solid #dcdcdc;
}

.mrm-bootstrap-container.dining table.dining-attendees-table thead tr:first-of-type {
    background: #f5f5f5 !important;
}

.mrm-bootstrap-container.dining table.dining-attendees-table thead tr:first-of-type td,
.mrm-bootstrap-container.dining table.dining-attendees-table thead tr:first-of-type th {
    font-weight: bold;

    padding: 8px 15px;

    text-align: left;

    color: #2b2b2b;
    border-top: 0;
    border-bottom: 1px solid #dcdcdc;
}

.details-panel>.panel-heading,
.fields-panel>.panel-heading,
.totals-panel>.panel-heading {
    padding: 0;

    border: 0;
}

.details-panel>.panel-heading .panel-title,
.fields-panel>.panel-heading .panel-title,
.totals-panel>.panel-heading .panel-title {
    position: relative;

    display: block;
    display: block;

    min-height: 48px;
    padding: 13px 23px;
}

.admin-home .details-panel>.panel-heading .panel-title,
.admin-home .fields-panel>.panel-heading .panel-title,
.admin-home .totals-panel>.panel-heading .panel-title {
    /* font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;  */

    padding: 14px 23px;
}

.details-panel>.panel-heading+.panel-body,
.fields-panel>.panel-heading+.panel-body,
.totals-panel>.panel-heading+.panel-body {
    border-top: 1px solid #ddd;
}

.reservation-details-title .btn-group {
    float: right;
}

.admin-home .reservation-details-title .btn-group {
    margin-top: -7px;
    margin-right: -10px;
}

.reservation-details-panel {
    /* font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; */
}

.radio-inline {
    line-height: 22px;
}

.notification-instructions,
.reservation-instructions {
    font-weight: bold;
    line-height: 26px;

    color: #2b2b2b;
}

.notification-options,
.reservation-options {
    margin: 0;
    padding: 0;

    list-style-type: none;
}

.notification-options li a,
.reservation-options li a {
    line-height: 26px;

    text-decoration: none;

    color: #2b2b2b;
}

.REG_ADMIN ul.navigation.tabs {
    margin-top: 40px;
}

.REG_ADMIN ul.navigation.tabs li {
    height: auto;
    padding: 0;

    border-radius: 5px 5px 0 0;
    background: transparent !important;
}

.REG_ADMIN ul.navigation.tabs li a {
    /* font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; */
    line-height: 41px;

    display: block;

    width: 100%;
    max-width: none;
    height: 40px;

    cursor: pointer;

    border-radius: 5px 5px 0 0;
    background: #ffffff;
}

.REG_ADMIN ul.navigation.tabs li.inactive a {
    background: #ededed;
}

.REG_ADMIN .auditTable,
.REG_ADMIN .messagesTable {
    border: 1px solid #979797;
}

.REG_ADMIN .auditTable td,
.REG_ADMIN .messagesTable td {
    /* font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; */
    font-size: 12px;

    padding: 3px 15px;

    border: 0;
}

.REG_ADMIN form[name=frmMain] {
    display: block;

    padding: 0 15px;
}

.REG_ADMIN .filter_results_data {
    vertical-align: middle;
}


.REG_ADMIN .date_calendar_link {
    font-size: 16px;

    display: inline-block;

    width: 34px;
    height: 34px;
    padding-top: 8px;

    text-align: center;
    vertical-align: top;
}

.mobile_sr_only {
    margin-right: 5px;
}

@media (max-width: 575px) {
    .mobile_sr_only {
        position: absolute;

        overflow: hidden;
        clip: rect(0, 0, 0, 0);

        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;

        border: 0;
    }
}

@media (min-width: 576px) {
    .mobile_sr_only+span {
        display: none;
    }
}

.mobile_sr_only+span .fa-user-plus {
    margin-right: 5px;
}

.max-length-warning {
    font-size: 13px;

    display: block;

    width: 100%;
    margin-top: .25rem;

    color: #6c757d;
}

.admin-home .max-length-warning {
    font-size: 12px;
}

a[onclick]:hover {
    cursor: pointer;
}

.regHeaderInfoContainer {
    display: inline-block;
}

.regboxDate {
    font-weight: normal !important;

    margin: 0 !important;
    padding: 0 !important;

    text-transform: none !important;

    color: #333 !important;
}

.Booking_Resident {
    margin-bottom: 10px;
}

.bookedRow {
    min-height: 35px;
}

.bookedRow .panel-body .control-label {
    margin-top: 9px;
}

.bookedRow .panel-body span.field-value-span {
    margin-top: 9px;
}

.registration-fields-panel.panel-body span.field-value-span,
.registration-fields-panel .panel-body .control-label {
    margin-top: 9px;
}

.bookedRow .panel-body .btn-default {
    text-decoration: none;
}

.guestRow:hover {
    background-color: #f5f5f5;
}

.registrationAlert {
    font-weight: 600;

    margin-bottom: 15px;

    text-align: center;

    color: steelblue;
}

.regPlainText {
    font-weight: 100;

    margin-bottom: 15px;

    text-align: center;

    color: black;
}

.saveToWaitlist {
    margin-top: 15px;
}

.eventRegAlertColor {
    color: steelblue;
}

.regChangeAlert {
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;

    margin-top: -15px;
    margin-bottom: 15px;

    text-align: center;

    color: #c50202;
}

.regAddSpaceOnTop {
    margin-top: 30px;
    margin-top: 10px;
}

.waitlistInfo {
    display: inline-block;

    width: 70%;
    padding-right: 5px;

    text-align: left;
    vertical-align: top;

    color: #4e4e4e;
}

.nameColumn.width75 {
    width: 75%;
}

.removeColumn {
    text-align: center;
}

#thankyou {
    color: #848484;
}

.nameColumn .memberContactInfo {
    position: absolute;
    z-index: 1;

    visibility: hidden;

    width: 80%;
    margin-left: 20px;
    padding: 5px;

    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: white;
}

.nameColumn:hover .memberContactInfo {
    visibility: visible;
}

.clearAll {
    clear: both;
}

.eventRegistrations .calloutMemberName {
    font-weight: 600;

    padding-left: 3px;

    color: white;
    background: #ccc;
}

.eventRegistrations .calloutHeader,
.guestModalBody .calloutHeader {
    display: inline-block;

    width: 25%;
    margin-bottom: 5px;
    padding-right: 3px;

    text-align: left;
    vertical-align: top;
}

.eventRegistrations .calloutContent,
.guestModalBody .calloutContent {
    display: inline-block;

    width: 75%;
    margin-bottom: 5px;

    text-align: left;
}

.guestOfColumn {
    width: 17%;

    text-align: center;
}

#guestOfHeading {
    white-space: wrap !important;
}

.infoColumn {
    width: 5%;
}

.removeColumn {
    width: 5%;
}

.changeBookingColumn {
    display: inline-block;

    width: 10%;

    text-align: center;
}

.noteContainer {
    padding-top: 15px;
    padding-bottom: 10px;

    border-bottom: 1px solid #f1f1f1;
}

.noteRow {
    padding-bottom: 15px;
}

.noteType {
    font-weight: 600;

    display: inline-block;

    width: 15%;
}

.noteName {
    display: inline-block;

    width: 15%;
}

.ageRangeColumn {
    width: 13%;
}

.seatingPrefColumn {
    width: 15%;
}

.noteContent {
    display: inline-block;

    width: 70%;
}

.partySizeText {
    margin-bottom: 0 !important;

    text-align: center;
}

.regBox {
    padding: 0 15px 15px;

    border: 1px solid #ddd;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .08);
}

.regBox .regBoxHeader {
    margin: 0 -15px 10px;
    padding: 8px 15px;

    color: #333;
    border-radius: 0;
    background-color: #f5f5f5;
}

.regBox .subRegBox {
    margin: 15px auto;
    padding: 0 10px 10px;

    border: 1px solid #f1f1f1;
    border-radius: 0;
    background-color: #fff;
}

.regBox .subRegBox .subRegBoxHeader {
    margin: 0 -10px 15px;
    padding: 10px;

    color: #333;
    border-color: #f1f1f1;
    border-bottom: 1px;
    border-radius: 0;
    background-color: #f5f5f5;
}

.regBox .subRegBoxMoreInfo {
    font-size: 9px;

    padding-left: 5px;
}

@media (max-width: 767px) {
    .regBox .subRegBoxMoreInfo {
        display: block;

        padding-left: 0;
    }
}

.headcountNoteColumn {
    margin-top: 25px;
}

.AdminDefinedNonMemberNote {
    font-size: 11px;

    display: inline-block;

    padding-left: 15px;
}

.scrollNonMember {
    overflow: auto;

    max-height: 220px;
}

.waitListDisplayText {
    margin-bottom: 20px;
}

.eventRegButtonNewLine {
    margin-top: 15px;
}

.reorder .fa-stack-1x {
    font-size: 14px;

    margin: 1px;
}

.reorder {
    position: relative;
    top: -4px;
    left: 0;

    display: inline;

    box-sizing: border-box;
    margin: 0;
    padding: 4px 5px;

    border-radius: 30px;
    background-color: #e5e5e5;
}

.fa-stack {
    width: 1.2em !important;
}

.fullRegBox {
    width: 100%;
}

.halfRegBox {
    width: 45%;
}

.autoComplete {
    position: absolute;
    z-index: 1000;

    overflow-y: scroll;

    width: 90%;
    max-height: 150px;

    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
}

.autoComplete .list-unstyled {
    margin: 0;
    padding: 0;

    list-style: none;
}

.autoComplete .list-unstyled li {
    font-size: 14px;

    padding: 3px 10px;

    cursor: pointer;
}

.autoComplete .list-unstyled li.highlight,
.autoComplete .list-unstyled li:hover {
    background-color: #eee;
}

.actionButtonSmall {
    width: 14px;
    height: 14px;
    padding: 0;

    cursor: pointer;
    transition: all .2s;

    color: #c1c7cb;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    background-color: white;
}

.actionButtonSmall i {
    font-size: 10px;

    color: #b5b5b5;
}

.actionButtonSmall:hover {
    background: #eee;
}

#confirmAllButton {
    font-size: 20px;

    display: inline-block;

    margin-bottom: 2px;
    margin-left: 5px;
    padding: 3px;

    vertical-align: bottom;

    border-radius: 20px;
    background-color: #4caf50;
}

#unConfirmAllButton {
    font-size: 20px;

    display: inline-block;

    margin-bottom: 2px;
    margin-left: 5px;
    padding: 2px;

    vertical-align: bottom;

    border-radius: 20px;
    background-color: #7e57c2;
}

#regAdminConfirmAllRegistrations,
#regAdminUnConfirmAllRegistrations {
    cursor: pointer;

    color: #fff;
}

.AdminToggleContainer {
    float: left;

    width: 250px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 30px;

    border: 1px solid gray;
}

.RegAdminToggle {
    font-weight: 600;

    display: table-cell;

    width: 125px;
    height: 30px;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;

    color: gray;
}

.RegAdminToggle:hover {
    text-decoration: none;

    color: gray;
    background-color: lightgray;
}

.RegAdminToggle.active {
    cursor: default;
    text-decoration: none;

    color: white;
    background-color: gray;
}

.regButtonBoxHeading {
    font-size: 14px;
    font-weight: 600;
}

.AdminLotteryContainer {
    display: inline-block;
    float: right;

    box-sizing: border-box;
    width: 230px;
    margin: 0 0 10px 10px;
    padding: 10px 0 10px 10px;

    border: 1px solid #c2c2c2;
    border-radius: 9px;
}

.AdminLotteryContainer h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.AdminLotteryContainer a.lotteryBtn {
    font-size: 14px;

    min-width: 120px;
    margin: 10px 10px 0 0;
    padding: 7px;

    text-decoration: none;

    color: #fff;
    background-color: #929292;
}

.AdminLotteryContainer h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.AdminLotteryContainer a.lotteryBtn {
    font-size: 14px;

    min-width: 120px;
    margin: 10px 10px 0 0;
    padding: 7px;

    text-decoration: none;

    color: #fff;
    background-color: #929292;
}

.AdminLotteryContainer a.lotteryBtn.randomize {
    background-color: #7e57c2;
}

.AdminLotteryContainer a.lotteryBtn.randomize:hover {
    background-color: #6841ab;
}

.AdminLotteryContainer a.lotteryBtn.process {
    background-color: #389b3c;
}

.AdminLotteryContainer a.lotteryBtn.process:hover {
    background-color: #28862c;
}

.AdminLotteryContainer a.lotteryBtn.close {
    background-color: #f44336;
}

.AdminLotteryContainer a.lotteryBtn.close:hover {
    background-color: #d82214;
}

.AdminLotteryContainer a.lotteryBtn.reopen {
    background-color: #389b3c;
}

.AdminLotteryContainer a.lotteryBtn.reopen:hover {
    background-color: #28862c;
}

.AdminLotteryContainer a.lotteryBtn.select {
    background-color: dodgerblue;
}

.AdminLotteryContainer a.lotteryBtn.cancel {
    background-color: indianred;
}

.AdminLotteryContainer a.lotteryBtn:hover {
    cursor: pointer;
    cursor: hand;
}

.combineCol {
    display: inline-block;

    padding-right: 5px;
    padding-left: 5px;
}

#changeBookingMember-model-dialog,
#combine-registration-model-dialog {
    font-size: 14px;
    line-height: 20px;

    display: inline-block;

    width: 500px;
    margin-bottom: 0;
    padding: 12px;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;

    color: #333;
    border: 1px solid #bbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-bottom-color: #a2a2a2;
    border-radius: 4px;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
}

.combineAlertText {
    margin-bottom: 20px;
}

.centerTinyMCEeditor {
    max-width: 600px;
}

@media screen and (min-width: 768px) {
    .centerTinyMCEeditor {
        margin-right: calc(50% - 300px);
        margin-left: calc(50% - 300px);
    }
}

.eventRegDisplayHeader {
    margin: 30px;
    padding: 10px;

    border: 1px solid #eee;
    border-radius: 5px;
}

.eventRegDisplayFooter {
    margin: 30px;
    padding: 10px;

    border: 1px solid #eee;
    border-radius: 5px;
}

.regHalfPage {
    display: inline-block;

    width: 400px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 15px;
}

.regHalfPage.regWaitlistInfo {
    color: gray;
}

.waitlListRegSeparator {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;

    border-top: 1px solid #eee;
}

.waitlistSpaceAvalable {
    color: #66bb6a;
}

.waitlistRegWaiting {
    color: red;
}

.regBreakoutSpace {
    display: inline-block;

    width: 10px;
}

.guestModal {
    position: fixed;
    z-index: 9001;
    top: 50%;
    left: 50%;

    width: 700px;
    padding: 10px;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border-radius: 5px;
    background: white;
}

.guestModal .close {
    position: absolute;
    top: 14px;
    right: 14px;
}

@media (max-width: 700px) {
    .guestModal .close {
        position: absolute;
        top: 5px;
        right: 5px;
    }
}

.guestModal .guestInfoButtons button {
    margin: 0 5px 0 0 !important;

    letter-spacing: 0;
    text-transform: none;

    color: #fff !important;
    border: 0;
    background-color: #5287b6 !important;
}

.guestModal .guestInfoButtons button:hover {
    margin: 0 5px 0 0;

    letter-spacing: 0;
    text-transform: none;

    color: #fff !important;
    border: 0;
    background-color: #3f6d96 !important;
}

.guestInfo input {
    padding: 2px 5px !important;

    border: 1px solid #ccc !important;
    box-shadow: none !important;
}

.guestModal .modalHeader {
    margin-bottom: 15px;

    border-bottom: 1px solid #96a9b9;
}

.guestModalBody .calloutHeader {
    width: 30%;
    margin-bottom: 20px;
    padding-right: 15px;

    text-align: right;
}

.guestModalBody .calloutContent {
    overflow: hidden;

    width: 70%;
    margin-bottom: 20px;
}

.guestModalScroll {
    overflow: auto;

    max-height: 400px;
}

.auditModal {
    position: fixed;
    z-index: 9001;
    top: 10%;
    left: 45%;

    width: 700px;
    margin-left: -250px;
    padding: 10px;

    border-radius: 5px;
    background: white;
}

.auditModal .modalHeader {
    margin-bottom: 15px;

    border-bottom: 1px solid #96a9b9;
}

.auditModalBody .calloutHeader {
    width: 30%;
    margin-bottom: 20px;
    padding-right: 15px;

    text-align: right;
}

.auditModalBody .calloutContent {
    overflow: hidden;

    width: 70%;
    margin-bottom: 20px;
}

.auditModalScroll {
    overflow: auto;

    max-height: 500px;
}

.waitAuditRow {
    margin-bottom: 15px;

    border-bottom: 1px solid #96a9b9;
}

.waitAuditDate {
    display: inline-block;
}

.waitAuditName {
    display: inline-block;

    padding-left: 50px;
}

.waitAuditDetail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nonMemInfoSave {
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 5px !important;

    white-space: pre;
}

.calloutCategory {
    margin-top: 10px;
    margin-bottom: 20px;
}

.guestDeleted {
    text-decoration: line-through;

    color: gray;
}

/* .ermodal
{
    position: fixed;
    z-index: 9001;
    top: 30%;
    left: 50%;

    width: 500px;
    margin-left: -250px;
    padding: 10px;

    border-radius: 5px;
    background: white;
}

.ermodal .modalHeader
{
    margin-bottom: 15px;

    border-bottom: 1px solid #96a9b9;
} */

.modalHeader i {
    float: right;

    cursor: pointer;
}

.closeModal {
    position: fixed;
    z-index: 900;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: rgba(0, 0, 0, .3);
}

.admin-home h3 {
    /* font-family: 'Open Sans',sans-serif;  */
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;

    margin: 20px 0 15px;

    color: #333;
}

.textSmall {
    font-size: 12px;

    padding-left: 10px;
}

.textTiny {
    font-size: 10px;
}

.adminDefined {
    margin-bottom: 12px;
    margin-left: 15px;
}

.buttonWrapper {
    text-align: center;
}

.buttonWrapper button {
    margin: 0 5px;
}

.donutHole {
    position: relative;

    display: inline-block;

    width: 33%;

    vertical-align: bottom;
}

.adminDefined {
    margin: 6px 0;
}

.donutHole .partySizeNumber {
    font-size: 40px;
    line-height: 24px;

    position: absolute;
    bottom: 90px;
    left: 50%;

    width: 50px;
    margin-left: -25px;

    text-align: center;

    color: #4f6786;
}

.timeSelectionWarning {
    font-size: 11px;

    padding: 3px 0;
}

.maxCount {
    font-size: 12px;
}

.regNotesEntry {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;

    border-color: #a6a6a6;
}

.partySize {
    text-align: center;
}

.autodiv::-webkit-scrollbar {
    display: none;
}

.autodiv::-webkit-scrollbar-button {
    display: none;
}

.autodiv::-webkit-scrollbar-track {
    display: none;
}

.autodiv::-webkit-scrollbar-track-piece {
    display: none;
}

.autodiv::-webkit-scrollbar-thumb {
    display: none;
}

.autodiv::-webkit-scrollbar-corner {
    display: none;
}

.autodiv::-webkit-resizer {
    display: none;
}

.autoDiv input[type='text'],
.guestsDropDown select {
    display: inline-block;

    width: 90%;
}

.eventRegRegisterButton {
    margin-top: 15px;
}

.eventRegLandingPageViewRegButton {
    margin-top: 15px;
    margin-bottom: 15px;
}

.eventRegLandingPageViewWaitlistButton {
    display: inline-block;

    margin-top: 15px;
    margin-bottom: 15px;
}

.eventReg_notMemType {
    margin-left: 4px;

    color: darkgray;
}

@media (max-width: 768px) {

    /* .ermodal
    {
        top: 5%;
        left: 5%;

        overflow: scroll;

        width: 90%;
        max-height: 90%;
        margin-left: 0;
    } */
    .modalBody .calloutHeader {
        width: 100%;
    }

    .modalBody .calloutContent {
        overflow: hidden;

        width: 100%;
        margin-bottom: 3px;
    }

    .typeColumn {
        width: 100%;
    }

    .nameColumn {
        width: 50%;
    }

    .guestOfColumn {
        width: 50%;
    }

    .infoColumn {
        width: 30%;
        margin-left: 30%;

        text-align: right;
    }

    .removeColumn {
        width: 30%;
    }

    .changeBookingColumn {
        width: 30%;
    }

    .guestModal .textSmall {
        display: block;

        margin-bottom: 10px;
        padding-left: 0;
    }
}

@media (max-width: 425px) {
    .donutHole {
        width: 100%;
        padding-top: 10px;

        border-bottom: 1px solid #eee;
    }

    .donutHole:last-of-type {
        border-bottom: 0;
    }
}

.addPerson,
.remove_resistrant {
    display: inline-block;

    text-align: center;
}

a.remove_resistrant i {
    transition: .2s linear;

    color: #e00000;
}

a.remove_resistrant:hover i {
    color: #ad0000;
}

a.addPerson i {
    transition: .2s linear;
}

a.addPersonIcon {
    height: 35px;
    display: inline-block;
    border: 1px solid #adadad;
    width: 45px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

a.addPersonIcon i,
a.addPersonIcon svg {
    line-height: 35px;
}

div.dependentDropDown a.dependentInfoButton {
    font-size: 18px;
    line-height: 20px;

    display: inline-block;

    width: 9%;

    text-align: center;

    color: #4caf50;
}

div.dependentDropDown a.dependentInfoButton:focus,
div.dependentDropDown a.dependentInfoButton:hover {
    color: #3d8b40;
}

div.dependentDropDown a.dependentInfoButton:focus i,
div.dependentDropDown a.dependentInfoButton:hover i {
    color: #3d8b40;
}

div.dependentDropDown a.dependentInfoButton i {
    font-size: 18px;
    line-height: 20px;

    padding: 0;

    transition: .2s linear;
}

div.panel-heading h4 button.actionButton {
    display: inline-block;
    float: right;
}

select.addPerson {
    display: inline-block;

    width: 90%;
}

.overflow-container {
    display: block;
    overflow-x: scroll;

    width: 100%;
}

.container *,
.container-fluid *,
center * {
    box-sizing: border-box;
}

.input-group-btn .btn.minus-number,
.input-group-btn .btn.plus-number {
    height: 34px;
    padding: 8px 12px;
}

.admin-home .input-group-btn .btn.minus-number,
.admin-home .input-group-btn .btn.plus-number {
    padding: 10px 12px;
}

.input-group-btn .btn:first-child>.btn {
    margin-right: -2px;
}

.REG_ADMIN .admin-home {
    position: relative;
}

.actionButton {
    position: relative;
    z-index: 90;

    margin-left: 5px;
}

.actionButton i {
    margin-right: 5px;
}

.actionButton.removeButton {
    border-color: #d43f3a;
    background: #d9534f;
}

.actionButton.removeButton:focus,
.actionButton.removeButton:hover {
    border-color: #ac2925;
    background: #c9302c;
}

.actionButton.addBackButton {
    border-color: #4cae4c;
    background-color: #5cb85c;
}

.actionButton.addBackButton:focus,
.actionButton.addBackButton:hover {
    border-color: #398439;
    background-color: #449d44;
}

.actionButton.header,
.actionButton.eventRegHeaderClass {
    float: right;

    width: 60px;
    height: 50px;
    margin: -1px -1px 0 0;

    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.actionButton.header i,
.actionButton.eventRegHeaderClass i {
    font-size: 20px;

    margin-right: 0;

    color: #fff;
}

.actionButton.header+.registrant_heading,
.actionButton.eventRegHeaderClass+.registrant_heading {
    display: inline-block;

    width: calc(100% - 60px);
    height: 48px;
    padding-right: 20px;
}

.actionButton.header+.registrant_heading .karat,
.actionButton.eventRegHeaderClass+.registrant_heading .karat {
    right: 10px;
}

.actionButton.header.hidden+.hidden+.registrant_heading,
.actionButton.eventRegHeaderClass.hidden+.hidden+.registrant_heading {
    width: 100%;
    padding-right: 23px;
}

.buttonWrapper .mrm-button,
.eventRegistrations .mrm-button,
.guestModalBody .mrm-button {
    cursor: pointer;
}





.buttonWrapper .mrm-button.cancelButton,
.eventRegistrations .mrm-button.cancelButton,
.guestModalBody .mrm-button.cancelButton {
    color: white;
    background: #f44336;
}

.buttonWrapper .mrm-button.cancelButton:hover,
.eventRegistrations .mrm-button.cancelButton:hover,
.guestModalBody .mrm-button.cancelButton:hover {
    color: white;
    background: #ea1c0d !important;
}

.buttonWrapper .mrm-button.deleteButton,
.eventRegistrations .mrm-button.deleteButton,
.guestModalBody .mrm-button.deleteButton {
    color: white;
    background: #fa3;
}

.buttonWrapper .mrm-button.deleteButton:hover,
.eventRegistrations .mrm-button.deleteButton:hover,
.guestModalBody .mrm-button.deleteButton:hover {
    color: white;
    background: #ff9800 !important;
}

.buttonWrapper .mrm-button[disabled],
.eventRegistrations .mrm-button[disabled],
.guestModalBody .mrm-button[disabled] {
    pointer-events: none;

    opacity: .75;
}

.buttonWrapper .eventRegLandingPageViewRegButton .mrm-button,
.buttonWrapper .eventRegRegisterButton .mrm-button {
    background-color: #5287b6;
}

.buttonWrapper .eventRegLandingPageViewRegButton .mrm-button:hover,
.buttonWrapper .eventRegRegisterButton .mrm-button:hover {
    background-color: darker(#5287b6, 10%) !important;
}

.admin-home .buttonWrapper .mrm-button {
    letter-spacing: 0 !important;
    text-transform: none !important;

    color: #fff !important;
    border: 0 !important;
}

.buttonWrapper .mrm-button:hover {
    color: white;
    background: #3f6d96 !important;
}

.buttonWrapper .mrm-button.viewButton {
    background-color: #5287b6 !important;
}

.buttonWrapper .mrm-button.viewButton:hover {
    color: white;
    background: #3f6d96 !important;
}

.buttonWrapper .mrm-button.submitButton {
    color: white;
    background: #66bb6a !important;
}

.buttonWrapper .mrm-button.submitButton:hover {
    color: white;
    background: #49a54e !important;
}

.ui-widget {
    /* font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; */
    font-size: 14px;
    line-height: 26px;
}

.ui-dialog {
    padding: 0;
}

.admin-home .ui-dialog {
    /* font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; */
}

.ui-dialog h4 {
    font-size: 14px;
}

.ui-dialog * {
    box-sizing: border-box;

    text-align: left;
}

.ui-dialog .notify-admin-list {
    margin-bottom: 10px;
    padding: 0 0 0 15px;

    list-style: none;
}

.ui-widget-content {
    box-sizing: border-box;
    width: auto !important;
    min-width: 310px;

    text-align: center;

    color: #222;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

@media (max-width: 767px) {
    .ui-widget-content {
        max-width: 320px;
    }
}

@media (min-width: 768px) {
    .ui-widget-content {
        min-width: 500px;
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .ui-widget-content {
        max-width: 800px;
    }
}

.ui-widget-content .current-party-size,
.ui-widget-content h3 {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: left;
}

.ui-widget-content .guestInfo {
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.ui-widget-content .guestInfo .calloutContent input {
    width: 100%;
}

.ui-widget-content .current-party-size {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.ui-widget-content .ui-dialog-titlebar {
    padding: 10px 15px;
    color: #333;
    border: 0;
    border-color: #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: transparent;
    background-color: #f5f5f5;
}

.ui-widget-content .ui-dialog-titlebar .ui-dialog-title {
    font-size: 17px;
    font-weight: bold;
    float: none;
    width: 100%;
    text-align: left;
}

.admin-home .ui-widget-content .ui-dialog-titlebar .ui-dialog-title {
    font-size: 16px;
}

.ui-widget-content .ui-dialog-titlebar+.ui-dialog-content {
    border-top: 1px solid #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ui-widget-content .ui-dialog-content .form-control {
    font-size: 14px;
    line-height: 1.42857143;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.ui-dialog .calloutHeader,
.ui-dialog .calloutContent {
    vertical-align: top;
}

.ui-dialog .ui-dialog-buttonpane,
.ui-dialog .ui-dialog-buttonset {
    padding: 5px;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ui-dialog .ui-dialog-buttonpane button,
.ui-dialog .ui-dialog-buttonset button {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;

    display: inline-block;

    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 12px;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    color: #333;
    border: 1px solid transparent;
    border-color: #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
}

.ui-dialog .ui-dialog-buttonpane button:hover,
.ui-dialog .ui-dialog-buttonset button:hover {
    color: #333;
    border-color: #adadad;
    background-color: #e6e6e6;
}

.eventRegistrations {
    text-align: left;
}

.form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-group span.total-amount {
    font-weight: 700;
}

.form-group span.payment-amount {
    text-align: right;
    position: relative;
    width: 100%;
    display: inline-block;
}

.form-group span.payment-amount.TOTAL_PAYMENT_AMOUNT_SUBTOTAL,
.form-group span.payment-amount.TOTAL_TAX_AMOUNT {
    font-size: 14px;
}

.form-group .totals-label {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .form-group {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }

    .form-group div[class*="col-"] {
        padding: 0 5px !important;
    }
}

.adminDefined {
    margin-bottom: 15px;
}

span.price {
    font-size: 14px;
    text-align: right;
    display: block;
    position: relative;
}

span.price.total {
    font-size: 16px;
}

span.count-status {
    font-size: 14px;
}

span.TOTAL_UREG_HEADCOUNT_1.total.price.taxable {
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 767px) {
    .adminDefined {
        margin-bottom: 25px !important;
    }

    .adminDefined span.price {
        text-align: left;
    }
}

.registration-fields-panel .control-label {
    font-size: 14px;
    font-weight: 500;
}

.control-label,
.form-label {
    font-weight: 500 !important;
}

.registration-fields-panel span.table-title {
    font-size: 14px;
}

.registration-fields-panel span.price {
    font-size: 14px;
}

.registration-fields-panel span.payment-amount {
    display: block;
    text-align: right;
    font-size: 16px;
}

.registration-fields-panel span.headcount-indicator {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .eventRegistrations #registrants_container .panel-default h5.text-right {
        text-align: left;
    }
}

.novisible {
    visibility: hidden;
}

.hidden {
    display: none;
}

.fontColorRed {
    color: red;
}

input.mandatory.error {
    border-color: red !important;
}

select.mandatory.error {
    border-color: red !important;
}

.event-title-left,
.event-title-right {
    font-size: 24px !important;
}

.ermodal .userImage>img {
    max-width: 400px;
    margin-bottom: 20px;
}