

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap; /* added line to stop words from getting smushed together */
}

@keyframes spinner {
	  to {
	    transform: rotate(360deg);
	  }
}
			 
.spinner::before {
	  content: "";
	  box-sizing: border-box;
	  position: absolute;
	  top: 40%;
	  left: 50%;
	  width: 40px;
	  height: 40px;
	  margin-top: -12px;
	  margin-left: -12px;
	  border-radius: 50%;
	  border: 3px solid #ccc;
	  border-top-color: #000;
	  background-color:white;
	  outline: 5px solid red
	  z-index:9999999;
  	animation: spinner 600ms linear infinite;
}

.closeClass{
		display:none;
}			

.highlight_box_yellow{
		display:inline-block;
		cursor:pointer;
		padding:12px;
		padding-top:24px;
		width:320px;
		vertical-align:top;
}

.amenity_summary {
  font-size: 15px;
  display: block;
  margin-bottom: 4px;
  vertical-align:top;
}

.size-9px {
  font-size: 9px;
}

.size-10px {
  font-size: 10px;
}

.size-11px {
  font-size: 11px;
}

.size-12px {
  font-size: 12px;
}

.size-14px {
  font-size: 14px;
}

.size-18px {
  font-size: 18px;
}

.size-22px {
  font-size: 22px;
}

.size-36px {
  font-size: 36px;
}

.container-mapCard {
  display: block;
  border: 2px solid red;
}

.mapCard .card-col {
  margin: auto;
  margin-bottom: 8px;
  display: block;
  width: 100%;
}
.skip-link {
  transform: translateY(-100%);
}
.skip-link:focus-within {
  transform: translateY(0%);
}
@font-face {
  font-family: "Libre Barcode 128 Text";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/librebarcode128-regular.ttf") format("truetype");
}
.barcode128 {
  font-family: "Libre Barcode 128 Text";
  font-size: 3em;
  color: black;
  text-decoration: none;
  display: block;
  text-align: center;
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  margin: 0px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0px;
}
.bigLeading {
  line-height: 2em;
}
.shoppingCarNav {
  float: right;
  color: #165603;
}
.photoForeground {
  color: #006282;
}
.screenDim {
  opacity: 0.35;

}
.CallOutFormBox {
  background-color: #3d6308;
}
.BigProdImage {
  width: 280px;
}
.red_block {
  display: block;
  color: #400000;
  font-weight: 600;
}
.CallOut1 {
  /*color:rgba(9,107,9,1);*/
  color: #000000;
  font-size: 25px;
  vertical-align: middle;
  display: inline-block;
}
.CallOut1a {
  color: rgba(22, 107, 102, 1);
  font-size: 22px;
}
.dimmedBack {
  color: rgba(160, 180, 197, 1) !important;
}
.strikethrough {
  text-decoration: line-through;
}
.cc_icon {
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 4px;
}

