@charset "UTF-8";
/** Generated by FG **/
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir/Avenir.eot");
  src: local("☺"), url("../fonts/avenir/Avenir.woff") format("woff"), url("../fonts/avenir/Avenir.ttf") format("truetype"), url("../fonts/avenir/Avenir.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: white;
  background: #042929 url(../images/body-bg.jpg) no-repeat center center/cover;
}
body #appWrapper {
  width: 100%;
  float: left;
}
body.hideFooter .footer {
  display: none !important;
}

a {
  color: white;
  text-decoration: none;
}
a:active, a:focus, a:hover {
  color: white;
}
a[disabled] {
  pointer-events: none;
  cursor: default;
}

.btn-green {
  color: white;
  background-color: #21a76b;
}
.btn-green:hover {
  color: white;
  background-color: #042929;
}

.form-group {
  position: relative;
}

.fldMsg {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 4px 4px 0 0;
}

.form-control {
  color: white;
}
.form-control[readonly], .form-control:focus {
  background-color: transparent;
  color: white;
}

main {
  width: 100%;
  float: left;
  margin: 110px 0 40px;
  height: -moz-calc(100vh - 150px);
  height: -webkit-calc(100vh - 150px);
  height: calc(100vh - 150px);
  overflow-y: auto;
}
@media (max-width: 767px) {
  main {
    margin: 60px 0 40px;
    height: -moz-calc(100vh - 100px);
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
  }
}

