h3 {
    color: #393939;
}
.divTable {
    display:table;
    border-collapse: separate;
    border-spacing: 0 10px;
}
#reserveFields .divRow {
    /*display:table-row;*/
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
#reserveFields select {
    width: 150px;
}
.divRow {
    display:table-row;
}
.divCell {
    display:table-cell;
    padding: 8px 8px 8px 0;
    vertical-align: top;
}
.divRow label{
    margin-right: 10px;
}
.field-block {
    display: flex;
    /*width: 350px;*/
    /*gap: 5px;*/
    box-sizing: border-box;
    padding: 20px;
    margin: 15px 0;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
    position: relative;
    transition: opacity 0.1s, height 0.1s, padding 0.1s;
    background: #f9f9f9;
}
/*.field-block.delete {*/
/*    opacity: 0;*/
/*}*/
.field-block-side {
    flex-basis: 1%;
    display: flex;
    align-items: center;
}
.field-block-main {
    flex: 1;
}
.field-block-header {
    line-height: 1;
    cursor: pointer;
    gap: 10px;
}
.field-block-header-fieldTitle {
    font-weight: bold;
    width: 150px;
}

.field-block-header-fieldTitle.wide-width {
    width: 200px;
}

.field-block-main > * + * {
    margin-top: 10px;
}

.two-reserve-fields {
    flex-direction: column;
}
.two-reserve-fields > * + * {
    margin-top: 30px;
}

.two-reserve-fields > * {
    display: flex;
    border: 0;
    gap: 5px;
}

.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-start-center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flex-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.items-center {
    display: flex;
    align-items: center;
}

.specific-days {
    /*flex: 1;*/
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.specific-times {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.field-block-content {
    padding: 10px 0 0 0;
    border-top: 1px solid #cfcfcf;
    display: none;
    margin-left: 22px;
}

.field-block-content input {
    margin-left: 20px;
    width: 150px;
}

.field-block-header[data-active=true] ~ div.field-block-content {
    display: flex;
}
.reserve-setting{
    background-color: #d8d8d8;
    padding: 30px;
    display: none;
    /*box-shadow: 0px 5px 10px -7px grey;*/
    margin-top: -25px;
    border-radius: 10px;
}
.available_type {
    display: inline-block;
    padding: 12px 20px 18px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: 2px transparent;
}
.available_type.available_type__selected {
    background-color: #d8d8d8;
    /*border: 1.5px solid grey;*/
    border-bottom: none;
}
.display{
    display: block !important;
}
#reserve-setting-fields {
    margin-top: 5px;
}
#reserve-setting-fields-loading.display {
    display: flex !important;
}
.timeSection{
    display: flex;
    align-items: center;
}
.timeSection select{
    max-height: 200px;
    padding: 5px 10px;
}
.timeSectionContainer.showError div.barSelect-selection,
.timeSectionContainer.showError div.barSelect-selection:focus{
    border: 1.5px solid red !important;
}
.timeSectionContainer.showError .availableTimes-error{
    visibility: visible;
}
.availableTimes-error{
    display: block;
    color: #ff4747;
    font-weight: bold;
    font-size: 12px;
    visibility: hidden;
    margin: 2px;
    width: 100%;
}
.reserve-error {
    color: #ff4747;
    font-size: 14px;
}
.timeSectionContainer{
    /*display: flex;*/
    /*align-items: center;*/
    margin-bottom: 10px;
}
.reserveDatePicker{
    position: relative !important;
    width: max-content;
    padding: 10px;
    border-radius: 5px;
    z-index: 0;
    box-shadow: 0px 5px 15px -10px grey;
    background-color: white;
}
#reservationCalendar .ymheaderTable, #specificDatePickerContainer .ymheaderTable {
    font-size: 16px;
    margin: 20px;
    width: -webkit-fill-available;
    width: -moz-fill-available;
    width: -moz-available;
    width: fill-available;
}
#reservationCalendar .ymheaderTable td,
#specificDatePickerContainer .ymheaderTable td,
#reservationCalendar .calTable td,
#specificDatePickerContainer .calTable td {
    color: black;
    border-radius: 100%;
}
.btn-primary{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 100%;
    transition: background-color .2s;
    width: 20px;
    height: 20px;
    font-weight: 700;
}
.btn-primary:hover{
    background-color: #eeeeee;
    color: #2f2f2f;
}
.cannotSelect{
    color: rgba(203, 203, 203, 0.8) !important;
}
td:not(.available):not(.focusDate):not(.today):not(.fullUnAvailable):hover,
.cannotSelect:hover {
    background-color: initial !important;
}
#reservationCalendar .calTable,
#specificDatePickerContainer .calTable {
    border-collapse: separate;
    table-layout: auto;
    border-spacing: 5px;
}
#reservationCalendar .calTable td,
#specificDatePickerContainer .calTable td
{
    box-sizing: border-box;
    width: 50px;
    height: 50px;
}
span{
    user-select: none;
}

