/* ———————— list view ———————— */
#booking-filter,
#payments-filter {
	padding-left: 40px;
}

.portal-booking {
	border-left-width: 20px;
	border-left-style: solid;
	padding: 20px;
}
.portal-booking.complete {
	opacity: 0.4;
}
.portal-booking-image {
	float: left;
	width: 200px;
	position: relative;
	padding-bottom: 30px;
}
.portal-booking-image img {
	border: 2px solid #CCC;
	width: 100%;
}
.portal-booking-image span {
	display: block;
	text-align: center;
	font-size: 1.1rem;
}
.portal-booking-detail {
	float: left;
	padding-left: 30px;
}
.user-panel .portal-booking-detail h2,
.user-panel .portal-booking-detail h3,
.user-panel .portal-booking-detail h4,
.user-panel .portal-booking-detail h5 {
	margin-top: 0;
	margin-bottom: 3px;
	padding-left: 0;
}
.portal-booking-detail h5 {
	color: #999;
	font-size: 1rem;
}
.portal-booking-detail h4.total-due {
	color: #CC0000;
	line-height: 1;
}

.portal-booking .clearer {
	border-bottom: 2px solid #CCC;
}
.portal-status-buttons span, .calpopup-status-buttons span {
	font-size: 1.2rem;
	font-weight: bold;
}

.portal-link div {
	margin: 20px;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
}
.portal-link div a {
	color: #FFF;
	text-decoration: none;
	font-size: 1.5rem;
}
.portal-link .fab,
.portal-link .far,
.portal-link .fas {
	font-size: 5rem;
}
.portal-link.profile div {
	background-color: #4db56e;
}
.portal-link.properties div,
.portal-link.cleaning div,
.portal-link.reservations div {
	background-color: #3ea6d4;
}
.portal-link.booking div,
.portal-link.billing div {
	background-color: #ab42c2;
}
.portal-link.support div {
	background-color: #4155c2;
}
.portal-link.notification div {
	background-color: #7b41c2;
}
.portal-link.agreement div {
	background-color: #c28e41;
}
.portal-link.logout div {
	background-color: #c24141;
}

/* ————————— portal billing ————————— */

#billing-wrap .portal-booking {
	padding-bottom: 0;
}

.portal-payment-method {
	float: left;
	width: 30%;
	margin-right: 2%;
	margin-top: 10px;
	min-height: 150px;
}
.portal-payment-method h4 {
	margin-bottom: 0;
	font-size: 1.2rem;
	margin-left: 20px;
	margin-top: 10px;
}
.portal-payment-method h5 {
	margin: 0;
	margin-left: 20px;
}
.portal-payment-method h5.exp {
	color: #666;
	font-weight: normal;
}
.portal-payment-method h5.exp span {
	font-weight: bold;
}
.button.remove-card {
	background: #333;
	padding: 5px 10px;
}

.portal-payment-id {
	float: left;
	width: 100px;
	font-size: .9rem;
}

#billing-wrap .portal-booking-detail {
	width: 250px;
}
#billing-wrap .portal-booking-detail h3 {
	font-size: 0.9rem;
	font-weight: normal;
}
.portal-payment-type {
	float: left;
	width: 150px;
}
.portal-payment-status {
	float: left;
	width: 150px;
}
.portal-payment-date {
	float: left;
	width: 150px;
}
.portal-payment-date h5 {
	font-weight: normal;
}
.portal-payment-date h5 span {
	font-weight: bold;
	display: block;
}
.portal-payment-detail {
	float: left;
	width: 340px;
}
.portal-payment-detail h3 {
	font-size: 1rem;
	font-weight: normal;
	padding-left: 0;
	margin-bottom: 0;
}
.portal-payment-detail h3 span {
	font-weight: bold;
}
.portal-payment-detail h5 {
	margin: 0;
}
.portal-payment-detail select {
	display: block;
}
.portal-payment-method {
	padding: 5px;
	border: 2px solid #DDD;
	border-radius: 4px;
}

