/* This fixes buttons not centering and going past the div area */
.center-expo-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
input[type="submit"], button, input[type="button"], input[type="reset"] {
  float: none;
}
table.twb {
  width: 100%;
}
table.twb th, table.twb td {
  border: 1px solid black;
  padding: 5px;
}
#ppcheckoutbtn {
  width: 171px;
  height: 47px;
  background-image: url("Images/paypalBuyNow.gif");
}
.twb { border-collapse: collapse; }
table.twb th {
  text-align: center;
  font-weight: bold;
}
/* This fixes the nav tabs having padding */
.nav-tabs > li {
  padding-bottom: 0px;
}
.checkbox label .toggle, .checkbox-inline .toggle {
  margin-left: 0px !important;
}
.checkbox label, .radio label {
  padding-left: 0px !important;
}
.toggle {
  margin-right: 15px;
  margin-bottom: 10px;
}
#maintenanceEnabled {
  padding: 25px;
  border: 3px solid red;
  font-weight: bold;
  text-align: center;
  margin: 25px 0;
  color: red;
}
.expoSponsorScroll {
	position: absolute;
  width: 100%;
  left: 0;
  z-index: 999;
}
/* Sets up our marquee, and inner content */
.expoSponsorMarquee {
  overflow: hidden;
  position: relative;
  padding-left: 100%;
  /* Some browsers may require -webkit-animation */
  animation: reduce 30s linear infinite;
  -moz-animation: reduce 30s linear infinite;
  -webkit-animation: reduce 30s linear infinite;
}

.expoSponsorMarquee__inner {
  white-space: nowrap;
  display: inline-block;
  /* Some browsers may require -webkit-animation */
  animation: scroll 30s linear infinite;
  -moz-animation: scroll 30s linear infinite;
  -webkit-animation: scroll 30s linear infinite;
}
.expoSponsorMarquee__inner:hover, .expoSponsorMarquee:hover {
	animation-play-state: paused !important;
	-moz-animation-play-state: paused !important;
	-webkit-animation-play-state: paused !important;
}

/* Creates two white-to-transparent gradients at the ends of the marquee */
.expoSponsorMarquee::before,
.expoSponsorMarquee::after {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 50px;
  height: 100%;
  content: "";
  display: block;
}

.expoSponsorMarquee::after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.expoSponsorMarqueeImage {
	margin: 0 5px;
	cursor: pointer;
}
.expo-sponsor-box-type {
  border: 5px solid black !important;
}
.expo-hr {
  margin-top: 2px !important;
  border: none;
  height: 2px;
  color: #88ad44;
  background-color: #88ad44 !important;
  margin-bottom: 7px !important;
}
.header-large {
  min-height: 26px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding-top: 3px;
  padding-bottom: 3px;
}
.text-dgreen {
  color: #659b00;
}
@keyframes reduce {
  to {
    padding-left: 0;
  }
}

@keyframes scroll {
  to {
    transform: translateX( -100%);
  }
}
/*This styles the popup for leaflet*/
.leaflet-popup-content {
  max-height: 250px;
  overflow-y: auto;
  min-width: 180px;
  min-height: 100px;
}
.leaflet-container a.leaflet-popup-close-button {
  font: 30px/30px Tahoma, Verdana, sans-serif !important;
  color: black !important;
  padding: 4px 21px 0 0 !important;
}
/*This styles under the map area including advanced options box*/
.filter-letter {
  padding: 5px;
  margin: 5px;
  border: 1px solid black;
  display: inline-block;
  font-weight: bold;
}
#filter-letter-selected {
  background-color: gray;
  color: white;
}
.filter-letter:hover {
  background-color: lightgray;
  cursor: pointer;
}
.labeled-box {
  position: relative;
  background: white;
  border: 1px solid grey;
  width: 100%;
  padding: 25px 15px 5px 15px;
}
.labeled-box-label {
  background: inherit;
  padding: 0 5px;
  position: absolute;
  left: 15px;
  top: -15px;
  font-weight: bold;
  font-size: 20px;
}
.boothInfo {
  border: 3px solid green;
  padding: 15px;
  margin: 15px 0px;
}
.boothNumName {
  font-size: 36px;
  margin-bottom: 15px;
}
.boothNumName a, .boothNumName a:hover, .boothNumName a:visited {
  color: #88ad44;
}
.IndustryDescBox {
  border: 1px solid black;
  float: left;
  padding-right: 5px;
  margin: 5px;
}
#boothCount {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin: 10px 0;
}
/* Modal & Button Classes */
.expo-modal-xl {
  width: 85%;
}
.expo-modal-screen {
  width: 95%;
}
.expo-modal-screen-h {
  max-height: calc(100vh - 200px);
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.btn-no-margin {
  margin: 0px;
}
/* Radio buttons */
.radio-container {
  display: inline;
}
.radio-container-hide{
  display: none;
}
.radio-container label {
  position: relative;
  margin-left: 80px;
}
.radio-container span::before,
.radio-container span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.radio-container span.radio:hover {
  cursor: pointer;
}
.radio-container span.radio::before {
  left: -52px;
  width: 45px;
  height: 25px;
  background-color: #A8AAC1;
  border-radius: 50px;
}
.radio-container span.radio::after {
  left: -49px;
  width: 17px;
  height: 17px;
  border-radius: 10px;
  background-color: #6C788A;
  transition: left .25s, background-color .25s;
}
input[type="radio"]:checked + label span.radio::after {
  left: -27px;
  background-color: #EBFF43;
}
/* Booth Registrations */
.booth-remove {
  font-weight: bold;
  border: 2px solid black;
  padding: 4px 8px;
  color: red;
  cursor: pointer;
}
.booth-group {
  padding-top: 5px;
}
/* Badge Registrations */
.badge-registration-box {
  border: 3px solid gray;
  padding: 15px;
  margin: 5px;
}
.badge-remove, .booth-payment-remove {
  font-weight: bold;
  border: 2px solid black;
  float: right;
  padding: 2px 5px;
  color: red;
  cursor: pointer;
}
.badge-header {
  float: left;
  font-size: 20px;
  font-weight: bold;
}
.badge-header-bb {
  clear: both;
  border-bottom: 2px solid black;
}
.form-error-box {
  border: 1px solid red;
  padding: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  border-radius: 5px;
}
.my-expo-holder {
  border: 5px solid black;
  padding: 15px;
  margin: 20px 5px;
  background: #eee;
}
.my-expo-holder>h1 {
  text-align: center;
  border-bottom: 5px solid black;
  cursor: pointer;
}
.my-expo-box {
  border: 1px solid #999;
  background: white;
  padding: 10px;
  margin-bottom: 10px;
}
.my-expo-box>h3 {
  margin-bottom: 15px;
  text-align: center;
  margin-top: 0;
}
.toggle-hide-close {
  cursor: pointer;
}