#reservationCalendar .calTable td.available,
#specificDatePickerContainer .calTable td.available{
    color: #2b7bf6;
    font-weight: bold;
    background-color: #c9ebff;
    /*border-radius: 5px;*/
    cursor: pointer;
}

#reservationCalendar .calTable td.today,
#specificDatePickerContainer .calTable td.today {
    font-weight: bold;
}

td.available:hover {
    background-color: #9ce9ff !important;
}

td.fullUnAvailable:hover {
    background-color: #757575 !important;
}

#reservationCalendar .calTable td,
#specificDatePickerContainer .calTable td{
    cursor: default;
}

#reservationCalendar .calTable td.fullUnAvailable,
#specificDatePickerContainer .calTable td.fullUnAvailable{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #909090;
    cursor: pointer;
}
td.fullUnAvailable:hover{
    background-color: #656565;
}
td.focusDate{
    /*background-color: #358ffc;*/
    border: 5px solid #365deb !important;
    /*color: white;*/
}
/*td.focusDate:hover{*/
/*    background-color: #358ffc;*/
/*    color: white;*/
/*}*/
#reservationChart{
    display: flex;
}
#reservationTimePicker{
    padding: 10px 50px;
}
/*#reserveSchedule, #bookingSchedule{*/
/*    max-height: 520px;*/
/*    overflow-y: auto;*/
/*}*/

#reserveSchedule{
    display: grid;
    padding: 20px 0;
    /*width: 1200px;*/
    /*flex-wrap: nowrap;*/
    gap: 10px;
}
#reserveSchedule h3.item-title {
    text-align: center;
    margin: 10px 0 0 0;
}

#bookingSchedule{
    padding: 20px 0;
    width: 800px;
    gap: 20px;
}
#bookingSchedule > div:first-of-type {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.timeBlock {
    height: 70px;
    width: 150px;
    box-sizing: border-box;
    flex-wrap: wrap;
    /*white-space: nowrap;*/
    padding: 5px 12px;
    margin: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    border: 1.5px solid #c2c2c2;
    color: #2f2f2f;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    position: relative;
    background-color: #FFFFFF;
}
.timeBlock.booking-mode {
    margin: 10px;
}
.timeBlock.cannotView {
    background-color: #dcdcdc !important;
}
.timeBlock:not(.reserved){
    font-weight: 600;
}
.timeBlock span{
    font-weight: 600;
    display: inline-block;
}
.timeBlock::before {
    /*content: 'Start';*/
    background-color: #242424;
    color: white;
    padding: 5px;
    position: absolute;
    left: 0;
    top: -15px;
    font-size: 12px;
    display: none;
    /*border-bottom-right-radius: 30%;*/
}
.timeBlock::after {
    /*content: 'End';*/
    background-color: #242424;
    color: white;
    padding: 5px;
    position: absolute;
    right: 0;
    bottom: -15px;
    font-size: 12px;
    display: none;
    /*border-top-left-radius: 30%;*/
}
div#reserveSchedule .timeBlock:not(.reserved):not(.bookedStart):hover{
    background-color: #eeeeee;
    border-color: #686868;
}
div#bookingSchedule .timeBlock:not(.reserved):not(.bookedStart):hover{
    border-color: #242424;
}
.timeBlock.bookingMouseOver{
    background-color: #eeeeee;
}
.reserved{
    color: white;
    border: 2px solid transparent;
}
.bookedStart, .bookedEnd, .bookedInterval{
    background-color: #0088CC;
    color: white;
    /*background-color: #9bdaff;*/
    /*color: #215fbc;*/
    /*font-weight: bold;*/
}
.bookedStartSelf, .bookedEndSelf, .bookedIntervalSelf{
    background-color: #FA3E3E;
    color: white;
    /*background-color: #ffbfbf;*/
    /*color: #be2c2c;*/
    /*font-weight: bold;*/
}
.loadingContainer {
    width: 100%;
    height: 100%;
    padding-left: 400px;
    display: flex;
    /*justify-content: center;*/
    padding-top: 250px;
    background-color: white;
    position:absolute;
    left: 0;
    top:0;
    z-index: 10;
}
.fieldsLoadingContainer {
    width: 374px;
    height: 438px;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: inherit;
    z-index: 10;
}
.loading {
    display: flex;
    justify-content: center;
}
.loading::after {
    content: "";
    width: 50px;
    height: 50px;
    border: 10px solid #dddddd;
    border-top-color: #61adff;
    border-radius: 50%;
    animation: loading 1s ease infinite;
}
@keyframes loading {
    to {
        transform: rotate(1turn);
    }
}
#timeBlock-preview{
    margin-left: 50px;
    padding: 15px;
}
#customIncrements{
    margin: 0 10px;
}
#customIncrements * {
    height: 25px;
}
#customIncrements input[type=number] {
    width: 80px;
}
#increments {
    height: 25px;
}
#increments > .barSelect-selection {
    height: 25px;

}
.customWeekDays, .specificDaysTimes{
    font-size: 13px;
    border-bottom: 1px solid lightgrey;
}