#billing-wrap .clearer {
	padding-top: 20px;
}
.portal-notification {
	border-bottom: 1px solid #CCC;
	cursor: pointer;
	cursor: hand;
}
.portal-notification:hover {
	background-color: #EEE;
}
.portal-notification-date {
	width: 250px;
	float: left;
	padding-top: 20px;
	font-size: 1rem;
}
.portal-notification-date span {
	font-weight: bold;
}
.portal-notification-detail {
	float: left;
	width: 500px;
}
.portal-notification-detail h4 {
	margin-bottom: 0;
}
.notification-view h2 {
	padding-left: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
}
.notification-view h4 {
	font-weight: normal;
}
.notification-view h2 span,
.notification-view h4 span {
	font-weight: bold;
}
.notification-view h3 {
	padding-left: 0;
}

/* ------------------- calendar ------------------- */

#calendar-filter {
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.booking-searchwrap {
	position: relative;
	padding: 20px 0;
}
.booking-search {
	position: absolute;
	top: 0;
	right: 0;
}
#booking-calendar-wrap,
#bookings-wrap {
	position: relative;
}
#booking-calendar-wrap h1,
#bookings-wrap h1 {
	font-size: 2.5rem;
	display: block;
	width: 450px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
#calendar-back {
	position: absolute;
	top: 55px;
	left: 0;
}
#calendar-forward {
	position: absolute;
	top: 55px;
	right: 0;
}
.property-details #calendar-back,
.property-details #calendar-forward {
	top: 10px;
}
.property.availability #booking-calendar-wrap h1 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.property.availability #calendar-back, 
.property.availability #calendar-forward {
	top: 10px;
}
.property.availability h2,
.property.availability #calendar-filter {
	text-align: center;
}
.month-wrap {
	border: 4px solid #CCC;
	border-radius: 5px;
}

