/* line 5, /app/app/assets/stylesheets/main/style.scss.erb */
html {
  height: 100%;
}

/* line 8, /app/app/assets/stylesheets/main/style.scss.erb */
body {
  font-weight: 400;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* sticky footer: #main-wrapper grows to fill the viewport on short pages, pushing the footer
   to the bottom; on long pages it simply scrolls with the rest of the content as before. */
/* line 16, /app/app/assets/stylesheets/main/style.scss.erb */
#main-wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  /* a page's top-level .section-bg (colored section background, used across many views) needs
     to stretch to #main-wrapper's full height itself, otherwise short pages show a visible gap
     of plain white between the end of the colored section and the footer. */
}
/* line 24, /app/app/assets/stylesheets/main/style.scss.erb */
#main-wrapper > .section-bg {
  flex: 1 0 auto;
}

/* line 29, /app/app/assets/stylesheets/main/style.scss.erb */
table,
footer,
.breadcrumb {
  font-weight: 300;
}

/* line 35, /app/app/assets/stylesheets/main/style.scss.erb */
.table-hover > tbody > tr:hover {
  background-color: #e67e2230;
}

/* line 39, /app/app/assets/stylesheets/main/style.scss.erb */
a:hover, a:focus {
  color: #E67E22;
}

/* line 42, /app/app/assets/stylesheets/main/style.scss.erb */
.alertify-logs {
  right: 90px;
  bottom: 13px;
}

/* line 47, /app/app/assets/stylesheets/main/style.scss.erb */
.mprotect:before {
  content: attr(data-w) "@" attr(data-u);
  unicode-bidi: bidi-override;
  direction: rtl;
}

/* line 53, /app/app/assets/stylesheets/main/style.scss.erb */
.band_nix {
  position: absolute;
  opacity: 0;
}

@media (max-width: 767px) {
  /* line 59, /app/app/assets/stylesheets/main/style.scss.erb */
  #intercom-container .intercom-launcher-frame {
    left: 20px;
  }

  /* line 62, /app/app/assets/stylesheets/main/style.scss.erb */
  .alertify-logs {
    right: initial;
    width: 100%;
    bottom: 0;
    z-index: 10000000000;
  }

  /* line 68, /app/app/assets/stylesheets/main/style.scss.erb */
  .alertify-logs .alertify-log {
    border-radius: initial;
  }
}
/* line 72, /app/app/assets/stylesheets/main/style.scss.erb */
.alertify-logs {
  z-index: 10000000000;
}

/* line 75, /app/app/assets/stylesheets/main/style.scss.erb */
.modal {
  z-index: 100000001;
}

/* line 78, /app/app/assets/stylesheets/main/style.scss.erb */
.modal-body p {
  overflow: hidden;
}

/* line 81, /app/app/assets/stylesheets/main/style.scss.erb */
.modal.modal-wide .modal-dialog {
  width: 90%;
}

/* line 84, /app/app/assets/stylesheets/main/style.scss.erb */
.modal-wide .modal-body {
  overflow-y: auto;
}

/* line 87, /app/app/assets/stylesheets/main/style.scss.erb */
.modal-title {
  font-size: 18px;
  font-weight: 600;
}

/* line 91, /app/app/assets/stylesheets/main/style.scss.erb */
#intercom-container .intercom-launcher-button {
  border-radius: 20% !important;
  border-color: #FFF !important;
}

/* line 95, /app/app/assets/stylesheets/main/style.scss.erb */
#intercom-container .intercom-composer,
#intercom-container .intercom-powered-by {
  background-color: #E67E22 !important;
}

/* line 99, /app/app/assets/stylesheets/main/style.scss.erb */
#intercom-container .intercom-powered-by {
  color: #D8AF8B !important;
}

/* line 102, /app/app/assets/stylesheets/main/style.scss.erb */
#intercom-container .intercom-composer-textarea textarea,
#intercom-container .intercom-composer-textarea pre > span {
  border: 1px solid #AAA !important;
}

/* line 106, /app/app/assets/stylesheets/main/style.scss.erb */
#intercom-container .intercom-composer textarea::-moz-placeholder {
  color: #2C3E50 !important;
}

/* line 109, /app/app/assets/stylesheets/main/style.scss.erb */
#intercom-container .intercom-composer textarea {
  border-top: 1px solid #AAA !important;
}

/* line 112, /app/app/assets/stylesheets/main/style.scss.erb */
#intercom-container .intercom-link-container {
  display: none !important;
}

/* line 115, /app/app/assets/stylesheets/main/style.scss.erb */
#main-wrapper {
  background-color: #FFF;
  overflow-x: hidden;
}

/* line 119, /app/app/assets/stylesheets/main/style.scss.erb */
footer {
  padding: 15px 10px 25px 10px;
  font-weight: 400;
}

/* line 123, /app/app/assets/stylesheets/main/style.scss.erb */
footer > div.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 127, /app/app/assets/stylesheets/main/style.scss.erb */
.btn:focus,
.btn.focus {
  color: #FFF;
}

/* line 131, /app/app/assets/stylesheets/main/style.scss.erb */
.btn.btn-default:focus,
.btn.btn-default.focus {
  color: #333;
}

/* line 135, /app/app/assets/stylesheets/main/style.scss.erb */
.opacity-grey,
.inactive {
  opacity: 0.5;
  cursor: initial;
}

/* line 140, /app/app/assets/stylesheets/main/style.scss.erb */
.opacity-grey:hover,
.inactive:hover {
  background-color: #FFF !important;
}

/* line 144, /app/app/assets/stylesheets/main/style.scss.erb */
.btn-link:focus, .btn-link.focus {
  color: #E67E22;
}

/* line 147, /app/app/assets/stylesheets/main/style.scss.erb */
.fa-lead {
  color: #E67E22;
}

/* line 150, /app/app/assets/stylesheets/main/style.scss.erb */
label.readonly {
  color: #A8A8A8;
}

/* line 153, /app/app/assets/stylesheets/main/style.scss.erb */
input.readonly {
  background-color: #ECECEC !important;
  color: #A8A8A8;
  cursor: not-allowed !important;
}

/* line 158, /app/app/assets/stylesheets/main/style.scss.erb */
.fa-orange,
.btn-orange {
  color: #E67E22;
}

/* line 162, /app/app/assets/stylesheets/main/style.scss.erb */
.fa-green,
.btn-green {
  color: #5CB85C;
}

/* line 166, /app/app/assets/stylesheets/main/style.scss.erb */
.fa-red,
.btn-red {
  color: #D9534F;
}

/* line 170, /app/app/assets/stylesheets/main/style.scss.erb */
.fa-grey,
.btn-grey {
  color: #BEBEBE;
}

/* line 174, /app/app/assets/stylesheets/main/style.scss.erb */
.btn-danger {
  color: #FFF;
  background-color: #d82e2e;
  border-color: #D25551;
}

/* line 179, /app/app/assets/stylesheets/main/style.scss.erb */
.btn-success {
  color: #FFF;
  background-color: #16af16;
  border-color: #4cae4c;
}

/* line 184, /app/app/assets/stylesheets/main/style.scss.erb */
.btn-warning {
  color: #FFF;
  background-color: #e97610;
  border-color: #D48B24;
}

/* line 189, /app/app/assets/stylesheets/main/style.scss.erb */
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #FFF;
  background-color: #F99303;
  border-color: #E08402;
}

/* line 194, /app/app/assets/stylesheets/main/style.scss.erb */
.btn-notice,
.btn-info {
  color: #FFF;
  background-color: #465ad7;
  border-color: #3D55E3;
}

/* line 200, /app/app/assets/stylesheets/main/style.scss.erb */
.btn-notice:hover, .btn-notice:focus, .btn-notice.focus, .btn-notice:active, .btn-notice.active, .open > .dropdown-toggle.btn-notice,
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #FFF;
  background-color: #4D5BAD;
  border-color: #3F4B8E;
}

