
.stepLabel {font-family: Arial; font-size: 18px; font-weight: normal; color: #555;}

.label { font-family: Arial; font-size: 16px; font-weight: normal; color: #555;}

input {
  font-size: 18px;
  font-family: Arial;
  color: #555;
  background-color: #FFF;
}

select {
  border: 1px solid #AAA;
  border-radius: 4px;
  background-color: #FFF;
}

.contactInfoPopUp {
  font-family: "Arial";
  font-size: 17px;
  color: #555;
  font-weight: normal;
  white-space: nowrap;
}

.errorLabel { font-family: "Arial"; font-size: 15px; font-weight: bold; color:red;}

.calendarLabel {
 font-family: "Arial";
 font-size: 24px;
 font-weight: bold;
 background-color: #CCCCCC;
}

.transparent {
  height: 100%;
  width: 100%;
  opacity: 0.5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.notransparent {
  height: 100%;
  width: 100%;
  opacity: 1.0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100);
}

.day {
  font-family: "Arial";
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding: 2px;
  background-color: #E1E1E1;
}

.dayLite {
  opacity: 1;
}
.dayLite:hover {
  opacity: 0.50;
  cursor: pointer;
  /* border: 1px solid #555; */
}

.resConfirmBox {
  font-family: "Arial";
  font-size: 20px;
  font-weight: normal;
}

.resConfirmDetails {
  font-family: "Arial";
  font-size: 20px;
  font-weight: normal;
}
@media (min-width:1100px) {
 .resConfirmDetails {
   font-size: 15px;
 }
}


BODY { color: #555;
       font-family: "Arial";
       font-size: 15px;}

td {
 font-size: 12px; font-weight: normal;
}

P {
 font-family: "Arial"
}

H1 { font-family:"Arial";
     color: #444499;
     font-size:16px;
}         

.actionButtonClass { font-size: 16px; font-weight: normal; color: #555; }
.actionButtonLargeClass { font-size: 20px; font-weight: normal; color: #555; }



.startSelect{
  background-image:url(../graphics/VacationRentalCalendar/startSelectMobile.png);
  font-family: "Arial";
  font-size: 24px;
  font-weight: normal;
}

.endSelect{
  background-image:url(../graphics/VacationRentalCalendar/endSelectMobile.png);
  font-family: "Arial";
  font-size: 24px;
  font-weight: normal;
}

/*
.startBookSelected{
  background-image:url(../graphics/VacationRentalCalendar/startBookSelectedMobile.png);
  font-family: "Arial";
  font-size: 24px;
  font-weight: normal;
}

.endBookSelected{
  background-image:url(../graphics/VacationRentalCalendar/endBookSelectedMobile.png);
  font-family: "Arial";
  font-size: 24px;
  font-weight: normal;
}
*/

/*
.switchBook{
  background-image:url(../graphics/VacationRentalCalendar/switchBookMobile.png);
  font-family: "Arial";
  font-size: 24px;
  font-weight: normal;
}
*/

.startNewBooking{
  background-image:url(../graphics/VacationRentalCalendar/startNewBookingMobile.png);
  font-family: "Arial";
  font-size: 24px;
  font-weight: normal;
}

.endNewBooking{
  background-image:url(../graphics/VacationRentalCalendar/endNewBookingMobile.png);
  font-family: "Arial";
  font-size: 24px;
  font-weight: normal;
}

.startNewBookingTransition{
  background-image:url(../graphics/VacationRentalCalendar/startNewBookingTransitionMobile.png);
  font-family: "Arial";
  font-size: 24px;
  font-weight: normal;
}

.endNewBookingTransition{
  background-image:url(../graphics/VacationRentalCalendar/endNewBookingTransitionMobile.png);
  font-family: "Arial";
  font-size: 24px;
  font-weight: normal;
}


.shadowSpecialForIEbug {
  -moz-box-shadow:    12px 12px 7px 6px #222222;
  -webkit-box-shadow: 12px 12px 7px 6px #222222;
  box-shadow:         12px 12px 7px 6px #222222;
}

.shadow {
  -moz-box-shadow:    0px 0px 7px 6px #222222;
  -webkit-box-shadow: 0px 0px 7px 6px #222222;
  box-shadow:         0px 0px 7px 6px #222222;
}

.shadowShallow {
  -moz-box-shadow:    8px 8px 7px -2px #444;
  -webkit-box-shadow: 8px 8px 7px -2px #444;
  box-shadow:         8px 8px 7px -2px #444;
  filter: progid:DXImageTransform.Microsoft.Shadow(Direction=135, Strength=6, Color='000000');
}

.shadowNew {
  background: none repeat scroll 0 0 rgba(41, 41, 41, 0.4);
  border-radius: 8px 8px 0px 0px;
  padding: 10px;
}

.shadowNewRates {
  background: none repeat scroll 0 0 rgba(41, 41, 41, 0.4);
  border-radius: 4px 4px 4px 4px;
  padding: 5px;
}

.headerTable {
  border-radius: 8px 8px 0px 0px;
}

.contentTable {
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #777;
  /* min-height: 190px; */
  background-color: #FFF;
}

input[type=text] {
  border: 1px solid #AAA;
  border-radius: 4px;
  font-size: 20px!important;
}
@media (min-width:1100px) {
 input[type=text] {
   font-size: 15px!important;
 }
}

.calHeaderTable {
  padding: 0px;
  border-spacing: 0px;
  width: 400px;
  border-collapse: separate;
  border-spacing: 4px;
}

.calHeaderTableCell {
  background-color: #B1B1B1 !important;
  color: #FFFFFF !important;
}

.calHeaderTable td {
  padding: 0px;
  border-spacing: 2px;
  border-radius: 3px;
  font-family: "Arial";
  font-size: 26px;
  font-weight: bold;
  background-color: #E1E1E1;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center;
  color: #444;
}

.navFont {
  font-family: Arial;
  font-size: 45px; 
}
/*
.navFont:hover {
   font-size: 54px;
 }
}
*/

.verticalSpace5px {
  height: 5px;
}
.verticalSpace10px {
  height: 10px;
}
.verticalSpace15px {
  height: 15px;
}
.verticalSpace20px {
  height: 20px;
}
.verticalSpace25px {
  height: 25px;
}
.verticalSpace30px {
  height: 30px;
}
.verticalSpace35px {
  height: 35px;
}
.verticalSpace40px {
  height: 40px;
}


.payNowButtonLink {
  text-decoration: none;
}

.payNowButtonDiv {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 0px;
  margin: 0px;
  background-color: #1e5b9b;
  border-radius: 20px;
  color: #FFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  opacity: 1;
  vertical-align: middle;
  text-align: center;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
}
.payNowButtonDiv:hover {
  background-color: #4a7db3;
  opacity: .80;
}

.actionLink {
  color: #777;
  text-decoration: none;
  font-size: 20px;
}

.actionLink:hover {
  color: #AAA;
}

.almostDoneCheck {
  font-size: 65px;
  line-height: 1.00;
  width: 75px;
}

.almostDoneCheckTD {
  min-width: 55px;
}

.almostDoneText {
  font-size: 26px;
}

.completedBookingText {
  font-size: 20px;
  color: #555;
  font-weight: normal;
}

.completedBookingAmtDueText {
  font-size: 22px;
  color: #000;
  font-weight: normal;
}

.transFeeNotice {
  font-size: 13px;
  color: #777;
}

.checkboxItem {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.checkboxItem:hover {
  cursor: pointer;
}

.checkbox {
  text-align: center;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  border: 1px solid #AAA;
  border-radius: 5px;
  font-size: 25px;
  display: inline-block;
  font-size: 25px;
  color: #FFF;
  background-color: #FFF;
  transition: border-color .4s, background-color .4s;
  -webkit-transition: border-color .4s, background-color .4s;
}
.checkbox:hover {
  cursor: pointer;
}

.offerItemContainer {
  padding: 5px; border-radius: 4px;
  transition: border-color .4s;
  -webkit-transition: border-color .4s;
}
.offerItemContainer:hover {
  cursor: pointer;
}

.transOpacity {
  opacity: 0;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
}

.offersLabelFont {
  font-size: 17px; color: #555;
}

.offersPriceFont {
  font-size: 16px; color: #555;
}

.offersTextFont {
  font-size: 16px; color: #555;
}

.offersSubTextFont {
  font-size: 15px; color: #555;
}

.payPalButton {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  opacity: 1;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
}
.payPalButton:hover {
  opacity: .70;
  cursor: pointer;
}

.inputStyle {
  font-family: Arial;
  color: #555;
  border: 1px solid #AAA;
  border-radius: 4px;
  font-size: 20px!important; 
}
@media (min-width:1100px) {
 .inputStyle {
   font-size: 14px!important;
 }
}

.pbcButton {
  display: inline-block; padding: 5px; border-radius: 6px; 
  color: #FFF; font-size: 20px;
  transition: opacity .3s; 
  -webkit-transition: opacity .3s;
  border: 1px solid #999999; background-color: #BBBBBB;
  min-height: 25px;
}
.pbcButton:hover {
  opacity: 0.70;
  cursor: pointer;
}

.cursorPointer:hover {
  cursor: pointer;
}

/* 2022-08-29: need input. prefix here to work, it's something related to CSS being on drugs.  "Specificity":  https://stackoverflow.com/questions/16963233/why-isnt-this-css-trumping-this-other-css  */
input.pbcTextField {
  font-family: Arial;
  font-size: 18px!important;
  padding: 6px;
  height: 27px;
  width: 95%;
  color: #333;
  border: 1px solid #AAA;
  border-radius: 4px;
}

select.pbcSelectField {
  font-family: Arial;
  font-size: 16px!important;
  padding: 3px;
  height: 27px;
  width: 95%;
  color: #333;
  border: 1px solid #AAA;
  border-radius: 4px;
  background-color: #FFF;
}

