@charset "UTF-8";
:root {
  --page-header-height: 50px;
  --page-top-height: 50px;
  --footer-padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
* h1,
* h2,
* h3,
* h4,
* h5 {
  color: rgb(28, 53, 73);
}

body .layout .main .content > * {
  opacity: 1;
  pointer-events: all;
  transition: opacity 500ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
body .layout .main .content:after {
  content: "Loading...";
  z-index: 101;
  pointer-events: none;
  visibility: hidden;
}
body.loading {
  cursor: wait;
}
body.loading .layout .main .content > * {
  opacity: 0;
  pointer-events: none;
}
body.loading .layout .main .content:after {
  position: fixed;
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: white;
  animation: slide-in-bottom 500ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

@keyframes slide-in-bottom {
  from {
    opacity: 0;
    transform: translateY(20vh);
  }
  10% {
    opacity: 1;
    transform: translateY(18vh);
  }
  to {
    opacity: 1;
    transform: translateY(0vh);
  }
}
.colorpicker-hue {
  background-repeat: repeat !important;
}

.modal {
  z-index: 1300;
}

.modal-dialog * {
  position: relative;
}

.modal-footer {
  border-top: none;
  padding: 15px 40px 40px 40px;
}

.modal-body {
  padding: 15px 40px;
}

.modal-header {
  text-align: left;
  border-bottom: none;
  padding: 20px 40px;
}

.modal-header .row {
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}

.modal-header .onboard-steps {
  float: right;
  margin-top: 15px;
}

.modal-header h2,
.modal-body h2 {
  font-weight: bold;
  color: black;
}

.modal-header h3,
.modal-body h3 {
  font-size: 16px;
  font-weight: lighter;
  margin-top: 0;
}

.modal-header .step {
  display: inline-block;
  border-radius: 4px;
  background-color: #bcd2d5;
  height: 9px;
  width: 9px;
  margin: 3px;
}

.modal-header .step.active {
  background-color: #226974;
}

.modal-dialog .well {
  border: none;
  border-radius: 8px;
}

.modal-header .modal-title {
  z-index: 9;
}

.modal-header .close {
  z-index: 99;
}

body {
  font-family: helvetica, sans-serif;
  font-size: 14px;
  background-color: #eeeeee;
  color: #666666;
}

html,
body {
  height: 100%;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a.add {
  color: #aaaaaa;
}

a.add {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-top: 1px;
  padding-left: 32px;
  background-image: url("/static/img/icons/plus.png");
  background-position: 4px center;
}

.window-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.window-centered .centered-logo {
  margin-bottom: 20px;
  height: 40px;
}
.window-centered .panel-default {
  border-radius: 8px;
}
.window-centered .panel-default h1 {
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 24px;
}

.full-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-logo {
  margin-left: -25px;
}

.no-float {
  float: none;
}

.container-xl {
  margin: 0 20px;
}

.margin-top {
  margin-top: 15px;
}

.margin-bottom {
  margin-bottom: 15px;
}

.margin-left {
  margin-left: 5px;
}

.margin-right {
  margin-right: 5px;
}

.event-logo {
  margin: 18px;
  width: 146px;
  height: 146px;
}

.event-logo img {
  width: 100%;
}

.no-event-logo {
  display: block;
  border: 3px dashed #9a9a9a;
  border-radius: 10px;
  width: 146px;
  height: 146px;
  background-image: url("/static/img/icons/plus-big.png");
  background-position: center;
  text-indent: -1000px;
  overflow: hidden;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
}

.scroll {
  overflow-x: auto;
  overflow-y: auto;
}

legend {
  border-bottom: 0;
}

ul.form-control {
  height: auto;
  list-style: none;
}

.clickable {
  cursor: pointer;
}

.horizontal-scroll {
  overflow-x: auto;
}

.contain-pic-preview {
  background-position: top;
  background-size: cover;
}

.capacity-reached,
.capacity-reached a,
.capacity-reached .glyphicon {
  color: #cc0000 !important;
  font-weight: bold;
}

.ui-datepicker {
  margin-top: -40px;
}

/* Fix for jquery-ui datepicker mispositioning */
.value-label {
  padding: 2px 4px;
  border: 1px solid #e0e0e0;
  background-color: #f3f3f3;
  color: black;
  display: inline-block;
  margin-right: 3px;
}

.missing-value {
  background-color: #ffe3e3;
  color: #660000;
}

.minor {
  font-size: 11px;
  color: #999;
  font-weight: normal;
}

/* PAGE HEADER ---------------------------------------------------------------------------------------------------------------------- */
#page-header {
  position: relative;
}
#page-header .row:first-of-type > div:last-of-type {
  z-index: 103;
}

body.scrolled #page-header {
  z-index: 101;
}

#page-header-buttons {
  position: sticky;
  z-index: 101;
}

#page-header-title,
#page-header,
#page-header-buttons {
  background: white;
  padding-left: 30px;
  padding-right: 30px;
}

.page-header {
  color: #999999;
  border-bottom: 0;
  position: relative;
  padding-top: 10px !important;
}

.container-xl > .page-header {
  margin-top: 60px;
}

.page-header h1 {
  font-size: 36px;
  font-weight: lighter;
}

.page-header h1 small {
  font-size: 15px;
}

.page-header span.label {
  color: white;
}

.page-header .codes,
.page-header .event-state {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 90%;
}

.page-header .codes > div,
.page-header .codes > a > div {
  display: inline-block;
  line-height: 100%;
  border: 2px solid #cccccc;
  border-radius: 2px;
  padding: 5px 8px;
  margin-left: 8px;
  font-weight: bold;
}

.page-header .icon {
  width: 16px;
  height: 16px;
  margin-right: 1ex;
  vertical-align: middle;
}

.page-header .event-summary {
  line-height: 16px;
  vertical-align: middle;
}

.page-header .event-summary > div {
  display: inline-block;
  margin-right: 5em;
  margin-bottom: 8px;
}

.trial-header {
  background-color: orange;
  margin-left: -35px;
  margin-right: -35px;
  padding: 3px 0;
  font-size: 12px;
  color: white;
  text-align: center;
}

.trial-header-explain {
  background-color: white;
  color: #777;
  margin-left: -35px;
  margin-right: -35px;
  padding: 15px 45px 15px 35px;
  font-size: 15px;
  border-bottom: 1px dashed orange;
}

.trial-header-explain p {
  max-width: 80%;
}

.container-xl > .flashes {
  margin-top: 60px;
  margin-bottom: -60px;
}

.flashes .alert {
  margin: 30px;
}

.error-hint {
  font-weight: bold;
  color: #cc3300;
  font-size: 12px;
}

.tip-box {
  background-color: #ffeacb;
  border: 3px solid #ffa21b;
  padding: 10px;
  margin-left: 20px;
  color: #b27926;
}

.tip-box h3 {
  margin-top: 0;
}

.extra-not-enabled {
  opacity: 0.6;
}

/* ---------------------------------------------------------------------------------------------------------------------- PAGE HEADER */
/* LOGIN SCREEN --------------------------------------------------------------------------------------------------------------------- */
.login-background {
  animation: login-color-animation-bg 5s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  background-color: rgb(28, 53, 73);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#login {
  margin-top: 73px;
  min-height: 340px;
  font-family: Calibri, sans-serif;
  color: rgb(204, 204, 204);
  text-align: left;
  min-width: 360px;
}

#login h4 {
  margin-left: 1em;
  color: white;
}

#login .form-group {
  /*width: 320px;*/
  margin: 0;
}

#login .hidden-options .form-group {
  /*height: 34px;*/
  line-height: 34px;
  font-size: 13px;
  padding-left: 16px;
}

#login .hidden-options .form-group a {
  color: white;
  text-decoration: none;
}

#login .main .form-group {
  /* font-size: 16px;*/
  background-color: white;
  border-bottom: 1px solid #ccc;
  min-height: 51px;
  line-height: 51px;
}

#login .main .form-group:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#login .main .form-group:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 0;
}

#login .main label {
  text-transform: uppercase;
  font-weight: normal;
  /*position: absolute;*/
  display: block;
  /*top: 0px;*/
  /*left: 0px;*/
  /*width: 95px;*/
  /*bottom: 0px;*/
  margin: 0;
  padding: 0;
  line-height: 51px;
  /*padding-left: 16px;*/
  text-align: left;
}

#login .main input {
  /*position: absolute;*/
  display: block;
  /*top: 0;*/
  /*left: 108px;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*width: calc(100% - 108px);*/
  height: 50px;
  border: none;
  background: transparent;
  border-radius: 0;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
}

#login .main input:focus {
  outline: none;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

#login input[type=password] {
  width: calc(100% - 20px);
}

#login button[type=submit] {
  position: absolute;
  right: 0px;
  height: 51px;
  width: 30px;
  top: 0;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url("/static/img/login-submit.png");
  background-size: 14px 16px;
  background-position: center;
}

#login .main .form-group:first-of-type input {
  border-top-right-radius: 8px;
}