.daycell {
	float: left;
	width: 14.2857%;
	position: relative;
}
.dayheader {
	margin: 1px;
	background-color: #034763;
	color: #FFF;
	text-align: center;
	padding: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.month-wrap .day {
	border: 1px solid #CCC;
	height: 130px;
	overflow: hidden;
}
.month-wrap .daycell .day.blank {
	border: 1px solid #FFF;
}
.month-wrap .daycell.past .day {
	border: 1px solid #EEE;
	color: #CCC;
}
.month-wrap .daycell.today .day {
	border: 1px solid #1ccdff;
}
.day-number {
	font-size: 1.3rem;
}
.month-wrap .dayitem {
	padding: 0 4px;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.month-wrap .dayitem.start {
	margin-left: 5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.month-wrap .dayitem.start {
	margin-right: 5px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.calendar-keys {
	list-style: none;
}
.calendar-keys li {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}
.calendar-keys li span {
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #000;
}

/* ————— all in one calendar —————— */
.allinone-header-wrap, 
.allinone-property-wrap {
	
}
.allinone-header {
	float: left;
	width: 35px;
	border: 1px solid #DDD;
	text-align: center;
	color: #025b7a;
	font-weight: bold;
}
.allinone-property {
	float: left;
	width: 180px;
	font-size: 14px;
	padding-top: 3px;
	text-align: right;
	padding-right: 5px;
}
.allinone-property a {
	color: #000;
}
.allinone-day {
	float: left;
	width: 35px;
	height: 35px;
	border: 1px solid #DDD;
	text-align: center;
	position: relative;
}
.allinone-day.past {
	opacity: 0.5;
}
.allinone-property-wrap.alt .allinone-day {
	background-color: #EEE;
}
.allinone-day.today,
.daycell.today {
	background-color: #fff3c2 !important;
}
.allinone-day .cleaning-booked,
.daycell .cleaning-booked,
.allinone-day .booking-booked,
.daycell .booking-booked {
	display: block;
	width: 35px;
	height: 35px;
	opacity: 0.5;
}
.allinone-day .cleaning-checkin,
.daycell .cleaning-checkin,
.allinone-day .booking-checkin,
.daycell .booking-checkin {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 23px;
	width: 12px;
	height: 35px;
	opacity: 0.5;
	border-top-left-radius: 8px;
}
.allinone-day .booking-booked,
.daycell .booking-booked,
.allinone-day .booking-checkin,
.daycell .booking-checkin {
	opacity: 1;
}
.allinone-day .cleaning-checkout,
.daycell .cleaning-checkout,
.allinone-day .booking-checkout,
.daycell .booking-checkout {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 12px;
	height: 35px;
	border-bottom-right-radius: 8px;
}
.allinone-day .cleaning-booked.cleaning-checkout,
.daycell .cleaning-booked.cleaning-checkout {
	width: 35px;
	position: relative;
	border-radius: 0;
}

.daycell .cleaning-checkin,
.daycell .cleaning-checkout,
.daycell .booking-checkin,
.daycell .booking-checkout {
	width: 45%;
	top: 45px;
}
.daycell .cleaning-checkin,
.daycell .booking-checkin {
	left: 55%;
}
.daycell .cleaning-booked,
.daycell .booking-booked {
	width: 100%;
	margin-top: 2px;
}

/* ——————— calendar popup ———————— */
.calpopup {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 230px;
	z-index: 100;
}
.calpopup.loading {
	background-color: #FFF;
	background-image: url(../graphics/table-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
	height: 200px;
}
.calpopup.hidden {
	display: none;
}
.calpopup-inner {
	background-color: #FFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-radius: 5px;
	padding: 10px;
}
.user-panel .calpopup-inner h2 {
	padding-left: 0;
}
.calpopup-inner h4,
.calpopup-inner h5 {
	margin: 3px 0;
}
.calpopup-status-buttons span {
	font-size: 1rem;
}
.calpopup-status-buttons .button {
	font-size: 1rem;
}

/* —————— tabs ————— */
.tabs {
	list-style: none;
	margin: 0;
}
.tabs li {
	display: inline;
}
.tabs li a {
	display: inline-block;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 10px;
	text-decoration: none;
	color: #333;
	background: #EEE;
}
.tabs li a:hover {
	background: #DDD;
}
.tabs li a.current {
	background: #CCC;
}
.tabsection {
	padding: 30px;
	margin: 0 30px;
	border: 2px solid #CCC;
}

/* ------------- booking form ---------------- */
.checkout-total.loading .book-now-inner {
	background: rgba(255,255,255,0.9);
	background-image: url(../graphics/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
}
.submit-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255,255,255,0.9);
	display: none;
}
.submit-loader.show {
	display: block;
}
.submit-loader img {
	margin-top: 40%;
	
}
.submit-loader h2 {
	font-size: 30px;
	color: #CC0000;
}
#required, #card-errors {
	color: #CC0000;
	display: none;
	font-weight: bold;
}
.paymethods {
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
	text-align: left;
	display: none;
}
.paymethods.list {
	display: block;
}
.payment_method_hidden {
	display: none;
}
.paymethods ul {
	list-style: none;
}
#required {
	color: #CC0000;
	display: none;
}

.checkout-total.loading {
	background-image: url(../graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.checkout-total.loading .checkout-cart, .checkout-total.loading .checkout-button {
	opacity: 0.3;
}
#card-element.hidden {
	display: none;
}

.formfield.referral {
	font-size: 14px;
}

/* ———————— owner portal properties ———————— */

.portal-property-list {
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
}

.portal-property-details {
	margin-left: 30px;
	float: left;
}
.portal-property-details h2 {
	font-size: 1.5rem;
	text-transform: none;
	margin: 0;
	padding: 0;
}
.portal-property-details h3 {
	font-size: 1.2rem;
	padding: 4px 0;
	margin: 0;
}
.portal-property-details p {
	padding: 4px 0;
	margin: 0;
}
.portal-property-button .button {
	background: #666;
	padding: 4px 10px;
	margin: 5px;
	margin-left: 0;
}

/* —— property request edit form —— */
#propertyrequest, #ownerblock {
	background: rgba(0,0,0,0.8);
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.property-request, .ownerblock-content {
	position: relative;
	max-width: 1000px;
	margin: 100px auto;
	background: #FFF;
	border: 4px solid #333;
	padding: 20px;
}
.request-close, .ownerblock-close {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	font-size: 30px;
	color: #999;
	text-decoration: none;
}

/* ——————— owner block form ——————— */
#ownerblockform .image {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.ownerblock-details {
	float: left;
	width: 600px;
}
.ownerblock-details h1 {
	text-transform: none;
	font-size: 1.4rem;
	margin-top: 0;
}

/* ----------------- owner portal agreements ----------------- */

.portal-agreement-list {
	border: 2px solid #CC0000;
	border-radius: 5px;
	margin: 10px;
	padding: 20px;
	max-width: 650px;
}
.portal-agreement-list.signed {
	border: 2px solid #CCC;
}
.portal-agreement-list.signed h3 {
	color: #666;
}
.portal-agreement-list .portal-booking-image {
	width: 150px;
	padding-bottom: 0;
}
.portal-agreement-list .portal-booking-image span {
	font-size: 0.9rem;
}
.portal-agreement-title {
	float: left;
	max-width: 500px;
}
.portal-agreement-button {
	float: right;
}
.portal-agreement-list.signed .button {
	background: none;
	background-color: #666;
}
#owner-agreement {
	width: 1000px;
	padding-left: 30px;
}
.agreement-form input[type="text"],
.agreement-form textarea,
.agreement-form select {
	max-width: 500px;
	display: block;
}
.agreement-form label
 {
	max-width: 500px;
}
.agreement-form textarea {
	height: 100px;
}
.agreement-form h3 {
	background-color: #f10045;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #FFF;
	padding: 5px;
	font-size: 1.2rem;
	font-weight: 300;
	text-transform: uppercase;
}

.agreement-form label {
	font-weight: bold;
}
.agreement-form small {
	display: block;
}
.agreement-form .radio-item {
	display: block;
}
.agreement-form .radio-item label {
	font-weight: normal;
}
#dinnerware, #cookware {
	width: 600px;
}
.agreement-form table tbody tr:nth-of-type(odd) {
	background-color: #EEE;
}
.agreement-form table td {
	border: 1px solid #CCC;
	padding: 4px;
	text-align: left;
}
.agreement-form table td.center {
	text-align: center;
}
.agreement-form textarea.hidden {
	display: none;
}
.agreement-form .bedroom {
	border: 3px solid #CCC;
	border-radius: 5px;
	position: relative;
	padding: 20px;
	margin-top: 10px;
}
.agreement-form .bedroom .radio-item {
	width: 50%;
	float: left;
	font-size: 1rem;
}
.agreement-form .bedroomdelete,
.agreement-form .beddelete {
	position: absolute;
	top: 0;
	right: 0;
}
.agreement-form .bedroomdelete .fas,
.agreement-form .beddelete .fas {
	color: #CC0000;
	font-size: 1.5rem;
}

