.BSErrorRow {
    text-align: center;
}

.BSErrorMessage {
    color: #FF0000;
    font-weight: bold;
}

/* ROOM CONTAINER */
.BSGlobalContainer {
    margin-top: 50px;
}

.BSRoomContainer {
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

@media all and (max-width: 768px) {
    .BSRoomContainer {
        width: 80%;
        margin-bottom: 10px;
        clear: both;
        max-width: 300px;
    }
}

.BSRoomContainer h5 {
    text-transform: uppercase;
    font-weight: 700;
    clear: both;
    margin-bottom: 3px;
}

.BSNewSign {
    position: absolute;
    top: 0px;
    right: 0%;
    background-color: rgba(20, 141, 106, 0.7);
    padding: 0px 5px 0px 5px;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    max-height: 20px;
    line-height: 20px;
    font-weight: bold;
}

.BSRoomHeader {
    height: 20px;
}

.BSRoomHeaderClock {
    padding-left: 2px;
    float: left;
    width: 29%;
    text-align: center;
}

.BSRoomHeaderTeam {
    float: left;
    text-align: center;
    width: 60%;
}

/*TIMETABLE*/
.BRTimeTable {
    width: 100%;
}

.BRTimeTableRow {
    width: 100%;
    height: 44px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    display: table;
}

.BRTimeTableRow_Time {
    display: table-cell;
    vertical-align: middle;
    background: transparent;
    border-right: 1px solid #ebebeb;
    text-align: center;
    color: #333;
    font-size: 16px;
    width: 30%;
}

.BRTimeTableRow_Prices {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: transparent;
    border-right: 1px solid #ebebeb;
}

.BRTimeTableRow_Progress {
    width: 100%;
    border-radius: 0px;
    border: none;
    border: 1px solid transparent;
    font-weight: bold;
    font-size: 16px;
    color: #148d6a;
    height: 43px;
    text-align: center;
    display: none;
}

.BSTimeTableSelect {
    width: 100%;
    border-radius: 0px;
    border: none;
    border: 1px solid transparent;
    font-weight: bold;
    color: #148d6a;
    height: 43px;
}

.BSTimeTableSelect:hover {
    width: 100%;
    border-radius: 0px;
    border: 1px solid rgba(20, 141, 106, 0.8);
    background-color: rgba(20, 141, 106, 0.1);
}

.BSTimeTableRow_SelectedItem {
    display: none;
    text-align: left;
    width: 100%;
}

.BSTimeTableRow_SelectedItem .team_size {
    width: 15%;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #ebebeb;
}

.BSTimeTableRow_SelectedItem .price {
    width: 50%;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    display: inline-block;
}

.BSTimeTableRow_SelectedItem .price_sign {
    width: 15%;
    font-size: 14px;
    text-align: left;
    display: inline-block;
}

.BSTimeTableRow_SelectedItem .delete_button {
    width: 25px;
    font-size: 16px;
    margin-left: 10px;
    text-align: center;
    position: absolute;
    right: 11px;
    margin-top: 0px;
    color: white;
    border-radius: 0px;
    background-color: red;
    height: 43px;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}

.BSTimeTableRow_SelectedItem .delete_button:hover {
    background-color: maroon;
}

.BSTimeTableRow_SelectedDeleteButton {
    display: block;
    width: 40px;
    height: 100%;
}

.nice-select {
    background-color: transparent;
    padding-left: 10px;
    padding-right: 15px;
}

.nice-select:after {
    border-bottom: none;
    border-right: none;
    background-color: #148d6a;
    font-family: 'FontAwesome';
    content: '\f0d7';
    display: block;
    height: 43px;
    margin-top: -1px;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;
    text-align: center;
    color: white;
    font-size: 16px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
    width: 25px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nice-select .current:after {

}

.nice-select .list {
    margin-top: 1px;
    border-radius: 0px;
    border: 1px solid rgba(20, 141, 106, 0.8);
    left: -1px !important;
    width: 100% !important;
    box-sizing: content-box !important;
}

.nice-select .option:first-child {
    margin-top: -30px;
}

.nice-select .option {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .current .team_size {
    width: 15%;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}

.nice-select .current .price {
    width: 50%;
    padding-left: 5px;
    border-left: 1px solid #cbcbcb;
    font-size: 16px;
    font-weight: bold;
}

.nice-select .current .price_sign {
    width: 20%;
    font-size: 14px;
    color: #148d6a;
}

.nice-select .option .option_container {
    width: 100%;
    height: 30px;
    text-align: center;
    display: table;
    vertical-align: middle;
}

.nice-select .option .option_container .team_size {
    width: 20%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 20px;
    color: #777777;
    display: table-cell;
}

.nice-select .option .option_container .team_size span {
    border-right: 1px solid #c1c1c1;
    margin-left: 8px;
    margin-top: 8px;
    font-size: 31px;
}

.nice-select .option .option_container .price {
    width: 75%;
    margin-top: 4px;
    padding-top: 0px;
    height: 24px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: table-cell;
}

.nice-select .option .option_container .price_sign {
    font-size: 14px;
    color: #148d6a;
}

.nice-select .option:before {
    width: 20px;
    background-color: red;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: rgba(20, 141, 106, 0.1);
}

.nice-select .option.selected {
    font-weight: bold;
}

.BRTimeTableRow_Selected {
    background-color: #FFFFD6;
}

.BRTimeTableRow_Disabled {
    pointer-events: none;
    cursor: no-drop;
    background-color: rgba(176, 174, 175, 0.2);
    color: #b0aeaf;
}

.BRTimeTableRow_Disabled i {
    font-size: 18px;
    float: right;
    margin-right: 8px;
}

.BSTimeTable_HiddenElement {
    display: none;
}

.BSPaySection {
    display: none;
    position: relative;
    background-color: #ebebeb;
    padding-top: 0px;
    padding-bottom: 35px;
    margin-top: 20px;
    z-index: 1;
    min-height: 450px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.BSPayTopTriangle {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: white transparent transparent transparent;
}

@media all and (max-width: 892px) {
    .BSPayTopTriangle {
        border-width: 0;
    }
}

.BSPaymentForm {
    padding-top: 70px;
    margin-left: 10%;
    width: 70%;
    color: #333333;
}

@media all and (max-width: 1200px) {
    .BSPaymentForm {
        width: 80%;
    }
}

@media all and (max-width: 992px) {
    .BSPaymentForm {
        width: 80%;
    }
}

@media all and (max-width: 768px) {
    .BSPaymentForm {
        width: 80%;
        margin-bottom: 10px;
        clear: both;
    }
}

.BSPaymentForm h3 {
    font-size: 26px;
}

.BSPaymentForm .input {
    width: 100%;
}

.BSPaymentForm .input--kohana {
    font-size: 18px;
    width: 100%;
    margin: 9px auto;
}

.input__field-disabled {
    background-color: #f5f5f5;
    cursor: default;
}

.c-progress {
    background: url("../images/coupon-progress.gif") no-repeat right center;
    background-size: 24px;
    background-position-x: 98%;
}

@media all and (max-width: 360px) {
    .c-progress {
        background-position-x: 97%;
    }
}

.c-error {
    background: url("../images/coupon-error.png") no-repeat right center;
}

.c-ok {
    background: url("../images/coupon-ok.png") no-repeat right center;
}

.c-error,
.c-ok {
    background-size: 15px;
    background-position-x: 97%;
}

@media all and (max-width: 360px) {
    .c-error,
    .c-ok {
        background-position-x: 96%;
    }
}

.BSPaymentForm .input--kohana .input__field--kohana {
    color: black;
    font-size: 14px;
    border: 1px solid #ebebeb;
}

.BSPaymentForm .input--kohana.req-input .input__field--kohana {
    border: 1px solid #00BCD4;
}

.BSPaymentForm .input--kohana.req-input.input--filled .input__field--kohana {
    border: 1px solid #ebebeb;
}

.BSPaymentForm .input--kohana .input__field--kohana:focus,
.BSPaymentForm .input--kohana.req-input .input__field--kohana:focus {
    border-color: #19d097 !important;
}

.BSPaymentForm .input--kohana i {
    margin: 3px 2px 4px 0;
    font-size: 14px;
    color: #333333;
}

.BSPaymentForm .input--kohana .input__label-content {
    color: #333333;
    font-size: 14px;
    padding: 8px 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.BSPaymentForm .input--kohana textarea {
    resize: none;
    padding-top: 10px;
}

.BSPaymentForm .input--kohana textarea:focus {
    border-color: rgba(0, 0, 0, 0.2);
}

.BSPaymentForm .textarea-span {
    margin-bottom: 10px;
}

.BSPaymentForm::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #333333;
}

.BSPaymentForm:-moz-placeholder {
    /* Firefox 18- */
    text-transform: uppercase;
    color: #333333;
}

.BSPaymentForm::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: uppercase;
    color: #333333;
}

.BSPaymentForm:-ms-input-placeholder {
    text-transform: uppercase;
    color: #333333;
}

.BSPaymentForm_SumContainer {
    width: 35%;
    text-align: center;
    float: left;
    height: 50px;
    font-size: 16px;
}

@media all and (max-width: 1200px) {
    .BSPaymentForm_SumContainer {
        width: 35%;
    }
}

@media all and (max-width: 992px) {
    .BSPaymentForm_SumContainer {
        width: 35%;
    }
}

@media all and (max-width: 768px) {
    .BSPaymentForm_SumContainer {
        width: 35%;
    }
}

.BSPaymentForm_SumContainerInner {
    /*border: 1px solid #a1a1a1;
    background-color: white;*/
    font-size: 24px;
    font-weight: bold;
    height: 45px;
    text-align: center;
    /*display: table;
    vertical-align: middle;*/
    width: 100%;
}

.BSPaymentForm_SumContainerInner .sum {
    display: table-cell;
    vertical-align: middle;
}

.BSPaymentForm_Bottom {
    width: 100%;
    margin-top: 30px;
    min-height: 50px;
}

.BSPaymentButton_Container {
    font-weight: bold;
    width: 64%;
    text-align: right;
    float: left;
}

.BSPaymentButton {
    width: 90% !important;
}

.pay-txt {
    padding: 0 16px;
    line-height: 1;
    vertical-align: middle;
}

#booking_container_nanobar {
    box-sizing: border-box;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
}

#booking_container_nanobar .bar {
    background: #16a57d;
    border-radius: 4px;
    margin: 0 auto;
}

@media all and (max-width: 1200px) {
    .BSPaymentButton_Container {
        width: 64%;
    }
}

@media all and (max-width: 992px) {
    .BSPaymentButton_Container {
        width: 64%;
    }
}

@media all and (max-width: 768px) {
    .BSPaymentButton_Container {
        width: 64%;
    }
}

.BSPaymentButton_Container button {
    height: 40px;
}

.BSPaymentInfoContainer {
    width: 70%;
    margin-left: 20%;
    margin-top: 65px;
    background-color: white;
    padding: 10px;
    min-height: 100px;
}

@media all and (max-width: 1200px) {
    .BSPaymentInfoContainer {
        width: 80%;
        margin-left: 10%;
    }
}

@media all and (max-width: 992px) {
    .BSPaymentInfoContainer {
        width: 80%;
        margin-left: 10%;
    }
}

@media all and (max-width: 768px) {
    .BSPaymentInfoContainer {
        width: 80%;
        margin-left: 10%;
    }
}

.BSPaymentInfoContainer h3 {
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    /*font-weight: bold;*/
}

.BSPaymentInfoContainer p {
    margin-left: 10px;
    font-size: 14px;
    margin-bottom: 0px;
    /*font-weight: bold;*/
}

.BSBookingListContainer {
    width: 70%;
    margin-left: 20%;
    margin-top: 70px;
    background-color: white;
    padding: 10px;
    min-height: 100px;
}

@media all and (max-width: 1200px) {
    .BSBookingListContainer {
        margin-left: 10%;
        width: 80%;
    }
}

@media all and (max-width: 992px) {
    .BSBookingListContainer {
        margin-left: 10%;
        width: 80%;
    }
}

@media all and (max-width: 768px) {
    .BSBookingListContainer {
        margin-left: 10%;
        width: 80%;
    }
}

.BSBookingListContainer h3 {
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    /*font-weight: bold;*/
}

.BSBookingListItems {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
}

.BSBookingListItem_Date_Header {
    margin-top: 15px;
    padding-left: 10px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.BSBookingListItem_Header_Container {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
    text-transform: uppercase;
    height: 24px;
    margin-bottom: 5px;
    border-bottom: 1px solid #a1a1a1;
}

.BSBookingListItem_Header_Room {
    float: left;
    width: 30%;
}

.BSBookingListItem_Header_Time {
    float: left;
    width: 20%;
}

.BSBookingListItem_Header_Team {
    float: left;
    width: 25%;
}

.BSBookingListItem_Header_Price {
    float: left;
    width: 24%;
}

.BSBookingListItem_Container {
    width: 100%;
    height: 24px;
    padding-top: 2px;
    padding-left: 20px;
    text-transform: uppercase;
}

.BSBookingListItem_Room {
    float: left;
    width: 30%;
    line-height: 20px;
}

.BSBookingListItem_Time {
    float: left;
    width: 20%;
    line-height: 20px;
}

.BSBookingListItem_Team {
    float: left;
    width: 25%;
    line-height: 20px;
}

.BSBookingListItem_Price {
    float: left;
    width: 24%;
    line-height: 20px;
}

.BSBookingListItem_Delete_Button {
    width: 30px;
    height: 22px;
    margin-left: 10px;
    text-align: center;
    color: red;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.BSBookingListItem_Delete_Button:hover {
    background-color: #f1f1f1;
    border: 1px solid #c1c1c1;
}

.BSBookingListItem_Delete_Button:disabled {
    color: #777;
    cursor: not-allowed;
}

.BSBookingListItem_Edit_Button {
    height: 26px;
    margin-left: 15px;
    text-align: center;
    color: white;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid transparent;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    font-weight: normal;
}

.BSBookingListItem_Edit_Button i {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.BSBookingListItem_Edit_Button:hover {
    background-color: #f1f1f1;
    border: 1px solid #c1c1c1;
    color: black;
}

.BSBookingListItem_Edit_Button:disabled {
    color: #777;
    cursor: not-allowed;
}

.BSBookingList_CouponLine {
    border-top: 1px solid #777;
    text-align: right;
    font-size: 14px;
    padding-right: 15px;
    padding-top: 1px;
    height: 20px;
}

.BSBookingList_CouponLine .summary {
    float: left;
    width: 75%;
    text-align: right;
}

.BSBookingList_CouponLine .price {
    float: left;
    width: 20%;
    margin-left: 10px;
    text-align: left;
}

.BSBookingList_Summary {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    padding-right: 15px;
    margin-top: 25px;
    padding-top: 5px;
    height: 35px;
}

.BSBookingList_Summary .summary {

}

.BSBookingList_Summary .price {
    margin-left: 10px;
}

.BSBookingList_StrikeThrought {
    text-decoration: line-through;
}

.BSBookingModal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.BSBookingModal .ButtonContainer {
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.BSBookingModal .ButtonContainer .Buttons {
    display: table-cell;
    width: 50%;
    text-align: center;
    height: 25%;
    vertical-align: middle;
}

.BSBookingModal .ButtonContainer .Buttons .ContinueButton {
    height: 150px;
    width: 80%;
    border-radius: 5px;
    border: 4px solid #d79100;
    background-color: #ffac06;
    color: #000;
    font-family: Chunk;
    font-size: 36px;
    transition: all .3s ease;
}

.BSBookingModal .ButtonContainer .Buttons .ContinueButton:hover {
    border: 2px solid #ffac06;
    background-color: #d79100;
    color: white;
}

.BSBookingModal .ButtonContainer .Buttons .CheckoutButton {
    height: 150px;
    width: 80%;
    border-radius: 5px;
    border: 2px solid #148d6a;
    background-color: #1bbe8d;
    color: #000;
    font-family: Chunk;
    font-size: 36px;
    transition: all .3s ease;
}

.BSBookingModal .ButtonContainer .Buttons .CheckoutButton:hover {
    border: 2px solid #1bbe8d;
    background-color: #148d6a;
    color: white;
}

@media all and (max-width: 892px) {
    .BSBookingModal .ButtonContainer .Buttons .CheckoutButton,
    .BSBookingModal .ButtonContainer .Buttons .ContinueButton {
        height: 100px;
        font-size: 26px;
        width: 95%;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 460px) {
    .BSBookingModal .ButtonContainer .Buttons .CheckoutButton,
    .BSBookingModal .ButtonContainer .Buttons .ContinueButton {
        height: 100px;
        font-size: 20px;
        width: 95%;
    }
}

.BSBookingSelector_hr {
    border-top: 1px solid #777;
}

.BookingErrorContainer {
    display: none;
    border-radius: 4px;
    background-color: red;
    margin-bottom: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 5px;
}

.BSBookingErrorItem {
    font-weight: normal;
}

.BSBookingModal_AlreadyWarning {
    color: white;
    font-size: 26px;
    font-family: Chunk;
    margin-bottom: 30px;
}

.BSBookingListItem_ProductName {
    float: left;
    width: 45%;
    line-height: 20px;
}

.BSBookingListItem_ProductQuantity {
    float: left;
    width: 30%;
    line-height: 20px;
}

.BSBookingListItem_ProductPrice {
    float: left;
    width: 24%;
    line-height: 20px;
}

.BSBookingListItem_DonationName {
    float: left;
    width: 75%;
    line-height: 20px;
}

.BSBookingListItem_Header_Product_Name {
    float: left;
    width: 45%;
}

.BSBookingListItem_Header_Product_Quantity {
    float: left;
    width: 30%;
}

.BSBookingListItem_Header_Product_Price {
    float: left;
    width: 24%;
}

.BSBookingListItem_Header_Donation_Name {
    float: left;
    width: 75%;
}

.rooms-content {
    padding-top: 40px;
    padding-bottom: 20px;
}

@media all and (max-width: 991px) {
    .rooms-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.room-container img {
    width: 100%;
}

@media all and (max-width: 991px) {
    .room-container img {
        width: 80%;
    }
}

@media all and (max-width: 500px) {
    .room-container img {
        width: 94%;
    }
}

.room-container h3 {
    font-family: 'Chunk';
    text-align: center !important;
    text-transform: uppercase;
    font-size: 28px;
}

.room-container .newroom-badge {
    font-family: 'Chunk';
    background-color: #1ED199;
    padding: 10px;
    position: absolute;
    right: 5%;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .room-container .newroom-badge {
        right: 15%;
    }
}

.room-short {
    margin: 0px 35px;
    margin-top: 35px;
    text-align: justify;
}

.room-short-desc {
    min-height: 190px;
}

@media all and (max-width: 1199px) {
    .room-short-desc {
        min-height: 240px;
    }
}

@media all and (max-width: 991px) {
    .room-short {
        margin: 35px 90px;
        margin-bottom: 60px;
    }

    .room-short-desc {
        min-height: 100px;
    }
}

@media all and (max-width: 550px) {
    .room-short {
        margin: 35px 30px;
        margin-bottom: 60px;
    }

    .room-short-desc {
        min-height: 100px;
    }
}

.tooltip-text-content {
    background-color: #f1f1f1 !important;
    color: #000;
    font-size: 13px;
    padding: 10px;
}

.tooltip-title {
    padding: 5px 10px 5px 10px;
    background-color: #19d097 !important;
    color: #fff;
    font-family: Chunk;
    font-size: 16px;
}

.tooltip-content {
    position: absolute;
    display: none;
    z-index: 999;
    width: 250px;
    min-width: 250px;
    border: 1px solid #888;
}

.room_table_row_left_white {
    text-align: right;
    padding: 5px;
    width: 50%;
}

.room_table_row_left_grey {
    text-align: right;
    padding: 5px;
    background-color: #f1f1f1;
    width: 50%;
}

.room_table_row_right_white {
    text-align: left;
    padding: 5px;
    width: 50%;
}

.room_table_row_right_grey {
    text-align: left;
    padding: 5px;
    background-color: #f1f1f1;
    width: 50%;
}

.date-box-date-text {
    font-size: 14px;
    font-weight: bold;
    background-color: #f1f1f1;
}

.date-box-date-icon {
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #128262;
}

.date-box-date-icon:hover {
    background-color: #16a57d;
}

.date-box {
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.date-box input[type=text] {
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.date-box input[type=text]:focus {
    border-color: #19d097;
    outline-style: none;
}

.legend_container_disabled_full {
    border: 1px solid #e7e7e7;
    height: 30px;
    min-width: 120px;
    max-width: 200px;
    color: #000;
    margin: 0px 10px 0px 0px;
    cursor: not-allowed;
    text-align: center;
}

.margin_bottom5px {
    margin-bottom: 5px !important;
}

@media all and (max-width: 550px) {
    .legend_container_disabled_full {
        margin-top: 5px;
        margin-bottom: 0px;
    }
}

.legend_title {
    float: left;
    font-weight: bold;
    color: #999;
    font-size: 20px;
}

.legend_outer_container {
    margin-top: 10px;
    padding-top: 8px;
    text-align: center;
}

.legend_title_container {
    height: 30px;
    color: #000;
    padding: 4px 10px 2px 10px;
    text-align: center;
    font-size: 10px;
}

.legend_container_disabled_full span,
.legend_container_full span {
    font-size: 15px;
    font-weight: bold;
    padding: 2px 10px 0px 10px;
    margin: 0px 10px 0px 0px;
    cursor: not-allowed;
    color: #9a9899;
    font-size: 10px;
}

.legend_container_disabled {
    background-color: #e7e7e7;
    font-size: 20px;
    padding: 2px 3px 0px 2px;
    width: 30px;
    height: 28px;
    color: #b0aeaf;
}

.legend_container_full {
    border: 1px solid #e7e7e7;
    height: 30px;
    min-width: 120px;
    max-width: 200px;
    color: #000;
    margin: 0px 10px 0px 0px;
    cursor: not-allowed;
    text-align: center;
}

@media all and (max-width: 550px) {
    .legend_container_full {
        margin-top: 5px;
        margin-bottom: 0px;
    }
}

.legend_container {
    background-color: rgba(20, 141, 106, 0.7);
    font-size: 20px;
    padding: 2px 3px 0px 2px;
    width: 30px;
    height: 28px;
    color: #fff;
}

.legend_container_master {
    height: 30px;
    width: 100%;
    color: #000;
    padding: 10px 10px 10px 10px;
    text-align: right;
    font-weight: bold;
}

.btn-success2-left {
    color: #000;
    font-size: 16px;
    display: inline-block;
    padding: 5px 5px;
    margin-top: 0px;
    min-width: 20px;
}

.btn-success2-right {
    color: #000;
    font-size: 16px;
    display: inline-block;
    padding: 5px 5px;
    margin-top: 0px;
    min-width: 20px;
}

.btn-dateselector {
    border: 1px solid white;
}

.btn-dateselector:hover {
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #16a57d;
}

.booking_info_padding {
    padding: 5px 40px 6px 40px;
}

.yellow_star {
    color: #ffd403 !important;
}

.grey_star {
    color: #bbb !important;
}

.donation_alert {
    margin-top: 10px;
    border-radius: 4px;
    background-color: #ff9900;
    margin-bottom: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 5px;
}

.donation_link {
    font-size: 14px;
    text-decoration: underline;
}

.donation_link:hover {
    text-decoration: none;
}