.specificDaysTimes:hover{
    background-color: #e7e7e7;
}
.collapse{
    border-collapse: collapse;
}
.add, .copy{
    display:inline;
    cursor:pointer;
    margin: 0 10px 10px 0;
}
.copy{
    font-size: 16px;
    color: #9c9c9c;
}
.copy:hover{
    color: #242424;
}
#customAvailableTimes{
    display: flex;
}
#customAvailableTimes > div {
    background-color:#FFFFFF;
    padding: 20px 40px;
}
#customAvailableTimes > div:first-child {
    margin-right: 30px;
}
.customTime > div{
    min-height: 55px;
    display: none;
}
.customTime.available > div:first-of-type{
    display: block;
}
.customTime.unavailable > div:nth-of-type(2){
    display: block;
}
.customTime {
    padding-left: 15px;
}
#specificTimesDiv{
    width: 427px;
    /*padding: 30px 30px 15px 30px;*/
    box-sizing: border-box;
    /*margin-top: -10px;*/
    background-color: #FFFFFF;
    display: block;
}
.removeTimes{
    display: inline;
    cursor:pointer;
    margin:10px;
}
.specificDaysTimes .timeSectionContainer{
    margin: 0 0 10px 0;
}
.specificDaysTimes > div:first-of-type{
    /*min-width: 120px;*/
}
.specificDaysTimes .removeTimes{
    padding: 10px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    cursor:pointer;
    margin: 0;
    box-sizing: border-box;
}
.specificDaysTimes .removeTimes:hover{
    background-color: white;
}
.specificDaysTimes {
    display: flex;
    align-items: center;
    padding: 15px 10px 15px 10px;
    cursor: pointer;
}

#copyAvailableDays{
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    padding: 10px 0px;
    box-shadow: 0px 5px 15px -2px #b7b7b7;
    border-radius: 5px;
    user-select: none;
    z-index: 999;
}
#copyAvailableDays > div{
    display: flex;
    width: 100px;
    justify-content: space-between;
}
#copyAvailableDays > *{
    padding: 10px 20px;
    margin: 0;
}
#copyAvailableDays > div,  #copyAvailableDays > div * {
    cursor: pointer;
}
#copyAvailableDays > div[data-day]:hover{
    background-color: #e5e5e5;
}
#copyAvailableDays label {
    width: 100%;
}
#bookingUI{
    box-shadow: 0px 10px 18px -10px #464646, 0px -10px 40px -30px #b5b5b5;;
    border-radius: 10px;
    border: 1px solid lightgrey;
    /*height: 490px;*/
    box-sizing: border-box;
    position: relative;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    overflow: hidden;
}

#bookingUI-content {
    padding: 20px 40px;
}

