body {
  min-height: 100vh;
  background-color: #ffffff;
}
.main-app-container {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
.main-content-wrapper {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-view {
  opacity: 0;
}
.main-view.visible {
  opacity: 1;
}
h1 {
  font-size: 24px;
  color: #343d4f;
  font-weight: 400;
}
h2 {
  font-size: 16px;
  color: #343d4f;
  font-weight: 600;
}
h3 {
  font-size: 18px;
  color: #b8bcc8;
  font-weight: 600;
}
h4 {
  font-size: 14px;
  color: #343d4f;
  font-weight: 600;
}
h5 {
  font-size: 14px;
  color: #54627f;
  font-weight: 400;
}
h6 {
  font-size: 12px;
  color: #54627f;
  font-weight: 400;
}

h1.large {
    font-size: 44px;
    font-weight: 300;
}

h1.medium{
    font-size: 32px;
    font-weight: 300;
    margin-top: 0;
}

.sortable-header {
  cursor: pointer;
}
.table {
  background: #ffffff;
}
.table td.events-logo-cell {
  text-align: center;
}
.table > tbody > tr .label-container {
  text-align: center;
}
.table > tbody > tr > td {
  vertical-align: middle;
  font-size: 14px;
}
.table > thead {
  border: 1px solid #eff2f7;
  background: #fafafa;
}
.table > thead > tr > th {
  vertical-align: middle;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 12px;
  color: #54627f;
}
.table > thead > tr > th i.sort-indicator {
  margin-top: 3px;
  float: right;
}
.table-container-table {
  margin-bottom: 0;
}
.table-container-table > thead > tr > th {
  border: 1px solid #eff2f7;
}
.table-container-table > tbody > tr > td {
  border-top: 1px solid #eff2f7;
}
.table-container-pagination {
  margin-right: 0;
  margin-left: 0;
}
.btn-silver {
  background-color: silver;
}
.btn-success {
  background-color: #3cb878;
}
.btn-success:hover {
  background-color: #47da8e;
}
.btn-warning {
  background-color: #efefef;
  color: #54627f;
  border: 1px solid #b1b4bf;
}
.btn-warning:hover {
  background-color: white;
  color: #54627f;
  border: 1px solid #b1b4bf;
}
.btn-multiselect {
  background: white;
  border: 1px solid #BAC1CB;
  color: #526273;
  padding-bottom: 6px;
  padding-top: 7px;
  text-align: left;
}
.btn-full-width {
  width: 100%;
}
.btn.btn-multiselect[disabled] {
  color: inherit;
  opacity: 0.5;
}
.btn-multiselect > .caret {
  position: absolute;
  right: 8px;
  margin-top: 10px;
}
.btn-default {
  background-color: #3cafe4;
}
.btn-default:active {
  background-color: #3cafe4;
}
.btn-default:hover {
  background-color: #43c4ff;
}
.btn-group .btn-default {
  border: 1px solid #b1b4bf;
  background-color: white;
  color: #b1b4bf;
}
.btn-group .active {
  background-color: #3cafe4;
  color: white;
}
.btn-linkedin {
  background-color: #126699;
}
.btn-linkedin:hover {
  background-color: #1A83C4;
}
a {
  color: #56b4eb;
}
a:hover {
  text-decoration: underline;
}
.pagination > li > a {
  color: #3cafe4;
}
.pagination > .active > a {
  background-color: #3cafe4;
  border-color: #3cafe4;
}
label {
  color: #343d4f;
}
.label {
  background-color: #ffffff;
}
.label-info {
  color: #aab2bd;
  border: 1px solid #aab2bd;
}
.label-success {
  color: #3cb878;
  border: 1px solid #3cb878;
}
label.error {
  border: none;
  padding: 0 5px;
  margin-bottom: 0;
}
label.error-visible {
  background: none;
  color: red;
  font-size: 12px;
  font-weight: 300;
}

label.error-hidden {
  max-height: 0;
  padding: 0;
}

.bz-input-disabled {
  border: none;
  background-color: #E6E9ED;
}
ul.messenger-theme-flat {
  background: #54627F;
}
ul.messenger-theme-flat .messenger-message-slot.messenger-first.messenger-last .messenger-message {
  webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.13), inset 48px 0 0 #343d4e;
  -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.13), inset 48px 0 0 #343d4e;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.13), inset 48px 0 0 #343d4e;
}
.dropdown-menu {
  border: none;
  padding: 0;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0px;
}