/* line 206, /app/app/assets/stylesheets/main/style.scss.erb */
.fa-dark,
.btn-dark {
  color: #8C8C8C;
}

/* line 210, /app/app/assets/stylesheets/main/style.scss.erb */
.lead,
.orange {
  color: #E67E22;
}

/* line 214, /app/app/assets/stylesheets/main/style.scss.erb */
.bold {
  font-weight: bold;
}

/* line 217, /app/app/assets/stylesheets/main/style.scss.erb */
.btn-lead,
.btn-link {
  cursor: pointer;
}

/* line 221, /app/app/assets/stylesheets/main/style.scss.erb */
.btn .fa-money {
  margin-left: -1px;
}

/* line 224, /app/app/assets/stylesheets/main/style.scss.erb */
.nav > li > a {
  padding: 5px 15px;
}

/* line 227, /app/app/assets/stylesheets/main/style.scss.erb */
.nav .dropdown > a i.fa-globe {
  color: #ADADAD !important;
  font-size: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
}

/* line 233, /app/app/assets/stylesheets/main/style.scss.erb */
.nav .notification-icon {
  margin-right: 5px;
}

/* line 236, /app/app/assets/stylesheets/main/style.scss.erb */
.nav .dropdown-toggle {
  padding-top: 25px !important;
  padding-bottom: 20px !important;
}

/* line 240, /app/app/assets/stylesheets/main/style.scss.erb */
.nav .dropdown-toggle:hover {
  padding-top: 25px !important;
}

/* line 243, /app/app/assets/stylesheets/main/style.scss.erb */
.nav .open .dropdown-toggle {
  padding-top: 25px !important;
}

/* line 248, /app/app/assets/stylesheets/main/style.scss.erb */
#mainMenu .am-score-icon-link > a {
  height: 80px;
  padding: 23px 0 !important;
}
/* line 252, /app/app/assets/stylesheets/main/style.scss.erb */
#mainMenu .am-score-icon-link > a:hover {
  background-color: transparent !important;
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
/* line 258, /app/app/assets/stylesheets/main/style.scss.erb */
#mainMenu .am-score-icon-link > a .am-score-icon {
  transform: translateY(4px);
}

/* line 264, /app/app/assets/stylesheets/main/style.scss.erb */
.am-score-icon {
  width: 100%;
  height: 100%;
  min-width: 30px;
  min-height: 30px;
  user-select: none;
}
/* line 271, /app/app/assets/stylesheets/main/style.scss.erb */
.am-score-icon .am-score-donut {
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  font-family: Lato, Helvetica, Arial, sans-serif;
}
/* line 278, /app/app/assets/stylesheets/main/style.scss.erb */
.am-score-icon .am-score-donut-ring {
  stroke: #DDD;
  fill: #FFF;
}
/* line 283, /app/app/assets/stylesheets/main/style.scss.erb */
.am-score-icon .am-score-donut-segment {
  transform-origin: center;
  transform: rotate(180deg);
  stroke: #e67e22;
}
/* line 289, /app/app/assets/stylesheets/main/style.scss.erb */
.am-score-icon .am-score-donut-text-wrapper {
  transform: translateY(7px);
}
/* line 293, /app/app/assets/stylesheets/main/style.scss.erb */
.am-score-icon .am-score-donut-text {
  fill: #000;
}

/* line 298, /app/app/assets/stylesheets/main/style.scss.erb */
.clickableRow .am-score-icon {
  margin: auto;
}

@media (max-width: 991px) {
  /* line 303, /app/app/assets/stylesheets/main/style.scss.erb */
  .clickableRow .am-score-icon {
    transform: translateX(-6px);
  }
}
/* line 309, /app/app/assets/stylesheets/main/style.scss.erb */
#mainMenu.scroll .am-score-icon-link > a {
  height: 53px;
  padding: 9px 0 10px 0 !important;
}
/* line 313, /app/app/assets/stylesheets/main/style.scss.erb */
#mainMenu.scroll .nav .dropdown-toggle {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
/* line 317, /app/app/assets/stylesheets/main/style.scss.erb */
#mainMenu.scroll .nav .dropdown-toggle:hover {
  padding-top: 10px !important;
}
/* line 320, /app/app/assets/stylesheets/main/style.scss.erb */
#mainMenu.scroll .nav .open .dropdown-toggle {
  padding-top: 10px !important;
}

/* line 324, /app/app/assets/stylesheets/main/style.scss.erb */
.nav .user-down .dropdown-toggle > div {
  border: 1px solid #e67e22;
  border-radius: 18px;
  padding: 6px 12px;
  color: #e67e22;
  font-weight: 500;
}

/* line 331, /app/app/assets/stylesheets/main/style.scss.erb */
.nav .user-down .dropdown-toggle > div > i.fa-user {
  padding: 3px 7px 0 2px;
  font-size: 15px;
  margin-right: 0;
}

/* line 336, /app/app/assets/stylesheets/main/style.scss.erb */
.nav .user-down .dropdown-menu {
  min-width: 100%;
}

/* line 339, /app/app/assets/stylesheets/main/style.scss.erb */
.nav .help-dropdown-toggle {
  padding-right: 0;
}
/* line 342, /app/app/assets/stylesheets/main/style.scss.erb */
.nav .help-dropdown-toggle > div {
  border: 1px solid #e67e22;
  border-radius: 18px;
  padding: 3px 8px;
  color: #e67e22;
  font-weight: 500;
  transform: translateY(4px);
}
/* line 350, /app/app/assets/stylesheets/main/style.scss.erb */
.nav .help-dropdown-toggle > div > i {
  font-size: 17px;
}

/* line 355, /app/app/assets/stylesheets/main/style.scss.erb */
.nav .help-dropdown {
  min-width: 100%;
}

/* line 358, /app/app/assets/stylesheets/main/style.scss.erb */
.hidden {
  display: none;
}

/* line 361, /app/app/assets/stylesheets/main/style.scss.erb */
.equal-height {
  display: flex;
  flex-wrap: wrap;
}
/* line 365, /app/app/assets/stylesheets/main/style.scss.erb */
.equal-height > .col-md-4, .equal-height > .col-md-6, .equal-height > .col-md-8, .equal-height > .col-md-10, .equal-height > .col-md-12 {
  flex: 1;
}
/* line 372, /app/app/assets/stylesheets/main/style.scss.erb */
.equal-height > .col-md-4 > .panel, .equal-height > .col-md-6 > .panel, .equal-height > .col-md-8 > .panel, .equal-height > .col-md-10 > .panel, .equal-height > .col-md-12 > .panel {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
/* line 377, /app/app/assets/stylesheets/main/style.scss.erb */
.equal-height > .col-md-4 > .panel > .panel-body, .equal-height > .col-md-6 > .panel > .panel-body, .equal-height > .col-md-8 > .panel > .panel-body, .equal-height > .col-md-10 > .panel > .panel-body, .equal-height > .col-md-12 > .panel > .panel-body {
  flex: 1;
}

/* line 384, /app/app/assets/stylesheets/main/style.scss.erb */
#error_explanation h2 {
  font-size: 18px;
  border-bottom: 2px solid #333;
  color: #333;
}
/* line 390, /app/app/assets/stylesheets/main/style.scss.erb */
#error_explanation li {
  color: #333;
}

/* line 394, /app/app/assets/stylesheets/main/style.scss.erb */
.user-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 700px;
  padding-top: 50px;
}

/* line 403, /app/app/assets/stylesheets/main/style.scss.erb */
.user-background #text {
  position: relative;
  color: #000;
}
/* line 407, /app/app/assets/stylesheets/main/style.scss.erb */
.user-background #text .sub-claim {
  color: #000;
}

@media (min-width: 1200px) {
  /* line 414, /app/app/assets/stylesheets/main/style.scss.erb */
  .index-content {
    width: 1200px;
  }
}
/* line 418, /app/app/assets/stylesheets/main/style.scss.erb */
.landingpage-content {
  margin-top: 70px;
}

