﻿/* SHOW Bootstrap Tweaks */
.modal-backdrop {
  z-index: -999999;
}

/* SHOW CDS Tweaks */
body {
  background: url("../images/background.png");
  background-repeat: repeat;
  background-attachment: fixed;
}

#container {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.isRequired {
  color: #ff0000;
  font-weight: bold;
}

.required-icon {
  font-weight: bold;
  color: #ff0000;
}

.isSectionHeaderLev1 {
  background-color: #20b9cb;
  border-bottom: 2px solid #20b9cb;
  border-radius: 2px;
  display: block;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  padding: 8px;
  margin-top: 2em;
  margin-bottom: 1em;
}

#btnCancel {
  color: #ed2028;
}

/* Header */
.page-header {
  margin-top: 20px;
  background-color: #20b9cb;
  padding: 15px;
  border-radius: 4px;
  border-bottom: 2px solid #20b9cb;
}

#pageTitle h1 {
  background-color: #20b9cb;
  border-bottom: 2px solid #20b9cb;
  color: #eee;
}

/* Footer */
.modal-header {
  background-color: #20b9cb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  min-height: 5em;
}

/* Alert Message */
/* Progress Bar */
.cds-progress-bar>ul>li:not(:first-child) {
  border-left: 1px solid #fff;
}

.cds-progress-bar>ul>li.pBarCurrentStep {
  background-color: #20b9cb;
}

.pBarFutureStep {
  background-color: #414042;
  color: #ffffff;
}

/* Packages */

.price-grid .price-grid-item .panel>.panel-heading>.panel-title {
  min-height: 50px;
  max-height: 100px;
}

/* Subpackages */
#filterbyday {
  margin-left: 0px;
}

#filterbyday>.col-md-2 {
  padding-right: 10px;
  padding-left: 10px;
}

/* Price Tiers */
/* Payment */
#paymentDialog .modal-dialog {
  max-height: 565px;
  min-height: 564px;
}

/* Payment */
.credit-card-box {
  display: block;
  overflow: hidden;
}

.credit-card-box .credit-card {
  background-image: url(../images/cc_list.png);
  border: 1px solid #999999;
  display: inline-block;
  height: 25px;
  margin-right: 5px;
  overflow: hidden;
  text-indent: -99999px;
  direction: ltr;
  width: 41px;
  border-radius: 2px;
  padding: 2px;
}

.credit-card.muted {
  opacity: 0.4;
}

.credit-card-box .credit-card.amex {
  background-position: -87px -1px;
}

.credit-card-box .credit-card.diners_club_international {
  background-position: -173px -1px;
}

.credit-card-box .credit-card.discover {
  background-position: -215px -1px;
}

.credit-card-box .credit-card.jcb {
  background-position: -258px -1px;
}

.credit-card-box .credit-card.mastercard {
  background-position: -44px -1px;
}

.credit-card-box .credit-card.visa {
  background-position: -2px -1px;
}

/* Form Validation */
/* Fonts */
/* Margins and Padding */
dd {
  margin-left: 50px;
}

/* Visual Effects */
/* Packages */
#promoused_text {
  text-align: left;
  margin-bottom: 0;
  padding-top: 7px;
}

/* Section Headers */
/*# sourceMappingURL=show_main.css.map */
.btn-primary {
  background-color: #ff00ff;
  border-color: #ff00ff;
}

#fbic_contbtn {
  background-color: #2eb39e;
  border-color: #2eb39e;
}

.btn-primary:hover {
  background-color: #ed2028;
  border-color: #ed2028;
}

.btn-primary:visited {
  background-color: #20B9CB;
  border-color: #20B9CB;
}

.btn-primary:active {
  background-color: gray;
  border-color: gray;
}

.btn-primary:focus {
  background-color: #20B9CB;
  border-color: #20B9CB;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary.focus[disabled],
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
  background-color: gray;
  border-color: gray;
}

.text-info {
  color: #414143;
}