.w9-wrap {
	position: relative;
	width: 1000px;
}
.w9-wrap .w9-form {
	position: absolute;
	top: 0;
	left: 0;
}
.w9-form input[type="text"] {
	border-color: #25a9ff;
	padding: 1px 4px;
	font-size: 1rem;
}
.w9-name,
.w9-business-name,
#business_type1,
#business_type2,
#business_type3,
#business_type4,
#business_type5,
#business_type6,
#business_type7,
.w9-llc-type,
.w9-business-type-other,
.w9-exempt-code,
.w9-exempt-fatca,
.w9-address,
.w9-city-state,
.w9-account,
.w9-ssn-a,
.w9-ssn-b,
.w9-ssn-c,
.w9-eid-a,
.w9-eid-b,
.w9-signature,
.w9-date {
	position: absolute;
}
.w9-name {
	width: 500px;
	top: 85px;
	left: 70px;
}
.w9-business-name {
	width: 500px;
	top: 127px;
	left: 70px;
}
#business_type1 {
	top: 208px;
	left: 65px;
}
#business_type2 {
	top: 206px;
	left: 271px;
}
#business_type3 {
	top: 206px;
	left: 401px;
}
#business_type4 {
	top: 206px;
	left: 531px;
}
#business_type5 {
	top: 206px;
	left: 661px;
}
#business_type6 {
	top: 251px;
	left: 65px;
}
#business_type7 {
	top: 336px;
	left: 65px;
}
.w9-llc-type {
	width: 50px;
	top: 235px;
	left: 695px;
}
.w9-exempt-code {
	width: 50px;
	top: 213px;
	left: 925px;
}
.w9-exempt-fatca {
	width: 100px;
	top: 280px;
	left: 860px;
}
.w9-business-type-other {
	width: 500px;
	top: 322px;
	left: 240px;
}
.w9-address {
	width: 500px;
	top: 364px;
	left: 70px;
}
.w9-city-state {
	width: 500px;
	top: 408px;
	left: 70px;
}
.w9-account {
	width: 500px;
	top: 450px;
	left: 70px;
}
.w9-ssn-a {
	width: 70px;
	top: 530px;
	left: 700px;
}
.w9-ssn-b {
	width: 40px;
	top: 530px;
	left: 805px;
}
.w9-ssn-c {
	width: 100px;
	top: 530px;
	left: 880px;
}
.w9-eid-a {
	width: 40px;
	top: 615px;
	left: 702px;
}
.w9-eid-b {
	width: 170px;
	top: 615px;
	left: 780px;
}
.w9-signature {
	width: 500px;
	top: 905px;
	left: 180px;
}
.w9-date {
	width: 280px;
	top: 905px;
	left: 700px;
}
.w9-form label {
	display: none;
}