/* line 421, /app/app/assets/stylesheets/main/style.scss.erb */
.index-content {
  margin: auto;
  text-align: center;
  padding: 0 10px 5px 10px;
}

/* line 426, /app/app/assets/stylesheets/main/style.scss.erb */
.index-content #text {
  margin-bottom: 20px;
}

/* line 429, /app/app/assets/stylesheets/main/style.scss.erb */
.index-content #form button {
  white-space: normal;
}

/* line 432, /app/app/assets/stylesheets/main/style.scss.erb */
.index-content #video [class*="col-"] {
  margin-bottom: 10px;
}

/* line 435, /app/app/assets/stylesheets/main/style.scss.erb */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 442, /app/app/assets/stylesheets/main/style.scss.erb */
.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 449, /app/app/assets/stylesheets/main/style.scss.erb */
.index-content .sub {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: bold;
  border-radius: 6px;
  margin: 0 0 40px 0;
}

/* line 456, /app/app/assets/stylesheets/main/style.scss.erb */
.index-content .sub.title {
  margin-top: 15px;
  margin-bottom: 25px;
}

/* line 460, /app/app/assets/stylesheets/main/style.scss.erb */
.index-content .buttons {
  margin-top: 15px;
}

/* line 463, /app/app/assets/stylesheets/main/style.scss.erb */
.nobr {
  white-space: nowrap;
}

/* line 466, /app/app/assets/stylesheets/main/style.scss.erb */
tr.nobr th {
  white-space: nowrap;
}

/* line 469, /app/app/assets/stylesheets/main/style.scss.erb */
td .flex-td-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

/* line 475, /app/app/assets/stylesheets/main/style.scss.erb */
.clickable, .clickableRow, .clickableRowRemote {
  cursor: pointer;
}

/* line 478, /app/app/assets/stylesheets/main/style.scss.erb */
.embed-container {
  position: relative;
  padding-bottom: 28.125%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 50%;
  height: auto;
  margin-bottom: 12px;
  margin-top: 30px;
}

/* line 489, /app/app/assets/stylesheets/main/style.scss.erb */
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 497, /app/app/assets/stylesheets/main/style.scss.erb */
.form-control[readonly] {
  cursor: text;
  background-color: #FFF;
}

/* line 501, /app/app/assets/stylesheets/main/style.scss.erb */
#notificationDropdown .badge {
  font-size: 10px;
  position: relative;
  min-width: 21px;
  top: -11px;
  left: 8px;
  background-color: #A0A0A0;
}

/* line 509, /app/app/assets/stylesheets/main/style.scss.erb */
.btn-icon i {
  font-size: 18px;
  top: 1px;
  position: relative;
}

/* line 514, /app/app/assets/stylesheets/main/style.scss.erb */
.btn-icon.btn-left i {
  margin-left: 0;
  margin-right: 5px;
}

/* line 518, /app/app/assets/stylesheets/main/style.scss.erb */
.clear {
  clear: both;
}

/* line 521, /app/app/assets/stylesheets/main/style.scss.erb */
.block {
  display: block !important;
}

/* line 524, /app/app/assets/stylesheets/main/style.scss.erb */
.tooltip {
  z-index: 500000 !important;
}

/* line 527, /app/app/assets/stylesheets/main/style.scss.erb */
#login-div {
  height: 80px;
  padding-top: 20px;
}

/* line 531, /app/app/assets/stylesheets/main/style.scss.erb */
.scroll #login-div {
  padding-top: 3px;
  height: 50px;
}

/* line 535, /app/app/assets/stylesheets/main/style.scss.erb */
#login-div input[type=text],
#login-div input[type=password] {
  height: 25px;
  padding: 2px 12px;
}

/* line 540, /app/app/assets/stylesheets/main/style.scss.erb */
#login-div form {
  margin: auto 0;
}

/* line 543, /app/app/assets/stylesheets/main/style.scss.erb */
#login-div .form-group {
  margin-left: 10px;
}

/* line 546, /app/app/assets/stylesheets/main/style.scss.erb */
#login-div label {
  font-size: 13px;
  font-weight: lighter;
}

/* line 550, /app/app/assets/stylesheets/main/style.scss.erb */
#login-div .login-button {
  vertical-align: top;
}

/* line 553, /app/app/assets/stylesheets/main/style.scss.erb */
#login-div button {
  height: 25px;
  padding: 0 12px;
}

/* line 557, /app/app/assets/stylesheets/main/style.scss.erb */
#login-div .login-btn {
  margin-top: 5px;
  border: 1px #e67e22 solid;
  border-radius: 18px;
}

/* line 562, /app/app/assets/stylesheets/main/style.scss.erb */
#login-div .login-btn:focus,
#login-div .login-btn:hover {
  color: #fff;
  background-color: #e67e22;
}

/* line 567, /app/app/assets/stylesheets/main/style.scss.erb */
#mainMenu {
  user-select: none;
}

/* line 570, /app/app/assets/stylesheets/main/style.scss.erb */
.club-logo {
  display: inline-block;
  font-size: 13px;
  position: relative;
  top: -17px;
  left: 18px;
  text-transform: initial;
}

/* line 578, /app/app/assets/stylesheets/main/style.scss.erb */
.scroll .club-logo {
  top: -16px;
  left: 242px;
}

/* line 582, /app/app/assets/stylesheets/main/style.scss.erb */
#mainMenu.navbar.scroll .claim {
  display: none;
}

/* line 585, /app/app/assets/stylesheets/main/style.scss.erb */
.navbar .navbar-brand {
  padding-top: 22px;
  min-width: 274px;
}

/* line 589, /app/app/assets/stylesheets/main/style.scss.erb */
.navbar-brand .claim {
  text-transform: initial;
  font-size: 13px;
  line-height: 29px;
  margin-left: 45px;
}

/* line 595, /app/app/assets/stylesheets/main/style.scss.erb */
a.navbar-brand:hover .claim {
  color: #e67e22;
}

/* line 598, /app/app/assets/stylesheets/main/style.scss.erb */
.search-button,
.search-clear-button {
  width: 100%;
}

/* line 602, /app/app/assets/stylesheets/main/style.scss.erb */
.btn a:hover {
  text-decoration: none;
}

/* line 606, /app/app/assets/stylesheets/main/style.scss.erb */
.chosen-container-active.chosen-with-drop .chosen-single {
  background: transparent;
}

/* line 609, /app/app/assets/stylesheets/main/style.scss.erb */
.chosen-container-single .chosen-single {
  height: 34px;
  line-height: 34px;
  background: transparent;
  background-color: #FFF;
}

/* line 615, /app/app/assets/stylesheets/main/style.scss.erb */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 6px;
}

/* line 618, /app/app/assets/stylesheets/main/style.scss.erb */
.chosen-container-single .chosen-single div b {
  background-position: 0px 6px;
}

/* line 621, /app/app/assets/stylesheets/main/style.scss.erb */
textarea {
  resize: vertical;
}

/*
.form-inline .field_with_errors {
  display: inline-block;
}
*/
/* line 629, /app/app/assets/stylesheets/main/style.scss.erb */
a.confirm {
  color: #FFF;
}

/* line 632, /app/app/assets/stylesheets/main/style.scss.erb */
.nav-tabs {
  border-bottom: 1px solid #EEE;
}

/* line 636, /app/app/assets/stylesheets/main/style.scss.erb */
.fa-music,
.fa-headphones,
.fa-camera-retro,
.fa-microphone {
  min-width: 16px;
  text-align: center;
}

/* loading spinner */
/* line 645, /app/app/assets/stylesheets/main/style.scss.erb */
#loading {
  position: fixed;
  bottom: -9px;
  left: 50vw;
  transform: translateX(-50%);
  z-index: 1100;
}

/* alertify */
/* line 654, /app/app/assets/stylesheets/main/style.scss.erb */
.alertify-message > div {
  text-align: left;
}

