#loadingMask {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: white;
    opacity: 0.66;
}
.ajax-loading {  background: url("https://www.ownerdirectvacationrentals.net/wp-content/plugins/property_listings/assets/images/loading.gif") no-repeat scroll center 50px transparent; background-color: rgba(255, 255, 255, .6); }
.loading-div {
    background: url('https://www.ownerdirectvacationrentals.net/wp-content/plugins/property_listings/assets/images/loading.gif');
    width: 32px;
    height: 32px;
    margin: 50px auto;
}

.reserve-note { font-size: .8em; margin-top: 20px; }
.legend-booked, .legend-selected
{
    display: inline-block;
    width: 49%;
    margin: 10px auto;
    text-align: center;
}

.legend-booked span,.legend-selected span
{
    display: inline-block;
    margin-left: 1px;
}

.legend-booked span i,.legend-selected span i
{
    display: inline-block;
    width: 23px;
    height: 17px;
    padding-right: 5px;
}

.legend-booked .legend-checkin i:after
{
    content: '';
    position: absolute;
    border-left: 11px solid transparent;
    border-right: 11px solid #BBB;
    border-bottom: 8px solid #BBB;
    border-top: 8px solid transparent;
}

.legend-booked .legend-middle i:after
{
    content: '';
    position: absolute;
    border-left: 11px solid #BBB;
    border-right: 11px solid #BBB;
    border-bottom: 8px solid #BBB;
    border-top: 8px solid #BBB;

}

.legend-booked .legend-checkout i:after {
    content: '';
    position: absolute;
    border-left: 11px solid #BBB;
    border-right: 11px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #BBB;
}

.legend-selected .legend-checkin i:after
{
    content: '';
    position: absolute;
    border-left: 11px solid transparent;
    border-right: 11px solid #8fc8cc;
    border-bottom: 11px solid #8fc8cc;
    border-top: 11px solid transparent;
}

.legend-selected .legend-available i:after
{
    content: '';
    position: absolute;
    border-left: 11px solid #8fc8cc;
    border-right: 11px solid #8fc8cc;
    border-bottom: 11px solid #8fc8cc;
    border-top: 11px solid #8fc8cc;
}

.legend-selected .legend-checkout i:after {
    content: '';
    position: absolute;
    border-left: 11px solid #8fc8cc;
    border-right: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-top: 11px solid #8fc8cc;
}

#changeQuoteLink { cursor: pointer; }

div.headings { width: 120px; float:left; font-weight:bold; }
div.items { width: 100px; float:left; text-align:right; }

#booking_error div {
  color: #ff0000;
  padding: 5px;
  margin: 5px auto;
  border: 1px dotted #AAA;
  font-size: .9em;
}
#booking_error div span { color: #339933; }