#login .main .form-group:last-of-type input {
  height: 51px;
  border-bottom-right-radius: 8px;
}

#login > .checkbox {
  margin-top: 21px;
  margin-left: 16px;
}

#login > .checkbox label {
  padding-left: 0;
}

#login > .checkbox input {
  display: none;
}

#login > .checkbox span {
  display: inline-block;
  width: 10px;
  height: 13px;
  border: 1px solid rgb(204, 204, 204);
  margin-top: 1px;
}

#login > .checkbox input:checked + span {
  background-image: url("/static/img/checked.png");
  background-position: center;
  background-size: 10px 13px;
  background-repeat: no-repeat;
}

#fixed-footer {
  position: fixed;
  bottom: 64px;
  left: 0px;
  right: 0px;
  color: white;
  text-align: center;
  font-size: 13px;
}

#fixed-footer a {
  color: white;
}

#login .hidden-options {
  animation: login-color-animation-bottom 5s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  background: rgb(0, 0, 0);
  border-radius: 8px;
  /*width: 320px;*/
}

.login-background .flashes {
  margin-top: 2em;
}

.password-recovery {
  width: 100%;
}

#login form a {
  color: white;
  line-height: 50px;
  padding: 0 15px;
}

@keyframes login-color-animation-bottom {
  from {
    background: #93bac0;
  }
  to {
    background: rgb(0, 0, 0);
  }
}
@keyframes login-color-animation-bg {
  from {
    background: #226974;
  }
  to {
    background: rgb(28, 53, 73);
  }
}
/* --------------------------------------------------------------------------------------------------------------------- LOGIN SCREEN */
/* COLUMNS LAYOUT ------------------------------------------------------------------------------------------------------------------- */
.layout {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.layout .side-menu {
  z-index: 2;
}
.layout .main {
  z-index: 1;
  align-self: stretch;
  flex-grow: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.layout .main #master-nav.navbar {
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.layout .main > .content {
  align-self: stretch;
  position: relative;
  overflow: auto;
  transition: padding-top 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  height: 100%;
}

.layout > div {
  width: 100%;
  background-color: #ffffff;
}

.layout .app-preview {
  position: absolute;
  right: 35px;
  width: 335px;
  /*float: right;*/
  padding-left: 35px;
  min-height: 500px;
  background-color: #f8f8f8;
}

.layout .app-preview > .handle {
  display: none;
}

.layout .content > .inner-content {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 0 0 0;
  width: 100%;
}

body.scroll-less-layout .layout > .main > .content {
  display: flex;
  flex-direction: column;
  overflow: visible;
  flex: 0 1 auto;
  min-height: 0;
}
body.scroll-less-layout .layout > .main > .content > .inner-content {
  height: 100%;
  max-height: 100%;
  flex: 0 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.grow {
  flex-grow: 1;
}

.detail-sidebar {
  float: right;
  max-width: 25%;
  padding: 20px;
  padding-right: 0;
  border-left: 2px solid #1c3548;
  min-width: 207px;
  margin: 30px;
  margin-right: 0;
}
.detail-sidebar ul {
  padding: 0;
  margin: 0;
}

.detail-sidebar li {
  list-style: none;
  margin-bottom: 3px;
}

/* ------------------------------------------------------------------------------------------------------------------- COLUMNS LAYOUT */
/* TOP BAR NAVIGATION --------------------------------------------------------------------------------------------------------------- */
#master-nav.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  border: 0;
  padding-top: 15px;
  padding-left: 10px;
  border-radius: 0;
  min-height: 60px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0;
  box-shadow: 0 1px 4px rgba(0, 50, 120, 0.08);
}
#master-nav.navbar .nav-img {
  transition: transform 300ms cubic-bezier(0.77, 0, 0.175, 1), box-shadow 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale(0.9);
  margin-top: -15px;
  margin-bottom: -5px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  border: 2px solid #00aec5;
  box-shadow: 3px 3px 8px 0px hsla(0, 0%, 0%, 0), 1px 1px 2px 0px hsla(0, 0%, 0%, 0);
}
#master-nav.navbar .nav-img ::before {
  border-radius: 25px;
  box-shadow: inset 3px 3px 8px 0px hsla(0, 0%, 0%, 0.2), inset 1px 1px 2px 0px hsla(0, 0%, 0%, 0.35);
}
#master-nav.navbar .nav-img:hover {
  transform: scale(1);
  box-shadow: 4px 4px 12px 0px hsla(0, 0%, 0%, 0.15), 1px 1px 4px 0px hsla(0, 0%, 0%, 0.25);
}
#master-nav.navbar .agenda-listing {
  margin: 0 6px;
  border-radius: 0px;
}
#master-nav.navbar .order {
  margin: 0 6px;
  transition: background 200ms ease-out;
  border-radius: 3px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: orange;
  color: white;
}
#master-nav.navbar .order:hover {
  background-color: #ffb733;
}

#master-nav .home-icon {
  padding-top: 10px;
  padding-bottom: 10px;
}

#master-nav .navbar-header {
  z-index: 2;
  margin-top: -4px;
  min-height: 40px;
  /* otherwise logo is not clickable */
}

#master-nav .navbar-brand {
  display: inline-block;
  height: 40px;
  background-image: url("/static/img/logo-white.png");
  background-position: left center;
  background-size: 112px 27px;
  width: 187px;
}

#master-nav .navbar-logo {
  display: inline-block;
  height: 40px;
  width: 40px;
}

#master-nav .navbar-nav:first-of-type li:last-of-type a {
  color: #00aec5;
  font-weight: bold;
}
#master-nav .navbar-nav:first-of-type li:not(:first-of-type) a {
  padding-right: 0;
}
#master-nav .navbar-nav:first-of-type i {
  font-size: 0.7em;
}
#master-nav .navbar-nav:first-of-type a {
  padding: 6px;
  padding-right: 0px;
}
#master-nav .navbar-nav > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
}
#master-nav .navbar-nav i {
  color: rgb(28, 53, 73);
}
#master-nav .navbar-nav .single-button {
  border: 1px solid #ddd;
  padding: 0px;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  margin-right: -20px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 200ms ease-out;
}
#master-nav .navbar-nav .single-button:hover {
  transform: scale(1.5);
  border: 1px solid rgb(39, 89, 111);
}
#master-nav .navbar-nav .single-button img {
  height: 22px;
  width: 22px;
  border-radius: 22px;
}
#master-nav .navbar-nav .search {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 200ms ease-out;
  cursor: pointer;
  border-radius: 8px 0px 8px 0px;
  padding: 0;
  border-left: none !important;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-left: 30px;
}
#master-nav .navbar-nav .search:focus-within, #master-nav .navbar-nav .search.active {
  border: 1px solid rgb(28, 53, 73);
}
#master-nav .navbar-nav .search:focus-within a:first-of-type, #master-nav .navbar-nav .search.active a:first-of-type {
  border: 1px solid rgb(28, 53, 73);
  transform: scale(1.45);
}
#master-nav .navbar-nav .search input {
  transition: border ease-out 500ms;
  border: none;
  outline: none;
  min-width: 40px;
  width: 15vw;
  max-width: 300px;
  padding: 4px 0;
  border-bottom: 1px solid rgba(28, 53, 73, 0);
}
#master-nav .navbar-nav .search input:hover, #master-nav .navbar-nav .search input.active {
  border-bottom: 1px solid rgb(28, 53, 73);
}
#master-nav .navbar-nav .search a:hover {
  background: #eee;
}
#master-nav .navbar-nav .search a:first-of-type {
  transition: all 200ms ease-out;
  transform: scale(1);
  transform-origin: 90% 50%;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  margin-right: 4px;
  padding: 0px;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  align-items: center;
  background: white !important;
}
#master-nav .navbar-nav .search a:first-of-type:hover, #master-nav .navbar-nav .search a:first-of-type.active {
  transform: scale(1.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15), 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgb(39, 89, 111);
}
#master-nav .navbar-nav .search a:first-of-type i {
  font-size: 23px;
}
#master-nav .navbar-nav .search a:last-of-type {
  padding: 6px 10px;
  border-radius: 0px 20px 20px 0px;
  cursor: pointer;
}
#master-nav .navbar-nav .search img {
  height: 22px;
  width: 22px;
  border-radius: 22px;
}
#master-nav .navbar-nav .in-community > div {
  border-radius: 20px !important;
}
#master-nav .navbar-nav .info {
  font-size: 11px;
  display: flex;
}
#master-nav .navbar-nav .info > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  background: #f5f5f5;
  border-radius: 20px 0 0 20px;
}
#master-nav .navbar-nav .info > div a {
  padding: 0 6px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#master-nav .navbar-nav .info > div .end-date {
  padding-left: 4px;
  margin-left: 4px;
}
#master-nav .navbar-nav .info > div i {
  margin: 0 5px;
  font-size: 1.1em;
}
#master-nav .navbar-nav .info > .order {
  border-radius: 0 20px 20px 0px;
  font-size: 1.4em;
  margin: 0;
}
#master-nav .navbar-nav .info .agenda-listing {
  border-radius: 0 20px 20px 0;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#master-nav .navbar-nav .navbar-nav:first-of-type > li:last-of-type a {
  color: #00aec5;
}