/* line 655, /app/app/assets/stylesheets/main/style.scss.erb */
section#alertify-logs {
  background: transparent;
}

/* line 656, /app/app/assets/stylesheets/main/style.scss.erb */
.alertify-log-notice {
  background: #147BE2;
  background: #147be2;
}

/* alertify-old
.alertify-log-success { background: #504215; background: rgba(80,66,21); }
.alertify-log-error { background: #502815; background: rgba(80,40,21); }
*/
/* tables */
/* line 663, /app/app/assets/stylesheets/main/style.scss.erb */
.custab {
  border: 1px solid #ccc;
  box-shadow: 3px 3px 2px #ccc;
  transition: 0.5s;
}

/* forms */
/* line 670, /app/app/assets/stylesheets/main/style.scss.erb */
.custab:hover {
  box-shadow: 3px 3px 0 transparent;
  transition: 0.5s;
}

/* line 671, /app/app/assets/stylesheets/main/style.scss.erb */
.filter-input {
  display: none;
  margin-bottom: 5px;
}

/* line 672, /app/app/assets/stylesheets/main/style.scss.erb */
.fix-form-bottom-border {
  padding-bottom: 2px;
}

/* line 673, /app/app/assets/stylesheets/main/style.scss.erb */
.info-thumbnail .caption {
  padding-bottom: 18px;
}

/* line 674, /app/app/assets/stylesheets/main/style.scss.erb */
#error_explanation {
  margin-bottom: 20px;
}

/* line 676, /app/app/assets/stylesheets/main/style.scss.erb */
#company-boxes ul {
  list-style-type: decimal;
}

/* line 679, /app/app/assets/stylesheets/main/style.scss.erb */
#company-boxes ul li {
  margin-bottom: 10px;
}

/* line 682, /app/app/assets/stylesheets/main/style.scss.erb */
#login-div label {
  font-weight: bold;
}

/* line 685, /app/app/assets/stylesheets/main/style.scss.erb */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #E67E22;
  color: #E67E22;
  background-color: #EEE;
}

/* line 692, /app/app/assets/stylesheets/main/style.scss.erb */
.nav-tabs > li > a:hover {
  border-bottom: 1px solid #E67E22;
  background-color: #EEE;
}

/* line 696, /app/app/assets/stylesheets/main/style.scss.erb */
#alphaInfo {
  z-index: 100;
  position: absolute;
  top: 89px;
  right: 10px;
  color: #A1A1A1;
}

/* line 703, /app/app/assets/stylesheets/main/style.scss.erb */
.sub-claim {
  color: #3D3D3D;
  letter-spacing: 2px;
  text-shadow: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  width: 80%;
}

/* line 712, /app/app/assets/stylesheets/main/style.scss.erb */
#collapseWhyButton {
  margin-top: 10px;
}

/* line 715, /app/app/assets/stylesheets/main/style.scss.erb */
#collapseVideoButton {
  max-width: 100%;
  overflow: hidden;
}

/* line 719, /app/app/assets/stylesheets/main/style.scss.erb */
#collapseWhy {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  /* line 723, /app/app/assets/stylesheets/main/style.scss.erb */
  #collapseWhyButton {
    margin-top: 111px;
  }

  /* line 726, /app/app/assets/stylesheets/main/style.scss.erb */
  #collapseWhyButton.collapse-video {
    margin-top: 7px;
  }

  /* line 729, /app/app/assets/stylesheets/main/style.scss.erb */
  #collapseWhy {
    margin-top: 10px;
  }
}
/* line 733, /app/app/assets/stylesheets/main/style.scss.erb */
.semi-disabled,
.semi-disabled:hover,
.semi-disabled:active {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
  opacity: 1 !important;
  cursor: initial !important;
}

/* line 743, /app/app/assets/stylesheets/main/style.scss.erb */
#new_user {
  margin-top: 10px;
}

/* line 746, /app/app/assets/stylesheets/main/style.scss.erb */
#collapseWhy .well {
  margin-buttom: 0;
}

/* line 749, /app/app/assets/stylesheets/main/style.scss.erb */
#collapseWhy .well ul {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}

/* line 754, /app/app/assets/stylesheets/main/style.scss.erb */
#collapseWhy .well ul li {
  margin-bottom: 15px;
}

/* line 757, /app/app/assets/stylesheets/main/style.scss.erb */
#collapseWhy .well ul li i {
  font-size: 15px;
  margin-right: -2px;
}

/* line 761, /app/app/assets/stylesheets/main/style.scss.erb */
#collapseWhy .well a {
  margin-top: 15px;
}

/* line 764, /app/app/assets/stylesheets/main/style.scss.erb */
.about-reg-button {
  display: inline-block;
  margin-top: 15px;
}

/* line 768, /app/app/assets/stylesheets/main/style.scss.erb */
.http-error .http-error-number {
  font-size: 90px;
}

/* line 771, /app/app/assets/stylesheets/main/style.scss.erb */
.info-td i.fa-info {
  width: 12px;
}

/* line 774, /app/app/assets/stylesheets/main/style.scss.erb */
.info-td i.fa-pencil {
  width: 12px;
}

/* line 777, /app/app/assets/stylesheets/main/style.scss.erb */
#filteredTable td.noclick a[disabled="disabled"] {
  background-color: #818181;
  cursor: not-allowed !important;
  color: #E5E5E5;
  opacity: 0.45;
}

/* line 783, /app/app/assets/stylesheets/main/style.scss.erb */
.noclick {
  cursor: initial;
}

/* line 786, /app/app/assets/stylesheets/main/style.scss.erb */
.city-td:hover,
.status-td:hover {
  text-decoration: underline;
  cursor: help;
}

/* line 791, /app/app/assets/stylesheets/main/style.scss.erb */
.city-td {
  white-space: nowrap;
}

/* line 794, /app/app/assets/stylesheets/main/style.scss.erb */
.google-maps-link {
  color: #000;
}
/* line 797, /app/app/assets/stylesheets/main/style.scss.erb */
.google-maps-link:hover, .google-maps-link:active, .google-maps-link:visited, .google-maps-link:focus {
  color: #000;
}

/* line 804, /app/app/assets/stylesheets/main/style.scss.erb */
.nobr div.tooltip {
  white-space: normal;
}

/* line 807, /app/app/assets/stylesheets/main/style.scss.erb */
.small-text {
  font-size: 11px;
  font-weight: normal;
}

/* line 811, /app/app/assets/stylesheets/main/style.scss.erb */
.breadcrumbs-container .breadcrumb {
  white-space: nowrap;
  overflow: hidden;
}

/* line 815, /app/app/assets/stylesheets/main/style.scss.erb */
.title-hint i {
  font-size: 20px;
}

/* line 818, /app/app/assets/stylesheets/main/style.scss.erb */
.no-border {
  border: none;
}

/* line 821, /app/app/assets/stylesheets/main/style.scss.erb */
.ui-menu .ui-menu-item {
  font-size: 12px;
}

/* line 824, /app/app/assets/stylesheets/main/style.scss.erb */
.ui-menu .ui-menu-item.ui-state-focus {
  border: 1px solid #DDD;
  color: #E67E22;
}

/* line 828, /app/app/assets/stylesheets/main/style.scss.erb */
.center {
  text-align: center;
}

/* line 832, /app/app/assets/stylesheets/main/style.scss.erb */
#accountBar {
  z-index: 100;
  padding: 7px;
  color: #555;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}
/* line 840, /app/app/assets/stylesheets/main/style.scss.erb */
#accountBar a {
  color: #555;
}
/* line 844, /app/app/assets/stylesheets/main/style.scss.erb */
#accountBar a:hover {
  color: #555;
  text-decoration: none;
}
/* line 850, /app/app/assets/stylesheets/main/style.scss.erb */
#accountBar.negative a .balance {
  color: #FF0008;
}
/* line 854, /app/app/assets/stylesheets/main/style.scss.erb */
#accountBar.negative .recharge i:hover {
  color: #43A047;
}
/* line 859, /app/app/assets/stylesheets/main/style.scss.erb */
#accountBar .recharge {
  margin-left: 7px;
}
/* line 862, /app/app/assets/stylesheets/main/style.scss.erb */
#accountBar .recharge a {
  color: #E67E22;
}
/* line 866, /app/app/assets/stylesheets/main/style.scss.erb */
#accountBar .recharge a:hover {
  color: #43A047;
  text-decoration: none;
}