.navbar-default {
  background-color: #20B9CB;
  border-color: #20B9CB;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #20B9CB;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #20B9CB;
  color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  background-color: #20B9CB;
}

.rrc-icon-lg {
  color: #20B9CB;
}

.rrc-icon-lg:hover {
  color: #ed2028;
}

/* BADGE SAMPLE */
.badge-sample-container {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px;
  width: 80%;
  max-width: 600px;
  overflow: hidden;
  display: block;
  background-color: #ffffff;
}

.badge-logo {
  display: block;
  width: 100%;
}

.badge-sample {
  overflow: hidden;
  font-family: "Times New Roman", "Times", sans-serif;
  font-size: 19px;
  border-collapse: collapse;
  margin: auto;
  border: 0 none;
  padding-bottom: 40px;
  text-align: center;
  background-image: url("../images/badgebg.png");
  background-size: cover;
}

.badgeEventInfo {
  height: 65px;
  vertical-align: middle;
}

.badge-sample .badgeEventInfo {
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.1px;
  padding-bottom: 15px;
}

.badge-sample {
  background-repeat: repeat;
  background-size: 80px 60px;
}

.link {
  color: #124b91;
  text-decoration: none;
  cursor: pointer;
}

.link:hover {
  text-decoration: underline;
}

/**
 * Padding
 */
.p-0 {
  padding: 0;
}

.p-1 {
  padding: 5px;
}

.p-2 {
  padding: 10px;
}

.p-3 {
  padding: 15px;
}

.p-4 {
  padding: 20px;
}

.p-5 {
  padding: 25px;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 5px;
}

.pt-2 {
  padding-top: 10px;
}

.pt-3 {
  padding-top: 15px;
}

.pt-4 {
  padding-top: 20px;
}

.pt-5 {
  padding-top: 25px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 5px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pb-3 {
  padding-bottom: 15px;
}

.pb-4 {
  padding-bottom: 20px;
}

.pb-5 {
  padding-bottom: 25px;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 5px;
}

.pl-2 {
  padding-left: 10px;
}

.pl-3 {
  padding-left: 15px;
}

.pl-4 {
  padding-left: 20px;
}

.pl-5 {
  padding-left: 25px;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 5px;
}

.pr-2 {
  padding-right: 10px;
}

.pr-3 {
  padding-right: 15px;
}

.pr-4 {
  padding-right: 20px;
}

.pr-5 {
  padding-right: 25px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 5px;
  padding-right: 5px;
}

.px-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-5 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-5 {
  padding-top: 25px;
  padding-bottom: 25px;
}

/**
* Margins
*/
.m-0 {
  margin: 0;
}

.m-1 {
  margin: 5px;
}

.m-2 {
  margin: 10px;
}

.m-3 {
  margin: 15px;
}

.m-4 {
  margin: 20px;
}

.m-5 {
  margin: 25px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.mt-5 {
  margin-top: 25px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mb-4 {
  margin-bottom: 20px;
}

.mb-5 {
  margin-bottom: 25px;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 5px;
}

.ml-2 {
  margin-left: 10px;
}

.ml-3 {
  margin-left: 15px;
}

.ml-4 {
  margin-left: 20px;
}

.ml-5 {
  margin-left: 25px;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 5px;
}

.mr-2 {
  margin-right: 10px;
}

.mr-3 {
  margin-right: 15px;
}

.mr-4 {
  margin-right: 20px;
}

.mr-5 {
  margin-right: 25px;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-3 {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-4 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-5 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-5 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.valign-middle>* {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}

@media (max-width: 768px) {
  .text-center-sm {
    text-align: center;
  }

  .valign-middle>*[class^="col-sm"] {
    display: block;
    margin-right: auto;
  }
}

@media (max-width: 992px) {
  .text-center-md {
    text-align: center;
  }

  .valign-middle>*[class^="col-md"] {
    display: block;
    margin-right: auto;
  }
}

@media (max-width: 1200px) {
  .valign-middle>*[class^="col-lg"] {
    display: block;
    margin-right: auto;
  }

  .text-center-lg {
    text-align: center;
  }
}

#exhibitor {
  font-size: 15px;
}

#exhibitor .btn {
  white-space: normal;
}

#exhibitor .btn-lg {
  font-size: 1.1em;
}

#exhibitor .btn-lg .fa {
  font-size: 21px;
}

#exhibitor .btn-primary {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

#exhibitor .btn-info {
  background: #008080;
  border-color: #006b6b;
}