#bookingUI-header {
    display: block;
    width: 100%;
    height: 5px;
}
div.eCheck{
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    background-color: #ee5858;
    padding: 3px 12px;
    border-radius: 3px;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#reserve_email.emailCheckError div.eCheck{
    opacity: 1;
}
#reserve_email.emailCheckError input{
    border-color: #ee5858;
}
#reserve_email input{
    border: 2px solid #eee;
    text-indent: 5px;
}
#reserve_emailPrompt{
    color: #ee5858;
    font-weight: 600;
}
.colorInfoContainer {
    padding: 5px;
    flex: 1;
    display: flex;
    align-items: center;
}
.colorInfoContainer > span{
    font-size: 13px;
    font-weight: 600;
    color: #828282;
}
.colorInfo {
    display:inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    margin-right: 10px;
    font-size: 12px;
    border-radius: 100%;
}
::-webkit-scrollbar {
    width: 7px;
}
/* Track */
/*::-webkit-scrollbar-track {*/
/*    box-shadow: inset 0 0 5px grey;*/
/*    border-radius: 10px;*/
/*}*/

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 30px;
}
#lightBox-mask {
    position: sticky;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 500px;
    /*height: -webkit-fill-available;*/
    /*height: -moz-fill-available;*/
    /*height: -moz-available;    !* FireFox目前这个生效 *!*/
    /*height: fill-available;*/
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 5px;
    z-index: 2;
}
#reserveInfo {
    margin-top: 40px;
}
#reserveInfo select,
#reserveInfo input,
#reserveInfo textarea {
    border: 1.5px solid #dbdbdb;
}
.closeReserve {
    text-align: right;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: background-color 0.2s;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: -20px;
}
.closeReserve:hover {
    background-color: rgba(218, 218, 218, 0.34);
}
.thebuttonContainer {
    width: 427px;
    padding: 25px 0;
}

#reserve_availableDays {
    border-radius: 5px;
    background-color: white;
}

.must-fill-default-field {
    background-color: #c3c3c3;
}

/*
    ####################################
    #           specific date          #
    ####################################
 */

#specificDates {
    width: 25vw;
    border-radius: 10px;
}

#specificDatesBody {
    margin-top: 10px;
    max-height: 726px;
    overflow-y: auto;
}

#specificDateTimeArea {
    max-height: 500px;
    overflow-y: auto;
    border-top: 1px solid lightgrey;
    width: 100%;
}

#floatingWinContent #specificTimesDiv label.label-margin {
    margin: 0px 10px 0 5px;
}

#report input[type=radio],
#report input[type=radio]+label {
    cursor: pointer;
    vertical-align: middle;
}
input[type=radio]:checked+label{
    font-weight: bolder;
    color: #2e5cb4;
}
input[type=radio]+label{
    font-weight: 400;
}
.unavailableText {
    display: inline-block;
    color: #b1b1b1;
}
.datePickerInfoText {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #828282;
}

#customWeekTimes,
#specificDates,
#specificTimesDiv,
.reserveDatePicker,
.card-shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
                rgba(0, 0, 0, 0.12) 0px 1px 5px 0px !important;
}

#bookingUI i.fa-spinner-third {
    display: none;
    margin-right: 5px;
    position: absolute;
    top: 49%;
    left: 49%;
}
#bookingUI.submittingReserve i.fa-spinner-third {
    display: inline-block;
}
#bookingUI.submittingReserve #reserveInfo {
    opacity: 0.5;
}
.fa-location-dot:before {
    content: "\f3c5";
}
.editing-start {
    display: inline-block;
    padding: 5px;
    color: #4b4b4b;
    background-color: #f1efef;
    font-size: 12px;
}
#startEndMode {
    font-size: 12px;
    /*padding: 7px;*/
    /*transition: background-color 0.3s, color 0.3s;*/
    border: 1px solid grey;
    cursor: pointer;
}
/*#startEndMode.startMode {*/
/*    background-color: #f1efef;*/
/*    color: #4b4b4b;*/
/*}*/
/*#startEndMode.endMode {*/
/*    background-color: #4b4b4b;*/
/*    color: #fff;*/
/*}*/
#reservationChart .multiComboBox ul {
    z-index: 3 !important;
}

#reserveInfo i {
    font-size: 18px;
}