#master-nav .navbar-nav > .active > a,
#master-nav .navbar-nav > .active > a:hover,
#master-nav .navbar-nav > .active > a:focus,
#master-nav .navbar-nav > .open > a,
#master-nav .navbar-nav > .open > a:hover,
#master-nav .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
}

/* --------------------------------------------------------------------------------------------------------------- TOP BAR NAVIGATION */
/* PANELS --------------------------------------------------------------------------------------------------------------------------- */
.panel {
  border: none;
  margin-bottom: 60px;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .container-xl > .panel {
    margin: 60px -20px 25px -20px;
  }
}
.panel-heading {
  padding: 15px 60px;
  font-size: 17px;
  font-weight: lighter;
  line-height: 30px;
  border-radius: 0;
  border: none;
}

.panel-default > .panel-heading {
  color: black;
  background-color: #dddddd;
}

.panel > .panel-body {
  padding: 30px;
}

.panel-body p > a {
  font-weight: bold;
  color: #2f96a5;
}

.inner-content .panel-body,
.inner-content > form.form-horizontal {
  padding-bottom: 50px;
}

.modal-body .panel {
  margin: 0 15px 10px 15px;
}

/* --------------------------------------------------------------------------------------------------------------------------- PANELS */
/* TABLES --------------------------------------------------------------------------------------------------------------------------- */
.table.dark {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12), 1px 0px 2px rgba(0, 0, 0, 0.24);
  border-radius: 8px;
}
.table.dark thead tr:first-of-type {
  background: rgb(28, 53, 73);
  color: white;
}
.table.dark thead tr:first-of-type th:first-of-type {
  border-top-left-radius: 8px;
}
.table.dark thead tr:first-of-type th:last-of-type {
  border-top-right-radius: 8px;
}
.table.dark thead tr:first-of-type th {
  border-bottom: 2px rgb(39, 89, 111);
}
.table.dark > tbody > tr:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table.dark > tbody > tr:last-of-type > td:first-of-type {
  border-bottom-left-radius: 8px;
}
.table.dark > tbody > tr:last-of-type > td:last-of-type {
  border-bottom-right-radius: 8px;
}
.table.dark > tbody > tr:nth-of-type(odd) {
  background-color: rgb(242, 247, 251);
}
.table.dark > tbody > tr:nth-of-type(even) {
  background-color: white;
}
.table.dark > tbody > tr > td {
  border-top: 1px solid rgba(39, 87, 111, 0.1803921569);
}
.table.dark.hover > tbody > tr:hover {
  background: rgba(0, 174, 197, 0.18);
  cursor: pointer;
}

.table,
.table-responsive {
  width: calc(100% - 110px);
  min-width: 100%;
  max-width: none;
}

.table-responsive > .table {
  margin-left: 0;
  margin-right: 0;
}

.table.table-condensed {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.table.table-big > thead > tr > th,
.table.table-hover > thead > tr > th {
  font-size: 12px;
  font-weight: lighter;
  color: #999999;
}

.table.table-big > thead > tr > th,
.table.table-big > tbody > tr > td {
  line-height: 18px;
  padding-top: 8px;
  /* added again, because we need it.  not sure what it breaked before */
  padding-bottom: 8px;
  /* padding: 16px 8px;   this breaks things  */
}

.table > tbody > tr.sub-event > td:first-child {
  padding-left: 60px;
}

.table.events tr > td:first-child {
  padding-left: 10px;
}

.table tr.sub-event > td:first-child {
  padding-left: 60px;
}

.table > thead > tr > th.not-styled,
.table > tbody > tr > td.not-styled {
  border: 0;
  background: white;
}

.table.events thead th {
  line-height: 18px;
}

.table.events tbody td {
  line-height: 18px;
}

.table tr.finished-event {
  background-color: #efefef;
}

.table tr.today-event {
  background-color: #fff6e6;
}

.table tr.template-event {
  background-color: #d6f6ff;
}

.table .community {
  font-size: 0.9em;
  color: #999;
}

.table.table-condensed td {
  padding: 2px 8px;
}

table.table.table-condensed * {
  font-size: 12px;
}

.table tr.subhead td {
  background-color: #efefef;
  font-size: 17px;
}

.table tr.not-active td a.edit,
.table tr.not-active td {
  color: #aaa;
}

.table th:first-child,
.table td:first-child,
.table th:first-child,
.table td:first-child,
.aligned-table th:first-child,
.aligned-table td:first-child {
  padding-left: 30px;
}

.table.users tr > *:first-child {
  padding-left: 8px;
  padding-right: 0px;
}

.table.schedule tr > *:first-child {
  padding-left: 8px;
  padding-right: 8px;
}

.nowrap {
  white-space: nowrap;
}

.forced-wrap {
  word-wrap: break-word;
  word-break: break-all;
}

.inline-thumb img {
  max-width: 240px;
  max-height: 80px;
}

/* schedule */
.table .datehead td {
  padding-left: 40px;
  -webkit-box-shadow: inset 0px 0px 4px 0px #ddd;
  box-shadow: inset 0px 0px 4px 0px #ddd;
}

.table .datehead td {
  padding-top: 16px;
  padding-bottom: 12px;
  font-weight: lighter;
  color: black;
}

.table td.spots {
  padding-bottom: 0;
  padding-top: 3px;
}

.spots-slider {
  width: 100%;
  min-width: 80px;
  position: relative;
  /*border: 1px solid #CCC;*/
  /*border-top: 1px solid #EEEEEE;*/
  border-bottom: 1px solid #bbb;
  padding: 0;
  font-size: 12px;
  height: 20px;
  overflow: hidden;
  background-color: #eeffdd;
}

.spots-slider em {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ccb;
  border-bottom: 2px solid #997;
}

.spots-slider b {
  position: absolute;
  left: 1px;
  top: 0px;
  color: black;
  text-shadow: white 1px 1px;
  font-size: 13px;
}

.spots-slider span {
  position: absolute;
  opacity: 0.9;
  right: 1px;
  top: 1px;
  color: black;
  text-shadow: white 1px 1px;
}

.spots-available {
  opacity: 0.7;
  text-align: right;
  font-size: 12px;
}

/* participants list */
.table.users td {
  font-size: 13px;
  word-wrap: break-word;
  word-break: break-all;
}

.table.users td.extra {
  font-size: 11px;
}

.users .extra-label {
  color: #aaa;
}

.table .email {
  color: #999;
}

.table .imported-name {
  color: #999;
}

.table .deleted td {
  text-decoration: line-through;
  color: #999;
}

/* participants import */
.data-preview .table > thead > tr > th,
.data-preview .table > tbody > tr > td {
  vertical-align: middle;
}

.data-preview table > tbody > tr.header-row > td:not(:first-child) {
  font-weight: bold;
  background-color: #efefef;
  color: black;
}

.data-preview table > tbody > tr.ignore-row > td:not(:first-child) {
  text-decoration: line-through;
  color: #aaa;
}

.data-preview select.form-control {
  width: auto;
  padding-right: 30px;
}

/* sponsors */
.table.sponsors a.edit {
  display: block;
  color: #226974;
}

/* schedule */
.toolbar {
  opacity: 0.5;
}

.toolbar.active {
  background-color: #ffa21b;
  color: white;
  padding: 8px 30px;
  -webkit-box-shadow: -1px 0 5px #999;
  box-shadow: -1px 0 5px #999;
  position: fixed;
  left: 200px;
  right: 40px;
  bottom: 0px;
  z-index: 99;
  opacity: 1;
}

.toolbar .form-control.selectize-control {
  height: 34px;
}

.toolbar select,
.toolbar .selectize-input {
  opacity: 0.6;
}

/* --------------------------------------------------------------------------------------------------------------------------- TABLES */
/* SIDE MENU ------------------------------------------------------------------------------------------------------------------------ */
.side-menu > .placeholder {
  width: 110px;
  height: 100%;
  background-color: rgb(28, 53, 73);
}

/* ------------------------------------------------------------------------------------------------------------------------ SIDE MENU */
/* BUTTONS -------------------------------------------------------------------------------------------------------------------------- */
.btn {
  font-weight: bold;
  border-radius: 50px;
  border: transparent;
}
.btn > span:first-child, .btn > i:first-child.column-separators:not(:last-child) {
  margin-right: 0.75em;
}
.btn:active:focus, .btn:focus-within, .btn:active, .btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px #00aec5;
}

.btn-lg {
  padding: 10px 32px;
  font-weight: normal;
}

.btn.btn-default,
.btn.btn-info {
  background-color: #dddddd;
  color: #666666;
}