[class*=section-] {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.ui-timepicker-div .ui-slider {
  margin: 10px;
}

.ui-autocomplete.ui-menu {
  max-height: 400px;
  overflow-y: auto;
}

.mainLoginRow {
  height: 100vh;
}
.mainLoginRow .siteLogo {
  display: inline-block;
  max-width: 150px;
  padding: 40px 0 0;
}
.mainLoginRow .siteLogo a {
  display: block;
}
.mainLoginRow .siteLogo a img {
  width: 100%;
}
.mainLoginRow .landingFormBox {
  padding: 0;
}
.mainLoginRow .landingFormBox .alert {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}
.mainLoginRow .formTitle {
  display: block;
  font-size: 44px;
  text-align: center;
  color: white;
  font-weight: 100;
}
.mainLoginRow .formGroup {
  min-height: calc(100vh - 175px);
}
.mainLoginRow .slideBtnBox {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.mainLoginRow .slideBtnBox .btn {
  border-radius: 0;
  background-color: rgba(4, 41, 41, 0.9);
  color: white;
}
.mainLoginRow .slideBtnBox .btn + .btn {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
.mainLoginRow .slideBtnBox .btn:focus {
  box-shadow: none;
}
.mainLoginRow .form-control {
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  font-weight: 100;
  color: white;
}
.mainLoginRow .form-control::-webkit-input-placeholder {
  color: white;
}
.mainLoginRow .form-control:-moz-placeholder {
  color: white;
}
.mainLoginRow .form-control::-moz-placeholder {
  color: white;
}
.mainLoginRow .form-control:-ms-input-placeholder {
  color: white;
}
.mainLoginRow .form-control::-ms-input-placeholder {
  color: white;
}
.mainLoginRow .form-control::placeholder {
  color: white;
}
.mainLoginRow .form-control:focus, .mainLoginRow .form-control:active {
  box-shadow: none;
}
.mainLoginRow .input-group .input-group-text {
  border-radius: 0;
  background-color: transparent;
  color: white;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  padding-left: 0;
}
.mainLoginRow .lblRemember {
  color: white;
  text-transform: uppercase;
  display: inline-block;
}
.mainLoginRow .btnLogin {
  border-radius: 0;
  background-color: rgba(4, 41, 41, 0.6);
  color: #fff;
}
.mainLoginRow #activeSlide-1 .slideBtnBox,
.mainLoginRow #activeSlide-2 .slideBtnBox {
  bottom: 0;
}
.mainLoginRow #activeSlide-0 .slideBtnBox .btnResetPassword,
.mainLoginRow #activeSlide-1 .slideBtnBox .btnResetPassword {
  display: none;
}
.mainLoginRow #activeSlide-2 .slideBtnBox .btnSignup {
  display: none;
}
@media (max-width: 767px) {
  .mainLoginRow .siteLogo {
    max-width: 110px;
  }
  .mainLoginRow .formTitle {
    font-size: 28px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.headerWrapper {
  width: 100%;
  height: 110px;
  padding: 0 15px;
}
.headerWrapper [class*=btnPush-] {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  line-height: 50px;
}
.headerWrapper [class*=btnPush-] > .fa {
  font-size: 30px;
}
.headerWrapper [class*=btnPush-][disabled] {
  pointer-events: none;
  cursor: default;
  color: transparent;
}
.headerWrapper .siteLogo,
.headerWrapper .currentPage {
  display: inline-block;
  width: 100px;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.headerWrapper .siteLogo a,
.headerWrapper .currentPage a {
  display: block;
}
.headerWrapper .siteLogo a img,
.headerWrapper .currentPage a img {
  width: 100%;
}
.headerWrapper .currentPage {
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  text-align: center;
}
.headerWrapper .rightTab {
  width: 84px;
}

.burgerMenu {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 46px;
  color: white;
  line-height: 40px;
  height: 40px;
  background: url(../images/icons/icon-menu.png) no-repeat center left/auto 95%;
  z-index: 100;
}
.burgerMenu:hover {
  color: white;
  text-decoration: none;
}
.burgerMenu + .siteLogo {
  margin-left: -44px;
}

@media (max-width: 767px) {
  .headerWrapper {
    height: 60px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .headerWrapper .siteLogo {
    width: 60px;
  }
  .headerWrapper .currentPage {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .headerWrapper .burgerMenu {
    height: 30px;
    line-height: 30px;
    padding-left: 36px;
    margin-left: 15px;
  }
}
.mainNavigation {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  overflow: hidden;
  z-index: -1;
}

.mainNavBox {
  width: 280px;
  height: -moz-calc(100vh);
  height: -webkit-calc(100vh);
  height: calc(100vh);
  max-height: -moz-calc(100vh);
  max-height: -webkit-calc(100vh);
  max-height: calc(100vh);
  float: left;
  margin: 0;
  padding: 80px 0 0 15px;
  position: relative;
  left: -100%;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mainNavList {
  width: 100%;
  float: left;
  margin: 0 0 0 5px;
  padding: 40px 20px;
  list-style: none;
  box-sizing: border-box;
  position: relative;
}
.mainNavList::before {
  content: " ";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0.4) 70%, transparent 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0.4) 70%, transparent 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0.4) 70%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent", endColorstr="transparent",GradientType=0 );
}
.mainNavList > li {
  margin: 15px 0 0;
}
.mainNavList > li:first-child {
  margin-top: 0;
}
.mainNavList > li > a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.mainNavList > li > a::before {
  content: " ";
  width: 10px;
  height: 10px;
  background-color: #A0AFBA;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 50%;
  margin: -5px 0 0;
}

.loggedUserBox {
  text-align: center;
  color: white;
  padding: 0 0 30px;
}
.loggedUserBox .avatar {
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid white;
  position: relative;
  overflow: hidden;
}
.loggedUserBox .avatar a {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loggedUserBox .avatar a img {
  width: 105%;
}
.loggedUserBox .title {
  margin: 5px 0 15px;
}

.showMainNav {
  overflow: hidden;
}
.showMainNav .mainNavigation {
  z-index: 99;
}
.showMainNav .mainNavBox {
  left: 0;
}

@media (max-width: 767px) {
  #appWrapper {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-height: -moz-calc(100vh);
    min-height: -webkit-calc(100vh);
    min-height: calc(100vh);
  }

  .mainNavBox {
    padding-top: 10px;
  }

  .showMainNav #appWrapper {
    overflow: hidden;
    max-height: 150vh;
    opacity: 0.7;
    -webkit-transform: scale(0.5) translate(50%, -33%);
    -moz-transform: scale(0.5) translate(50%, -33%);
    -o-transform: scale(0.5) translate(50%, -33%);
    transform: scale(0.5) translate(50%, -33%);
  }
}
.siteSearchForm {
  margin: 0;
  height: 50px;
}
.siteSearchForm .form-group {
  position: relative;
}
.siteSearchForm .form-group .icon {
  position: absolute;
  left: 9px;
  top: 50%;
  color: white;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.siteSearchForm .form-control {
  border-radius: 0;
  background-color: transparent;
  padding-left: 30px;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  font-weight: 100;
  color: white;
}
.siteSearchForm .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.siteSearchForm .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.siteSearchForm .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.siteSearchForm .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.siteSearchForm .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.siteSearchForm .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.siteSearchForm .form-control:focus, .siteSearchForm .form-control:active {
  box-shadow: none;
}

.section-homeCarousel {
  margin: 0 0 30px;
}
.section-homeCarousel .item img {
  width: 100%;
}
@media (max-width: 767px) {
  .section-homeCarousel {
    margin-bottom: 15px;
  }
}
.section-dashboard {
  margin: 0 0 30px;
}
.section-dashboard .dashboardBlock {
  margin-bottom: 30px;
  background-color: rgba(4, 41, 41, 0.9);
  padding: 15px;
  min-height: 150px;
  text-decoration: none;
}
.section-dashboard .dashboardBlock .icon {
  text-align: center;
  font-size: 36px;
}
.section-dashboard .dashboardBlock .title {
  font-size: 36px;
  line-height: 30px;
  text-align: right;
}
.section-dashboard .dashboardBlock .title span {
  display: block;
  color: #21a76b;
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-dashboard .dashboardBlock {
    margin-bottom: 14px;
  }
  .section-dashboard .dashboardBlock .title {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
  }
  .section-dashboard .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .section-dashboard .row [class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.section-dashboardGallery [class*=col-] {
  margin: 0 0 30px;
}
.section-dashboardGallery .galleryTitle {
  font-size: 24px;
  text-align: center;
}
.section-dashboardGallery a {
  display: block;
}
.section-dashboardGallery a img {
  width: 100%;
}
@media (max-width: 767px) {
  .section-dashboardGallery .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .section-dashboardGallery .row [class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
  }
}
.section-supplierGallery .slick-prev,
.section-supplierGallery .slick-next {
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.section-supplierGallery .slick-prev::before,
.section-supplierGallery .slick-next::before {
  font-size: 28px;
  color: black;
}
.section-supplierGallery .slick-prev {
  left: 10px;
}
.section-supplierGallery .slick-next {
  right: 10px;
}
@media (orientation: landscape) {
  .section-supplierGallery .galleryCarouselBox {
    max-width: 80%;
  }
}
.section-keyboardAlphabet {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-keyboardAlphabet {
    margin-bottom: 15px;
  }
}
.section-retailerDetail .title {
  font-size: 18px;
  text-align: center;
  margin: 20px 0 10px;
}
.section-retailerDetail .vendorName {
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px;
}
.section-retailerDetail p {
  width: 100%;
  min-height: 100px;
  margin: 0 0 12PX;
  padding: 12px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.05);
}
.section-retailerDetail p a {
  color: white;
}

.keyboard-alphaList {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.keyboard-alphaList > li {
  width: 11.111111%;
  max-width: 11.111111%;
}
.keyboard-alphaList > li > a {
  display: block;
  line-height: 46px;
  color: white;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6) inset;
}
@media (max-width: 767px) {
  .keyboard-alphaList > li > a {
    line-height: 36px;
  }
}

.section-boothSetting {
  margin-top: 40px;
}
.section-boothSetting .boothSetting {
  width: 100%;
  float: left;
  margin: 0 0 40px;
  position: relative a;
  position-display: block;
}
.section-boothSetting .boothSetting img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  box-shadow: 0 0 20px #042929;
  border: 2px solid #042929;
}
.section-scheduleDetail {
  margin-top: 20px;
}
.section-scheduleDetail .sdlDateBlock {
  width: 110px;
  padding: 12px 0 0;
  text-align: center;
  background-color: rgba(4, 41, 41, 0.8);
  color: white;
  border-radius: 6px;
  overflow: hidden;
}
.section-scheduleDetail .sdlDateBlock .sdlFromTo {
  position: relative;
}
.section-scheduleDetail .sdlDateBlock .sdlFromTo::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: white;
  margin: 0 0 0 -5px;
}
.section-scheduleDetail .sdlDateBlock .sdlFrom, .section-scheduleDetail .sdlDateBlock .sdlTo {
  font-size: 20px;
  line-height: 20px;
  width: 50%;
}
.section-scheduleDetail .sdlDateBlock .sdlFrom i, .section-scheduleDetail .sdlDateBlock .sdlTo i {
  font-size: 12px;
  font-style: normal;
  display: block;
  text-transform: uppercase;
}
.section-scheduleDetail .sdlDateBlock .sdlMonth {
  font-size: 18px;
  padding: 4px 5px;
  margin: 7px 0 0;
  background-color: rgba(4, 41, 41, 0.8);
}
.section-scheduleDetail .scheduleDetailList {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-scheduleDetail .scheduleDetailList > li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  color: white;
}
.section-scheduleDetail .scheduleDetailList > li .scheduleTitle {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid white;
}
.section-scheduleDetail .scheduleDetailList > li [class*=col-] {
  margin-bottom: 30px;
  display: flex;
}
.section-scheduleDetail .scheduleDetailList > li [class*=col-] p {
  align-self: stretch;
  width: 100%;
  padding: 12px;
  min-height: 100px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  margin: 0;
}
.section-scheduleDetail .scheduleDetailList > li [class*=col-] p a {
  color: white;
}
@media (max-width: 767px) {
  .section-scheduleDetail .scheduleDetailList > li [class*=col-] {
    margin-bottom: 15px;
  }
}
.section-myAppointments {
  padding-bottom: 60px;
}
.section-myAppointments .title {
  margin: 30px 0 10px;
  padding: 0;
  font-size: 24px;
  color: white;
}
.section-myAppointments .eventInfoBox {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.section-myAppointments .myNotes .form-control {
  background-color: rgba(4, 41, 41, 0.3);
  border: none;
  height: -moz-calc(100vh - 380px);
  height: -webkit-calc(100vh - 380px);
  height: calc(100vh - 380px);
  min-height: 150px;
}
.section-myAppointments .input-group-text {
  color: white;
}
.section-myAppointments .btnAddAppointment {
  position: fixed;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-content {
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-content {
    margin: 20px 0;
  }
}
.section-retailerNavTabs .retailerNavTabs {
  background-color: rgba(4, 41, 41, 0.8);
}
.section-retailerNavTabs a {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 30px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.section-retailerNavTabs a img {
  max-width: 100%;
}
.section-retailerNavTabs a span {
  display: block;
  margin: 10px 0 0;
  padding: 0 15px;
}
.section-retailerNavTabs a:nth-child(1), .section-retailerNavTabs a:nth-child(2) {
  border-top: none;
}
.section-retailerNavTabs a:nth-child(2n) {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .section-retailerNavTabs a {
    font-size: 16px;
  }
  .section-retailerNavTabs a img {
    max-width: 60px;
  }
}
.section-retailerSearch {
  margin: 30px 0 0;
}
.section-retailerSearch .searchResultList {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.section-retailerSearch .searchResultList > li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2px;
  background-color: rgba(255, 255, 255, 0.4);
  color: white;
  font-size: 16px;
}
.section-retailerSearch .searchResultList > li:first-child {
  border-radius: 6px 6px 0 0;
}
.section-retailerSearch .searchResultList > li:last-child {
  border-radius: 0 0 6px 6px;
}
.section-retailerSearch .searchResultList > li:only-child {
  border-radius: 6px;
}
.section-retailerSearch .searchResultList > li > label {
  font-weight: 300;
  margin: 0;
  line-height: 20px;
  cursor: pointer;
  padding: 10px;
  width: 100%;
}
.section-retailerSearch .searchResultList > li > label input[type=checkbox],
.section-retailerSearch .searchResultList > li > label input[type=radio] {
  display: none;
}
.section-retailerSearch .searchResultList > li > label input[type=checkbox]:checked + i,
.section-retailerSearch .searchResultList > li > label input[type=radio]:checked + i {
  background-position: 0 -20px;
}
.section-retailerSearch .searchResultList > li > label i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background: url(../images/icons/icon-radio-btn.png) no-repeat 0 0;
  vertical-align: top;
}

.criteriaSearchList {
  list-style: decimal;
  margin: 20px 0 30px 20px;
  padding: 0;
}
.criteriaSearchList > li {
  font-size: 22px;
  line-height: 30px;
  margin: 30px 0 0;
  padding-left: 15px;
}
.criteriaSearchList > li:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .criteriaSearchList > li {
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 0;
  }
}

.eventInfoList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.eventInfoList > li {
  width: 100%;
  float: left;
  margin: 10px 0;
  color: white;
}
.eventInfoList > li .eventDate {
  width: 60px;
  float: left;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(4, 41, 41, 0.8);
  margin-right: 12px;
  padding: 8px 0 0;
  border-radius: 4px;
  overflow: hidden;
}
.eventInfoList > li .eventDate span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 5px;
  margin: 5px 0 0;
  background-color: rgba(4, 41, 41, 0.8);
}
.eventInfoList > li a {
  color: white;
}
@media (max-width: 767px) {
  .eventInfoList > li {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .eventInfoList > li:first-child {
    border-top: none;
    padding-top: 0;
  }
}

.eventsDateList {
  margin: 0 -7px;
  padding: 0;
  list-style: none;
}
.eventsDateList > li {
  width: 10%;
  float: left;
  padding: 0 7px;
  margin: 7px 0;
}
.eventsDateList > li > a {
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 4px 5px;
  background-color: rgba(4, 41, 41, 0.4);
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  text-decoration: none;
}
.eventsDateList > li > a:hover {
  background-color: black;
}
.eventsDateList > li > a.all {
  line-height: 34px;
}
.eventsDateList > li > a.active {
  background-color: rgba(12, 167, 247, 0.8);
}
.eventsDateList > li > a.active:hover {
  background-color: #0ca7f7;
}
.eventsDateList > li > a.selected {
  background-color: rgba(33, 167, 107, 0.8);
}
.eventsDateList > li > a.selected:hover {
  background-color: #21a76b;
}
.eventsDateList > li > a span {
  display: block;
  font-size: 10px;
  line-height: 14px;
}
@media (max-width: 767px) {
  .eventsDateList > li {
    width: 16.666666%;
  }
}

.eventInfoForm {
  padding-top: 20px;
}
.eventInfoForm *:not(.fldMsg) {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.eventInfoForm .form-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.eventInfoForm .input-group-text {
  border-right: 1px solid white;
  padding-left: 0;
}
.eventInfoForm .form-control:focus, .eventInfoForm .form-control:active {
  box-shadow: none;
}
.eventInfoForm .slideBtnBox {
  margin: 30px 0;
}
.eventInfoForm .slideBtnBox .btn {
  border-radius: 0;
  background-color: rgba(4, 41, 41, 0.9);
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
}
.eventInfoForm .slideBtnBox .btn small {
  display: block;
  font-size: 12px;
  text-transform: none;
}
.eventInfoForm .slideBtnBox .btn + .btn {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
.eventInfoForm .slideBtnBox .btn:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  .eventInfoForm .slideBtnBox {
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    overflow: hidden;
    margin: 0;
    z-index: 1;
  }
}

.agendaListBox .title {
  margin: 20px 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding: 0 0 5px;
}
.agendaListBox .agendaList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.agendaListBox .agendaList > li {
  margin: 20px 0 0;
  padding: 0;
}
.agendaListBox .agendaList > li:first-child {
  margin-top: 0;
}
.agendaListBox .agendaList > li .listTitle {
  display: block;
  font-weight: bold;
}

.footer {
  margin: 0;
  padding: 0;
  height: 40px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(4, 41, 41, 0.8);
}
.footer .copyrightText {
  text-align: center;
  margin: 0;
  font-size: 12px;
}

@media (max-width: 990px) and (orientation: landscape) {
  .supplierCarouselPage .header {
    display: none;
  }
  .supplierCarouselPage main {
    margin: 20px 0 !important;
    height: -moz-calc(100vh - 80px) !important;
    height: -webkit-calc(100vh - 80px) !important;
    height: calc(100vh - 80px) !important;
  }
}

.iaml .supplierCarouselPage .header {
  display: none;
}
.iaml .supplierCarouselPage main {
  margin-top: 10px;
  height: -moz-calc(100vh - 50px);
  height: -webkit-calc(100vh - 50px);
  height: calc(100vh - 50px);
}

/*# sourceMappingURL=style.css.map */