#reserveInfo .footer {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reserve-collapse-icon-container {
    /*width: 30px;*/
    height: 30px;
    /*margin: 7px;*/
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: background-color 0.2s;
}
.reserve-collapse-icon-container:hover {
    background-color: #d7d7d7;
}
#reserve-setting-config {
    /*display:flex;*/
    background:#efefef;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 20px 30px;
}
#reserve-setting-config-main {
    padding: 0 10px;
    /*box-sizing: border-box;*/
    transition: height 0.2s ease;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    /*margin-top: 10px;*/
}
#reserve-setting-config-main.reserve-setting-config--expanded {
    visibility: visible;
    height: auto;
    overflow: visible;
}
#reserve-setting-config-main-block {
    width: fit-content;
}
.report-setting-header {
    padding: 10px 25px;
    background: #efefef;
    cursor: pointer;
}
#reserve-setting-config-main-block-nav > div:hover {
    background: #e7e7e7;
}
#reserve-setting-config-main-block-content {
    padding: 0px 50px 30px 50px;
    background: #e7e7e7;
    border: 1px solid #adadad;
    border-radius: 7px;
}
#reserve-setting-config-main-block > .styleNavbar {
    width: 436px;
    /*width: fit-content;*/
    white-space: nowrap;
    font-size: 15px;
}
#reserve-setting-report {
    margin-top: 12px;
}

.report-setting {
    display: none;
}

.reserve-collapse-icon {
    transition: transform 0.2s;
    margin-left: 10px;
}
#reserve-setting-config-open-icon {
    width: fit-content;
}
#reserve-setting-config-open-icon.reserve-setting--open .reserve-collapse-icon {
    transform: rotate(90deg);
}
#reserve-setting-config-open-icon.reserve-setting--open #reserve-setting-config-show {
    display: none;
}
#reserve-setting-config-open-icon #reserve-setting-config-show {
    display: inline-block;
}
#reserve-setting-config-open-icon.reserve-setting--open #reserve-setting-config-hide {
    display: inline-block;
}
#reserve-setting-config-open-icon #reserve-setting-config-hide {
    display: none;
}
.reservation-drag-icon {
    cursor: grab;
    margin: 0 5px 0 0;
    font-weight: bolder;
}
#reserveFields div.field-block:hover  {
    background-color: #f1f1f1;
}
#reserveFields div.field-block.reserve-field-must:hover  {
    background-color: #cacaca;
}
.ghostClass {
    background-color: #c8c8c8;

}
.dragClass {
    background-color: #efefef;
}

#reserved_custom {
    display: none;
}

.reservation-field {
    max-width: 300px;
    min-width: 100px;
    width: 300px;
    padding: 5px;
    height: 35px;
    resize: none;
    overflow-y: auto;
    box-sizing: border-box;
}

.reservation-field-text {
    resize: vertical;
}

#bookingUI .divRow .divCell:nth-child(2) {
    overflow-wrap: break-word;
    padding-right: 10px;
}

#reserve-form-timezone .divCell,
#reserve-form-duration .divCell {
    white-space: nowrap;
}

.reservationHelpShower {
    top:-1000px;
    color: #777;
    background: #333333;
    position: absolute;

    min-width: 30px;
    max-width: 450px;
    max-height: 300px;
    padding: 15px 20px;
    overflow: auto;
    box-sizing: border-box;

    z-index: 900;
    border-radius:9px;
    opacity: 0;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

/*.reservationHelpShower:after {*/
/*    content: ".";*/
/*    height: 0;*/
/*    clear: both;*/
/*    visibility: hidden;*/
/*}*/

.reservationHelperText {
    color: #dbdbdb;
    position: relative;
    /*margin: 18px 0 0 0;*/
    font-size: 16px;
    font-weight: normal;
}

.reservedAvatar {
    width: 25px;
    height: 25px;
    border-radius: 5px;
}

.reservation-delete-custom {
    text-align: right;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: background-color 0.2s;
    font-size: 16px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #f9f9f9;
}
.reservation-delete-custom:hover {
    background-color: #e2e2e2 !important;
}
#bookingUI select.reservation-field {
    width: 0;
    height: 0;
    padding: 0;
    box-sizing: border-box;
    opacity: 0;
}
.reservation-mvp-table {
    margin: auto;
    border-spacing: 0;
    width: 100%;
}
.field-header {
    text-align: left;
    color: #333333;
}


#reservationMVPWin > .floatingWinContent {
    background-color: #ffffff;
    overflow: scroll;
    height: 70vh;
    max-height: 600px;
}


/*
 * For mvp TABLE
 */
.table-layout {
    overflow: auto;
    margin-top: 50px;
}