.btn.btn-primary {
  transition: background-color 200ms ease-out, border-color 200ms ease-out;
  background-color: rgb(0, 182, 203); /*#226974;*/
}
.btn.btn-primary:hover {
  background-color: #0094a5;
  border-color: #008898;
}
.btn.btn-primary-border {
  transition: box-shadow 200ms ease-out;
  background-color: transparent;
  border: 2px solid #00aec5;
  color: #00aec5;
  box-shadow: inset 0 0px 0px 100px rgba(205, 232, 236, 0);
}
.btn.btn-primary-border:hover {
  box-shadow: inset 0 0px 0px 100px rgba(205, 232, 236, 0.5);
}

.btn.btn-add,
.btn.btn-save,
.btn.btn-selection-actions {
  color: white;
  background-color: #1c3548;
}

.btn.btn-order {
  transition: 50ms ease-out;
  background-color: orange;
  color: white;
}
.btn.btn-order:hover {
  background-color: #ffb733;
}

.btn.btn-outline-default {
  border: 1px solid #dddddd;
  background-color: transparent;
  transition: all 0.125s ease-out;
}

.btn.btn-outline-default:hover {
  background-color: #dddddd;
  /* color: white; */
}

.btn.btn-outline-primary {
  border-color: #226974;
  background-color: transparent;
  color: #226974;
  transition: all 0.125s ease-out;
}

.btn.btn-outline-primary:hover {
  background-color: #226974;
  color: white;
}

.btn.btn-success {
  color: white;
  background-color: #2f96a5;
}

.btn.btn-success-light {
  color: #1c3548;
  background-color: #c9e9af;
}

.btn.btn-light {
  font-weight: lighter;
  text-decoration: underline;
}
.btn.btn-light-border {
  transition: 200ms ease-out, background 200ms ease-out;
  border: 2px solid white;
  background: transparent;
}
.btn.btn-light-border:hover, .btn.btn-light-border:active, .btn.btn-light-border:focus {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.btn.btn-link-light {
  color: white;
  font-weight: normal;
  background: transparent;
}
.btn.btn-link-light:hover {
  color: white;
  text-decoration: underline;
}

.btn.btn-buy,
.btn.btn-extra {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0.2)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.1) 100%);
  background-color: #ffa21b;
  color: white;
}

.btn.btn-buy:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(255, 255, 255, 0.2)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.05) 100%);
  background-color: #ffa21b;
}

body.page-header-enabled .header-button {
  display: none;
}

li.upgrade {
  background-color: #fff2eb;
}

#list_contacts {
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  background-color: #fff2eb;
}
#list_contacts legend {
  padding-top: 40px;
}

.label.label-extra {
  background-color: #ffa21b;
}

h3 .label.label-extra {
  font-size: 12px;
  vertical-align: middle;
}

a.link {
  color: #226974;
  text-decoration: underline;
}

.input-group-btn {
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0;
}
.input-group-btn > .btn {
  border-radius: 0;
}

/* -------------------------------------------------------------------------------------------------------------------------- BUTTONS */
/* TOGGLE BUTTONS ------------------------------------------------------------------------------------------------------------------- */
.btn-toggle {
  position: relative;
  text-align: left;
  padding-left: 3em;
}

.btn-toggle::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 7px;
  bottom: 6px;
  width: 16px;
  border: 1px solid #c4c4c4;
  background-color: white;
}

.btn-toggle.btn-toggle-active::after {
  content: " ";
  position: absolute;
  top: 8px;
  left: 9px;
  bottom: 8px;
  width: 12px;
  background-color: #226974;
}

/* ------------------------------------------------------------------------------------------------------------------- TOGGLE BUTTONS */
/* TABS ----------------------------------------------------------------------------------------------------------------------------- */
.panel-body > .tab-head {
  background-color: white;
  margin: -30px;
  width: auto;
  z-index: 99;
  /* to make nav-justified work properly */
}
.panel-body > .tab-head.affix {
  width: 100%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

.nav-tabs {
  border-bottom: 1px solid rgba(27, 53, 72, 0.1215686275);
  background-color: rgba(242, 247, 251, 0.97);
}

.nav-tabs > li > a {
  line-height: 34px;
  min-width: 220px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  border-radius: 0;
  border: 1px solid transparent;
  border-right: 1px solid rgba(27, 53, 72, 0.1215686275);
  margin-right: 0;
}

.nav-tabs.nav-justified > li > a {
  min-width: 100px;
}

.nav-tabs > li > a:hover {
  border-right: 1px solid rgba(27, 53, 72, 0.1215686275);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}

.nav-tabs > li.active:first-of-type > a,
.nav-tabs > li.active:first-of-type > a:hover,
.nav-tabs > li.active:first-of-type > a:focus {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}

.panel-body > .tab-content {
  margin-top: 60px;
}

/* ----------------------------------------------------------------------------------------------------------------------------- TABS */
/* FORMS -------------------------------------------------------------------------------------------------------------------------- */
.inline-form {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/*
.has-error .checkbox label { font-weight: bold; color: #C30; }
*/
.has-error .sub-form .form-control,
.has-error .sub-form .selectize-input {
  border-color: #999;
}

.sub-form .has-error .form-control,
.sub-form .has-error .selectize-input {
  border-color: #a94442;
}

.has-error .sub-form .control-label,
.has-error .sub-form .radio,
.has-error .sub-form .checkbox,
.has-error .sub-form .radio-inline,
.has-error .sub-form .checkbox-inline {
  color: #666;
}

.sub-form .has-error .control-label,
.sub-form .has-error .radio,
.sub-form .has-error .checkbox,
.sub-form .has-error .radio-inline,
.sub-form .has-error .checkbox-inline {
  color: #a94442;
}

.form-group .help-block {
  font-weight: normal;
  color: #999;
  font-size: 11px;
}

.field-list {
  display: table;
}

.sub-form-container {
  margin-left: 0px !important;
}

#answer_options .sub-form,
#answer_options .sub-form-head {
  background-color: #ddd;
  display: table-row;
}

#answer_options .sub-form-head label {
  font-size: 12px;
  font-weight: normal;
  padding: 8px 8px;
  display: table-cell;
  border-bottom: 2px solid white;
}

#answer_options .sub-form-head label span {
  font-size: 11px;
  color: #999;
}

#answer_options .sub-form .btns {
  font-size: 11px;
  color: #999;
}

#answer_options .sub-form .form-group,
#answer_options .sub-form .btns {
  display: table-cell;
  padding: 2px;
  border-bottom: 4px solid white !important;
}

#answer_options .sub-form .control-label {
  display: none;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

.submit-buttons {
  padding-top: 50px;
  text-align: right;
  background-color: white;
  text-align: right;
}

.submit-buttons .btn {
  vertical-align: middle;
  float: none !important;
}

.submit-buttons .btn-primary {
  margin-left: 10px;
}

.submit-buttons.submit-buttons-mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 60px;
  top: auto;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .submit-buttons.affix {
    top: 80px;
    right: 30px;
  }
  .affix .marketing {
    display: none;
  }
}
.btn-light.form-cancel {
  margin: 6px 0;
}

.form-horizontal {
  max-width: 1600px;
}

.form-horizontal input[type=submit] {
  float: right;
}

.form-vertical .form-group {
  margin-top: 8px;
}

.form-control[size] {
  width: auto;
  display: inline-block;
}

.settings-form {
  display: none;
  width: 100%;
  height: 100%;
}
.settings-form.well.form-horizontal {
  padding: 1em 2em;
  max-width: 800px;
  margin-left: auto;
}
.settings-form label {
  display: block;
  font-weight: normal;
  color: #999;
  font-size: 13px;
}
.settings-form .form-group {
  width: 100%;
}
.settings-form input[type=text],
.settings-form select,
.settings-form textarea {
  display: block;
  width: 100%;
}
.settings-form button[type=submit] {
  margin-top: 1em;
}
.settings-form .upload-preview img {
  max-width: 120px;
}
.settings-form.form-horizontal input[type=checkbox] + span {
  margin-top: auto;
  margin-right: 1em;
}

form.maps .upload-preview {
  text-align: center;
  min-height: 200px;
}

.upload-preview img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
  margin: auto;
}

.onpage-form {
  background-color: #eee;
  border-radius: 3px;
  padding: 10px;
}

/* schedule/values form */
.dynamic-list ul {
  width: 100%;
  padding: 0;
}

.dynamic-list ul li {
  list-style: none;
  margin: 0 0 3px 0;
  padding: 10px;
  background-color: #efefef;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

.dynamic-list ul table {
  width: 100%;
}

.dynamic-list ul li .btn {
  margin-right: 2px;
}

.dynamic-list ul li th label {
  font-size: 12px;
  font-weight: normal;
}

.dynamic-list ul li th {
  max-width: 33%;
  vertical-align: top;
}

.dynamic-list ul li input,
.dynamic-list ul li select {
  width: 100%;
  margin-bottom: 2px;
}

.add-speaker-subform {
  background-color: #e0ffd0;
  padding: 8px;
  position: relative;
}
.add-speaker-subform .add-presentation {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: underline;
  border-width: 0 0 1px 0;
  padding: 5px 20px;
  background-color: #f6f6f6;
}

.speaker-preview {
  background-color: white;
  border: 1px solid #ccc;
  padding: 3px 8px;
}

.new-speaker {
  margin-top: 1px;
  padding: 3px 8px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ccc;
  background-color: #d0efc0;
}

.suggestions .speaker-preview,
.suggestions .new-speaker {
  margin-left: 10px;
  margin-right: 3px;
}

.user-preview,
.participant-preview,
.other-preview,
.sponsor-preview {
  border: 1px solid #ccc;
  padding: 3px 8px;
  background-color: #efefef;
}

.sponsor-preview.selected {
  border-color: black;
  border-width-left: 5px;
  background-color: white;
}

#speakers .sponsor-preview {
  margin-bottom: 4px;
}