.cyatext { clear:both; margin: 10px auto 5px; font-size: .8em; border-top: 1px dashed #CCC; padding: 10px; text-align: left; }
.results { text-align: center; padding-top: 5px; }
.calsec h2 { text-align: center; }
.calendar { background: #FFF; padding: 5px; border-radius: 8px; margin: 5px auto 10px; }
#reservationQuote table { margin: 0 auto; }
#reservationQuote table th { text-align: left; }
.amen-left, .amen-right { display: inline-block; vertical-align:middle; padding: 5px; width: 49%; }
.amen-wrap { text-align: left; }
.amen-left { text-align: left; font-weight: 500; }
.amen-right { text-align: left; font-weight:300;}
.ratechart { margin: 0 auto; line-height: 1.6em; text-align: center; border: 1px solid #DDD; box-shadow: 0 1px 4px rgba(0,0,0,.2); }
.stripe { background: #EEE; }
.priceshead { font-weight: bold; text-align: center; padding: 0 10px; background: #EEE; }
.ratechart td { padding: 0 10px; }
.theright { text-align: right; padding-right: 20px; }
.note { font-size: .975em; margin-bottom: 10px; }

img.ui-datepicker-trigger { margin-left: -28px; vertical-align: middle; }
ul.vb_key li.booked span, .date-day.booked { background: #BBB;text-decoration:line-through;}
.date-day.booked.firstday {
    background: url("https://www.ownerdirectvacationrentals.net/wp-content/plugins/property_listings/assets/images/checkin.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    background-size: cover;
    text-decoration:none;
        background-color:#FFF;

}
.date-day.booked.lastday {
    background: url("https://www.ownerdirectvacationrentals.net/wp-content/plugins/property_listings/assets/images/checkout.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    background-size: cover;
    text-decoration:none;
    background-color:#FFF;
}
.date-day.booked.firstday.bothdays { background: url(https://www.ownerdirectvacationrentals.net/wp-content/plugins/property_listings/assets/images/bothdays.png) no-repeat; background-size: cover; }


* {
    box-sizing: border-box;
}

#rt-datepick-app {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.calendar-layout {
    width: 100%;
}

.calendar {
    display: flex;
    flex-direction: column;
    border: solid 1px #d7d7d7;
    padding: 0;
    margin: 5px;
    border-radius: 0;
}

#rt-datepick-app .header {
    display: block;
    position: relative;
    color: #333;
    padding: 0.5rem 1rem;
    background-color: #fff;
    min-height: auto;
}
.header .arrow {
    position: absolute;
    top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    width: 1.75em;
    height: 100%;
    stroke-width: 0;
    stroke: transparent;
    fill: rgba(0,0,0,.5);
    transition: fill 0.3s linear;
    -o-transition: fill 0.3s linear;
    -moz-transition: fill 0.3s linear;
    -webkit-transition: fill 0.3s linear;
}
.header .arrow:hover {
    fill: rgba(0,0,0,.9);
}
.header .arrow.nonav {
    visibility: hidden;
}
.icon-circle-left {
    left: 8px;
}
.icon-circle-right {
    right: 8px;
}
.header .title {
    cursor: default;
    text-align: center;
}
.weekdays {
    display: flex;
}

.weekday {
    width: 14.2857%;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 0.4rem 0;
    color: #7a7a7a;
    background-color: #eaeaea;
    cursor: default;
}

.week {
    display: flex;
}

.day {
    width: 14.2857%;
    height: 50px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    color: #006eb4;
    font-weight: bold;
    line-height: 1em;
    background-color: transparent;
    /*border: solid 1px #aaaaaa;*/
    cursor: pointer;
    position: relative;
    padding: .8em .5em;
}

.disabled {
    pointer-events: none;
}
.disabled:hover {
    background-color: initial !important;
}
.unselectable {
    pointer-events: none;
    color: #3a3a3a;
    font-weight: normal;
}
.unforeseeable, .unselectable {
    color: #000;
    font-weight: normal;
    text-decoration: none;
    background: #fff;
}
.booked {
    font-weight: normal !important;             text-decoration: line-through;
    background: #ccc;
}

.bookstart {
    background: linear-gradient(to right bottom, transparent 49%, #ccc 50%);
}

.bookend {
    background: linear-gradient(to left top, transparent 49%, #ccc 50%);
}
.bookstart.bookend {
    background: linear-gradient(to left top, #ccc 48%, #fff 2%, #ccc 53%);
    color: #333;
}
.book-button {background:linear-gradient(#ff9102, #ff6d00) !important;}
.bookselectstart {
    background: linear-gradient(to right bottom, #8fc8cc 49%, #bbb 50%);
}

.bookselectend {
    background: linear-gradient(to left top, #8fc8cc 49%, #bbb 50%);
}

.selected {
    background-color: #8fc8cc;
    color: #fafafa;
}
.dragged {
    background-color: #8fc8cc;
    color: #fafafa;
}
.not-in-month {
    background-color: #fff;
    color: transparent !important;
    pointer-events: none;
    border: none !important;
    background: linear-gradient(transparent,transparent);
}
.today {
    font-weight: normal;
}
.warning {
    color: red;
}
.clear-dates {
    background: transparent;
    border: none;
    color: #1a6fb7;
}

#rt-datepick-app .datepick-footer {
    display: block;
    padding: .5em;
}
.sidebar h4 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}
.sidebar .option {
    margin-top: 5px;
}
.fade-item {

}
.fade-enter-active, .fade-leave-active {
    transition: all 0.3s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}
input[type=submit],
.button,
a.button {
    display: block;
    background-color: #004a80;
    width: 95%;
    max-width: 600px;
    color: #FFF;
    text-align: center;
    letter-spacing: 1px;
    padding: 8px 15px;
    margin: 0.625em auto;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    white-space: normal;
}
input[type=submit]:hover,
.button:hover,
a.button:hover {
    background: #404040;
    color: #FFF;
}
.price-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.price-row .price-column {
    flex: 1 1;
    flex-basis: auto;
    display: inline-block;
    width: 49%;
    padding: .25em 1em;
    line-height: 1.15em;
}
.price-row .price-column:first-child {
    text-align: left;
}
.price-row .price-column:last-child {
    text-align: right;
}
.itinerary-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.itinerary-row .itinerary-column {
    flex: 1 1;
    flex-basis: auto;
    display: inline-block;
    width: 49%;
    padding: .1em;
    line-height: 1.15em;
}
.itinerary-row .itinerary-column:first-child {
    text-align: right;
    padding-right: .2em;
}
.itinerary-row .itinerary-column:last-child {
    text-align: center;
    padding-left: .2em;
}
.apidisabled * {
    pointer-events: none;
}