/* line 873, /app/app/assets/stylesheets/main/style.scss.erb */
#showModal .detailsHint {
  margin-bottom: 40px;
  color: #E67E22;
}

/* line 877, /app/app/assets/stylesheets/main/style.scss.erb */
footer .author a,
footer .author a:hover {
  color: #e67e22;
}

/* line 881, /app/app/assets/stylesheets/main/style.scss.erb */
.info-thumbnail.popular .caption .description {
  min-height: 350px;
}

/* line 884, /app/app/assets/stylesheets/main/style.scss.erb */
.info-thumbnail.popular .caption .description > p {
  min-height: 140px;
}

/* line 887, /app/app/assets/stylesheets/main/style.scss.erb */
.pricing-list {
  margin-top: 20px;
}

/* line 890, /app/app/assets/stylesheets/main/style.scss.erb */
.info-thumbnail.popular .caption {
  padding-bottom: 15px;
}

/* line 893, /app/app/assets/stylesheets/main/style.scss.erb */
.price-list-metered {
  background-color: #16AB15;
}

/* line 896, /app/app/assets/stylesheets/main/style.scss.erb */
small.from {
  font-size: 50%;
}

/* line 899, /app/app/assets/stylesheets/main/style.scss.erb */
.city-td i.fa-compass {
  margin-right: 5px;
}

/* line 902, /app/app/assets/stylesheets/main/style.scss.erb */
.ws-po-box {
  border: 1px solid #ddd !important;
  color: #333 !important;
}

/* line 906, /app/app/assets/stylesheets/main/style.scss.erb */
.ws-po-arrow .ws-po-arrowbox {
  border-bottom-color: #ddd !important;
}

/* line 909, /app/app/assets/stylesheets/main/style.scss.erb */
#hso {
  font-size: 12px;
}

/* line 912, /app/app/assets/stylesheets/main/style.scss.erb */
.session-reg-link {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 5px;
  border: 1px solid #E67E22;
}

/* line 920, /app/app/assets/stylesheets/main/style.scss.erb */
#statsCounter .stats {
  text-align: center;
}

/* line 923, /app/app/assets/stylesheets/main/style.scss.erb */
#statsCounter .highlight {
  color: #2c3e50;
  padding: 20px 0;
  font-weight: bold;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 48px;
}

/* line 932, /app/app/assets/stylesheets/main/style.scss.erb */
#statsCounter .stats i {
  color: #e67e22;
}

/* line 935, /app/app/assets/stylesheets/main/style.scss.erb */
#statsCounter .stats-details {
  font-weight: bold;
  font-size: 18px;
  color: #999;
}

/* line 940, /app/app/assets/stylesheets/main/style.scss.erb */
.index-content .sub.title span {
  line-height: 33px;
}

/* line 943, /app/app/assets/stylesheets/main/style.scss.erb */
.index-content h1,
.index-content h2 {
  border: none;
}

/* line 947, /app/app/assets/stylesheets/main/style.scss.erb */
.index-content h1 > span,
.index-content h2 > span {
  border: none;
}

/* line 951, /app/app/assets/stylesheets/main/style.scss.erb */
#alertify {
  max-height: 80%;
  overflow: hidden;
  overflow-y: auto;
  z-index: 100000000003;
}

/* line 957, /app/app/assets/stylesheets/main/style.scss.erb */
.navbar .nav.navbar-nav > li.open > a,
.navbar .nav.navbar-nav > li > a,
.nav > li {
  border: none;
}

/* line 962, /app/app/assets/stylesheets/main/style.scss.erb */
.navbar .nav.navbar-nav > li.open .dropdown-menu:before {
  content: "\f0d8";
  font-family: FontAwesome;
  color: #eee;
  position: absolute;
  right: 16px;
  top: -27px;
  font-size: 30px;
}

@media (max-width: 991px) {
  /* line 972, /app/app/assets/stylesheets/main/style.scss.erb */
  .navbar .nav.navbar-nav > li.open .dropdown-menu:before {
    display: none;
  }

  /* line 975, /app/app/assets/stylesheets/main/style.scss.erb */
  .nav .user-down .dropdown-toggle > div {
    border-radius: 0;
  }

  /* line 978, /app/app/assets/stylesheets/main/style.scss.erb */
  .navbar .nav.navbar-nav > li > a .caret {
    float: right;
    margin-top: 9px;
  }

  /* line 982, /app/app/assets/stylesheets/main/style.scss.erb */
  .nav .user-down .dropdown-toggle > div {
    padding: 5px 5px;
  }
}
/* line 986, /app/app/assets/stylesheets/main/style.scss.erb */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  color: #008000;
}

/* line 989, /app/app/assets/stylesheets/main/style.scss.erb */
.alertify-confirm {
  border: 10px solid rgba(206, 206, 206, 0.65);
}

/* line 992, /app/app/assets/stylesheets/main/style.scss.erb */
.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #313131;
  font-weight: normal;
  box-shadow: none;
  text-shadow: none;
}

/* line 1002, /app/app/assets/stylesheets/main/style.scss.erb */
.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus {
  background-color: #e67e22;
  border: 1px solid #c57732;
  color: #fff;
  box-shadow: none;
  font-weight: normal;
}

/* line 1011, /app/app/assets/stylesheets/main/style.scss.erb */
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
  background: #fff;
}

/* line 1014, /app/app/assets/stylesheets/main/style.scss.erb */
.tooltipster-sidetip.tooltipster-light .tooltipster-content {
  color: #000;
}

/* line 1017, /app/app/assets/stylesheets/main/style.scss.erb */
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
}

/* line 1020, /app/app/assets/stylesheets/main/style.scss.erb */
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
}

/* line 1023, /app/app/assets/stylesheets/main/style.scss.erb */
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
}

/* line 1026, /app/app/assets/stylesheets/main/style.scss.erb */
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
}

/* line 1029, /app/app/assets/stylesheets/main/style.scss.erb */
template,
.tooltip-templates {
  display: none;
}

/* line 1033, /app/app/assets/stylesheets/main/style.scss.erb */
.tooltipster-with-title {
  margin: 10px 0;
  display: inline-block;
  font-size: 1.1em;
  border-bottom: 1px solid #ccc;
  width: 100%;
  line-height: 1.2em;
}

/* line 1041, /app/app/assets/stylesheets/main/style.scss.erb */
.nav-tabs > li > a {
  border: 1px solid #ddd;
}

/* line 1044, /app/app/assets/stylesheets/main/style.scss.erb */
.inline-block {
  display: inline-block;
}

/* line 1047, /app/app/assets/stylesheets/main/style.scss.erb */
.no-col-margin-buttom {
  margin-bottom: 0;
}

/* line 1050, /app/app/assets/stylesheets/main/style.scss.erb */
.no-col-margin-buttom > [class*="col-"] {
  margin-bottom: 0;
}

/* line 1053, /app/app/assets/stylesheets/main/style.scss.erb */
.panel-body {
  overflow-x: hidden;
}

/* line 1056, /app/app/assets/stylesheets/main/style.scss.erb */
.clickableInfoRow {
  cursor: pointer;
}

/* line 1059, /app/app/assets/stylesheets/main/style.scss.erb */
.no-margin {
  margin: 0;
}

/* line 1062, /app/app/assets/stylesheets/main/style.scss.erb */
.panel-down-grey {
  color: #535353 !important;
}

/* line 1065, /app/app/assets/stylesheets/main/style.scss.erb */
.full-width {
  width: 100% !important;
}