#exhibitor .text-primary {
  color: #c91219;
}

#exhibitor .alert-default {
  border: 1px solid #ddd;
  background: #f5f5f5;
}

#exhibitor .panel-default {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

#exhibitor .panel-default,
#exhibitor .panel-default .panel-heading {
  border-color: #ccc;
}

#exhibitor .panel-default .panel-heading {
  background: #eee;
}

#exhibitor .navbar {
  border-color: #fff;
  background: #414042;
}

#exhibitor .nav>li {
  min-height: 40px;
}

#exhibitor .navbar-default .navbar-nav>li>a {
  height: auto !important;
  color: #FFFFFF;
}

#exhibitor .navbar-toggle {
  border: 0;
  background: transparent !important;
}

#exhibitor .navbar-toggle span {
  background: #fff;
}

#exhibitor .navbar-default .navbar-collapse {
  border-color: transparent;
}

#exhibitor #ex_tabs_ajax_content {
  padding-left: 30px;
  padding-right: 30px;
}

#exhibitor .exhibitor--table .fa {
  font-size: 22px;
  cursor: pointer;
}

#exhibitor .exhibitor--table th,
#exhibitor .exhibitor--table td {
  padding: 10px;
  text-align: center;
}

#exhibitor .exhibitor--table th {
  background: #414042;
  color: #fff;
  border-top: 1px solid;
  border-color: #303031 !important;
  vertical-align: top;
}

#exhibitor .exhibitor--table th:last-of-type {
  border-color: #303031 !important;
}

#exhibitor .exhibitor--table td {
  vertical-align: middle;
}

#exhibitor .exhibitor__invite--item {
  position: relative;
  margin-bottom: 40px;
}

#exhibitor .exhibtior__invite--number {
  position: absolute;
  background: #20B9CB;
  color: #fff;
  font-size: 20px;
  height: 45px;
  width: 45px;
  text-align: center;
  padding-top: 9px;
  border-radius: 50%;
  top: -20px;
  left: -20px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 1px #bdbdbd;
  z-index: 500;
}

#exhibitor .exhibtior__invite--content {
  min-height: 300px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 9px;
  padding-top: 50px;
  border-radius: 8px;
}

#exhibitor .exhibitor__invite .panel-body {
  padding: 25px;
}

#exhibitor .exhibitor__invite .panel-heading {
  padding-left: 35px;
}

#exhibitor .exhibitor__invite .panel-heading>* {
  line-height: 24px;
  font-size: 19px;
  color: #555;
}

#exhibitor .box_content {
  margin-top: 1em;
  padding: 0.5em;
  text-align: left;
  background: #fff;
  margin: 0;
  padding: 20px;
}

#exhibitor .box_header {
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  background: #555;
  font-size: 15px;
  border-bottom: 1px solid #aaa;
}

#exhibitor .ftr_ex_box {
  border: 1px solid #aaa;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
  height: auto !important;
  min-height: 250px;
}

#exhibitor .ftr_ex_box a {
  word-break: break-all;
}

#exhibitor .panel-heading h4 {
  font-size: 18px;
}

@media (max-width: 768px) {

  #exhibitor .exhibitor--table tr>th:nth-of-type(1),
  #exhibitor .exhibitor--table tr>td:nth-of-type(1) {
    display: none;
  }

  #exhibitor .exhibitor--table tr>th:last-of-type,
  #exhibitor .exhibitor--table tr>td:last-of-type {
    display: none;
  }
}