.user-preview {
  background-color: #e6ffe0;
}

.other-preview {
  text-align: center;
  padding: 8px;
}

.sponsor-candidates {
  margin: 0;
  padding: 1px;
}

.sponsor-candidates li {
  list-style: none;
}

.slot-taken {
  background-color: #d0d0d0;
}

.slot-max-capacity {
  background-color: #ff9f90;
  color: black;
}
.slot-max-capacity i {
  background-color: red;
  color: white;
  font-weight: bold;
  display: inline-block;
  padding: 1px 1em;
  border-radius: 1em;
}

.slot-taken input,
.slot-taken select,
.slot-taken .toggle-blocked {
  display: none;
}

.toggle-blocked {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  padding-top: 4px;
}

/* -------------------------------------------------------------------------------------------------------------------------- FORMS */
/* CHECKBOXES ----------------------------------------------------------------------------------------------------------------------- */
label > input[type=checkbox] {
  display: none;
}

label > input[type=checkbox] + span {
  display: inline-block;
  width: 17px;
  height: 16px;
  vertical-align: top;
  /* baseline; */
  background-image: url("img/checkbox.png");
  background-position: center;
  background-size: 17px 16px;
  background-repeat: no-repeat;
}

label > input[type=checkbox]:checked + span {
  background-image: url("img/checkbox-checked.png");
}

.form-horizontal input[type=checkbox] + span {
  margin-top: 10px;
}

/* ----------------------------------------------------------------------------------------------------------------------- CHECKBOXES */
/* SELECTS -------------------------------------------------------------------------------------------------------------------------- */
.selectize-input.items.has-options,
select.form-control {
  /* border-color: #ccc; */
  color: #666666;
  background-position: right 9px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  padding-left: 10px;
}
.selectize-input.items.has-options.input-sm,
select.form-control.input-sm {
  padding-top: 0;
  padding-bottom: 0;
}

select.form-control {
  background-image: url("../img/select-caret.png");
  background-size: 9px 4.5px;
}

select::-ms-expand {
  display: none;
}

/* -------------------------------------------------------------------------------------------------------------------------- SELECTS */
/* TABLES ------------------------------------------------------------------------------------------------------------------- */
/* temporary copied from old stylesheet, needs a more appropriate replacement that agrees with the new design */
td.red-check,
.table-hover tbody tr:hover td.red-check {
  background-color: #900;
  /* !important; */
}

td.red-check::after {
  content: "✓";
}

td.check,
.table-hover tbody tr:hover td.check {
  background-color: #3c6;
  /* !important; */
}

td.check::after {
  content: "✓";
}

td.nocheck,
.table-hover tbody tr:hover td.nocheck {
  background-color: #999;
  /* !important; */
  background-image: none !important;
}

td.check,
td.nocheck,
td.red-check {
  width: 35px;
  color: white !important;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid white;
}

td.nocheck::after {
  content: "x";
}

td.red-nocheck {
  background-color: #c30 !important;
}

table.schedule tr:not(.datehead):hover td {
  /*padding-bottom: 22px;*/
}

table.schedule tr:hover .action-tip {
  display: block;
}

table.schedule .action-tip {
  position: absolute;
  bottom: -8px;
  right: -24px;
  background-color: #c0c0c0;
  display: none;
  border-radius: 3px 13px 13px 13px;
}

table.schedule .action-tip .btns {
  background-color: #526e82;
  float: left;
  line-height: 24px;
  padding: 0;
  color: #c0c0c0;
  border-radius: 3px 13px 13px 13px;
}

table.schedule .action-tip .btns a {
  color: white;
  text-decoration: none;
  padding: 1px 13px;
  display: inline-block;
}

table.schedule .row-info {
  float: left;
  color: white;
  font-size: 11px;
  text-align: center;
  line-height: 12px;
  padding: 1px 8px;
}

/* Commented out on 18-feb-2020. Might be used for mobile. */
.is-round .name {
  font-weight: bold;
}

table.schedule .in-round {
  font-size: 0.9em;
}

.in-round .name {
  border-left: 1px solid #e0e0e0;
  padding-left: 20px;
  margin-left: 10px;
}

.is-round {
  border-top: 3px solid #efefef;
}

.in-round td:first-child {
  border-left: 5px solid white;
}

td.warning {
  background-color: #ffe0a0 !important;
  font-weight: bold;
}

div.warning {
  font-weight: bold;
  color: #cc3300;
  background-color: #ffe0a0;
  padding: 1px 3px;
}

span.invalid {
  background-color: #ffe0d0;
  border: 1px dotted #cc0000;
  display: inline-block;
}

b.code {
  border: 1px dashed #e0e0e0;
  background-color: white;
  padding: 2px 6px;
  display: inline-block;
  line-height: 1.2em;
}

span.stat {
  white-space: nowrap;
  margin-right: 5px;
}

.meetings > tbody > tr > td {
  border-top: 1px dotted #f0f0f0;
}

.meetings .meeting > td {
  border-top: 1px solid #ddd;
}

.meeting-rejected {
  opacity: 0.5;
  text-decoration: line-through;
}

.meeting-accepted td {
  background-color: #dfffdd;
}

.meeting-blocked {
  opacity: 0.5;
}
.meeting-blocked td {
  color: #993300;
  background-color: #ffdddd;
}

/* ---------------------------------------------------------------------------------------------------------------------- TABLES */
/* IMPORT PARTICIPANTS LIST STEPS --------------------------------------------------------------------------------------------------- */
.process-step {
  display: block;
  padding-left: 80px;
  margin-bottom: 60px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}

.process-step + .row {
  margin-top: -30px;
}

.process-step:not(.active) > .process-step-content {
  display: none;
}

.process-step h2 {
  margin-top: 0px;
  line-height: 45px;
  color: #aaaaaa;
}

.process-step.active h2 {
  color: black;
}