/* line 1068, /app/app/assets/stylesheets/main/style.scss.erb */
.text-black {
  color: black;
}

/* line 1071, /app/app/assets/stylesheets/main/style.scss.erb */
.nav-pills {
  margin-bottom: 30px;
}

/* line 1074, /app/app/assets/stylesheets/main/style.scss.erb */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #E67E22;
}

/* line 1078, /app/app/assets/stylesheets/main/style.scss.erb */
.nav-pills > li {
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 1082, /app/app/assets/stylesheets/main/style.scss.erb */
.nav-pills > li:nth-last-child(1) {
  margin-right: 5px;
}

/* line 1085, /app/app/assets/stylesheets/main/style.scss.erb */
.ml-5 {
  margin-left: 5px !important;
}

/* line 1088, /app/app/assets/stylesheets/main/style.scss.erb */
.ml-10 {
  margin-left: 10px !important;
}

/* line 1091, /app/app/assets/stylesheets/main/style.scss.erb */
.ml-15 {
  margin-left: 15px !important;
}

/* line 1094, /app/app/assets/stylesheets/main/style.scss.erb */
.mr-5 {
  margin-right: 5px !important;
}

/* line 1097, /app/app/assets/stylesheets/main/style.scss.erb */
.mr-10 {
  margin-right: 10px !important;
}

/* line 1100, /app/app/assets/stylesheets/main/style.scss.erb */
.mr-15 {
  margin-right: 15px !important;
}

/* line 1103, /app/app/assets/stylesheets/main/style.scss.erb */
.mt-5 {
  margin-top: 5px !important;
}

/* line 1106, /app/app/assets/stylesheets/main/style.scss.erb */
.mt-10 {
  margin-top: 10px !important;
}

/* line 1109, /app/app/assets/stylesheets/main/style.scss.erb */
.mt-15 {
  margin-top: 15px !important;
}

/* line 1112, /app/app/assets/stylesheets/main/style.scss.erb */
.mt-20 {
  margin-top: 20px !important;
}

/* line 1115, /app/app/assets/stylesheets/main/style.scss.erb */
.mt-30 {
  margin-top: 30px !important;
}

/* line 1118, /app/app/assets/stylesheets/main/style.scss.erb */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 1121, /app/app/assets/stylesheets/main/style.scss.erb */
.mb-5 {
  margin-bottom: 5px !important;
}

/* line 1124, /app/app/assets/stylesheets/main/style.scss.erb */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 1127, /app/app/assets/stylesheets/main/style.scss.erb */
.mb-15 {
  margin-bottom: 15px !important;
}

/* line 1130, /app/app/assets/stylesheets/main/style.scss.erb */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 1133, /app/app/assets/stylesheets/main/style.scss.erb */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 1136, /app/app/assets/stylesheets/main/style.scss.erb */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 1139, /app/app/assets/stylesheets/main/style.scss.erb */
.pl-5 {
  padding-left: 5px !important;
}

/* line 1142, /app/app/assets/stylesheets/main/style.scss.erb */
.pl-10 {
  padding-left: 10px !important;
}

/* line 1145, /app/app/assets/stylesheets/main/style.scss.erb */
.pl-15 {
  padding-left: 15px !important;
}

/* line 1148, /app/app/assets/stylesheets/main/style.scss.erb */
.pr-5 {
  padding-right: 5px !important;
}

/* line 1151, /app/app/assets/stylesheets/main/style.scss.erb */
.pr-10 {
  padding-right: 10px !important;
}

/* line 1154, /app/app/assets/stylesheets/main/style.scss.erb */
.pr-15 {
  padding-right: 15px !important;
}

/* line 1157, /app/app/assets/stylesheets/main/style.scss.erb */
.pt-5 {
  padding-top: 5px !important;
}

/* line 1160, /app/app/assets/stylesheets/main/style.scss.erb */
.pt-10 {
  padding-top: 10px !important;
}

/* line 1163, /app/app/assets/stylesheets/main/style.scss.erb */
.pt-15 {
  padding-top: 15px !important;
}

/* line 1166, /app/app/assets/stylesheets/main/style.scss.erb */
.pt-20 {
  padding-top: 20px !important;
}

/* line 1169, /app/app/assets/stylesheets/main/style.scss.erb */
.pt-25 {
  padding-top: 25px !important;
}

/* line 1172, /app/app/assets/stylesheets/main/style.scss.erb */
.pt-50 {
  padding-top: 50px !important;
}

/* line 1175, /app/app/assets/stylesheets/main/style.scss.erb */
.pb-5 {
  padding-bottom: 5px !important;
}

/* line 1178, /app/app/assets/stylesheets/main/style.scss.erb */
.pb-10 {
  padding-bottom: 10px !important;
}

/* line 1181, /app/app/assets/stylesheets/main/style.scss.erb */
.pb-15 {
  padding-bottom: 15px !important;
}

/* line 1184, /app/app/assets/stylesheets/main/style.scss.erb */
.pb-20 {
  padding-bottom: 20px !important;
}

/* line 1187, /app/app/assets/stylesheets/main/style.scss.erb */
.pb-25 {
  padding-bottom: 25px !important;
}

/* line 1190, /app/app/assets/stylesheets/main/style.scss.erb */
.pb-50 {
  padding-bottom: 50px !important;
}

/* line 1194, /app/app/assets/stylesheets/main/style.scss.erb */
.responsive-table tr {
  border: 1px solid #ddd;
  padding: .35em;
}

@media (max-width: 991px) {
  /* line 1199, /app/app/assets/stylesheets/main/style.scss.erb */
  .table-responsive {
    border: 0;
  }

  /* line 1202, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table {
    border: 0;
  }

  /* line 1205, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  /* line 1215, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table tr {
    display: block;
    margin-bottom: .625em;
  }

  /* line 1219, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table td {
    display: block;
    text-align: center;
    overflow: hidden;
  }

  /* line 1224, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table td.rt-hidden {
    display: none;
  }

  /* line 1227, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table td.rt-center {
    text-align: center;
  }

  /* line 1230, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table td.rt-image {
    text-align: center;
    width: 100% !important;
  }

  /* line 1234, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table td.rt-image .image {
    margin: 10px auto;
  }

  /* line 1237, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table td.rt-left {
    text-align: left;
  }

  /* line 1240, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table td.rt-bold {
    font-weight: bold;
  }

  /* line 1243, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table td.rt-no-icon i {
    display: none;
  }

  /* line 1246, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table td:before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 10px;
  }

  /* line 1253, /app/app/assets/stylesheets/main/style.scss.erb */
  #profileList .responsive-table td:before {
    margin-right: 0;
    display: block;
  }
  /* line 1258, /app/app/assets/stylesheets/main/style.scss.erb */
  #profileList .responsive-table td .flex-td-div {
    justify-content: center;
    margin-top: 7px;
  }

  /* line 1263, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table td:nth-last-child(1) {
    border-bottom: 0;
  }

  /* line 1266, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table td:nth-child(1) {
    border-top: 0;
  }

  /* line 1269, /app/app/assets/stylesheets/main/style.scss.erb */
  .responsive-table.custab {
    box-shadow: none;
  }
}
/* line 1274, /app/app/assets/stylesheets/main/style.scss.erb */
table .filter-toggle i {
  color: #e67e22;
}

/* line 1277, /app/app/assets/stylesheets/main/style.scss.erb */
.nav-pills > li {
  margin-right: 5px;
  border: 1px solid #e67e22;
  border-radius: 6px;
}

