/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpBookingSystem
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.booking_content {
    overflow: auto;
}
.booking_content th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #514943;
    border-color: #8a837f #8a837f #8a837f transparent;
    border-image: none;
    border-style: solid;
    border-width: 0.1rem;
    color: #fff;
    font-weight: 600;
    padding: 0px;
    padding-left: 1em;
    text-align: left;
    vertical-align:middle;
}
.booking_content td {
    background-color: #fff;
    color: #303030;
    padding: 1rem;
    background: none;
}
.booking_content tr:last-child:td{
    border-bottom: 0.1rem solid #d6d6d6;
}
.booking_content th:nth-child(4){
     width: 15%;
}
.booking_content .time .control:nth-child(1){
    margin-right: 5%;
}
@media only screen and (max-width: 768px) {
    .booking_content .time .control{
        float: none;
        width: auto;
    }
    .booking_content .time .control:nth-child(1){
        margin-right: 0;
    }
}
.booking_content .mage-error {
    color: #ed8380;
}
.wk_display_none {
    display: none;
}
.wk_display_block {
    display: block;
}
.wk_padding {
    padding: 10px;
}
.wk_one_in_many_btn {
    color: white;
    background-color: #BD362F;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 24px;
}
.wk-bg-container * {
    box-sizing: border-box;
}
.wk-bg-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    top: 0;
    left: 0;
    z-index: 999;
}
.wk-box-modal {
    background: #fff none repeat scroll 0 0;
    position: relative;
    width: 600px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 2px;
    margin: 25px auto;
    margin-top:-400px;
}
.wk-modal-head {
    font-size: 30px;
    padding: 20px 0;
    text-align: center;
    float: left;
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #ccc;
    position: relative;
}
.wk-modal-body {
    display: inline-block;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.wk-modal-foot {
    border-top: 2px solid #ccc;
    text-align: right;
    float: left;
    padding: 10px;
    width: 100%;
}
.wk-col {
    float: left;
    width: 20%;
    text-align: center;
    padding: 10px;
}
.wk-box-modal::after, .wk-box-modal::before {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.wk-calendar-conatiner::after, .wk-calendar-conatiner::before {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.wk-booking-table {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
}
.wk-booking-table-head {
    display: inline-block;
    float: left;
    width: 100%;
    font-weight: bold;
    background: #514943;
    color: #fff;
}
.wk-booking-table-body {
    display: inline-block;
    float: left;
    width: 100%;
    max-height: 300px;
    overflow: auto;
}
.wk-even {
    background: #f5f5f5 none repeat scroll 0 0;
}
.wk-odd {
    background: #fff none repeat scroll 0 0;
}
.wk-btn {
    background: #1979c3;
    color: #fff;
}
.wk-mp-booking-system-close {
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 7px;
    top: -2px;
}
.wk-qty-info {
    color: #3c763d;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    width: 100%;
    float: left;
}

.wk-calendar-conatiner * {
    box-sizing: border-box;
}

.wk-calendar-content {
    display: inline-block;
    width: 100%;
    float: left;
}
.wk-calendar-body {
    display: inline-block;
    width: 100%;
    float: left;
}
.wk-calendar-row {
    display: inline-block;
    width: 100%;
    float: left;
}
.wk-day {
    border: 1px solid #999;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-weight: bold;
}

.wk-calendar-col {
    display: inline-block;
    width: 14.28%;
    float: left;
    padding: 5px;
}

.wk-calendar-title {
    background: #514943 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
}
.wk-available-day {
    background: #4C994C;
    color: #fff;
}

.wk-passed-day {
    background: #DDDDDD !important;
    color: #999;
    cursor: not-allowed !important;
}
.wk-booked-day {
    background: #CC0000;
    color: #fff;
}
.wk-unavailable-day {
    background: #b3aa65;
    color: #fff;
}
.wk-calendar-head {
    color: #222;
    display: inline-block;
    width: 100%;
}
.wk-calendar-head .wk-calendar-col {
    height: auto;
}
.wk-calendar-conatiner {
    text-align: center;
    width: 100%;
    display: none;
}
.wk-calendar {
    display: inline-block;
    width: 100%;
}
.wk-cal-row {
    display: inline-block;
    float: left;
    width: 33.33%;
    padding: 0 15px;
}
.wk-symbol {
    display: inline-block;
    height: 15px;
    width: 15px;
}
.wk-booked {
    background: #CC0000;
}
.wk-available {
    background: #4C994C;
}
.wk-unavailable {
    background: #B3AA65;
}
.wk-label {
    vertical-align: top;
    display: inline-block;
}
.wk-calendar-marker {
    display: inline-block;
    padding: 10px 15px;
}
.wk-calendar-wrapper {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 25px;
    padding: 10px;
    position: relative;
}
.wk-title {
    border-bottom: 1px solid #ddd;
    color: #333;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
}
.wk-calendar-tooltip {
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.wk-calendar-navigation {
    float: right;
    font-size: 12px;
    min-width: 100px;
}
.wk-next-cal {
    cursor: pointer;
    float: right;
    font-size: 10px;
    display: inline-block;
    padding: 3px 10px;
}
.wk-previous-cal {
    cursor: pointer;
    float: left;
    font-size: 10px;
    display: inline-block;
    padding: 3px 10px;
}
.wk-bg {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.70);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.wk-loader {
    background: url("../images/loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    left: 50%;
    position: relative;
    top: 50%;
    width: 32px;
    margin-left: -16px;
    margin-top: -16px;
}
.wk-show {
    display: block !important;
}
.wk-calendar-cell {
    position: relative;
    cursor: pointer;
}
.wk-mp-booking-system-close-panel {
    background: #da4f49 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 2px 15px;
}
.wk-back-panel {
    background: #da4f49 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 2px 15px;
}
.wk-wrapper {
    display: inline-block;
    width: 200%;
    float: left;
}
.wk-calendar-container {
    width: 50%;
    float: left;
    display: inline-block;
}
.wk-day-container {
    width: 50%;
    float: left;
    display: inline-block;
}
.wk-calendar-conatiner.wk-current-month {
    display: inline-block;
}
.wk-mp-booking-system-close {
    background: #da4f49 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 8px;
    padding: 5px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 20px;
}
.wk-box-modal-bg {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.wk-no-booking {
    color: #da4f49;
    font-size: 15px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}
.wk-col > input {
    width: 50px;
    text-align: center;
}
.wk-row {
    clear: both;
}
.mpbookingnav
{
    position: relative;
}
.mpbookingnav ul.nav
{
    display:none;
    top: 0px;
    position: absolute;
    background-color: #f5f5f5;
    margin-left: 35%;
    border: 1px solid rgb(204, 204, 204);
    z-index: 1;
}
.mpbookingnav:hover ul.nav
{
    display:block;
}
.block-collapsible-nav .mpbookingnav.current .item a {
    font-weight: normal;
    border-left:none;
}
.mp-book-grouped .field {
    display: inline-block;
    width: auto;
}
.mp-book-grouped .label {
    font-weight: 600;
}
.wk-not-available {
    background: #da4f49;
    color: white;
}
@media screen and (max-width:620px) {
    .wk-box-modal {
        width: 98%;
    }
}
@media screen and (max-width:450px) {
    .wk-label-res {
        display: inline-block;
        color: #666;
        font-weight: bold;
        padding: 6px 0;
        vertical-align: top;
        font-size: 13px;
    }
    .wk-booking-table-body .wk-row .wk-col:nth-child(2) .wk-label {
        display: none;
    }
    .wk-col {
        padding: 10px 5px;
    }
    .wk-col .action.primary {
        padding: 7px 8px;
    }
    .wk-label {
        font-size: 13px;
    }
    .wk-booking-table  .wk-col:nth-child(2) {
        display: none;
    }
    .wk-col{
        width: 25%;
    }
}
.wk-mp-design-booking *{
    box-sizing: border-box;
}
#many-in-one-outer #many-in-one-booking-slot-wrapper {
    padding-top : 20px;
}
.mp-book-grouped .field {
    width: auto!important;
}