.dropdown-menu > li > a {
  color: #343d4f;
  line-height: 30px;
  font-size: 15px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: inherit;
}

.dropdown.settings .dropdown-menu > li > a:hover {
  background: inherit;
  color: #46AEE9;
}
.dropdown-menu > li {
  border-bottom: 1px solid #EFEFEF;
}
.dropdown-backdrop {
  /* */
  width: 1px;
  height: 1px;
}
#leftside-navigation ul,
#leftside-navigation ul ul {
  margin: 0;
}
#leftside-navigation ul li a:hover,
#leftside-navigation ul li.active > a {
  color: #3cafe4;
}
.nav-icon-button {
  height: 100%;
  width: 100%;
  display: block;
}
#leftside-navigation {
  position: absolute;
  overflow: auto;
  top: 100px;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-top: 0;
}
.powered-by-bizzabo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: #c5c8d1 url("/images/powered_by_bizzabo.png") 57% center no-repeat;
}
.powered-by-bizzabo > i {
  font-size: 20px;
  color: #3cafe4;
  position: absolute;
  top: 4px;
  left: 30px;
}
.main-view,
.breadcrumb-view {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.breadcrumb {
  color: #54627f;
  padding-left: 0;
}
.panel {
  background-color: transparent;
}
.panel-body {
  background-color: #ffffff;
  padding: 30px 15px;
}
.panel-body.table-body {
  padding: 0;
}
.panel-body > div {
  margin-bottom: 10px;
}
.panel-primary > .panel-heading {
  color: white;
  background: #546280;
  border: none;
  text-align: center;
}
.panel-default > .panel-heading {
  text-align: center;
  background: #efefef;
  color: #343D51;
}
.panel-info > .panel-heading {
  background-color: white;
  border-top: 2px solid #3cb878;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  border-right: 1px solid #b1b4bf;
  border-left: 1px solid #b1b4bf;
}
.panel-info > .panel-heading .header-actions {
  text-align: right;
  text-transform: none;
  padding-top: 7px;
}
.panel-info > .panel-body {
  border: 1px solid #b1b4bf;
  border-top: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel-info-with-summary {
  margin-bottom: 0;
}
.panel-info-summary {
  margin-top: 0;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
.panel-info-summary > div {
  font-size: 18px;
  height: 52px;
  padding-top: 12px;
  border-right: 1px solid #b1b4bf;
  border-bottom: 1px solid #b1b4bf;
}
.panel-info-summary > div:first-child {
  border-left: 1px solid #b1b4bf;
}
.placeholder-select option:first-child {
  color: #b1b4bf;
}
.placeholder-select option[disabled]:first-child {
  display: none;
}
.nano > .nano-content {
  overflow: inherit;
}
.slider-default .slider-selection {
  background-color: #3cafe4;
}
.help-icon {
  color: #54627f;
  font-size: 23px;
}
.currency-display {
  unicode-bidi: embed;
}
ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right,
ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
  left: 100%;
}
@media (max-width: 960px) {
  ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right,
  ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
    left: auto;
  }
}
@media (max-width: 767px) {
  .zoom-out {
    opacity: 0.8;
    -webkit-transform: translate3d(100px, 0, -300px) rotateY(-20deg);
    -moz-transform: translate3d(100px, 0, -300px) rotateY(-20deg);
    -ms-transform: translate3d(100px, 0, -300px) rotateY(-20deg);
    -o-transform: translate3d(100px, 0, -300px) rotateY(-20deg);
    transform: translate3d(100px, 0, -300px) rotateY(-20deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .main-zoom-out {
    background: #A2A2A2;
  }
  .screen-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
    max-width: 170px;
    overflow: hidden;
  }
}
.form-control {
  background-color: #ffffff;
  color: #526273;
  border: 1px solid #B0B7C2;
  padding-left: 3px;
}
.price-input-container {
  position: relative;
}
.price-input-container span:first-child {
  position: absolute;
  top: 8px;
  left: 10px;
}
textarea.form-control {
  height: 150px;
}
.confirmation-popup {
  padding: 2px;
  min-width: 120px;
}
.confirmation-popup h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.confirmation-popup > div {
  margin-top: 24px;
}
.confirmation-popup .confirmation-neg {
  margin-right: 10px;
}

.dropdown {
  height: 100%;
  width: 100%;
}

.container-image {
  position: relative;
  width: 174px;
  height: 100px;
  border: 1px solid #AAB2BF;
}
.container-image .account-img-edit-button > a {
  left: 0;
  right: 0;
  text-align: center;
}
.placeholder-image {
  background-image: url("/images/emptyPattern.png");
}
.tab-content {
  margin: 15px;
}
.tab-content .tab-header {
  padding-bottom: 5px;
}
.tab-content .tab-header h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tab-content .tab-header div:last-child {
  padding-right: 15px;
  padding-left: 15px;
}
.tab-content .tab-header .btn {
  width: 100%;
}
.change_linkedin_password {
  text-align: center;
}
.radio.extra-info .icheck-item {
  margin-left: -30px;
  margin-right: 4px;
}
.radio .icheck-item {
  margin-left: -20px;
  margin-right: 4px;
}
.radio.extra-info .icheck-item {
  margin-left: -30px;
  margin-right: 4px;
}
.radio.first-radio {
  margin-top: 10px;
}
.radio.last-radio {
  margin-bottom: 10px;
}
#filepicker_dialog_container {
  width: 500px !important;
}
.form-control[readonly].datepicker {
  color: inherit;
  background: inherit;
  cursor: pointer;
}
.datepicker {
  display: inline;
  width: 126px;
  text-align: center;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.datepicker-block {
  display: inherit;
  width: 100%;
}
.datepicker-dropdown {
  width: auto;
}
.date-field-prefix .icon-date {
  background: #3cafe4;
  padding: 5px;
  color: white;
  font-size: 26px;
  margin-right: -4px;
  vertical-align: bottom;
  width: 36px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.messenger-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.modal-header {
  border-bottom: none;
}
hr {
  border-top: 1px solid #B8BBC3;
}
/*.dropdown-menu > li > a:hover,*/
/*.dropdown-menu > li > a:focus,*/
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #ececec;
}
.bootstrap-select,
.selectpicker {
  transition: none;
}
.selectpicker.disabled {
  background-color: #eee;
  color: #526273;
}
/*.bootstrap-select.btn-group .dropdown-menu {*/
  /*background-color: #ffffff;*/
/*}*/
.bootstrap-select.btn-group .filter-option {
  font-size: 13px;
}
#leftside-navigation ul ul li a {
  font-size: 14px;
}
.weak {
  font-weight: lighter;
}
.ticket-form-field .bootstrap-select.form-control:not([class*="span"]) {
  width: auto;
}
.ticket-form-field .bootstrap-select.form-control:not([class*="span"]) button {
  padding-right: 30px;
  padding-left: 10px;
}
.sp-container,
.sp-replacer:hover,
.sp-replacer:active,
.sp-replacer {
  border-color: #b1b4bf;
  background: #ffffff;
}
.tooltip-inner {
  text-align: left;
}
.search-container .search-box-icon {
  top: 30%;
  left: 25px;
  position: absolute;
  color: #AAB2BE;
}
.search-container .search-box {
  padding-left: 30px;
}
.input-group .input-group-addon {
  border: 1px solid #B0B7C2;
  border-right: none;
}
.input-group .form-control {
  border: 1px solid #B0B7C2;
}
label.icheck-label {
  font-weight: normal;
}
.icheckbox_square-grey {
  vertical-align: top;
}
.checkbox-indent {
  display: inline-block;
  width: 86%;
}
.label.error {
  border: none;
  display: table-cell;
}

.rotateArrow {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    display: block;
}

.rotateArrowLeft {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: block;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bz-loader {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fr-view span[style~="color:"] a {
    color: inherit;
}

.rowHolder span[style~="color:"] a {
  color: inherit;
}