.addproperty {
	margin-left: 30px;
	text-decoration: none;
}

@media all and (max-width: 1650px) {
	.allinone-day, .allinone-header {
		width: 31px;
	}
}
@media all and (max-width: 1550px) {
	.allinone-wrap {
		overflow-x: scroll;
	}
	.allinone-header-wrap, .allinone-property-wrap {
		width: 1200px;
	}
	.allinone-property {
		width: 150px;
		font-size: 12px;
	}
}
@media all and (max-width: 900px) {
	
	#booking-calendar-wrap {
		padding: 15px 0;
	}
	#booking-calendar-wrap h1 {
		font-size: 1.4rem;
		width: 100%;
		padding-left: 0;
	}
	.allinone-property {
		width: 90px;
		font-size: 10px;
	}
	.month-wrap {
		overflow-x: scroll;
	}
	.month-inner {
		width: 560px;
	}
	.daycell {
		width: 80px;
	}
	.month-wrap .day {
		height: 80px;
	}
	.day-number {
		font-size: 1.1rem;
	}
	.daycell .booking-booked,
	.daycell .cleaning-booked {
		margin-top: 8px;
	}
	
	/* ———————— billing —————————— */
	.portal-payment-method {
		width: 90%;
		margin-right: 0;
	}
	#payments-filter {
		padding: 20px;
	}
	#billing-wrap .portal-booking {
		margin-bottom: 10px;
	}
	#billing-wrap .portal-booking h5 {
		margin: 0;
	}
	.portal-payment-id,
	.portal-payment-type,
	.portal-payment-status,
	.portal-payment-date {
		width: 300px;
	}
	.portal-payment-date h5 span {
		display: inline;
	}
	#billing-wrap .portal-booking-detail {
		padding-left: 0;
	}
}