.big_day_div {
  display: inline-block;
  font-size: 2rem;
  line-height: 2rem;
  color: #fff;
  letter-spacing: -3px;
  margin: 0px 4px;
  vertical-align: top;
}
.weekday_div {
  padding-top: 8px;
  margin: 0px;
  display: block;
  font-size: 1rem;
  color: #fff;
  text-align: left;
}
.month_div {
  padding: 0px;
  margin: 0px;
  display: block;
  font-size: 1rem;
  color: #fff;
  text-align: left;
}
.med_weekday_div {
  padding-top: 8px;
  margin: 0px;
  display: block;
  font-size: 11px;
  color: #fff;
  text-align: left;
}
.med_month_div {
  padding: 0px;
  margin: 0px;
  display: block;
  font-size: 11px;
  color: #fff;
  text-align: left;
}
.italic_label {
  color: white;
  display: block;
  margin: auto;
  font-style: italic;
}
.rotate_60 {
  transform-origin: 0 0;
  transform: rotate(60deg);
}
.mouse-pass-thru {
  pointer-events: none;
}
.good-to-go {
  color: rgb(0, 173, 0);
}
.circled_number {
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 32px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  vertical-align: middle;
  background: rgb(0, 203, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 203, 0, 1) 0%,
    rgba(9, 107, 9, 1) 100%
  );
  box-shadow: 2px 2px 2px #004466;
  margin-bottom: 8px;
  margin-right: 6px;
  cursor: pointer;
}
.circled_number_grayblue {
  display: inline-block;
  height: 32px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 32px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  vertical-align: middle;
  background: rgb(0, 153, 204);
  background: linear-gradient(to top, #999999 0, #a0b4c5 100%);
  box-shadow: 2px 2px 2px #004466;
  margin-bottom: 8px;
  margin-right: 6px;
  padding: 0px 6px;
  cursor: pointer;
}
.circled_number_blue {
  display: inline-block;
  height: 32px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 32px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  vertical-align: middle;
  background: rgb(0, 203, 0);
  background: linear-gradient(to top, #006282 0, #33cccc 100%);
  box-shadow: 2px 2px 2px #004466;
  margin-bottom: 8px;
  margin-right: 6px;
  padding: 0px 6px;
  cursor: pointer;
}
.circled_number_red {
  display: inline-block;
  height: 32px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 32px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  vertical-align: middle;
  background: rgb(0, 203, 0);
  background: linear-gradient(to top, #cc5052 0, #800000 100%);
  box-shadow: 0px 0px 12px #ffffff;
  margin-bottom: 8px;
  margin-right: 6px;
  padding: 0px 6px;
  cursor: pointer;
}
.circled_number_big {
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 48px;
  font-size: 28px;
  font-weight: 700;
  vertical-align: middle;
  background: rgb(0, 203, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 203, 0, 1) 0%,
    rgba(9, 107, 9, 1) 100%
  );
  box-shadow: 2px 2px 2px #004466;
  margin-bottom: 8px;
  margin-right: 6px;
  cursor: pointer;
}
.circled_number_bigGrayBlue {
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 48px;
  font-size: 28px;
  font-weight: 700;
  vertical-align: middle;
  background: rgb(0, 153, 204);
  background: linear-gradient(to top, #658c99 0, #8cbbc4 100%);
  box-shadow: 2px 2px 2px #004466;
  margin-bottom: 8px;
  margin-right: 6px;
  cursor: pointer;
}
.classAdutls {
  display: inline-block;
  font-size: 18px;
  color: #d16500;
  background-color: #fff2e5;
  padding: 8px;
  margin-right: 16px;
  margin-bottom: 24px;
  vertical-align: top;
}
.classYouths {
  padding: 8px;
  margin-right: 16px;
  margin-bottom: 24px;
  font-size: 18px;
  color: #246600;
  background-color: #e8ffdb;
  display: inline-block;
  vertical-align: top;
}
.classunder4s {
  padding: 8px;
  margin-right: 16px;
  margin-bottom: 24px;
  font-size: 18px;
  color: #005f8f;
  background-color: #e5f7ff;
  display: inline-block;
  vertical-align: top;
}
.classFamCampTotals {
  padding: 8px;
  margin-right: 16px;
  margin-bottom: 24px;
  font-size: 18px;
  color: #555555;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.park_item,
facility_item {
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden;
  padding: 0px;
  margin-bottom: 4px;
}
.nightTimeSky {
  min-width: 350px;
  padding: 10px;
  background: rgba(6, 16, 122, 1);
  background: -moz-linear-gradient(
    top,
    rgba(6, 16, 122, 1) 0%,
    rgba(6, 16, 122, 1) 64%,
    rgba(192, 39, 230, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(6, 16, 122, 1)),
    color-stop(64%, rgba(6, 16, 122, 1)),
    color-stop(100%, rgba(192, 39, 230, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(6, 16, 122, 1) 0%,
    rgba(6, 16, 122, 1) 64%,
    rgba(192, 39, 230, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(6, 16, 122, 1) 0%,
    rgba(6, 16, 122, 1) 64%,
    rgba(192, 39, 230, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(6, 16, 122, 1) 0%,
    rgba(6, 16, 122, 1) 64%,
    rgba(192, 39, 230, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(6, 16, 122, 1) 0%,
    rgba(6, 16, 122, 1) 64%,
    rgba(192, 39, 230, 1) 100%
  );
}
.mblPlaceBacFade {
  display: block;
  padding: 8px;
  width: 100%;
  height: 100%;
  background: none;
}
.mblPlaceBacFadeAlt {
  background: none;
}

.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}

.dvParkAreaTitle {
  margin-top: 12px;
  display: block;
  font-size: 24px;
  font-weight: 600;
  white-space: normal;
}
.dvParkAreaNotes {
  margin-top: 8px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  white-space: normal;
}
.class_link {
  font-weight: bold;
  color: #04669b;
}
.jdate {
  background-image: url(/assets/images/ico_PUB_calendar.png);
  background-repeat: no-repeat;
  background-position: 12px center;
  display: inline;
  padding: 2px 6px;
  padding-left: 36px;
  vertical-align: middle;
  z-index:999999;
}
.closed_date {
  background: none !important;
  background-color: #aeb0b1 !important;
  padding: 0px !important;
  border: 1px solid #8f8f8f !important;
}
.closed_date > span {
  background: none !important;
  color: white !important;
  opacity: 1 !important;
  border: none !important;
}
.closed_date a {
  background-color: #aeb0b1 !important;
  border-color: #2e2e2e !important;
  color: #ffffff !important;
}
.heavily_booked {
  background: none !important;
  background-color: #ffbd42 !important;
  border: 1px solid #8f8f8f !important;
}
.heavily_booked > a {
  background: none !important;
  color: white !important;
  opacity: 1 !important;
  border: none !important;
}
.lightly_booked {
  background: none !important;
  background-color: #ffe72a !important;
  border: 1px solid #8f8f8f !important;
}
.lightly_booked > a {
  background: none !important;
  color: white !important;
  opacity: 1 !important;
  border: none !important;
}
.buffer {
  background: none !important;
  background-color: #ffadde !important;
}
.heavily_booked a {
  background-color: #ffbd42 !important;
  border-color: #ffbd42 !important;
  color: #000000 !important;
}
.lightly_booked a {
  background-color: #ffe72a !important;
  border-color: #ffe72a !important;
  color: #000000 !important;
}
.scaled250 {
  transform: scale(1.6);
  background-color: white;
  border: 3px solid #ff9900;
}
.scaled80 {
  transform-origin: top center;
  transform: scale(0.8);
}
.scaled50 {
  transform-origin: top center;
  transform: scale(0.5);
}
.origScale {
  transform: scale(1);
}
.verticalCenteredText {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  transform: rotate(90deg);
  text-align: center;
  display: block;
  width: 100%;
}
.floaty-zoom {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 60px;
  background-color: #ffffff;
  width: 55px;
  height: 55px;
  border-radius: 55px;
  border: 1px solid #1785b0;
}

#lic_plate {
  text-transform: uppercase;
  text-align: center;
  width: 4.4em;
  margin: auto;
  border-radius: 0.5em;
  font-family: "arial narrow";
  font-weight: bold;
  font-size: 1.3em;
}
.license_plate_box {
  display: block;
  font-size: 24px;
  text-align: center;
  line-height: normal;
  border: 3px groove #ffffff;
  padding: 8px;
}
.red_asterisk {
  color: #400000;
  vertical-align: super;
}
.arrow_box {
  height: 15px;
  font-size: 11px;
  line-height: 15px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 12px;
  padding-right: 8px;
  max-width: 400px;
  color: #fff;
  background: url("/intranet/images/back_up_level.png");
  margin: 4px;
  cursor: pointer;
}
.thin-open-header {
  font-family: "Open Sans", sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 135%;
  text-align: center;
}
.thin-open-title {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.ui-input-btn {
  font-size: 20px;
  color: #fff;
  width: 90%;
}
.thin-open-info {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

.thin-open-small {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75em;
  font-style: normal;
  font-weight: 200;
  line-height: 135%;
  margin: 0 0 20px;
  text-align: center;
}
.columns_two {
  -ms-column-count: 2;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -ms-column-gap: 10px;
  -webkit-column-gap: 10px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 10px;
  /* Firefox */
  column-gap: 10px;
}
.sidebar {
  position: relative;
  left: 0px;
  top: 0px;
  width: 226px;
  min-height: 100%;
  z-index: 99998;
  background-color: #333333;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.lft_information_col {
  padding: 8px;
  display: block;
  white-space: normal;
}

.data_table TD {
  border-right: 1px groove #fff;
}
TABLE.data_table tr:hover > td {
  background-color: #ffffff;
}
/* Data Table Base ---------------------- */
.data_table tr:last-child {
  border-bottom: 2px solid #85a022;
}
.data_table tr:nth-child(even) {
  background-color: #ffffff;
}
.data_table tr:nth-child(odd) {
  background-color: #d6ebef;
}
/*		Data Table Lite	----------------- */
.data_table_lite TH {
  background-color: #bac397;
}
.data_table_lite tr:last-child {
  border-bottom: 2px solid #bac397;
}
.data_table_lite tr:nth-child(even) {
  background-color: #fafcf3;
}
.data_table_lite tr:nth-child(odd) {
  background-color: #f2f2e0;
}
.footer_box {
  background-color: #a46329;
  float: right;
  z-index: 1;
  display: none;
  width: 100%;
}
.hamburger {
  display: inline-block;
  margin: 4px;
  border: 0px;
}
.subtitle {
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 12px;
}
.mbl_footer {
  background-color: #fff;
  color: #999999;
  display: block;
  width: 100%;
  padding-top: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 66px;
}
.mbl_icons_in_footer {
  height: 28px;
  display: block;
  font-size: 16px;
  line-height: 18px;
}
.mbl_footer_item {
  display: inline-block;
  text-align: center;
  width: 22%;
  font-size: 11px;
}
.mbl_shade_option_btns {
  display: inline-block;
  color: white;
  height: 144px;
  width: 144px;
  margin: 8px;
  vertical-align: middle;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgb(255, 255, 255);
  background-color: #12718f;
}
.mbl_shade_option_btns > img {
  margin: 8px;
  min-height: 66px;
  max-height: 66px;
}
A {
  text-decoration: none;
  color: #006282;
}
A:hover {
  text-decoration: underline;
  color: #006282;
}
.dimmed_1 {
  color: #b7b0a2;
}
.dimmed_2 {
  color: #4d626c;
}
.dimmed_3 {
  color: #567178;
}
FIELDSET {
  border: 1px solid #000000;
  border-radius: 8px;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  color: #005875;
  font-size: 15px;
}
legend {
  font-size: 1.2rem;
  font-weight: bold;
  color: #800000;
}
.frm {
  display: inline;
  padding: 2px 6px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #999999;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
.frmErr {
  font:
    normal 11px Trebuchet MS,
    Arial,
    Verdana,
    Sans-Serif;
  background-color: #ffffcc;
}
.frm[disabled],
.frm[readonly],
fieldset[disabled] l {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.disabled {
  cursor: not-allowed;
  background: none;
  background-color: #eee;
  opacity: 0.4;
}

.frm_manditory {
  display: inline;
  padding: 2px 6px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d57915;
  /* !important;   */
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
.frm_numeric {
  display: inline;
  padding: 2px 6px;
  padding-right: 22px;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
.frm_trans_back {
  vertical-align: middle;
  font-size: 12px;
  color: #555555;
  background-color: transparent;
  border-width: 1px;
  border-style: Solid;
  border-color: #b7b0a2;
  font-family: Verdana;
  text-align: right;
}
.frm_stealth {
  background-color: transparent;
  border: none;
  vertical-align: middle;
}
.frm_xlarge {
  width: 100%;
}
.frm_large {
  width: 75%;
}
.frm_medium {
  width: 50%;
}
.frm-small {
  width: 25%;
}
.frm-xsmall {
  width: 15%;
}
.BigBtn,
.btn {
  font:
    bold 20px Arial,
    Trebuchet MS,
    Verdana,
    Sans-Serif;
  font-weight: bold;
  padding: 0px 18px;
  color: #165603;
  border-radius: 14px;
  border: 1px solid #165603;
  background-color: #fff;
}
.BigBtn:disabled,
.btn:disabled {
  opacity: 0.6; /* Makes the button appear partially transparent */
  cursor: not-allowed; /* Changes the mouse cursor to a "not allowed" symbol */
  background-color: #cccccc; /* Sets a light grey background */
  color: #666666; /* Sets a darker grey text color */
  border-color: #999999; /* Adjusts the border color */
}

.MedBtn:disabled,
.BigBtn:disabled {
  color: #a6c5e2;
  border-radius: 10px;
  border: 1px solid #a6c5e2;
}
.MedBtn {
  font-weight: 600;
  height: 32px;
  padding: 0px 18px;
  color: #165603;
  border-radius: 8px;
  border: 1px solid #165603;
  background-color: #fff;
}
.MedBtn_2ndry {
  width: 102px;
  font-weight: 600;
  height: 36px;
  padding: 0px 18px;
  color: #ffffff;
  border-radius: 8px;
  border: 1px solid #549bab;
  border-color: #006633 #003300 #003300;
  background-color: #712f52;
}
.DimmedBtn {
  background: rgb(0, 153, 204);
  background: linear-gradient(to top, #999999 0, #a0b4c5 100%);
}
.AlphaBtn {
  margin: 12px 0px;
  border-width: 1px;
  border-color: #006633 #003300 #003300;
  background: linear-gradient(to top, #006282 0, #33cccc 100%);
  color: #fff ;
  min-height: 38px;
}
.AltBtn {
  margin: 12px 0px;
  border-width: 1px;
  border-color: #006633 #003300 #003300;
  background: linear-gradient(to top, #6f9d00 0, #9de100 100%);
  color: #fff;
  min-height: 38px;
}

.ErrorBtn {
  margin: 12px 0px;
  border-width: 1px;
  border-color: #006633 #003300 #003300;
  background: #c4204b;
  background: linear-gradient(to top, #991518 0, #ff9900 100%);
  color: #fff;
}
.SmBtn {
  float: right;
  text-transform: uppercase;
  font-size: 9px;
  text-align: center;
  overflow: hidden;
  letter-spacing: 3px;
  line-height: 2px;
  font-weight: 600;
  height: 16px;
  color: #165603;
  border: 1px solid #165603;
  background-color: #fff;
  border-radius: 3px;
  vertical-align: middle;
  margin: 4px;
}
a.SmBtnA {
  text-transform: uppercase;
  font-size: 9px;
  text-align: center;
  color: #fff;
  border: 2px solid #165603;
  background-color: #165603;
  letter-spacing: 3px;
  vertical-align: top;
}
a.SmBtnA:link,
a.SmBtnA:hover,
a.SmBtnA:active {
  text-decoration: none;
  color: #fff;
}
.clear_list_item_top {
  border-top: Thin groove #eae8c8 !important;
}
.clear_list_item_bottom {
  border-bottom: Thin groove #eae8c8 !important;
}
.details_label {
  color: #003366;
  font: bold 13px arial;
  text-align: right;
  white-space: nowrap;
}
.details_value {
  color: #003366;
  font: bold 17px arial;
  text-align: left;
  white-space: nowrap;
}
.TitleWhite {
  color: #ffffff;
  font-family: Arial;
  font-size: 14pt;
  letter-spacing: -1px;
}
.error {
  color: #400000;
  margin: 4px;
  display: block;
}
.valid {
  background: url("/intranet/images/icon-ok.png") no-repeat right center #e3ffe5;
  color: #002f00;
}

.trash {
  background: url("/Intranet/images/btn_sale_delete_can_35.gif") no-repeat
    center center;
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #480000;
}
.bigLabel {
  color: #3366ff;
  font-family: Arial;
  font-weight: bold;
  font-size: 14pt;
}
.pageTitle {
  color: #85a022;
  font-family: Arial;
  font-weight: bold;
  font-size: 17pt;
  letter-spacing: -1;
}
.FilterLabel {
  text-align: center;
  font-weight: bold;
}
.FilterElement {
  text-align: center;
}
.leed_text {
  font:
    normal 14px Trebuchet MS,
    Arial,
    Verdana,
    Sans-Serif;
  font-weight: bold;
  color: #1175a4;
}
.cal_weekday_header {
  text-align: center;
  font:
    normal 10px Arial,
    Trebuchet MS,
    Verdana,
    Sans-Serif;
  text-decoration: none;
  color: #ffffff;
  background: #3f4c10;
}
.cal_blank_day {
  text-align: center;
  font:
    normal 10px Arial,
    Trebuchet MS,
    Verdana,
    Sans-Serif;
  text-decoration: none;
  color: #ffffff;
  background: #e5f1bc;
}
.BlackOut {
  background-color: #ffffff !important;
  color: #aeb0b1 !important;
}
.booked {
  background-color: #b597ac !important;
  color: #000000 !important;
}
.mbl_big_button {
  cursor: pointer;
  height: 110px;
  width: 72px;
  margin-right: 0.2rem;
  padding: 6px;
  border: 1px solid #fff;
  border-radius: 32px;
  background-color: rgba(0, 51, 0, 0.1);
  text-align: center;
}
#big_date_div_dep,
#big_date_div_arr {
  cursor: pointer;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-right: 0.2rem;
  padding: 6px;
  border: 1px solid rgb(255, 255, 255);
  background-color: #12718f;
  border-radius: 16px;
  /*	border:1px solid #FFF;
	background-color:rgba(0, 51, 0, .1);*/
}
#med_date_div_dep,
#med_date_div_arr {
  cursor: pointer;
  display: inline-block;
  height: 90px;
  margin-right: 0.1rem;
  padding: 6px;
  border: 1px solid rgb(255, 255, 255);
  background-color: #12718f;
  border-radius: 16px;
  /*	border:1px solid #FFF;
	background-color:rgba(0, 51, 0, .1);*/
}
.smallPopUp {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 120px;
  background-color: white;
  border: 2px solid #4d626c;
  border-radius: 7px;
  padding: 4px;
  font-size: 16px;
  text-align: left;
}
.small_close_x {
  float: right;
  color: #fff;
  border: 1px solid #fff;
  margin: 6px;
  padding: 0px 3px;
  line-height: 12px;
  height: 15px;
}
.ghost {
  font:
    normal 28px "Open Sans",
    Arial,
    sans-serif;
  font-style: italic;
  /*	letter-spacing:0;*/
  color: #fff;
  display: inline-block;
}
.ghosted_fat_title {
  font-family: Geneva, Tahoma, Verdana, sans-serif;
  letter-spacing: -1px;
  line-height: normal;
  font-weight: 600;
  font-size: 50px;
  font-style: italic;
  color: rgba(55, 77, 15, 0.5);
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
.ghosted_fat_title_desktop {
  font-family: Geneva, Tahoma, Verdana, sans-serif;
  letter-spacing: -1px;
  line-height: normal;
  font-weight: 600;
  font-size: 50px;
  font-style: italic;
  color: rgba(55, 77, 15, 0.5);
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
.ghost_title {
  font-family: Geneva, Tahoma, Verdana, sans-serif;
  letter-spacing: -1px;
  font-size: 28px;
}
.ghost_title_med,
caption {
  font-family: Geneva, Tahoma, Verdana, sans-serif;
  text-align: left;
  font-size: 18px;
}
.ghost_title_sm {
  font-family: Geneva, Tahoma, Verdana, sans-serif;
  font-size: 14px;
}
caption {
  color: #165603;
}
.capitalize {
  text-transform: capitalize;
}
.slide-down {
  overflow-y: hidden;
  max-height: 200px;
  /* approximate max height */
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.td_label_right {
  text-align: left;
  font-size: 12px;
  vertical-align: middle;
  text-transform: capitalize;
  padding-left: 6px;
}
.td_label,
.td_label_manditory {
  min-width: 140px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  text-transform: capitalize;
  float: right;
  color: #660000;
}
.fld_label_simple {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-transform: capitalize;
  font-weight: bold;
  color: #005c7a;
}
.fld_label,
.exp_fld_label {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  white-space: normal;
  text-transform: capitalize;
  font-weight: bold;
  color: #005c7a;
}
.fld_label_wide,
.exp_fld_label_wide {
  width: 285px;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  white-space: normal;
  text-transform: capitalize;
  font-weight: bold;
}
.fld_label_right,
.exp_fld_label_right {
  display: inline-block;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  text-transform: capitalize;
  padding-left: 6px;
}
.fld_label:after,
.fld_label_wide:after,
.td_label:after,
.exp_fld_label:after {
  content: ": ";
  padding-right: 10px;
}
.fld_label_manditory,
.exp_fld_label_manditory {
  /*	width:160px;
	text-align:right;*/
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-transform: capitalize;
  font-weight: bold;
}
.fld_label_manditory:after,
.td_label_manditory:after,
.exp_fld_label_manditory:after {
  content: " *";
  padding-right: 4px;
  color: #400000;
}
.fld_entry,
.exp_fld_entry {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  color: #005c7a;
}
.SelectedBlock {
  background: rgb(0, 212, 255);
  background: linear-gradient(
    90deg,
    rgba(0, 212, 255, 1) 0%,
    rgba(143, 236, 255, 1) 50%
  );
}
.SelectedLabel {
  font-weight: bold;
  color: #400000;
  text-align: center;
}
.BlkOfTime {
  position: absolute;
  margin: 0px;
  vertical-align: middle;
  width: 44px;
  height: 15px;
  border: 1px solid gray;
  border-bottom: 0;
  text-align: center;
  display: inline-block;
      color: white;
    background-color: green;
    border: 2px solid yellowgreen;
}
.BlkOfTimeGroup {
  height: 15px;
}
.LablOfTime {
  font-size: 10px;
  margin-left: 50px;
  line-height: 1px;
  vertical-align: middle;
  display: inline-block;
  height: 15px;
  width: 55px;
  color: #a2a2a2;
}
.highlight {
  background-color: #ffd88f;
  color: #660000;
}
.LableHighlight {
  color: #1785b0;
  font-weight: bold;
  /*  background: #C1E3A2 url(/assets/images/ui-bg_glass_100_d7ebf9_1x400.png) 50% 50% repeat-x; */
}
.grid_box {
  padding: 4px;
  background-color: #f2ffe7;
  color: #374d0f;
  display: inline-block;
  position: absolute;
  right: 236px;
  top: 77px;
  border-radius: 18px 0px 18px 18px;
  -webkit-box-shadow: inset -9px 0px 19px -1px rgba(35, 51, 23, 0.52);
  box-shadow: inset -9px 0px 19px -1px rgba(35, 51, 23, 0.52);
  z-index: 199999;
}
.pub_grid {
  position: relative;
  display: block;
  z-index: 0;
  width: 180px;
  height: 394px;
}
.res_bar {
  position: absolute;
  top: 0px;
  width: 42px;
  background-color: #ff9900;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 9px;
  display: flex;
  align-items: center;
}
.event_conflict_bar {
  position: absolute;
  top: 0px;
  width: 42px;
  padding: 0px;
  margin: 0px;
  background-image: linear-gradient(
    30deg,
    #808080 25%,
    #b8b8b8 25%,
    #b8b8b8 50%,
    #808080 50%,
    #808080 75%,
    #b8b8b8 75%,
    #b8b8b8 100%
  );
  background-size: 80px 46.19px;
  text-align: center;
  font-size: 10px;
}
.noise_conflict_bar {
  position: absolute;
  top: 0px;
  width: 42px;
  padding: 0px;
  margin: 0px;
  background-image: linear-gradient(
    30deg,
    #808080 25%,
    #b8b8b8 25%,
    #b8b8b8 50%,
    #808080 50%,
    #808080 75%,
    #b8b8b8 75%,
    #b8b8b8 100%
  );
  background-size: 80px 46.19px;
  text-align: center;
  font-size: 10px;
}
.grayed_bar {
  position: absolute;
  background-color: #a0b4c5;
  padding: 0px;
  margin: 0px;
  font-size: 3px;
  /* IE */
  opacity: 0.6;
  /* Safari, Opera */
  -moz-opacity: 0.6;
  /* FireFox */
}
.dark_grayed_bar {
  position: absolute;
  background-color: #a0b4c5;
  padding: 0px;
  margin: 0px;
  font-size: 3px;

}
.mousetrail_A {
  height: 36px;
  width: 160px;
  font-size: 15px;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  max-width: 400px;
  color: #9e9e9e;
  background: url("/assets/images/mousetrail_A.png");
  background-position: right center;
  cursor: pointer;
  margin: 0px;
}
.mousetrail_B {
  height: 36px;
  width: 160px;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  max-width: 400px;
  color: #3d6308;
  background: url("/assets/images/mousetrail_B.png");
  background-position: right center;
  cursor: pointer;
  margin: 0px;
}
.mousetrail_B_end {
  height: 36px;
  width: 160px;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  max-width: 400px;
  color: #3d6308;
  background: url("/assets/images/mousetrail_B_end.png");
  background-position: right center;
  cursor: pointer;
  margin: 0px;
}
.mousetrail_A_end {
  height: 36px;
  width: 160px;
  font-size: 15px;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  max-width: 400px;
  color: #adadad;
  background: url("/assets/images/mousetrail_A_end.png");
  background-position: right center;
  cursor: pointer;
  margin: 0px;
}
.mousetrail_A_ON {
  height: 36px;
  width: 160px;
  font-size: 15px;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  max-width: 400px;
  color: #9e9e9e;
  background: url("/assets/images/mousetrail_A_ON.png");
  background-position: right center;
  cursor: pointer;
  margin: 0px;
}
.none_found {
  display: block;
  padding: 40px;
  font-size: 1rem;
}
.minor_text_blue {
  font-weight: bold;
  color: #037dc8;
  letter-spacing: normal;
}
.minor_text_maroon {
  font-weight: bold;
  color: #732626;
  letter-spacing: normal;
}
.minor_info {
  font-size: 10px;
  line-height: 11px;
  letter-spacing: normal;
  display: block;
  color: #333333;
}
.status_deleted,
.panel-cart-item.status_deleted {
  background: #ccb7c6;
}
tr.status_deleted:nth-child(even) {
  background-color: #ccb7c6;
}
tr.status_deleted:nth-child(odd) {
  background-color: #b597ac;
}
/* STATUS Classes ================================================== */
/*  Usage: replace(lcase(RS("status"))," ","_") */

.status_highlighted {
  background-color: #c3f5b3;
}
tr.status_highlighted:nth-child(even) {
  background-color: #c3f5b3;
}
tr.status_highlighted:nth-child(odd) {
  background-color: #d8f9cd;
}

.status_warning {
  background-color: #c3f5b3;
}
tr.status_warning:nth-child(even) {
  background-color: #c3f5b3;
}
tr.status_warning:nth-child(odd) {
  background-color: #d8f9cd;
}

.status_confirmed,
.status_approved {
  background-color: #c3f5b3;
}
tr.status_confirmed:nth-child(even),
tr.status_approved:nth-child(even) {
  background-color: #c3f5b3;
}
tr.status_confirmed:nth-child(odd),
tr.status_approved:nth-child(odd) {
  background-color: #d8f9cd;
}

.status_buffer {
  background-color: rgba(176, 186, 138, 0.5);
}
tr.status_buffer:nth-child(even) {
  background-color: rgba(176, 186, 138, 0.5);
}
tr.status_buffer:nth-child(odd) {
  background-color: rgba(176, 186, 138, 0.3);
}

.status_pending {
  background-color: #e6a5d7;
}
tr.status_pending:nth-child(even) {
  background-color: #e6a5d7;
}
tr.status_pending:nth-child(odd) {
  background-color: #f0c7e6;
}

.status_pending_approval {
  background-color: #d463ba;
}
tr.status_pending_approval:nth-child(even) {
  background-color: #d463ba;
}
tr.status_pending_approval:nth-child(odd) {
  background-color: #de82c7;
}

.status_changed {
  background-color: #f4c12a;
}
tr.status_changed:nth-child(even) {
  background-color: #f4c12a;
}
tr.status_changed:nth-child(odd) {
  background-color: #f7d56e;
}

.status_rescheduled,
.status_changed {
  background-color: #ffff8a;
}
tr.status_rescheduled:nth-child(even),
tr.status_changed:nth-child(even) {
  background-color: #ffff8a;
}
tr.status_rescheduled:nth-child(odd),
tr.status_changed:nth-child(odd) {
  background-color: #ffff33;
}

.status_cancelled,
.status_closed,
.status_declined {
  background-color: #e6e6e6;
}
tr.status_cancelled:nth-child(even) {
  background-color: #e6e6e6;
}
tr.status_cancelled:nth-child(odd) {
  background-color: #cccccc;
}

.status_inactive {
  background-color: #e6a5d7;
  text-decoration: line-through;
}
tr.status_inactive:nth-child(even) {
  background-color: #e6a5d7;
  text-decoration: line-through;
}
tr.status_inactive:nth-child(odd) {
  background-color: #f0c7e6;
  text-decoration: line-through;
}

.status_offline {
  color: #5a1093;
  background: #f2f8fc url("/intranet/images/brickwall_trans.png");
}
tr.status_offline:nth-child(even) {
  color: #5a1093;
}
tr.status_offline:nth-child(odd) {
  color: #5a1093;
}

.status_withdrew {
  background-color: #6cdce6;
}
tr.status_withdrew:nth-child(even) {
  background-color: #6cdce6;
}
tr.status_withdrew:nth-child(odd) {
  background-color: #9be7ee;
}

.status_request {
  background-color: #3399ff;
  color: #ffffff;
}
tr.status_request:nth-child(even) {
  background-color: #3399ff;
  color: #ffffff;
}
tr.status_request:nth-child(odd) {
  background-color: #66b2ff;
  color: #ffffff;
}

.ui-tooltip {
  background: none;
  background-color: white;
  color: #666;
  z-index: 999999;
  opacity: 1;
}
.back_link {
  margin: 12px;
  margin-top: 0;
  display: block;
  cursor: pointer;
}
.twentyfiftyCent {
  zoom: 0.25;
  -moz-transform: scale(0.25);
}
.fourtyCent {
  zoom: 0.4;
  -moz-transform: scale(0.4);
}
.fiftyCent {
  zoom: 0.5;
  -moz-transform: scale(0.5);
}
.sixtyCent {
  zoom: 0.6;
  -moz-transform: scale(0.6);
}
.eightyCent {
  zoom: 0.8;
  -moz-transform: scale(0.8);
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a9bec7;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9bec7;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #a9bec7;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #a9bec7;
}
.thumbnail_H {
  width: 150px;
  position: relative;
  top: -10px;
  left: -10px;
  z-index: 999;
}
.thumbnail_V {
  height: 110px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.thumbnail_SM {
  height: 87px;
}
.small_info {
  font-size: 10px;
  display: block;
}
.retrnIndent30 {
  display: block;
  padding-left: 30px;
}
/*.grid-reservation > [class*='col-'] {float: left;}   */
[class*="col-"] {
  float: left;
}
.col-20 {
  width: 20%;
}
.col-25 {
  width: 25%;
}
.col-33 {
  width: 33%;
}
.col-40 {
  width: 40%;
}
.col-50 {
  width: 50%;
}
.col-60 {
  width: 60%;
}
.col-75 {
  width: 75%;
}
.col-100 {
  width: 100%;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.gutter-4 {
  padding-right: 4px;
}
.gutter,
.gutter-8 {
  padding-right: 8px;
}
.gutter-10 {
  padding-right: 10px;
}
.gutter-12 {
  padding-right: 12px;
}
.reservation-select {
  margin: 12px 0px;
  width: 215px;
  text-align: center;
}
.reservation-input {
  width: 87px;
  background-repeat: no-repeat;
  background-position: 12px center;
  padding-left: 36px;
  margin-bottom: 18px;
}
.reservation-helper-text {
  color: #69383f;
  font-size: 13px;
  line-height: 9px;
  display: block;
  text-align: center;
  padding: 4px;
}
.grid-reservation:after {
  content: "";
  display: table;
  clear: both;
}
.grid-widget {
  padding: 5px;
  margin: 8px;
}
.grid-button {
  width: 100%;
}
.grid-div-button {
  border: 3px solid #ff0000;
  border-radius: 20px;
  display: block;
  margin: 24px 0;
  padding: 6px;
}

.photOverLayIcon {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 36px;
  height: 36px;
  display: block;
  z-index: 999999;
}
.mbl_photOverLayIcon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 36px;
  height: 36px;
  display: block;
  z-index: 1000;
}
.block_mbl_filter_div {
  width: 100%;
}
.MBLviewClass {
  position: absolute;
  right: 10px;
  top: 4px;
}
.mblMapSmallCircle {
  position: absolute;
  top: -55px;
  left: -35px;
  width: 70px;
  height: 70px;
  border-radius: 45px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.mblMapFullSize {
  position: fixed;
  top: 30px;
  left: 0px;
  width: 100%;
  height: 400px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.mblMapCircleIcon {
  display: block;
  color: #000000;
  position: absolute;
  top: -1.2em;
  left: 10px;
  font-size: 3.5em;
  z-index: 999999;
}

h1 {
  font-size: 28px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
.ui-widget-content h1,
.ui-widget-content h2,
.ui-widget-content h3 {
  line-height: normal;
}
.map-info-window {
  margin-bottom: 5px;
}
.text-red {
  color: #991518;
}
.text-dgreen {
  color: #455907;
}

.txt_highlight {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}
small {
  font-size: 11px;
  font-weight: normal;
}
.text-center {
  text-align: center;
}

.ui-widget-content,
.content {
  margin-bottom: 8px;
  padding: 8px;
}
.ui-widget-content-red {
  color: #fff;
  background: none;
  background-color: #991518;
  border: 1px solid #cc7475;
}
.ui-widget-content-red h1,
.ui-widget-content-red h2,
.ui-widget-content-red h3 {
  color: #fff;
}
.ui-widget-content-msg-red {
  color: #991518;
  border: 1px solid #991518;
  max-width: 92%;
}
/* Data List Styles*/
dl {
  margin-bottom: 10px;
}
dl dt {
  float: left;
  overflow: hidden;
  font-weight: bold;
  margin-right: 10px;
  text-align: right;
  width: 115px;
}
dl dd {
  overflow: auto;
  margin: 2px 0;
}
dl dt.text-small,
dl dd.text-small {
  font-size: 12px;
  margin-top: -7px;
}
dl dt.text-large,
dl dd.text-large {
  font-size: 24px;
  overflow: hidden;
}
.filter-header {
  cursor: pointer;
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
}
.expand-o-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#tabs {
  border: none;
  background: none;
  margin: 0px;
}
.tabsblue {
  border: 1px solid #1175a4;
  background: none;
  background-color: #ffffff;
  margin: 0px;
}
#tabs-1 {
  border: none;
}
.ui-widget-header {
  border: none;
  padding: 0px;
}
.ui-tab,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  border: 1px solid #1175a4;
  /*	border-radius:6px 6px 0px 0px !important;  */
  border-bottom: none;
  background: #ffffff;
  /*#C1E3A2 url("/assets/images/ui-bg_glass_100_d7ebf9_1x400.png") 50% 50% repeat-x; */
  font-weight: bold;
  color: #80addb;
}
.ui-tab,
.ui-state-active,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  border: 1px solid #1175a4;
  /*	background: #3baae3 url("/assets/images/ui-bg_glass_50_3baae3_1x400.png") 50% 50% repeat-x;*/
  background: none;
  background-color: #ffffff;
  border-bottom: none;
  border-radius: 6px 6px 0px 0px;
  font-weight: bold;
  color: #1175a4;
}
.btn_previous,
.btn_next {
  border: 1px solid #597a1f;
  color: #000000;
  border-radius: 8px;
  padding: 0px 6px;
  vertical-align: middle;
  font-size: 13px;
  cursor: pointer;
}
.tiny {
  font-size: 9px;
}
.panel-cart {
  color: black;
}
.site_in_cart {
  border: 5px solid blue;
}
.interesting {
  color: #006282;
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
}
.oblique {
  font-style: oblique;
}
.dept_top_info_msgbx {
  display: inline-block;
  color: #006b8f;
  padding: 12px;
}
.fa,
.fas,
.far {
  /* Font Awesome */
  color: #006282;
  font-size: 18px;
}
.site-utilities {
  color: #fff;
  font-weight: 600;
  padding: 4px 0;
  text-align: right;
  background: -webkit-linear-gradient(
    left,
    rgba(30, 56, 26, 0) 0%,
    rgba(30, 56, 26, 0.6) 11%,
    rgba(30, 56, 26, 0.6) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(30, 56, 26, 0) 0%,
    rgba(30, 56, 26, 0.6) 11%,
    rgba(30, 56, 26, 0.6) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(25, 59, 117, 0) 0%,
    rgba(30, 56, 26, 0.6) 11%,
    rgba(30, 56, 26, 0.6) 100%
  );
}
/*------------------------------------
#Header Widgets
------------------------------------*/
.header-widgets {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: rgba(30, 56, 26, 0.6);
}
.header-widget-item {
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.header-widgets .header-widget-item:last-child {
  border-right: none;
}
.header-widget-weather {
  padding-top: 20px;
  text-transform: uppercase;
}
.header-widget-donations a {
  color: #fff;
  font-size: 20px;
  text-shadow: none;
  text-decoration: none;
}
.header-widget-donations .icon-heart {
  color: #d3e845;
  font-size: 30px;
  display: inline-block;
}
.header-widget-donations .widget-text {
  font-size: 13px;
  line-height: 1;
}
.header-widget-shop .widget-img {
  display: inline-block;
  vertical-align: middle;
}
.header-widget-shop .widget-text {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 60px;
  line-height: 1;
  vertical-align: middle;
}
/*------------------------------------
# Icons
------------------------------------*/
.inline-icon {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  cursor: pointer;
}
.inline-icon-img {
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}
.inline-icon-text {
  font-size: 12px;
  display: inline-block;
}
/*------------------------------------
# Main Navigation
------------------------------------*/
.main-navigation {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  display: none;
  width: 100%;
}
.main-navigation.active {
  display: block;
}
.main-navigation > li {
  display: block;
  text-align: center;
}
.main-navigation > li > a {
  display: block;
  padding: 10px 0;
  margin: 0;
  text-decoration: none;
}
.reservation-helper-text {
  line-height: 12px;
}
.nowrap {
  white-space: nowrap;
}
.block {
  display: block;
}

.top {
  vertical-align: top;
}

.selectedCalendarCell {
  outline: 2px solid #88deff;
  border-collapse: collapse;
  box-sizing: border-box;
}
.selectedCalendarCell > a {
  background-image: none !important;
  background-color: #ffffff !important;
}
.img-wrapper {
  margin: auto;
  width: 100%;
}
.img-wrapper img {
  width: 100%;
  height: auto;
}
/* Expansion Fields*/
.expansionfieldblock {
  margin-bottom: 8px;
}
.expansionfieldlabel {
  display: block;  
  font-size: 13px;
}
.expansionfieldblock > label,

.expansionfieldblock > span > label,

.expansionfieldradio {
  margin-right: 8px;
}
.expansionfieldradio > input {
  margin: 0px;
}
.ui-active {
  background: #fdd85e;
  border: 1px solid #ff9900;
}
.ui-datepicker-inline {
  width: 100%;
}
.ui-camava-content {
  background: none;
  background-color: #c1e3a2;
  max-width: 250px;
}
.closed_date .ui-state-default,
.heavily_booked,
.ui-state-default,
.lightly_booked,
.ui-state-default {
  background: none;
}

.ani-softBlue-red-softBlue {
  animation: softBlue-red-softBlue 1s;
}
.BigOutlineBlue {
  fill: rgb(173, 173, 173);
  stroke: rgb(110, 204, 221);
  stroke-width: 2;
  font-size: 160px;
  line-height: normal;
}
.mblBigQuestions {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -2px;
  margin: 50px auto;
  margin-bottom: 10px;
  text-align: center;
  color: #000000;
}
.DarkReversedBack {
  background-color: #063a44;
  color: white;
}
.ticket_border {
  padding: 12px;
  border: 2px solid black;
  border-radius: 9px;
}
/*

@keyframes softBlue-red-softBlue{
0% {
background: #5ABDEB;
}
100% {
background: #FFFFFF;
}
}

*/
.site-utilities {
  width: 600px;
  position: absolute;
  z-index: 50;
  top: 8px;
  right: 0;
}

.mbl-ghost_title,

.main-navigation {
  display: block;
}
.main-navigation > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
.main-navigation-wrap .navbar-toggle {
  display: none;
}

.faq_title,
.faq_body {
  color: white !important;
}
.faq_container h1 {
  color: white !important;
}
.wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99998;
}


#nav-toggle span {
  position: absolute;
  right: 0px;
  top: 26px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 33px;
  background: white;
  position: absolute;
  display: block;
  content: "";
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
.HideMenu {
  display: none;
}
.menuDiv {
  height: 10px;
  vertical-align: middle;
  float: right;
  z-index: 9999999;
  text-align: right;
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  input {
    border: 0;
  }
  .ticket_border {
    break-inside: avoid;
  }
}
.hide {
  display: none;
}

.size-14px {
  font-size: 14px;
}

.size-18px {
  font-size: 18px;
}

.size-22px {
  font-size: 22px;
}

.size-36px {
  font-size: 36px;
}

.size-18px {
  font-size: 18px;
}

.w75p {
  width: 75px;
}
.right {
  text-align: right;
}
.FltRight {
  float: right;
}
.inline {
  display: inline-block;
}
.hidden {
  visibility: hidden;
}
.clear {
  clear: both;
}
.middle {
  vertical-align: middle;
}
.ui-dialog {
  z-index: 1000000;
}