.process-step .step {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-right: 32px;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 2px solid #226974;
  border-radius: 45px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.process-step.active > .step {
  background-color: #226974;
  color: #fefefe;
}

.process-step.complete {
  cursor: pointer;
}

.process-step.complete > .step {
  background-color: #90b4b9;
  border-color: #90b4b9;
  color: #fefefe;
}

.process-step.complete h2::after {
  content: "";
  background-image: url("../img/step-complete.png");
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 45px;
  height: 28px;
  margin-left: 35px;
  vertical-align: top;
  margin-top: 6px;
}

/* --------------------------------------------------------------------------------------------------- IMPORT PARTICIPANTS LIST STEPS */
/* IMPORT USERS --------------------------------------------------------------------------------------------------------------------- */
.data-preview table > tbody > tr > td:not(:first-child) {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  white-space: nowrap;
}

.column-relations ul {
  list-style: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

ul.source-columns {
  border: 1px dashed #ddd;
  padding: 3px;
}

ul.source-columns > li {
  margin-bottom: 5px;
  background-image: url("../img/draggable.png");
  background-position: right 5px center;
}

li.source-column {
  height: 43px;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 14px;
  padding-right: 20px;
  background-color: #f3f3f3;
  border-radius: 4px;
  cursor: pointer;
}

li.source-column.assigned {
  opacity: 0.5;
  height: auto;
}

.source-columns-hide-used li.source-column.assigned {
  display: none !important;
}

li.source-column.assigned .extra-header-fields,
li.source-column.assigned .sample-data {
  display: none;
}

li.source-column.placeholder {
  background-color: white;
}

li.source-column + li.source-column {
  margin-top: 3px;
}

li.source-column .sample-data {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.import .well {
  border-radius: 4px;
}

.imported-columns > ul > li {
  /*  border-bottom: 2px dotted #efefef;*/
  background-color: #efefef;
  border-radius: 5px;
  margin: 3px;
  padding: 1px 5px;
}

.imported-columns .sample-data > span {
  background-color: #fefefe;
}

.imported-columns .source-config {
  margin-top: 5px;
  font-size: 12px;
}

.imported-columns .source-config .form-control {
  font-size: 12px;
}

.source-config .find-replace table {
  background-color: #e0e0e0;
}

.imported-columns > ul > li:last-child {
  border-bottom: none;
}

.sample-data > span {
  display: inline-block;
  background-color: #eaeaea;
  margin-right: 5px;
  line-height: 15px;
  color: #bbb;
  border-radius: 2px;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
}

li.source-column .column-index,
.imported-columns .source-column-index {
  /*    vertical-align: super;*/
  /* background-color: white; */
  font-size: 85%;
  margin-right: 1ex;
  color: #aaa;
}

li.source-column .column-index {
  margin-left: -1ex;
  margin-right: 2ex;
}

li.source-column .column-name {
  color: #666666;
  /* font-weight: bold; */
  font-size: 13px;
  vertical-align: baseline;
}

ul.target-columns > li {
  min-height: 44px;
  vertical-align: middle;
  margin-bottom: 3px;
  border-radius: 2px;
  position: relative;
}

ul.target-columns > li:not(.fixed) > .column-name:hover {
  border: 1px dashed #ccc;
  background-color: #f8eece;
}

ul.target-columns > li > .column-name {
  float: left;
  line-height: 14px;
  padding-top: 10px;
  color: #666666;
  min-height: 40px;
  width: 110px;
}

ul.target-columns > li form.column-name > textarea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: auto;
  height: auto;
  color: #666666;
  min-height: 40px;
}

ul.target-columns > li > .column-tools {
  position: absolute;
  top: 14px;
  right: -20px;
  width: 16px;
}

ul.target-columns > li.fixed > .column-name {
  cursor: default;
}

.new .column-tools {
  display: none;
}

ul.target-columns > li > ul.column-holder {
  border: 1px dashed #aaaaaa;
  margin-left: 120px;
  min-height: 45px;
}

.sample-data {
  overflow: hidden;
  text-overflow: ellipsis;
}

.find-replace > table {
  border-collapse: separate;
  border-spacing: 5px;
}

.process-step-content > div.configs {
  margin-left: -94px;
  margin-right: -15px;
}

.process-step-content > div.configs > div > div.row {
  border-bottom: 1px solid #dddddd;
}

.process-step-content > div.configs .header {
  font-size: 12px;
  font-weight: lighter;
  color: #999999;
  line-height: 40px;
}

.process-step-content .column-config .source-column-name,
.process-step-content .column-config .column-name {
  line-height: 40px;
}

.column-visible {
  padding-top: 10px;
}

.column-config .no-imported-columns {
  color: #aaa;
  padding-top: 10px;
}

/*
.process-step-content .column-config:nth-child(odd) {
    background-color: #F4F4F4;
}*/
.process-step[data-step="5"] .panel-heading {
  padding: 20px 30px 20px 30px;
  background-color: white;
  border-bottom: 1px solid #999;
}

.process-step[data-step="5"] .panel-title {
  font-weight: bold;
}

.process-step[data-step="5"] .panel-heading .panel-subtitle {
  font-size: 13px;
  padding-bottom: 20px;
  line-height: 18px;
}

.process-step[data-step="5"] .panel-body {
  padding: 1px;
  background-color: #efefef;
}

.process-step[data-step="5"] .details .table {
  padding-bottom: 0;
  margin-bottom: 0;
}

.process-step[data-step="5"] .details .table td {
  vertical-align: middle;
}

.process-step[data-step="5"] .panel {
  margin-bottom: 8px;
}

.process-step[data-step="4"] .configs table .glyphicon-plus {
  display: none;
}
.process-step[data-step="4"] .configs table tr:last-of-type .glyphicon-plus {
  display: block;
}
.process-step[data-step="4"] .configs table .glyphicon-minus {
  display: none;
}
.process-step[data-step="4"] .configs table:has(tr + tr + tr) .glyphicon-minus {
  display: block;
}
.process-step[data-step="4"] .configs .boolean-options {
  font-size: 12px;
}
.process-step[data-step="4"] .configs .boolean-options .form-group {
  margin: 0;
}
.process-step[data-step="4"] .configs .boolean-options fieldset > * {
  margin: 0 30px 10px 30px;
}
.process-step[data-step="4"] .configs .boolean-options fieldset legend {
  margin: 0;
  font-size: 12px;
  margin: 0;
  color: rgb(102, 102, 102);
}

.import-form {
  margin-top: 30px;
}

/* --------------------------------------------------------------------------------------------------------------------- IMPORT USERS */
/* UPLOAD DROP AREA ----------------------------------------------------------------------------------------------------------------- */
.well-upload.upload-img {
  border: 1px solid #ababab;
  border-radius: 4px;
  color: #a6a6a6;
}

.well.well-upload {
  position: relative;
  border: 5px dashed #cccccc;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 40px;
  color: #cccccc;
}

.well-upload.over {
  border-color: #226974;
  color: #226974;
}

.well-upload > .preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-position: top;
  background-size: cover;
  -webkit-transition: background-image 0.3s ease-out;
  transition: background-image 0.3s ease-out;
}

.well-upload.over > * {
  z-index: 2;
}

.well-upload.over > .preview {
  opacity: 0.25;
  z-index: 1;
}

.well-upload input[type=file] {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.well-upload > .empty,
.well-upload > .filled {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.well-upload > .filled {
  z-index: 15;
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 1px black;
}

.well-upload > .empty {
  opacity: 1;
}

.well-upload > .filled {
  opacity: 0;
}

.well-upload.hasPreview > .empty {
  opacity: 0;
}

.well-upload.hasPreview > .filled {
  opacity: 1;
}

#event .well-upload > .preview {
  display: none;
}

#event .well-upload.hasPreview > .preview {
  display: block;
}

/* ----------------------------------------------------------------------------------------------------------------- UPLOAD DROP AREA */
/* CREATE EVENT MODALS -----------------------------------------------------------------------------------------------------------------  */
.download-instruction {
  border: 3px solid #ffa21b;
  background-color: #ffa21b;
  color: white;
  padding: 20px 30px;
  border-radius: 8px;
}

.download-instruction h3 {
  margin-top: 0;
}

.download-instruction li {
  padding: 8px;
}

.download-instruction a {
  color: black;
}

.download-instruction .code-big {
  margin-top: 5px;
  display: inline-block;
  padding: 8px 30px;
  color: black;
  font-family: monospace;
}

.code-big {
  font-size: 36px;
}

/* ----------------------------------------------------------------------------------------------------------------- CREATE EVENT MODALS */
/* BULLET-LESS UL LISTS ------------------------------------------------------------------------------------------------------------- */
ul.plain {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ------------------------------------------------------------------------------------------------------------- BULLET-LESS UL LISTS */
/* LEGACY, temporary copied from old stylesheet ----------- */
.imageThumbsList {
  padding: 0;
  margin: 10px 0;
}

.imageThumbsList li {
  list-style: none;
  border: 1px solid #e0e0e0;
  padding: 4px;
  min-height: 150px;
  text-align: center;
}

.imageThumbsList .image-unavailable {
  display: block;
  border: 1px dashed #ccc;
  padding: 8px;
  text-align: center;
  min-height: 80px;
}

.imageThumbsList li img {
  max-width: 100%;
}

.imageThumbsList .caption {
  font-size: 15px;
}

.color-preview {
  padding: 30px 20px;
  border: 1px solid #efefef;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.no-outline {
  outline: none !important;
}
.no-outline:active {
  outline: none !important;
}
.no-outline:hover {
  outline: none !important;
}
.no-outline:focus {
  outline: none !important;
}

/* ------------ LEGACY */
/* OVERVIEW  -----------------------------------------------------------------------------------------------------------------  */
.filter-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 10px 0;
}
.filter-group div {
  display: flex;
}
.filter-group a {
  transition: background 250ms ease-out, color 250ms ease-out;
  background: #f5f5f5;
  border-radius: 0;
  outline: none !important;
}
.filter-group a:active {
  outline: none !important;
}
.filter-group a:hover {
  outline: none !important;
}
.filter-group a:focus {
  outline: none !important;
}
.filter-group a.active, .filter-group a:focus, .filter-group a:active {
  background: rgb(28, 53, 73);
  color: #00aec5;
}
.filter-group a.active:hover, .filter-group a:focus:hover, .filter-group a:active:hover {
  background: rgb(39, 89, 111);
  color: #00aec5;
}
.filter-group a:hover {
  background: rgb(39, 89, 111);
  color: #00aec5;
}
.filter-group a:first-of-type {
  border-radius: 10px 0 0 10px;
}
.filter-group a:last-of-type {
  border-radius: 0 10px 10px 0;
}

.setup {
  margin-top: 30px;
}
.setup > div > div {
  transition: opacity 500ms ease-out;
  opacity: 1;
}
.setup .fade-list {
  opacity: 0.35;
}

.setup h2 {
  color: rgb(28, 53, 73);
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}

.setup > .row {
  border-left: 2px solid #d5d5d5;
  padding-left: 10px;
  margin-left: 20px;
  margin-bottom: 30px;
  position: relative;
}
.setup > .row.order-section {
  border-left: none;
  margin-left: 0;
  padding-left: 0px;
}
.setup > .row.order-section > section {
  display: flex;
  background: rgb(28, 53, 73);
  color: white;
  border-radius: 12px;
  padding: 20px 30px;
  font-weight: bold;
}
.setup > .row.order-section > section > div {
  display: flex;
  margin-left: 30px;
  align-items: center;
}
.setup > .row.order-section > section > div > button {
  height: 35px;
  padding: 0px 20px;
}
.setup > .row.order-section > section > div > .btn-order {
  background-color: orange;
  color: white;
}
.setup > .row.order-section > section > div > .btn-order:hover {
  background-color: #ffb733;
}
.setup > .row.order-section > section > div > .btn-link {
  color: white;
  text-decoration: underline;
  font-weight: normal;
}
.setup > .row.order-section > section > div > .btn-link:hover {
  color: white;
}

.setup > .row > .icon {
  position: absolute;
  left: -13px;
  top: -3px;
  height: 35px;
  width: 40px;
  background-color: white;
  font-size: 20px;
}

.setup > .row > .icon .icon-wrapper {
  color: rgb(28, 53, 73);
  height: 26px;
  width: 26px;
  line-height: 25px;
  text-align: center;
}

.setup .well .icon {
  height: 21px;
  width: 21px;
}

.setup .well {
  margin-bottom: 0;
}

.setup p {
  color: rgb(39, 89, 111);
}

.setup p a {
  color: rgb(39, 89, 111);
  font-weight: normal;
}

.setup .font-size-large {
  font-size: 155%;
}

.setup .column-separators:not(:last-child) {
  border-right: 1px solid #aaaaaa;
}

.setup .list-group {
  box-sizing: content-box;
  overflow: hidden;
  padding: 0px 20px;
  border-bottom: 1px solid rgba(39, 89, 111, 0);
  /* When changing the height don't forget to change it also in the following file: steps_template.html  */
  min-height: 43px;
}
.setup .list-group .list-group-item {
  overflow: hidden;
  text-overflow: ellipsis;
  /* When changing the height don't forget to change it also in the following file: steps_template.html  */
  height: 43px;
}
.setup .list-group .list-group-item.filter-out-step {
  border: 0px solid #ddd;
  opacity: 0;
  height: 0;
}
.setup .list-group .list-group-item .upsell {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}

.setup .list-group .list-group-item {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #f5f5f5;
  color: rgb(28, 53, 73);
  font-weight: bold;
  font-size: 13px;
  transform-origin: bottom;
}
.setup .list-group .list-group-item.complete {
  background-color: rgb(231, 254, 234);
}
.setup .list-group .list-group-item > i {
  font-size: 14px;
  margin-right: 10px;
}
.setup .list-group .list-group-item.highlight, .setup .list-group .list-group-item:hover:not(:first-of-type) {
  background: hsl(198, 48%, 89%);
  transform: scale(1.005) translateY(-2.5px);
  box-shadow: 0 2px 3px 1px rgba(28, 53, 73, 0.35), 0 2px 1px 0px rgba(28, 53, 73, 0.4);
  border-radius: 5px;
}
.setup .list-group .list-group-item.highlight:last-of-type, .setup .list-group .list-group-item:hover:not(:first-of-type):last-of-type {
  border-radius: 3px 3px 20px 20px;
}
.setup .list-group .list-group-item:first-of-type {
  background: white;
  border: 1px solid rgba(28, 53, 73, 0);
  border-bottom: 1px solid rgb(28, 53, 73);
  transform: scaleX(1.025);
  border-radius: 0px;
  margin: 0;
}
.setup .list-group .list-group-item:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.setup .list-group .list-group-item.last-visible-item {
  border-radius: 0 0 20px 20px;
  margin-bottom: 5px;
}
.setup .list-group > .list-group-item.summary {
  z-index: 10;
}

.setup .list-group > .list-group-item.summary > .summary-expand {
  display: none;
}

.setup .list-group > .list-group-item.summary > .summary-collapse {
  display: block;
}

.setup .list-group.fold > .list-group-item.summary > .summary-expand {
  display: block;
}

.setup .list-group.fold > .list-group-item.summary > .summary-collapse {
  display: none;
}

.setup.animated .list-group,
.setup.animated .list-group > .list-group-item {
  -webkit-transition: all 200ms ease-out, height 500ms cubic-bezier(0.4, 0, 0.2, 1), max-height 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms ease-out, height 500ms cubic-bezier(0.4, 0, 0.2, 1), max-height 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.setup .list-group.fold {
  max-height: 43px !important;
  overflow: hidden;
}
.setup .list-group.fold > :first-child {
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
}

.setup .list-group-item {
  padding: 0 15px;
  line-height: 40px;
}

.setup .list-group-item .pull-right.glyphicon {
  margin-top: 14px;
}

.setup .list-group-item.complete:not(.summary) i {
  color: #25ad87;
}

.setup .list-group-item.important:not(.summary)::after {
  font-family: "Glyphicons Halflings";
  content: "\e209";
  color: #f29e44;
  display: inline-block;
  font-size: 150%;
  vertical-align: middle;
  font-weight: normal;
}

/*  -----------------------------------------------------------------------------------------------------------------  OVERVIEW */
/* BUY PAGE -----------------------------------------------------------------------------------------------------------------  */
/* .pricing-form { background-color: #EFE6DC; padding: 10px 0px; border-radius: 8px; margin-bottom: 30px;} */
.pricing-form .price {
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #48474a;
  text-align: right;
  font-size: 18px;
}

.free-explainer {
  margin-top: 16px;
  padding: 10px;
  border-radius: 8px;
  background-color: white;
}

.pricing-form .subtotal {
  text-align: right;
  color: #999;
  font-size: 18px;
}

.pricing-form fieldset {
  margin-bottom: 10px;
}

#buy.quote-form .quote-string,
#buy.buy-now-form .buy-string {
  display: default;
}

#buy.quote-form .buy-string,
#buy.buy-now-form .quote-string {
  display: none;
}