.reservation-mvp-table {
    margin: auto;
    border-spacing: 0;
}

.reservation-mvp-table th,
.reservation-mvp-table td {
    padding: 4px 10px;
}

.reservation-mvp-table th:first-child {
    border-top-left-radius: 10px;
}

.reservation-mvp-table th:last-child {
    border-top-right-radius: 10px;
}

.reservation-mvp-table th {
    border-bottom: 2px solid #999999;
    background-color: #f1f1f1;
    position: sticky;
    top: 0;
    z-index: 1;
}

.reservation-mvp-table td {
    overflow: hidden;
}
.reservation-mvp-table td.cell {
    border-bottom: 1px solid #e1e1e1;
}
.reservation-mvp-table td.cell.hide {
    visibility: hidden;
}

.reservation-mvp-tablerow:hover,
.totalCell {
    background: #f0f0f0;
}

.cell {
    cursor:pointer;
}

.field-header {
    text-align: left;
    color: #333333;
}

.field-header:hover {
    color: #0088CC;
}

.table-layout .field-value {
    display: block;
    width: 133px;
}

.table-layout .field-value:hover {
    text-decoration: underline;
}

.wvanchor {
    overflow: hidden;
    text-overflow: ellipsis;
}

.fileLink {
    display: block;
}

.fileWrapper {
    display: flex;
    align-items: end;
}

.cell .image-wrapper {
    display: flex;
    align-items: end;
    margin-right: 2px;
}

.hyperlinkContainer {
    display: flex;
    padding: 2px 5px;
    border-radius: 10px;
    color: #008dff;
}

.hyperlinkContainer:hover {
    background-color: #d8d8d8;
}

.fileIcon {
    width: 16px;
    height: 16px;
    margin: 3px 5px 0 0;
}

.fileDisplay {
    display: inline-flex;
}

.multiIcon {
    top: 4px;
    right: 4px;
    color: white;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.4));
}
.reservation-mvp-form-title {
    margin-bottom: 20px;
}
.reservation-mvp-form-title > h2 {
    margin-bottom: 0;
}

.reservationPic {
    width: 160px;
}

.reserve-btn {
    width: 100%;
}

.btn-disabled {
    opacity: 0.7;
}
.thebuttonApply.btn-disabled:hover {
    background-color: #0C66E4;
    cursor: not-allowed;
}
#reservation-form {
    max-height: 550px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}

#toggleAllReservedItems {
    margin: 0 0 2px 10px;
    display: block;
    font-size: 12px;
}
#itemSelectContainer {
    display: flex;
    align-items: center;
}
#showSchedule {
    height: 31.5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-left: 50px;
    white-space: nowrap;
}
#reservation-form .divCell {
    vertical-align: middle;
}
#bookingTimeBlockParentContainer {
    position: relative;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    width: auto;
}
#specificDatesBody .thebuttonApply {
    width:100%;
    display:inline-block;
    margin-bottom: 15px;
}
#customWeekTimes .weekDayAvailable,
#customWeekTimes .weekDayAvailableLabel {
    cursor: pointer;
    vertical-align: middle;
}

.customWeekDays > div:first-child {
    padding-top: 12px;
}

#customWeekTimes .add i.fa-plus-square {
    font-size:16px;
    color:#336699;
}

#customWeekTimes {
    border-radius: 10px;
}

#report_available_settings_0 .add i.fa-plus-square {
    font-size:20px;
    color:#336699;
}

#report_available_settings_0 {
    min-width: 600px;
}

.weekDayUnAvailableText {
    color: #b1b1b1;
    padding-top: 4px;
}

.timeSectionSeparator {
    margin: 0 20px;
    font-weight: 700;
}

.removeTimes > i {
    color:#555;
    cursor:pointer;
}

#timezoneDes {
    /*margin-left: 100px;*/
    /*display: inline-block;*/
    color: #5f5f5f;
    font-size: 14px;
}

#reserve-conflict-time-error {
    padding: 20px 8px;
}
#reserve-conflict-time-error > span {
    color: #ff5757;
}

#reserve-create-btn {
    float: none;
    margin: 20px 0 0 0;
    display: inline-block;
}

.field-name::before {
    content: "*";
    visibility: hidden;
}

.reserved-title {
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.reserve-field-must {
    background-color: #d7d7d7;
}