/* line 1282, /app/app/assets/stylesheets/main/style.scss.erb */
#menuBar {
  background-color: #2c3e50;
  height: 48px;
}
/* line 1286, /app/app/assets/stylesheets/main/style.scss.erb */
#menuBar li {
  padding: 7px 0;
  border-bottom: 4px solid #2c3e50;
}
/* line 1289, /app/app/assets/stylesheets/main/style.scss.erb */
#menuBar li a {
  color: #FFF;
}
/* line 1296, /app/app/assets/stylesheets/main/style.scss.erb */
#menuBar li:nth-last-child(1) {
  padding-right: 0;
}
/* line 1300, /app/app/assets/stylesheets/main/style.scss.erb */
#menuBar li.active,
#menuBar li:hover {
  border-bottom: 4px solid #e67e22;
}
/* line 1305, /app/app/assets/stylesheets/main/style.scss.erb */
#menuBar .nav > li > a:hover, #menuBar .nav > li > a:focus {
  background-color: transparent;
}

/* line 1310, /app/app/assets/stylesheets/main/style.scss.erb */
#accountDisabled {
  margin-top: 20px;
}

/* line 1314, /app/app/assets/stylesheets/main/style.scss.erb */
#testimonialsBox {
  text-align: center;
  min-height: 180px;
}
/* line 1318, /app/app/assets/stylesheets/main/style.scss.erb */
#testimonialsBox h3 {
  margin-bottom: 20px;
}
/* line 1321, /app/app/assets/stylesheets/main/style.scss.erb */
#testimonialsBox p.testimonial {
  color: #333;
  font-size: 22px;
  font-style: italic;
}
/* line 1326, /app/app/assets/stylesheets/main/style.scss.erb */
#testimonialsBox p.author {
  font-style: italic;
  color: #e67e22;
}
/* line 1330, /app/app/assets/stylesheets/main/style.scss.erb */
#testimonialsBox .carousel-inner {
  width: 70%;
  margin-left: 15%;
}
/* line 1334, /app/app/assets/stylesheets/main/style.scss.erb */
#testimonialsBox .carousel-control {
  background-image: none;
}
/* line 1337, /app/app/assets/stylesheets/main/style.scss.erb */
#testimonialsBox .carousel-control i {
  color: #909090;
  font-size: 2em;
}

/* line 1344, /app/app/assets/stylesheets/main/style.scss.erb */
#footerContact {
  background-color: #283b4f;
}
/* line 1347, /app/app/assets/stylesheets/main/style.scss.erb */
#footerContact #socialBox {
  margin-top: 70px;
  text-align: center;
  color: #FFF;
}
/* line 1352, /app/app/assets/stylesheets/main/style.scss.erb */
#footerContact #socialBox i {
  color: #FFF;
  font-size: 25px;
  margin-right: 5px;
}
/* line 1357, /app/app/assets/stylesheets/main/style.scss.erb */
#footerContact #socialBox a:hover i {
  color: #e67e22;
}
/* line 1362, /app/app/assets/stylesheets/main/style.scss.erb */
#footerContact #contactBox {
  background-color: #FFF;
  border-radius: 8px;
  padding: 10px 30px;
}
/* line 1367, /app/app/assets/stylesheets/main/style.scss.erb */
#footerContact #contactBox h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #8e8e8e;
}
/* line 1372, /app/app/assets/stylesheets/main/style.scss.erb */
#footerContact #contactBox button {
  margin-top: -25px;
}
/* line 1377, /app/app/assets/stylesheets/main/style.scss.erb */
#footerContact #provenBox {
  margin-top: 5px;
  text-align: center;
}

/* line 1383, /app/app/assets/stylesheets/main/style.scss.erb */
#footerMenu {
  text-align: center;
}
/* line 1386, /app/app/assets/stylesheets/main/style.scss.erb */
#footerMenu .footer-links {
  margin-bottom: 10px;
}
/* line 1389, /app/app/assets/stylesheets/main/style.scss.erb */
#footerMenu .footer-links a {
  color: #2c3e50;
}
/* line 1392, /app/app/assets/stylesheets/main/style.scss.erb */
#footerMenu .footer-links a:hover {
  color: #e67e22;
}
/* line 1397, /app/app/assets/stylesheets/main/style.scss.erb */
#footerMenu .artist-page-link {
  margin-bottom: 10px;
  font-weight: 600;
}
/* line 1401, /app/app/assets/stylesheets/main/style.scss.erb */
#footerMenu .artist-page-link a {
  margin-left: 5px;
  font-weight: 600;
  text-decoration: underline;
}
/* line 1408, /app/app/assets/stylesheets/main/style.scss.erb */
#footerMenu .copyright a {
  color: #333;
}

/* line 1415, /app/app/assets/stylesheets/main/style.scss.erb */
.box-usps .fa-stack .fa-circle {
  color: #e67e22;
}

/* line 1421, /app/app/assets/stylesheets/main/style.scss.erb */
.thumbnail.info-thumbnail.background-lead {
  background-color: #FFF;
}
/* line 1424, /app/app/assets/stylesheets/main/style.scss.erb */
.thumbnail.info-thumbnail.background-lead > .background-lead {
  background-color: #FFF;
}
/* line 1427, /app/app/assets/stylesheets/main/style.scss.erb */
.thumbnail.info-thumbnail.background-lead > .background-lead h3 {
  color: #e67e22;
  font-size: 26px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 8px;
}

/* line 1437, /app/app/assets/stylesheets/main/style.scss.erb */
#sectionTitle {
  padding-top: 35px;
}
/* line 1440, /app/app/assets/stylesheets/main/style.scss.erb */
#sectionTitle .region-zip {
  display: inline-block;
  min-width: 98px;
}
@media (max-width: 768px) {
  /* line 1437, /app/app/assets/stylesheets/main/style.scss.erb */
  #sectionTitle {
    padding-top: 20px;
  }
}

/* line 1450, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form {
  font-size: 18px;
}
/* line 1453, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .comment-count {
  position: absolute;
  bottom: 1px;
  left: 57px;
  width: calc(100% - 70px);
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  z-index: 100;
  background-color: #FFF;
}
/* line 1465, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .comment-count .comment-length {
  color: red;
}
/* line 1468, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .comment-count .comment-length[data-color="red"] {
  color: red;
}
/* line 1471, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .comment-count .comment-length[data-color="yellow"] {
  color: #eb9900;
}
/* line 1474, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .comment-count .comment-length[data-color="green"] {
  color: green;
}
/* line 1480, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form #section2, .public-form #section3, .public-form #map {
  display: none;
}
/* line 1484, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .force-show {
  display: block !important;
}
/* line 1488, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .back-btn {
  height: 39px;
  width: 81px;
}
/* line 1493, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .client-not-public {
  color: #8e8e8e;
  font-weight: 300;
  font-size: 14px;
}
/* line 1498, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .client-not-public i {
  font-size: 16px !important;
  vertical-align: text-bottom;
}
/* line 1503, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .client-not-public a {
  color: #8e8e8e;
}
/* line 1508, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .contact-warning {
  color: red;
  display: none;
}
/* line 1513, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}
/* line 1520, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .quote {
  display: inline-block;
  margin: .5em 0em 1em 0em;
}
/* line 11, /app/app/assets/stylesheets/_mixins.scss */
.public-form .quote > [class*="col-"] {
  margin-bottom: 0;
}
/* line 1526, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .quote p {
  margin: 0;
}
/* line 1530, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .quote .round-avatar {
  border: 2px solid #e5e5e5;
  border-radius: 7px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  width: 165px;
  height: 165px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 1542, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .quote .speech-bubble {
  float: left;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  position: relative;
  margin-left: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 1ex 1em;
  background: #fff;
}
/* line 1560, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .quote .speech-bubble:after, .public-form .quote .speech-bubble:before {
  content: "";
  display: block;
  position: absolute;
}
/* line 1565, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .quote .speech-bubble:after {
  top: 16px;
}
/* line 1568, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .quote .speech-bubble:before {
  top: 14px;
}
/* line 1571, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .quote .speech-bubble:after {
  border: 8px solid transparent;
  border-right: 8px solid #fff;
  left: -8px;
  border-left: none;
}
@media (max-width: 767px) {
  /* line 1571, /app/app/assets/stylesheets/main/style.scss.erb */
  .public-form .quote .speech-bubble:after {
    left: -9px;
  }
}
/* line 1580, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .quote .speech-bubble:before {
  border: 10px solid transparent;
  border-right: 10px solid #e5e5e5;
  left: -10px;
  border-left: none;
}
/* line 1587, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .quote .speech-bubble p {
  line-height: 1.3em;
}
/* line 1593, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form h3 {
  font-size: 28px;
}
/* line 1596, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form label {
  font-size: 20px;
  line-height: 32px;
}
/* line 1600, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .form-control {
  font-size: 17px;
}
/* line 1603, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .form-group > h3 {
  font-weight: bold;
  font-size: 20px;
}
/* line 1607, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .client-not-public {
  margin-top: 0;
}
/* line 1610, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form .btn-lead {
  font-size: 18px;
}
/* line 1613, /app/app/assets/stylesheets/main/style.scss.erb */
.public-form input,
.public-form select {
  height: 40px;
}
@media (max-width: 768px) {
  /* line 1619, /app/app/assets/stylesheets/main/style.scss.erb */
  .public-form .col-sm-4.text-right {
    text-align: left;
  }
  /* line 1622, /app/app/assets/stylesheets/main/style.scss.erb */
  .public-form #dateDayName {
    display: inline-block;
    margin-left: 0;
    left: 200px;
    top: 0;
  }
  /* line 1628, /app/app/assets/stylesheets/main/style.scss.erb */
  .public-form .round-avatar-wrapper {
    margin-bottom: -30px !important;
    z-index: 1;
  }
  /* line 1632, /app/app/assets/stylesheets/main/style.scss.erb */
  .public-form .round-avatar-wrapper .round-avatar {
    text-align: center;
    border-radius: 50%;
    width: 125px;
    height: 125px;
  }
  /* line 1639, /app/app/assets/stylesheets/main/style.scss.erb */
  .public-form .quote {
    margin: 0 0 2ex 0;
  }
  /* line 1642, /app/app/assets/stylesheets/main/style.scss.erb */
  .public-form .quote .speech-bubble-wrapper {
    padding: 0;
  }
  /* line 1645, /app/app/assets/stylesheets/main/style.scss.erb */
  .public-form .quote .speech-bubble-wrapper .speech-bubble {
    margin: 0;
    padding-top: 35px;
  }
  /* line 1649, /app/app/assets/stylesheets/main/style.scss.erb */
  .public-form .quote .speech-bubble-wrapper .speech-bubble:before {
    content: none;
  }
}