#networkapp {
  border-bottom: 2px solid white;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.organization-option {
  background-color: #f2fefe;
  padding: 8px;
  margin-bottom: 4px;
}

.organization-option .form-group {
  margin-bottom: 10px;
}

#cart .well {
  height: 100%;
  padding: 10px 30px;
}

.form legend {
  margin-bottom: 8px;
  margin-top: 16px;
}

.form .form-group .control-label {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 1px;
  margin-top: 0;
}

.form .control-label .help-block {
  text-transform: none;
  display: inline-block;
  margin: 0;
}

.order-page {
  margin: 20px auto;
  max-width: 760px;
  padding: 60px;
  box-shadow: 0px 0px 5px #bbb;
}

.order-page input[type=text] {
  background-color: #ffffdd;
  border: 1px solid #ccc;
  padding: 2px 8px;
}

.order-page #reject-flow,
.order-page #accept-flow {
  background-color: #efefef;
  border-radius: 4px;
  padding: 15px;
  margin-top: 30px;
}

.order-page #accept-flow li {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* ----------------------------------------------------------------------------------------------------------------- BUY PAGE */
/* WELLS -------------------------------------------------------------------------------------------------------------------- */
.well {
  background-color: #eeeeee;
  border-color: #dddddd;
  border-radius: 1px;
  color: #1a707d;
}
.well.un-revealed {
  display: none;
}
.well.reveal {
  -webkit-animation: fade-in 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: fade-in 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.box,
.box-active {
  color: #1a707d;
  border: 2px solid;
  border-color: rgba(26, 112, 125, 0);
  background-color: hsl(0, 0%, 95%);
  border-radius: 10px;
  padding: 15px 35px;
  text-align: center;
  transition: border 0.6s ease-out;
}

.box-active {
  border-color: #1a707d;
}

/* -------------------------------------------------------------------------------------------------------------------- WELLS */
/* PROGRESS BAR ------------------------------------------------------------------------------------------------------------- */
.progress {
  background-color: #aaaaaa;
  border-radius: 9px;
}

.progress-bar {
  background-color: #1a707f;
}

/* ------------------------------------------------------------------------------------------------------------- PROGRESS BAR */
/* ICONS -------------------------------------------------------------------------------------------------------------------- */
.icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon.icon-multiple-users {
  background-image: url("../img/icons/users-226974.png");
}

.icon.icon-bookmark {
  background-image: url("../img/icons/bookmark5-226974.png");
}

.icon.icon-two-way-arrows {
  background-image: url("../img/icons/two-way-arrows-226974.png");
}

/* -------------------------------------------------------------------------------------------------------------------- ICONS */
/* TOOLTIPS ----------------------------------------------------------------------------------------------------------------- */
.target-columns .tooltip-inner {
  max-width: unset;
  width: 350px;
}

/* ----------------------------------------------------------------------------------------------------------------- TOOLTIPS */
#user_targeting {
  margin-top: 30px;
}

#user_targeting legend {
  display: none;
}

/* HELP */
.help-article {
  margin-bottom: 4px;
}

.help-article > a {
  background-color: #efefef;
  padding: 6px 12px;
  text-decoration: underline;
  border-radius: 4px;
  display: block;
}

.help-article > div {
  display: none;
  padding: 12px;
  line-height: 1.5em;
  max-width: 640px;
}

.help-article.active > a {
  font-weight: bold;
  text-decoration: none;
}

.help-article.active > div {
  display: block;
}

/* ONBOARD STEPS        */
.onboard-steps {
  margin: 0;
}