@media (max-width: 992px) {
  #exhibitor .ftr_ex_box {
    min-height: auto;
  }
}

.navbar-inverse {
  background-color: #20B9CB;
}

.navbar-inverse>.active>a,
.navbar-inverse>.active>a:hover,
.navbar-inverse>.active>a:focus {
  background-color: #20B9CB;
  color: #fff;
}

.navbar-inverse>.open>a,
.navbar-inverse>.open>a:hover,
.navbar-inverse>.open>a:focus {
  background-color: #20B9CB;
  color: #fff;
}

.navbar-inverse>li>a:hover,
.navbar-inverse>li>a:focus {
  color: #fff;
  background-color: #20B9CB;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: #414042;
}

.navbar-inverse .navbar-text {
  color: #fff;
}

/* FRONTPAGE */
#frontpage_logoimg {
  display: block;
  max-width: 100%;
  height: auto;
}

#frontpage_ncbs_logoimg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#frontpage_fbic_logoimg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.section-filters {
  margin-top: 15px;
}

.section-filters.nav-tabs>li.active>a,
.section-filters.nav-tabs>li.active>a:hover,
.section-filters.nav-tabs>li.active>a:focus {
  background-color: #20B9CB;
}

.section-filters.nav-tabs>li>a {
  background-color: #9c9c9c;
  color: #fff;
}

/* LANDING2 */
#individual_reg {
  background-color: #20B9CB;
  border-color: #20B9CB;
}

#group_reg {
  background-color: #ed2028;
  border-color: #ed2028;
}

#individual_reg:hover,
#group_reg:hover {
  background-color: #ed2028;
  border-color: #ed2028;
}

.color-override a {
  background-color: red !important;
}

/*FAQ App Accordion*/

/* Style the buttons that are used to open and close the accordion panel */
.faq-container {
  width: 94%;
  margin: 0 auto;
}

.faq-accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top: 14px;
}

/* Add a background color to the button if it is clicked on (add the .faq-active class with JS), and when you move the mouse over it (hover) */
.faq-active,
.faq-accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.faq-panel {
  padding: 0 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faq-accordion:after {
  content: "\02795";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.faq-active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}

.faq-text {
  padding: 20px 20px;
}

footer {
  font-size: 1em;
}

footer .fa.faq-icon {
  font-size: 1.5em;
  vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 1280px) {

  /* Important part */
  .modal-dialog {
    overflow-y: initial !important;
  }

  .modal-body {
    height: auto;
    overflow-y: auto;
  }
}

/* SEARCH */

.search-bar {
  width: 100%;
  position: relative;
}

.searchTerm-bar {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.searchTerm-bar:focus {
  color: #d42b32;
}

.searchButton-bar {
  position: absolute;
  top: 0px;
  right: -50px;
  width: 40px;
  height: 36px;
  border: 1px solid #d42b32;
  background: #d42b32;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap-bar {
  width: 90%;
  padding: 12px 0px;
}

.bold {
  font-weight: bold;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  background-color: #20B9CB;
}

a {
  color: #20b9cb;
  font-weight: bold;
}

a:hover,
a:focus {
  color: #ed2028;
  text-decoration: underline;
}

/* Social Media Toolbar */
.smt {
  text-align: center;
  border: 1px solid #968f7e;
  padding: 10px;

  border-left: solid 1px #f0f0f0;
  border-top: solid 1px #f0f0f0;
  border-right: solid 1px #dbdadb;
  border-bottom: solid 1px #dbdadb;
  box-shadow: 2px 2px 0px #f0f0f0;
}

.smt .btn {
  width: 45px;
  text-align: center;
  color: white;
}

.smt .btn-facebook {
  background-color: #3b5998;
}

.smt .btn-twitter {
  background-color: #1da1f2;
}

.smt .btn-linkedin {
  background-color: #0e76a8;
}

.smt .btn-iac {
  background-color: #009900;
}