/* line 1658, /app/app/assets/stylesheets/main/style.scss.erb */
.public-usps {
  margin-top: 20px;
  opacity: 0.9;
}
/* line 1662, /app/app/assets/stylesheets/main/style.scss.erb */
.public-usps > div {
  margin-bottom: 0;
}
/* line 1666, /app/app/assets/stylesheets/main/style.scss.erb */
.public-usps .usp-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #b1b1b1;
}
/* line 1674, /app/app/assets/stylesheets/main/style.scss.erb */
.public-usps .usp-content img {
  margin-top: 5px;
}
/* line 1678, /app/app/assets/stylesheets/main/style.scss.erb */
.public-usps .usp-content .usp-benefits {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
/* line 1683, /app/app/assets/stylesheets/main/style.scss.erb */
.public-usps .usp-content .usp-benefits ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 1688, /app/app/assets/stylesheets/main/style.scss.erb */
.public-usps .usp-content .usp-benefits ul li {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5em;
  color: #b1b1b1;
}
/* line 1694, /app/app/assets/stylesheets/main/style.scss.erb */
.public-usps .usp-content .usp-benefits ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #b1b1b1;
  font-size: 18px;
  margin-right: 5px;
  opacity: 0.7;
}

/* line 1709, /app/app/assets/stylesheets/main/style.scss.erb */
.public-new .client-not-public .fa-info {
  width: 10px;
  transform: translateY(-2px);
}
/* line 1714, /app/app/assets/stylesheets/main/style.scss.erb */
.public-new .form-group h3 {
  font-size: 20px !important;
  line-height: 25px;
  margin-top: 20px;
}
/* line 1720, /app/app/assets/stylesheets/main/style.scss.erb */
.public-new .next-btn[disabled] {
  opacity: .3;
  background-color: #808080;
  border-color: #606060;
}
@media (max-width: 768px) {
  /* line 1708, /app/app/assets/stylesheets/main/style.scss.erb */
  .public-new {
    padding-top: 20px;
  }
}

/* line 1731, /app/app/assets/stylesheets/main/style.scss.erb */
.input-group-addon {
  background-color: #fff;
}

/* line 1734, /app/app/assets/stylesheets/main/style.scss.erb */
.input-group-addon i {
  font-size: 17px !important;
  color: #e67e22;
}

/* line 1738, /app/app/assets/stylesheets/main/style.scss.erb */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  -webkit-appearance: none;
}

/* line 1742, /app/app/assets/stylesheets/main/style.scss.erb */
.text-underline {
  text-decoration: underline;
}

/* line 1745, /app/app/assets/stylesheets/main/style.scss.erb */
.display-inline-block {
  display: inline-block;
}

/* line 1748, /app/app/assets/stylesheets/main/style.scss.erb */
.text-bold {
  font-weight: bold;
}

/* line 1751, /app/app/assets/stylesheets/main/style.scss.erb */
.info-icon {
  font-weight: 600;
}

/* line 1755, /app/app/assets/stylesheets/main/style.scss.erb */
.profile-snippet {
  display: flex;
}
/* line 1758, /app/app/assets/stylesheets/main/style.scss.erb */
.profile-snippet .profile-snippet-avatar {
  margin-right: 10px;
}
/* line 1763, /app/app/assets/stylesheets/main/style.scss.erb */
.profile-snippet .profile-snippet-band a {
  color: #000;
}
/* line 1767, /app/app/assets/stylesheets/main/style.scss.erb */
.profile-snippet .profile-snippet-band i {
  margin-left: 8px;
}
/* line 1772, /app/app/assets/stylesheets/main/style.scss.erb */
.profile-snippet .profile-snippet-city {
  color: #999;
}

/* Feedback-Seite (Handlungsseite): consistent spacing between every icon and its adjacent text */
/* line 1778, /app/app/assets/stylesheets/main/style.scss.erb */
#feedbackRows .fa {
  margin-right: 6px;
}

/* one "Kunde"/"Anlass"/"Datum"/"Ort" unit each - stays inline side by side on desktop, each its
   own full-width line on mobile so a long Anlass-title can't awkwardly wrap mid-block anymore */
/* line 1784, /app/app/assets/stylesheets/main/style.scss.erb */
#feedbackRows .feedback-info-block {
  display: inline-block;
  margin-left: 20px;
}
/* line 1788, /app/app/assets/stylesheets/main/style.scss.erb */
#feedbackRows .feedback-info-block:first-child {
  margin-left: 0;
}
/* line 1792, /app/app/assets/stylesheets/main/style.scss.erb */
#feedbackRows .feedback-info-block .fa {
  color: #e67e22;
}

/* the Details button is positioned out of normal flow on desktop so its own (taller-than-text)
   height never inflates the row and pushes the answer dropdown further down than necessary */
/* line 1799, /app/app/assets/stylesheets/main/style.scss.erb */
#feedbackRows .feedback-row-header {
  position: relative;
  padding-right: 110px;
}

/* line 1804, /app/app/assets/stylesheets/main/style.scss.erb */
#feedbackRows .feedback-details-btn {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  /* line 1811, /app/app/assets/stylesheets/main/style.scss.erb */
  #feedbackRows .feedback-info-block {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }

  /* line 1817, /app/app/assets/stylesheets/main/style.scss.erb */
  #feedbackRows .feedback-row-header {
    padding-right: 0;
  }

  /* line 1821, /app/app/assets/stylesheets/main/style.scss.erb */
  #feedbackRows .feedback-details-btn {
    position: static;
    display: block;
    margin-top: 10px;
  }
}