.onboard-steps > div {
  position: relative;
  display: inline-block;
  min-width: 50px;
  height: 50px;
  padding-top: 50px;
  color: #b7b7b7;
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  font-size: 12px;
  text-align: center;
}

.onboard-steps > div:not(:last-of-type) {
  margin-right: 30px;
}

.onboard-steps > div:not(:last-of-type)::after {
  content: " ";
  width: 9px;
  height: 17px;
  position: absolute;
  top: calc(50% - 6px);
  right: -30px;
  background-image: url("../img/chevron.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.onboard-steps > div:nth-child(1) {
  background-image: url("../img/icons/step-register.png");
}

.onboard-steps > div:nth-child(2) {
  background-image: url("../img/icons/step-build.png");
}

.onboard-steps > div:nth-child(3) {
  background-image: url("../img/icons/step-try.png");
}

.onboard-steps > div:nth-child(4) {
  background-image: url("../img/icons/step-order.png");
}

.onboard-steps > div.active {
  color: #ffa21b;
}

.onboard-steps > div.active:nth-child(1) {
  background-image: url("../img/icons/step-register-active.png");
}

.onboard-steps > div.active:nth-child(2) {
  background-image: url("../img/icons/step-build-active.png");
}

.onboard-steps > div.active:nth-child(3) {
  background-image: url("../img/icons/step-try-active.png");
}

#event_type {
  height: 60px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#event_type li {
  float: left;
  width: 25%;
}

#event_type li input {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  opacity: 0;
}

#event_type li label {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding-top: 45px;
  overflow: hidden;
  text-align: bottom;
  width: 100%;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: top center;
  color: #777;
}

#event_type li:nth-child(1) label {
  background-image: url("../img/icons/type-networking.png");
}

#event_type li:nth-child(2) label {
  background-image: url("../img/icons/type-conference.png");
}

#event_type li:nth-child(3) label {
  background-image: url("../img/icons/type-tradeshow.png");
}

#event_type li:nth-child(4) label {
  background-image: url("../img/icons/type-custom.png");
}

#event_type input:checked + label {
  font-weight: bold;
  color: black;
}

#event_type li:nth-child(1) input:checked + label {
  background-image: url("../img/icons/type-networking-active.png");
}

#event_type li:nth-child(2) input:checked + label {
  background-image: url("../img/icons/type-conference-active.png");
}

#event_type li:nth-child(3) input:checked + label {
  background-image: url("../img/icons/type-tradeshow-active.png");
}

#event_type li:nth-child(4) input:checked + label {
  background-image: url("../img/icons/type-custom-active.png");
}

.well hr {
  border-color: #dddddd;
}

.containedImage {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* CARET ------------------------------------------------------------------------------------------------------ */
.caret {
  transition: all 0.25s ease-out;
}

.caret.collapsed {
  transform: rotate(90deg);
}

/* SIDEPANEL -------------------------------------------------------------------------------------------------- */
.sidepanel {
  position: fixed;
  width: 40vw;
  top: 60px;
  left: auto;
  right: -40vw;
  bottom: 0;
  background-color: #f4f4f4;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 15px;
  z-index: 100;
  transition: all 500ms cubic-bezier(0.5, 0.1, 0.21, 0.98);
}

.sidepanel.visible {
  right: 0;
  box-shadow: 1px 6px 3px rgba(0, 0, 0, 0.35), 0px 6px 8px rgba(0, 0, 0, 0.2), inset 0px 5px 4px -6px rgba(0, 0, 0, 0.2);
}
.sidepanel.visible > .toggle > button {
  right: -1px;
}

.sidepanel > .toggle {
  position: absolute;
  top: 0;
  left: -100px;
  width: 100px;
  height: 50px;
  overflow: hidden;
  pointer-events: none;
}

.sidepanel > .toggle > button {
  transition: transform 200ms ease-out, background 200ms ease-out, right 500ms cubic-bezier(0.5, 0.1, 0.21, 0.98);
  position: absolute;
  top: 8px;
  right: -40px;
  border: 1px solid #ddd;
  border-right: 0;
  color: rgb(28, 53, 73);
  background: #f4f4f4;
  width: 30px;
  font-size: 22px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35), 0px 3px 8px rgba(0, 0, 0, 0.2);
  pointer-events: all;
  outline: none;
  padding: 0 1px 0 0;
}
.sidepanel > .toggle > button:hover {
  background: rgb(205, 232, 236);
}
.sidepanel > .toggle > button:hover > i {
  transform: scale(1.1);
}

.sidepanel > .toggle > button > img {
  width: 28px;
  height: 28px;
  margin: 2px;
}

.sidepanel > .top {
  height: 130px;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
}

.sidepanel > .top h1 {
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.sidepanel > .top .nav-tabs {
  margin-top: 10px;
}

.sidepanel > .top .nav-tabs > li > a {
  padding: 0px 10px;
  min-width: 80px;
}

.sidepanel > .bottom {
  position: absolute;
  top: auto;
  left: 15px;
  right: 15px;
  bottom: 15px;
  height: 30px;
}

.sidepanel > .content {
  position: absolute;
  top: 150px;
  bottom: 50px;
  left: 15px;
  right: 15px;
  border: 1px solid #ddd;
  background: white;
  padding: 4px;
  overflow-x: auto;
  overflow-y: auto;
}

.sidepanel > .content a {
  color: #226974;
  text-decoration: underline;
}

.sidepanel > .content .panel {
  margin: 15px;
  box-shadow: none;
}

.sidepanel > .content .panel-heading {
  padding: 2px 12px;
}

.sidepanel > .content .panel-body {
  transition: all 500ms cubic-bezier(0.5, 0.1, 0.21, 0.98);
  overflow: hidden;
  padding: 15px 5px;
}

.sidepanel > .content .panel-body .list-group {
  margin-left: 15px;
}

.sidepanel > .content .panel-body table {
  margin: 0;
  min-width: 0;
}

.feature-table {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}

.feature-table tr:nth-child(2n) td {
  background-color: white;
}

.feature-table th {
  font-weight: bold;
  padding: 10px 5px;
}

.feature-table td {
  padding: 3px 5px;
}

.feature-table td .checkmark {
  width: 16px;
  height: 17px;
}

.quote-confirm {
  padding: 30px 0;
  font-family: Helvetica, sans-serif;
}

.quote-confirm h1 {
  color: black;
  font-family: Helvetica, sans-serif;
  font-size: 1.8em;
  margin-top: 3px;
  margin-bottom: 16px;
  text-align: left;
}

.quote-confirm .glyphicon-envelope {
  color: #19b0c6;
}

.quote-confirm .btn-block {
  font-weight: 400;
  background-color: #e6e6e6;
  color: #444;
  padding: 15px 5px 12px 5px;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  line-height: 150%;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
}

.quote-confirm .btn-block:hover {
  background-color: #e0e0e0;
}

.quote-confirm .glyphicon-file {
  color: white;
  font-size: 140%;
  vertical-align: middle;
  margin: -0.25em auto 0px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}


.badge {
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

/* *********************    */
/* Changes after 1 Jan 2020 */
/* *********************    */
.form-group-subhead {
  background-color: #eee;
}

/* *********************    */
.speeddate h1 {
  margin-bottom: 30px;
}
.speeddate table {
  margin: 20px 0px;
}

.highlight {
  background: rgb(205, 232, 236);
}

.empty-space {
  margin-bottom: 40px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  /* adjust linheight */
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  /* adjust linheight */
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-dark {
  transition: 200ms ease-out, background 200ms ease-out;
  color: white;
  background: rgb(28, 53, 73);
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background: rgb(0, 0, 0);
  color: #00aec5;
}

.change-wobble {
  -webkit-animation: shake-bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

@-webkit-keyframes shake-bottom {
  0%, 100% {
    display: unset;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  40% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@keyframes shake-bottom {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  40% {
    -webkit-transform: rotate(-2eg);
    transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.layout .content > .marketing {
  margin-top: -3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}

.tab-head .marketing,
.layout .content > .marketing {
  background-color: #ffdd99;
  z-index: 80;
  position: relative;
}
.tab-head .marketing a,
.layout .content > .marketing a {
  color: #997700;
  padding: 12px 30px 12px 30px;
  display: block;
}
.tab-head .marketing a b,
.layout .content > .marketing a b {
  text-decoration: underline;
}
.tab-head .marketing .close,
.layout .content > .marketing .close {
  position: absolute;
  right: 42px;
  top: 12px;
}

.dot {
  border-radius: 5px;
  height: 10px;
  width: 10px;
  overflow: hidden;
  vertical-align: top;
  line-height: 14px;
  display: inline-block;
}

.placer-room-capacity {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 1px;
}

/* */
.user-profile-menu .btn {
  display: block;
  margin-bottom: 5px;
}
.user-profile-menu .btn-outline-default {
  background-color: white;
}
.user-profile-menu .btn-outline-default.active {
  border-color: #777;
}

ins {
  text-decoration: none;
  font-weight: bold;
}

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