@charset "UTF-8";

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
/* line 2, app/assets/stylesheets/jquery.rating.scss */
div.rating-cancel, div.star-rating {
  float: left;
  width: 17px;
  height: 16px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}

/* line 3, app/assets/stylesheets/jquery.rating.scss */
div.rating-cancel, div.rating-cancel a {
  background: url(/legacy/images/star-rating/delete.svg) no-repeat 0 -16px;
}

/* line 4, app/assets/stylesheets/jquery.rating.scss */
div.star-rating, div.star-rating a {
  background: url(/legacy/images/star-rating/star.svg) no-repeat 0 0px;
}

/* line 5, app/assets/stylesheets/jquery.rating.scss */
div.rating-cancel a, div.star-rating a {
  display: block;
  width: 16px;
  height: 100%;
  background-position: 0 0px;
  border: 0;
}

/* line 6, app/assets/stylesheets/jquery.rating.scss */
div.star-rating-on a {
  background-position: 0 -16px !important;
}

/* line 7, app/assets/stylesheets/jquery.rating.scss */
div.star-rating-hover a {
  background-position: 0 -32px;
}

/* Read Only CSS */
/* line 9, app/assets/stylesheets/jquery.rating.scss */
div.star-rating-readonly a {
  cursor: default !important;
}

/* Partial Star CSS */
/* line 11, app/assets/stylesheets/jquery.rating.scss */
div.star-rating {
  background: transparent !important;
  overflow: hidden !important;
}

/* END jQuery.Rating Plugin CSS */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 14, app/assets/stylesheets/chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 25, app/assets/stylesheets/chosen.scss */
.chosen-container * {
  box-sizing: border-box;
}

/* line 29, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 10010;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 0px 0px 5px 5px;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}

/* line 42, app/assets/stylesheets/chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

/* line 46, app/assets/stylesheets/chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 50, app/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 59, app/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 67, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 85, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 89, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 97, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 101, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/legacy/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 112, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 116, app/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 120, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 129, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/legacy/images/chosen-sprite.png) no-repeat 0px 2px;
}

/* line 136, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 144, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/legacy/images/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 158, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 164, app/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
/* line 171, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 180px;
  -webkit-overflow-scrolling: touch;
}

/* line 182, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 192, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 197, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 203, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 209, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 215, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 221, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 225, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 232, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

/* line 245, app/assets/stylesheets/chosen.scss */
.chosen-with-drop .chosen-container-multi .chosen-choices {
  border-radius: 5px 5px 0 0 !important;
}

/* line 250, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 255, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 261, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

/* line 277, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 295, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 299, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/legacy/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 310, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 314, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

/* line 322, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 326, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 330, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 335, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 343, app/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 348, app/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 356, app/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 361, app/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 365, app/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 370, app/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 376, app/assets/stylesheets/chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 381, app/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 385, app/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 391, app/assets/stylesheets/chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 395, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 400, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 406, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 410, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 415, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 420, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 424, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 428, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 433, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 438, app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 443, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 448, app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 452, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/legacy/images/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

/* line 458, app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 462, app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 469, app/assets/stylesheets/chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url(/legacy/images/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/* custom forms styles */
/* line 2, app/assets/stylesheets/public/form.scss */
.customForm-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
}

/* custom checkbox styles */
/* line 8, app/assets/stylesheets/public/form.scss */
.chk-area {
  margin: 0;
  display: inline-block;
  overflow: hidden;
  height: 13px;
  width: 12px;
}

/* line 15, app/assets/stylesheets/public/form.scss */
.chk-area span {
  background: url(/legacy/images/bg-check.png) no-repeat;
  display: block;
  width: 12px;
  height: 26px;
}

/* line 21, app/assets/stylesheets/public/form.scss */
.chk-checked span {
  margin-top: -13px;
}

/* radio button styles */
/* line 25, app/assets/stylesheets/public/form.scss */
.rad-area {
  margin: 2px 0 0 -23px;
  float: left;
  overflow: hidden;
  height: 16px;
  width: 16px;
}

/* line 32, app/assets/stylesheets/public/form.scss */
.rad-area span {
  background: url(/legacy/images/bg-radio.png) no-repeat;
  display: block;
  width: 16px;
  height: 32px;
}

/* line 38, app/assets/stylesheets/public/form.scss */
.rad-checked span {
  margin-top: -16px;
}

/* custom select styles */
/* line 42, app/assets/stylesheets/public/form.scss */
.select-area, .group-select-area {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 34px;
  width: 100% !important;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #cbcbcb;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.05) inset, 0 2px 0 0 #fff;
  font: 16px/18px 'helvetica_neuemedium', sans-serif;
  color: #bfbfbf;
}

/* line 60, app/assets/stylesheets/public/form.scss */
.select-area .select-opener, .group-select-area .group-select-opener {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 31px;
  height: 32px;
}

/* line 68, app/assets/stylesheets/public/form.scss */
.select-area .select-opener:after, .group-select-area .group-select-opener:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  border-left: 5px solid transparent;
  border-top: 8px solid #006cb5;
  border-right: 5px solid transparent;
}

/* line 77, app/assets/stylesheets/public/form.scss */
.select-area .left {
  position: absolute;
  width: 10px;
  height: 32px;
  z-index: 1;
  top: 0;
  left: 0;
}

/* line 85, app/assets/stylesheets/public/form.scss */
.select-area .center {
  white-space: nowrap;
  position: relative;
  line-height: 32px;
  cursor: default;
  display: block;
  padding: 0 14px;
  z-index: 2;
  color: #8d8d8d;
}

/* line 95, app/assets/stylesheets/public/form.scss */
.select-area .center img {
  margin: 5px 5px 0 0;
  position: relative;
  float: left;
}

/* line 100, app/assets/stylesheets/public/form.scss */
.options-overflow div.drop-list {
  overflow: auto;
}

/* line 103, app/assets/stylesheets/public/form.scss */
.options-hidden {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* line 108, app/assets/stylesheets/public/form.scss */
.select-options {
  z-index: 3000;
  background: #f9f9f9;
  position: absolute;
}

/* line 113, app/assets/stylesheets/public/form.scss */
.select-options .drop-holder {
  border: 1px solid #cbcbcb;
  border-width: 0 1px 1px;
  height: 1%;
  border-radius: 0 0 6px 6px;
}

/* line 121, app/assets/stylesheets/public/form.scss */
.select-options-flipped .drop-holder {
  border-width: 1px 1px 0;
}

/* line 124, app/assets/stylesheets/public/form.scss */
.select-options div.drop-list {
  width: 100%;
}

/* line 127, app/assets/stylesheets/public/form.scss */
.select-options ul {
  overflow: hidden;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 134, app/assets/stylesheets/public/form.scss */
.select-options ul li {
  overflow: hidden;
  float: left;
  width: 100%;
}

/* line 139, app/assets/stylesheets/public/form.scss */
.select-options ul a {
  text-decoration: none;
  cursor: default;
  font: 16px/18px 'helvetica_neuemedium', sans-serif;
  color: #8d8d8d;
  display: block;
  overflow: hidden;
  height: 1%;
  padding: 5px 14px;
}

/* line 149, app/assets/stylesheets/public/form.scss */
.select-options ul a span {
  cursor: default;
  float: left;
}

/* line 153, app/assets/stylesheets/public/form.scss */
.select-options .item-selected a {
  text-decoration: none;
  background: #8d8d8d;
  color: #fff;
}

/* line 158, app/assets/stylesheets/public/form.scss */
.select-options ul a:hover {
  text-decoration: none;
}

/* line 161, app/assets/stylesheets/public/form.scss */
.select-options ul a:focus {
  outline: none;
}

/* line 164, app/assets/stylesheets/public/form.scss */
.select-options .optgroup strong {
  cursor: default;
  display: block;
  width: 100%;
}

/* line 169, app/assets/stylesheets/public/form.scss */
.select-options .optgroup strong em {
  display: block;
  padding: 5px;
  height: 1%;
}

/* line 174, app/assets/stylesheets/public/form.scss */
.select-options .optgroup ul a {
  padding-left: 20px;
}

/* line 177, app/assets/stylesheets/public/form.scss */
.select-options img {
  margin: 2px 3px 0 0;
  float: left;
  border: 0;
}

/* multiple select styles */
/* line 183, app/assets/stylesheets/public/form.scss */
.select-multiple-wrapper .multiple-list {
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  box-shadow: inset 2px 2px 0 #f2f2f2, 0 2px 1px #fff;
  background-color: #fff;
}

/* line 193, app/assets/stylesheets/public/form.scss */
.select-multiple-wrapper ul {
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0 0 4px;
  margin: 0;
}

/* line 200, app/assets/stylesheets/public/form.scss */
.select-multiple-wrapper ul li {
  float: left;
  width: 100%;
  font: 16px/20px 'helveticaneuemedium', Helvetica, Arial, sans-serif;
  padding: 4px 4px 0;
}

/* line 206, app/assets/stylesheets/public/form.scss */
.select-multiple-wrapper ul a {
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 1px 0 0 5px;
  line-height: 19px;
  color: #bdbdbd;
  height: 20px;
}

/* line 216, app/assets/stylesheets/public/form.scss */
div.noscroll-vertical ul a {
  margin: 0;
}

/* line 219, app/assets/stylesheets/public/form.scss */
.select-multiple-wrapper ul a span {
  display: block;
  height: 20px;
  padding: 0 5px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

/* line 228, app/assets/stylesheets/public/form.scss */
.select-multiple-wrapper .item-selected a {
  background: #efefef;
  color: #8d8d8d;
}

/* line 232, app/assets/stylesheets/public/form.scss */
.select-multiple-wrapper ul a:hover {
  text-decoration: none;
}

/* line 235, app/assets/stylesheets/public/form.scss */
.select-multiple-wrapper a, .select-multiple-wrapper span {
  cursor: default;
}

/* line 239, app/assets/stylesheets/public/form.scss */
.form-actions.form-actions-stacked .row .secondary-action {
  margin-top: 12px;
}

/* line 243, app/assets/stylesheets/public/form.scss */
form h4.panel-title {
  margin-bottom: 7px;
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'helvetica-neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #6e6e6e;
  background-color: #ffffff;
  min-width:320px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0f62dc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0f62dc;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1120px) {
  .container {
    width: 1118px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1118px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.row {
  margin-left: -18px;
  margin-right: -18px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1120px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.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 {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #bdbdbd;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #bdbdbd;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #cbcbcb;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(203, 203, 203, 0.6);
}
.form-control::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bdbdbd;
}
.form-control::-webkit-input-placeholder {
  color: #bdbdbd;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #aeaeae;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -18px;
  margin-right: -18px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 18px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/legacy/fonts/glyphicons-halflings-regular.eot);
  src: url(/legacy/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/legacy/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/legacy/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/legacy/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #bdbdbd;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.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 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 18px;
  padding-left: 18px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -18px;
  margin-left: -18px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 18px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -18px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 18px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -18px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -18px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -18px;
  margin-right: -18px;
  padding: 10px 18px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -18px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 18px;
    margin-right: 18px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #6e6e6e;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1120px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1120px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1120px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'helvetica-neue';
  font-style: normal;
  font-weight: normal;
  src: url(/assets/HelveticaNeueRegular-e91b7e9acaa8396935d7ab716b44b5a5d0bd593fc5cf3dec1ddf2af33fa8ef06.eot);
  src: url(/assets/HelveticaNeueRegular-e91b7e9acaa8396935d7ab716b44b5a5d0bd593fc5cf3dec1ddf2af33fa8ef06.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeueRegular-116e565ccae68c03340090b9af4463c06aa102de98b9f86a7ce4f83a24302bda.woff) format("woff"), url(/assets/HelveticaNeueRegular-6c961afb71f7a2747bad92519ace0bc042d35f15bbe75d1a278b98d074db8e5f.ttf) format("truetype");
}

@font-face {
  font-family: 'helvetica-neue';
  font-style: normal;
  font-weight: 500;
  src: url(/assets/helveticaneue-medium-webfont-81799b6ecd780f528c06f3bef6de73f09d277c837b355cd536d41f382505bffa.eot);
  src: url(/assets/helveticaneue-medium-webfont-81799b6ecd780f528c06f3bef6de73f09d277c837b355cd536d41f382505bffa.eot?#iefix) format("embedded-opentype"), url(/assets/helveticaneue-medium-webfont-e61902d298d428e5aed3c327143a426138aac22ecc3ffae8166734a0e45af641.woff) format("woff"), url(/assets/helveticaneue-medium-webfont-e0a5c6c0a0a6e8afb6f89957e7cc4d49abc5ee0fffb796d670869cbb0d6408e9.ttf) format("truetype");
}

@font-face {
  font-family: 'helvetica-neue';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/helveticaneue-bold-webfont-e8799a7d854764f9bcb8a8b3e79196c667aad5dfb1b4fb13d8d2300b10d793e8.eot);
  src: url(/assets/helveticaneue-bold-webfont-e8799a7d854764f9bcb8a8b3e79196c667aad5dfb1b4fb13d8d2300b10d793e8.eot?#iefix) format("embedded-opentype"), url(/assets/helveticaneue-bold-webfont-3b54c41bf7de4e712050c8b1b9e9b74e7d67e197407d401294a1c2a926e2b051.woff) format("woff"), url(/assets/helveticaneue-bold-webfont-5009a39f3e26a46f9cf27b32f0aa29a2a971f1fea0f041991730704e4c0484f2.ttf) format("truetype");
}

@font-face {
  font-family: 'helvetica-neue';
  font-style: normal;
  font-weight: 200;
  src: url(/assets/helveticaneue-thin-webfont-7a59c6c399fd44f1aa36fd6fb1a9cb24e426220d2edd718dec3d5c4aac0211a9.eot);
  src: url(/assets/helveticaneue-thin-webfont-7a59c6c399fd44f1aa36fd6fb1a9cb24e426220d2edd718dec3d5c4aac0211a9.eot?#iefix) format("embedded-opentype"), url(/assets/helveticaneue-thin-webfont-7c07352535b63e5bc0ba298970cda14bd8bd2bb6f2948c6b5964118d89391351.woff) format("woff"), url(/assets/helveticaneue-thin-webfont-7108aa303a835f6223487c7218360af22c58e1d7bd30a4063562c4dabeb77c15.ttf) format("truetype");
}

/* line 37, app/assets/stylesheets/public/styles.scss */
html, body {
  height: 100%;
  /* overall font */
  font-family: 'helvetica_neue', Helvetica, sans-serif;
}

/* General settings */
/* line 43, app/assets/stylesheets/public/styles.scss */
h1, h2 {
  font-size: 27px;
  line-height: 32px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

/* line 49, app/assets/stylesheets/public/styles.scss */
.theme-blue #header h1,
.theme-blue #header h2,
.theme-blue .mob-block h2 {
  color: #0f62dc;
}

/* line 52, app/assets/stylesheets/public/styles.scss */
.theme-green #header h1,
.theme-green #header h2,
.theme-green .mob-block h2 {
  color: #46b03e;
}

/* line 55, app/assets/stylesheets/public/styles.scss */
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100%;
  background-color: #f7f9fa;
}

/*main-holder*/
/* line 63, app/assets/stylesheets/public/styles.scss */
.main-holder {
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
  z-index: 10;
}

/*main*/
/* line 70, app/assets/stylesheets/public/styles.scss */
#main {
  background: #fff;
  padding: 23px 24px 30px;
  position: relative;
  border: 1px solid #b5b5b5;
  /*	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;*/
  /*	-moz-box-shadow:0 0 38px rgba(0,0,0,0.15), 0 1px 1px rgba(255,255,255,0.75) inset;
	-webkit-box-shadow:0 0 38px rgba(0,0,0,0.15), 0 1px 1px rgba(255,255,255,0.75) inset;
	box-shadow:0 0 38px rgba(0,0,0,0.15), 0 1px 1px rgba(255,255,255,0.75) inset;*/
}

/*header*/
/* line 83, app/assets/stylesheets/public/styles.scss */
#header {
  padding: 0 0 24px 8px;
}

/* line 84, app/assets/stylesheets/public/styles.scss */
#header .logo {
  float: right;
  margin: 10px 0 0;
}

/* line 88, app/assets/stylesheets/public/styles.scss */
#header .logo img {
  vertical-align: top;
}

/* line 91, app/assets/stylesheets/public/styles.scss */
#header p {
  margin: 0;
}

/* line 92, app/assets/stylesheets/public/styles.scss */
#header .holder {
  padding: 0 0 5px;
}

/* line 96, app/assets/stylesheets/public/styles.scss */
#header strong {
  font-weight: normal;
}

/* line 101, app/assets/stylesheets/public/styles.scss */
.event-instructions {
  padding: 23px 24px 23px;
  background-color: #fff;
  color: #001941 !important;
  border-top: 1px solid #c2c2c2;
  text-align: left;
}

/* line 109, app/assets/stylesheets/public/styles.scss */
.event-instructions p {
  color: #001941;
  margin: 0px 0px 10px;
  line-height: 22px;
  /*padding-top: 25px;*/
}

/* line 116, app/assets/stylesheets/public/styles.scss */
.event-instructions img {
  max-width: 100%;
}

/*form-holder*/
/* line 122, app/assets/stylesheets/public/styles.scss */
.user-form {
  position: relative;
}

/*form-holder*/
/* line 124, app/assets/stylesheets/public/styles.scss */
.user-form .form-holder {
  /*border-bottom:solid #BEBEBE;*/
  border-width: 1px 0;
  /*background:#f9f9f9;*/
  margin: 0 -23px 0;
  padding: 0px 33px 3px;
}

/* line 131, app/assets/stylesheets/public/styles.scss */
.user-form .form-holder.first {
  border-top: solid #EfEfEf;
  border-width: 1px 0;
  border-bottom: none !important;
}

/* line 136, app/assets/stylesheets/public/styles.scss */
.user-form .form-holder.first .form-wrap {
  margin-top: 10px;
}

/* line 139, app/assets/stylesheets/public/styles.scss */
.user-form h3.add-attendee {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.69;
  letter-spacing: 1px;
  color: #7f8ca0;
  margin-top: 0px;
  margin-bottom: 18px;
}

/*shadow-box*/
/* line 150, app/assets/stylesheets/public/styles.scss */
.shadow-box,
.user-form .input-group {
  overflow: hidden;
  margin: 0 0 19px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #cbcbcb;
  position: relative;
}

/* line 161, app/assets/stylesheets/public/styles.scss */
.shadow-box .line {
  border-top: 1px solid #cbcbcb;
  display: table;
  width: 100%;
  color: #5c5c5c;
  font-size: 12px;
  line-height: 14px;
  height: 60px;
}

/* line 170, app/assets/stylesheets/public/styles.scss */
.shadow-box .line:hover {
  background: #f6f6f6;
}

/* line 174, app/assets/stylesheets/public/styles.scss */
.shadow-box .line:first-child {
  border-top: 0;
}

/* line 175, app/assets/stylesheets/public/styles.scss */
.shadow-box .line > div {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*price tier holders*/
/* line 185, app/assets/stylesheets/public/styles.scss */
.user-form .line.price-tier .price-tier-items {
  display: table-row;
  padding: 0;
  height: 30%;
}

/* line 191, app/assets/stylesheets/public/styles.scss */
.user-form .line.price-tier.price-tier-individual {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* line 196, app/assets/stylesheets/public/styles.scss */
.user-form .line.price-tier.price-tier-individual.price-tier-conditional {
  background: #f6f6f6;
}

/* line 201, app/assets/stylesheets/public/styles.scss */
.user-form .line.price-tier .price-tier-description {
  display: table-row;
  padding: 0;
  height: 70%;
}

/*price tier cells*/
/*price tier items*/
/* line 214, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-items .cell-price {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

/* line 223, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-items .cell-price-01 {
  width: 12%;
  text-align: center;
}

/* line 227, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-items .cell-price-02 {
  width: 42%;
  font-size: 14px;
}

/* line 231, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-items .cell-price-02 .more-details {
  font-size: 11px;
}

/* line 235, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-items .cell-price-03 {
  width: 18%;
  text-align: center;
  font-size: 11px;
}

/* line 241, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-items .cell-price-04 {
  width: 13%;
  text-align: center;
  font-size: 11px;
}

/* line 247, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-items .cell-price-05 {
  /*	width: 6%;
	text-align: right;*/
  width: 11%;
  text-align: right;
  /*margin-left: -10px;*/
}

/* line 255, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-items .cell-price-05 strong {
  display: block;
  font-weight: 700;
  font-size: 14px;
}

/*price tier description*/
/* line 265, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-items .cell-price {
  display: inline-block;
  vertical-align: middle;
}

/* line 270, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-description .cell-price-01 {
  width: 13%;
  text-align: center;
}

/* line 276, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-description .cell-price-02 {
  width: 87%;
  float: right;
}

/* line 281, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-description .cell-price-02 strong {
  display: block;
}

/* line 284, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-description .cell-price-02 .more-text {
  display: none;
}

/* line 285, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-description .cell-price-02 .more-text p, .user-form .line .cell-02 p {
  margin: 5px 10px 0px;
  opacity: 0.7;
  font-size: 11px;
}

/* line 291, app/assets/stylesheets/public/styles.scss */
.user-form .line .price-tier-description .cell-price-02 .more-details {
  font-size: 11px;
}

/*Regular cells*/
/* line 307, app/assets/stylesheets/public/styles.scss */
.user-form .line label {
  display: block;
  color: #5c5c5c;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 -2px;
}

/* line 315, app/assets/stylesheets/public/styles.scss */
.user-form .line a {
  color: #00a2ff;
}

/* line 316, app/assets/stylesheets/public/styles.scss */
.user-form .line .cell-01 {
  width: 6%;
  text-align: center;
}

/* line 320, app/assets/stylesheets/public/styles.scss */
.user-form .line .cell-02 {
  padding-right: 15px;
  width: 67%;
  font-size: 14px;
}

/* line 325, app/assets/stylesheets/public/styles.scss */
.user-form .line .cell-02 strong {
  display: block;
}

/* line 328, app/assets/stylesheets/public/styles.scss */
.user-form .line .cell-02 .more-text {
  display: none;
}

/* line 329, app/assets/stylesheets/public/styles.scss */
.user-form .line .cell-02 .more-text p, .user-form .line .cell-02 p {
  margin: 5px 10px 0px;
  opacity: 0.7;
  font-size: 12px;
}

/* line 335, app/assets/stylesheets/public/styles.scss */
.user-form .line .cell-02 .more-details {
  font-size: 12px;
}

/* line 339, app/assets/stylesheets/public/styles.scss */
.user-form .line .cell-03 {
  width: 15%;
}

/* line 343, app/assets/stylesheets/public/styles.scss */
.user-form .line .cell-04 {
  padding-right: 10px;
  width: 12%;
  text-align: right;
}

/* line 348, app/assets/stylesheets/public/styles.scss */
.user-form .line .cell-04 strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

/* line 355, app/assets/stylesheets/public/styles.scss */
.time-remaining {
  color: red;
  font-size: 11px;
  font-weight: 500;
}

/* line 362, app/assets/stylesheets/public/styles.scss */
.user-form .cell-04 {
  width: 10%;
  text-align: right;
  padding-right: 5px;
}

/* line 368, app/assets/stylesheets/public/styles.scss */
.user-form .cell-04 strong {
  font-size: 14px;
  font-weight: 500;
}

/* line 375, app/assets/stylesheets/public/styles.scss */
#totals .line.total .cell-02 {
  width: 77% !important;
}

/* line 379, app/assets/stylesheets/public/styles.scss */
#totals .line.total .cell-03 {
  padding-right: 10px;
  width: 12%;
  text-align: right;
}

/* line 385, app/assets/stylesheets/public/styles.scss */
.line.price-tier.total {
  border-top: 0px;
  height: auto;
  background-color: #f0f0f0;
}

/* line 391, app/assets/stylesheets/public/styles.scss */
.line.price-tier.total.fee {
  border-top: 2px solid #cbcbcb;
}

/* line 395, app/assets/stylesheets/public/styles.scss */
.line.price-tier.total .cell-01 {
  padding: 0;
}

/* line 399, app/assets/stylesheets/public/styles.scss */
.line.price-tier.total .cell-03 {
  border-left: 0;
}

/* line 403, app/assets/stylesheets/public/styles.scss */
.line.price-tier.total.fee .cell-02,
.line.price-tier.total.fee .cell-03 {
  font-size: 14px;
}

/* line 408, app/assets/stylesheets/public/styles.scss */
.line.price-tier.total .cell-01,
.line.price-tier.total .cell-02,
.line.price-tier.total .cell-03 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f0f0f0;
  font-size: 16px;
}

/* line 416, app/assets/stylesheets/public/styles.scss */
.totals_container {
  margin-bottom: 5px;
}

/* line 421, app/assets/stylesheets/public/styles.scss */
.user-form .total-line {
  padding: 0 0 28px;
}

/* line 423, app/assets/stylesheets/public/styles.scss */
.user-form .total-line .form-group, .promo-row .form-group {
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  background: #fff;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 0 #fff;
}

/* line 433, app/assets/stylesheets/public/styles.scss */
.user-form .total-line .form-control, .promo-row .form-control {
  margin-left: 12px;
  border: 0;
  background: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  box-shadow: none;
}

/* line 444, app/assets/stylesheets/public/styles.scss */
.user-form .total-line .total {
  float: right;
  color: #888;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  padding: 3px 1px 0;
  max-width: 400px;
}

/*register*/
/* line 454, app/assets/stylesheets/public/styles.scss */
.register {
  text-align: center;
  font-size: 12px;
  color: #9c9c9c;
}

/* line 459, app/assets/stylesheets/public/styles.scss */
.register p {
  margin: 0;
}

/* line 460, app/assets/stylesheets/public/styles.scss */
.register p a {
  text-decoration: underline;
}

/* line 461, app/assets/stylesheets/public/styles.scss */
.register p a:hover {
  text-decoration: none;
}

/* line 462, app/assets/stylesheets/public/styles.scss */
.register .more-text {
  display: none;
}

/*aside*/
/* line 464, app/assets/stylesheets/public/styles.scss */
aside {
  background: #fff;
  position: relative;
  border: 1px solid #b5b5b5;
}

/* line 469, app/assets/stylesheets/public/styles.scss */
aside .view {
  display: block;
  margin-bottom: 20px;
}

/* line 473, app/assets/stylesheets/public/styles.scss */
aside .date {
  padding: 0 0 20px;
}

/* line 474, app/assets/stylesheets/public/styles.scss */
aside .date strong {
  display: inline-block;
  padding: 0 23px 0 0;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  background: url(/assets/public/ico-02-a9c62290d6ef07ba579ec17847ea1f143b6a453c7b36ec301d87ac062066db00.png) no-repeat 100% 3px;
}

/*contact-box*/
/*information*/
/* line 487, app/assets/stylesheets/public/styles.scss */
.information {
  position: relative;
  line-height: 17px;
  z-index: 15;
}

/* line 492, app/assets/stylesheets/public/styles.scss */
.information p {
  margin: 0;
}

/* line 493, app/assets/stylesheets/public/styles.scss */
.information .read-less,
.information .more {
  display: block;
  padding: 10px 0 0;
  color: #2591e8;
}

/* line 499, app/assets/stylesheets/public/styles.scss */
.information .read-less a,
.information .more a {
  color: #2591e8;
}

/* line 501, app/assets/stylesheets/public/styles.scss */
aside .more-link {
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  position: relative;
  z-index: 15;
}

/* line 509, app/assets/stylesheets/public/styles.scss */
aside .more-link a {
  color: #2591e8;
  text-decoration: underline;
}

/* line 513, app/assets/stylesheets/public/styles.scss */
aside .more-link a:hover {
  text-decoration: none;
}

/* line 514, app/assets/stylesheets/public/styles.scss */
aside .more-link .more-text {
  text-align: left;
  display: none;
}

/*partners*/
/* line 519, app/assets/stylesheets/public/styles.scss */
.partners {
  margin: 0;
  padding: 20px 0 4px 8px;
  list-style: none;
}

/* line 524, app/assets/stylesheets/public/styles.scss */
.partners li {
  padding: 38px 0 0;
}

/* line 525, app/assets/stylesheets/public/styles.scss */
.partners li:first-child {
  padding-top: 0;
}

/* line 526, app/assets/stylesheets/public/styles.scss */
.partners li img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/*form-page*/
/* line 532, app/assets/stylesheets/public/styles.scss */
.user-form .form-wrap, .form-wrap {
  max-width: 627px;
  margin: 0 auto;
  padding: 5px 0 0;
}

/* line 537, app/assets/stylesheets/public/styles.scss */
.user-form .input-group {
  margin: 0 0 20px;
  width: 100%;
}

/* line 541, app/assets/stylesheets/public/styles.scss */
.user-form .input-group .form-control {
  color: #8d8d8d;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  padding: 3px 14px 4px 0;
  border: 0;
  box-shadow: none;
  background: none;
  height: 30px;
  border-radius: 0;
}

/* line 553, app/assets/stylesheets/public/styles.scss */
.user-form .two-col .form-control,
.user-form .lines .form-control,
.user-form .three-col .form-control {
  padding: 3px 14px 4px;
}

/* line 556, app/assets/stylesheets/public/styles.scss */
.user-form .input-group.two-col .form-control.name {
  padding-left: 0;
  border: 0;
  width: 100%;
}

/* line 561, app/assets/stylesheets/public/styles.scss */
.user-form .columns .form-control {
  border-left: 1px solid #cbcbcb;
}

/* line 562, app/assets/stylesheets/public/styles.scss */
.user-form .columns .form-control:first-child {
  border-left: 0;
}

/* line 563, app/assets/stylesheets/public/styles.scss */
.user-form .input-group.two-col .form-control {
  width: 50%;
}

/* line 564, app/assets/stylesheets/public/styles.scss */
.user-form .input-group .input-group-addon {
  border: 0;
  background: none;
  padding: 0 2px 0 4px;
  text-align: center;
  min-width: 34px;
  vertical-align: middle;
}

/*login-row*/
/* line 573, app/assets/stylesheets/public/styles.scss */
.user-form .login-row {
  color: #9b9b9b;
  font-weight: 500;
  margin-top: -6px;
  margin-bottom: 8px;
}

/* line 579, app/assets/stylesheets/public/styles.scss */
.user-form .login-row p {
  margin: 0;
}

/* line 580, app/assets/stylesheets/public/styles.scss */
.checkbox .help, .user-form .login-row .help {
  display: inline-block;
  vertical-align: top;
  background: url(/assets/public/ico-help-4fad6179f786d2dc49f505596e4f53f7644f328bed5e2bb8c9688007462a71df.png) no-repeat;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 2px 0 0 3px;
}

/* line 590, app/assets/stylesheets/public/styles.scss */
.user-form .login-row .tooltip-inner {
  background: #f9f9f9;
  color: #6e6e6e;
  border: 1px solid #6e6e6e;
}

/* line 595, app/assets/stylesheets/public/styles.scss */
.user-form .login-row .tooltip.top .tooltip-arrow {
  border-top-color: #6e6e6e;
}

/* line 596, app/assets/stylesheets/public/styles.scss */
.user-form .login-row .login {
  color: #50a5ea;
  float: right;
  position: relative;
  padding: 0 9px 0 0;
}

/* line 602, app/assets/stylesheets/public/styles.scss */
.user-form .login-row .login:after {
  content: '';
  position: absolute;
  top: 6px;
  right: -1px;
  border-left: 6px solid #50a5ea;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/*login-area*/
/* line 612, app/assets/stylesheets/public/styles.scss */
.login-area {
  height: 32px;
}

/* line 613, app/assets/stylesheets/public/styles.scss */
.login-area .signup-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 100%;
  display: none;
}

/* line 621, app/assets/stylesheets/public/styles.scss */
.login-area .signup-box .size-small .form-control {
  width: 100%;
  border: 0;
  padding-left: 0;
}

/* line 626, app/assets/stylesheets/public/styles.scss */
.user-form .cols .input-group {
  float: left;
  width: 48%;
}

/* line 630, app/assets/stylesheets/public/styles.scss */
.user-form .cols .input-group + .input-group {
  float: right;
}

/* line 631, app/assets/stylesheets/public/styles.scss */
.user-form .input-group.lines .form-control {
  border-bottom: 1px solid #cbcbcb;
}

/* line 632, app/assets/stylesheets/public/styles.scss */
.user-form .input-group .three-col .form-control {
  width: 33.33%;
  border-bottom: 0;
}

/*bottom-block*/
/* line 637, app/assets/stylesheets/public/styles.scss */
.user-form .bottom-block, .custom-questions {
  padding: 21px 0 0;
}

/* line 640, app/assets/stylesheets/public/styles.scss */
.user-form label {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin: 0 0 7px;
}

/* line 647, app/assets/stylesheets/public/styles.scss */
.user-form .form-control {
  color: #6e6e6e;
}

/* line 650, app/assets/stylesheets/public/styles.scss */
.user-form .bottom-block .form-group {
  margin: 0 0 20px;
}

/* line 651, app/assets/stylesheets/public/styles.scss */
.user-form .radio {
  margin-top: 1px;
  padding-left: 23px;
  margin-bottom: 4px;
}

/* line 656, app/assets/stylesheets/public/styles.scss */
.user-form .radio label,
.user-form .checkbox label {
  font-size: 14px;
  color: #8d8d8d;
}

/*card-info*/
/* line 659, app/assets/stylesheets/public/styles.scss */
.card-info {
  max-width: 427px;
  margin: 0 auto;
  padding: 2px 0 9px;
}

/* line 664, app/assets/stylesheets/public/styles.scss */
.user-form .input-box {
  border-collapse: separate;
  display: table;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
}

/* line 671, app/assets/stylesheets/public/styles.scss */
.user-form .input-box.size-small {
  width: 50%;
  float: left;
  border: 0;
}

/* line 676, app/assets/stylesheets/public/styles.scss */
.user-form .clearfix .size-small + .size-small {
  border-left: 1px solid #cbcbcb;
}

/* line 677, app/assets/stylesheets/public/styles.scss */
.card-info .total {
  display: block;
  color: #888;
  padding: 0 0 8px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
}

/* line 685, app/assets/stylesheets/public/styles.scss */
.card-info .img {
  margin: 0 0 4px -5px;
}

/* line 686, app/assets/stylesheets/public/styles.scss */
.card-info .img img {
  vertical-align: top;
}

/* line 687, app/assets/stylesheets/public/styles.scss */
.card-info p a {
  color: #2783ce;
  text-decoration: underline;
}

/*terms-info*/
/* line 692, app/assets/stylesheets/public/styles.scss */
.terms-info {
  padding: 0 0 10px;
  display: none;
}

/* event-accordon */
/* line 697, app/assets/stylesheets/public/styles.scss */
.event-accordon {
  background-color: #FFFFFF;
  border-top: 1px solid #c2c2c2;
  /* margin:0 -24px; */
  overflow: hidden;
}

/* line 703, app/assets/stylesheets/public/styles.scss */
.event-accordon .heading {
  cursor: pointer;
  display: table;
  width: 100%;
  background-color: #fff;
  color: #5c5c5c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  transition: all .2s;
}

/* line 717, app/assets/stylesheets/public/styles.scss */
.event-accordon .heading.collapsed {
  border-bottom: 1px solid #c2c2c2;
}

/* line 718, app/assets/stylesheets/public/styles.scss */
.event-accordon .heading:hover,
.event-accordon .heading:focus {
  text-decoration: none;
}

/* line 720, app/assets/stylesheets/public/styles.scss */
.event-accordon .heading > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
  height: 58px;
}

/* line 727, app/assets/stylesheets/public/styles.scss */
.event-accordon .heading .ico {
  width: 15.75%;
  border-left: 1px solid #d4d4d4;
}

/* line 731, app/assets/stylesheets/public/styles.scss */
.event-accordon .heading .ico > span {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: solid transparent;
  border-left-width: 5px;
  border-right-width: 5px;
  border-bottom: 10px solid #6e6e6e;
  border-top: 0;
}

/* line 744, app/assets/stylesheets/public/styles.scss */
.event-accordon .heading.collapsed .ico > span {
  border: solid transparent;
  border-right-width: 5px;
  border-left-width: 5px;
  border-top: 10px solid #6e6e6e;
  border-bottom: 0;
}

/* line 751, app/assets/stylesheets/public/styles.scss */
.theme-green .event-accordon .heading .ico > span {
  border: solid transparent;
  border-bottom: 10px solid #46b03e;
  border-width: 0 5px 10px 5px;
}

/* line 756, app/assets/stylesheets/public/styles.scss */
.theme-blue .event-accordon .heading .ico > span {
  border: solid transparent;
  border-bottom: 10px solid #0f62dc;
  border-width: 0 5px 10px 5px;
}

/* line 761, app/assets/stylesheets/public/styles.scss */
.theme-green .event-accordon .heading.collapsed .ico > span {
  border: solid transparent;
  border-top: 10px solid #46b03e;
  border-width: 10px 5px 0 5px;
}

/* line 766, app/assets/stylesheets/public/styles.scss */
.theme-blue .event-accordon .heading.collapsed .ico > span {
  border: solid transparent;
  border-top: 10px solid #0f62dc;
  border-width: 10px 5px 0 5px;
}

/* line 771, app/assets/stylesheets/public/styles.scss */
.event-accordon .box {
  overflow: hidden;
  border-bottom: 1px solid #fff;
}

/* line 775, app/assets/stylesheets/public/styles.scss */
.event-accordon .panel {
  border: 0;
  background: none;
  box-shadow: none;
  margin: 0;
}

/* line 783, app/assets/stylesheets/public/styles.scss */
.event-accordon .panel-body {
  border: solid #b9b9b9;
  border-width: 1px 0;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset, -1px 0 0 rgba(255, 255, 255, 0.5) inset;
  border-radius: 0px 0 0 0px;
  margin-bottom: 0px;
  padding: 0;
}

/* event-table */
/* line 797, app/assets/stylesheets/public/styles.scss */
.event-table {
  font-size: 14px;
  line-height: 20px;
  color: #5c5c5c;
  width: 100%;
}

/* line 803, app/assets/stylesheets/public/styles.scss */
.event-table td {
  padding: 3px 10px 5px 20px;
  border: solid #e6e6e6;
  border-width: 1px 0 0;
}

/* line 808, app/assets/stylesheets/public/styles.scss */
.event-table td + td {
  border-width: 1px 0 0 0px;
}

/* line 809, app/assets/stylesheets/public/styles.scss */
.event-table tr:first-child td {
  border-top: 0 !important;
}

/* line 810, app/assets/stylesheets/public/styles.scss */
.event-table .cell-02,
.event-table .cell-01 {
  padding: 0;
  margin: 0;
  text-align: center;
}

/* line 816, app/assets/stylesheets/public/styles.scss */
.event-table .cell-01 {
  width: 6.04%;
}

/* line 817, app/assets/stylesheets/public/styles.scss */
.event-table .cell-02 {
  width: 7.35%;
}

/* line 818, app/assets/stylesheets/public/styles.scss */
.event-table td.actions a.survey {
  display: inline-block;
  width: 100%;
  height: 50%;
  border-left: 0 !important;
  margin: 0;
  padding: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07) inset;
}

/* line 830, app/assets/stylesheets/public/styles.scss */
.event-table td.actions {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #0f62dc;
}

/* line 837, app/assets/stylesheets/public/styles.scss */
.event-table td.actions span.action {
  display: block;
}

/* line 841, app/assets/stylesheets/public/styles.scss */
.event-table td.actions a.btn-survey {
  display: inline-block;
  width: 100%;
  color: white;
}

/* line 848, app/assets/stylesheets/public/styles.scss */
.theme-green .event-table .survey {
  background-color: #46b03e;
}

/* line 849, app/assets/stylesheets/public/styles.scss */
.theme-blue .event-table .survey {
  background-color: #0f62dc;
}

/* line 850, app/assets/stylesheets/public/styles.scss */
.event-table .survey a {
  color: #fff;
}

/* line 851, app/assets/stylesheets/public/styles.scss */
.event-table .color-01 {
  color: #6e6e6e;
}

/* line 852, app/assets/stylesheets/public/styles.scss */
.theme-green .event-table .color-01 {
  color: #46b03e;
}

/* line 853, app/assets/stylesheets/public/styles.scss */
.theme-blue .event-table .color-01 {
  color: #0f62dc;
}

/* line 854, app/assets/stylesheets/public/styles.scss */
.event-table p {
  margin: 0;
}

/* line 855, app/assets/stylesheets/public/styles.scss */
.event-table .inf {
  float: right;
  color: #8e8d8d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 200;
}

/* line 862, app/assets/stylesheets/public/styles.scss */
.event-table .time {
  display: block;
  overflow: hidden;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
}

/* .event-table a{color:#5aaefd;} */
/* line 870, app/assets/stylesheets/public/styles.scss */
.event-table .nospace {
  padding: 0;
}

/* line 871, app/assets/stylesheets/public/styles.scss */
.event-table .details table {
  width: 100%;
}

/* line 872, app/assets/stylesheets/public/styles.scss */
.event-table .more {
  font-size: 12px;
  line-height: 14px;
}

/* line 876, app/assets/stylesheets/public/styles.scss */
.event-table .more .frame {
  padding: 5px 0 10px;
}

/* line 877, app/assets/stylesheets/public/styles.scss */
.event-table .btn-details {
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding-top: 10px;
}

/* line 886, app/assets/stylesheets/public/styles.scss */
.event-table .opener {
  cursor: pointer;
}

/* footer */
/* line 888, app/assets/stylesheets/public/styles.scss */
#footer {
  text-align: center;
  color: #9c9c9c;
  font-size: 12px;
  line-height: 15px;
  padding: 26px 23px 0;
}

/* line 895, app/assets/stylesheets/public/styles.scss */
#footer p {
  margin: 0;
}

/* line 896, app/assets/stylesheets/public/styles.scss */
#footer a {
  text-decoration: underline;
}

/* line 897, app/assets/stylesheets/public/styles.scss */
#footer a:hover {
  text-decoration: none;
}

/* modals */
/* line 899, app/assets/stylesheets/public/styles.scss */
.speaker-modal .modal-dialog {
  width: 484px;
  margin: 114px auto;
}

/* line 903, app/assets/stylesheets/public/styles.scss */
.speaker-modal .modal-content {
  background: #f7f7f7;
  border: 1px solid #b1b0b0;
  box-shadow: none;
  padding: 25px 28px;
  border-radius: 9px;
  color: #5c5c5c;
  line-height: 20px;
}

/* line 916, app/assets/stylesheets/public/styles.scss */
.speaker-modal .modal-content .btn-close {
  position: absolute;
  text-decoration: underline;
  cursor: pointer;
  top: 4px;
  right: 9px;
}

/* line 923, app/assets/stylesheets/public/styles.scss */
.speaker-modal .modal-content .btn-close:hover {
  text-decoration: none;
}

/* line 924, app/assets/stylesheets/public/styles.scss */
.profile {
  overflow: hidden;
  margin: 0 0 29px;
}

/* line 928, app/assets/stylesheets/public/styles.scss */
.profile .img {
  float: left;
  margin: 0 11px 0 0;
}

/* line 932, app/assets/stylesheets/public/styles.scss */
.profile .desc {
  overflow: hidden;
  padding: 21px 0 0;
}

/* line 936, app/assets/stylesheets/public/styles.scss */
.profile h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 -2px;
}

/* line 943, app/assets/stylesheets/public/styles.scss */
p {
  margin: 0 0 23px;
}

/* line 944, app/assets/stylesheets/public/styles.scss */
.well p {
  margin: 0;
}

/* line 945, app/assets/stylesheets/public/styles.scss */
.profile p {
  margin: 0;
}

/* line 946, app/assets/stylesheets/public/styles.scss */
.socials {
  margin: 0;
  padding: 10px 2px;
  list-style: none;
  overflow: hidden;
}

/* line 952, app/assets/stylesheets/public/styles.scss */
.socials li {
  float: left;
  margin: 0 14px 0 0;
}

/* line 956, app/assets/stylesheets/public/styles.scss */
.socials a {
  float: left;
  width: 33px;
  height: 33px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/assets/public/bg-socials-a6858f35630a3dc2ecd436f7db1654e40ea2b2f6ac1400e2142935e81dafce76.png) no-repeat;
}

/* line 964, app/assets/stylesheets/public/styles.scss */
.socials .google {
  width: 37px;
  background-position: -47px 0;
}

/* line 968, app/assets/stylesheets/public/styles.scss */
.socials .twitter {
  width: 34px;
  background-position: -98px 0;
}

/* line 972, app/assets/stylesheets/public/styles.scss */
.socials .linkedin {
  width: 32px;
  background-position: -146px 0;
}

/* line 976, app/assets/stylesheets/public/styles.scss */
.info-list {
  margin: 0 -28px -21px;
  padding: 0;
  list-style: none;
  color: #46b03e;
}

/* line 982, app/assets/stylesheets/public/styles.scss */
.info-list li {
  border-top: 1px solid #e6e6e6;
  padding: 8px 12px 6px;
}

/* line 986, app/assets/stylesheets/public/styles.scss */
.info-list .headline {
  color: #5c5c5c;
}

/* line 987, app/assets/stylesheets/public/styles.scss */
.info-list .headline:after {
  content: '';
  display: block;
  clear: both;
}

/* line 992, app/assets/stylesheets/public/styles.scss */
.info-list .date {
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  float: left;
  max-width: 45%;
  margin: 0 0 0 -3px;
}

/* line 1000, app/assets/stylesheets/public/styles.scss */
.info-list .level {
  float: right;
  max-width: 45%;
  font-size: 12px;
  line-height: 14px;
  font-weight: 200;
}

/* line 1007, app/assets/stylesheets/public/styles.scss */
.info-list a {
  color: #46b03e;
}

/* line 1008, app/assets/stylesheets/public/styles.scss */
.info-list p {
  margin: 0;
}

/* end modals */
@media only screen and (max-width: 1120px) {
  /* line 1011, app/assets/stylesheets/public/styles.scss */
  .user-form .line .cell-01 {
    width: 10%;
  }
  /* line 1012, app/assets/stylesheets/public/styles.scss */
  .user-form .line .cell-02 {
    width: 60%;
  }
  /* line 1013, app/assets/stylesheets/public/styles.scss */
  .user-form .line .cell-03 {
    width: 30%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 1016, app/assets/stylesheets/public/styles.scss */
  .user-form .line.price-tier {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1023, app/assets/stylesheets/public/styles.scss */
  .wrapper {
    background-size: 100% auto;
    background-position: 50% -50px;
  }
  /*main-holder*/
  /* line 1028, app/assets/stylesheets/public/styles.scss */
  .main-holder {
    padding-top: 0px;
    padding-bottom: 14px;
  }
  /* line 1032, app/assets/stylesheets/public/styles.scss */
  .main-holder > .row {
    background-color: #fff;
  }
  /* line 1033, app/assets/stylesheets/public/styles.scss */
  .main-holder > .row > .col-sm-4.pull-right {
    float: none !important;
  }
  /*main*/
  /* line 1035, app/assets/stylesheets/public/styles.scss */
  #main {
    border-radius: 0;
    border: 0;
    padding: 0 0 20px;
    box-shadow: none;
  }
  /*user-form*/
  /* line 1042, app/assets/stylesheets/public/styles.scss */
  .user-form .form-holder {
    margin: 0;
    background: none;
    border: 0;
    padding: 0 0 27px;
    /*padding: 0px 24px 0px;*/
    box-shadow: none;
  }
  /* line 1050, app/assets/stylesheets/public/styles.scss */
  .user-form .form-holder.price-tier-single-registration {
    padding: 0px 24px 0px;
  }
  /* line 1054, app/assets/stylesheets/public/styles.scss */
  #header {
    /*padding: 0px 24px 0px;*/
    /*display: none;*/
  }
  /*shadow-box*/
  /* line 1059, app/assets/stylesheets/public/styles.scss */
  .shadow-box {
    /*border-width:1px 0;*/
    box-shadow: none;
    border-radius: 0;
    margin: 0 -18px 19px;
  }
  /* line 1065, app/assets/stylesheets/public/styles.scss */
  .shadow-box .line:first-child .cell-03 {
    box-shadow: none;
  }
  /* line 1067, app/assets/stylesheets/public/styles.scss */
  .event-instructions {
    margin: 0;
  }
  /*total-line*/
  /* line 1072, app/assets/stylesheets/public/styles.scss */
  .user-form .total-line .form-group {
    float: none;
    margin: 0 auto 30px;
  }
  /* line 1076, app/assets/stylesheets/public/styles.scss */
  .user-form .line label {
    font-size: 14px;
    line-height: 16px;
  }
  /* line 1080, app/assets/stylesheets/public/styles.scss */
  .shadow-box .line > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 1084, app/assets/stylesheets/public/styles.scss */
  .user-form .line .cell-01 {
    width: 12%;
  }
  /* line 1085, app/assets/stylesheets/public/styles.scss */
  .user-form .line .cell-02 {
    width: 57%;
  }
  /* line 1086, app/assets/stylesheets/public/styles.scss */
  .user-form .line .cell-03 {
    width: 31%;
  }
  /* line 1087, app/assets/stylesheets/public/styles.scss */
  .user-form .line .cell-03 strong {
    font-size: 15px;
  }
  /* line 1088, app/assets/stylesheets/public/styles.scss */
  .user-form .total-line {
    padding: 0;
  }
  /* line 1089, app/assets/stylesheets/public/styles.scss */
  .user-form .total-line .total {
    float: none;
    padding: 0;
    display: block;
    text-align: center;
    max-width: inherit;
  }
  /* line 1096, app/assets/stylesheets/public/styles.scss */
  .user-form .total-line .total {
    font-size: 24px;
    line-height: 26px;
  }
  /*aside*/
  /* line 1102, app/assets/stylesheets/public/styles.scss */
  aside {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  /* line 1107, app/assets/stylesheets/public/styles.scss */
  aside .aside-holder {
    display: none;
    border-top: 1px solid #b5b5b5;
    /*border-radius: 8px;*/
  }
  /*mob-block*/
  /* line 1113, app/assets/stylesheets/public/styles.scss */
  .mob-block {
    text-align: center;
    padding: 0 0;
  }
  /* line 1117, app/assets/stylesheets/public/styles.scss */
  .mob-block h2.title {
    text-transform: none;
    font-size: 24px;
  }
  /* line 1121, app/assets/stylesheets/public/styles.scss */
  .mob-block .logo-holder {
    margin: 0 0 9px;
    text-align: center;
  }
  /* line 1126, app/assets/stylesheets/public/styles.scss */
  .mob-block h2 {
    margin: 0 0 1px;
    padding-top: 10px;
  }
  /* line 1127, app/assets/stylesheets/public/styles.scss */
  aside .mob-block .date {
    padding: 0 0 1px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  /* line 1135, app/assets/stylesheets/public/styles.scss */
  aside .view-details {
    text-align: center;
  }
  /* line 1136, app/assets/stylesheets/public/styles.scss */
  aside .view-details a {
    color: #1e91fc;
    text-decoration: underline;
  }
  /* line 1141, app/assets/stylesheets/public/styles.scss */
  .information {
    font-size: 12px;
    line-height: 14px;
  }
  /* line 1145, app/assets/stylesheets/public/styles.scss */
  .information .details .read-less,
.information .summary {
    display: none;
  }
  /* line 1147, app/assets/stylesheets/public/styles.scss */
  .information .details {
    display: block !important;
  }
  /*form-wrap*/
  /* line 1149, app/assets/stylesheets/public/styles.scss */
  .user-form .form-wrap {
    max-width: inherit;
  }
  /* line 1152, app/assets/stylesheets/public/styles.scss */
  .user-form .login-row {
    margin-top: 0;
    margin-bottom: 9px;
  }
  /* line 1156, app/assets/stylesheets/public/styles.scss */
  .user-form .bottom-block {
    padding: 24px 0 0;
    border-bottom: 1px solid #d4d4d4;
  }
  /* line 1160, app/assets/stylesheets/public/styles.scss */
  .user-form .input-group.two-col .form-control {
    width: 100%;
  }
  /* line 1161, app/assets/stylesheets/public/styles.scss */
  .user-form .input-group.two-col .form-control + .form-control {
    border: solid #cbcbcb;
    border-width: 1px 0 0;
  }
  /* line 1165, app/assets/stylesheets/public/styles.scss */
  .user-form .input-group .form-control.name {
    background: none;
    padding-left: 14px;
  }
  /* line 1169, app/assets/stylesheets/public/styles.scss */
  .user-form .login-row .login {
    margin-left: -20px;
  }
  /* line 1170, app/assets/stylesheets/public/styles.scss */
  .user-form .cols .input-group {
    float: left;
    width: 100%;
  }
  /*card-info*/
  /* line 1175, app/assets/stylesheets/public/styles.scss */
  .card-info {
    max-width: inherit;
    padding: 0;
  }
  /* line 1179, app/assets/stylesheets/public/styles.scss */
  .card-info .total {
    text-align: center;
    padding: 0 0 25px;
  }
  /* line 1183, app/assets/stylesheets/public/styles.scss */
  .payment-holder {
    text-align: center;
  }
  /* line 1184, app/assets/stylesheets/public/styles.scss */
  .payment-holder .clearfix {
    display: inline-block;
    vertical-align: top;
    min-width: 284px;
  }
  /* line 1189, app/assets/stylesheets/public/styles.scss */
  .card-info .img {
    float: left;
    margin-bottom: 24px;
  }
  /* line 1193, app/assets/stylesheets/public/styles.scss */
  .card-info .terms {
    overflow: hidden;
    padding: 5px 0 3px 18px;
  }
  /*partners*/
  /* line 1198, app/assets/stylesheets/public/styles.scss */
  .partners li {
    text-align: center;
  }
  /* line 1199, app/assets/stylesheets/public/styles.scss */
  .partners li img {
    width: 100%;
    max-width: 200px;
  }
  /* line 1203, app/assets/stylesheets/public/styles.scss */
  .event-accordon {
    margin: 0 -5px;
  }
  /* line 1204, app/assets/stylesheets/public/styles.scss */
  .input-group.login-area .input-box.size-small,
.user-form .mob-size .input-box.size-small {
    width: 100%;
  }
  /* line 1208, app/assets/stylesheets/public/styles.scss */
  .input-group.login-area .signup-box .form-control,
.user-form .mob-size.columns .form-control {
    border: solid #cbcbcb;
    border-width: 1px 0 0;
  }
  /* line 1213, app/assets/stylesheets/public/styles.scss */
  .input-group.login-area .input-box.size-small .form-control {
    border: 0;
  }
  /* line 1214, app/assets/stylesheets/public/styles.scss */
  .login-area {
    height: 62px;
  }
  /* line 1215, app/assets/stylesheets/public/styles.scss */
  .register-link {
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    z-index: 15;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
  /* line 1225, app/assets/stylesheets/public/styles.scss */
  .register-link a {
    color: #fff;
    text-decoration: underline;
    text-shadow: 1px 0 0 #0f62dc, -1px 0 0 #0f62dc, 0 1px 0 #0f62dc,0 -1px 0 #0f62dc;
  }
  /* line 1230, app/assets/stylesheets/public/styles.scss */
  .register-link a:hover {
    text-decoration: none;
  }
  /* line 1231, app/assets/stylesheets/public/styles.scss */
  .speaker-modal .modal-dialog {
    width: auto;
    margin: 10px 0;
  }
  /* line 1235, app/assets/stylesheets/public/styles.scss */
  .speaker-modal .modal-content {
    padding: 45px 14px 15px;
  }
  /* line 1236, app/assets/stylesheets/public/styles.scss */
  .profile {
    margin-bottom: 14px;
  }
  /* line 1237, app/assets/stylesheets/public/styles.scss */
  .profile .img {
    float: none;
    margin: 0 auto 11px;
    display: block;
  }
  /* line 1242, app/assets/stylesheets/public/styles.scss */
  .profile .desc {
    padding: 0;
    text-align: center;
  }
  /* line 1246, app/assets/stylesheets/public/styles.scss */
  .profile h4 {
    margin: 0 0 1px;
  }
  /* line 1247, app/assets/stylesheets/public/styles.scss */
  .socials {
    padding: 8px 0;
  }
  /* line 1248, app/assets/stylesheets/public/styles.scss */
  .socials li {
    float: none;
    display: inline-block;
    overflow: hidden;
    margin: 0 10px;
    vertical-align: top;
  }
  /* line 1255, app/assets/stylesheets/public/styles.scss */
  .info-list {
    margin: 0 -14px -7px;
  }
  /* line 1256, app/assets/stylesheets/public/styles.scss */
  .info-list li {
    padding: 8px 9px 6px;
  }
  /* line 1257, app/assets/stylesheets/public/styles.scss */
  p {
    margin: 0 0 18px;
  }
}

@media only screen and (max-width: 500px) {
  /*price tiers*/
  /* line 1263, app/assets/stylesheets/public/styles.scss */
  .user-form .line .price-tier-items .cell-price-01 {
    width: 17%;
  }
  /* line 1267, app/assets/stylesheets/public/styles.scss */
  .user-form .line .price-tier-items .cell-price-02 {
    width: 40%;
  }
  /* line 1271, app/assets/stylesheets/public/styles.scss */
  .user-form .line .price-tier-items .cell-price-03 {
    width: 12%;
  }
  /* line 1275, app/assets/stylesheets/public/styles.scss */
  .user-form .line .price-tier-description .cell-price-01 {
    width: 18%;
  }
  /* line 1280, app/assets/stylesheets/public/styles.scss */
  .user-form .line .price-tier-description .cell-price-02 {
    width: 82%;
  }
}
@-webkit-keyframes rocking {
  0% {
    transform: none;
  }
  25% {
    transform: translate3d(-20%, 5%, 0) rotate3d(0, 0, 1, 0);
  }
  50% {
    transform: none;
  }
  75% {
    transform: translate3d(20%, 5%, 0) rotate3d(0, 0, 1, 0);
  }
  100% {
    transform: none;
  }
}

@keyframes rocking {
  0% {
    transform: none;
  }
  25% {
    transform: translate3d(-20%, 5%, 0) rotate3d(0, 0, 1, 0);
  }
  50% {
    transform: none;
  }
  75% {
    transform: translate3d(20%, 5%, 0) rotate3d(0, 0, 1, 0);
  }
  100% {
    transform: none;
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes shake {
  30% {
    transform: translate3d(-4px, 0, 0);
  }
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  30% {
    transform: translate3d(-4px, 0, 0);
  }
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes scaleUpDown {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

/* line 8, app/assets/stylesheets/public/group_registrations.scss */
#main.group_registration {
  background: none;
  padding: 0;
  border: none;
}

@media only screen and (max-width: 767px) {
  /* line 8, app/assets/stylesheets/public/group_registrations.scss */
  #main.group_registration {
    padding-top: 10px;
  }
}

/* line 15, app/assets/stylesheets/public/group_registrations.scss */
#main.group_registration #header {
  padding: 23px 24px 23px;
  background: #FFF;
}

/* line 18, app/assets/stylesheets/public/group_registrations.scss */
#main.group_registration #header p.switchReg {
  margin-top: 5px !important;
}

/* line 23, app/assets/stylesheets/public/group_registrations.scss */
#main.group_registration .header-padding {
  padding: 23px 24px 23px;
}

/* line 27, app/assets/stylesheets/public/group_registrations.scss */
#main.group_registration .internal-info-wrapper {
  padding-top: 21px;
  padding-bottom: 40px;
}

/* line 32, app/assets/stylesheets/public/group_registrations.scss */
#main.group_registration .btgray {
  border-top: 1px solid #BEBEBE;
}

/* line 35, app/assets/stylesheets/public/group_registrations.scss */
#main.group_registration .bbgray {
  border-bottom: 1px solid #BEBEBE;
}

/* line 38, app/assets/stylesheets/public/group_registrations.scss */
#main.group_registration .brgray {
  border-right: 1px solid #BEBEBE;
}

/* line 41, app/assets/stylesheets/public/group_registrations.scss */
#main.group_registration .blgray {
  border-left: 1px solid #BEBEBE;
}

/* line 45, app/assets/stylesheets/public/group_registrations.scss */
#main.group_registration .event-instructions {
  padding: 23px 24px 23px;
  text-align: left;
  margin: 0;
  background-color: #fff;
  color: #001941;
}

/* line 51, app/assets/stylesheets/public/group_registrations.scss */
#main.group_registration .event-instructions p {
  margin: 0;
  line-height: 22px;
}

/* line 58, app/assets/stylesheets/public/group_registrations.scss */
.no-overflow {
  overflow: hidden;
}

/* line 62, app/assets/stylesheets/public/group_registrations.scss */
div.alert.alert-warning {
  margin: 14px 0 0 0;
}

/* line 67, app/assets/stylesheets/public/group_registrations.scss */
#registrant-types a:hover, #registrant-types a:focus {
  text-decoration: none;
}

/* line 72, app/assets/stylesheets/public/group_registrations.scss */
.registration-type-wrapper {
  display: flex;
  background-color: #FFFFFF;
  transition: all ease-in-out .16s;
}

/* line 76, app/assets/stylesheets/public/group_registrations.scss */
.registration-type-wrapper:hover {
  background-color: #F2F3F5;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* line 80, app/assets/stylesheets/public/group_registrations.scss */
.registration-type-wrapper:active {
  background-color: #d8d9da;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

/* line 86, app/assets/stylesheets/public/group_registrations.scss */
.registration-type-text-wrapper {
  display: flex;
  flex: auto;
  align-items: center;
}

/* line 91, app/assets/stylesheets/public/group_registrations.scss */
.registration-type-text-wrapper .registration-info h4 {
  font-size: 17px;
  font-weight: bold;
}

/* line 95, app/assets/stylesheets/public/group_registrations.scss */
.registration-type-text-wrapper .registration-info p {
  line-height: 1.47;
  font-size: 15px;
  color: #000000;
}

/* line 103, app/assets/stylesheets/public/group_registrations.scss */
.registration-type-arrow-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 50px;
}

/* line 110, app/assets/stylesheets/public/group_registrations.scss */
.registration-type-scroll {
  max-width: 193px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

/* line 115, app/assets/stylesheets/public/group_registrations.scss */
.registration-type-scroll a {
  text-decoration: none;
}

/* line 118, app/assets/stylesheets/public/group_registrations.scss */
.registration-type-scroll .fa {
  font-size: 16px;
}

/* line 121, app/assets/stylesheets/public/group_registrations.scss */
.registration-type-scroll span.text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #001941;
}

/* line 131, app/assets/stylesheets/public/group_registrations.scss */
.register-add-btn {
  text-align: center;
  padding: 23px 24px 23px;
  background: #FFF;
}

/* line 138, app/assets/stylesheets/public/group_registrations.scss */
.register .tooltip-mobile {
  display: none;
  color: red;
}

@media only screen and (max-device-width: 767px) {
  /* line 138, app/assets/stylesheets/public/group_registrations.scss */
  .register .tooltip-mobile {
    display: block;
  }
}

/* line 149, app/assets/stylesheets/public/group_registrations.scss */
.user-form.registrar {
  padding: 0px 24px 0px;
  background: #FFF;
}

/* line 157, app/assets/stylesheets/public/group_registrations.scss */
.attendee-wrapper {
  padding: 0px 24px 0px;
  background: #FFF;
  border-top: 1px solid #BEBEBE;
}

/* line 162, app/assets/stylesheets/public/group_registrations.scss */
.attendee-wrapper > h3 {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 167, app/assets/stylesheets/public/group_registrations.scss */
.attendee-wrapper i.fa-times-circle-o {
  position: absolute;
  color: #6e6e6e;
  z-index: 3;
  margin-top: 10px;
  right: 13px;
  font-size: 24px;
  cursor: pointer;
}

/* line 175, app/assets/stylesheets/public/group_registrations.scss */
.attendee-wrapper i.fa-times-circle-o:hover {
  color: #CF2421;
}

/* line 181, app/assets/stylesheets/public/group_registrations.scss */
.attendee-components {
  padding-top: 40px;
}

/* line 186, app/assets/stylesheets/public/group_registrations.scss */
.attendee-divider h3 {
  background-color: #f8f9fa;
  opacity: 1.0;
  margin: 0;
  padding: 15px;
  text-align: center;
}

/* line 195, app/assets/stylesheets/public/group_registrations.scss */
.attendee-divider-button {
  background-color: #f8f9fa;
  padding: 15px;
}

/* line 200, app/assets/stylesheets/public/group_registrations.scss */
.attendee-div {
  border-bottom: solid blue;
  border-width: 1px 0;
}

/* line 206, app/assets/stylesheets/public/group_registrations.scss */
.attendingDescription p {
  color: black;
  margin-bottom: 10px;
}

/* line 209, app/assets/stylesheets/public/group_registrations.scss */
.attendingDescription p.attending-small {
  color: #666;
  font-size: 12px;
  margin: 0px 0 10px;
}

/* line 217, app/assets/stylesheets/public/group_registrations.scss */
.register-number {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #EAE9E9;
  color: #00274C;
  font-size: 16px;
  margin: 10px -25px 10px;
  width: 14%;
  line-height: 30px;
  text-align: center;
}

/* line 229, app/assets/stylesheets/public/group_registrations.scss */
.attendingCheckbox {
  padding-bottom: 25px;
}

/* line 231, app/assets/stylesheets/public/group_registrations.scss */
.attendingCheckbox label {
  float: left;
  color: black;
  cursor: pointer;
  font-size: 14px;
}

/* line 237, app/assets/stylesheets/public/group_registrations.scss */
.attendingCheckbox input[type="checkbox"] {
  float: none;
  margin: -5px 0 0 10px;
  cursor: pointer;
}

/* line 246, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-individual {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* line 254, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-items {
  display: table-row;
  padding: 0;
  height: 30%;
}

/* line 260, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-items .cell-price {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

/* line 266, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-items .cell-price-01 {
  width: 12%;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  /* line 266, app/assets/stylesheets/public/group_registrations.scss */
  .price-tier-wrapper .price-tier-items .cell-price-01 {
    width: 19% !important;
  }
}

/* line 273, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-items .cell-price-02 {
  width: 45%;
  font: 14px 'helvetica', sans-serif;
}

/* line 276, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-items .cell-price-02 .more-details {
  font-size: 12px;
}

/* line 279, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-items .cell-price-02 label.hidden-tier {
  color: #f9a000;
}

/* line 281, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-items .cell-price-02 label.hidden-tier img {
  margin-top: -3px;
  margin-right: 10px;
}

/* line 287, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-items .cell-price-02 label.conditional-tier img {
  margin-top: -3px;
  margin-right: 10px;
}

@media only screen and (max-width: 500px) {
  /* line 273, app/assets/stylesheets/public/group_registrations.scss */
  .price-tier-wrapper .price-tier-items .cell-price-02 {
    width: 40%;
  }
}

/* line 296, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-items .cell-price-03 {
  width: 18%;
  text-align: center;
  font-size: 11px;
}

@media only screen and (max-width: 500px) {
  /* line 296, app/assets/stylesheets/public/group_registrations.scss */
  .price-tier-wrapper .price-tier-items .cell-price-03 {
    width: 12%;
  }
}

/* line 304, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-items .cell-price-04 {
  width: 13%;
  text-align: center;
  font-size: 11px;
}

@media only screen and (max-width: 500px) {
  /* line 304, app/assets/stylesheets/public/group_registrations.scss */
  .price-tier-wrapper .price-tier-items .cell-price-04 {
    width: 15% !important;
  }
}

/* line 312, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-items .cell-price-05 {
  width: 11% !important;
  text-align: right;
  margin-left: 0px !important;
}

/* line 316, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-items .cell-price-05 strong {
  display: block;
  font: 14px 'helvetica_neuebold', sans-serif;
}

/* line 323, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-description {
  display: table-row;
  padding: 0;
  height: 70%;
}

/* line 328, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-description .cell-price-01 {
  width: 13%;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  /* line 328, app/assets/stylesheets/public/group_registrations.scss */
  .price-tier-wrapper .price-tier-description .cell-price-01 {
    width: 18%;
  }
}

/* line 335, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-description .cell-price-02 {
  width: 87%;
  font: 14px 'helvetica', sans-serif;
  float: right;
}

@media only screen and (max-width: 500px) {
  /* line 335, app/assets/stylesheets/public/group_registrations.scss */
  .price-tier-wrapper .price-tier-description .cell-price-02 {
    width: 82%;
  }
}

/* line 342, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-description .cell-price-02 strong {
  display: block;
}

/* line 345, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-description .cell-price-02 .more-text {
  display: block !important;
}

/* line 347, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-description .cell-price-02 .more-text p {
  margin: 5px 10px 0px;
  opacity: 0.7;
  font-size: 12px;
}

/* line 353, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-wrapper .price-tier-description .cell-price-02 .more-details {
  font-size: 12px;
  cursor: pointer;
}

/* line 361, app/assets/stylesheets/public/group_registrations.scss */
.shadow-box.price-tiers {
  border-radius: 6px;
}

/* line 367, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-individual {
  display: table-header-group;
}

/* line 369, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-individual .cell-01, .price-tier-individual .cell-02, .price-tier-individual .cell-03, .price-tier-individual .cell-04 {
  display: table-cell;
  vertical-align: middle;
}

/* line 373, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-individual .cell-01 {
  width: 6%;
  text-align: center;
}

/* line 377, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-individual .cell-02 {
  width: 70% !important;
}

/* line 380, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-individual .cell-03 {
  width: 14%;
}

/* line 382, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-individual .cell-03 .time-remaining {
  color: red;
  font-size: 11px;
  font-weight: 500;
}

/* line 388, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-individual .cell-04 {
  width: 10%;
  text-align: right;
  padding-right: 5px;
}

/* line 392, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-individual .cell-04 strong {
  font-size: 14px;
  font-weight: 500;
}

/* line 397, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-individual .cell-03 {
  width: 15%;
}

/* line 400, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-individual .cell-04 {
  padding-right: 10px;
  width: 12%;
  text-align: right;
}

/* line 405, app/assets/stylesheets/public/group_registrations.scss */
.price-tier-individual .cell-06 {
  position: absolute;
  right: 31px;
  top: 26px;
}

/* line 413, app/assets/stylesheets/public/group_registrations.scss */
.price-tier.total .cell-01 {
  width: 6%;
  text-align: center;
}

/* line 417, app/assets/stylesheets/public/group_registrations.scss */
.price-tier.total .cell-02 {
  width: 77%;
}

/* line 420, app/assets/stylesheets/public/group_registrations.scss */
.price-tier.total .cell-03 {
  width: 17%;
  padding-right: 5px;
}

/* line 432, app/assets/stylesheets/public/group_registrations.scss */
.form-holder.breakouts {
  background: #f9f9f9;
}

/* line 434, app/assets/stylesheets/public/group_registrations.scss */
.form-holder.breakouts .alert {
  margin-bottom: 15px;
  margin-top: 15px;
}

/* line 438, app/assets/stylesheets/public/group_registrations.scss */
.form-holder.breakouts select.breakout-selection {
  font: 16px/18px 'helvetica_neuemedium', sans-serif;
  color: #8d8d8d;
}

/* line 446, app/assets/stylesheets/public/group_registrations.scss */
.help-text {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* line 449, app/assets/stylesheets/public/group_registrations.scss */
.help-text i {
  margin-right: 5px;
  color: #6e6e6e;
}

/* line 453, app/assets/stylesheets/public/group_registrations.scss */
.help-text p {
  display: inline-block;
  color: #6e6e6e;
  margin-bottom: 0;
}

/* line 460, app/assets/stylesheets/public/group_registrations.scss */
.question-header {
  font-size: 13px;
  font-weight: 700;
  color: #0F62DC;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: #dddddd 1px solid;
}

/* line 471, app/assets/stylesheets/public/group_registrations.scss */
.application-questions .question-header {
  border-bottom: transparent 0px solid;
}

/* line 476, app/assets/stylesheets/public/group_registrations.scss */
.question-response {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 479, app/assets/stylesheets/public/group_registrations.scss */
.question-response.conditional {
  padding: 20px;
  border-radius: 5px;
  background-color: #f5f6f8;
}

/* line 485, app/assets/stylesheets/public/group_registrations.scss */
.question-response .more-info p {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 5px;
}

/* line 491, app/assets/stylesheets/public/group_registrations.scss */
.question-response .more-info i {
  cursor: pointer;
}

/* line 497, app/assets/stylesheets/public/group_registrations.scss */
.custom-question-info {
  display: none;
  margin-top: -30px;
  padding: 8px 0;
  border-left: solid;
  border-width: 3px;
  border-color: #cbcbcb;
  background-color: #f6f6f6;
  margin-bottom: 40px;
  margin-left: 6px;
}

/* line 507, app/assets/stylesheets/public/group_registrations.scss */
.custom-question-info p {
  padding-left: 24px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom: 0;
  line-height: 1.5;
  white-space: pre-wrap;
}

/* line 516, app/assets/stylesheets/public/group_registrations.scss */
.custom-question-info p.info-header {
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
}

/* line 524, app/assets/stylesheets/public/group_registrations.scss */
.question-response-left {
  width: 31%;
  float: left;
  padding: 6px 0px;
}

@media only screen and (max-width: 767px) {
  /* line 524, app/assets/stylesheets/public/group_registrations.scss */
  .question-response-left {
    width: 100%;
    float: none;
  }
}

/* line 534, app/assets/stylesheets/public/group_registrations.scss */
.question-response-right {
  width: 64%;
  float: right;
}

@media only screen and (max-width: 767px) {
  /* line 534, app/assets/stylesheets/public/group_registrations.scss */
  .question-response-right {
    width: 100%;
    float: none;
  }
}

/* line 542, app/assets/stylesheets/public/group_registrations.scss */
.question-response-right .spinner {
  width: 25px;
  height: 25px;
  margin-left: 25px;
}

/* line 547, app/assets/stylesheets/public/group_registrations.scss */
.question-response-right .upload-description {
  margin: 5px 0 0 0;
  font-size: 9px;
}

/* line 552, app/assets/stylesheets/public/group_registrations.scss */
.question-response-right .question_response_files_wrapper div {
  margin-top: 7px;
}

/* line 555, app/assets/stylesheets/public/group_registrations.scss */
.question-response-right .question_response_files_wrapper i {
  margin-left: 6px;
}

/* line 560, app/assets/stylesheets/public/group_registrations.scss */
.question-response-right .file-upload-filenames p {
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 566, app/assets/stylesheets/public/group_registrations.scss */
.question-response-right .delete-button {
  cursor: pointer;
  margin-left: 4px;
}

/* line 569, app/assets/stylesheets/public/group_registrations.scss */
.question-response-right .delete-button:hover {
  text-decoration: underline;
}

/* line 576, app/assets/stylesheets/public/group_registrations.scss */
.question-response-left-even, .question-response-right-even {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  /* line 576, app/assets/stylesheets/public/group_registrations.scss */
  .question-response-left-even, .question-response-right-even {
    width: 100%;
    float: none;
  }
}

/* line 584, app/assets/stylesheets/public/group_registrations.scss */
.question-response-block {
  width: 100%;
}

/* line 589, app/assets/stylesheets/public/group_registrations.scss */
.custom-questions h4.survey-price-tier-name {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin: 25px 0 20px;
  padding-bottom: 5px;
}

/* line 595, app/assets/stylesheets/public/group_registrations.scss */
.custom-questions h4.survey-price-tier-name span {
  padding: 0 10px;
  background: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

/* line 605, app/assets/stylesheets/public/group_registrations.scss */
h1.answer-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.24;
  color: #001941;
  margin-left: 20px;
  margin-bottom: 16px;
}

/* line 616, app/assets/stylesheets/public/group_registrations.scss */
.event-logo-action.round-top.group_registration {
  width: 429px;
}

@media only screen and (max-width: 1300px) {
  /* line 616, app/assets/stylesheets/public/group_registrations.scss */
  .event-logo-action.round-top.group_registration {
    width: 336px;
  }
}

@media only screen and (max-width: 1095px) {
  /* line 616, app/assets/stylesheets/public/group_registrations.scss */
  .event-logo-action.round-top.group_registration {
    width: 250px;
  }
}

@media only screen and (max-width: 870px) {
  /* line 616, app/assets/stylesheets/public/group_registrations.scss */
  .event-logo-action.round-top.group_registration {
    width: 220px;
  }
}

/* line 641, app/assets/stylesheets/public/group_registrations.scss */
#order_summary_inner_wrapper {
  position: fixed;
  top: 106px;
  bottom: 20px;
  width: inherit;
}

@media only screen and (max-width: 767px) {
  /* line 641, app/assets/stylesheets/public/group_registrations.scss */
  #order_summary_inner_wrapper {
    position: relative;
    top: 10px !important;
  }
}

/* line 650, app/assets/stylesheets/public/group_registrations.scss */
#order_summary_inner_wrapper.no_cash_register {
  position: relative;
}

/* line 655, app/assets/stylesheets/public/group_registrations.scss */
#order_summary_inner_wrapper_share {
  position: fixed;
  top: 300px !important;
  bottom: 20px;
  width: inherit;
}

@media only screen and (max-width: 767px) {
  /* line 655, app/assets/stylesheets/public/group_registrations.scss */
  #order_summary_inner_wrapper_share {
    position: relative;
    top: 10px !important;
  }
}

/* line 664, app/assets/stylesheets/public/group_registrations.scss */
#order_summary_inner_wrapper_share.no_cash_register {
  position: relative;
}

/* line 669, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors, .registration-aside-errors-no-cash {
  width: inherit;
  height: 180px;
  border: 1px solid #cbcbcb;
  background-color: #FFFFFF;
  width: 336px;
  position: fixed;
}

/* line 677, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors .body-wrapper, .registration-aside-errors-no-cash .body-wrapper {
  border-left: 4px solid #E85B5B;
}

/* line 680, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors .top-wrapper, .registration-aside-errors-no-cash .top-wrapper {
  height: 40px;
  display: block;
  padding-top: 10px;
}

/* line 684, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors .top-wrapper .box, .registration-aside-errors-no-cash .top-wrapper .box {
  height: 40px;
  width: 40px;
  background-color: #FFF6F6;
  border-bottom: 1px solid #E85B5B;
  border-right: 1px solid #E85B5B;
  float: left;
}

/* line 691, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors .top-wrapper .box img, .registration-aside-errors-no-cash .top-wrapper .box img {
  display: block;
  margin-left: 9px;
  margin-top: 9px;
}

/* line 697, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors .top-wrapper p, .registration-aside-errors-no-cash .top-wrapper p {
  font-size: 13px;
  color: #333333;
  font-weight: 600;
  line-height: 1.7;
  margin: 0px;
  margin-left: 24px;
}

/* line 706, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors .bottom-wrapper, .registration-aside-errors-no-cash .bottom-wrapper {
  overflow-y: auto;
  height: 137px;
  padding-bottom: 0px;
  padding-left: 24px;
}

/* line 711, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors .bottom-wrapper p, .registration-aside-errors-no-cash .bottom-wrapper p {
  margin: 0px;
  font-size: 13px;
  line-height: 1.7;
  color: #333333;
}

/* line 717, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors .bottom-wrapper ul, .registration-aside-errors-no-cash .bottom-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 721, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors .bottom-wrapper ul li, .registration-aside-errors-no-cash .bottom-wrapper ul li {
  padding-left: 10px;
  text-indent: 2px;
}

/* line 724, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors .bottom-wrapper ul li:before, .registration-aside-errors-no-cash .bottom-wrapper ul li:before {
  content: "• ";
  color: #C61E1E;
  /* or whatever color you prefer */
}

/* line 728, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors .bottom-wrapper ul li a, .registration-aside-errors-no-cash .bottom-wrapper ul li a {
  font-size: 13px;
  color: #C61E1E;
  letter-spacing: 0.13px;
  line-height: 20px;
  text-decoration: underline;
}

@media only screen and (max-width: 1095px) {
  /* line 669, app/assets/stylesheets/public/group_registrations.scss */
  .registration-aside-errors, .registration-aside-errors-no-cash {
    width: 250px;
  }
}

@media only screen and (max-width: 870px) {
  /* line 669, app/assets/stylesheets/public/group_registrations.scss */
  .registration-aside-errors, .registration-aside-errors-no-cash {
    width: 220px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 669, app/assets/stylesheets/public/group_registrations.scss */
  .registration-aside-errors, .registration-aside-errors-no-cash {
    width: 100%;
    position: relative;
  }
}

/* line 748, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors.no-cash-register, .registration-aside-errors-no-cash.no-cash-register {
  position: relative;
  width: 100%;
  margin-top: 20px;
  height: auto;
}

/* line 753, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors.no-cash-register .top-wrapper, .registration-aside-errors-no-cash.no-cash-register .top-wrapper {
  height: auto;
}

/* line 756, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors.no-cash-register .bottom-wrapper, .registration-aside-errors-no-cash.no-cash-register .bottom-wrapper {
  height: auto;
  overflow-y: inherit;
  padding-left: 24px;
  padding-bottom: 20px;
}

/* line 764, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors.valid .body-wrapper, .registration-aside-errors-no-cash.valid .body-wrapper {
  border-left: none;
  padding: 0px;
}

/* line 768, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors.valid .top-wrapper, .registration-aside-errors-no-cash.valid .top-wrapper {
  padding-top: 0px;
  height: 40px;
}

/* line 771, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors.valid .top-wrapper p, .registration-aside-errors-no-cash.valid .top-wrapper p {
  padding-top: 9px;
  margin: 0px;
  margin-left: 50px;
}

/* line 776, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors.valid .top-wrapper .box, .registration-aside-errors-no-cash.valid .top-wrapper .box {
  background-color: #39cb2e;
  border-color: transparent;
  height: 41px;
}

/* line 782, app/assets/stylesheets/public/group_registrations.scss */
.registration-aside-errors.valid .bottom-wrapper, .registration-aside-errors-no-cash.valid .bottom-wrapper {
  padding-bottom: 1px;
}

/* line 788, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration {
  position: relative;
  height: 100%;
  width: 336px;
  border: 0px;
}

@media only screen and (max-width: 1300px) {
  /* line 788, app/assets/stylesheets/public/group_registrations.scss */
  aside.group_registration {
    width: 336px;
  }
}

@media only screen and (max-width: 1095px) {
  /* line 788, app/assets/stylesheets/public/group_registrations.scss */
  aside.group_registration {
    width: 250px;
  }
}

@media only screen and (max-width: 870px) {
  /* line 788, app/assets/stylesheets/public/group_registrations.scss */
  aside.group_registration {
    width: 220px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 788, app/assets/stylesheets/public/group_registrations.scss */
  aside.group_registration {
    width: 100%;
  }
}

/* line 805, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .order_summary {
  height: 35px;
}

/* line 807, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .order_summary h4 {
  margin: 0;
  padding-top: 8px;
}

/* line 812, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .checkout_info {
  height: 255px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: #FFF;
}

@media only screen and (max-width: 1095px) {
  /* line 812, app/assets/stylesheets/public/group_registrations.scss */
  aside.group_registration .checkout_info {
    width: 248px;
  }
}

@media only screen and (max-width: 870px) {
  /* line 812, app/assets/stylesheets/public/group_registrations.scss */
  aside.group_registration .checkout_info {
    width: 218px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  /* line 812, app/assets/stylesheets/public/group_registrations.scss */
  aside.group_registration .checkout_info {
    height: 265px !important;
    width: auto !important;
    position: relative;
  }
}

@media only screen and (max-device-width: 767px) {
  /* line 812, app/assets/stylesheets/public/group_registrations.scss */
  aside.group_registration .checkout_info {
    height: 265px !important;
  }
}

/* line 835, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .checkout_info.offline_method_enabled {
  height: 350px !important;
  width: 100% !important;
}

/* line 840, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details {
  margin-bottom: 0;
  height: 100%;
  z-index: 0;
  overflow-y: auto;
}

/* line 845, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default {
  margin-bottom: 5px;
  border: none;
  cursor: pointer;
}

/* line 849, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default a {
  text-decoration: none;
}

/* line 852, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default .panel-heading {
  padding: 5px 15px;
  text-shadow: none;
  background-color: #F9F9F9;
  border-radius: 0;
}

/* line 857, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default .panel-heading:hover {
  background-color: #F6F6F6;
}

/* line 860, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default .panel-heading h3 {
  color: black;
  display: inline;
  font-size: 15px;
  margin-left: 10px;
}

/* line 866, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default .panel-heading h3.price {
  float: right;
  margin: 0;
}

/* line 870, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default .panel-heading .box-tool {
  display: inline-block;
  line-height: 17px;
}

/* line 873, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default .panel-heading .box-tool i {
  transition: 1s ease;
}

/* line 879, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default .panel-heading .fa-check-circle {
  color: green;
  margin-left: 10px;
}

/* line 883, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default .panel-heading .fa-exclamation-circle {
  color: #CF2421;
  margin-left: 10px;
}

/* line 887, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default .panel-body {
  cursor: pointer;
}

/* line 889, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default .panel-body .price-wrapper {
  height: 19px;
}

/* line 891, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default .panel-body .price-wrapper p {
  margin: 0;
}

/* line 892, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default .panel-body .price-wrapper p:nth-child(1) {
  float: left;
  opacity: .68;
  color: black;
}

/* line 897, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .registration_details .panel-default .panel-body .price-wrapper p:nth-child(2) {
  float: right;
  font-weight: bold;
}

/* line 907, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .show_more_registration_details {
  position: absolute;
  display: none;
  width: 100%;
  text-align: center;
  background-color: transparent;
  bottom: 305px;
}

/* line 914, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .show_more_registration_details p {
  margin: 0;
  color: #006cb5;
}

/* line 922, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .register {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1095px) {
  /* line 924, app/assets/stylesheets/public/group_registrations.scss */
  aside.group_registration .register button.btn {
    padding: 10px 10px 9px;
  }
}

/* line 928, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .register button.btn span {
  margin-left: 4px;
}

/* line 932, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .register button.btn:disabled {
  opacity: 0.2;
  background-color: white;
  color: #07a9e6;
}

/* line 938, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .payment-options-wrapper {
  padding: 10px 15px 0px;
}

/* line 940, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .payment-options-wrapper p {
  margin: 0px;
  padding-bottom: 10px;
  text-align: center;
}

/* line 945, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .payment-options-wrapper select.form-control {
  border-color: #07a9e6;
  color: #2F2F2F;
}

/* line 948, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .payment-options-wrapper select.form-control:focus {
  border-color: #07a9e6;
}

/* line 952, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .payment-options-wrapper .payment-instructions {
  margin-top: 10px;
}

/* line 954, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .payment-options-wrapper .payment-instructions .payment-instructions-button {
  cursor: pointer;
}

/* line 957, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .payment-options-wrapper .payment-instructions .input-group-addon {
  font-size: 19px;
  color: #00A8E9;
  background-color: #00A8E9;
  border-color: #00A8E9;
}

/* line 962, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .payment-options-wrapper .payment-instructions .input-group-addon i {
  color: white;
}

/* line 966, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .payment-options-wrapper .payment-instructions p.form-control {
  height: 34px;
  text-align: left;
  padding: 5px 8px;
  box-shadow: none;
  border-left: none;
  font-size: 15px;
  color: #333333;
}

@media only screen and (min-width: 767px) and (max-width: 1095px) {
  /* line 966, app/assets/stylesheets/public/group_registrations.scss */
  aside.group_registration .payment-options-wrapper .payment-instructions p.form-control {
    padding: 5px 5px;
    height: 55px;
  }
}

/* line 981, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .card-info {
  padding: 15px 15px 0px;
}

/* line 983, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .card-info .input-group {
  margin: 0;
}

/* line 986, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .card-info .alert {
  padding: 9px;
  margin-bottom: 12px;
  font-size: 13px;
}

/* line 991, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .card-info.error {
  padding: 10px 15px 0px;
}

/* line 995, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .cards-wrapper {
  padding: 10px 15px 9px;
  text-align: center;
}

@media only screen and (max-width: 1095px) {
  /* line 995, app/assets/stylesheets/public/group_registrations.scss */
  aside.group_registration .cards-wrapper {
    padding: 10px 10px 9px;
  }
}

/* line 1001, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .cards-wrapper div {
  margin: 4px;
}

/* line 1005, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .cards-wrapper .clearfix {
  display: block;
}

/* line 1008, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .cards-wrapper .terms {
  display: inline-block;
}

@media only screen and (max-width: 870px) {
  /* line 1011, app/assets/stylesheets/public/group_registrations.scss */
  aside.group_registration .cards-wrapper .register {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1011, app/assets/stylesheets/public/group_registrations.scss */
  aside.group_registration .cards-wrapper .register {
    display: block;
  }
}

/* line 1019, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .cards-wrapper.error {
  padding: 0px 15px 0px;
}

/* line 1021, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .cards-wrapper.error div {
  margin: 1px;
}

/* line 1024, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .cards-wrapper.error button.btn {
  font: 16px 'helvetica_neuemedium', sans-serif;
  padding: 10px 27px 10px 27px;
}

/* line 1029, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .cards-wrapper.no-terms {
  padding: 18px 3px 9px;
}

/* line 1033, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .total_price {
  height: 50px;
  background-color: #EAE9E9;
  padding: 10px;
  width: 100%;
  bottom: 235px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  /* line 1033, app/assets/stylesheets/public/group_registrations.scss */
  aside.group_registration .total_price {
    position: inherit;
  }
}

/* line 1044, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .total_price .prices p {
  margin: 0;
}

/* line 1045, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .total_price .prices p:nth-child(1) {
  text-align: right;
  opacity: .68;
  color: black;
  margin-top: -3px;
}

/* line 1051, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .total_price .prices p:nth-child(2) {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  opacity: .8;
  color: black;
  margin-top: 3px;
}

/* line 1061, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration .total_price.offline_method_enabled {
  bottom: 350px !important;
}

/* line 1065, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration.no_cash_register {
  height: auto;
  width: 100%;
  margin-top: 20px;
}

/* line 1069, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration.no_cash_register .checkout_info {
  height: auto !important;
  position: relative;
  padding: 10px 15px 9px;
  width: 100%;
}

/* line 1074, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration.no_cash_register .checkout_info .cards-wrapper {
  padding: 0px;
  margin-top: 0px;
}

/* line 1079, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration.no_cash_register.confirmation {
  display: none;
}

/* line 1084, app/assets/stylesheets/public/group_registrations.scss */
aside.group_registration.confirmation .total_price {
  bottom: 0px !important;
}

/* line 1094, app/assets/stylesheets/public/group_registrations.scss */
.registration-holder h3, .registration-holder h4 {
  color: black;
  opacity: 0.7;
}

/* line 1098, app/assets/stylesheets/public/group_registrations.scss */
.registration-holder p {
  color: black;
  opacity: 0.7;
  margin: 0 0 3px 10px;
}

/* line 1105, app/assets/stylesheets/public/group_registrations.scss */
.registration-holder h4.firstDetail {
  margin-top: 30px;
}

/* line 1111, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation a {
  text-decoration: none !important;
  cursor: pointer;
}

/* line 1115, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .registration_details {
  margin-bottom: 10px;
}

/* line 1118, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .panel-heading {
  border-bottom: 1px solid #b5b5b5;
  background-color: #E0E0E0;
}

/* line 1121, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .panel-heading:hover {
  background-color: #ECECEC;
}

/* line 1124, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .panel-heading h3 {
  color: black;
  opacity: 0.7;
  margin-left: 10px;
  display: inline;
  font-size: 15px;
}

/* line 1131, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .panel-heading h3.price {
  float: right;
  margin: 0;
}

/* line 1135, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .panel-heading .box-tool {
  display: inline-block;
  line-height: 17px;
  float: left;
}

/* line 1139, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .panel-heading .box-tool a {
  text-decoration: none;
  cursor: pointer;
}

/* line 1145, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .panel-body {
  padding: 0;
  background-color: #F7F7F7;
}

/* line 1148, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .panel-body .content-block {
  padding: 10px 15px 5px;
  border-bottom: 1px solid #b5b5b5;
}

/* line 1151, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .panel-body .content-block h4 {
  margin: 0 0 5px;
}

/* line 1154, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .panel-body .content-block p {
  text-indent: 10px;
  opacity: 0.8;
  margin: 0 0 3px;
}

/* line 1159, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .panel-body .content-block .livestream-link {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1165, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .panel-body .content-block .answer-section p:nth-child(2) {
  margin-left: 10px;
}

/* line 1169, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .panel-body .content-block .file-upload-link {
  margin-left: 5px;
}

/* line 1172, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .panel-body .content-block span {
  opacity: 0.8;
}

/* line 1179, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .total_price .prices p {
  margin: 0;
  margin-right: 17px;
}

/* line 1183, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .total_price .prices p:nth-child(1) {
  text-align: right;
  opacity: .68;
  color: black;
}

/* line 1188, app/assets/stylesheets/public/group_registrations.scss */
.registration_details_confirmation .total_price .prices p:nth-child(2) {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  opacity: .8;
  color: black;
  margin-top: 3px;
}

/* line 1201, app/assets/stylesheets/public/group_registrations.scss */
.double-indent {
  text-indent: 20px !important;
}

/* line 1207, app/assets/stylesheets/public/group_registrations.scss */
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1218, app/assets/stylesheets/public/group_registrations.scss */
i.fa-refresh {
  display: inline-block;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}

/* line 1225, app/assets/stylesheets/public/group_registrations.scss */
.loading-overlay-color {
  width: 100%;
  height: auto;
  bottom: 0px;
  top: 0px;
  left: 0;
  z-index: 1000;
  background-color: #ededed;
  opacity: 0.8;
  position: fixed;
}

/* line 1237, app/assets/stylesheets/public/group_registrations.scss */
.loading-overlay {
  width: 100%;
  height: auto;
  bottom: 0px;
  top: 0px;
  left: 0;
  z-index: 1001;
  position: fixed;
}

/* line 1245, app/assets/stylesheets/public/group_registrations.scss */
.loading-overlay .center {
  position: absolute;
  width: 500px;
  height: 50px;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -250px;
  font-size: 25px;
}

/* line 1255, app/assets/stylesheets/public/group_registrations.scss */
.loading-overlay .center span {
  margin-left: 8px;
}

/* line 1264, app/assets/stylesheets/public/group_registrations.scss */
.registration_holder {
  padding: 23px 24px 23px;
  background: #FFF;
  border: 1px solid #BEBEBE;
}

/* line 1268, app/assets/stylesheets/public/group_registrations.scss */
.registration_holder p {
  margin: 0;
  margin-left: 10px;
}

/* line 1272, app/assets/stylesheets/public/group_registrations.scss */
.registration_holder .last_row {
  margin-top: 20px;
}

/* line 1275, app/assets/stylesheets/public/group_registrations.scss */
.registration_holder .crowdlink-section {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 41px;
  margin-bottom: 41px;
  padding: 20px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 24px;
  text-align: center;
  background-image: linear-gradient(-201deg, #FF5F36 0%, #FF488F 100%);
}

/* line 1287, app/assets/stylesheets/public/group_registrations.scss */
.registration_holder .crowdlink-section span.bold {
  font-weight: 700;
}

/* line 1290, app/assets/stylesheets/public/group_registrations.scss */
.registration_holder .crowdlink-section .crowdlink-instructions {
  margin-bottom: 20px;
}

/* line 1293, app/assets/stylesheets/public/group_registrations.scss */
.registration_holder .crowdlink-section a.crowdlink-finish-button {
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 18px;
  color: #FF516E;
  line-height: 25px;
  padding: 5px 60px 5px 60px;
  font-weight: 700;
}

/* line 1301, app/assets/stylesheets/public/group_registrations.scss */
.registration_holder .crowdlink-section a.crowdlink-finish-button:hover, .registration_holder .crowdlink-section a.crowdlink-finish-button:focus, .registration_holder .crowdlink-section a.crowdlink-finish-button:active {
  text-decoration: none;
}

/* line 1304, app/assets/stylesheets/public/group_registrations.scss */
.registration_holder .crowdlink-section a.crowdlink-finish-button i {
  margin-right: 4px;
  color: #FF516E;
}

/* line 1315, app/assets/stylesheets/public/group_registrations.scss */
#single_registration_wrapper .attendee-components {
  padding-top: 30px;
}

/* line 1320, app/assets/stylesheets/public/group_registrations.scss */
.account-welcome {
  margin-bottom: 10px;
}

/* line 1322, app/assets/stylesheets/public/group_registrations.scss */
.account-welcome img {
  border-radius: 50%;
  height: 25px;
  width: 25px;
  margin-right: 10px;
}

/* line 1333, app/assets/stylesheets/public/group_registrations.scss */
.panel-title {
  font-size: 14px;
}

/* line 1337, app/assets/stylesheets/public/group_registrations.scss */
select.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

@media only screen and (max-width: 767px) {
  /* line 1342, app/assets/stylesheets/public/group_registrations.scss */
  .col-sm-8, .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 1352, app/assets/stylesheets/public/group_registrations.scss */
.StripeElement {
  background-color: white;
  height: 30px;
  padding: 4px 12px;
  border: 0px solid transparent;
  transition: box-shadow 150ms ease;
  font-family: inherit;
}

/* line 1362, app/assets/stylesheets/public/group_registrations.scss */
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* line 1366, app/assets/stylesheets/public/group_registrations.scss */
.conditional-custom-question-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  background-color: #f5f6f8;
}

/* line 1371, app/assets/stylesheets/public/group_registrations.scss */
.conditional-custom-question-wrapper.multiple {
  margin-bottom: 24px;
  background-color: white;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 1379, app/assets/stylesheets/public/group_registrations.scss */
.hide-show-questions.negative-margins {
  margin-left: -16px;
  margin-right: -16px;
}

/* line 1386, app/assets/stylesheets/public/group_registrations.scss */
.question-response-right .checkbox.first {
  margin-top: 0px;
}

/* line 1389, app/assets/stylesheets/public/group_registrations.scss */
.question-response-right .checkbox.last {
  margin-bottom: 0px;
}

/* line 1395, app/assets/stylesheets/public/group_registrations.scss */
.question-answers-wrapper-border {
  border: solid 1px rgba(0, 25, 65, 0.2);
  border-radius: 2px;
}

/* line 1400, app/assets/stylesheets/public/group_registrations.scss */
.question-response-wrapper-checkboxes {
  margin-top: -12px;
}

/* line 1404, app/assets/stylesheets/public/group_registrations.scss */
.question-response.multiple {
  background-color: #f5f6f8;
  padding-right: 16px;
  margin-right: -16px;
  margin-left: -8px;
  padding-left: 16px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 1414, app/assets/stylesheets/public/group_registrations.scss */
span.conditional-question-response-label {
  font-size: 12px;
  font-weight: 600;
}

/* line 1419, app/assets/stylesheets/public/group_registrations.scss */
.conditional-question-response-toggle-button {
  font-size: 12px;
}

/* line 1424, app/assets/stylesheets/public/group_registrations.scss */
.public-registration-input {
  color: #8d8d8d;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  box-shadow: none;
  background: none;
}

/* line 1433, app/assets/stylesheets/public/group_registrations.scss */
.group-reg-error-color {
  color: #C61E1E;
}
/* line 2, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav {
  background-color: #FFF;
  height: 50px;
  box-shadow: 0 1px 0 0 rgba(0, 25, 65, 0.15);
  z-index: 1030;
  position: relative;
}

/* line 8, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav.planner-edit {
  margin-top: 50px;
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/public/navbar.css.scss */
  .registration_nav {
    border-bottom: 1px solid #b5b5b5;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/public/navbar.css.scss */
  .registration_nav .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 15, app/assets/stylesheets/public/navbar.css.scss */
  .registration_nav .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 15, app/assets/stylesheets/public/navbar.css.scss */
  .registration_nav .container {
    width: 1170px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15, app/assets/stylesheets/public/navbar.css.scss */
  .registration_nav .container {
    width: 100%;
  }
}

/* line 28, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-nav {
  float: left;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  /* line 28, app/assets/stylesheets/public/navbar.css.scss */
  .registration_nav .container .navbar-nav {
    float: none;
  }
}

/* line 37, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-nav.navbar-tabs li {
  float: left !important;
}

@media only screen and (max-width: 767px) {
  /* line 37, app/assets/stylesheets/public/navbar.css.scss */
  .registration_nav .container .navbar-nav.navbar-tabs li {
    float: none !important;
    text-align: center;
  }
}

/* line 43, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-nav.navbar-tabs li a {
  padding-top: 15px;
  padding-bottom: 11px;
  color: #001941;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  /* line 43, app/assets/stylesheets/public/navbar.css.scss */
  .registration_nav .container .navbar-nav.navbar-tabs li a {
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* line 53, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-nav.navbar-tabs li a:hover, .registration_nav .container .navbar-nav.navbar-tabs li a:active, .registration_nav .container .navbar-nav.navbar-tabs li a:focus {
  border-bottom: 4px solid rgba(15, 98, 220, 0.2);
  color: #001941;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  /* line 53, app/assets/stylesheets/public/navbar.css.scss */
  .registration_nav .container .navbar-nav.navbar-tabs li a:hover, .registration_nav .container .navbar-nav.navbar-tabs li a:active, .registration_nav .container .navbar-nav.navbar-tabs li a:focus {
    border-bottom: 0px solid transparent;
    background-color: rgba(15, 98, 220, 0.1);
  }
}

/* line 63, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-nav.navbar-tabs li.content-page-link {
  width: 100%;
}

/* line 65, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-nav.navbar-tabs li.content-page-link a {
  border-bottom: 0px solid transparent !important;
}

/* line 67, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-nav.navbar-tabs li.content-page-link a:hover, .registration_nav .container .navbar-nav.navbar-tabs li.content-page-link a:active, .registration_nav .container .navbar-nav.navbar-tabs li.content-page-link a:focus {
  border-bottom: 0px solid transparent;
  background-color: #0f62dc21;
}

/* line 75, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-nav.navbar-tabs li.active a {
  border-bottom: 4px solid #0f62dc;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  /* line 75, app/assets/stylesheets/public/navbar.css.scss */
  .registration_nav .container .navbar-nav.navbar-tabs li.active a {
    border-bottom: 0px solid transparent;
    background-color: rgba(15, 98, 220, 0.2);
  }
}

/* line 84, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-nav.navbar-tabs li.active ul.dropdown-menu {
  left: -40px !important;
}

@media only screen and (max-width: 767px) {
  /* line 90, app/assets/stylesheets/public/navbar.css.scss */
  .registration_nav .container .navbar-nav.navbar-right li {
    float: none !important;
    text-align: center;
  }
}

/* line 97, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-nav.navbar-right li a.account-link {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 100, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-nav.navbar-right li a.account-link.user-menu {
  padding-bottom: 8px;
}

/* line 106, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-nav.navbar-right .dropdown-menu li a, .registration_nav .container .navbar-nav.navbar-right .dropdown-menu li a i {
  color: #333333;
}

/* line 112, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-nav .active a.call-to-action {
  color: white;
  background-color: #444df2;
}

/* line 118, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-nav .call-to-action {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 10px;
  padding: 6px 10px;
  border: 0px solid transparent;
  border-radius: 5px;
  background-color: #444df2;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  /* line 118, app/assets/stylesheets/public/navbar.css.scss */
  .registration_nav .container .navbar-nav .call-to-action {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  /* line 139, app/assets/stylesheets/public/navbar.css.scss */
  .registration_nav .container .navbar-collapse {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background-color: white;
    margin-top: 51px;
  }
}

/* line 149, app/assets/stylesheets/public/navbar.css.scss */
.registration_nav .container .navbar-header .icon-bar {
  background-color: #0f62dc;
}

/* line 157, app/assets/stylesheets/public/navbar.css.scss */
.special-login-button {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 9px 12px !important;
  border: 0px solid transparent;
  border-radius: 5px;
  background-color: #e8e9fd;
  font-size: 15px;
  font-weight: 500;
  color: #1f29ec;
}

/* line 172, app/assets/stylesheets/public/navbar.css.scss */
.reg-navbar-wrapper .active a.call-to-action {
  color: white;
  background-color: #444df2;
}

/* line 178, app/assets/stylesheets/public/navbar.css.scss */
.reg-navbar-wrapper .call-to-action {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 10px;
  padding: 6px 10px;
  border: 0px solid transparent;
  border-radius: 5px;
  background-color: #444df2;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  /* line 178, app/assets/stylesheets/public/navbar.css.scss */
  .reg-navbar-wrapper .call-to-action {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* line 200, app/assets/stylesheets/public/navbar.css.scss */
.mb-round-avatar img {
  max-height: 30px;
}

/* line 205, app/assets/stylesheets/public/navbar.css.scss */
.editing-banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 100;
}

@media (max-width: 767px) {
  /* line 205, app/assets/stylesheets/public/navbar.css.scss */
  .editing-banner {
    display: block;
    height: 100px;
  }
}

/* line 218, app/assets/stylesheets/public/navbar.css.scss */
.editing-banner .content {
  display: flex;
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.4;
}

@media (max-width: 767px) {
  /* line 218, app/assets/stylesheets/public/navbar.css.scss */
  .editing-banner .content {
    display: block;
    text-align: center;
  }
}

/* line 229, app/assets/stylesheets/public/navbar.css.scss */
.editing-banner .options {
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
}

@media (max-width: 767px) {
  /* line 229, app/assets/stylesheets/public/navbar.css.scss */
  .editing-banner .options {
    position: relative;
    display: block;
    text-align: center;
    top: 0px;
    right: 0px;
    margin-top: 8px;
  }
}

/* line 242, app/assets/stylesheets/public/navbar.css.scss */
.editing-banner .options a {
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0.7;
}

/* line 247, app/assets/stylesheets/public/navbar.css.scss */
.editing-banner .options a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/public/styles-tweaks.scss */
  .aside {
    margin-top: 10px;
  }
}

/* line 13, app/assets/stylesheets/public/styles-tweaks.scss */
.btn-primary {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33) inset;
  border-radius: 6px;
  vertical-align: top;
  background-color: white;
  color: #0f62dc;
  margin: 0;
}

/* line 25, app/assets/stylesheets/public/styles-tweaks.scss */
.btn-primary i {
  color: #0f62dc;
}

/* line 28, app/assets/stylesheets/public/styles-tweaks.scss */
.btn-primary:hover, .btn-primary:focus {
  text-shadow: none;
  background-color: #0f62dc;
  color: white;
}

/* line 33, app/assets/stylesheets/public/styles-tweaks.scss */
.btn-primary:hover i, .btn-primary:focus i {
  color: white;
}

/* line 39, app/assets/stylesheets/public/styles-tweaks.scss */
.btn-primary {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  font-size: 16px/18px;
  padding: 10px 10px 9px;
}

/* line 47, app/assets/stylesheets/public/styles-tweaks.scss */
.btn-secondary {
  color: #6e6e6e;
  padding: 10px 10px 9px;
  margin: 0px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #bcbcbc;
  position: relative;
  background: linear-gradient(to bottom, #efefef 0%, #dadada 100%);
  background: -o-linear-gradient(top, #efefef 0%, #e9e9e9 50%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFDADADA', GradientType=0);
}

/* line 63, app/assets/stylesheets/public/styles-tweaks.scss */
.btn-secondary:active {
  background: #dadada;
}

/* line 67, app/assets/stylesheets/public/styles-tweaks.scss */
.btn-find {
  background-color: #0f62dc;
  line-height: 1.3;
  color: #fff;
}

/* line 71, app/assets/stylesheets/public/styles-tweaks.scss */
.btn-find:focus, .btn-find:hover {
  background-color: #0f62dc;
  color: #fff;
}

/* line 77, app/assets/stylesheets/public/styles-tweaks.scss */
.logo img {
  width: 100%;
  max-width: 200px;
}

/* line 82, app/assets/stylesheets/public/styles-tweaks.scss */
.call-logo {
  margin-bottom: 20px;
}

/* line 84, app/assets/stylesheets/public/styles-tweaks.scss */
.call-logo img {
  width: 100%;
  max-width: 100px;
}

/* line 90, app/assets/stylesheets/public/styles-tweaks.scss */
.shadow-box #coupon_tiers .line:first-child {
  border-top: 1px solid #cbcbcb;
}

/* line 94, app/assets/stylesheets/public/styles-tweaks.scss */
#coupon_btn {
  float: left;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  color: #2284ff;
  padding: 1px 0 2px;
  height: 35px;
  width: 90px;
  margin: -1px -2px -1px 0;
  border-left: solid 1px #cbcbcb;
  background-color: #ffffff;
}

/* line 106, app/assets/stylesheets/public/styles-tweaks.scss */
#coupon_btn:hover {
  background-color: #F9F9F9 !important;
}

/* line 111, app/assets/stylesheets/public/styles-tweaks.scss */
#coupon_code {
  height: 33px;
}

/* line 115, app/assets/stylesheets/public/styles-tweaks.scss */
.promo-row {
  padding-left: 18px;
  padding-right: 18px;
}

@media (max-width: 767px) {
  /* line 115, app/assets/stylesheets/public/styles-tweaks.scss */
  .promo-row {
    padding: 0px;
  }
}

/* line 123, app/assets/stylesheets/public/styles-tweaks.scss */
.promo-code-info {
  overflow: hidden;
  margin: 0 0 19px;
}

/* line 126, app/assets/stylesheets/public/styles-tweaks.scss */
.promo-code-info .box-area {
  float: left;
  background-color: #39cb2e;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 34px;
  width: 34px;
}

@media (max-width: 1118px) {
  /* line 126, app/assets/stylesheets/public/styles-tweaks.scss */
  .promo-code-info .box-area {
    height: 52px;
  }
}

/* line 136, app/assets/stylesheets/public/styles-tweaks.scss */
.promo-code-info .box-area img {
  padding: 6px;
}

@media (max-width: 1118px) {
  /* line 136, app/assets/stylesheets/public/styles-tweaks.scss */
  .promo-code-info .box-area img {
    margin-top: 9px;
  }
}

/* line 143, app/assets/stylesheets/public/styles-tweaks.scss */
.promo-code-info .info-area {
  display: block;
  border: solid 1px #cbcbcb;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 34px;
  margin-left: 34px;
}

@media (max-width: 1118px) {
  /* line 143, app/assets/stylesheets/public/styles-tweaks.scss */
  .promo-code-info .info-area {
    height: 52px;
  }
}

/* line 155, app/assets/stylesheets/public/styles-tweaks.scss */
.promo-code-info p {
  margin: 0px;
  margin-top: 9px;
  margin-left: 10px;
  color: #333333;
}

@media (max-width: 767px) {
  /* line 155, app/assets/stylesheets/public/styles-tweaks.scss */
  .promo-code-info p {
    font-size: 12px;
  }
}

/* line 165, app/assets/stylesheets/public/styles-tweaks.scss */
.promo-code-info.error .box-area {
  background-color: #df4026;
  width: 4px;
  height: 34px;
}

/* line 170, app/assets/stylesheets/public/styles-tweaks.scss */
.promo-code-info.error .info-area {
  margin-left: 4px;
  height: 34px;
}

/* line 177, app/assets/stylesheets/public/styles-tweaks.scss */
h1, h2 {
  text-transform: none !important;
}

/* line 181, app/assets/stylesheets/public/styles-tweaks.scss */
aside .date {
  padding-right: 0 !important;
}

/* line 185, app/assets/stylesheets/public/styles-tweaks.scss */
aside .date strong {
  background: none !important;
  padding: 0 !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

/* line 193, app/assets/stylesheets/public/styles-tweaks.scss */
.calendar-icon {
  padding: 0;
}

/* line 195, app/assets/stylesheets/public/styles-tweaks.scss */
.calendar-icon i {
  position: relative;
}

/* line 200, app/assets/stylesheets/public/styles-tweaks.scss */
#add_event_dropdown_menu.btn {
  padding: 0px;
  margin: 0px;
  background: none;
  border: 0px;
}

/* line 207, app/assets/stylesheets/public/styles-tweaks.scss */
#add_event_dropdown_menu.btn span.icon-calendar {
  width: 20px;
  height: 20px;
}

/* AddThisEvent */
/* line 214, app/assets/stylesheets/public/styles-tweaks.scss */
.addthisevent-drop {
  margin-left: -16px;
  margin-bottom: -0px;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 999998;
  font-family: arial;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  text-decoration: none;
}

/* line 228, app/assets/stylesheets/public/styles-tweaks.scss */
.addthisevent-drop:hover {
  color: #555;
  font-size: 14px;
  text-decoration: none;
}

/* line 230, app/assets/stylesheets/public/styles-tweaks.scss */
.addthisevent_dropdown {
  width: 200px;
  position: absolute;
  z-index: 99999;
  padding: 6px 0px 0px 0px;
  background: #fff;
  text-align: left;
  display: none;
  margin-top: 4px;
  margin-left: -1px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #a8a8a8;
  border-left: 1px solid #bebebe;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
}

/* line 231, app/assets/stylesheets/public/styles-tweaks.scss */
.addthisevent_dropdown span {
  width: 175px;
  display: block;
  line-height: 110%;
  background: #fff;
  text-decoration: none;
  font-size: 12px;
  color: #6d84b4;
  padding: 8px 10px 9px 15px;
}

/* line 232, app/assets/stylesheets/public/styles-tweaks.scss */
.addthisevent_dropdown span:hover {
  background: #f4f4f4;
  color: #6d84b4;
  text-decoration: none;
  font-size: 12px;
}

/* line 233, app/assets/stylesheets/public/styles-tweaks.scss */
.addthisevent span {
  display: none !important;
}

/* line 234, app/assets/stylesheets/public/styles-tweaks.scss */
.addthisevent-drop ._url, .addthisevent-drop ._start, .addthisevent-drop ._end, .addthisevent-drop ._summary, .addthisevent-drop ._description, .addthisevent-drop ._location, .addthisevent-drop ._organizer, .addthisevent-drop ._organizer_email, .addthisevent-drop ._facebook_event, .addthisevent-drop ._all_day_event {
  display: none !important;
}

/* line 235, app/assets/stylesheets/public/styles-tweaks.scss */
.addthisevent_dropdown .copyx {
  width: 200px;
  height: 21px;
  display: block;
  position: relative;
  cursor: default;
}

/* line 236, app/assets/stylesheets/public/styles-tweaks.scss */
.addthisevent_dropdown .brx {
  width: 180px;
  height: 1px;
  overflow: hidden;
  background: #e0e0e0;
  position: absolute;
  z-index: 100;
  left: 10px;
  top: 9px;
}

/* line 237, app/assets/stylesheets/public/styles-tweaks.scss */
.addthisevent_dropdown .frs {
  position: absolute;
  top: 5px;
  cursor: pointer;
  right: 10px;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  z-index: 101;
  line-height: 110%;
  background: #fff;
  text-decoration: none;
  font-size: 9px;
  color: #cacaca;
}

/* line 238, app/assets/stylesheets/public/styles-tweaks.scss */
.addthisevent_dropdown .frs:hover {
  color: #6d84b4;
}

/* line 239, app/assets/stylesheets/public/styles-tweaks.scss */
.addthisevent {
  visibility: hidden;
}

/* line 241, app/assets/stylesheets/public/styles-tweaks.scss */
.btn-register-generic span {
  background-image: none;
  padding-left: 0;
}

/* line 246, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .input-group.two-col .form-control.email {
  padding-left: 0;
  border: 0;
  width: 100%;
}

/* line 252, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .input-group .three-col input.form-control.city {
  border-right: 1px solid #cdcdcd !important;
}

/* line 256, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .input-group .three-col select.form-control.state {
  border-left: 0 !important;
  color: #cacaca !important;
}

/* line 261, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .line label {
  font-size: 14px;
}

/* line 265, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .columns .field_with_errors .form-control {
  border-left: 1px solid #cbcbcb;
}

/* line 269, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form label.mb-label {
  display: block;
}

/* line 273, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .character-limit {
  float: right;
  padding-top: 8px;
  padding-right: 8px;
}

/* line 281, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .cols .input-group-wrapper {
  float: left;
  width: 48%;
}

@media (max-width: 991px) {
  /* line 281, app/assets/stylesheets/public/styles-tweaks.scss */
  .user-form .cols .input-group-wrapper {
    width: 100%;
  }
}

/* line 287, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .cols .input-group-wrapper .input-group, .user-form .cols .input-group-wrapper .mb-input-group {
  float: none;
  width: 100%;
}

/* line 291, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .cols .input-group-wrapper.fr {
  float: right;
}

@media (max-width: 991px) {
  /* line 291, app/assets/stylesheets/public/styles-tweaks.scss */
  .user-form .cols .input-group-wrapper.fr {
    padding-top: 20px;
  }
}

/* line 303, app/assets/stylesheets/public/styles-tweaks.scss */
.custom-questions .form-control {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #8d8d8d;
}

/* line 310, app/assets/stylesheets/public/styles-tweaks.scss */
.custom-questions.form-wrap input[type="radio"], .custom-questions.form-wrap input[type="checkbox"] {
  margin: 3px -20px 0;
  cursor: pointer;
}

/* line 315, app/assets/stylesheets/public/styles-tweaks.scss */
.custom-questions.form-wrap h4.panel-title {
  margin-bottom: 7px;
  color: #6e6e6e;
  line-height: 1.5;
}

/* line 321, app/assets/stylesheets/public/styles-tweaks.scss */
.custom-questions.form-wrap label.survey_question_label {
  font-weight: 500;
  font-size: 14px;
  color: #8d8d8d;
}

/* line 327, app/assets/stylesheets/public/styles-tweaks.scss */
.custom-questions.form-wrap .input-group {
  width: 100%;
  margin-top: 5px;
}

/* line 332, app/assets/stylesheets/public/styles-tweaks.scss */
.custom-questions.form-wrap .input-group input {
  border-radius: 6px;
}

/* line 338, app/assets/stylesheets/public/styles-tweaks.scss */
.login-row span {
  padding-right: 5px;
}

/* line 342, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .login-row .logout {
  color: #50a5ea;
  float: right;
  position: relative;
  padding: 0 9px 0 0;
}

/* line 349, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .login-row .logout:after {
  content: '';
  position: absolute;
  top: 6px;
  right: -1px;
  border-left: 6px solid #50a5ea;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* line 359, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .form-holder.group-holder {
  margin: 0 -23px 0px;
  border: none;
}

/* line 363, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .form-holder.group-holder.group-holder-prices {
  margin: 0px -23px 0px;
}

@media (max-width: 767px) {
  /* line 363, app/assets/stylesheets/public/styles-tweaks.scss */
  .user-form .form-holder.group-holder.group-holder-prices {
    margin: 40px 11px 0px;
  }
}

/* line 370, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .form-holder.form-holder-questions {
  border-top: none;
  padding: 0px 33px 3px;
}

@media (max-width: 767px) {
  /* line 370, app/assets/stylesheets/public/styles-tweaks.scss */
  .user-form .form-holder.form-holder-questions {
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 379, app/assets/stylesheets/public/styles-tweaks.scss */
  .user-form .form-wrap.form-basic-info {
    width: 95%;
  }
  /* line 383, app/assets/stylesheets/public/styles-tweaks.scss */
  .user-form .nrds-help-text {
    margin-top: 16px;
  }
}

/* line 389, app/assets/stylesheets/public/styles-tweaks.scss */
#sign_in_account .form-holder {
  margin-bottom: 0;
  border-bottom: none;
}

/* line 394, app/assets/stylesheets/public/styles-tweaks.scss */
.question-response .input-group {
  margin-bottom: 0px;
  margin-top: 5px;
}

/* line 399, app/assets/stylesheets/public/styles-tweaks.scss */
.question-response .input-group .form-control {
  padding: 3px 14px 4px 14px;
}

/* line 403, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form textarea {
  resize: none;
}

/* line 407, app/assets/stylesheets/public/styles-tweaks.scss */
.blue-alert {
  color: #0f62dc;
}

/* line 411, app/assets/stylesheets/public/styles-tweaks.scss */
.chosen-container {
  width: 100% !important;
}

/* line 415, app/assets/stylesheets/public/styles-tweaks.scss */
.chosen-container-single .chosen-single {
  padding: 4px 14px 3px 14px !important;
  height: 34px !important;
  width: 100% !important;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #cbcbcb;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.05) inset, 0 2px 0 0 #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #8d8d8d;
}

/* line 433, app/assets/stylesheets/public/styles-tweaks.scss */
.chosen-single span {
  line-height: 24px;
}

/* line 437, app/assets/stylesheets/public/styles-tweaks.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 10px;
  height: 10px;
  background: none;
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  border-left: 5px solid transparent;
  border-top: 8px solid #0f62dc;
  border-right: 5px solid transparent;
}

/* line 452, app/assets/stylesheets/public/styles-tweaks.scss */
.chosen-container-single .chosen-search input[type="text"] {
  padding-left: 10px;
  color: #8d8d8d;
  height: 32px;
  font-size: 16px;
}

/* line 459, app/assets/stylesheets/public/styles-tweaks.scss */
.chosen-container .chosen-results {
  color: #8d8d8d;
}

/* line 463, app/assets/stylesheets/public/styles-tweaks.scss */
.chosen-container .chosen-results li {
  font-size: 16px;
  line-height: 23px;
  padding: 5px 10px;
}

/* line 469, app/assets/stylesheets/public/styles-tweaks.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #8d8d8d;
  background-image: none;
  color: #fff;
}

/* line 475, app/assets/stylesheets/public/styles-tweaks.scss */
.registration-table h4 {
  font-size: 105%;
  padding-bottom: 15px;
}

/* line 480, app/assets/stylesheets/public/styles-tweaks.scss */
.registration-table td {
  max-width: 200px;
  min-width: 70px;
}

/* line 485, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .comments {
  padding-top: 20px;
}

/* line 489, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .comments .input-group {
  height: 96px !important;
}

/* line 493, app/assets/stylesheets/public/styles-tweaks.scss */
.user-form .comments .input-group .form-control {
  height: 96px;
  padding: 8px 14px 8px 14px;
}

/* line 498, app/assets/stylesheets/public/styles-tweaks.scss */
.error-feedback {
  margin-top: -15px;
}

/* line 500, app/assets/stylesheets/public/styles-tweaks.scss */
.error-feedback p {
  position: absolute;
  margin: 0;
  color: #a94442;
}

/* line 507, app/assets/stylesheets/public/styles-tweaks.scss */
.has-error {
  background-color: #f9f0f0 !important;
}

/* line 510, app/assets/stylesheets/public/styles-tweaks.scss */
.has-error .form-control:focus {
  background-color: #ffffff !important;
}

/* line 513, app/assets/stylesheets/public/styles-tweaks.scss */
.has-error-card {
  border-color: #FD9797 !important;
}

/* line 518, app/assets/stylesheets/public/styles-tweaks.scss */
#registration .alert > ul {
  padding-left: 20px;
}

/* line 522, app/assets/stylesheets/public/styles-tweaks.scss */
.profile-holder {
  border: solid #c2c2c2;
  border-width: 1px 0;
  background: #f9f9f9;
  margin: 0 -23px 10px;
  padding: 10px 33px 10px;
  box-shadow: 0 1px 0 0 #f9f9f9,0 1px 0 0 #fff inset;
}

/* line 533, app/assets/stylesheets/public/styles-tweaks.scss */
img#registration_qr_code {
  height: 200px;
  width: 200px;
}

/* line 538, app/assets/stylesheets/public/styles-tweaks.scss */
.profile-holder {
  padding-top: 20px;
}

/* line 542, app/assets/stylesheets/public/styles-tweaks.scss */
.edit-profile {
  padding: 20px;
}

/* line 547, app/assets/stylesheets/public/styles-tweaks.scss */
.agenda-item h4, .event-details h4 {
  margin-bottom: 4px;
}

/* line 551, app/assets/stylesheets/public/styles-tweaks.scss */
.agenda-item p, .event-details p {
  margin-bottom: 10px;
}

/* line 556, app/assets/stylesheets/public/styles-tweaks.scss */
.registration-bottom-block {
  border-bottom: solid #c2c2c2;
  border-width: 1px 0;
  background: #ffffff;
  margin: 0 -23px 27px;
  padding: 10px 33px 3px;
  box-shadow: 0 1px 0 0 #f9f9f9,0 1px 0 0 #fff inset;
}

/* line 567, app/assets/stylesheets/public/styles-tweaks.scss */
#total_cost {
  margin-right: 10px;
  padding-bottom: 20px;
  clear: both;
}

/* line 573, app/assets/stylesheets/public/styles-tweaks.scss */
#per_registration_fee,
#total_fees {
  float: right;
  max-width: 400px;
  clear: both;
}

/* line 580, app/assets/stylesheets/public/styles-tweaks.scss */
#total_price {
  font-weight: bold;
}

/* line 584, app/assets/stylesheets/public/styles-tweaks.scss */
.breakouts {
  padding-bottom: 20px !important;
}

/* line 588, app/assets/stylesheets/public/styles-tweaks.scss */
.breakouts .desc {
  padding-bottom: 10px;
}

/* line 592, app/assets/stylesheets/public/styles-tweaks.scss */
.profile .img {
  max-width: 150px;
}

/* line 596, app/assets/stylesheets/public/styles-tweaks.scss */
.profile-holder .heading {
  padding-bottom: 3px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c2c2c2;
}

/* line 602, app/assets/stylesheets/public/styles-tweaks.scss */
nav.preview {
  margin-bottom: 0px;
}

/* line 608, app/assets/stylesheets/public/styles-tweaks.scss */
.agenda .agenda-item p:first-child {
  margin-top: 0px;
}

/* line 613, app/assets/stylesheets/public/styles-tweaks.scss */
.agenda .time {
  padding-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 767px) {
  /* line 613, app/assets/stylesheets/public/styles-tweaks.scss */
  .agenda .time {
    font-size: 85%;
    border-bottom: 1px dashed #ccc;
  }
}

/* line 623, app/assets/stylesheets/public/styles-tweaks.scss */
.agenda .location {
  padding-left: 5px;
}

/* line 627, app/assets/stylesheets/public/styles-tweaks.scss */
.agenda img {
  padding-bottom: 20px;
  padding-right: 10px;
}

/* line 632, app/assets/stylesheets/public/styles-tweaks.scss */
.agenda .breakouts {
  padding-bottom: 10px;
}

/* line 636, app/assets/stylesheets/public/styles-tweaks.scss */
.agenda .breakouts .breakout-time {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

/* line 643, app/assets/stylesheets/public/styles-tweaks.scss */
.agenda .breakouts .breakout-name {
  overflow: hidden;
}

/* line 648, app/assets/stylesheets/public/styles-tweaks.scss */
.agenda h3 {
  margin-bottom: 0;
  line-height: 30px;
}

/* line 655, app/assets/stylesheets/public/styles-tweaks.scss */
.agenda .event-detail {
  padding-bottom: 20px;
  border-bottom: 1px solid #D4D4D4;
}

/* line 661, app/assets/stylesheets/public/styles-tweaks.scss */
.event-detail .image, .session-detail .image {
  padding-bottom: 20px;
}

/* line 667, app/assets/stylesheets/public/styles-tweaks.scss */
.event-table .inf {
  float: none;
  padding-left: 3px;
}

/* line 671, app/assets/stylesheets/public/styles-tweaks.scss */
.event-table .time {
  padding-right: 4px;
  display: inline;
}

/* line 675, app/assets/stylesheets/public/styles-tweaks.scss */
.event-table .frame p {
  color: #001941;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 10px;
}

/* line 681, app/assets/stylesheets/public/styles-tweaks.scss */
.event-table .frame p:last-child {
  margin: 0;
}

/* line 686, app/assets/stylesheets/public/styles-tweaks.scss */
.agenda-item .btn-survey {
  margin-left: 10px;
}

/* line 691, app/assets/stylesheets/public/styles-tweaks.scss */
.cell-01, .cell-02 {
  min-width: 70px;
}

/* line 695, app/assets/stylesheets/public/styles-tweaks.scss */
.cell-02 {
  word-break: break-word;
}

/* line 699, app/assets/stylesheets/public/styles-tweaks.scss */
.breakout tr td:first-child {
  padding-left: 30px;
}

/* line 703, app/assets/stylesheets/public/styles-tweaks.scss */
p.session-name {
  font-size: 16px;
}

/* line 707, app/assets/stylesheets/public/styles-tweaks.scss */
p.session-name a {
  text-decoration: none;
  cursor: pointer;
}

/* line 712, app/assets/stylesheets/public/styles-tweaks.scss */
p.files {
  margin-top: 5px;
}

/* line 716, app/assets/stylesheets/public/styles-tweaks.scss */
.livestream-agenda-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 721, app/assets/stylesheets/public/styles-tweaks.scss */
.survey-name {
  margin-top: 5px;
  color: #0f62dc;
}

/* line 726, app/assets/stylesheets/public/styles-tweaks.scss */
.survey {
  border-bottom: 1px solid #D4D4D4;
  margin-top: 5px;
  padding-bottom: 10px;
}

/* line 732, app/assets/stylesheets/public/styles-tweaks.scss */
.question {
  padding-bottom: 20px;
}

/* line 734, app/assets/stylesheets/public/styles-tweaks.scss */
.question h4 {
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 3px;
  margin-top: 20px;
  margin-bottom: 0px;
}

/* line 741, app/assets/stylesheets/public/styles-tweaks.scss */
.question .rating {
  padding: 5px 0 20px 0;
}

/* line 745, app/assets/stylesheets/public/styles-tweaks.scss */
.question .lbl {
  padding-top: 20px;
}

/* line 750, app/assets/stylesheets/public/styles-tweaks.scss */
i {
  color: #0f62dc;
}

/* line 752, app/assets/stylesheets/public/styles-tweaks.scss */
.event-information a, .website, .contact-email {
  -ms-word-break: break-all;
  word-break: break-word;
}

/* line 757, app/assets/stylesheets/public/styles-tweaks.scss */
.event-contact {
  margin-top: 10px;
  border-top: 1px solid #D4D4D4;
  padding-top: 15px;
}

/* line 761, app/assets/stylesheets/public/styles-tweaks.scss */
.event-contact p {
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

/* line 768, app/assets/stylesheets/public/styles-tweaks.scss */
.session-description {
  margin-left: 25px;
  padding-bottom: 10px;
}

/* line 771, app/assets/stylesheets/public/styles-tweaks.scss */
.session-description p {
  margin-bottom: 5px;
}

/* line 774, app/assets/stylesheets/public/styles-tweaks.scss */
.session-description p:last-child {
  margin-bottom: 0px;
}

/* line 779, app/assets/stylesheets/public/styles-tweaks.scss */
label.survey-question-name {
  color: #8d8d8d;
  font-size: 14px;
}

/* line 785, app/assets/stylesheets/public/styles-tweaks.scss */
.iframe .wrapper {
  background-color: #fff;
  background: none;
}

/* line 789, app/assets/stylesheets/public/styles-tweaks.scss */
.iframe .wrapper::after {
  background: none;
}

/* line 792, app/assets/stylesheets/public/styles-tweaks.scss */
.iframe .container {
  padding: 20px;
}

/* line 797, app/assets/stylesheets/public/styles-tweaks.scss */
.iframe .btn-block {
  margin-top: 15px;
}

/* line 801, app/assets/stylesheets/public/styles-tweaks.scss */
section.session {
  border: solid #c2c2c2;
  border-width: 1px 0;
  background: #f9f9f9;
  margin: 0 -23px 27px;
  padding: 30px 33px 3px;
  box-shadow: 0 1px 0 0 #f9f9f9,0 1px 0 0 #fff inset;
}

/* line 812, app/assets/stylesheets/public/styles-tweaks.scss */
section.session-view {
  border: solid #c2c2c2;
  border-width: 1px 0;
  background: #f9f9f9;
  margin: 0 -23px 27px;
  padding: 0 0 0 33px;
  box-shadow: 0 1px 0 0 #f9f9f9,0 1px 0 0 #fff inset;
}

/* line 824, app/assets/stylesheets/public/styles-tweaks.scss */
.child-session {
  padding-left: 15px;
}

/* line 828, app/assets/stylesheets/public/styles-tweaks.scss */
.child-session table.session_attendees tr {
  padding: 20px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

/* line 832, app/assets/stylesheets/public/styles-tweaks.scss */
.child-session table.session_attendees tr td {
  width: 50%;
}

/* line 834, app/assets/stylesheets/public/styles-tweaks.scss */
.child-session table.session_attendees tr td p {
  padding: 3px;
  margin: 0;
}

/* line 845, app/assets/stylesheets/public/styles-tweaks.scss */
section.sponsors {
  margin-top: 20px;
}

/* line 850, app/assets/stylesheets/public/styles-tweaks.scss */
.event-logo {
  margin-bottom: 20px;
}

/* line 853, app/assets/stylesheets/public/styles-tweaks.scss */
.event-logo .event-logo-image img {
  width: 100%;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 864, app/assets/stylesheets/public/styles-tweaks.scss */
.event-logo .event-logo-image.round-bottom {
  margin-bottom: 15px;
}

/* line 866, app/assets/stylesheets/public/styles-tweaks.scss */
.event-logo .event-logo-image.round-bottom img {
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 877, app/assets/stylesheets/public/styles-tweaks.scss */
.event-logo .event-logo-action .btn {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 888, app/assets/stylesheets/public/styles-tweaks.scss */
.event-logo .event-logo-action.round-top .btn {
  border-radius: 8px;
}

/* line 898, app/assets/stylesheets/public/styles-tweaks.scss */
.event-venue .map-wrapper .map .gm-style > div > div {
  box-shadow: inset 0px 15px 41px 0px white;
}

/* line 904, app/assets/stylesheets/public/styles-tweaks.scss */
.event-venue #venue_map {
  margin-top: 20px;
  min-height: 135px;
  margin-bottom: 12px;
}

/* line 909, app/assets/stylesheets/public/styles-tweaks.scss */
.event-venue .event-venue-place {
  margin-top: 14px;
  padding: 0px 14px;
}

@media (max-width: 767px) {
  /* line 909, app/assets/stylesheets/public/styles-tweaks.scss */
  .event-venue .event-venue-place {
    padding: 0;
  }
}

/* line 915, app/assets/stylesheets/public/styles-tweaks.scss */
.event-venue .event-venue-place span[itemprop="name"] {
  font-weight: 500;
}

/* line 921, app/assets/stylesheets/public/styles-tweaks.scss */
.event-information {
  padding: 10px 14px;
}

@media (max-width: 767px) {
  /* line 921, app/assets/stylesheets/public/styles-tweaks.scss */
  .event-information {
    padding: 0;
  }
}

/* line 926, app/assets/stylesheets/public/styles-tweaks.scss */
.event-information .website {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}

/* line 932, app/assets/stylesheets/public/styles-tweaks.scss */
.event-information span, .event-information p {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 20px;
}

/* line 940, app/assets/stylesheets/public/styles-tweaks.scss */
.event-information span.more {
  display: block;
}

/* line 944, app/assets/stylesheets/public/styles-tweaks.scss */
.event-information span.read-less {
  margin-top: 10px;
  display: block;
}

/* line 951, app/assets/stylesheets/public/styles-tweaks.scss */
.event-contact {
  padding: 10px 14px;
  font-size: 12px;
}

@media (max-width: 767px) {
  /* line 951, app/assets/stylesheets/public/styles-tweaks.scss */
  .event-contact {
    padding: 0;
  }
}

/* line 956, app/assets/stylesheets/public/styles-tweaks.scss */
.event-contact span, .event-contact p {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 961, app/assets/stylesheets/public/styles-tweaks.scss */
.event-contact strong {
  font-weight: normal;
  font-weight: 500;
}

/* line 966, app/assets/stylesheets/public/styles-tweaks.scss */
.event-contact h3 {
  font-size: 14px;
  font-weight: normal;
}

/* line 976, app/assets/stylesheets/public/styles-tweaks.scss */
.register button.btn {
  min-width: 196px;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 27px 15px 27px;
}

/* line 983, app/assets/stylesheets/public/styles-tweaks.scss */
.form-actions.register {
  margin-top: 25px;
}

@media (max-width: 767px) {
  /* line 989, app/assets/stylesheets/public/styles-tweaks.scss */
  aside .view-details {
    margin-bottom: 18px;
  }
  /* line 993, app/assets/stylesheets/public/styles-tweaks.scss */
  aside .aside-holder {
    border: none;
  }
  /* line 996, app/assets/stylesheets/public/styles-tweaks.scss */
  aside .aside-holder .event-contact {
    border: none;
  }
}

/* line 1003, app/assets/stylesheets/public/styles-tweaks.scss */
tr.fee {
  background-color: #f0f0f0;
}

/* line 1009, app/assets/stylesheets/public/styles-tweaks.scss */
#header .preview {
  color: #6AAD6C;
}

/* line 1014, app/assets/stylesheets/public/styles-tweaks.scss */
.question_response_files_wrapper span {
  display: block;
}

/* line 1018, app/assets/stylesheets/public/styles-tweaks.scss */
.uploading-wrapper span {
  display: inline-block;
}

/* line 1023, app/assets/stylesheets/public/styles-tweaks.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 1023, app/assets/stylesheets/public/styles-tweaks.scss */
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1025, app/assets/stylesheets/public/styles-tweaks.scss */
textarea, .user-form .input-group textarea.form-control {
  height: 70px;
}

/* line 1031, app/assets/stylesheets/public/styles-tweaks.scss */
.event-accordion-wrapper {
  overflow: hidden;
}

/* line 1035, app/assets/stylesheets/public/styles-tweaks.scss */
.event-accordon .box {
  overflow: inherit;
}

/* line 1039, app/assets/stylesheets/public/styles-tweaks.scss */
.event-accordon {
  overflow: inherit;
}

/* line 1042, app/assets/stylesheets/public/styles-tweaks.scss */
.event-accordon .heading > span {
  text-align: left;
  padding: 0 32px;
  color: #0f62dc;
}

/* line 1046, app/assets/stylesheets/public/styles-tweaks.scss */
.event-accordon .heading > span.date {
  width: 75px;
  border-right: 1px solid #d4d4d4;
}

/* line 1049, app/assets/stylesheets/public/styles-tweaks.scss */
.event-accordon .heading > span.date .month {
  opacity: 0.7;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  color: #001941;
}

/* line 1058, app/assets/stylesheets/public/styles-tweaks.scss */
.event-accordon .heading > span.date .day {
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0.9px;
  line-height: 1.3;
  text-align: center;
  color: #001941;
}

/* line 1072, app/assets/stylesheets/public/styles-tweaks.scss */
.forms-holder {
  border: solid 1px #d4d4d4;
  background-color: #FFFFFF;
  border-radius: 5px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  /* line 1072, app/assets/stylesheets/public/styles-tweaks.scss */
  .forms-holder {
    margin-top: 10px;
  }
}

/* line 1082, app/assets/stylesheets/public/styles-tweaks.scss */
.forms-holder .form-header-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 1085, app/assets/stylesheets/public/styles-tweaks.scss */
.forms-holder .form-header-wrapper h1 {
  line-height: 48px;
}

/* line 1089, app/assets/stylesheets/public/styles-tweaks.scss */
.forms-holder .form {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 1092, app/assets/stylesheets/public/styles-tweaks.scss */
.forms-holder .form .form-title {
  font-size: 21px;
  color: #080808;
  margin-bottom: 10px;
  line-height: 26px;
}

/* line 1098, app/assets/stylesheets/public/styles-tweaks.scss */
.forms-holder .form .form-description {
  color: #080808;
  font-size: 17px;
  opacity: 0.7;
  margin: 0px;
  margin-bottom: 20px;
  line-height: 23px;
}

@media (max-width: 991px) {
  /* line 1106, app/assets/stylesheets/public/styles-tweaks.scss */
  .forms-holder .form .form-logo {
    margin-bottom: 12px;
  }
}

/* line 1110, app/assets/stylesheets/public/styles-tweaks.scss */
.forms-holder .form .form-logo img {
  width: 48px;
  border-radius: 2px;
}

/* line 1116, app/assets/stylesheets/public/styles-tweaks.scss */
.forms-holder hr {
  margin: 0px;
  border: 0;
  height: 0;
  border-top: 0px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

/* line 1128, app/assets/stylesheets/public/styles-tweaks.scss */
.forms-holder .clearfix {
  padding-left: 22px;
  padding-right: 22px;
}

/* line 1135, app/assets/stylesheets/public/styles-tweaks.scss */
.form-wysiwyg-wrapper {
  font-size: 15px;
  line-height: 23px;
}

/* line 1140, app/assets/stylesheets/public/styles-tweaks.scss */
.form-event-logo {
  text-align: left;
}

@media (max-width: 991px) {
  /* line 1140, app/assets/stylesheets/public/styles-tweaks.scss */
  .form-event-logo {
    margin-bottom: 15px;
  }
}

/* line 1145, app/assets/stylesheets/public/styles-tweaks.scss */
.form-event-logo img {
  float: left;
  max-height: 48px;
  border-radius: 2px;
}

@media (max-width: 991px) {
  /* line 1145, app/assets/stylesheets/public/styles-tweaks.scss */
  .form-event-logo img {
    float: none;
  }
}

/* line 1155, app/assets/stylesheets/public/styles-tweaks.scss */
.forms-header {
  height: 200px;
  max-height: inherit;
  min-height: 250px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  z-index: 1;
  width: 100%;
}

@media (max-width: 1199px) {
  /* line 1155, app/assets/stylesheets/public/styles-tweaks.scss */
  .forms-header {
    left: 0;
    max-width: none;
  }
}

/* line 1169, app/assets/stylesheets/public/styles-tweaks.scss */
.forms-header .hero-image {
  transform: translate(-50%, -50%);
  -ms-filter: blur(50px) brightness(0.9);
  filter: blur(50px) brightness(0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Blur=" 50px "), progid:DXImageTransform.Microsoft.Alpha(Brightness=" 0.9 ")";
  display: inline-block;
  width: 200%;
  position: relative;
  top: 50%;
  left: 50%;
}

/* line 1189, app/assets/stylesheets/public/styles-tweaks.scss */
.submissions-hero-wrapper {
  background-size: cover !important;
  background-color: #FFF;
  background-position: no-repeat center center;
  background-repeat: no-repeat;
  min-height: 144px;
  position: relative;
}

/* line 1199, app/assets/stylesheets/public/styles-tweaks.scss */
.submissions-hero-wrapper .hero-content {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* line 1203, app/assets/stylesheets/public/styles-tweaks.scss */
.submissions-hero-wrapper.no-image {
  box-shadow: inset 0 0 0 1000px rgba(15, 97, 220, 0.2);
}

/* line 1208, app/assets/stylesheets/public/styles-tweaks.scss */
.form-logo-submissions {
  border-radius: 10px;
  background-color: white;
  border: solid 2px rgba(0, 25, 65, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  /* line 1208, app/assets/stylesheets/public/styles-tweaks.scss */
  .form-logo-submissions {
    text-align: center;
  }
}

/* line 1219, app/assets/stylesheets/public/styles-tweaks.scss */
.form-logo-submissions img {
  border-radius: 2px;
  max-height: 96px;
}

/* line 1223, app/assets/stylesheets/public/styles-tweaks.scss */
.form-logo-submissions .form-name {
  min-height: 96px;
  line-height: 96px;
}

/* line 1226, app/assets/stylesheets/public/styles-tweaks.scss */
.form-logo-submissions .form-name h1 {
  font-size: 24px;
  color: #001941;
  line-height: 1.42;
  vertical-align: middle;
  display: inline-block;
}

/* line 1238, app/assets/stylesheets/public/styles-tweaks.scss */
.thin-header-submissions {
  margin-top: -22px;
}

@media (max-width: 991px) {
  /* line 1238, app/assets/stylesheets/public/styles-tweaks.scss */
  .thin-header-submissions {
    margin-top: 24px;
  }
}

/* line 1243, app/assets/stylesheets/public/styles-tweaks.scss */
.thin-header-submissions h1 {
  font-size: 24px;
  font-weight: 600;
  color: #001941;
}

/* line 1248, app/assets/stylesheets/public/styles-tweaks.scss */
.thin-header-submissions h2 {
  font-size: 15px;
  font-weight: 400;
  color: #001941;
}

/* line 1256, app/assets/stylesheets/public/styles-tweaks.scss */
.thin-header-submissions .form-name {
  border-left: solid 1px rgba(0, 25, 65, 0.1);
}

/*planner edit submission tweaks*/
/* line 1262, app/assets/stylesheets/public/styles-tweaks.scss */
.planner_edit_submission_wrapper {
  margin-top: -40px;
}

@media (max-width: 767px) {
  /* line 1262, app/assets/stylesheets/public/styles-tweaks.scss */
  .planner_edit_submission_wrapper {
    margin-top: 14px;
  }
  /* line 1266, app/assets/stylesheets/public/styles-tweaks.scss */
  .planner_edit_submission_wrapper .buttons {
    margin-top: 14px !important;
  }
}

/* line 1273, app/assets/stylesheets/public/styles-tweaks.scss */
#planner_edit_submission_header .editing-item {
  width: 80px;
}

/* line 1278, app/assets/stylesheets/public/styles-tweaks.scss */
.down-arrow {
  cursor: pointer;
}

/* line 1282, app/assets/stylesheets/public/styles-tweaks.scss */
.gray-down-arrow {
  padding: 6px 12px;
  border: solid 1px rgba(0, 25, 65, 0.2);
  border-radius: 3px;
}

/* line 1288, app/assets/stylesheets/public/styles-tweaks.scss */
.add-another-need {
  cursor: pointer;
  color: #0f62dc;
}
/* line 1, app/assets/stylesheets/public/call_applications.scss */
#calls {
  border: solid 1px #c5c6c7;
  padding: 23px 24px 0px;
  background: #fff;
  position: relative;
}

/* line 8, app/assets/stylesheets/public/call_applications.scss */
.call {
  padding: 23px 24px 30px;
  border-left: solid 1px #c5c6c7;
  border-right: solid 1px #c5c6c7;
  border-bottom: solid 1px #c5c6c7;
  background: #fff;
  position: relative;
}
/* line 70, app/assets/stylesheets/mb-styles/../_flexbox.scss */
.mb-empty-state-basic {
  display: -moz-flex;
  display: flex;
}

@font-face {
  font-family: "SFUIText-Regular";
  src: url(/assets/sf-ui-display/SF-UI-Display-Regular-c1ee19e7b811eddaf550870bb8f733da6f8a55bf8d6c7dc04808254751d7b361.otf);
}

@font-face {
  font-family: "SFUIText-Light";
  src: url(/assets/sf-ui-display/SF-UI-Display-Light-493d9119b193fcc8ee090afc17885b42a9deea5b19faafb37b1646b3cbd7b951.otf);
}

@font-face {
  font-family: "SFUIText-Medium";
  src: url(/assets/sf-ui-display/SF-UI-Display-Medium-9cc19b7815b61ceeb83ec0d20a3b65a0ac3682e2e4ae6319259078eb4ce0af7b.otf);
}

@font-face {
  font-family: "SFUIText-Semibold";
  src: url(/assets/sf-ui-display/SF-UI-Display-Semibold-743188dfcee77db81991e01f19015db9a95d893d2417caa41d2d4b2c472f6112.otf);
}

@font-face {
  font-family: "SFUIText-Bold";
  src: url(/assets/sf-ui-display/SF-UI-Display-Bold-74f60ce7941e20893077f929efe33dadc91b23f8792dedc3944816928b9ed4a3.otf);
}

@font-face {
  font-family: "SFUIText-Thin";
  src: url(/assets/sf-ui-display/SF-UI-Display-Thin-e42b500906c3d36ecb571ec768001255aa4c551ebc26a87781bc7454f8fe4c6c.otf);
}

/* line 47, app/assets/stylesheets/mb-styles/fonts.scss */
.fs-xxs {
  font-size: 11px !important;
}

/* line 50, app/assets/stylesheets/mb-styles/fonts.scss */
.fs-xsib {
  font-size: 12px !important;
}

/* line 54, app/assets/stylesheets/mb-styles/fonts.scss */
.fs-xs {
  font-size: 13px !important;
}

/* line 57, app/assets/stylesheets/mb-styles/fonts.scss */
.fs-sm {
  font-size: 15px !important;
}

/* line 60, app/assets/stylesheets/mb-styles/fonts.scss */
.fs-md {
  font-size: 17px !important;
  line-height: 1.5;
}

/* line 64, app/assets/stylesheets/mb-styles/fonts.scss */
.fs-lg {
  font-size: 21px !important;
  line-height: 1.43;
}

/* line 68, app/assets/stylesheets/mb-styles/fonts.scss */
.fs-xl {
  font-size: 24px !important;
  line-height: 1.42;
}

/* line 72, app/assets/stylesheets/mb-styles/fonts.scss */
.fs-xxl {
  font-size: 30px !important;
}

/* line 75, app/assets/stylesheets/mb-styles/fonts.scss */
.fs-xxxl {
  font-size: 40px !important;
  line-height: 1.4;
}

/* line 79, app/assets/stylesheets/mb-styles/fonts.scss */
.ft-u {
  text-transform: uppercase !important;
}

/* line 82, app/assets/stylesheets/mb-styles/fonts.scss */
.fw-reg {
  font-weight: 400 !important;
}

/* line 85, app/assets/stylesheets/mb-styles/fonts.scss */
.fw-b-medium {
  font-weight: 500 !important;
}

/* line 88, app/assets/stylesheets/mb-styles/fonts.scss */
.fw-b {
  font-weight: bold !important;
}

/* line 91, app/assets/stylesheets/mb-styles/fonts.scss */
.fw-sb {
  font-weight: 600 !important;
}

/* line 94, app/assets/stylesheets/mb-styles/fonts.scss */
.fw-normal {
  font-weight: normal !important;
}

/* line 100, app/assets/stylesheets/mb-styles/fonts.scss */
.fs-54 {
  font-size: 54px;
  line-height: 1.04;
}

/* line 105, app/assets/stylesheets/mb-styles/fonts.scss */
.fh-lg {
  line-height: 1.4;
}

@font-face {
  font-family: 'fontello';
  src: url(/assets/fontello/fontello-d0c07c43e4c6ea2ce976d6811a7dea661d8f073f9cab1503603008c5b155bce7.eot);
  src: url(/assets/fontello/fontello-d0c07c43e4c6ea2ce976d6811a7dea661d8f073f9cab1503603008c5b155bce7.eot?iefix) format("embedded-opentype"), url(/assets/fontello/fontello-2b2edeaf69cb359aac7ebd5c8d8e1b3d85d5e3cf13a8a8e5607b4b8f838c1392.svg#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url("data:application/octet-stream;base64,d09GRgABAAAAABhsAA8AAAAAKEAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAAQwAAAFZWYUl4Y21hcAAAAdgAAACNAAAB/lS81aFjdnQgAAACaAAAABMAAAAgBtX/BGZwZ20AAAJ8AAAFkAAAC3CKkZBZZ2FzcAAACAwAAAAIAAAACAAAABBnbHlmAAAIFAAADUcAABQ8Qcev72hlYWQAABVcAAAAMAAAADYOXRMVaGhlYQAAFYwAAAAeAAAAJAfbBAVobXR4AAAVrAAAABwAAAAsKokAAGxvY2EAABXIAAAAGAAAABgaAB7GbWF4cAAAFeAAAAAgAAAAIAHLDQduYW1lAAAWAAAAAXcAAALNzJ0dH3Bvc3QAABd4AAAAdgAAAKvdmmc3cHJlcAAAF/AAAAB6AAAAhuVBK7x4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgZL7HOIGBlYGBqYppDwMDQw+EZnzAYMjIBBRlYGVmwAoC0lxTGBwYHF9wMwf9z2KIYg5imAYUZgTJAQD5VgtvAHicxZHRDcMgDEQfhIaEVJ2kSyTqQP3qDB3VW6RnzAat1EMPzCGMsIELMIm7KJBeJFxPuan7E637hYf2i0bWeli27TwV7YbVHrmSzhu3HmXdLXphpspde56Z75XyD5L8Udc+v8dOVWEfeMWPgT5pBN4hS4F3yXLg3bMaqMrYEuDeGuBeC3BvC2gfhfsbfwAAAHicY2BAAxIQyBz0PwuEARJsA90AeJytVml300YUHXlJnIQsJQstamHExGmwRiZswYAJQbJjIF2crZWgixQ76b7xid/gX/Nk2nPoN35a7xsvJJC053Cak6N3583VzNtlElqS2AvrkZSbL8XU1iaN7DwJ6YZNy1F8KDt7IWWKyd8FURCtltq3HYdERCJQta6wRBD7HlmaZHzoUUbLtqRXTcotPekuW+NBvVXffho6yrE7oaRmM3RoPbIlVRhVokimPVLSpmWo+itJK7y/wsxXzVDCiE4iabwZxtBI3htntMpoNbbjKIpsstwoUiSa4UEUeZTVEufkigkMygfNkPLKpxHlw/yIrNijnFawS7bT/L4vead3OT+xX29RtuRAH8iO7ODsdCVfhFtbYdy0k+0oVBF213dCbNnsVP9mj/KaRgO3KzK90IxgqXyFECs/ocz+IVktnE/5kkejWrKRE0HrZU7sSz6B1uOIKXHNGFnQ3dEJEdT9kjMM9pg+Hvzx3imWCxMCeBzLekclnAgTKWFzNEnaMHJgJWWLKqn1rpg45XVaxFvCfu3a0ZfOaONQd2I8Ww8dWzlRyfFoUqeZTJ3aSc2jKQ2ilHQmeMyvAyg/oklebWM1iZVH0zhmxoREIgIt3EtTQSw7saQpBM2jGb25G6a5di1apMkD9dyj9/TmVri501PaDvSzRn9Wp2I62AvT6WnkL/Fp2uUiRen66Rl+TOJB1gIykS02w5SDB2/9DtLL15YchdcG2O7t8yuofdZE8KQB+xvQHk/VKQlMhZhViFZAYq1rWZbJ1awWqcjUd0OaVr6s0wSKchwXx76Mcf1fMzOWmBK+34nTsyMuPXPtSwjTHHybdT2a16nFcgFxZnlOp1mW7+s0x/IDneZZntfpCEtbp6MsP9RpgeVHOh1jeUELmnTfwZCLMOQCDpAwhKUDQ1hegiEsFQxhuQhDWBZhCMslGMLyYxjCchmGsLysZdXUU0nj2plYBmxCYGKOHrnMReVqKrlUQrtoVGpDnhJulVQUz6p/ZaBePPKGObAWSJfIml8xzpWPRuX41hUtbxo7V8Cx6m8fjvY58VLWi4U/Bf/V1lQlvWLNw5Or8BuGnmwnqjapeHRNl89VPbr+X1RUWAv0G0iFWCjKsmxwZyKEjzqdhmqglUPMbMw8tOt1y5qfw/03MUIWUP34NxQaC9yDTllJWe3grNXX27LcO4NyOBMsSTE38/pW+CIjs9J+kVnKno98HnAFjEpl2GoDrRW82ScxD5neJM8EcVtRNkja2M4EiQ0c84B5850EJmHqqg3kTuGGDfgFYW7BeSdconqjLIfuRezzKKT8W6fiRPaoaIzAs9kbYa/vQspvcQwkNPmlfgxUFaGpGDUV0DRSbqgGX8bZum1Cxg70Iyp2w7Ks4sPHFveVkm0ZhHykiNWjo5/WXqJOqtx+ZhSX752+BcEgNTF/e990cZDKu1rJMkdtA1O3GpVT15pD41WH6uZR9b3j7BM5a5puuiceel/TqtvBxVwssPZtDtJSJhfU9WGFDaLLxaVQ6mU0Se+4BxgWGNDvUIqN/6v62HyeK1WF0XEk307Ut9HnYAz8D9h/R/UD0Pdj6HINLs/3mhOfbvThbJmuohfrp+g3MGutuVm6BtzQdAPiIUetjrjKDXynBnF6pLkc6SHgY90V4gHAJoDF4BPdtYzmUwCj+Yw5PsDnzGHQZA6DLeYw2GbOGsAOcxjsMofBHnMYfMGcdYAvmcMgZA6DiDkMnjAnAHjKHAZfMYfB18xh8A1z7gN8yxwGMXMYJMxhsK/p1jDMLV7QXaC2QVWgA1NPWNzD4lBTZcj+jheG/b1BzP7BIKb+qOn2kPoTLwz1Z4OY+otBTP1V050h9TdeGOrvBjH1D4OY+ky/GMtlBr+MfJcKB5RdbD7n74n3D9vFQLkAAQAB//8AD3icrVhrcBvXdb7n3n1iH9gFdhcA8SAWILAgQIEUnnyCECVZ1DOWRFKkJUGUZMqWFIqSnU7TJm1st27spKka2cmPzHRqz6St7NYdTe122mTGvzrtJJ3xTH6kbps2P+pxmnTy6CQzaaZDwD0LkrLkOHHaCXDvnnuwd797uefxnUvCCHnnI+ybbJ4YJEcmyW8evlN5cLldIMBTHug6oSIQgZJVGXieWyYcp84TQWDLEjCmsYPxdunuVA7nAMev3n2GCIwJCzvTBXZkpZ308iETyO6x/KQ3mYibuVBOVSSRGGAEeKsE2Uy+btYaFcc2qxXHEljGy3t5o9loNtIRJ+IYoiDij/7V8vWKf6fmz6Fv/kRSVUN7S9LU7z792MaevXv3bDwGgZ3R0792eW16ZmZ67fIPdwZQVyX4FVlV5d4Lakjpzd7/RO/H/oi9fN8z/QEhPL63K+w/2INEJTGSJxXyHPnndvSpj5w/d+L4kf3t2QAEPpWiIv9pUER24PAdBd9qm/BUFPk1HTiJCdwaAQ38V7dKxCAIkiicJ4oBEqdIqyQQkJeJLOPbZowsq0CIRvBtz/kQlBfX+xgSx9b/zyAr7dF6teDFB3QNyO9/5sbGwfnqc/XnRke8SqHipgfy8bwV1mJ6TBSICqqJZuEzZai1oJICSweW0cFKQaUFtTIq+Rnw7ZUES2ii9WqNKfANx7tbd3z7NOt5rwzN+tY8B20n2imIpECHUUDTjUK9hrNatNnw/IeyGQHhRAFn+DaOOH3N/+LAqbp9x6CtyzMzlz9+uTVzpVVdqlSWLi1Vq0tjaM2Qql15W9I06W1Ueud6i1bS1D97YET2QjE5tPaXD5viQMijalTiZUMEV1YEEPImBGVgKv+5+aO8ykCWeGbmBBCrB/6I5xn8KWJ9vrW13sevzMCLVVxwa9Xel1V5Z73HNEPDDeST1kUjxo97UT1RbDmziRMnz55ZOJFoRVrFJC+pvGFwHJhiICQURGloVgwEZdMUhZVPPrBnRRCDYTnIM7mVE+QCR2ODxVnGPcx49FGCH8n3PW6UnSAWGSIFUiMtMk9OkDOwcviOjH62QCRO5KQ1GUSBE4WrARAUTlCuEoUx5aIJWhiCuhZcjYUiTI8aDv7VurqKPs1JPNexgVKybKGz9P0GVgigix2MH75jIPbiz8bmFHb1/wveXtrCFdd/ucArK+29CycPHWzPNuqOjTNOnTyzcPrY0YMnDh3ft3d2vn1gcqLeaszUqpXdY6PlXSOl4nDBy+dScXvIyaoysWh4wE9MLnq9baLfo/u1AHNUGbK2n6YsIetuJa2q6NZdyNar9apdtbN2llUatXxGQJet+4Hhu22Wf5/f2Kub33InMpkJlw1syczYWGbzW/71EfbtzSh88403RrC9EEm7I+m0I8iyJssifNhJp0dc1xElCXWBnUiPp7sSXrDRn+ClWPb1ctnXyj8Y7t30Ud6gD/soI67no2iyl951j0aIjv51lX2bHSchksHcViRlzG8NZIcWmSNHyBJm9iswcfhOFP1hjfCWn9NiYMcxWu3Iam4gy5yhaIZZvGOtulpaGZRToki4sMidI2ESMsOhDjGJETSNDgkSnQX1TrJvvsSO+YQlNYApUtDmd/zj4i9nHcL6wMhG9y+55SztixfOL586dnTf3mp1dLRU8jwrTMmltfNXLlw+c/rU6jIm96NLxxbnD+w9su/w3J72bGtmempyYrxZbVQb9dpoZRTdqFQuoSN5RQ9dKZ8byiZi4YzlBkQSomZ+y5cE9Bvn53gSQ0+KmNX7voC/7XzhF/Ws6126u93eTXtuI51uuJlyOdOl7vCwe5a9vjn3nPeS9zL2za/72k6H4Q9ws+PtSpdU5lKNNCPpWsorpbvEHSllGMkM9/7VM7sX6R/c13/sPeF9wgP4uW5HhD6nvoW1SJI8QA6R4+QUeZz8Rjt2qDKG/HUQKDu1tHj8Q8fmM1YwALxPq36x4gpYgfgcuE4YoTxDKty2ab9g0Th0H5fgvY2fnvjunJV2aHl5+fHlx6+vP3pp7WLntC3ydgkaNaSojIhUFaRCU0jRpjBLfU6TAfmoKeRRZw0RGpVB6ljibp+mIqKQrWAXhSA0I+ABSm8WxMoseGLuXjujKe/6QqNusq/r+rN6Qe9xvBOnBcx/gpXQI1MnB6aCDgfdriqhTZhI5ahLEyZAl2Kqe4ZS+JfvewxZC9YptWZs+sdJ+HKq9zTHJ55UtRUKbtagCTXYfSLs2DF4rPd7xfLoEH0ik6XXcLlndH/Fyj62lghoSeRuhFeiYoCDze5XOMpxVGS4CW5/wV8R4FnKUfjG9wqM53aBFJPon6Tgr1M9ARnqtyPqf0Mwl/te79lIyAnTj5nBYi7XfXoIywv4Vb/+IO/cYB9lg2gBCfkr3WewETKGLDZOpkmb7COvtF8magBARZLhQ2BwvNGRBMoNBTWmmJzSCYOpQ0A1A50MgJilzAZ2zo3HmJ0eiDIrYludwSSNpBLUoRGnQzDOl0i/9rFtjiNk3957Qxfj9j3Jfyibce20nR5MJRPxgVg04ljhkGkg+6hKQOYkpCke94/1ge8hpmtGzKzLoJ/3UUOZRBrI2i72bL2Ztas57D4z9NkBewS7uS19nX1088VxoP8T6A3//e0XNl+8ffv2dfqDR29fHx/v3ZqYgH+7caMnXMfPSzfwc9sfwRe6b9Jhr9eAr8KpxcXebVhe/MzCwne+s7CwiHN6Kxu9/9wY39jwxQYOCMEYe+d57pOsQapkkdwir5HvgwFRKMA4IbkU+CVc9p6ybRb87Ynee4s3dGakt2bEwboNZ1Gv7uedJIiD4AyC3a/U8G/Hwg5+NmgZfrootLCJfewx+xdA59+Lvo2dr3vviy3Y29gfDJ3DkI80KpFwC5qeDmJkW7pljGCsSpvbkhEFS5Hem0ZEVwZTMZnGEwlL1kSFl6oPVSVeETXZSiTiMHyOShrHRCE0EuZFxmkS5RMD0yBNDyTgHUWP3AsyEI9bGGKKrPBi7aGqyOMIdSsej0uV6yApAhP4cCnMo1QkEBLRGZBa0UT31XeBqiN0APdCBUVWeam2srWZbZThcz4Ink4QRBB3QFogzUQTtHnx7QuJk19dHDv2cKAZWNyX2pa9y/sW5XHl4rHUtpQ5Wx02IhFjWLU5VVd4kIxwwLQ110gUK5ViwnA12wyEDQksTo5LwZDMi+WwaYbLIi9bmhSXMaoiOu7ZhP96PzCGeUaPIl5yuLK7mES8qA6UA+pjchFVikuahaCjIdMMjW6DSmFTj+nYTOleTMvxESkI70G0TfDTWX+X/AcA/mhycqxS6a7WXjgrnvj0yOi2HPnd42LnD2uj25Jsc9nz7HVWwApqlpwkZ8gauUZutW/uMiivD4BCRiCgzE5TMVBRCNMgC6omHMAYZVRmeIQmQZ0GV0OgY4Gr8z6jKQGirBoQICIERGQuoqmgrZqgEoFThVUsgyVuAblMWsZSWjryyKXO2cWFq1cuXXvk2oXzZ9c6ayvLC2cWzxw/1nAidmMca6gwnyzNQr4fJraFDl+tRJrvqmYtn+3Tk73DT56QzXgi3hSQv2pNT8h4YOKREKeV/Uqm5VfHKbhbnUR2BuGdwYO/w5emivxGOCwEboVKUyX+t7xE94GE5yXolxLei6bNB26ZRfx9wyya9B8Gq4PdB/CCjX7JV04rhmEbwbdQOEHj37e0v7muackimjNwVqE/sgf8sRq8Bod83O7f/bovoPwM3rPiqWIxpWlnFQX+onskVUtho6/1Ze9k0Alie80XtgGPbql9W96kf4u2HCRZsptMkRVynvxV+9WVD1EndA5IkB4gNuOYza1H49QMA1ATfBsym7IO4QgvcHwHcURJEDvIe3JAkjsE7RkKKB0LQglw1BASlUq0iKp1SITEgpFYh6CjYN0a7BBiGHjAQ7FEDGIcqlbSaUJOP7R0stmoTFWnfPYqFXJD6WwaqQu3+S5z2RYG3PYnifbmbdd0+8eT9+9hJDBWRdOXwDc9Fp7hLB7Bq7afXjH1230C0LeP7Xkva26d+G1TzPpn9WYDPge013vyyXr9bv/z3hf/cW7QKTqDQ+WJpwIB8ZCscxUuGNR0Ho/YmYzASfEBUZwcLg5PXtjl/4snIOm72eTu8uld5V39Xt5VZo3ND7Pnu5+iljM46HS/C1/pyamUycXyOqcUS5AbVkOcrQctzTkKhxw6NzwxMdx9/WNBR1fj0e2Y/AbaUcbjgYcsOE32k6fanyCYCqkgrhNZYpLM1k3AIkHjyGoQNEsPM4wzFSMPCBWAdkIKBi1IsijhaYLn2QKeV/hlwjP+SGumXisUHIuQuT0z+1v7J8Zr0/XpQrVwT4GRTlqe45k6hrNM5KrtlxD1rUhLAu/u1ILgB5J9f3DBzsESS4bwTo3v7gzYF4Zi3dGBIXZk87WhAfq12NDmD+nXMpMZbN3RzFQmMwWX5155Ze7PCgO5XC2Xg7EtSd2bEdeN3Gz3Sr5kCf8UeWb7FPlFX/mnl17agw0O5mpDQ/hE//q/hJ0ncgB4nGNgZGBgAOJlJ+0U4vltvjJwM78AijBcjU7fhaD/Z7G0MwcBuRwMTCBRAEcyC1p4nGNgZGBgDvqfxcDA0s8ABCztDIwMqIAbAE1JAuoAAHicY37BwMAMxSw+CDZzPZDfD2EzXYfQAMhXCKwAAAAAAJwB2gMKBEYFOAX2B6wIkgl2Ch4AAQAAAAsBOQAOAAAAAAACAEwAXABzAAAA8gtwAAAAAHicdZDdasIwGIbfzJ9tCtvYYKfL0VDG6g8MQRAEh55sJzI8HbXWtlIbSaPgbewedjG7iV3LXts4hrKWNM/35MuXrwFwjW8I5M8TR84CZ4xyPsEpepYL9M+Wi+QXyyVU8Wa5TP9uuYIHBJaruMEHK4jiOaMFPi0LXIlLyye4EHeWC/SPlovknuUSbsWr5TK9Z7mCiUgtV3EvvgZqtdVREBpZG9Rlu9nqyOlWKqoocWPprk2odCr7cq4S48excjy13PPYD9axq/fhfp74Oo1UIltOc69GfuJr1/izXfV0E7SNmcu5Vks5tBlypdXC94wTGrPqNhp/z8MACitsoRHxqkIYSNRo65zbaKKFDmnKDMnMPCtCAhcxjYs1d4TZSsq4zzFnlND6zIjJDjx+l0d+TAq4P2YVfbR6GE9IuzOizEv25bC7w6wRKcky3czOfntPseFpbVrDXbsuddaVxPCghuR97NYWNB69k92Koe2iwfef//sB5m6EUQB4nG2M0QrCMAxFk1l1a0XxQ/rkF5U1lIBLRhv9fl2Hb56nc7hwYYAdD/8JOOABHR7xhGcccUKPAS/gjBcaU87x1ahOm9CbxFxORvctM7W58mqsEh++j5FnlRtJSYWWX18rrVqNpfT0pvpsXcP3RmV3gA9G8ij5AAB4nGPw3sFwIihiIyNjX+QGxp0cDBwMyQUbGVidNjEwMmiBGJu5mBg5ICw+BjCLzWkX0wGgNCeQze60i8EBwmZmcNmowtgRGLHBoSNiI3OKy0Y1EG8XRwMDI4tDR3JIBEhJJBBs5mFi5NHawfi/dQNL70YmBhcADHYj9AAA") format("woff"), url("data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCLJXoAAAD8AAAAVE9TLzJWYUl4AAABUAAAAFZjbWFwVLzVoQAAAagAAAH+Y3Z0IAbV/wQAABwoAAAAIGZwZ22KkZBZAAAcSAAAC3BnYXNwAAAAEAAAHCAAAAAIZ2x5ZkHHr+8AAAOoAAAUPGhlYWQOXRMVAAAX5AAAADZoaGVhB9sEBQAAGBwAAAAkaG10eCqJAAAAABhAAAAALGxvY2EaAB7GAAAYbAAAABhtYXhwAcsNBwAAGIQAAAAgbmFtZcydHR8AABikAAACzXBvc3Tdmmc3AAAbdAAAAKtwcmVw5UErvAAAJ7gAAACGAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAED3gGQAAUAAAJ6ArwAAACMAnoCvAAAAeAAMQECAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQABB6AsDUv9qAFoDUgCWAAAAAQAAAAAAAAAAAAUAAAADAAAALAAAAAQAAAF2AAEAAAAAAHAAAwABAAAALAADAAoAAAF2AAQARAAAAAgACAACAAAAQugC6Av//wAAAEHoAOgH//8AAAAAAAAAAQAIAAoADgAAAAEAAgADAAQABQAGAAcACAAJAAoAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAECAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAIgAAAAAAAAACgAAAEEAAABBAAAAAQAAAEIAAABCAAAAAgAA6AAAAOgAAAAAAwAA6AEAAOgBAAAABAAA6AIAAOgCAAAABQAA6AcAAOgHAAAABgAA6AgAAOgIAAAABwAA6AkAAOgJAAAACAAA6AoAAOgKAAAACQAA6AsAAOgLAAAACgAAAAMAAP90A94DSAAQACUAOgB+S7AyUFhAKAABBQIFAQJtAAIHAQAGAgBgCQEFBQRYAAQEDEgABgYDWAgBAwMNA0kbQCsAAQUCBQECbQAECQEFAQQFYAACBwEABgIAYAAGAwMGVAAGBgNYCAEDBgNMWUAdJyYSEQEAMTAmOic6HBsRJRIlDAsIBwAQARAKBRQrASMiJjURNDYyFhURMzIWFAYDIicmJyYQNzY3NiAXFhcWEAcGBwYDIgcGBwYUFxYXFjI3Njc2NCcmJyYC1/gIDAwQDeMIDQzshXJvQUNDQW9yAQpyb0FDQ0FvcoV5aWU8PT08ZWnyaWU8PT08ZWkBNQwIAXUJDAwJ/qAMEgv+P0NBb3IBCnJvQUNDQW9y/vZyb0FDA6o9PGVp8mllPD09PGVp8mllPD0AAAUAAP9qA+cDUAAMABkAJgAyAJMA2UAYgnRhX1JRTEVAPwoBCooeAgcFiwELBwNHS7ALUFhAQAAFAgcHBWUOAQQIAwYEZQABDQECBQECYAAHDwEGCAcGYQALEAEIBAsIYAAKCglYAAkJDEgAAwMAWAwBAAANAEkbQEIABQIHAgUHbQ4BBAgDCAQDbQABDQECBQECYAAHDwEGCAcGYQALEAEIBAsIYAAKCglYAAkJDEgAAwMAWAwBAAANAElZQC81MygnGxoODQEAkI1xb0lIM5M1ky8sJzIoMiEgGiYbJhQTDRkOGQcGAAwBDBEFFCsFIi4BND4BMh4BFA4BAyIOARQeATI+ATQuAQMiJj0BNDYyFh0BFAY3IyImNDY7ATIWFAYFISImPQE0Njc2NzY3NSYnLgE3NTQ2MhYdARYGBwYHFR4BFx4BDgEvASYnJi8BNTQ3Njc+Ajc2JyY9ATQjIgYdARQHBhceARcWFxYXFh0BFAcGBwYHBh0BFBYzITIWFAYDAj5pPT1pfGk+PWo+M1YyMlZmVjMzVjAJDAwSDA1q5QgNDQjlCQwM/l/+VRQdEQ6RRywJJxIZCRJltWQRBxoSJwIMGAgFCRAHASEJCwYBBiYRAQ8JAQMMBZVITQUMAwEJCAUDESUGAQczR6UFBQMBqwkMDJY+aXxpPj1qfGo9AaEzVmZWMjJWZlYz/rsMCeUIDQ0I5QkMcg0QDQwSDCYdFGMQGQU4JxgOHCo+Fj8cUlNdXFRSHD4XPiodBQgMBRAQBAQBEQcKEgYoBwgkPwcKDwkREQcGWYdGQVkGBw8TCQ8FAwk+JQYJKAQCGR8qPwMEZAMFDBILAAAAAAgAAP9qBC8DUgAUACQAKAA0AD4ASABSAFwBWUuwCVBYQFQACAQHBAhlCQEHBgQHBmsKAQYLBAYLawALAwMLYxEBDRMBDw4ND2AZEhcDDhgQFgMMBQ4MYAAFAAQIBQReFQECAgBYFAEAAAxIAAMDAVkAAQENAUkbS7AQUFhAVQAIBAcECGUJAQcGBAcGawoBBgsEBgtrAAsDBAsDaxEBDRMBDw4ND2AZEhcDDhgQFgMMBQ4MYAAFAAQIBQReFQECAgBYFAEAAAxIAAMDAVkAAQENAUkbQFYACAQHBAgHbQkBBwYEBwZrCgEGCwQGC2sACwMECwNrEQENEwEPDg0PYBkSFwMOGBAWAwwFDgxgAAUABAgFBF4VAQICAFgUAQAADEgAAwMBWQABAQ0BSVlZQENUU0pJQD82NRYVAgBYV1NcVFtOTUlSSlFEQz9IQEc6OTU+Nj00MzIxMC8uLSwrKikoJyYlHhsVJBYjDAkAFAITGgUUKwEhIg4BFREUHgEzITI+ATURNC4BIxUyFhURFAYjISImNRE0NjMHITUhASM1MzUzFTMVIxUjAzI2NCYiBhQWMzUiJjQ2MhYUBiMFMjY0JiIGFBYzNSImNDYyFhQGIwOz/OYhOSIiOSEDGiE5IiI5ISIwMCL85iIwMCJnA+j8GAHezs4szs4soBcgISwgIBYGCQkNCQkHAWwWICAsISEWBwgIDQkJBgNSIDgg/QggOCAgOCAC+CA4ICouIP0IIC4uIAL4IC7vKf6PLM7OLM4CZCEsICAsIScJDQkJDQknIC0gICwhJwkNCQkNCQAADgAA/2sD6ANRABIAIgAmACoALgAyADYAOgA+AEIATABWAGAAagE5S7AYUFhAZQAFFAcHBWUZARUbARcWFRdgJRojAxYkGCIDFAUWFGAhDSALHwkeBwcABBMHBF8AEwASERMSXgARABAPERBeAA8ADgMPDl4dAQICAFgcAQAADEgAAwMGVgwKCAMGBg1IAAEBDQFJG0BjAAUUBwcFZRkBFRsBFxYVF2AlGiMDFiQYIgMUBRYUYCENIAsfCR4HBwAEEwcEXwATABIRExJeABEAEA8REF4ADwAOAw8OXgADDAoIAwYBAwZeHQECAgBYHAEAAAxIAAEBDQFJWUBjYmFYV05NREMzMy8vKysnJxQTAgBmZWFqYmlcW1dgWF9SUU1WTlVIR0NMREtCQUA/Pj08Ozo5ODczNjM2NTQvMi8yMTArLisuLSwnKicqKSgmJSQjHBkTIhQhCgcAEgIRJgUUKwEhIgYVERQWMyEyPgE1ETQuASMVMhYVERQGIyEiJjURNDYzAyE1IRcRMxEzETMRMxEzETMRMxEBITUhNSE1ITUhNSEBMjY0JiIGFBYzNSImNDYyFhQGIwUyNjQmIgYUFjM1IiY0NjIWFAYjA3D9AjFAQDEC/iE2ICA2ISIuLiL9AiEpKSFdA778QpMnqSeqJ6kn/NUDvvxCA778QgO+/EIBKRcgISwgIBYGCQkNCQkHAWwWICAsISEWBwgIDQkJBgNRQDL9ADJCHjYgAwAgNB4nKyD9ACEsKyIDACIp/twnEf1jAp39YwKd/WMCnf1jAp399ieAJ38nAQEhLCAgLCEnCQ0JCQ0JJyAtICAsIScJDQkJDQkAAAAGAAD/agPjA0gAHQBGAEoAUQBXAHMAfUAZSjIwAwMASQECA1dWVVFPTkgiFA8KAQUDR0uwMlBYQCEGAQUCAQIFAW0AAwACBQMCYAAAAAxIAAEBBFgABAQNBEkbQCEAAAMAbwYBBQIBAgUBbQADAAIFAwJgAAEBBFgABAQNBElZQBJYWFhzWHNwbWhmZWNeWxUHBRUrATY0LwEmIgcBDgEPAgY3Bh4CNwY/AjY3NjcJAQYHBjcGJjcGPwM2BwE2Mh8CFhQHMQYHBgcXBwYjMgcGIwcGDwE3FwEnAQYPASc/AQcyPwEnByURFAYjISImNRE0NjMhNSEiBhURFBYzITI2NRED1Q4OiQ4oDv4EBRYbAigLBAYGFBwOFztTGjsPFgQB/f0MCAYJCQMHAgkYIQIcEQEB/QIDAwGIAgIB2u4nAwwDAQFtAgIUPRUCph0Bux7+hQQFHIEMDVkCASEjEAIcDA/9gBMWFRkBcv6OKi4vJAKAIiMCbg4oDogODv4EBTJEA2UcCg0dFAYFCRghCxgHCgQB/P3JBAIEBAIHAxc7UwRFKAEB/QIBAYkCBAIB2+0oAwUELQEIGQgCpx4BuB7+BgMFDIQXDPcBDyUl7f6JFxIWEwJ7EQ8qJSX9hSQvLCcBdwAADQAA/3EDeAMfAAMACAAUACAAJAAoACwAMAA0ADgAPABAAEQArUCqAAwKAQEMZQkBBRIBEAQFEF4IBgIEJA8NAwsRBAteEwERDgEKDBEKXiIBAQcjAgMVAQNfIRsZAxUgGhgDFBcVFF4fHQIXHhwCFgIXFl4AAgIAVgAAAA0ASRUVBAQAAERDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiIRUgFSAfHh0cGxoZGBcWFBMSERAPDg0MCwoJBAgECAcFAAMAAxElBRUrAREhERcRIyEDATM1MxUzESERMzUzHQEjNSMVITUjFSM1NyMVMyUjFTMBIzUzASM1MzUjNTMXIzUzESM1MxcjNTM1IzUzA3j8oTgBAvoK/inHqKD8oaioqHAC72iocDg4/pI5OQHdcXH+BnBwcHCpcXFxcahwcHBwAZr91wIpJ/42AcoBV1VV/qgBWFWNVFTp6VRUVXFxcf5Zb/7qbzhvb2/+6m9vbzhvAAAJAAD/lASHAzYAMwBVAJIAtADuARABGAEoATgAACUeAR0BFAYjISImPQE0Njc2NzY/ARcjNTMHJyYnLgE3NTQ2MhYdARYGBwYPASczFSM3FxYvATU3Nj8CJzU0JiIGHQEHHwEWHwEVBwYHBgcVITUmJyYBHgEdARQGIyEiJj0BNDY3Njc2PwEXIzUzBycuATUmJy4BNzU0NjIWHQEWBgcGBxQGBxQHJzMVIzcwFRcWLwE1NzY/Aic1NCYiBh0BBx8BFh8BFQcGBwYHFSE1JicmBR4BHQEUBiMhIiY9ATQ2NzY/ARcjNTMHJjUnNSYnLgE3NTQ2MhYdARYGBwYHFAYHBhUnMxUjNzAVFi8BNTc2PwInNTQmIgYdAQcfARYfARUHBgcGBxUhNSYnJiUmIgcXNjIXEz4BNycOAQcXPgE3Jw4BByEuAScHHgEXNy4BJwceARcDAAsOGBD+1xAXDgsfHhkJAhscHBQJDQcLBQgzWjMIBQsHDQkUHBwbASlfAggNBAMHBhIsEwUHAwQNCAIFHBo8AQg8GhwB/wsOFxD+1xAXDgsfHhkJAhobGxQCBAILCQsFBzRaMwcFCwkLAgQCFBsbGwgycAEICwYDBgUTKxMFBgMGCwgBBhwYPQEIPhgc/bMLDhcQ/tcQFw4LMywCGhwcFAIGCwkMBQg0WTMIBQsHDQIEAhQbGxspXwEICwYCBwUTKxMGBwMGCwgBBhwYPgEIPRgcAjdj5WIcU8pVME5kCjcKVUQeTmQKNwpVRP5pRFUJOAtjTh5EVQk4C2NOCQQVDCkQFxcQKQwVBAwOCwUBCBATChEVDSEQHCoyMiocECENFREKExAIARQECRsIDxIJBQcuExEREy4HBQkUDQgbCRIREBcODhcQEQHwBBUMKRAXFxApDBUEDA4LBQEIEBMDBAIBDhgNIRAdKTIxKh0QIQ0YDgECBAECExAIAQQXDAgbCA0UCQUHLxIRERIvBwUJFA0IGwgTEQ4ZDg4ZDhEIBBUMKRAXFxApDBUEFBYBCBATAgEGAQ4YDSEQHSkyMSodECENFREBAgQCARMQCAEUBQgbCA0UCQUHLxIRERIvBwUJFA0IGwgTEQ4ZDg4ZDhHzOjowMjL9YDSgXQdSiywvNKBdB1KLLCyMUQdenzQvLIxRB16fNAAAAAAGAAD/lAO+AygAIgA/AFMAXABlAG4AkkCPLRACBQ4aAQsALAEKCz88AgcKMgsAAw0BIwEMDQZHAAkAAwIJA2AAAgAPDgIPYBIBDgAFAA4FYAAAAAsKAAtgEAEKAAcBCgdgAAEADQwBDWARAQwABgQMBmAABAgIBFQABAQIWAAIBAhMZ2ZeXVVUa2pmbmduYmFdZV5lWVhUXFVcUU42FhcVNjgXFhUTBR0rPwEmNTQ2MhYVFAcXNjMyFzcmNTQ2MhYVFAcXETQmIyEiBhURFRQWMyEyNjURJwYjIicHFhUUBiImNTQ3JwYiJwERFA4BIyEiLgE1ETQ+ATMhMh4BATI2NCYiBhQWFzI2NCYiBhQWEzI2NCYiBhQWUIYFKzsqBW8TEwYKkhIrOysFgycc/UYcJyccArocJ6ERFQUKkhEqOysFbxEqEQLLHzMf/UYfMx8fMx8Cuh8zH/1bCxAQFRAP4wsQEBYPEOILEBAVEA+5cA0NHSoqHRAKXQsC8xUaHSoqHQwPbgFKHCcnHP3GehwnJxwBLogLAvMUGx4qKh4NDV0LCwGy/UweNB4eNB4CtB40Hh40/lMPFg8PFg+0DxYPDxUQAWgPFg8PFg8ABgAA/48CxAMoAB8AIwAxADsAWQBhALZAs1lPAhYSXwEADwJHABUDBAMVBG0YGwIREwEBAhEBYAACAAMVAgNeAAQABQYEBV4ABgAHCAYHXgAIAAkKCAleAAoACxIKC14UARIcARYMEhZeAAwADRcMDV4AFwAZDxcZXgAOGgEPAA4PXgAAEBAAUgAAABBWABAAEEozMiAgAABbWlZTNzYyOzM7MTAvLisoJSQgIyAjIiEAHwAfHh0cGxoZGBcWFRQTERERERERERERHQUdKwUVIREhFTMVIxUzFSMVMxUjFTMVIxUzFSMVMxUjFTMVExEhEQMzETQmKwEiBhURMxEzEyMXFhczFTc2PwEGDwEVBgcGDwEOASYnJi8BNSYnIxE0NjsBMhYVEQcjFhcWFzc2AZUBAv7+gYE1NYGBNTWBgTU1ga7+pNZCHxYqFh8kLjmCCgoHSgkOBDIEDw8NDgUGAQciIgYECBsaBwc6KSopOmItBgcGAwoIDjEDOjEuWy0uLVstLi1bLi0uAzb8bAOU/YoCFBYfHxb97AHJ/gkeHhEEGSYOBAsqKwElKQwSBBUODxQNFk0BShYCQik5OSn9vnsPFg4MGxgABgAA/5QD2wMoAAkAEwAnADMAPABFAIJAfwAGAgcCBgdtAAkIAwgJA20RAQQAAA0EAGAPAQ0UDhMDDAENDGAQAQEAAgYBAl4SCwIHCgEICQcIXgADBQUDVAADAwVYAAUDBUw+PTU0KCgWFAAAQkE9RT5FOTg0PDU8KDMoMzIxMC8uLSwrKikgHRQnFicRDgsKAAkACTMVBRUrATU0JiMhIgYdAQUhERQWMyEyNjUBITIeARURFA4BIyEiLgE1ETQ+AQE1MxUzFSMVIzUjNRMiJjQ2MhYUBiEiJjQ2MhYUBgOaJBn9LxokA0z8tCQaAtEZJPzyAtEiOiIiOiL9LyI7IiI7AWlCra1CrCgaJSU0JSUBMBolJTQlJQIhjxchIRePQP4rFyEhFwMcIDgg/VwgOCAgOCACpCA4IP3YqalBqalBAUklNCQkNCUlNCQkNCUAAQAAAAEAAKbJPiBfDzz1AAsD6AAAAADVW2e6AAAAANVbZ7oAAP9qBIcDUgAAAAgAAgAAAAAAAAABAAADUv9qAAAEjwAAAAAEhwABAAAAAAAAAAAAAAAAAAAACwPoAAAD6AAAA+gAAARMAAAD6AAAA+gAAAN/AAAEjwAAA+gAAALXAAAD6AAAAAAAAACcAdoDCgRGBTgF9gesCJIJdgoeAAEAAAALATkADgAAAAAAAgBMAFwAcwAAAPILcAAAAAAAAAASAN4AAQAAAAAAAAA1AAAAAQAAAAAAAQAIADUAAQAAAAAAAgAHAD0AAQAAAAAAAwAIAEQAAQAAAAAABAAIAEwAAQAAAAAABQALAFQAAQAAAAAABgAIAF8AAQAAAAAACgArAGcAAQAAAAAACwATAJIAAwABBAkAAABqAKUAAwABBAkAAQAQAQ8AAwABBAkAAgAOAR8AAwABBAkAAwAQAS0AAwABBAkABAAQAT0AAwABBAkABQAWAU0AAwABBAkABgAQAWMAAwABBAkACgBWAXMAAwABBAkACwAmAclDb3B5cmlnaHQgKEMpIDIwMTcgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbWZvbnRlbGxvUmVndWxhcmZvbnRlbGxvZm9udGVsbG9WZXJzaW9uIDEuMGZvbnRlbGxvR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwBvAHAAeQByAGkAZwBoAHQAIAAoAEMAKQAgADIAMAAxADcAIABiAHkAIABvAHIAaQBnAGkAbgBhAGwAIABhAHUAdABoAG8AcgBzACAAQAAgAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAGYAbwBuAHQAZQBsAGwAbwBSAGUAZwB1AGwAYQByAGYAbwBuAHQAZQBsAGwAbwBmAG8AbgB0AGUAbABsAG8AVgBlAHIAcwBpAG8AbgAgADEALgAwAGYAbwBuAHQAZQBsAGwAbwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAAEdGltZQhhZGQtdXNlcglhZGQtZXZlbnQEZGF0ZRFhZGQtZGVzY3JpcHRpb24tMwpldmVudC1pY29uD2VuZ2FnZW1lbnQtaWNvbg5yZXBvcnRpbmctaWNvbgp0b29scy1pY29uC2FkZG9ucy1pY29uAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAABgAGAAYABgDUv9qA1L/arAALCCwAFVYRVkgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbkIAAgAY2MjYhshIbAAWbAAQyNEsgABAENgQi2wASywIGBmLbACLCBkILDAULAEJlqyKAEKQ0VjRVJbWCEjIRuKWCCwUFBYIbBAWRsgsDhQWCGwOFlZILEBCkNFY0VhZLAoUFghsQEKQ0VjRSCwMFBYIbAwWRsgsMBQWCBmIIqKYSCwClBYYBsgsCBQWCGwCmAbILA2UFghsDZgG2BZWVkbsAErWVkjsABQWGVZWS2wAywgRSCwBCVhZCCwBUNQWLAFI0KwBiNCGyEhWbABYC2wBCwjISMhIGSxBWJCILAGI0KxAQpDRWOxAQpDsAFgRWOwAyohILAGQyCKIIqwASuxMAUlsAQmUVhgUBthUllYI1khILBAU1iwASsbIbBAWSOwAFBYZVktsAUssAdDK7IAAgBDYEItsAYssAcjQiMgsAAjQmGwAmJmsAFjsAFgsAUqLbAHLCAgRSCwC0NjuAQAYiCwAFBYsEBgWWawAWNgRLABYC2wCCyyBwsAQ0VCKiGyAAEAQ2BCLbAJLLAAQyNEsgABAENgQi2wCiwgIEUgsAErI7AAQ7AEJWAgRYojYSBkILAgUFghsAAbsDBQWLAgG7BAWVkjsABQWGVZsAMlI2FERLABYC2wCywgIEUgsAErI7AAQ7AEJWAgRYojYSBksCRQWLAAG7BAWSOwAFBYZVmwAyUjYUREsAFgLbAMLCCwACNCsgsKA0VYIRsjIVkqIS2wDSyxAgJFsGRhRC2wDiywAWAgILAMQ0qwAFBYILAMI0JZsA1DSrAAUlggsA0jQlktsA8sILAQYmawAWMguAQAY4ojYbAOQ2AgimAgsA4jQiMtsBAsS1RYsQRkRFkksA1lI3gtsBEsS1FYS1NYsQRkRFkbIVkksBNlI3gtsBIssQAPQ1VYsQ8PQ7ABYUKwDytZsABDsAIlQrEMAiVCsQ0CJUKwARYjILADJVBYsQEAQ2CwBCVCioogiiNhsA4qISOwAWEgiiNhsA4qIRuxAQBDYLACJUKwAiVhsA4qIVmwDENHsA1DR2CwAmIgsABQWLBAYFlmsAFjILALQ2O4BABiILAAUFiwQGBZZrABY2CxAAATI0SwAUOwAD6yAQEBQ2BCLbATLACxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAULLEAEystsBUssQETKy2wFiyxAhMrLbAXLLEDEystsBgssQQTKy2wGSyxBRMrLbAaLLEGEystsBsssQcTKy2wHCyxCBMrLbAdLLEJEystsB4sALANK7EAAkVUWLAPI0IgRbALI0KwCiOwAWBCIGCwAWG1EBABAA4AQkKKYLESBiuwcisbIlktsB8ssQAeKy2wICyxAR4rLbAhLLECHistsCIssQMeKy2wIyyxBB4rLbAkLLEFHistsCUssQYeKy2wJiyxBx4rLbAnLLEIHistsCgssQkeKy2wKSwgPLABYC2wKiwgYLAQYCBDI7ABYEOwAiVhsAFgsCkqIS2wKyywKiuwKiotsCwsICBHICCwC0NjuAQAYiCwAFBYsEBgWWawAWNgI2E4IyCKVVggRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOBshWS2wLSwAsQACRVRYsAEWsCwqsAEVMBsiWS2wLiwAsA0rsQACRVRYsAEWsCwqsAEVMBsiWS2wLywgNbABYC2wMCwAsAFFY7gEAGIgsABQWLBAYFlmsAFjsAErsAtDY7gEAGIgsABQWLBAYFlmsAFjsAErsAAWtAAAAAAARD4jOLEvARUqLbAxLCA8IEcgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLAAQ2E4LbAyLC4XPC2wMywgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhsAFDYzgtsDQssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIzAQEVFCotsDUssAAWsAQlsAQlRyNHI2GwCUMrZYouIyAgPIo4LbA2LLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhIyAgsAQmI0ZhOBsjsAhDRrACJbAIQ0cjRyNhYCCwBEOwAmIgsABQWLBAYFlmsAFjYCMgsAErI7AEQ2CwASuwBSVhsAUlsAJiILAAUFiwQGBZZrABY7AEJmEgsAQlYGQjsAMlYGRQWCEbIyFZIyAgsAQmI0ZhOFktsDcssAAWICAgsAUmIC5HI0cjYSM8OC2wOCywABYgsAgjQiAgIEYjR7ABKyNhOC2wOSywABawAyWwAiVHI0cjYbAAVFguIDwjIRuwAiWwAiVHI0cjYSCwBSWwBCVHI0cjYbAGJbAFJUmwAiVhuQgACABjYyMgWGIbIVljuAQAYiCwAFBYsEBgWWawAWNgIy4jICA8ijgjIVktsDossAAWILAIQyAuRyNHI2EgYLAgYGawAmIgsABQWLBAYFlmsAFjIyAgPIo4LbA7LCMgLkawAiVGUlggPFkusSsBFCstsDwsIyAuRrACJUZQWCA8WS6xKwEUKy2wPSwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xKwEUKy2wPiywNSsjIC5GsAIlRlJYIDxZLrErARQrLbA/LLA2K4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrErARQrsARDLrArKy2wQCywABawBCWwBCYgLkcjRyNhsAlDKyMgPCAuIzixKwEUKy2wQSyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbErARQrLbBCLLA1Ky6xKwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKyAAEAKrEABUKzCgIBCCqxAAVCsw4AAQgqsQAGQroCwAABAAkqsQAHQroAQAABAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbMMAgEMKrgB/4WwBI2xAgBEAAA=") format("truetype");
}

/* line 16, app/assets/stylesheets/mb-styles/icons.scss */
[class^="mb-icon-"]:before, [class*=" mb-icon-"]:before, .rw-i:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 8px;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 47, app/assets/stylesheets/mb-styles/icons.scss */
.mb-icon-time:before, .rw-i-clock-o:before {
  content: '\41';
}

/* 'A' */
/* line 48, app/assets/stylesheets/mb-styles/icons.scss */
.mb-icon-add-user:before {
  content: '\42';
}

/* 'B' */
/* line 49, app/assets/stylesheets/mb-styles/icons.scss */
.mb-icon-add-event:before {
  content: '\e800';
}

/* '' */
/* line 50, app/assets/stylesheets/mb-styles/icons.scss */
.mb-icon-date:before, .rw-i-calendar:before {
  content: '\e801';
}

/* '' */
/* line 51, app/assets/stylesheets/mb-styles/icons.scss */
.mb-icon-add-description-3:before {
  content: '\e802';
}

/* '' */
/* line 52, app/assets/stylesheets/mb-styles/icons.scss */
.mb-icon-event:before {
  content: '\e807';
}

/* '' */
/* line 53, app/assets/stylesheets/mb-styles/icons.scss */
.mb-icon-engagement:before {
  content: '\e808';
}

/* '' */
/* line 54, app/assets/stylesheets/mb-styles/icons.scss */
.mb-icon-addons:before {
  content: '\e80b';
}

/* '' */
/* line 55, app/assets/stylesheets/mb-styles/icons.scss */
.mb-icon-tools:before {
  content: '\e80a';
}

/* '' */
/* line 56, app/assets/stylesheets/mb-styles/icons.scss */
.mb-icon-reporting:before {
  content: '\e809';
}

/* '' */
/* line 60, app/assets/stylesheets/mb-styles/icons.scss */
.mb-icon {
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  font-family: SFUIText-Light;
}

/* line 65, app/assets/stylesheets/mb-styles/icons.scss */
.mb-icon:hover, .mb-icon.active {
  background-color: #F1F1F1;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
}

/* line 90, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-black {
  color: #001941;
}

/* line 93, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-black-80 {
  color: #33415a;
}

/* line 96, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-black-70 {
  color: #4c5e7a;
}

/* line 99, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-black-50 {
  color: #7f8ca0;
}

/* line 102, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-black-30 {
  color: #b2bac6;
}

/* line 105, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-black-10 {
  color: #e5e8ec;
}

/* line 108, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-black-05 {
  color: #f2f3f5;
}

/* line 111, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-black-03 {
  color: #f8f9fa;
}

/* line 114, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-blue {
  color: #0f62dc;
}

/* line 117, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-blue-70 {
  color: #5791e6;
}

/* line 120, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-blue-50 {
  color: #87b0ed;
}

/* line 123, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-blue-30 {
  color: #b7cff4;
}

/* line 126, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-blue-10 {
  color: #e7effb;
}

/* line 129, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-link {
  color: #358eff;
}

/* line 132, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-link-70 {
  color: #71afff;
}

/* line 135, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-link-50 {
  color: #9ac6ff;
}

/* line 138, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-link-30 {
  color: #c2ddff;
}

/* line 141, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-link-10 {
  color: #eaf3ff;
}

/* line 144, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-pink {
  color: #f10088;
}

/* line 147, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-pink-70 {
  color: #f54cab;
}

/* line 150, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-pink-50 {
  color: #f87fc3;
}

/* line 153, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-pink-30 {
  color: #fab2db;
}

/* line 156, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-pink-10 {
  color: #fde5f3;
}

/* line 159, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-violet {
  color: #c717b2;
}

/* line 162, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-violet-70 {
  color: #d75cc9;
}

/* line 165, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-violet-50 {
  color: #e38bd8;
}

/* line 168, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-violet-30 {
  color: #f3cdee;
}

/* line 171, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-violet-10 {
  color: #fbeef9;
}

/* line 175, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-yellow {
  color: #ffdd14;
}

/* line 179, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-pink-10-bg {
  background-color: #fde5f3;
}

/* line 183, app/assets/stylesheets/mb-styles/colors.scss */
.cs-live-blue-alt-two {
  color: #1F29EC;
}

/* line 187, app/assets/stylesheets/mb-styles/colors.scss */
.cs-live-blue-alt-two-bg {
  background-color: #1F29EC;
}

/* line 191, app/assets/stylesheets/mb-styles/colors.scss */
.cs-live-blue-alt-three {
  color: #1F29EC;
}

/* line 195, app/assets/stylesheets/mb-styles/colors.scss */
.cs-live-blue-alt-three-bg {
  background-color: #1F29EC;
}

/* line 199, app/assets/stylesheets/mb-styles/colors.scss */
.cs-color-black-10-bg {
  background-color: #e5e8ec;
}

/* line 203, app/assets/stylesheets/mb-styles/colors.scss */
.bg-cs-color-black {
  background-color: #001941;
}

/* line 207, app/assets/stylesheets/mb-styles/colors.scss */
.cs-mustard {
  color: #F6A819;
}

/* line 211, app/assets/stylesheets/mb-styles/colors.scss */
.cs-mustard-bg {
  background-color: #F6A819;
}

/* line 215, app/assets/stylesheets/mb-styles/colors.scss */
.cs-live-blue {
  color: #444df2;
}

/* line 218, app/assets/stylesheets/mb-styles/colors.scss */
.cs-live-blue-bg {
  background-color: #444df2;
}

/* line 222, app/assets/stylesheets/mb-styles/colors.scss */
.cs-live-blue-alt {
  color: #302cf4;
}

/* line 226, app/assets/stylesheets/mb-styles/colors.scss */
.cs-warm-blue {
  color: #e1e3fd;
}

/* line 230, app/assets/stylesheets/mb-styles/colors.scss */
.mb-red-bg {
  background-color: #f10088;
}

/* line 233, app/assets/stylesheets/mb-styles/colors.scss */
.mb-gunmetal-blue {
  color: #4c5e7a;
}

/* line 237, app/assets/stylesheets/mb-styles/colors.scss */
.mb-secondary-red {
  color: #DF4C3A;
}

/* line 241, app/assets/stylesheets/mb-styles/colors.scss */
.mb-primary-green {
  color: #00CE50;
}

/* line 245, app/assets/stylesheets/mb-styles/colors.scss */
.mb-primary-gray {
  color: #859AA1;
}

/* line 249, app/assets/stylesheets/mb-styles/colors.scss */
.mb-dark-blue {
  color: #001941;
}

/* line 253, app/assets/stylesheets/mb-styles/colors.scss */
.mb-light-blue {
  color: #189cff;
}

/* line 257, app/assets/stylesheets/mb-styles/colors.scss */
.cs-light-gray-background {
  background-color: #f9fafb;
}

/* line 261, app/assets/stylesheets/mb-styles/colors.scss */
.background-white {
  background-color: #ffffff !important;
}

/* line 265, app/assets/stylesheets/mb-styles/colors.scss */
.cs-alternate-blue {
  color: #358eff;
}

/* line 269, app/assets/stylesheets/mb-styles/colors.scss */
.cs-alternate-blue-background {
  background-color: #358eff;
}

/* line 273, app/assets/stylesheets/mb-styles/colors.scss */
.cs-light-gray {
  color: #BFBFBF;
}

/* line 277, app/assets/stylesheets/mb-styles/colors.scss */
.cs-alternate-gray {
  color: #7f8ca0;
}

/* line 281, app/assets/stylesheets/mb-styles/colors.scss */
.cs-bg-alternate-gray {
  background-color: #7f8ca0;
}

/* line 285, app/assets/stylesheets/mb-styles/colors.scss */
.cs-bg-light-gray {
  background-color: #f2f3f5;
}

/* line 289, app/assets/stylesheets/mb-styles/colors.scss */
.cs-bg-very-light-gray {
  background-color: #f8f9fa;
}

/* line 293, app/assets/stylesheets/mb-styles/colors.scss */
.cs-bg-light-gray-alt-three {
  background-color: #f6f6fa;
}

/* line 297, app/assets/stylesheets/mb-styles/colors.scss */
.cs-light-gray-alt {
  color: #f2f3f5;
}

/* line 301, app/assets/stylesheets/mb-styles/colors.scss */
.cs-light-gray-alt-two {
  color: #b2bac6;
}

/* line 305, app/assets/stylesheets/mb-styles/colors.scss */
.cs-light-gray-alt-three {
  color: #f6f6fa;
}

/* line 309, app/assets/stylesheets/mb-styles/colors.scss */
.cs-primary-blue {
  color: #0f62dc;
}

/* line 313, app/assets/stylesheets/mb-styles/colors.scss */
.cs-bg-primary-blue {
  background-color: #0f62dc;
}

/* line 317, app/assets/stylesheets/mb-styles/colors.scss */
.cs-very-light-blue {
  color: #e5e8ec;
}

/* line 321, app/assets/stylesheets/mb-styles/colors.scss */
.cs-red-error {
  color: #fd6862;
}

/* line 325, app/assets/stylesheets/mb-styles/colors.scss */
.cs-red {
  color: #f63c4c;
}

/* line 329, app/assets/stylesheets/mb-styles/colors.scss */
.cs-orange {
  color: #fa7215;
}

/* line 333, app/assets/stylesheets/mb-styles/colors.scss */
.cs-orange-bg {
  background-color: #fa7215;
}

/* line 337, app/assets/stylesheets/mb-styles/colors.scss */
.cs-pink {
  color: #f10088;
}

/* line 341, app/assets/stylesheets/mb-styles/colors.scss */
.cs-alt-white {
  color: #CCD1D9;
}

/* line 345, app/assets/stylesheets/mb-styles/colors.scss */
.cs-bg-pink {
  background-color: #f10088;
}

/* line 349, app/assets/stylesheets/mb-styles/colors.scss */
.cs-violet {
  color: #c717b2;
}

/* line 353, app/assets/stylesheets/mb-styles/colors.scss */
.cs-bg-violet {
  background-color: #c717b2;
}

/* line 357, app/assets/stylesheets/mb-styles/colors.scss */
.cs-violet-alt {
  color: #c517b2;
}

/* line 361, app/assets/stylesheets/mb-styles/colors.scss */
.cs-bg-violet-alt {
  background-color: #c517b2;
}

/* line 365, app/assets/stylesheets/mb-styles/colors.scss */
.cs-light-pink-background {
  background-color: #ffe8f5 !important;
}

/* line 369, app/assets/stylesheets/mb-styles/colors.scss */
.cs-light-blue-background {
  background-color: #eaf3ff;
}

/* line 373, app/assets/stylesheets/mb-styles/colors.scss */
.cs-black {
  color: #000000;
}

/* line 377, app/assets/stylesheets/mb-styles/colors.scss */
.cs-white {
  color: #FFFFFF;
}

/* line 381, app/assets/stylesheets/mb-styles/colors.scss */
.cs-dark-gray-alt {
  color: #7f8ca0;
}

/* line 385, app/assets/stylesheets/mb-styles/colors.scss */
.cs-bg-transparent {
  background-color: transparent;
}

/* line 389, app/assets/stylesheets/mb-styles/colors.scss */
.cs-bg-dark-gray {
  background-color: #efefef;
}

/* line 393, app/assets/stylesheets/mb-styles/colors.scss */
.cs-very-light-blue-background {
  background-color: #f7f8f9 !important;
  background: #f7f8f9 !important;
}

/* line 398, app/assets/stylesheets/mb-styles/colors.scss */
.cs-lighter-gray-background {
  background-color: #f8f9fa;
}

/* line 402, app/assets/stylesheets/mb-styles/colors.scss */
.cs-purple-book {
  color: #856fd7;
}

/* line 406, app/assets/stylesheets/mb-styles/colors.scss */
.cs-gradient-blue {
  background-image: linear-gradient(48deg, #2177ed 4%, #424dd0);
}

/* line 410, app/assets/stylesheets/mb-styles/colors.scss */
.cs-light-purple-bg {
  background-color: #e8e9fd;
}

/* line 414, app/assets/stylesheets/mb-styles/colors.scss */
.cs-green {
  color: #39d6c2;
}

/* line 418, app/assets/stylesheets/mb-styles/colors.scss */
.cs-green-bg {
  background-color: #39d6c2;
}

/* line 422, app/assets/stylesheets/mb-styles/colors.scss */
.cs-turquoise {
  color: #38bcd7;
}

/* line 426, app/assets/stylesheets/mb-styles/colors.scss */
.cs-turquoise-bg {
  background-color: #38bcd7;
}

/* line 430, app/assets/stylesheets/mb-styles/colors.scss */
.cs-success-bg {
  background-color: #CFFFD8 !important;
}

@-webkit-keyframes rocking {
  0% {
    transform: none;
  }
  25% {
    transform: translate3d(-20%, 5%, 0) rotate3d(0, 0, 1, 0);
  }
  50% {
    transform: none;
  }
  75% {
    transform: translate3d(20%, 5%, 0) rotate3d(0, 0, 1, 0);
  }
  100% {
    transform: none;
  }
}

@keyframes rocking {
  0% {
    transform: none;
  }
  25% {
    transform: translate3d(-20%, 5%, 0) rotate3d(0, 0, 1, 0);
  }
  50% {
    transform: none;
  }
  75% {
    transform: translate3d(20%, 5%, 0) rotate3d(0, 0, 1, 0);
  }
  100% {
    transform: none;
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes shake {
  30% {
    transform: translate3d(-4px, 0, 0);
  }
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  30% {
    transform: translate3d(-4px, 0, 0);
  }
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes scaleUpDown {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

/* line 1, app/assets/stylesheets/mb-styles/buttons.scss */
a.mb-btn-regular {
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s ease;
  font-family: "acumin-pro",sans-serif;
  font-weight: 600;
}

/* line 11, app/assets/stylesheets/mb-styles/buttons.scss */
a.mb-btn-regular:hover, a.mb-btn-regular:active {
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-large {
  font-size: 17px;
  line-height: 20px;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s ease;
  font-family: "acumin-pro",sans-serif;
  font-weight: 600;
}

/* line 26, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-large:hover, .mb-btn-large:active {
  text-decoration: none;
}

/* line 31, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-underline {
  color: #393939;
  text-decoration: underline;
  font-weight: 600;
}

/* line 37, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-link {
  padding: 0;
  border: none;
  background: none;
  color: #001941;
  font-weight: 400;
}

/* line 45, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-link:hover {
  text-decoration: underline;
}

/* line 51, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-primary {
  background-color: #0F62DC;
  color: #FFF;
}

/* line 55, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-primary:hover {
  background-color: #0F62DC;
  box-shadow: 0px 0px 0px 2px #6CA7FD;
}

/* line 59, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-primary:active {
  transition: all 0.15s ease;
  background-color: #0C54BE;
  box-shadow: 0px 0px 0px 0px #6CA7FD;
}

/* line 68, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-outline {
  background-color: #FFF;
  color: #0F62DC;
  border: 1px solid #D5DFE3;
}

/* line 73, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-outline:hover {
  background-color: #FFF;
  color: #0F62DC;
  border: 1px solid #0F62DC;
  box-shadow: 0px 0px 0px 1px #0F62DC;
}

/* line 79, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-outline:active {
  transition: all 0.15s ease;
  border: 0px solid #D5DFE3;
  background-color: #EAF0F3;
  color: #0F62DC;
  box-shadow: 0px 0px 0px 0px transparent;
}

/* line 89, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-white {
  background: #FFFFFF;
  box-shadow: 0px 0px 0px 1px #859AA1;
  border: none;
  color: #0F62DC;
}

/* line 94, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-white:hover {
  box-shadow: 0px 0px 0px 2px #0F62DC;
}

/* line 97, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-white:active {
  background: #EEEEEE;
  box-shadow: 0px 0px 0px 0px #0F62DC;
}

/* line 102, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-green {
  background: #00CE50;
  box-shadow: 0px 0px 0px 1px #00CE50;
  border: none;
  color: #FFFFFF;
}

/* line 107, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-green:hover {
  background: #02BA4A;
  color: #FFFFFF;
  box-shadow: 0px 0px 0px 2px #00CE50;
}

/* line 112, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-green:active {
  color: #FFFFFF;
  box-shadow: 0px 0px 0px 0px transparent;
  border: 0px solid #D5DFE3;
}

/* line 119, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-red {
  background: #DF4C3A;
  border: 1px solid #DF4C3A;
  color: #FFFFFF;
}

/* line 123, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-red:hover {
  border: 1px solid #DF4C3A;
  box-shadow: 0px 0px 0px 2px #FFB4AB;
  background: #D54735;
}

/* line 128, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-red:active {
  background: #D54735;
  box-shadow: 0px 0px 0px 0px;
}

/* line 137, app/assets/stylesheets/mb-styles/buttons.scss */
.cl-btn-red {
  background: #FF5C44;
  color: #FFFFFF;
  border: transparent;
}

/* line 141, app/assets/stylesheets/mb-styles/buttons.scss */
.cl-btn-red:hover {
  background: #c74a37;
}

/* line 150, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-checkbox[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 160, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-checkbox[type="checkbox"] + span {
  display: block;
}

/* the basic, unchecked style */
/* line 165, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-checkbox[type="checkbox"] + span:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: -0.25em;
  border-radius: 2px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #C3D3D8;
  margin-right: 15px;
  transition: 0.25s ease all;
}

/* line 178, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-checkbox[type="checkbox"] + span:hover:before {
  box-shadow: 0 0 0 2px #0f62dc;
}

/* the checked style using the :checked pseudo class */
/* line 183, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-checkbox[type="checkbox"]:checked + span:before {
  background: #0f62dc;
  box-shadow: 0 0 0 1px #C3D3D8;
}

/* line 188, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-checkbox-plus[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 198, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-checkbox-plus[type="checkbox"] + span {
  display: block;
}

/* the basic, unchecked style */
/* line 203, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-checkbox-plus[type="checkbox"] + span:before {
  content: '\f055';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #0f62dc;
  font-size: 25px;
  transition: 0.25s ease all;
}

/* line 214, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-checkbox-plus[type="checkbox"]:checked + span:hover:before {
  content: '\f056';
  color: #7f8ca0;
}

/* line 219, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-checkbox-plus[type="checkbox"]:checked + span:before {
  content: '\f058';
  color: #00ce50;
}

/* line 226, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch {
  position: relative;
  width: 80px;
  margin-left: auto;
  margin-right: 0;
}

/* line 231, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch .mb-switch-checkbox {
  display: none;
}

/* line 234, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch .mb-switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 7px;
  margin-bottom: 0px;
}

/* line 239, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch .mb-switch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}

/* line 243, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch .mb-switch-inner:before, .mb-switch .mb-switch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 35px;
  padding: 0;
  line-height: 35px;
  font-size: 15px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

/* line 249, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch .mb-switch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #00ce50;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch .mb-switch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}

/* line 260, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch .mb-switch-switch {
  display: block;
  width: 22px;
  margin: 7.5px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  height: 22px;
  right: 38px;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

/* line 270, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch .mb-switch-checkbox:checked + .mb-switch-label .mb-switch-inner {
  margin-left: 0;
}

/* line 273, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch .mb-switch-checkbox:checked + .mb-switch-label .mb-switch-switch {
  right: 0px;
}

/* line 277, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.enable-disable {
  width: 125px;
}

/* line 279, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.enable-disable .mb-switch-inner:before {
  content: "ENABLED";
  padding-left: 7px;
  background-color: #00ce50;
  color: #FFFFFF;
}

/* line 285, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.enable-disable .mb-switch-inner:after {
  content: "DISABLED";
  padding-right: 7px;
  background-color: #e11414;
  color: #ffffff;
}

/* line 291, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.enable-disable .mb-switch-checkbox + .mb-switch-label .mb-switch-inner {
  margin-left: 0;
}

/* line 294, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.enable-disable .mb-switch-checkbox + .mb-switch-label .mb-switch-switch {
  right: 0px;
}

/* line 297, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.enable-disable .mb-switch-checkbox:checked + .mb-switch-label .mb-switch-inner {
  margin-left: -100%;
}

/* line 300, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.enable-disable .mb-switch-checkbox:checked + .mb-switch-label .mb-switch-switch {
  right: 85px;
}

/* line 304, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.enable-disable.flipped .mb-switch-checkbox + .mb-switch-label .mb-switch-inner {
  margin-left: -100%;
}

/* line 307, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.enable-disable.flipped .mb-switch-checkbox + .mb-switch-label .mb-switch-switch {
  right: 85px;
}

/* line 310, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.enable-disable.flipped .mb-switch-checkbox:checked + .mb-switch-label .mb-switch-inner {
  margin-left: 0;
}

/* line 313, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.enable-disable.flipped .mb-switch-checkbox:checked + .mb-switch-label .mb-switch-switch {
  right: 0px;
}

/* line 320, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.flipped .mb-switch-checkbox + .mb-switch-label .mb-switch-inner {
  margin-left: 0;
}

/* line 323, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.flipped .mb-switch-checkbox + .mb-switch-label .mb-switch-switch {
  right: 0px;
}

/* line 326, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.flipped .mb-switch-checkbox:checked + .mb-switch-label .mb-switch-inner {
  margin-left: -100%;
}

/* line 329, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.flipped .mb-switch-checkbox:checked + .mb-switch-label .mb-switch-switch {
  right: 38px;
}

/* line 335, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-switch.disabled .mb-switch-inner:after {
  background-color: #b7b7b7;
}

/* line 346, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-square-btn {
  padding: 4px 7px;
}

/* line 348, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-square-btn.mr-left {
  margin-left: 10px;
}

/* line 351, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-square-btn.gray-border {
  border: solid 1px #e5e5e5;
}

/* line 359, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-default-btn, .cs-live-blue-btn, .cs-btn-new-gray, .cs-btn-purp-blue, .cs-btn-white-blue-no-hover, .cs-btn-purp-blue-no-hover, .cs-gray-alt-three-btn, .cs-turquoise-gradient-btn, .cs-new-blue-gradient-btn, .cs-blue-gradient-btn, .cs-violet-gradient-btn, .cs-green-gradient-btn, .cs-decline-all-btn, .cs-confirm-all-btn, .cs-gray-link-btn, .cs-red-link-btn, .cs-btn-link-dark, .cs-blue-outline-long-btn, .cs-pink-btn, a.cs-pink-btn, .cs-red-btn, a.cs-red-btn, .cs-btn-gray-dark, .cs-btn-very-light-blue, .cs-btn-gray-three, .cs-btn-gray-new, .cs-btn-gray, .cs-btn-white-plain, .cs-btn-gray-outline, .cs-orange-btn, a.cs-orange-btn, .cs-green-btn, a.cs-green-btn, .cs-blue-outline-btn, a.cs-blue-outline-btn, .cs-white-btn, a.cs-white-btn, .cs-light-blue-btn, .cs-blue-btn-imp, a.cs-blue-btn-imp, .cs-regular-blue-btn, a.cs-regular-blue-btn, .cs-new-blue-btn, .cs-order-btn, a.cs-new-blue-btn, a.cs-order-btn, .cs-blue-btn, a.cs-blue-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  outline: 0 !important;
  text-decoration: none !important;
  cursor: pointer;
}

/* line 367, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-default-btn.inline-block, .inline-block.cs-live-blue-btn, .inline-block.cs-btn-new-gray, .inline-block.cs-btn-purp-blue, .inline-block.cs-btn-white-blue-no-hover, .inline-block.cs-btn-purp-blue-no-hover, .inline-block.cs-gray-alt-three-btn, .inline-block.cs-turquoise-gradient-btn, .inline-block.cs-new-blue-gradient-btn, .inline-block.cs-blue-gradient-btn, .inline-block.cs-violet-gradient-btn, .inline-block.cs-green-gradient-btn, .inline-block.cs-decline-all-btn, .inline-block.cs-confirm-all-btn, .inline-block.cs-gray-link-btn, .inline-block.cs-red-link-btn, .inline-block.cs-btn-link-dark, .inline-block.cs-blue-outline-long-btn, .inline-block.cs-pink-btn, .inline-block.cs-red-btn, .inline-block.cs-btn-gray-dark, .inline-block.cs-btn-very-light-blue, .inline-block.cs-btn-gray-three, .inline-block.cs-btn-gray-new, .inline-block.cs-btn-gray, .inline-block.cs-btn-white-plain, .inline-block.cs-btn-gray-outline, .inline-block.cs-orange-btn, .inline-block.cs-green-btn, .inline-block.cs-blue-outline-btn, .inline-block.cs-white-btn, .inline-block.cs-light-blue-btn, .inline-block.cs-blue-btn-imp, .inline-block.cs-regular-blue-btn, .inline-block.cs-new-blue-btn, .inline-block.cs-order-btn, .inline-block.cs-blue-btn {
  display: inline-block;
}

/* line 372, app/assets/stylesheets/mb-styles/buttons.scss */
.inline-block {
  display: inline-block;
}

/* line 376, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-blue-btn, a.cs-blue-btn {
  background-color: #358eff;
  color: #ffffff;
}

/* line 381, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-blue-btn:hover, .cs-blue-btn:focus, a.cs-blue-btn:hover, a.cs-blue-btn:focus {
  background-color: #0271ff !important;
  color: #FFFFFF !important;
}

/* line 385, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-blue-btn.disabled, a.cs-blue-btn.disabled {
  background-color: #f7f9fa !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: not-allowed;
  font-weight: 600;
  line-height: 1.47;
  color: #495c78 !important;
}

/* line 396, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-new-blue-btn, .cs-order-btn, a.cs-new-blue-btn, a.cs-order-btn {
  background-color: #302cf4;
  color: #ffffff !important;
}

/* line 402, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-new-blue-btn:hover, .cs-order-btn:hover, .cs-new-blue-btn:focus, .cs-order-btn:focus, a.cs-new-blue-btn:hover, a.cs-new-blue-btn:focus {
  background-color: #100ce1 !important;
  color: #FFFFFF !important;
}

/* line 408, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-regular-blue-btn, a.cs-regular-blue-btn {
  background-color: #0f62dc;
  color: #ffffff;
}

/* line 414, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-regular-blue-btn:hover, .cs-regular-blue-btn:focus, a.cs-regular-blue-btn:hover, a.cs-regular-blue-btn:focus {
  background-color: #0c4dac !important;
  color: #FFFFFF !important;
}

/* line 420, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-blue-btn-imp, a.cs-blue-btn-imp {
  background-color: #358eff !important;
  color: #FFFFFF;
}

/* line 425, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-blue-btn-imp:hover, a.cs-blue-btn-imp:hover {
  background-color: #0271ff !important;
  color: #FFFFFF !important;
}

/* line 431, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-light-blue-btn {
  background-color: #e7effb;
  color: #0f62dc;
}

/* line 437, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-light-blue-btn:hover, .cs-light-blue-btn:focus {
  background-color: #cfe0f8 !important;
  color: #0f62dc !important;
}

/* line 441, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-light-blue-btn:active {
  background-color: #b7cff4 !important;
  color: #0f62dc !important;
}

/* line 447, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-white-btn, a.cs-white-btn {
  background-color: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #d5dfe3;
  color: #0f62dc;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}

/* line 457, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-white-btn:hover, a.cs-white-btn:hover {
  background-color: #e6e6e6;
  color: #0f62dc;
}

/* line 463, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-blue-outline-btn, a.cs-blue-outline-btn {
  background-color: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #0f62dc !important;
  color: #0f62dc;
  font-weight: 600;
}

/* line 471, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-blue-outline-btn:hover, a.cs-blue-outline-btn:hover {
  background-color: #e6e6e6;
  color: #0f62dc;
}

/* line 478, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-green-btn, a.cs-green-btn {
  background-color: #0dca6d;
  color: #FFFFFF;
}

/* line 484, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-green-btn:hover, a.cs-green-btn:hover {
  background-color: #0a9a53;
  color: #FFFFFF;
}

/* line 491, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-orange-btn, a.cs-orange-btn {
  background-color: #ed832d;
  color: #FFFFFF;
}

/* line 497, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-orange-btn:hover, a.cs-orange-btn:hover {
  background-color: #d56912;
  color: #FFFFFF;
}

/* line 503, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray-outline {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ccd1d9;
  font-weight: 600;
  color: #001941;
}

/* line 509, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray-outline i {
  color: #001941;
}

/* line 512, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray-outline.active, .cs-btn-gray-outline:hover {
  cursor: pointer;
  color: #001941;
  background-color: #e6e6e6;
}

/* line 518, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-white-plain {
  background-color: #ffffff;
  font-weight: 600;
  color: #001941;
}

/* line 523, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-white-plain i {
  color: #001941;
}

/* line 526, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-white-plain.active, .cs-btn-white-plain:hover {
  cursor: pointer;
  color: #001941;
  background-color: #e6e6e6;
}

/* line 533, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray-toggle-button {
  border: none;
  font-size: 15px;
  outline: 0 !important;
  text-decoration: none !important;
  cursor: pointer;
  background-color: #f2f3f5;
  font-weight: 600;
  color: #001941;
}

/* line 542, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray-toggle-button span.text {
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 550, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray-toggle-button i {
  color: #001941;
}

/* line 553, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray-toggle-button.active, .cs-btn-gray-toggle-button:hover {
  cursor: pointer;
  color: #001941;
  background-color: #e6e6e6;
}

/* line 558, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray-toggle-button.inline-block {
  display: inline-block;
}

/* line 563, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray {
  font-weight: 600;
  background-color: #F2F3F5;
  color: #001941;
  transition: all 0.08s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

/* line 571, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray:hover {
  background-color: #E5E8EC;
  box-shadow: 0px 0px 0px 0px #6CA7FD;
}

/* line 575, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray:active {
  background-color: #E5E8EC;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* line 582, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray-new {
  font-weight: 600;
  background-color: #F2F3F5;
  color: #001941;
  transition: all 0.08s ease;
}

/* line 589, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray-new:hover {
  background-color: #E5E8EC;
  color: #001941;
}

/* line 593, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray-new:active {
  background-color: #E5E8EC;
  color: #001941;
}

/* line 599, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-very-light-blue, .cs-btn-gray-three {
  font-weight: 600;
  background-color: #e5e8ec;
  color: #001941;
}

/* line 604, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-very-light-blue:hover, .cs-btn-gray-three:hover {
  background-color: #c8ced6;
  color: #001941;
}

/* line 608, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-very-light-blue:active, .cs-btn-gray-three:active {
  background-color: #c8ced6;
  color: #001941;
}

/* line 614, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray-dark {
  border-radius: 20px;
  font-weight: bold;
  background-color: #4f5763;
  color: #FFFFFF;
}

/* line 620, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray-dark:hover {
  background-color: #383e47;
  color: #FFFFFF;
}

/* line 624, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-gray-dark:active {
  background-color: #383e47;
  color: #FFFFFF;
}

/* line 631, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-filter-white {
  color: rgba(0, 25, 65, 0.5);
  font-size: 17px;
  border-radius: 2px;
  box-shadow: none !important;
  border: solid 1px rgba(0, 25, 65, 0.2);
  font-weight: 600;
}

/* line 638, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-filter-white.active, .cs-btn-filter-white:hover {
  background-color: #f2f3f5 !important;
  color: #001941;
}

/* line 644, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-blue {
  color: #0f62dc;
}

/* line 646, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-blue:link, .cs-btn-link-blue:visited {
  color: #0f62dc;
  text-decoration: none;
}

/* line 650, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-blue:hover {
  text-decoration: none;
  opacity: 0.5;
  cursor: pointer;
}

/* line 655, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-blue.underline {
  text-decoration: underline !important;
}

/* line 660, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-dark-blue {
  color: #0F62DC;
}

/* line 662, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-dark-blue:link, .cs-btn-link-dark-blue:visited {
  color: #0F62DC;
  text-decoration: none;
}

/* line 666, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-dark-blue:hover {
  text-decoration: none;
  opacity: 0.5;
  cursor: pointer;
}

/* line 673, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-light-blue {
  color: #358eff;
}

/* line 675, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-light-blue:link, .cs-btn-link-light-blue:visited {
  color: #358eff;
  text-decoration: none;
}

/* line 679, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-light-blue:hover {
  text-decoration: none;
  opacity: 0.5;
  cursor: pointer;
}

/* line 686, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-live-blue-alt-two {
  color: #1F29EC;
}

/* line 688, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-live-blue-alt-two:link, .cs-btn-link-live-blue-alt-two:visited {
  color: #1F29EC;
  text-decoration: none;
}

/* line 692, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-live-blue-alt-two:hover {
  text-decoration: none;
  opacity: 0.5;
  cursor: pointer;
}

/* line 699, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-large-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  outline: 0 !important;
  text-decoration: none !important;
}

/* line 707, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-large-btn:hover {
  text-decoration: none;
}

/* line 712, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-new-large-btn {
  padding: 11px 29px;
  font-size: 17px;
}

/* line 718, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-red-btn, a.cs-red-btn {
  background-color: #ff516d;
  color: #FFFFFF;
}

/* line 724, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-red-btn:hover, a.cs-red-btn:hover {
  background-color: #ff1e42;
  color: #FFFFFF;
}

/* line 731, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-pink-btn, a.cs-pink-btn {
  background-color: #f10088;
  color: #FFFFFF;
}

/* line 737, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-pink-btn:hover, a.cs-pink-btn:hover {
  background-color: #be006b;
  color: #FFFFFF;
}

/* line 743, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-blue-outline-long-btn {
  border-radius: 22px;
  background-color: #ffffff;
  color: #0F62DC;
  border: solid 1px #0F62DC;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.53;
}

/* line 753, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-blue-outline-long-btn:hover, .cs-blue-outline-long-btn:active, .cs-blue-outline-long-btn:focus {
  background-color: #e6e6e6;
  color: #0f62dc;
}

/* line 760, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-filter-white {
  color: rgba(0, 25, 65, 0.5);
  font-size: 17px;
  border-radius: 2px;
  box-shadow: none !important;
  border: solid 1px rgba(0, 25, 65, 0.2);
  font-weight: 600;
}

/* line 767, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-filter-white.active, .cs-btn-filter-white:hover {
  background-color: #f2f3f5 !important;
  color: #001941;
}

/* line 773, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-blue {
  color: #0f62dc;
}

/* line 775, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-blue:link, .cs-btn-link-blue:visited {
  color: #0f62dc;
  text-decoration: none;
}

/* line 779, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-blue:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* line 785, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-dark {
  color: rgba(0, 25, 65, 0.7);
}

/* line 788, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-dark:link, .cs-btn-link-dark:visited {
  color: rgba(0, 25, 65, 0.7);
  text-decoration: none;
  outline: 0 !important;
  border: 0px;
}

/* line 794, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-link-dark:hover {
  text-decoration: none;
  opacity: 0.5;
  outline: 0 !important;
  border: 0px;
}

/* line 803, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-full {
  width: 100%;
  display: block;
  text-align: center;
}

/* line 809, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-full-no-block {
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 814, app/assets/stylesheets/mb-styles/buttons.scss */
  .cs-btn-full-no-width-mobile {
    display: block;
    text-align: center;
  }
}

/* line 821, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-red-link-btn {
  color: #df4c3a;
}

/* line 824, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-red-link-btn:link, .cs-red-link-btn:visited {
  color: #df4c3a;
  text-decoration: none;
  outline: 0 !important;
  border: 0px;
}

/* line 830, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-red-link-btn:hover {
  text-decoration: none;
  opacity: 0.5;
  outline: 0 !important;
  border: 0px;
}

/* line 838, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-gray-link-btn {
  color: #717171;
}

/* line 841, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-gray-link-btn:link, .cs-gray-link-btn:visited {
  color: #717171;
  text-decoration: none;
  outline: 0 !important;
  border: 0px;
}

/* line 847, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-gray-link-btn:hover {
  text-decoration: none;
  opacity: 0.5;
  outline: 0 !important;
  border: 0px;
}

/* line 856, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-confirm-all-btn {
  background-color: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #d5dfe3;
  font-weight: 600;
}

/* line 861, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-confirm-all-btn i {
  color: #0f62dc;
}

/* line 864, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-confirm-all-btn:hover, .cs-confirm-all-btn.active {
  background-color: #0f62dc;
  color: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #0f62dc;
}

/* line 868, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-confirm-all-btn:hover i, .cs-confirm-all-btn.active i {
  color: #FFFFFF;
}

/* line 874, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-decline-all-btn {
  background-color: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #d5dfe3;
  font-weight: 600;
}

/* line 879, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-decline-all-btn i {
  color: #f10088;
}

/* line 882, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-decline-all-btn:hover, .cs-decline-all-btn.active {
  background-color: #f10088;
  color: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #f10088;
}

/* line 886, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-decline-all-btn:hover i, .cs-decline-all-btn.active i {
  color: #FFFFFF;
}

/* line 893, app/assets/stylesheets/mb-styles/buttons.scss */
.accept-button:hover, .accept-button.active {
  background-color: #0f62dc;
  color: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #0f62dc;
}

/* line 901, app/assets/stylesheets/mb-styles/buttons.scss */
.decline-button:hover, .decline-button.active {
  background-color: #f10088;
  color: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #f10088;
}

/* line 908, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-violet-gradient-btn, .cs-green-gradient-btn {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(258deg, #3029f4, #5b27eb 5%, #7425e3 12%, #8523db 20%, #9321d5 28%, #9f1fcf 37%, #a91ec9 47%, #b21cc3 56%, #bb1abc 66%, #c418b5 75%, #ce16ad 83%, #d912a3 90%, #e40d97 96%, #f10088);
  background-position: center center;
  color: #FFFFFF;
  border-radius: 5px;
  transition: 0.5s;
}

/* line 916, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-violet-gradient-btn i, .cs-green-gradient-btn i {
  color: #FFFFFF;
}

/* line 919, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-violet-gradient-btn:link, .cs-green-gradient-btn:link, .cs-violet-gradient-btn:visited, .cs-green-gradient-btn:visited {
  text-decoration: none;
  outline: 0 !important;
  color: #FFFFFF;
}

/* line 924, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-violet-gradient-btn:hover, .cs-green-gradient-btn:hover {
  text-decoration: none;
  outline: 0 !important;
  opacity: 0.7;
  color: #FFFFFF;
}

/* line 930, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-violet-gradient-btn.alternate, .alternate.cs-green-gradient-btn {
  padding: 12px 16px;
  border-radius: 20px;
}

/* line 936, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-blue-gradient-btn {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(71deg, #2177ed 1%, #424dd0);
  background-position: center center;
  color: #FFFFFF;
  border-radius: 5px;
  transition: 0.5s;
}

/* line 944, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-blue-gradient-btn:link, .cs-blue-gradient-btn:visited {
  text-decoration: none;
  outline: 0 !important;
  color: #FFFFFF;
}

/* line 949, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-blue-gradient-btn:hover {
  text-decoration: none;
  outline: 0 !important;
  opacity: 0.7;
  color: #FFFFFF;
}

/* line 957, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-new-blue-gradient-btn {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(252deg, #6269f1 106%, #1f29ec 49%);
  background-position: center center;
  color: #FFFFFF;
  border-radius: 8px;
}

/* line 964, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-new-blue-gradient-btn:link, .cs-new-blue-gradient-btn:visited {
  text-decoration: none;
  outline: 0 !important;
  color: #FFFFFF;
}

/* line 969, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-new-blue-gradient-btn:hover {
  text-decoration: none;
  outline: 0 !important;
  opacity: 0.7;
  color: #FFFFFF;
}

/* line 977, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-turquoise-gradient-btn {
  border-radius: 20px;
  box-shadow: 0 2px 12px 0 rgba(31, 41, 236, 0.27);
  background-image: linear-gradient(123deg, #21c1fe 11%, #04dbb7 95%);
  background-position: center center;
  color: #070b11;
  transition: 0.5s;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 16px;
}

/* line 988, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-turquoise-gradient-btn:link, .cs-turquoise-gradient-btn:visited {
  text-decoration: none;
  outline: 0 !important;
  color: #070b11;
}

/* line 993, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-turquoise-gradient-btn:hover {
  text-decoration: none;
  outline: 0 !important;
  opacity: 0.7;
  color: #070b11;
}

/* line 999, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-turquoise-gradient-btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 1005, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-new-blue-btn, .cs-order-btn {
  background-color: #1f29ec;
  font-weight: 500;
  color: #FFFFFF;
}

/* line 1010, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-new-blue-btn i, .cs-order-btn i {
  color: #FFFFFF;
}

/* line 1013, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-new-blue-btn.active, .active.cs-order-btn, .cs-new-blue-btn:hover, .cs-order-btn:hover {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #111ac7;
}

/* line 1020, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-order-btn {
  min-width: 100%;
}

/* line 1025, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-order-btn:hover {
  filter: contrast(115%);
}

/* line 1029, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-order-btn:disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 1034, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-gray-alt-three-btn {
  background-color: #f6f6fa;
  font-weight: 600;
  color: #001941;
}

/* line 1039, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-gray-alt-three-btn i {
  color: #001941;
}

/* line 1042, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-gray-alt-three-btn.active, .cs-gray-alt-three-btn:hover {
  cursor: pointer;
  color: #001941;
  background-color: #d5d5e8;
}

/* line 1048, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-gray-alt-three-btn.alt-blue-icon i {
  color: #302cf4;
}

/* line 1055, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-purp-blue-no-hover {
  background-color: #e8e9fd;
  font-weight: 600;
  color: #302cf4;
}

/* line 1060, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-purp-blue-no-hover i {
  color: #302cf4;
}

/* line 1065, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-white-blue-no-hover {
  background-color: #e8e9fd;
  font-weight: 600;
  color: #302cf4;
}

/* line 1070, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-white-blue-no-hover i {
  color: #ffffff;
}

/* line 1075, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-purp-blue {
  background-color: #e8e9fd;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  font-weight: 600;
  color: #302cf4;
}

/* line 1081, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-purp-blue i {
  color: #302cf4;
}

/* line 1084, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-purp-blue.active, .cs-btn-purp-blue:hover {
  cursor: pointer;
  color: #302cf4;
  background-color: #b9bcf9;
}

/* line 1089, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-purp-blue:focus {
  color: #1f29ec;
}

/* line 1094, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-new-gray {
  background-color: #40475a;
  font-weight: 600;
  color: #FFFFFF;
}

/* line 1099, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-new-gray i {
  color: #FFFFFF;
}

/* line 1102, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-new-gray.active, .cs-btn-new-gray:hover {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #2b2f3c;
}

/* line 1109, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-green-gradient-btn {
  background-image: linear-gradient(135deg, #21C1FE 0%, #04DBB7 100%);
}

/* line 1114, app/assets/stylesheets/mb-styles/buttons.scss */
.options-btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  box-shadow: inset 0px 0px 0px 1px #d2d7dd;
  transition: all 0.2s;
}

/* line 1120, app/assets/stylesheets/mb-styles/buttons.scss */
.options-btn .fa-info {
  color: #001941;
}

/* line 1123, app/assets/stylesheets/mb-styles/buttons.scss */
.options-btn:hover {
  box-shadow: inset 0px 0px 0px 2px #0f62dc;
}

/* line 1125, app/assets/stylesheets/mb-styles/buttons.scss */
.options-btn:hover i {
  color: #0f62dc;
}

/* line 1129, app/assets/stylesheets/mb-styles/buttons.scss */
.options-btn i {
  cursor: pointer;
  padding: 8px 14px;
  font-size: 19px;
  text-align: center;
}

/* line 1137, app/assets/stylesheets/mb-styles/buttons.scss */
.new-options-btn {
  height: 44px;
  width: 44px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 0px 1px #d2d7dd;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 1144, app/assets/stylesheets/mb-styles/buttons.scss */
.new-options-btn .fa-info {
  color: #001941;
}

/* line 1147, app/assets/stylesheets/mb-styles/buttons.scss */
.new-options-btn:hover {
  box-shadow: inset 0px 0px 0px 2px #0f62dc;
}

/* line 1149, app/assets/stylesheets/mb-styles/buttons.scss */
.new-options-btn:hover i {
  color: #0f62dc;
}

/* line 1154, app/assets/stylesheets/mb-styles/buttons.scss */
.new-options-btn.fa-times-wrapper i {
  color: #f10088;
}

/* line 1157, app/assets/stylesheets/mb-styles/buttons.scss */
.new-options-btn.fa-times-wrapper:hover, .new-options-btn.fa-times-wrapper.active {
  box-shadow: inset 0px 0px 0px 2px #f10088;
  background-color: #f10088;
}

/* line 1160, app/assets/stylesheets/mb-styles/buttons.scss */
.new-options-btn.fa-times-wrapper:hover i, .new-options-btn.fa-times-wrapper.active i {
  color: #fff;
}

/* line 1166, app/assets/stylesheets/mb-styles/buttons.scss */
.new-options-btn.fa-check-wrapper i {
  color: #0f62dc;
}

/* line 1169, app/assets/stylesheets/mb-styles/buttons.scss */
.new-options-btn.fa-check-wrapper:hover, .new-options-btn.fa-check-wrapper.active {
  box-shadow: inset 0px 0px 0px 2px #0f62dc;
  background-color: #0f62dc;
}

/* line 1172, app/assets/stylesheets/mb-styles/buttons.scss */
.new-options-btn.fa-check-wrapper:hover i, .new-options-btn.fa-check-wrapper.active i {
  color: #fff;
}

/* line 1177, app/assets/stylesheets/mb-styles/buttons.scss */
.new-options-btn i {
  vertical-align: middle;
  font-size: 19px;
}

/* line 1183, app/assets/stylesheets/mb-styles/buttons.scss */
.new-options-btn-wrapper {
  display: flex;
}

/* line 1185, app/assets/stylesheets/mb-styles/buttons.scss */
.new-options-btn-wrapper .new-options-btn {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* line 1194, app/assets/stylesheets/mb-styles/buttons.scss */
.pagination-button {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  box-sizing: border-box;
}

/* line 1201, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-jumbo-button {
  padding-left: 46px;
  padding-right: 46px;
  min-height: 40px;
}

/* line 1208, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-stretch-format {
  display: inline-block;
  text-align: center;
}

/* line 1214, app/assets/stylesheets/mb-styles/buttons.scss */
.large-bottom-list-button {
  display: block;
}

/* line 1216, app/assets/stylesheets/mb-styles/buttons.scss */
.large-bottom-list-button:hover, .large-bottom-list-button:focus {
  color: #0f62dc;
}

/* line 1219, app/assets/stylesheets/mb-styles/buttons.scss */
.large-bottom-list-button:hover {
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 1225, app/assets/stylesheets/mb-styles/buttons.scss */
.very-large-button {
  padding: 16px 40px !important;
  font-size: 17px !important;
}

/* line 1231, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-disabled, .cs-btn-disabled {
  background: #EAEEF0 !important;
  background-color: #EAEEF0 !important;
  border: 1px solid #D5DFE3 !important;
  border-radius: 5px !important;
  color: #ABBBC2 !important;
  cursor: not-allowed !important;
}

/* line 1238, app/assets/stylesheets/mb-styles/buttons.scss */
.mb-btn-disabled:hover, .mb-btn-disabled:selected, .cs-btn-disabled:hover, .cs-btn-disabled:selected {
  background: #EAEEF0 !important;
  background-color: #EAEEF0 !important;
  border: 1px solid #D5DFE3 !important;
  color: #ABBBC2 !important;
  cursor: not-allowed !important;
}

/* line 1247, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-fake-radio-button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 2px #e5e8ec;
  background-color: #ffffff;
}

/* line 1253, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-fake-radio-button.active {
  border: solid 2px #0f62dc;
}

/* line 1255, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-fake-radio-button.active:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #0f62dc;
}

/* line 1269, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-modal-btn {
  font-size: 17px;
  font-weight: 600;
  height: 48px;
  width: 100%;
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

/* line 1277, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-modal-btn.cs-modal-cancel-btn {
  background-color: white;
  color: #4c5e7a;
}

/* line 1280, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-modal-btn.cs-modal-cancel-btn:hover, .cs-modal-btn.cs-modal-cancel-btn:focus {
  border: solid 2px #e5e8ec;
  box-shadow: none;
}

/* line 1285, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-modal-btn.cs-modal-save-btn {
  background-color: #302cf4;
  color: white;
}

/* line 1288, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-modal-btn.cs-modal-save-btn:hover, .cs-modal-btn.cs-modal-save-btn:focus {
  opacity: 0.5;
}

/* line 1294, app/assets/stylesheets/mb-styles/buttons.scss */
.new-cs-modal-btn {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.53;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
  color: #001941;
  border: none;
  height: 46px;
}

/* line 1305, app/assets/stylesheets/mb-styles/buttons.scss */
.new-cs-modal-btn span {
  margin-top: 6px;
}

/* line 1308, app/assets/stylesheets/mb-styles/buttons.scss */
.new-cs-modal-btn.primary-button {
  background-color: #1f29ec;
  color: #FFFFFF;
}

/* line 1311, app/assets/stylesheets/mb-styles/buttons.scss */
.new-cs-modal-btn.primary-button:hover, .new-cs-modal-btn.primary-button:focus {
  background-color: #111ac7;
}

/* line 1315, app/assets/stylesheets/mb-styles/buttons.scss */
.new-cs-modal-btn.secondary-button {
  background-color: #f8f9fa;
  color: #001941;
}

/* line 1318, app/assets/stylesheets/mb-styles/buttons.scss */
.new-cs-modal-btn.secondary-button:hover, .new-cs-modal-btn.secondary-button:focus {
  background-color: #dae0e5;
}

/* line 1324, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-btn-br4 {
  border-radius: 4px;
}

/* line 1328, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-live-blue-btn {
  background-color: #444df2 !important;
  color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

/* line 1333, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-live-blue-btn:hover, .cs-live-blue-btn:focus {
  color: white;
  opacity: 0.5;
}

/* line 1339, app/assets/stylesheets/mb-styles/buttons.scss */
.custom-menu-button {
  width: 101px;
  height: 40px;
  border-radius: 20px;
  background-color: #f2f3f5;
  font-size: 15px;
  font-weight: bold;
  color: #001941 !important;
  text-decoration: none !important;
}

/* line 1348, app/assets/stylesheets/mb-styles/buttons.scss */
.custom-menu-button img {
  margin-top: 2px;
}

/* line 1351, app/assets/stylesheets/mb-styles/buttons.scss */
.custom-menu-button i {
  color: #001941 !important;
}

@media (max-width: 991px) {
  /* line 1339, app/assets/stylesheets/mb-styles/buttons.scss */
  .custom-menu-button {
    width: 40px;
    border-radius: 50%;
  }
  /* line 1357, app/assets/stylesheets/mb-styles/buttons.scss */
  .custom-menu-button img {
    margin-top: 0px;
  }
}

/* line 1363, app/assets/stylesheets/mb-styles/buttons.scss */
.purple-circle-small-btn {
  background-color: #e8e9fd;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: #302cf4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
}

/* line 1374, app/assets/stylesheets/mb-styles/buttons.scss */
.purple-circle-small-btn i {
  margin-top: 2px;
  margin-left: 2px;
  color: #302cf4;
}

/* line 1381, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-small-circle {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

/* line 1386, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-small-circle.hover-style:hover {
  opacity: 0.5;
}

/* line 1392, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-button-fat-alt {
  padding: 10px 8px 12px;
}

/* line 1394, app/assets/stylesheets/mb-styles/buttons.scss */
.cs-button-fat-alt i {
  font-size: 19px;
}

/* line 1399, app/assets/stylesheets/mb-styles/buttons.scss */
.payment-button-basic {
  width: 140px;
  height: 54px;
  border-radius: 8px;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16);
}

/* line 1406, app/assets/stylesheets/mb-styles/buttons.scss */
.payment-stripe-button {
  background-color: #655afd;
}

/* line 1409, app/assets/stylesheets/mb-styles/buttons.scss */
.payment-authorize-net-button {
  background-color: #2a2a6d;
}

/* line 2, app/assets/stylesheets/mb-styles/inputs.scss */
input[class*="mb-input"], textarea[class*="mb-input"] {
  color: #393939 !important;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

/* line 7, app/assets/stylesheets/mb-styles/inputs.scss */
input.radius-top[class*="mb-input"], textarea.radius-top[class*="mb-input"] {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 11, app/assets/stylesheets/mb-styles/inputs.scss */
input.radius-bottom[class*="mb-input"], textarea.radius-bottom[class*="mb-input"] {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 15, app/assets/stylesheets/mb-styles/inputs.scss */
input.radius-left[class*="mb-input"], textarea.radius-left[class*="mb-input"] {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 19, app/assets/stylesheets/mb-styles/inputs.scss */
input.radius-right[class*="mb-input"], textarea.radius-right[class*="mb-input"] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 23, app/assets/stylesheets/mb-styles/inputs.scss */
input.radius-all[class*="mb-input"], textarea.radius-all[class*="mb-input"] {
  border-radius: 3px;
}

/* line 27, app/assets/stylesheets/mb-styles/inputs.scss */
input[class*="mb-input"] {
  height: inherit !important;
}

/* line 30, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-thin {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #D5DFE3;
  font-size: 16px;
  font-family: SFUIText-Light;
  outline: 0;
}

/* line 38, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-thin.error {
  border-color: #DF4C3A;
}

/* line 42, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-gray, input.mb-input-gray {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border: solid 1px #e5e5e5;
  font-size: 15px;
  outline: 0;
  color: #393939 !important;
}

/* line 50, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-gray.error, input.mb-input-gray.error {
  border-color: #DF4C3A;
}

/* line 53, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-gray:disabled, input.mb-input-gray:disabled {
  cursor: not-allowed;
}

/* line 57, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-gray.blue-hover:focus, input.mb-input-gray.blue-hover:focus {
  border: 1px solid #0F62DC;
  outline: 0;
}

/* line 62, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-gray.mb-input-dark-gray, input.mb-input-gray.mb-input-dark-gray {
  background-color: #4f5763;
  color: #FFFFFF !important;
  height: 42px !important;
  border: solid 2px transparent;
  padding: 6px 10px;
}

/* line 68, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-gray.mb-input-dark-gray::-moz-placeholder, input.mb-input-gray.mb-input-dark-gray::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}
.mb-input-gray.mb-input-dark-gray:-ms-input-placeholder, input.mb-input-gray.mb-input-dark-gray:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}
.mb-input-gray.mb-input-dark-gray::placeholder, input.mb-input-gray.mb-input-dark-gray::placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

/* line 72, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-gray.mb-input-dark-gray:focus, input.mb-input-gray.mb-input-dark-gray:focus {
  border: 2px solid #a2aec0;
  outline: 0;
}

/* line 75, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-gray.mb-input-dark-gray:focus .light-input-search-icon, input.mb-input-gray.mb-input-dark-gray:focus .light-input-search-icon {
  background-image: none;
}

/* line 81, app/assets/stylesheets/mb-styles/inputs.scss */
.light-input-search-icon {
  background-image: url(/assets/icons/search-solid-0f84aacad36d3c4913ba921c46cc6bef3c45241c8a0f8ea77a95db19a2efb6cd.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  transition: all 0.3s ease;
}

/* line 88, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-gray-regular, input.mb-input-gray-regular {
  display: block;
  padding: 6px 12px;
  border: solid 1px #e5e5e5;
  font-size: 15px;
  outline: 0;
  color: #393939 !important;
}

/* line 95, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-gray-regular.error, input.mb-input-gray-regular.error {
  border-color: #DF4C3A;
}

/* line 98, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-gray-regular.pink-error, input.mb-input-gray-regular.pink-error {
  border-color: #f10088;
  background-color: #fef7fb;
}

/* line 102, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-gray-regular:disabled, input.mb-input-gray-regular:disabled {
  cursor: not-allowed;
}

/* line 106, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-gray-regular.blue-hover:focus, input.mb-input-gray-regular.blue-hover:focus {
  border: 1px solid #0F62DC;
  outline: 0;
}

/* line 111, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-gray-regular.full-width, input.mb-input-gray-regular.full-width {
  width: 100%;
}

/* line 116, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-dropdown-input-wrapper {
  position: relative;
}

/* line 118, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-dropdown-input-wrapper .description-wrapper {
  position: absolute;
  z-index: -1;
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  border: none;
  width: 100%;
}

/* line 127, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-dropdown-input-wrapper .description-wrapper.active {
  z-index: 1;
  display: block;
  position: relative;
}

/* line 132, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-dropdown-input-wrapper .description-wrapper .description {
  border: 0px;
  box-shadow: none;
  font-size: 16px;
  font-family: SFUIText-Light;
}

/* line 141, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-bottom-border-large {
  border-radius: 0px !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: solid 2px #e5e8ec !important;
  font-size: 24px !important;
  line-height: 1.33 !important;
  font-weight: 600;
}

/* line 150, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-bottom-border-large.extra-spacing {
  min-height: 40px !important;
  padding-left: 0px !important;
  margin-top: -10px !important;
}

/* line 155, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-bottom-border-large:hover {
  border-bottom: solid 2px #bbc1ca !important;
}

/* line 158, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-bottom-border-large:focus {
  border-bottom: solid 2px #0f62dc !important;
}

/* line 161, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-bottom-border-large::-moz-placeholder {
  color: #7b889d !important;
  opacity: 1 !important;
}
.mb-input-bottom-border-large:-ms-input-placeholder {
  color: #7b889d !important;
  opacity: 1 !important;
}
.mb-input-bottom-border-large::placeholder {
  color: #7b889d !important;
  opacity: 1 !important;
}

/* line 168, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-shadow, .rw-popup {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  border: none;
  position: absolute;
}

/* line 175, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-shadow {
  width: 100%;
  z-index: -1;
}

/* line 178, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-shadow:after {
  border: 0px;
}

/* line 181, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-shadow.active {
  z-index: 1;
  position: relative;
}

/* line 187, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-shadow-event:after {
  margin-left: 195px;
}

/* line 192, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-shadow-planner:after {
  margin-left: 59px;
}

/* line 196, app/assets/stylesheets/mb-styles/inputs.scss */
.rw-multiselect-create-tag {
  display: none;
}

/* line 200, app/assets/stylesheets/mb-styles/inputs.scss */
.rw-multiselect-wrapper input {
  font-size: 16px;
  font-family: SFUIText-Light;
  outline: 0 !important;
}

/* line 206, app/assets/stylesheets/mb-styles/inputs.scss */
.rw-calendar-popup {
  z-index: 3;
}

/* line 209, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-thin-rw {
  border-radius: 0px;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border: 1px solid #D5DFE3 !important;
  box-shadow: none !important;
}

/* line 215, app/assets/stylesheets/mb-styles/inputs.scss */
.mb-input-thin-rw input {
  box-shadow: none !important;
}

/* line 220, app/assets/stylesheets/mb-styles/inputs.scss */
.rw-datetimepicker.rw-has-both > .rw-select {
  width: 4.5em;
}

/* line 223, app/assets/stylesheets/mb-styles/inputs.scss */
.rw-datetimepicker.rw-has-both > .rw-select button i {
  margin-left: 0.8em;
}

/* line 228, app/assets/stylesheets/mb-styles/inputs.scss */
.rw-datetimepicker:hover {
  background-color: transparent;
  border-color: #D5DFE3;
}

/* line 232, app/assets/stylesheets/mb-styles/inputs.scss */
.rw-datetimepicker input.rw-input {
  font-size: 16.3px;
  font-family: SFUIText-Light;
}

/* line 237, app/assets/stylesheets/mb-styles/inputs.scss */
.rw-datetimepicker .rw-btn {
  width: 2em;
}

/* line 242, app/assets/stylesheets/mb-styles/inputs.scss */
.cs-input-filter {
  height: 38px;
  border: 0px solid transparent;
  border-radius: 5px;
  background-color: #f2f3f5;
  box-shadow: none;
}

/* line 248, app/assets/stylesheets/mb-styles/inputs.scss */
.cs-input-filter:-ms-input-placeholder {
  color: rgba(0, 25, 65, 0.5);
}

/* line 251, app/assets/stylesheets/mb-styles/inputs.scss */
.cs-input-filter::-moz-placeholder {
  color: rgba(0, 25, 65, 0.5);
}
.cs-input-filter:-ms-input-placeholder {
  color: rgba(0, 25, 65, 0.5);
}
.cs-input-filter::placeholder {
  color: rgba(0, 25, 65, 0.5);
}

/* line 256, app/assets/stylesheets/mb-styles/inputs.scss */
.input-search-icon {
  background-image: url(/assets/icons/search-icon-293f6ba442be9dd5571f2e0938b11de3c7d2fd0e9b0e131ac8f37663262fb4f1.svg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: right 13px top 50%;
  padding-right: 40px;
  transition: all 0.3s ease;
}

/* line 263, app/assets/stylesheets/mb-styles/inputs.scss */
.input-search-icon:focus {
  background-image: inherit;
}

/* line 268, app/assets/stylesheets/mb-styles/inputs.scss */
textarea.disable-resize {
  resize: none;
}

/* line 273, app/assets/stylesheets/mb-styles/inputs.scss */
.custom-search-full {
  text-align: center;
  background-color: #efefef;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* line 278, app/assets/stylesheets/mb-styles/inputs.scss */
.custom-search-full input {
  width: 96%;
  margin-top: 10px;
}

@media (max-width: 767px) {
  /* line 278, app/assets/stylesheets/mb-styles/inputs.scss */
  .custom-search-full input {
    width: 90%;
  }
}

/* line 287, app/assets/stylesheets/mb-styles/inputs.scss */
.search-on-left {
  background-position: 12px center !important;
  background-size: 14px 15px !important;
}

/* line 290, app/assets/stylesheets/mb-styles/inputs.scss */
.search-on-left:focus {
  background-image: url(/assets/icons/search-icon-293f6ba442be9dd5571f2e0938b11de3c7d2fd0e9b0e131ac8f37663262fb4f1.svg) !important;
}

/* line 295, app/assets/stylesheets/mb-styles/inputs.scss */
.cs-gray-search-input {
  background-color: #f2f3f5 !important;
  border: solid 0px !important;
  border-radius: 4px !important;
}

/* line 299, app/assets/stylesheets/mb-styles/inputs.scss */
.cs-gray-search-input:focus {
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

/* line 304, app/assets/stylesheets/mb-styles/inputs.scss */
.cs-full-gray-input {
  background-color: #f2f3f5;
  border: solid 0px;
  border-radius: 4px;
}

/* line 308, app/assets/stylesheets/mb-styles/inputs.scss */
.cs-full-gray-input:focus {
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

/* line 313, app/assets/stylesheets/mb-styles/inputs.scss */
.cs-gray-search-input {
  height: 45px !important;
}

/* line 317, app/assets/stylesheets/mb-styles/inputs.scss */
.cs-dark-gray-search-input {
  background-color: #4f5763;
  color: #FFFFFF;
}

/* line 322, app/assets/stylesheets/mb-styles/inputs.scss */
.fake-disabled-input {
  cursor: pointer !important;
}

/* line 1, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-wrapper {
  display: flex;
}

/* line 5, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-column-wrapper {
  display: flex;
  flex-direction: column;
}

/* line 10, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-item-one {
  flex: 1;
}

/* line 14, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-item {
  flex: 1 1 auto;
}

/* line 18, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-even-item, .flexbox-item-even {
  flex: 1 1 0;
}

/* line 22, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-item-small {
  flex: 0 1 auto;
}

/* line 26, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-item-grow-two {
  flex: 2 1 auto;
}

/* line 30, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-item-grow-two-even {
  flex: 2 1 0;
}

/* line 34, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-right {
  margin-left: auto;
}

/* line 38, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-bottom {
  margin-top: auto;
}

/* line 42, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 48, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-align-center {
  display: flex;
  align-items: center;
}

/* line 53, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-align-all-center {
  align-items: center;
}

/* line 57, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-align-center-self {
  align-self: center;
}

/* line 61, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-space-between {
  justify-content: space-between;
}

/* line 65, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-space-evenly {
  justify-content: space-evenly;
}

/* line 69, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-justify-center {
  justify-content: center;
}

/* line 73, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-justify-left {
  justify-content: flex-start;
}

/* line 77, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-justify-right {
  justify-content: flex-end;
}

/* line 81, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-align-bottom-self {
  align-self: flex-end;
}

@media (max-width: 768px) {
  /* line 85, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
  .mobile-no-flexbox {
    display: block;
  }
}

@media (max-width: 1068px) {
  /* line 90, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
  .tablet-no-flexbox {
    display: block;
  }
}

@media (max-width: 991px) {
  /* line 96, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
  .small-tablet-no-flexbox {
    display: block;
  }
}

/* line 102, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-column {
  flex-direction: column;
}

/* line 106, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-wrap {
  flex-wrap: wrap;
}

/* line 110, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-stretch {
  align-items: stretch;
}

/* line 114, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-no-wrap {
  flex-wrap: nowrap;
}

/* line 118, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-end {
  align-items: flex-end;
  justify-content: flex-end;
}

/* line 122, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.width-full {
  width: 100%;
}

/* line 126, app/assets/stylesheets/mb-styles/custom_flexbox.scss */
.flexbox-item-half {
  flex: 0 1 50%;
  /* Each item takes up 50% of the container's width */
  box-sizing: border-box;
  /* Ensures padding/margin/border don't affect width */
  padding: 10px;
  /* Optional: Add some padding for spacing */
}

/* line 1, app/assets/stylesheets/mb-styles/forms.scss */
.mb-form-container {
  padding: 20px;
  max-width: 770px;
  margin-top: 20px;
}

/* line 5, app/assets/stylesheets/mb-styles/forms.scss */
.mb-form-container:first-of-type {
  margin-top: 0px;
}

/* line 8, app/assets/stylesheets/mb-styles/forms.scss */
.mb-form-container.mt {
  margin-top: 20px;
}

/* line 13, app/assets/stylesheets/mb-styles/forms.scss */
.mb-full-container {
  padding: 20px;
  margin-top: 20px;
}

/* line 16, app/assets/stylesheets/mb-styles/forms.scss */
.mb-full-container:first-of-type {
  margin-top: 0px;
}

/* line 21, app/assets/stylesheets/mb-styles/forms.scss */
.mb-form-padding {
  padding: 20px;
}

/* line 25, app/assets/stylesheets/mb-styles/forms.scss */
input.mb-form-input {
  background: #FFFFFF;
  border: 1px solid #859AA1;
  border-radius: 5px;
  font-size: 18px;
  color: #001941;
  line-height: 26.1px;
  padding: 5px;
}

/* line 33, app/assets/stylesheets/mb-styles/forms.scss */
input.mb-form-input:focus:invalid:focus {
  border-color: #29C3F4;
}

/* line 36, app/assets/stylesheets/mb-styles/forms.scss */
input.mb-form-input:focus {
  border-color: #29C3F4;
}

/* line 41, app/assets/stylesheets/mb-styles/forms.scss */
input.mb-form-input-underline {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #D5DFE3;
}

/* line 48, app/assets/stylesheets/mb-styles/forms.scss */
.cs-planner-form-select {
  width: 100%;
  height: 34px;
}

/* line 54, app/assets/stylesheets/mb-styles/forms.scss */
.hide-show-wrapper .toggle-row-wrapper .show-toggle {
  display: block;
  background: #FFFFFF;
  border: solid 1px #e5e8ec;
  border-radius: 5px;
  padding: 5px 0px 2px 5px;
  width: 38px;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 62, app/assets/stylesheets/mb-styles/forms.scss */
.hide-show-wrapper .toggle-row-wrapper .show-toggle .toggle-button {
  width: 25px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

/* line 68, app/assets/stylesheets/mb-styles/forms.scss */
.hide-show-wrapper .toggle-row-wrapper .show-toggle .toggle-button.active {
  opacity: 1;
}

/* line 72, app/assets/stylesheets/mb-styles/forms.scss */
.hide-show-wrapper .toggle-row-wrapper .show-toggle .show {
  background: url(/assets/icons/thin-eye-77200ca434081898aea76ecbf95a4ee9ef09742f5b6619eabd42899cc9ea903d.svg) no-repeat center;
  background-size: 16px;
  height: 21px;
}

/* line 76, app/assets/stylesheets/mb-styles/forms.scss */
.hide-show-wrapper .toggle-row-wrapper .show-toggle .show.active {
  height: 21px;
  background: url(/assets/icons/thin-eye-active-be132da4f01aceeb9abb32add4ada777fd8b553b80451adbb9b9aaebad5dd9e8.svg) no-repeat center;
  background-size: 16px;
}

/* line 85, app/assets/stylesheets/mb-styles/forms.scss */
.giant-radio-buttons-wrapper {
  border-radius: 16px;
  border: solid 1px #e5e8ec;
  padding: 24px;
}

/* line 2, app/assets/stylesheets/mb-styles/tooltips.scss */
.mb-tooltip .tooltip-inner, .tooltip .tooltip-inner {
  background-color: #001941;
  font-size: 13px;
  padding: 16px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px !important;
}

/* line 9, app/assets/stylesheets/mb-styles/tooltips.scss */
.mb-tooltip.in, .tooltip.in {
  opacity: 1 !important;
}

/* line 11, app/assets/stylesheets/mb-styles/tooltips.scss */
.mb-tooltip.in .tooltip-inner, .tooltip.in .tooltip-inner {
  opacity: 1 !important;
}

/* line 17, app/assets/stylesheets/mb-styles/tooltips.scss */
.csCustomReactTooltip {
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff !important;
  opacity: 1 !important;
}

/* line 22, app/assets/stylesheets/mb-styles/tooltips.scss */
.csCustomReactTooltip:after {
  border-top-color: #ffffff !important;
}

/* line 26, app/assets/stylesheets/mb-styles/tooltips.scss */
.csTooltipSolid {
  opacity: 1 !important;
  background-color: #001941 !important;
  padding: 16px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px !important;
  max-width: 200px;
}

/* line 33, app/assets/stylesheets/mb-styles/tooltips.scss */
.csTooltipSolid:after {
  border-top-color: #001941 !important;
}

/* line 37, app/assets/stylesheets/mb-styles/tooltips.scss */
.csTooltipWhite {
  opacity: 1 !important;
  background-color: #FFFFFF !important;
  color: #001941 !important;
  padding: 8px 12px 10px 12px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px !important;
  max-width: 200px;
}

/* line 45, app/assets/stylesheets/mb-styles/tooltips.scss */
.csTooltipWhite:after {
  border-top-color: #FFFFFF !important;
}

/* line 50, app/assets/stylesheets/mb-styles/tooltips.scss */
.toolbar-helper-prompt-wrapper {
  position: fixed;
  background-color: #FFFFFF;
  bottom: 88px;
  z-index: 1;
  color: #001941;
  max-width: 330px;
  transition: opacity 0.3s ease-out;
  padding: 16px 16px 23px;
  border-radius: 8px;
  font-size: 17px;
  line-height: 1.41;
  font-weight: bold;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16), 0 16px 32px 0 rgba(0, 0, 0, 0.08);
  transition: all 200ms cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 65, app/assets/stylesheets/mb-styles/tooltips.scss */
.toolbar-helper-prompt-wrapper:after {
  border-top-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 6px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}

/* line 1, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-alert-message-wrapper {
  z-index: 9999 !important;
  padding: 16px;
  background-color: #ffffff;
}

/* line 6, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-alert-message-wrapper.shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

/* line 9, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-alert-message-wrapper.rounded {
  border-radius: 10px;
}

/* line 12, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-alert-message-wrapper p, .cs-alert-message-wrapper span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.47;
  color: #001941;
  margin: 0px;
}

/* line 20, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-alert-message-wrapper .close {
  top: 3px;
  right: 0px;
  font-weight: 100;
  line-height: 0.6;
  color: #001941;
  font-size: 30px;
  opacity: 0.5;
}

/* line 28, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-alert-message-wrapper .close:hover {
  opacity: 1;
}

/* line 33, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-alert-message-wrapper .cs-alert-message img {
  margin-right: 16px;
}

/* line 40, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-alert-message-wrapper.cs-alert-error h2, .cs-alert-message-wrapper .cs-alert-error h2 {
  display: inline-block;
  color: #ff675e;
  font-size: 21px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 16px;
}

/* line 48, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-alert-message-wrapper.cs-alert-error ul, .cs-alert-message-wrapper .cs-alert-error ul {
  padding-left: 20px;
  color: #001941;
  font-size: 15px;
  font-weight: 600;
}

/* line 55, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-alert-message-wrapper.inline-alert {
  width: 377px;
  right: 16px;
  position: absolute;
  z-index: -999;
  top: 64px;
}

@media (max-width: 400px) {
  /* line 55, app/assets/stylesheets/mb-styles/alerts.scss */
  .cs-alert-message-wrapper.inline-alert {
    width: 100%;
    right: 0px;
    left: 0px;
    border-radius: 0px;
  }
}

/* line 70, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-warning-message-wrapper {
  margin-top: 20px;
  padding: 0px 16px 16px 19px;
  border-radius: 4px;
  border-left: 4px solid #f6a819;
  background-color: #fef6e8;
}

/* line 76, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-warning-message-wrapper h6 {
  padding-top: 16px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  text-align: left;
  color: #001941;
}

/* line 84, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-warning-message-wrapper span {
  font-size: 15px;
  line-height: 1.47;
  text-align: left;
  color: #001941;
}

/* line 90, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-warning-message-wrapper .checkbox {
  padding: 16px 16px 0px 19px;
  color: #001941;
}

/* line 94, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-warning-message-wrapper.error {
  border-left: 4px solid #fd6862;
  background-color: #feefef;
}

/* line 100, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-message-wrapper {
  border-radius: 5px;
}

/* line 102, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-message-wrapper.cs-error {
  background-color: #ffe8f5;
  border-left: 4px solid #f10088;
}

/* line 106, app/assets/stylesheets/mb-styles/alerts.scss */
.cs-message-wrapper.editing {
  border-left: 4px solid #444df2;
  background-color: #e1e3fd;
}

/* line 1, app/assets/stylesheets/mb-styles/badges.scss */
.cs-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 8px 5px 8px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 4px;
}

/* line 15, app/assets/stylesheets/mb-styles/badges.scss */
.badge:empty {
  display: none;
}

/* line 10, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .mb-btn-green, .permission-form-wrapper .mb-btn-green, .add-member-modal .mb-btn-green {
  margin-left: 10px;
}

/* line 13, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal p, .permission-form-wrapper p, .add-member-modal p {
  font-size: 14px;
  color: #0F62DC;
  line-height: 19.75px;
}

/* line 19, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .overall-permission span, .permission-form-wrapper .overall-permission span, .add-member-modal .overall-permission span {
  padding-left: 5px;
  font-size: 18px;
  color: #001941;
  line-height: 26.1px;
}

/* line 26, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper, .permission-form-wrapper .read-write-wrapper, .add-member-modal .read-write-wrapper {
  margin: 0;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 26, app/assets/stylesheets/mb-styles/modals.scss */
  #addMemberModal .read-write-wrapper, .permission-form-wrapper .read-write-wrapper, .add-member-modal .read-write-wrapper {
    border: none;
    min-height: 0px;
  }
}

/* line 33, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper .toggle-all-wrapper, .permission-form-wrapper .read-write-wrapper .toggle-all-wrapper, .add-member-modal .read-write-wrapper .toggle-all-wrapper {
  padding-bottom: 10px;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 36, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper .toggle-all-wrapper label, .permission-form-wrapper .read-write-wrapper .toggle-all-wrapper label, .add-member-modal .read-write-wrapper .toggle-all-wrapper label {
  display: inline-block;
  margin-right: 10px;
}

/* line 39, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper .toggle-all-wrapper label input, .permission-form-wrapper .read-write-wrapper .toggle-all-wrapper label input, .add-member-modal .read-write-wrapper .toggle-all-wrapper label input {
  margin-right: 5px;
}

/* line 45, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper .toggle-row-wrapper .read-write-toggle, .permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .read-write-toggle, .add-member-modal .read-write-wrapper .toggle-row-wrapper .read-write-toggle {
  display: block;
  background: #FFFFFF;
  border: 1px solid #C3D3D8;
  border-radius: 5px;
  padding: 5px 0px 2px 5px;
  width: 74px;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 53, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper .toggle-row-wrapper .read-write-toggle.active, .permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .read-write-toggle.active, .add-member-modal .read-write-wrapper .toggle-row-wrapper .read-write-toggle.active {
  border: 1px solid #2382E5;
}

/* line 56, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper .toggle-row-wrapper .read-write-toggle .toggle-button, .permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .read-write-toggle .toggle-button, .add-member-modal .read-write-wrapper .toggle-row-wrapper .read-write-toggle .toggle-button {
  width: 25px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper .toggle-row-wrapper .read-write-toggle .toggle-button.active, .permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .read-write-toggle .toggle-button.active, .add-member-modal .read-write-wrapper .toggle-row-wrapper .read-write-toggle .toggle-button.active {
  opacity: 1;
}

/* line 66, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper .toggle-row-wrapper .read-write-toggle .read, .permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .read-write-toggle .read, .add-member-modal .read-write-wrapper .toggle-row-wrapper .read-write-toggle .read {
  background: url(/assets/icons/thin-eye-77200ca434081898aea76ecbf95a4ee9ef09742f5b6619eabd42899cc9ea903d.svg) no-repeat;
  height: 21px;
}

/* line 69, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper .toggle-row-wrapper .read-write-toggle .read.active, .permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .read-write-toggle .read.active, .add-member-modal .read-write-wrapper .toggle-row-wrapper .read-write-toggle .read.active {
  height: 19px;
  background: url(/assets/icons/thin-eye-active-be132da4f01aceeb9abb32add4ada777fd8b553b80451adbb9b9aaebad5dd9e8.svg) no-repeat;
}

/* line 74, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper .toggle-row-wrapper .read-write-toggle .write, .permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .read-write-toggle .write, .add-member-modal .read-write-wrapper .toggle-row-wrapper .read-write-toggle .write {
  background: url(/assets/icons/write-ability-7fb6cdd2bf229d2f8c45ce3d1479d973966ed3900bd5fcd05a46d3d91f9068ed.svg) no-repeat;
  height: 22px;
}

/* line 77, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper .toggle-row-wrapper .read-write-toggle .write.active, .permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .read-write-toggle .write.active, .add-member-modal .read-write-wrapper .toggle-row-wrapper .read-write-toggle .write.active {
  background: url(/assets/icons/write-ability-active-104c50366af50561d835000b4fb812ff589314b7b3c47558d9d4f2838428826b.svg) no-repeat;
}

/* line 87, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal, .add-member-modal {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0 !important;
  left: 0;
  bottom: 0;
  right: 0;
  width: inherit;
  margin-left: 0px;
  background-color: transparent;
}

/* line 98, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .modal-dialog, .add-member-modal .modal-dialog {
  max-width: 560px;
  background-color: white;
  width: auto;
  margin: .5rem;
}

@media (min-width: 567px) {
  /* line 98, app/assets/stylesheets/mb-styles/modals.scss */
  #addMemberModal .modal-dialog, .add-member-modal .modal-dialog {
    margin: 1.75rem auto;
  }
}

@media (min-width: 767px) {
  /* line 98, app/assets/stylesheets/mb-styles/modals.scss */
  #addMemberModal .modal-dialog, .add-member-modal .modal-dialog {
    max-width: 750px;
  }
}

/* line 110, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .modal-body, .add-member-modal .modal-body {
  max-height: inherit;
  overflow-y: inherit;
}

/* line 114, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .modal-header, .add-member-modal .modal-header {
  border-bottom: 1px solid #D5DFE3;
}

/* line 117, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .modal-footer, .add-member-modal .modal-footer {
  border-top: 1px solid #D5DFE3;
  background-color: #FFFFFF;
}

/* line 120, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .modal-footer .mb-btn-green, .add-member-modal .modal-footer .mb-btn-green {
  margin-left: 20px;
}

/* line 126, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .toggle-all-modal-wrapper label input, .add-member-modal .toggle-all-modal-wrapper label input {
  margin-right: 5px;
}

@media (max-width: 767px) {
  /* line 131, app/assets/stylesheets/mb-styles/modals.scss */
  #addMemberModal .read-write-wrapper, .add-member-modal .read-write-wrapper {
    border: none;
    min-height: 0px;
  }
}

/* line 136, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper .toggle-row-wrapper, .add-member-modal .read-write-wrapper .toggle-row-wrapper {
  height: 50px;
}

/* line 138, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper .toggle-row-wrapper .read-write-toggle, .add-member-modal .read-write-wrapper .toggle-row-wrapper .read-write-toggle {
  float: left;
}

/* line 141, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .read-write-wrapper .toggle-row-wrapper .toggle-label, .add-member-modal .read-write-wrapper .toggle-row-wrapper .toggle-label {
  display: block;
  float: left;
  padding-top: 5px;
  padding-left: 15px;
  font-size: 18px;
  color: #001941;
  line-height: 26.1px;
}

/* line 152, app/assets/stylesheets/mb-styles/modals.scss */
#addMemberModal .mb-checkbox[type="checkbox"] + span:before, .add-member-modal .mb-checkbox[type="checkbox"] + span:before {
  vertical-align: middle;
}

/* line 160, app/assets/stylesheets/mb-styles/modals.scss */
.permission-form-wrapper p.options-label {
  float: left;
}

/* line 163, app/assets/stylesheets/mb-styles/modals.scss */
.permission-form-wrapper .button-row {
  padding-top: 20px;
  text-align: right;
}

/* line 167, app/assets/stylesheets/mb-styles/modals.scss */
.permission-form-wrapper .read-write-wrapper {
  padding-left: 0px;
}

/* line 169, app/assets/stylesheets/mb-styles/modals.scss */
.permission-form-wrapper .read-write-wrapper .toggle-all-wrapper {
  float: right;
}

/* line 172, app/assets/stylesheets/mb-styles/modals.scss */
.permission-form-wrapper .read-write-wrapper .toggle-row-wrapper {
  border-bottom: 1px solid #D0E9F3;
  padding-top: 20px;
  padding-bottom: 0px;
}

/* line 177, app/assets/stylesheets/mb-styles/modals.scss */
.permission-form-wrapper .read-write-wrapper .toggle-row-wrapper.last-row {
  border-bottom: 0px solid transparent;
}

/* line 180, app/assets/stylesheets/mb-styles/modals.scss */
.permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .read-write-toggle {
  float: right;
}

@media (max-width: 767px) {
  /* line 180, app/assets/stylesheets/mb-styles/modals.scss */
  .permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .read-write-toggle {
    float: left;
    margin-bottom: 10px;
  }
}

/* line 187, app/assets/stylesheets/mb-styles/modals.scss */
.permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .toggle-label-wrapper {
  display: block;
  float: left;
}

@media (max-width: 767px) {
  /* line 187, app/assets/stylesheets/mb-styles/modals.scss */
  .permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .toggle-label-wrapper {
    float: none;
  }
}

/* line 193, app/assets/stylesheets/mb-styles/modals.scss */
.permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .toggle-label-wrapper .toggle-label {
  font-size: 18px;
  color: #001941;
  line-height: 26.1px;
  padding-bottom: 10px;
}

/* line 198, app/assets/stylesheets/mb-styles/modals.scss */
.permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .toggle-label-wrapper .toggle-label i {
  padding-right: 10px;
}

/* line 202, app/assets/stylesheets/mb-styles/modals.scss */
.permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .toggle-label-wrapper .toggle-label-info {
  padding-bottom: 11px;
  font-family: SFUIText-Regular;
  font-size: 14px;
  color: #001941;
  line-height: 19px;
  padding-left: 72px;
}

/* line 210, app/assets/stylesheets/mb-styles/modals.scss */
.permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .toggle-label-wrapper .toggle-label-info .toggle-label-info-access span.label-title {
  color: #2382E5;
  font-weight: 600;
}

/* line 216, app/assets/stylesheets/mb-styles/modals.scss */
.permission-form-wrapper .read-write-wrapper .toggle-row-wrapper .toggle-label-wrapper .toggle-label-info .toggle-label-info-no-access span.label-title {
  color: #E7634A;
  font-weight: 600;
}

/* line 229, app/assets/stylesheets/mb-styles/modals.scss */
.task-create-modal .modal-content {
  overflow: visible !important;
}

/* line 231, app/assets/stylesheets/mb-styles/modals.scss */
.task-create-modal .modal-content .modal-header {
  background-color: #FFFFFF;
}

/* line 233, app/assets/stylesheets/mb-styles/modals.scss */
.task-create-modal .modal-content .modal-header h4 {
  font-size: 24px;
  color: #001941;
  line-height: 28px;
}

/* line 238, app/assets/stylesheets/mb-styles/modals.scss */
.task-create-modal .modal-content .modal-header button.close {
  margin-top: -15px;
  font-size: 58px;
  color: #979797;
  font-weight: 300;
}

/* line 245, app/assets/stylesheets/mb-styles/modals.scss */
.task-create-modal .modal-content .modal-body {
  padding-bottom: 20px;
}

/* line 247, app/assets/stylesheets/mb-styles/modals.scss */
.task-create-modal .modal-content .modal-body .icon-row {
  padding-top: 20px;
  height: 55px;
}

/* line 250, app/assets/stylesheets/mb-styles/modals.scss */
.task-create-modal .modal-content .modal-body .icon-row .mb-icon {
  padding: 5px 8px;
  margin-right: 12px;
  color: gray;
}

/* line 254, app/assets/stylesheets/mb-styles/modals.scss */
.task-create-modal .modal-content .modal-body .icon-row .mb-icon.not-empty {
  color: #00CE50;
}

/* line 259, app/assets/stylesheets/mb-styles/modals.scss */
.task-create-modal .modal-content .modal-body.dropdown {
  padding-bottom: 70px;
}

/* line 264, app/assets/stylesheets/mb-styles/modals.scss */
.task-create-modal .modal-content .modal-footer .mb-btn-white {
  margin-right: 10px;
}

/* line 272, app/assets/stylesheets/mb-styles/modals.scss */
.session-breakout-modal .modal-content {
  overflow: visible !important;
}

/* line 274, app/assets/stylesheets/mb-styles/modals.scss */
.session-breakout-modal .modal-content .modal-header {
  background-color: #FFFFFF;
}

/* line 276, app/assets/stylesheets/mb-styles/modals.scss */
.session-breakout-modal .modal-content .modal-header h4 {
  font-size: 24px;
  color: #001941;
  line-height: 28px;
}

/* line 281, app/assets/stylesheets/mb-styles/modals.scss */
.session-breakout-modal .modal-content .modal-header p {
  color: #001941;
}

/* line 284, app/assets/stylesheets/mb-styles/modals.scss */
.session-breakout-modal .modal-content .modal-header button.close {
  margin-top: -15px;
  font-size: 58px;
  color: #979797;
  font-weight: 300;
}

/* line 290, app/assets/stylesheets/mb-styles/modals.scss */
.session-breakout-modal .modal-content .modal-header input {
  color: black;
  width: 80%;
}

/* line 295, app/assets/stylesheets/mb-styles/modals.scss */
.session-breakout-modal .modal-content .modal-body {
  padding-bottom: 20px;
}

/* line 299, app/assets/stylesheets/mb-styles/modals.scss */
.session-breakout-modal .modal-content .modal-footer .mb-btn-white {
  margin-right: 10px;
}

/* line 307, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-basic {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

/* line 309, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-basic .modal-content {
  border: 0px solid transparent;
  border-radius: 2px;
}

/* line 313, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-basic .modal-header {
  border-bottom: solid 1px #ccd1d9;
}

/* line 316, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-basic .modal-footer {
  background-color: #f9fafb;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 0px solid transparent;
  border-top: solid 1px #ccd1d9;
  padding: 0px;
}

/* line 323, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-basic .modal-footer button, .cs-modal-basic .modal-footer .close-button, .cs-modal-basic .modal-footer a {
  background-color: #f9fafb;
  border: none;
  outline: 0;
  font-size: 17px;
  font-weight: 600;
  color: #7f8ca0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 332, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-basic .modal-footer button.left, .cs-modal-basic .modal-footer .close-button.left, .cs-modal-basic .modal-footer a.left {
  border-bottom-right-radius: 0px;
}

/* line 335, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-basic .modal-footer button.right, .cs-modal-basic .modal-footer .close-button.right, .cs-modal-basic .modal-footer a.right {
  border-bottom-left-radius: 0px;
}

/* line 338, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-basic .modal-footer button.blue-link, .cs-modal-basic .modal-footer .close-button.blue-link, .cs-modal-basic .modal-footer a.blue-link {
  color: #0f62dc;
}

/* line 341, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-basic .modal-footer button:hover, .cs-modal-basic .modal-footer .close-button:hover, .cs-modal-basic .modal-footer a:hover {
  background-color: #dae1e7;
}

/* line 349, app/assets/stylesheets/mb-styles/modals.scss */
.cs-gray-modal-button:hover {
  background-color: #dae1e7;
}

/* line 355, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-center .modal-dialog {
  max-width: 400px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

@media (max-width: 767px) {
  /* line 355, app/assets/stylesheets/mb-styles/modals.scss */
  .cs-modal-center .modal-dialog {
    top: auto;
    left: auto;
    transform: inherit !important;
    position: relative;
    width: auto;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 372, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-center h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.29;
  color: #001941;
}

/* line 378, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-center p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  color: rgba(0, 25, 65, 0.7);
}

/* line 384, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-center .modal-content {
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  border: 0px solid transparent;
}

/* line 389, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-center .modal-footer {
  text-align: center;
  border: 0px solid transparent;
}

/* line 397, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-confirm .modal-content {
  border-top: solid 2px #358eff;
}

/* line 403, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-delete .modal-content {
  border-top: solid 2px #ff516d;
}

/* line 410, app/assets/stylesheets/mb-styles/modals.scss */
.modal-company .company-name {
  font-size: 24px;
  font-weight: 600;
  color: #001941;
  line-height: 1.42;
}

/* line 416, app/assets/stylesheets/mb-styles/modals.scss */
.modal-company .company-location {
  font-size: 15px;
  color: #001941;
  line-height: 1.47;
}

/* line 421, app/assets/stylesheets/mb-styles/modals.scss */
.modal-company .small-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  color: #001941;
}

/* line 427, app/assets/stylesheets/mb-styles/modals.scss */
.modal-company .small-stat {
  font-size: 15px;
  line-height: 1.47;
  color: rgba(2, 27, 63, 0.7);
}

/* line 432, app/assets/stylesheets/mb-styles/modals.scss */
.modal-company h3.dark {
  font-size: 21px;
  line-height: 1.43;
  color: #001941;
}

/* line 438, app/assets/stylesheets/mb-styles/modals.scss */
.modal-company .description-wrapper h3 {
  font-size: 21px;
  line-height: 1.43;
  color: #001941;
}

/* line 443, app/assets/stylesheets/mb-styles/modals.scss */
.modal-company .description-wrapper p {
  font-size: 17px;
  line-height: 1.53;
  color: #001941;
}

/* line 449, app/assets/stylesheets/mb-styles/modals.scss */
.modal-company .cs-blue-outline-long-btn {
  display: inline-block;
}

/* line 452, app/assets/stylesheets/mb-styles/modals.scss */
.modal-company .close-right {
  float: right;
  text-align: center;
}

/* line 456, app/assets/stylesheets/mb-styles/modals.scss */
.modal-company .approve-left {
  float: left;
  text-align: center;
}

/* line 463, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-submissions .event-single-image-container, .cs-modal-registrations .event-single-image-container, .cs-modal-accounts .event-single-image-container {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 768px) {
  /* line 463, app/assets/stylesheets/mb-styles/modals.scss */
  .cs-modal-submissions .event-single-image-container, .cs-modal-registrations .event-single-image-container, .cs-modal-accounts .event-single-image-container {
    margin-bottom: 8px;
  }
}

/* line 473, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-submissions .event-single-image, .cs-modal-registrations .event-single-image, .cs-modal-accounts .event-single-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/* line 481, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-submissions h3, .cs-modal-registrations h3, .cs-modal-accounts h3 {
  color: #001941;
  font-size: 17px;
  font-weight: bold;
}

/* line 486, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-submissions h4, .cs-modal-registrations h4, .cs-modal-accounts h4 {
  font-size: 17px;
  color: #001941;
}

/* line 490, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-submissions p, .cs-modal-registrations p, .cs-modal-accounts p {
  color: #52607a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
}

/* line 495, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-submissions p span, .cs-modal-registrations p span, .cs-modal-accounts p span {
  color: #001941;
}

@media (min-width: 768px) {
  /* line 499, app/assets/stylesheets/mb-styles/modals.scss */
  .cs-modal-submissions .name-wrapper, .cs-modal-registrations .name-wrapper, .cs-modal-accounts .name-wrapper {
    padding-left: 6px;
  }
}

/* line 504, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-submissions .name-large, .cs-modal-registrations .name-large, .cs-modal-accounts .name-large {
  font-size: 24px;
  font-weight: 600;
  color: #001941;
  line-height: 1.42;
}

/* line 510, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-submissions .name-small, .cs-modal-registrations .name-small, .cs-modal-accounts .name-small {
  font-size: 15px;
  color: #001941;
}

/* line 514, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-submissions .name-vertical-align, .cs-modal-registrations .name-vertical-align, .cs-modal-accounts .name-vertical-align {
  vertical-align: middle;
  height: 60px;
  display: table-cell;
}

/* line 519, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-submissions i, .cs-modal-registrations i, .cs-modal-accounts i {
  color: #001941;
}

@media (max-width: 767px) {
  /* line 522, app/assets/stylesheets/mb-styles/modals.scss */
  .cs-modal-submissions .submission-buttons, .cs-modal-registrations .submission-buttons, .cs-modal-accounts .submission-buttons {
    margin-top: 16px;
    text-align: left;
  }
}

/* line 530, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-submissions button.close, .cs-modal-registrations button.close, .cs-modal-basic button.close {
  font-size: 35px;
  color: #001941;
  font-weight: 300;
  position: absolute;
  right: 16px;
  top: 8px;
}

/* line 541, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-content {
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 25, 65, 0.16);
}

/* line 545, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-header {
  border-bottom: solid 1px #ccd1d9;
}

/* line 547, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-header h3 {
  text-align: center;
}

/* line 548, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-header .close-icon {
  width: 40px;
  height: 40px;
}

/* line 551, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-header .close-icon i {
  padding-left: 1px;
  font-size: 18px;
  color: #7f8ca0;
}

/* line 558, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-body {
  max-height: 300px;
  overflow: auto;
}

/* line 562, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-search {
  border-bottom: solid 1px #ccd1d9;
}

/* line 564, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-search .search-container {
  display: flex;
  height: 72px;
  border-radius: 36px;
  background-color: #f8f9fa;
}

/* line 569, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-search .search-container .search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}

/* line 577, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-search .search-container .search-icon i {
  color: #302cf4;
  background-color: #fff;
}

/* line 582, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-search .search-container .spinner-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* line 589, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-search .search-container .spinner-icon i {
  color: #efefef;
}

/* line 593, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-search .search-container .search-input-wrapper {
  width: 80%;
  display: flex;
  flex-direction: column;
}

/* line 597, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-search .search-container .search-input-wrapper input:focus, .cs-modal-accounts .modal-search .search-container .search-input-wrapper textarea:focus, .cs-modal-accounts .modal-search .search-container .search-input-wrapper select:focus {
  outline: none;
}

/* line 598, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-search .search-container .search-input-wrapper input {
  border: none;
  background-color: #f8f9fa !important;
  width: 100%;
  line-height: normal;
}

/* line 604, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-search .search-container .search-input-wrapper label {
  width: 100%;
  margin-bottom: 3px;
  color: #302cf4;
}

/* line 612, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-dialog {
  max-width: 560px;
}

/* line 615, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .account {
  border-radius: 8px;
}

/* line 616, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .account:hover {
  background-color: #f8f9fa !important;
  cursor: pointer;
}

/* line 620, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .check {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #FFFFFF;
}

/* line 628, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .check i {
  color: #fff;
  background-color: #fff;
}

/* line 633, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .selected {
  background-color: #f8f9fa !important;
}

/* line 636, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .selected .check i {
  color: #302cf4;
}

/* line 641, app/assets/stylesheets/mb-styles/modals.scss */
.cs-modal-accounts .modal-footer {
  background-color: #f8f9fa;
  border-top: none;
  text-align: center;
  border-radius: 0 0 8px 8px;
}

/* line 649, app/assets/stylesheets/mb-styles/modals.scss */
.disabled-button {
  cursor: not-allowed;
  background-color: inherit !important;
  opacity: .2;
}

/* line 656, app/assets/stylesheets/mb-styles/modals.scss */
.modal-open .popover, .modal-open .tooltip {
  z-index: 2000 !important;
}

/* line 662, app/assets/stylesheets/mb-styles/modals.scss */
#tosModal .security-wrapper {
  margin: 0 auto;
  max-width: 185px;
}

/* line 666, app/assets/stylesheets/mb-styles/modals.scss */
#tosModal img.cs-logo {
  margin-top: 8px;
  height: 32px;
}

/* line 670, app/assets/stylesheets/mb-styles/modals.scss */
#tosModal img.gdpr-compliant {
  height: 46px;
}

/* line 673, app/assets/stylesheets/mb-styles/modals.scss */
#tosModal img.terms-img {
  height: 184px;
  width: 185px;
}

/* line 679, app/assets/stylesheets/mb-styles/modals.scss */
.shared-ecosystem-notification-image-wrapper {
  max-width: 428px;
  margin: 0 auto;
  padding: 48px;
}

/* line 685, app/assets/stylesheets/mb-styles/modals.scss */
.vertical-align {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 692, app/assets/stylesheets/mb-styles/modals.scss */
.contact-table .contact-name {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #001941;
}

/* line 698, app/assets/stylesheets/mb-styles/modals.scss */
.contact-table .contact-email {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  color: #001941;
}

/* line 706, app/assets/stylesheets/mb-styles/modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 709, app/assets/stylesheets/mb-styles/modals.scss */
.modal-dialog-cs, .skylight-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
}

@media (min-width: 576px) {
  /* line 709, app/assets/stylesheets/mb-styles/modals.scss */
  .modal-dialog-cs, .skylight-dialog {
    max-width: 560px;
    margin: 4.75rem auto;
  }
}

/* line 719, app/assets/stylesheets/mb-styles/modals.scss */
.meeting-modal-content {
  min-height: 125px;
}

/* line 723, app/assets/stylesheets/mb-styles/modals.scss */
.meeting-participant-single-wrapper .meeting-details {
  display: none !important;
}

/* line 1, app/assets/stylesheets/mb-styles/box.scss */
.mb-box-border {
  background: #FFFFFF;
  border: 1px solid #C5C6C7;
  border-radius: 5px;
  padding: 20px;
}

/* line 8, app/assets/stylesheets/mb-styles/box.scss */
.mb-shadow-box {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

/* line 14, app/assets/stylesheets/mb-styles/box.scss */
.mb-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

/* line 18, app/assets/stylesheets/mb-styles/box.scss */
.mb-shadow-sides {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

/* line 22, app/assets/stylesheets/mb-styles/box.scss */
.mb-blue-border-top {
  border-top: solid 2px #0f62dc;
}

/* line 26, app/assets/stylesheets/mb-styles/box.scss */
.mb-gray-border-top {
  border-top: solid 2px #b2bac6;
}

/* line 30, app/assets/stylesheets/mb-styles/box.scss */
.mb-blue-border-bottom {
  border-bottom: solid 2px #0f62dc;
}

/* line 34, app/assets/stylesheets/mb-styles/box.scss */
.mb-purple-border-top {
  border-top: solid 2px #504aa2;
}

/* line 38, app/assets/stylesheets/mb-styles/box.scss */
.mb-light-gray-border-top {
  border-top: solid 1px #d5d9e0;
}

/* line 42, app/assets/stylesheets/mb-styles/box.scss */
.cs-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

/* line 46, app/assets/stylesheets/mb-styles/box.scss */
.cs-shadow-thick {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}

/* line 50, app/assets/stylesheets/mb-styles/box.scss */
.cs-fancy-gradient-line {
  height: 2px;
  background-image: linear-gradient(269deg, #3029f4, #5b27eb 5%, #7425e3 12%, #8523db 20%, #9321d5 28%, #9f1fcf 37%, #a91ec9 47%, #b21cc3 56%, #bb1abc 66%, #c418b5 75%, #ce16ad 83%, #d912a3 90%, #e40d97 96%, #f10088);
}

/* line 55, app/assets/stylesheets/mb-styles/box.scss */
.cs-fancy-violet-gradient-bg {
  background-image: linear-gradient(258deg, #3029f4, #5b27eb 5%, #7425e3 12%, #8523db 20%, #9321d5 28%, #9f1fcf 37%, #a91ec9 47%, #b21cc3 56%, #bb1abc 66%, #c418b5 75%, #ce16ad 83%, #d912a3 90%, #e40d97 96%, #f10088);
}

/* line 59, app/assets/stylesheets/mb-styles/box.scss */
.cs-blue-border-top {
  border-top: solid 2px #0f62dc;
}

/* line 63, app/assets/stylesheets/mb-styles/box.scss */
.cs-gray-box {
  background-color: #f2f3f5;
  border-radius: 5px;
}

/* line 68, app/assets/stylesheets/mb-styles/box.scss */
.cs-light-gray-box {
  background-color: #f8f9fa;
}

/* line 72, app/assets/stylesheets/mb-styles/box.scss */
.cs-very-light-blue-border {
  border: solid 2px #e5e8ec;
}

/* line 76, app/assets/stylesheets/mb-styles/box.scss */
.cs-blue-border {
  border: solid 2px #0f62dc;
}

/* line 80, app/assets/stylesheets/mb-styles/box.scss */
.cs-blue-account-border-top {
  border-top: solid 2px #358eff;
  background-color: #fff;
}

/* line 85, app/assets/stylesheets/mb-styles/box.scss */
.cs-gray-outline-box {
  box-shadow: inset 0px 0px 0px 1px #e5e5e5;
  border-radius: 3px;
}

/* line 90, app/assets/stylesheets/mb-styles/box.scss */
.cs-gray-settings-box {
  width: 200px;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 95, app/assets/stylesheets/mb-styles/box.scss */
.cs-gray-settings-box p {
  font-size: 17px;
  color: #001941;
}

/* line 99, app/assets/stylesheets/mb-styles/box.scss */
.cs-gray-settings-box:hover, .cs-gray-settings-box.active {
  box-shadow: inset 0px 0px 0px 2px #0f62dc;
}

/* line 104, app/assets/stylesheets/mb-styles/box.scss */
.box-animation-wrapper {
  transition: all .06s ease-in-out;
}

/* line 106, app/assets/stylesheets/mb-styles/box.scss */
.box-animation-wrapper:hover {
  background-color: #ffffff;
}

/* line 110, app/assets/stylesheets/mb-styles/box.scss */
.box-animation-wrapper.box-grow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  transform: scale(1.02);
}

/* line 117, app/assets/stylesheets/mb-styles/box.scss */
.box-animation-wrapper.box-wiggle:hover img {
  -webkit-animation-name: wiggle;
  -webkit-animation-duration: 700ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}

/* line 127, app/assets/stylesheets/mb-styles/box.scss */
.cs-tag-box {
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border: solid 1px rgba(0, 25, 65, 0.15);
  color: #358eff;
}

/* line 136, app/assets/stylesheets/mb-styles/box.scss */
.integration-box {
  max-width: 400px;
}

/* line 139, app/assets/stylesheets/mb-styles/box.scss */
.cs-count-box {
  border-radius: 5px;
  background-color: #e5e8ec;
}

/* line 144, app/assets/stylesheets/mb-styles/box.scss */
.cs-public-shadow-box {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

/* line 148, app/assets/stylesheets/mb-styles/box.scss */
.cs-light-indigo-square {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-image: linear-gradient(134deg, #65c1ff, #856fd7);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 156, app/assets/stylesheets/mb-styles/box.scss */
.cs-light-indigo-square .fa {
  font-size: 24px;
}

/* line 162, app/assets/stylesheets/mb-styles/box.scss */
.cs-gray-selector-box {
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/mb-styles/box.scss */
.cs-gray-selector-box:hover {
  background-color: #f6f6fa;
  border: solid 1px transparent;
}

/* line 1, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu {
  margin-top: 8px;
  border-top: 2px solid #ccc;
  border-radius: 1px;
}

/* line 5, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu::before {
  position: absolute;
  top: -9px;
  right: 7px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  border-left: 8px solid transparent;
  content: '';
}

/* line 15, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu li {
  padding: 0px !important;
}

/* line 18, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu li a, .cs-dropdown-menu li > .list-item {
  display: block;
  padding: 8px 16px;
  clear: both;
  font-weight: 500;
  line-height: 1.47;
  color: #001941;
  opacity: 0.7;
  white-space: nowrap;
}

/* line 27, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu li a:focus, .cs-dropdown-menu li > .list-item:focus {
  color: #444;
  background-image: none;
  background-color: #dcdcdc;
}

/* line 32, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu li a:hover, .cs-dropdown-menu li > .list-item:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  cursor: pointer;
}

/* line 39, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu.arrow-left::before {
  position: absolute;
  left: -17px;
  top: 15px;
  right: inherit;
  display: inline-block;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ccc;
  border-top: 8px solid transparent;
  content: '';
}

/* line 52, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu--blue {
  border-top: 2px solid #0f62dc;
}

/* line 54, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu--blue::before {
  border-bottom: 8px solid #0f62dc;
}

/* line 58, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu-v2 {
  border: 0px solid transparent;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  margin-top: 8px;
  border-radius: 8px;
  padding: 8px;
  background-color: #FFFFFF;
}

/* line 65, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu-v2.event-sidebar {
  left: 75px;
  top: 4px;
}

/* line 69, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu-v2::before {
  position: absolute;
  top: -9px;
  right: 7px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFFFFF;
  border-left: 8px solid transparent;
  content: '';
}

/* line 80, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu-v2.arrow-left::before {
  position: absolute;
  left: -24px;
  top: 8px;
  right: inherit;
  display: inline-block;
  border-bottom: 15px solid transparent;
  border-right: 16px solid #FFFFFF;
  border-top: 15px solid transparent;
  content: '';
}

/* line 92, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu-v2 li a, .cs-dropdown-menu-v2 li > .list-item {
  display: block;
  padding: 8px;
  padding-top: 5px;
  border-radius: 8px;
  clear: both;
  font-weight: 700;
  line-height: 1.43;
  font-size: 15px;
  color: #7f8ca0;
  white-space: nowrap;
  width: 100%;
}

/* line 104, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu-v2 li a:focus, .cs-dropdown-menu-v2 li > .list-item:focus {
  color: #001941;
  background-image: none;
  background-color: #f2f3f5;
}

/* line 109, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu-v2 li a:hover, .cs-dropdown-menu-v2 li > .list-item:hover {
  color: #001941;
  text-decoration: none;
  background-color: #f2f3f5;
  cursor: pointer;
}

@media (max-width: 767px) {
  /* line 117, app/assets/stylesheets/mb-styles/dropdowns.scss */
  .cs-dropdown-menu-v2.event-sidebar {
    top: 40px;
    left: 0px;
  }
  /* line 121, app/assets/stylesheets/mb-styles/dropdowns.scss */
  .cs-dropdown-menu-v2::before {
    display: none;
  }
}

/* line 126, app/assets/stylesheets/mb-styles/dropdowns.scss */
.cs-dropdown-menu-v2.no-arrow::before {
  display: none;
}

/* line 132, app/assets/stylesheets/mb-styles/dropdowns.scss */
.scrollable-dropdown-menu {
  max-height: 180px;
}

/* line 136, app/assets/stylesheets/mb-styles/dropdowns.scss */
.scrollable-dropdown-menu-v2 {
  max-height: 230px;
}

/* line 140, app/assets/stylesheets/mb-styles/dropdowns.scss */
.btn-group-time-dropdown {
  width: 100%;
  display: block;
}

/* line 143, app/assets/stylesheets/mb-styles/dropdowns.scss */
.btn-group-time-dropdown .dropdown-menu {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0px;
  border-top: 0px solid transparent !important;
}

/* line 151, app/assets/stylesheets/mb-styles/dropdowns.scss */
.action-buttons-dropdown-trigger {
  height: 30px;
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/mb-styles/dropdowns.scss */
.scheduler-dropdown-alignment {
  min-width: 88px !important;
  right: 10px;
}

/* line 159, app/assets/stylesheets/mb-styles/dropdowns.scss */
.rc-time-picker-panel {
  z-index: 107000 !important;
}

/* line 162, app/assets/stylesheets/mb-styles/dropdowns.scss */
.dropdown-horizontal-right {
  top: 0;
  left: 100%;
  overflow: auto;
}

/* line 1, app/assets/stylesheets/mb-styles/datatables.scss */
.attendee-datatable-wrapper {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}

/* line 6, app/assets/stylesheets/mb-styles/datatables.scss */
.attendee-datatable-wrapper td.first {
  width: 100px;
}

@media (max-width: 480px) {
  /* line 6, app/assets/stylesheets/mb-styles/datatables.scss */
  .attendee-datatable-wrapper td.first {
    width: 36px;
    max-width: 36px;
  }
}

/* line 13, app/assets/stylesheets/mb-styles/datatables.scss */
.attendee-datatable-wrapper td img.profile {
  height: 59px;
}

@media (max-width: 480px) {
  /* line 13, app/assets/stylesheets/mb-styles/datatables.scss */
  .attendee-datatable-wrapper td img.profile {
    height: 35px;
  }
}

/* line 20, app/assets/stylesheets/mb-styles/datatables.scss */
.attendee-datatable-wrapper span.name {
  font-size: 24px;
  color: #001941;
}

/* line 24, app/assets/stylesheets/mb-styles/datatables.scss */
.attendee-datatable-wrapper span.company {
  font-size: 17px;
  color: #001941;
}

/* line 28, app/assets/stylesheets/mb-styles/datatables.scss */
.attendee-datatable-wrapper .buttons {
  text-align: right;
}

/* line 35, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper td img.circle {
  border-radius: 100%;
}

/* line 38, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper td img.profile {
  height: 59px;
}

/* line 41, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper td button {
  margin-top: 14px;
  height: 35px;
  color: #fff;
  border-radius: 5px;
  border-width: 0;
  background-color: #189cff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  padding: 0 12px 0 12px;
}

/* line 51, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper td button p.view-link {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
}

/* line 59, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper td .connection-message-wrapper {
  padding: 24px;
  border-radius: 2px;
  background-color: rgba(0, 25, 65, 0.05);
  margin-top: 16px;
  margin-bottom: 24px;
}

/* line 67, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper td p {
  font-size: 21px;
  line-height: 1.43;
  color: #001941;
}

/* line 74, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper td.profile-image {
  width: 46px;
}

/* line 77, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper td.profile-image .image {
  padding-right: 10px;
}

/* line 79, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper td.profile-image .image img {
  width: 39.8px;
  height: 39.8px;
  vertical-align: middle;
}

/* line 86, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper td.profile-image .initials-container {
  width: 39.8px;
  height: 39.8px;
  border-radius: 1.5px;
  background-color: #f2f2f2;
}

/* line 91, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper td.profile-image .initials-container .initials {
  margin: auto;
  padding-top: 6px;
  width: 26px;
  height: 17px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #001941;
}

/* line 102, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper td.profile-image .mask {
  width: 39.8px;
  height: 39.8px;
  border-radius: 29.9px;
  border: solid 1.7px #ffffff;
}

/* line 110, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper span.member-name {
  font-size: 17px;
  color: #001941;
}

/* line 114, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper span.email {
  font-size: 15px;
  color: #001941;
  opacity: 0.7;
}

/* line 121, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper span.name {
  font-size: 24px;
  color: #001941;
}

/* line 125, app/assets/stylesheets/mb-styles/datatables.scss */
.account-main-datatable-wrapper span.company {
  font-size: 17px;
  color: #189cff;
}

/* line 132, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table .meeting-schedule-status {
  margin-right: 8px;
  margin-bottom: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

/* line 140, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table .meeting-schedule-status.draft {
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 2px #856fD7;
}

/* line 144, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table .meeting-schedule-status.awaiting-preferences {
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 2px #F6a819;
}

/* line 148, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table .meeting-schedule-status.preferences-saved {
  background-color: #F6a819;
  box-shadow: inset 0px 0px 0px 2px #F6a819;
}

/* line 152, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table .meeting-schedule-status.selected {
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 2px #00ce50;
}

/* line 156, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table .meeting-schedule-status.scheduled {
  background-color: #00ce50;
  box-shadow: inset 0px 0px 0px 2px #00ce50;
}

/* line 161, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table td {
  vertical-align: middle;
}

/* line 164, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table td img.circle {
  border-radius: 100%;
}

/* line 167, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table td img.profile {
  height: 25px;
}

/* line 172, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table td.company-name {
  font-size: 15px;
  font-weight: 500;
  color: #0f62dc;
}

/* line 178, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table td .profile-images {
  width: 190px;
}

/* line 180, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table td .profile-images .image {
  display: inline-block;
  margin-right: 6px;
}

/* line 183, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table td .profile-images .image img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

/* line 190, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table td .profile-images .initials-container {
  display: inline-block;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  border-radius: 1.5px;
  background-color: #ff675e;
}

/* line 197, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table td .profile-images .initials-container .initials {
  margin: auto;
  padding-top: 2px;
  width: 24px;
  height: 24px;
  font-size: 9.8px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

/* line 208, app/assets/stylesheets/mb-styles/datatables.scss */
.companies-table td .profile-images .mask {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 1.7px #ffffff;
}

/* line 220, app/assets/stylesheets/mb-styles/datatables.scss */
.table-files tr:hover .file-name {
  color: #0f62dc;
}

/* line 223, app/assets/stylesheets/mb-styles/datatables.scss */
.table-files tr:hover .download-button {
  display: block !important;
  max-width: 101px;
  text-align: center;
  margin-left: auto;
  padding: 5px 6px;
  max-width: 88px;
}

/* line 231, app/assets/stylesheets/mb-styles/datatables.scss */
.table-files tr:hover .date {
  display: none;
}

/* line 236, app/assets/stylesheets/mb-styles/datatables.scss */
.table-files td {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* line 244, app/assets/stylesheets/mb-styles/datatables.scss */
tr.clickable {
  cursor: pointer;
}

/* line 249, app/assets/stylesheets/mb-styles/datatables.scss */
.child-tags-table {
  width: 100%;
}

/* line 253, app/assets/stylesheets/mb-styles/datatables.scss */
.child-tags-table tr:hover td.first {
  color: #0f62dc;
}

/* line 258, app/assets/stylesheets/mb-styles/datatables.scss */
.child-tags-table td {
  border-top: 0px solid transparent;
  position: relative;
}

/* line 261, app/assets/stylesheets/mb-styles/datatables.scss */
.child-tags-table td:hover {
  background-color: #FFFFFF;
}

/* line 264, app/assets/stylesheets/mb-styles/datatables.scss */
.child-tags-table td.first {
  border-left: 1px solid #b2bac6;
  padding-left: 0px !important;
  font-size: 17px;
}

/* line 268, app/assets/stylesheets/mb-styles/datatables.scss */
.child-tags-table td.first .line {
  width: 8px;
  height: 1px;
  background-color: #b2bac6;
  display: inline-block;
  vertical-align: middle;
}

/* line 277, app/assets/stylesheets/mb-styles/datatables.scss */
.child-tags-table td.last_tag:after {
  content: "";
  height: 46%;
  width: 1px;
  padding: 0;
  margin: 0;
  background-color: white;
  position: absolute;
  left: -1px;
  bottom: 0px;
}

/* line 293, app/assets/stylesheets/mb-styles/datatables.scss */
#qualifications-table .text-right {
  text-align: right !important;
}

/* line 298, app/assets/stylesheets/mb-styles/datatables.scss */
#categories-table_wrapper, #tags-table_wrapper {
  min-height: 546px;
}

/* line 303, app/assets/stylesheets/mb-styles/datatables.scss */
.table td.larger {
  font-size: 17px;
}

/* line 306, app/assets/stylesheets/mb-styles/datatables.scss */
.table .cs-oval-stats {
  margin-left: auto;
}

/* line 311, app/assets/stylesheets/mb-styles/datatables.scss */
.checkbox-selector-wrapper {
  position: relative;
}

/* line 315, app/assets/stylesheets/mb-styles/datatables.scss */
.checkbox-selector {
  position: absolute;
  top: 5px;
  margin-left: 103px;
}

/* line 322, app/assets/stylesheets/mb-styles/datatables.scss */
.new-remote-data-table-checkboxes thead th {
  padding-bottom: 13px;
}

/* line 324, app/assets/stylesheets/mb-styles/datatables.scss */
.new-remote-data-table-checkboxes thead th.dt-checkboxes-select-all {
  padding-bottom: 16px;
}

/* line 330, app/assets/stylesheets/mb-styles/datatables.scss */
.tagging-counts-wrapper {
  min-width: 120px;
}

@media (max-width: 768px) {
  /* line 335, app/assets/stylesheets/mb-styles/datatables.scss */
  .dataTableConnection tbody > tr > td {
    display: block;
    border-top: 0px solid transparent;
  }
  /* line 339, app/assets/stylesheets/mb-styles/datatables.scss */
  .dataTableConnection .text-right {
    text-align: left;
  }
}

@media (max-width: 768px) {
  /* line 344, app/assets/stylesheets/mb-styles/datatables.scss */
  .dataTable-connections-pagination-container {
    float: left !important;
    margin-top: 8px;
  }
}

/* line 1, app/assets/stylesheets/mb-styles/border.scss */
.btr0 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 6, app/assets/stylesheets/mb-styles/border.scss */
.by2 {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 11, app/assets/stylesheets/mb-styles/border.scss */
.br0 {
  border-radius: 0px;
}

/* line 14, app/assets/stylesheets/mb-styles/border.scss */
.br1 {
  border-radius: 1px;
}

/* line 17, app/assets/stylesheets/mb-styles/border.scss */
.br2 {
  border-radius: 2px;
}

/* line 20, app/assets/stylesheets/mb-styles/border.scss */
.br3 {
  border-radius: 3px;
}

/* line 23, app/assets/stylesheets/mb-styles/border.scss */
.br4 {
  border-radius: 4px;
}

/* line 26, app/assets/stylesheets/mb-styles/border.scss */
.br5 {
  border-radius: 5px;
}

/* line 29, app/assets/stylesheets/mb-styles/border.scss */
.br6 {
  border-radius: 6px;
}

/* line 32, app/assets/stylesheets/mb-styles/border.scss */
.br8 {
  border-radius: 8px;
}

/* line 35, app/assets/stylesheets/mb-styles/border.scss */
.br10 {
  border-radius: 10px;
}

/* line 38, app/assets/stylesheets/mb-styles/border.scss */
.br20 {
  border-radius: 20px;
}

/* line 41, app/assets/stylesheets/mb-styles/border.scss */
.br24 {
  border-radius: 24px;
}

/* line 45, app/assets/stylesheets/mb-styles/border.scss */
.no-border {
  border: 0px solid transparent !important;
}

/* line 49, app/assets/stylesheets/mb-styles/border.scss */
.border-color-gray {
  border: 1px solid #e5e8ec;
}

/* line 53, app/assets/stylesheets/mb-styles/border.scss */
.border-circle {
  border-radius: 50%;
}

/* line 57, app/assets/stylesheets/mb-styles/border.scss */
.border-top-small-gray {
  border-top: 1px solid #c2c2c2;
}

/* line 61, app/assets/stylesheets/mb-styles/border.scss */
.border-full-solid-gray {
  border: solid 1px #ccd1d9;
}

/* line 65, app/assets/stylesheets/mb-styles/border.scss */
.br8-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 70, app/assets/stylesheets/mb-styles/border.scss */
.br8-bottom {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 75, app/assets/stylesheets/mb-styles/border.scss */
.br8-right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 80, app/assets/stylesheets/mb-styles/border.scss */
.br8-left {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 85, app/assets/stylesheets/mb-styles/border.scss */
.cs-violet-border {
  border: solid 2px #C717B2;
}

/* line 2, app/assets/stylesheets/mb-styles/headers.scss */
h1.account-title {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

/* line 10, app/assets/stylesheets/mb-styles/headers.scss */
h2.account-main-box-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.43;
  color: #1e2963;
  margin: 0 0 24px 0;
}

/* line 1, app/assets/stylesheets/mb-styles/sortable.scss */
.scope-box {
  padding-bottom: 0px;
}

/* line 5, app/assets/stylesheets/mb-styles/sortable.scss */
#scopes {
  width: 100%;
}

/* line 8, app/assets/stylesheets/mb-styles/sortable.scss */
#scopes .scope {
  padding: 10px;
  float: left;
  clear: none;
  min-width: 12%;
  border-radius: 2px;
  background-color: #ffffff;
}

/* line 15, app/assets/stylesheets/mb-styles/sortable.scss */
#scopes .scope i {
  padding-left: 8px;
  color: #bfbfbf;
}

/* line 19, app/assets/stylesheets/mb-styles/sortable.scss */
#scopes .scope input {
  display: inline-block;
  margin-top: -20px;
  vertical-align: middle;
}

/* line 24, app/assets/stylesheets/mb-styles/sortable.scss */
#scopes .scope label {
  display: inline-block;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  color: #001940;
}

/* line 31, app/assets/stylesheets/mb-styles/sortable.scss */
#scopes .scope label .available {
  opacity: 0.7;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  color: #001940;
}

/* line 40, app/assets/stylesheets/mb-styles/sortable.scss */
#scopes .scope:last-of-type {
  border-right: none;
}

/* line 45, app/assets/stylesheets/mb-styles/sortable.scss */
h5.sortable {
  padding-top: 8px;
}

/* line 48, app/assets/stylesheets/mb-styles/sortable.scss */
h5.sortable span.company-name {
  font-weight: bold;
}

/* line 53, app/assets/stylesheets/mb-styles/sortable.scss */
.meeting-schedule-wrapper > .smooth-dnd-container {
  height: 690px;
}

/* line 57, app/assets/stylesheets/mb-styles/sortable.scss */
#meeting_scheduling {
  min-height: 790px;
}

/* line 61, app/assets/stylesheets/mb-styles/sortable.scss */
ul#available_fields, ul#available_companies {
  height: 580px;
}

/* line 65, app/assets/stylesheets/mb-styles/sortable.scss */
ul.report_available_fields {
  height: 300px !important;
}

/* line 69, app/assets/stylesheets/mb-styles/sortable.scss */
ul#available_fields, ul#available_companies, .meeting-schedule-wrapper > .smooth-dnd-container {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  padding-right: 16px;
  padding-left: 4px;
}

/* line 77, app/assets/stylesheets/mb-styles/sortable.scss */
.available-companies {
  border-radius: 10px;
  height: 580px;
  overflow-y: auto;
}

/* line 83, app/assets/stylesheets/mb-styles/sortable.scss */
ul#selected_fields, ul#selected_companies, .selected-companies {
  border-radius: 10px;
  background-color: #f7f8f9;
  padding: 10px 16px 10px 16px;
  height: 710px;
  overflow-y: scroll;
}

/* line 90, app/assets/stylesheets/mb-styles/sortable.scss */
ul#selected_fields .instructions, ul#selected_companies .instructions, .selected-companies .instructions {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 110px;
}

/* line 95, app/assets/stylesheets/mb-styles/sortable.scss */
ul#selected_fields .instructions .icon, ul#selected_companies .instructions .icon, .selected-companies .instructions .icon {
  margin: auto;
  display: block;
}

/* line 100, app/assets/stylesheets/mb-styles/sortable.scss */
ul#selected_fields .instructions span, ul#selected_companies .instructions span, .selected-companies .instructions span {
  padding-top: 16px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
  color: #001941;
  color: var(--navy);
}

/* line 113, app/assets/stylesheets/mb-styles/sortable.scss */
ul.report_selected_fields {
  height: 320px !important;
}

/* line 117, app/assets/stylesheets/mb-styles/sortable.scss */
.collapsed-main-column-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  /* line 117, app/assets/stylesheets/mb-styles/sortable.scss */
  .collapsed-main-column-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* line 127, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field, li.selected_field, li.available-company, li.selected_company, .drag-item {
  padding-top: 10px;
  padding-bottom: 14px;
  margin-top: 8px;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 2px rgba(0, 25, 65, 0.1);
  cursor: pointer;
  position: relative;
}

/* line 139, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field:last-child, li.selected_field:last-child, li.available-company:last-child, li.selected_company:last-child, .drag-item:last-child {
  margin-bottom: 75px;
}

/* line 143, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field.unread::after, li.selected_field.unread::after, li.available-company.unread::after, li.selected_company.unread::after, .drag-item.unread::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 16px solid #ffffff;
  clear: both;
  background-color: #fd6862;
}

/* line 157, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field.dragging-item.unread::after, li.selected_field.dragging-item.unread::after, li.available-company.dragging-item.unread::after, li.selected_company.dragging-item.unread::after, .drag-item.dragging-item.unread::after {
  background-color: transparent;
  border-color: transparent;
}

/* line 163, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field .grippie, li.selected_field .grippie, li.available-company .grippie, li.selected_company .grippie, .drag-item .grippie {
  padding-left: 16px;
  padding-right: 16px;
}

/* line 168, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field .main-section, li.selected_field .main-section, li.available-company .main-section, li.selected_company .main-section, .drag-item .main-section {
  margin-left: 42px;
}

/* line 171, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field span, li.selected_field span, li.available-company span, li.selected_company span, .drag-item span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.47;
  text-align: left;
  color: #001941;
  color: var(--navy);
  vertical-align: middle;
}

/* line 179, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field span.subtitle, li.selected_field span.subtitle, li.available-company span.subtitle, li.selected_company span.subtitle, .drag-item span.subtitle {
  display: block;
  color: #001941;
  color: var(--navy);
  opacity: 0.5;
  font-size: 13px;
  font-weight: 600;
}

/* line 188, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field .company-name, li.selected_field .company-name, li.available-company .company-name, li.selected_company .company-name, .drag-item .company-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.47;
  text-align: left;
  color: #001941;
  color: var(--navy);
  vertical-align: middle;
  white-space: pre-wrap;
}

/* line 198, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field .company-address, li.selected_field .company-address, li.available-company .company-address, li.selected_company .company-address, .drag-item .company-address {
  display: block;
  color: #001941;
  color: var(--navy);
  opacity: 0.5;
  font-size: 13px;
  font-weight: 600;
  white-space: pre-wrap;
}

/* line 207, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field .tag, li.selected_field .tag, li.available-company .tag, li.selected_company .tag, .drag-item .tag {
  float: left;
  border-radius: 4px;
  color: #FFF;
}

/* line 211, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field .tag.custom_question, li.selected_field .tag.custom_question, li.available-company .tag.custom_question, li.selected_company .tag.custom_question, .drag-item .tag.custom_question {
  background-color: #8572d4;
}

/* line 214, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field .tag.price_tier, li.selected_field .tag.price_tier, li.available-company .tag.price_tier, li.selected_company .tag.price_tier, .drag-item .tag.price_tier {
  background-color: #189cff;
}

/* line 217, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field .tag.conditional_custom_question, li.selected_field .tag.conditional_custom_question, li.available-company .tag.conditional_custom_question, li.selected_company .tag.conditional_custom_question, .drag-item .tag.conditional_custom_question {
  color: #001941;
  background-color: #ffffff;
  border: 1px solid #8572d4;
}

/* line 223, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field .company-button-options, li.selected_field .company-button-options, li.available-company .company-button-options, li.selected_company .company-button-options, .drag-item .company-button-options {
  display: inline-block;
  margin-left: auto;
  min-width: 75px;
}

/* line 228, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field .options, li.selected_field .options, li.available-company .options, li.selected_company .options, .drag-item .options {
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 0px 1px #d2d7dd;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  /* line 228, app/assets/stylesheets/mb-styles/sortable.scss */
  li.available-field .options, li.selected_field .options, li.available-company .options, li.selected_company .options, .drag-item .options {
    float: none;
  }
}

/* line 238, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field .options .fa-info, li.selected_field .options .fa-info, li.available-company .options .fa-info, li.selected_company .options .fa-info, .drag-item .options .fa-info {
  color: #001941;
}

/* line 241, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field .options:hover, li.selected_field .options:hover, li.available-company .options:hover, li.selected_company .options:hover, .drag-item .options:hover {
  box-shadow: inset 0px 0px 0px 2px #0f62dc;
}

/* line 243, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field .options:hover i, li.selected_field .options:hover i, li.available-company .options:hover i, li.selected_company .options:hover i, .drag-item .options:hover i {
  color: #0f62dc;
}

/* line 247, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field .options i, li.selected_field .options i, li.available-company .options i, li.selected_company .options i, .drag-item .options i {
  padding: 10px;
}

/* line 251, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field i.medium-icon-buttons, li.selected_field i.medium-icon-buttons, li.available-company i.medium-icon-buttons, li.selected_company i.medium-icon-buttons, .drag-item i.medium-icon-buttons {
  width: 23px;
  height: 23px;
  font-size: 19px;
  text-align: center;
  line-height: 26px;
}

/* line 258, app/assets/stylesheets/mb-styles/sortable.scss */
li.available-field i.custom-icon-buttons, li.selected_field i.custom-icon-buttons, li.available-company i.custom-icon-buttons, li.selected_company i.custom-icon-buttons, .drag-item i.custom-icon-buttons {
  width: 35px;
  height: 39px;
  font-size: 19px;
  text-align: center;
  line-height: 23px;
}

/* line 270, app/assets/stylesheets/mb-styles/sortable.scss */
ul#available_fields li.available-company .drag-item-content, ul#available_fields .drag-item .drag-item-content, ul#selected_fields li.available-company .drag-item-content, ul#selected_fields .drag-item .drag-item-content, ul#available_companies li.available-company .drag-item-content, ul#available_companies .drag-item .drag-item-content, ul#selected_companies li.available-company .drag-item-content, ul#selected_companies .drag-item .drag-item-content, .meeting-schedule-wrapper li.available-company .drag-item-content, .meeting-schedule-wrapper .drag-item .drag-item-content {
  display: flex;
}

/* line 272, app/assets/stylesheets/mb-styles/sortable.scss */
ul#available_fields li.available-company .drag-item-content .grippie-wrapper, ul#available_fields .drag-item .drag-item-content .grippie-wrapper, ul#selected_fields li.available-company .drag-item-content .grippie-wrapper, ul#selected_fields .drag-item .drag-item-content .grippie-wrapper, ul#available_companies li.available-company .drag-item-content .grippie-wrapper, ul#available_companies .drag-item .drag-item-content .grippie-wrapper, ul#selected_companies li.available-company .drag-item-content .grippie-wrapper, ul#selected_companies .drag-item .drag-item-content .grippie-wrapper, .meeting-schedule-wrapper li.available-company .drag-item-content .grippie-wrapper, .meeting-schedule-wrapper .drag-item .drag-item-content .grippie-wrapper {
  min-width: 46px;
}

/* line 275, app/assets/stylesheets/mb-styles/sortable.scss */
ul#available_fields li.available-company .drag-item-content .main-section, ul#available_fields .drag-item .drag-item-content .main-section, ul#selected_fields li.available-company .drag-item-content .main-section, ul#selected_fields .drag-item .drag-item-content .main-section, ul#available_companies li.available-company .drag-item-content .main-section, ul#available_companies .drag-item .drag-item-content .main-section, ul#selected_companies li.available-company .drag-item-content .main-section, ul#selected_companies .drag-item .drag-item-content .main-section, .meeting-schedule-wrapper li.available-company .drag-item-content .main-section, .meeting-schedule-wrapper .drag-item .drag-item-content .main-section {
  display: inline-block;
  margin-left: 0px;
  white-space: initial;
}

/* line 281, app/assets/stylesheets/mb-styles/sortable.scss */
ul#available_fields li.available-company.hidden, ul#available_fields .drag-item.hidden, ul#selected_fields li.available-company.hidden, ul#selected_fields .drag-item.hidden, ul#available_companies li.available-company.hidden, ul#available_companies .drag-item.hidden, ul#selected_companies li.available-company.hidden, ul#selected_companies .drag-item.hidden, .meeting-schedule-wrapper li.available-company.hidden, .meeting-schedule-wrapper .drag-item.hidden {
  display: none;
}

/* line 284, app/assets/stylesheets/mb-styles/sortable.scss */
ul#available_fields li.available-company.pending, ul#available_fields .drag-item.pending, ul#selected_fields li.available-company.pending, ul#selected_fields .drag-item.pending, ul#available_companies li.available-company.pending, ul#available_companies .drag-item.pending, ul#selected_companies li.available-company.pending, ul#selected_companies .drag-item.pending, .meeting-schedule-wrapper li.available-company.pending, .meeting-schedule-wrapper .drag-item.pending {
  cursor: auto;
  border: solid 2px #f10088 !important;
}

/* line 287, app/assets/stylesheets/mb-styles/sortable.scss */
ul#available_fields li.available-company.pending .modal-link, ul#available_fields .drag-item.pending .modal-link, ul#selected_fields li.available-company.pending .modal-link, ul#selected_fields .drag-item.pending .modal-link, ul#available_companies li.available-company.pending .modal-link, ul#available_companies .drag-item.pending .modal-link, ul#selected_companies li.available-company.pending .modal-link, ul#selected_companies .drag-item.pending .modal-link, .meeting-schedule-wrapper li.available-company.pending .modal-link, .meeting-schedule-wrapper .drag-item.pending .modal-link {
  cursor: pointer;
}

/* line 291, app/assets/stylesheets/mb-styles/sortable.scss */
ul#available_fields li.available-company .company-accept-reject-buttons, ul#available_fields .drag-item .company-accept-reject-buttons, ul#selected_fields li.available-company .company-accept-reject-buttons, ul#selected_fields .drag-item .company-accept-reject-buttons, ul#available_companies li.available-company .company-accept-reject-buttons, ul#available_companies .drag-item .company-accept-reject-buttons, ul#selected_companies li.available-company .company-accept-reject-buttons, ul#selected_companies .drag-item .company-accept-reject-buttons, .meeting-schedule-wrapper li.available-company .company-accept-reject-buttons, .meeting-schedule-wrapper .drag-item .company-accept-reject-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 301, app/assets/stylesheets/mb-styles/sortable.scss */
#section-positions > li, #sortable-list-wrapper > li {
  display: flex;
  font-size: 15px;
  font-weight: 600;
  color: #001941;
}

/* line 310, app/assets/stylesheets/mb-styles/sortable.scss */
.rotate-2 {
  transform: rotate(2deg);
}

/* line 315, app/assets/stylesheets/mb-styles/sortable.scss */
.fancy-scrollbar::-webkit-scrollbar-track, .smooth-dnd-container::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #F5F5F5;
}

/* line 319, app/assets/stylesheets/mb-styles/sortable.scss */
.fancy-scrollbar::-webkit-scrollbar, .smooth-dnd-container::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

/* line 323, app/assets/stylesheets/mb-styles/sortable.scss */
.fancy-scrollbar::-webkit-scrollbar-thumb, .smooth-dnd-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 25, 65, 0.5);
}

/* line 330, app/assets/stylesheets/mb-styles/sortable.scss */
.fancy-scrollbar-thin::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}

/* line 334, app/assets/stylesheets/mb-styles/sortable.scss */
.fancy-scrollbar-thin::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

/* line 338, app/assets/stylesheets/mb-styles/sortable.scss */
.fancy-scrollbar-thin::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 25, 65, 0.3);
}

/* line 344, app/assets/stylesheets/mb-styles/sortable.scss */
.list-item-style {
  padding-top: 10px;
  padding-bottom: 14px;
  margin-top: 8px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background-color: #f8f9fa;
  border: solid 2px transparent;
  cursor: pointer;
}

/* line 354, app/assets/stylesheets/mb-styles/sortable.scss */
.list-item-style .no-border {
  border: solid 0px transparent;
}

/* line 357, app/assets/stylesheets/mb-styles/sortable.scss */
.list-item-style .list-item-border {
  border: solid 2px rgba(0, 25, 65, 0.1);
  padding-top: 10px;
  padding-bottom: 14px;
  margin-top: 8px;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  display: flex;
}

/* line 367, app/assets/stylesheets/mb-styles/sortable.scss */
.list-item-style .left-side {
  display: inherit;
}

/* line 370, app/assets/stylesheets/mb-styles/sortable.scss */
.list-item-style .gray-out {
  opacity: .3;
}

/* line 373, app/assets/stylesheets/mb-styles/sortable.scss */
.list-item-style .drag-icon {
  cursor: pointer;
}

/* line 376, app/assets/stylesheets/mb-styles/sortable.scss */
.list-item-style .toggle-options {
  margin-left: auto;
}

/* line 378, app/assets/stylesheets/mb-styles/sortable.scss */
.list-item-style .toggle-options .selected {
  color: #0f62dc;
  opacity: 1;
}

/* line 382, app/assets/stylesheets/mb-styles/sortable.scss */
.list-item-style .toggle-options span {
  cursor: pointer;
}

/* line 386, app/assets/stylesheets/mb-styles/sortable.scss */
.list-item-style .edit-area {
  display: flex;
  align-items: center;
}

/* line 389, app/assets/stylesheets/mb-styles/sortable.scss */
.list-item-style .edit-area a {
  color: #001941;
  font-weight: 600;
}

/* line 394, app/assets/stylesheets/mb-styles/sortable.scss */
.list-item-style.unsortable {
  cursor: not-allowed;
  background-color: #ffffff;
  border: solid 2px #f2f3f5;
  box-shadow: 0 0 0 0;
}

/* line 407, app/assets/stylesheets/mb-styles/sortable.scss */
.smooth-dnd-container.horizontal {
  white-space: inherit !important;
}

/* line 411, app/assets/stylesheets/mb-styles/sortable.scss */
.smooth-dnd-container h4, .smooth-dnd-container h5 {
  white-space: pre-wrap;
}

/* line 1, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill {
  display: inline-block;
  min-width: 10px;
  padding: 5px 8px 7px 8px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 11px;
}

/* line 14, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill.wrap-text {
  white-space: normal;
}

/* line 19, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-spaced {
  padding: 5px 9px 7px 9px;
  letter-spacing: 1px;
}

/* line 24, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-gray {
  color: #fff;
  background-color: #BFBFBF;
}

/* line 29, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-light-gray {
  color: #4c5e7a;
  background-color: #BFBFBF;
}

/* line 34, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-dark-gray {
  color: #fff;
  background-color: #7f8ca0;
}

/* line 39, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-pink {
  color: #f10088;
  background-color: #ffe8f5;
}

/* line 44, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-pink-light {
  color: #f10088;
  background-color: #fde5f3;
}

/* line 49, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-pink-alt {
  color: #FFFFFF;
  background-color: #f10088;
}

/* line 54, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-green {
  color: #00712c;
  background-color: #e5faed;
}

/* line 59, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-green-outline {
  color: #00712c;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 2px #e5faed;
}

/* line 65, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-green-alt {
  color: #036651;
  background-color: #CDF2ED;
}

/* line 70, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-green-alt-two {
  color: #0f8199;
  background-color: rgba(56, 188, 215, 0.2);
}

/* line 75, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-violet {
  color: #624bb5;
  background-color: #e8e4fb;
}

/* line 80, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-violet-outline {
  color: #624bb5;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 2px #e8e4fb;
}

/* line 86, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-violet-alt {
  background-color: #eae9fd;
  color: #1F29EC;
}

/* line 91, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-violet-two {
  color: #c717b2;
  background-color: #fbeef9;
}

/* line 96, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-red-error {
  color: white;
  background-color: #fd6862;
}

/* line 101, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-blue {
  color: #0f62dc;
  background-color: #e7effb;
}

/* line 106, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-blue-outline {
  color: #0f62dc;
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #5791e6 inset;
}

/* line 112, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-alt-blue {
  background-color: #0f62dc;
  color: #e7effb;
}

/* line 117, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-blue-alt-two {
  background-color: #e8e9fd;
  color: #1f29ec;
}

/* line 122, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-blue-alt-three {
  background-color: #035dff;
  color: #FFFFFF;
}

/* line 127, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill-white {
  background-color: #FFFFFF;
  color: #4c5e7a;
}

/* line 132, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill:empty {
  display: none;
}

/* line 135, app/assets/stylesheets/mb-styles/pills.scss */
.cs-pill:empty {
  display: none;
}

/* line 139, app/assets/stylesheets/mb-styles/pills.scss */
.cs-color-black-10-pill {
  color: #001941;
  background-color: #e5e8ec;
}

/* line 144, app/assets/stylesheets/mb-styles/pills.scss */
.cs-color-blue-10-pill {
  color: #0f62dc;
  background-color: #e7effb;
}

/* line 149, app/assets/stylesheets/mb-styles/pills.scss */
.cs-color-pink-10-pill {
  color: #f10088;
  background-color: #fde5f3;
}

/* line 154, app/assets/stylesheets/mb-styles/pills.scss */
.cs-color-violet-10-pill {
  color: #c717b2;
  background-color: #fbeef9;
}

/* line 159, app/assets/stylesheets/mb-styles/pills.scss */
.cs-orange-10-pill {
  color: #fa7215;
  background-color: #fff1ea;
}

/* line 164, app/assets/stylesheets/mb-styles/pills.scss */
.cs-green-10-pill {
  color: #39d6c2;
  background-color: #ebfbf9;
}

/* line 169, app/assets/stylesheets/mb-styles/pills.scss */
.cs-red-10-pill {
  color: #f63c4c;
  background-color: #ffebea;
}

/* line 174, app/assets/stylesheets/mb-styles/pills.scss */
.cs-mustard-10-pill {
  color: #F6A819;
  background-color: #fff5e6;
}

@-webkit-keyframes progress-active {
  0% {
    opacity: .1;
    width: 0;
  }
  5% {
    opacity: .5;
    width: 0;
  }
  to {
    opacity: .1;
    width: 100%;
  }
}

@keyframes progress-active {
  0% {
    opacity: .1;
    width: 0;
  }
  5% {
    opacity: .5;
    width: 0;
  }
  to {
    opacity: .1;
    width: 100%;
  }
}

/* line 18, app/assets/stylesheets/mb-styles/progress.scss */
.cs-progress-bar {
  position: relative;
  width: 200px;
  height: 4px;
  border-radius: 2px;
}

/* line 24, app/assets/stylesheets/mb-styles/progress.scss */
.filler-outer, .filler-trail {
  border-radius: 2px;
  height: 4px;
  transition: width .2s ease-in;
}

/* line 29, app/assets/stylesheets/mb-styles/progress.scss */
.filler-trail.submitting {
  -webkit-animation: progress-active 1s ease-in infinite;
          animation: progress-active 1s ease-in infinite;
}

/* line 32, app/assets/stylesheets/mb-styles/progress.scss */
.cs-progress-bar-stat, .cs-progress-bar-stat-thick {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 2px;
}

/* line 37, app/assets/stylesheets/mb-styles/progress.scss */
.cs-progress-bar-stat .filler-outer, .cs-progress-bar-stat-thick .filler-outer, .cs-progress-bar-stat .filler-trail, .cs-progress-bar-stat-thick .filler-trail {
  height: 8px;
}

/* line 41, app/assets/stylesheets/mb-styles/progress.scss */
.cs-progress-bar-stat-thick {
  height: 24px;
}

/* line 44, app/assets/stylesheets/mb-styles/progress.scss */
.cs-progress-bar-stat-thick .filler-outer, .cs-progress-bar-stat-thick .filler-trail {
  height: 24px;
  min-width: 24px;
}

/* line 48, app/assets/stylesheets/mb-styles/progress.scss */
.cs-progress-bar-stat-thick .filler-outer {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 54, app/assets/stylesheets/mb-styles/progress.scss */
.filler-current-number {
  float: right;
  margin-top: 1px;
  margin-right: 8px;
  color: #ffffff;
  cursor: default;
}

/* line 62, app/assets/stylesheets/mb-styles/progress.scss */
.filler-total-number {
  position: relative;
  color: #4c5e7a;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  cursor: default;
}

/* line 1, app/assets/stylesheets/mb-styles/redactor_override.scss */
.redactor-toolbar {
  box-shadow: none;
  padding: 18px 16px 0 16px !important;
}

/* line 7, app/assets/stylesheets/mb-styles/redactor_override.scss */
.wysiwyg-editor-styling, .redactor-styles {
  color: #001941;
}

/* line 9, app/assets/stylesheets/mb-styles/redactor_override.scss */
.wysiwyg-editor-styling div, .redactor-styles div {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
}

/* line 14, app/assets/stylesheets/mb-styles/redactor_override.scss */
.wysiwyg-editor-styling h1, .redactor-styles h1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.33;
}

/* line 19, app/assets/stylesheets/mb-styles/redactor_override.scss */
.wysiwyg-editor-styling h2, .redactor-styles h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}

/* line 24, app/assets/stylesheets/mb-styles/redactor_override.scss */
.wysiwyg-editor-styling h3, .redactor-styles h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  margin-top: 0px;
}

/* line 30, app/assets/stylesheets/mb-styles/redactor_override.scss */
.wysiwyg-editor-styling p, .redactor-styles p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  margin: 0px 8px;
}

/* line 36, app/assets/stylesheets/mb-styles/redactor_override.scss */
.wysiwyg-editor-styling a, .redactor-styles a {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  color: #358eff;
}

/* line 42, app/assets/stylesheets/mb-styles/redactor_override.scss */
.wysiwyg-editor-styling img, .wysiwyg-editor-styling iframe, .redactor-styles img, .redactor-styles iframe {
  max-width: 100%;
}

/* line 45, app/assets/stylesheets/mb-styles/redactor_override.scss */
.wysiwyg-editor-styling ol ol li, .redactor-styles ol ol li {
  list-style-type: lower-alpha;
}

/* line 48, app/assets/stylesheets/mb-styles/redactor_override.scss */
.wysiwyg-editor-styling ol ol ol li, .redactor-styles ol ol ol li {
  list-style-type: lower-roman;
}

/* line 51, app/assets/stylesheets/mb-styles/redactor_override.scss */
.wysiwyg-editor-styling ol, .wysiwyg-editor-styling ol ol, .wysiwyg-editor-styling ol ul, .wysiwyg-editor-styling ul, .wysiwyg-editor-styling ul ol, .wysiwyg-editor-styling ul ul, .redactor-styles ol, .redactor-styles ol ol, .redactor-styles ol ul, .redactor-styles ul, .redactor-styles ul ol, .redactor-styles ul ul {
  margin: 0 0 0 1.5em;
  padding: 0;
}

/* line 1, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat *, .str-chat *::after, .str-chat *::before {
  font-family: inherit !important;
}

/* line 5, app/assets/stylesheets/mb-styles/chat.scss */
.no-account-chat-placeholder {
  height: 424px;
  background-color: #f8f9fa;
  border-radius: 8px;
}

/* line 12, app/assets/stylesheets/mb-styles/chat.scss */
.no-account-chat-placeholder i {
  font-size: 26px;
}

/* line 17, app/assets/stylesheets/mb-styles/chat.scss */
.live-chat-icon {
  margin-top: 1px;
}

/* line 21, app/assets/stylesheets/mb-styles/chat.scss */
.fa-center-icon-wrapper {
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
}

/* line 30, app/assets/stylesheets/mb-styles/chat.scss */
.chat-message-list-wrapper i {
  font-family: "Font Awesome 5 Pro" !important;
}

/* line 35, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat-channel {
  max-height: 100% !important;
  height: 100% !important;
}

/* line 40, app/assets/stylesheets/mb-styles/chat.scss */
.livestream.str-chat .str-chat__input {
  padding: 0px !important;
  box-shadow: none !important;
}

/* line 44, app/assets/stylesheets/mb-styles/chat.scss */
.livestream.str-chat .str-chat__input textarea {
  border: none !important;
  padding-left: 16px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-right: 16px !important;
}

/* line 52, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__list {
  height: calc(100vh - 308px);
}

/* line 56, app/assets/stylesheets/mb-styles/chat.scss */
.chat-right-panel .str-chat__list {
  height: calc(100vh - 223px);
}

/* line 60, app/assets/stylesheets/mb-styles/chat.scss */
.chat-right-panel-live-stream .str-chat__list {
  height: calc(100vh - 297px);
}

/* line 63, app/assets/stylesheets/mb-styles/chat.scss */
.chat-right-panel-live-stream {
  margin-right: 16px;
}

/* line 67, app/assets/stylesheets/mb-styles/chat.scss */
.chat-message-input-wrapper {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 71, app/assets/stylesheets/mb-styles/chat.scss */
.chat-message-input-empty {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 48px;
}

/* line 77, app/assets/stylesheets/mb-styles/chat.scss */
.chat-message-list-wrapper {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}

/* line 81, app/assets/stylesheets/mb-styles/chat.scss */
.chat-message-list-wrapper .message-list-wrapper {
  position: relative;
}

/* line 86, app/assets/stylesheets/mb-styles/chat.scss */
.livestream.str-chat .str-chat__list {
  padding: 0px !important;
}

/* line 91, app/assets/stylesheets/mb-styles/chat.scss */
.rfu-file-upload-button label {
  margin-bottom: 0px !important;
}

/* line 96, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__input .rfu-file-upload-button {
  right: 29px !important;
  top: calc(100% - 39px) !important;
}

/* line 101, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__input-emojiselect {
  right: 0px !important;
  top: calc(100% - 41px) !important;
}

/* line 106, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__send-button {
  display: block !important;
}

/* line 111, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message--me .str-chat__message-inner, .str-chat__message-simple--me .str-chat__message-inner {
  margin-left: unset !important;
}

/* line 115, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message-inner, .str-chat__message-simple-inner {
  margin-right: unset !important;
}

/* line 119, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message-text-inner, .str-chat__message-simple-text-inner {
  line-height: 1.33 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  padding: 6px 8px 8px 8px !important;
  background-color: #E5E8EC !important;
  border: none !important;
  color: #001941;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* line 132, app/assets/stylesheets/mb-styles/chat.scss */
.pinned-message .str-chat__message-text-inner, .pinned-message .str-chat__message-simple-text-inner {
  background-color: #001941 !important;
  color: #FFFFFF !important;
}

/* line 137, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message--me .str-chat__message-text-inner, .str-chat__message-simple--me .str-chat__message-text-inner {
  color: #f8f9fa !important;
  background-image: linear-gradient(79deg, #2177ed 0%, #424dd0 100%) !important;
  background-color: transparent;
  background: transparent;
  padding: 6px 8px 8px 8px !important;
}

/* line 143, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message--me .str-chat__message-text-inner p, .str-chat__message-simple--me .str-chat__message-text-inner p {
  color: #f8f9fa !important;
}

/* line 148, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message--me .str-chat__message-simple-text-inner a {
  color: #f8f9fa !important;
  text-decoration: underline !important;
}

/* line 153, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message-simple-text-inner {
  text-align: left;
  max-width: 460px !important;
}

/* line 158, app/assets/stylesheets/mb-styles/chat.scss */
.pinned-message .str-chat__message-text-inner p, .pinned-message .str-chat__message-simple-text-inner p {
  color: #FFFFFF !important;
}

/* line 162, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__date-separator {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 167, app/assets/stylesheets/mb-styles/chat.scss */
.livestream.str-chat .str-chat__input-footer {
  background: transparent !important;
}

/* line 172, app/assets/stylesheets/mb-styles/chat.scss */
.close-chat-wrapper i {
  font-size: 23px;
}

/* line 175, app/assets/stylesheets/mb-styles/chat.scss */
.close-chat-wrapper:hover {
  opacity: 0.7;
}

/* line 178, app/assets/stylesheets/mb-styles/chat.scss */
.close-chat-wrapper i.fa-external-link {
  font-size: 17px;
}

/* line 183, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__header-hamburger i.fa-arrow-left {
  font-size: 20px;
  margin-top: 4px;
}

/* line 187, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__header-hamburger:hover {
  opacity: 0.7;
}

/* line 191, app/assets/stylesheets/mb-styles/chat.scss */
.expo-chat-button-wrapper {
  position: fixed;
  right: 16px;
  bottom: 16px;
}

/* line 195, app/assets/stylesheets/mb-styles/chat.scss */
.expo-chat-button-wrapper .live-chat-icon-wrapper-style {
  width: 56px;
  margin-left: auto;
  box-shadow: 0px 8px 12px 0px #00000016;
}

/* line 201, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__textarea {
  max-height: 58px;
  overflow: scroll;
}

/* line 206, app/assets/stylesheets/mb-styles/chat.scss */
.rfu-image-previewer {
  border-radius: 5px;
  padding: 8px;
  max-height: 78px !important;
  overflow: scroll !important;
  position: absolute !important;
  bottom: 50px;
  width: 100%;
  left: 20px;
  margin-bottom: 16px;
  width: 100%;
  background-color: #4c5e7a;
}

/* line 220, app/assets/stylesheets/mb-styles/chat.scss */
.rfu-file-previewer {
  position: absolute !important;
  bottom: 50px;
  width: 100%;
  left: 20px;
  padding: 8px;
  background-color: #4c5e7a;
}

/* line 227, app/assets/stylesheets/mb-styles/chat.scss */
.rfu-file-previewer .rfu-file-previewer__file {
  background-color: #FFFFFF;
}

/* line 230, app/assets/stylesheets/mb-styles/chat.scss */
.rfu-file-previewer .rfu-file-previewer ol {
  margin: 8px;
  border-radius: 5px;
}

/* line 234, app/assets/stylesheets/mb-styles/chat.scss */
.rfu-file-previewer .rfu-file-previewer ol li {
  border-radius: 5px;
  margin-bottom: 4px;
}

/* line 240, app/assets/stylesheets/mb-styles/chat.scss */
.rfu-image-previewer + .rfu-file-previewer {
  bottom: 138px;
}

/* line 244, app/assets/stylesheets/mb-styles/chat.scss */
.toggle-toolbar-wrapper {
  padding: 4px;
  border-radius: 20px;
  background-color: #40475a;
  display: flex;
  align-self: center;
}

/* line 250, app/assets/stylesheets/mb-styles/chat.scss */
.toggle-toolbar-wrapper .cs-turquoise-gradient-btn {
  padding: 6px 12px 7px;
}

/* line 253, app/assets/stylesheets/mb-styles/chat.scss */
.toggle-toolbar-wrapper .toolbar-option {
  cursor: pointer;
  color: #FFFFFF;
  padding: 6px 12px 7px;
  margin-left: 4px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

/* line 261, app/assets/stylesheets/mb-styles/chat.scss */
.toggle-toolbar-wrapper .toolbar-option:hover {
  background-color: #242e3d;
}

/* line 264, app/assets/stylesheets/mb-styles/chat.scss */
.toggle-toolbar-wrapper .toolbar-option i {
  color: #FFFFFF;
}

/* line 267, app/assets/stylesheets/mb-styles/chat.scss */
.toggle-toolbar-wrapper .toolbar-option .fa-magic {
  margin-top: 4px;
}

/* line 270, app/assets/stylesheets/mb-styles/chat.scss */
.toggle-toolbar-wrapper .toolbar-option.active {
  color: #001941;
  background-color: #FFFFFF;
}

/* line 273, app/assets/stylesheets/mb-styles/chat.scss */
.toggle-toolbar-wrapper .toolbar-option.active i {
  color: #001941;
}

/* line 279, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message-text-inner--is-emoji, .str-chat__message-simple-text-inner--is-emoji {
  font-size: 32px !important;
}

/* line 282, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message-text-inner--is-emoji p, .str-chat__message-simple-text-inner--is-emoji p {
  font-size: 32px !important;
}

/* line 287, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message-simple__actions {
  position: absolute;
  top: 1px !important;
  right: 1px !important;
  left: inherit !important;
  display: flex;
  align-items: center !important;
  justify-content: space-between !important;
  width: 60px;
  height: 24px;
  border-radius: 12px;
  border-top-right-radius: 7px;
  background: white;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  z-index: 10;
  visibility: hidden;
  padding: 0 8px;
  min-width: inherit !important;
  margin-top: 0px !important;
}

/* line 308, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__li:hover .str-chat__message-simple__actions {
  visibility: visible;
}

/* line 311, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__li:hover .str-chat__message-simple__actions__action--options, .str-chat__li:hover .str-chat__message-simple__actions__action--reactions {
  display: flex !important;
}

/* line 315, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message-simple__actions__action svg {
  fill: #001941;
}

/* line 318, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__modal__inner .str-chat__textarea {
  max-height: inherit;
  overflow: inherit;
}

/* line 322, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__date-separator {
  padding: 0px !important;
}

/* line 326, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message-actions-box {
  bottom: -7px !important;
}

/* line 330, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message-simple-status {
  display: none;
}

/* line 333, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__input-footer {
  display: none !important;
}

/* line 337, app/assets/stylesheets/mb-styles/chat.scss */
.chat-blue-online-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2d68e3;
}

/* line 343, app/assets/stylesheets/mb-styles/chat.scss */
.chat-pink-dot {
  display: block;
  width: 12px;
  font-size: 12px;
  height: 12px;
  color: white;
  font-weight: 500;
  border-radius: 50%;
  background-color: #f10088;
  text-align: center;
}

/* line 354, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat_channel-preview-messenger--notification-area {
  flex: 1 1 auto;
  width: 20px;
}

/* line 358, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__channel-preview-messenger--unread .str-chat__channel-preview-messenger--last-message {
  font-weight: bold;
}

/* line 361, app/assets/stylesheets/mb-styles/chat.scss */
.pin-message-wrapper {
  position: absolute;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  background-color: #f8f9fa;
}

/* line 367, app/assets/stylesheets/mb-styles/chat.scss */
.pin-message-wrapper .message-wrapper {
  word-break: break-word;
  overflow-wrap: break-word;
}

/* line 373, app/assets/stylesheets/mb-styles/chat.scss */
.plannner-chat-expand {
  position: absolute;
  right: 46px;
  top: 43px;
  z-index: 10;
  font-size: 24px;
  cursor: pointer;
  color: #1F29EC;
}

/* line 381, app/assets/stylesheets/mb-styles/chat.scss */
.plannner-chat-expand.full-screen {
  right: 26px;
  top: 92px;
}

/* line 387, app/assets/stylesheets/mb-styles/chat.scss */
.chat-planner-wrapper {
  height: calc(100vh - 144px);
}

/* line 389, app/assets/stylesheets/mb-styles/chat.scss */
.chat-planner-wrapper.full-screen {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  top: 50px;
  right: 0;
  height: calc(100% - 58px);
}

/* line 398, app/assets/stylesheets/mb-styles/chat.scss */
.chat-planner-wrapper .pin-message-wrapper {
  position: relative;
}

/* line 401, app/assets/stylesheets/mb-styles/chat.scss */
.chat-planner-wrapper .str-chat__channel-list-messenger {
  min-width: 200px;
  max-width: 300px;
}

/* line 405, app/assets/stylesheets/mb-styles/chat.scss */
.chat-planner-wrapper .str-chat {
  height: inherit;
}

/* line 410, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__header-livestream {
  padding: 10px 16px;
}

/* line 414, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message-text, .str-chat__message-simple-text {
  width: inherit !important;
}

/* line 418, app/assets/stylesheets/mb-styles/chat.scss */
.chat-attendee-side {
  height: 100%;
  border-radius: 8px;
  position: relative;
}

/* line 428, app/assets/stylesheets/mb-styles/chat.scss */
.chat-attendee-side .str-chat-channel-list .str-chat__channel-list-messenger__main {
  padding: 0px;
  display: flex;
  height: inherit;
}

/* line 433, app/assets/stylesheets/mb-styles/chat.scss */
.chat-attendee-side .str-chat-channel-list .str-chat__channel-list-messenger {
  padding: 0px;
  min-width: inherit;
  height: inherit;
}

/* line 438, app/assets/stylesheets/mb-styles/chat.scss */
.chat-attendee-side .str-chat-channel-list .str-chat__channel-preview {
  flex: 1 1 0;
  border-bottom: 4px #eeeeee solid;
  box-shadow: none;
  background: #FFFFFF;
}

/* line 445, app/assets/stylesheets/mb-styles/chat.scss */
.chat-attendee-side .str-chat__channel-preview-messenger {
  border-bottom: 4px transparent solid;
  box-shadow: none;
  background: #FFFFFF;
  margin: 0;
  flex: 1 1 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 455, app/assets/stylesheets/mb-styles/chat.scss */
.chat-attendee-side .str-chat__channel-preview-messenger--active {
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 4px #006cff solid;
}

/* line 461, app/assets/stylesheets/mb-styles/chat.scss */
.chat-attendee-side .str-chat__channel-preview-messenger--right {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 466, app/assets/stylesheets/mb-styles/chat.scss */
.chat-attendee-side .str-chat__loading-channels-item {
  display: none !important;
}

/* line 469, app/assets/stylesheets/mb-styles/chat.scss */
.chat-attendee-side .str-chat__loading-channels {
  display: none !important;
}

/* line 472, app/assets/stylesheets/mb-styles/chat.scss */
.chat-attendee-side .str-chat__down-main {
  width: 100%;
}

/* line 474, app/assets/stylesheets/mb-styles/chat.scss */
.chat-attendee-side .str-chat__down-main h1 {
  font-size: 21px;
  font-weight: bold;
  color: #001941;
  margin-top: 16px;
  margin-bottom: 0px;
}

/* line 481, app/assets/stylesheets/mb-styles/chat.scss */
.chat-attendee-side .str-chat__down-main h3 {
  font-size: 15px;
  font-weight: 500;
  color: #001941;
  margin-top: 8px;
  margin-bottom: 16px;
  line-height: 19px;
}

/* line 489, app/assets/stylesheets/mb-styles/chat.scss */
.chat-attendee-side .str-chat__down-main .fa-globe-americas {
  font-size: 64px;
  font-family: "Font Awesome 5 Pro" !important;
  color: #001941;
  opacity: 0.32;
}

/* line 495, app/assets/stylesheets/mb-styles/chat.scss */
.chat-attendee-side .str-chat__down-main button {
  padding: 10px 12px 12px;
  border-radius: 5px;
  background-color: #e8e9fd;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
  color: #302cf4;
}

/* line 507, app/assets/stylesheets/mb-styles/chat.scss */
.new-nav-tabs {
  display: flex;
}

/* line 511, app/assets/stylesheets/mb-styles/chat.scss */
.chat-tabs-wrapper {
  height: 72px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

/* line 514, app/assets/stylesheets/mb-styles/chat.scss */
.chat-tabs-wrapper .nav-item {
  flex: 1 1 0;
}

/* line 516, app/assets/stylesheets/mb-styles/chat.scss */
.chat-tabs-wrapper .nav-item .chat-blue-online-dot {
  margin-top: 1px;
}

/* line 520, app/assets/stylesheets/mb-styles/chat.scss */
.chat-tabs-wrapper .account-event-tabs-new-wrapper {
  width: 100%;
  margin-right: 8px;
}

/* line 526, app/assets/stylesheets/mb-styles/chat.scss */
.custom-chat-profile-modal {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  z-index: 10000;
  min-height: 100px;
  max-width: 400px;
  width: calc(100% - 64px);
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 538, app/assets/stylesheets/mb-styles/chat.scss */
.custom-chat-profile-modal .top-color {
  background-color: #FFFFFF;
  height: 72px;
}

/* line 542, app/assets/stylesheets/mb-styles/chat.scss */
.custom-chat-profile-modal .profile-pic-card {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 32px;
  width: 80px;
  height: 80px;
}

/* line 552, app/assets/stylesheets/mb-styles/chat.scss */
.custom-chat-profile-modal .profile-pic-card-background-bump {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 27px;
}

/* line 560, app/assets/stylesheets/mb-styles/chat.scss */
.custom-chat-profile-modal .profile-name {
  padding-top: 44px;
}

/* line 565, app/assets/stylesheets/mb-styles/chat.scss */
.showing-modal .str-chat__list {
  opacity: 0.2;
  pointer-events: none;
}

/* line 571, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__avatar-image {
  cursor: pointer;
}

/* line 574, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__emojiselect-wrapper .str-chat__tooltip {
  bottom: 44px !important;
  right: 4px !important;
}

/* line 578, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__fileupload-wrapper .str-chat__tooltip {
  bottom: 44px !important;
  right: 33px !important;
}

/* line 582, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message--me.str-chat__message--deleted, .str-chat__message-simple--me.str-chat__message--deleted, .str-chat__message--deleted-inner {
  display: none;
}

/* line 586, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message-commerce .str-chat__reaction-list, .str-chat__message-commerce .str-chat__reaction-list:after, .str-chat__message-commerce .str-chat__reaction-list:before, .str-chat__message .str-chat__reaction-list, .str-chat__message .str-chat__reaction-list:after, .str-chat__message .str-chat__reaction-list:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAABlCAYAAADzoZs0AAAAAXNSR0IArs4c6QAAB1xJREFUeAHtWlmIHUUUnTiOuEaNcU0M6KeKC4gGRVETTRTXAUX9yY8EQQioCC5ffsQvlw+JIkIURBH8EB0DiismioIhGjEKUZGZSeIoJrhmcT3nTZ83t8vqruruybzunnfhvHvrbn1vVfXr5b05A/l0JMzDwFnAIuBkYAioC+1GIT8C48B64F3ge8BLc7zagYHjoV8JXA0cnOHjU/8LJXOSkyTrOCH7ZFT2Zyj+H4SOAGuACTeNirD6czB4DDjaKhsm70G99wNv27oH7QDyDcDDwOEAJ6Kp4Km2HPgD+AzokF3Zc6FZC1jdpFezP+9C+W+yBTV2COSXgQWJTucchimiv84bGiTLv6o9dbASA9/xuaWvBXYckCS8B3whoObJfaC7fKwsX6uzcqxdfmW5PaZkLuQqDfjN+xagxqlvG/FbetmB+OB11P2iim02tI3dPEX93fiyY/a3nM2eVzYD4rjdSOKu3DGaD/mJh/xNaGXxYjZ7KmAPXjlrTRMsZLPEbGh2Pr+U2GwsaVLIrax4q5OP5fSTj2Isl83GWNmNd/3z7J1GeTN9lD1iQNYBbGKfzpdGfuJ5Pnk2G++TfbpdXNUtwEm+zC3Tbec23gRwJuoAzq9vVcrWZvOtZ5LjgPeAOj2nopxpJV7fl3JlfwB4o1x29poQ9wb6G2WhJJ6z64C5HLSM+CDAx70x3Sb+isE4cBVgVwrD3HPItXNsSZOpnLRJZ+Usu81V1v9eBH7MYDVLeSvAvb2Yg4RUWFYxrl1+4kwjHyvH2uUnbnNYWXbLaX8ceJYCyTbLMWeAr2POBmxg0+S9qP8+4BmgS2zCR09AyS3dNOKjHL9sVwOjbvFZzfJm4wWgyhORe6z9MeYK7gJ2AO8DfNvyHeClrGbpzJdu7wB8uI8hzuqXwAfA5wl2gv8O/AX0nPKaZXEXAs8DvB5n0W8wvARw609kOdVB735BuTWNQcFr8BmuIRm/Cn4zwIs2V7DxxNvJbwE2LvAydR3QSnoOXfGmg/gauAxoLd2GzrYluKm1XSaN8dcCNrum7Y2yv3nAZoAvnBtLg5GV/wk/Xrw3RfrX0i10nT0BVV8KXATw55FjgTqt7j7UwysEbw0/BXgH9Qvgpaxmedd0B3ANkHdD4SYNvfEP2d187jgUvwcBvPY/DfClRIp8zS6Bx0NAkV/cU0lrMPgJNdwJdH+bZU1usyugu5uGFhC3+IPAiHqxzV4O5aMytITz4YQLyPO5u7InQuZe59blBPDc8JFsmqTQOVTU7jtmEZ2vPn55DQN7del5AIPTATVB7gPUXR8ry9fqrBxrl19Zbo8pmb928HF1A5PyqYZPLUW+deHeKOLz9BK+keBrRq1w0Q5C29TNV9TfjS87HkLg9WyWNwxliTuDJO7KHaP5kJ94yN+EVhYXs1n+Rc8evHLWmiY4hc3OnyXNDvFLqciqypfcyhh2yOrkYzmd5DMZkf6UzcZY2Y13/fPsg2yWbwBtwjw5L5k9MP18ZH18x2GMfGLiXX/FKre17+Y23g4soLbltIUruwHQTPSac761OlYuW5fNsZHNrgN4/asDqVE1x5qkK1OfYvnyYYTNjgK8g9IB2shfR3871TmvtVQ0+RkW5XvpZ2ivBCZ0m8hXGfxxaBlgVxbD1DbS5MjHtXNsKeQfsttclIv6M4YP8ZspqFnKXwFMdj4HCYWSu3aOLZhGPlaWj9VZWXaXWx8ru34aPwKnF+lIss1y/BEwDlwC8LKkoCbytaifzXaJTfhoEZR8xuXbC36JNY34ImKVW7S7srLzpH4NeAWgfBDAieGjEle8zvQhilsJ/O9ymrWyvWiGk3gEMA/gW5MzgQuA04DYOnk3uBTw/nwamwTxPSO+SbkduBE4LKeKv2G7BeD3TuNpLjp4EuBNkA+rG9+hp4Fh6L4Bxgy2Qj4GaCVdga74b4DxBLzMtJpuRXfbEqxodadJc08lzfKbu/XEl99fAIfGdJp1UxETWweffSiC/8P6JKYYXmc7P/rEODfdh/e9eTcWspH7wP7lQ7kqKZeOxXzS+XLLFuWv+1wF5SXMs+XF++LydDaXZHFfnLVJFk/5s1mvIeXVkkHo8U0TQW7lrPatj5Wz/F29jbGy/KzOyrLn8piVVVImkizuS25tksV9/q7O+koWp69Ptjo3X3cc02zXuelCaBuH+tOMkls5FCe7jbGy7EW5zWHlTp7pWFklZULJ4jHFWl/J4jHxro+Nldzh09Gse7DajmdVs1XP2dquoq+wWbWybJakE3lyFP/Zq3+/xFdoPKuurCZJnKmtbA7Ve7Fqs73voEAFbrON2pbos1C9Omc1P9qC4tRbWX514apNPLded2Xr0sR+qWOmmy207dBxUf/cSXK3ca7zNBi13cSZ0sruIWQTD/m78anxTK9s6uAzPQg1624jtz7OuHxcm28sX3JSKL6o/2TWqc9UfGgba/uIT6WZkvJsU16TknzFqbVyVf+YeNenP+7PQH8G+jPQn4H+DPRnoD8D/RnozwBn4D+v+waVAaJgXQAAAABJRU5ErkJggg==) no-repeat;
}

/* line 589, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__message-attachment {
  max-width: 256px !important;
}

/* line 594, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__edit-message-form .rfu-file-previewer {
  bottom: 0px;
  left: 0px;
  position: relative !important;
}

/* line 599, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__edit-message-form .rfu-image-previewer {
  position: relative !important;
  left: 0;
  bottom: 0px;
}

/* line 604, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__edit-message-form .rfu-image-previewer + .rfu-file-previewer {
  bottom: 0px;
}

/* line 607, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__edit-message-form .str-chat__input-emojiselect {
  top: -3px !important;
}

/* line 610, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__edit-message-form .str-chat__tooltip {
  display: none !important;
}

/* line 615, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__modal {
  opacity: 0.92;
}

/* line 620, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__gallery-placeholder p {
  color: #FFFFFF;
}

/* line 625, app/assets/stylesheets/mb-styles/chat.scss */
.multiple-chats {
  height: inherit !important;
}

/* line 627, app/assets/stylesheets/mb-styles/chat.scss */
.multiple-chats .str-chat-channel, .multiple-chats .str-chat__container, .multiple-chats .str-chat__main-panel, .multiple-chats .chat-message-list-wrapper {
  height: inherit !important;
  max-height: inherit !important;
}

/* line 633, app/assets/stylesheets/mb-styles/chat.scss */
#mobile-channel-list {
  height: inherit;
}

/* line 635, app/assets/stylesheets/mb-styles/chat.scss */
#mobile-channel-list .str-chat-channel-list {
  float: none;
}

/* line 640, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__textarea textarea {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

/* line 644, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__textarea textarea:focus {
  box-shadow: inherit !important;
  border: 2px solid #006cff !important;
}

/* line 649, app/assets/stylesheets/mb-styles/chat.scss */
#str-chat-channel-cs-wrapper {
  height: 100%;
  bottom: 0px;
  position: absolute;
  right: 0;
  width: 100%;
}

@media (max-width: 991px) {
  /* line 649, app/assets/stylesheets/mb-styles/chat.scss */
  #str-chat-channel-cs-wrapper {
    height: inherit;
    bottom: inherit;
    position: inherit;
    right: inherit;
  }
}

/* line 664, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .hide-element {
  display: none;
}

/* line 667, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .full-chat {
  height: inherit;
}

/* line 669, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .full-chat .chat-wrapper {
  height: inherit;
}

/* line 672, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .full-chat #mobile-channel-list {
  float: left;
}

/* line 675, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .full-chat .hide-element {
  display: block;
}

@media (max-width: 768px) {
  /* line 675, app/assets/stylesheets/mb-styles/chat.scss */
  #messaging_chat .full-chat .hide-element {
    display: none;
  }
}

/* line 681, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .full-chat #str-chat-channel-cs-wrapper {
  height: 100%;
  bottom: inherit;
  position: inherit;
  right: inherit;
  width: inherit;
}

/* line 688, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .full-chat .str-chat__channel-preview-messenger--active {
  background-color: #001940;
}

/* line 690, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .full-chat .str-chat__channel-preview-messenger--active .str-chat__channel-preview-messenger--name, #messaging_chat .full-chat .str-chat__channel-preview-messenger--active .str-chat__channel-preview-messenger--last-message {
  color: #FFFFFF;
}

/* line 693, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .full-chat .str-chat__channel-preview-messenger--active:hover {
  opacity: 1;
}

/* line 697, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .full-chat .str-chat__header-hamburger {
  display: none;
}

@media (max-width: 768px) {
  /* line 697, app/assets/stylesheets/mb-styles/chat.scss */
  #messaging_chat .full-chat .str-chat__header-hamburger {
    display: flex;
  }
}

/* line 704, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat.messaging, #messaging_chat .str-chat.commerce {
  background-color: inherit;
}

/* line 707, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__channel-list-messenger {
  background-color: #FFFFFF;
  box-shadow: 0px 8px 24px 0px #00000024;
  border-radius: 5px;
}

/* line 712, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat-channel-list {
  height: inherit;
  margin-right: 8px;
}

/* line 716, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__input {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 8px;
}

/* line 721, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__main-panel, #messaging_chat .str-chat__channel-list-messenger__main {
  padding: 0px;
  background-color: #FFFFFF;
  border-radius: 5px;
}

/* line 726, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__main-panel {
  box-shadow: 0px 8px 24px 0px #00000024;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 731, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__channel-list-messenger__main {
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 8px;
}

/* line 736, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat.event-style {
  width: calc(100% - 108px);
  height: calc(100vh - 77px);
  position: absolute;
  margin: 68px 8px 8px 8px;
  margin-left: 100px;
}

/* line 742, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat.event-style #mobile-channel-list {
  margin-right: 8px;
}

@media (max-width: 768px) {
  /* line 736, app/assets/stylesheets/mb-styles/chat.scss */
  #messaging_chat.event-style {
    width: calc(100% - 16px);
    margin: 0;
    margin-top: 68px;
    margin-left: 8px;
  }
  /* line 750, app/assets/stylesheets/mb-styles/chat.scss */
  #messaging_chat.event-style #mobile-channel-list {
    margin-left: 8px;
    margin-right: 8px;
    float: inherit;
    position: absolute;
  }
}

/* line 758, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat.global-style {
  width: calc(100% - 16px);
  height: calc(100vh - 77px);
  position: absolute;
  margin: 69px 8px 8px 8px;
}

/* line 763, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat.global-style #mobile-channel-list {
  margin-right: 8px;
}

/* line 767, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__channel-preview-messenger {
  margin: 0px 0px 8px 0px;
  padding: 8px;
  border-radius: 8px;
  background-color: #f2f3f5;
}

/* line 772, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__channel-preview-messenger:hover {
  opacity: 0.7;
}

/* line 776, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__avatar {
  margin-right: 0px;
}

/* line 779, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat button.str-chat__channel-preview-messenger {
  border-bottom: 0px transparent;
}

/* line 782, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__channel-preview-messenger--right {
  padding: 0px;
  margin-left: 8px;
}

/* line 785, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__channel-preview-messenger--right .str-chat__channel-preview-messenger--name {
  font-size: 15px;
  font-weight: 600;
  color: #001941;
  line-height: 19px;
}

/* line 791, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__channel-preview-messenger--right .str-chat__channel-preview-messenger--last-message {
  font-size: 13px;
  color: #7f8ca0;
}

/* line 796, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__channel-preview-messenger--left {
  width: 32px;
  height: 32px;
}

/* line 800, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__header-livestream {
  padding: 10px 16px;
}

/* line 803, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__loading-channels {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px #00000024;
}

/* line 811, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat__avatar-image {
  border-radius: 50%;
}

/* line 814, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .str-chat-channel-list {
  margin-right: 0px;
}

/* line 817, app/assets/stylesheets/mb-styles/chat.scss */
#messaging_chat .fa-edit {
  font-size: 18px;
}

@media (max-width: 991px) {
  /* line 821, app/assets/stylesheets/mb-styles/chat.scss */
  #messaging_chat .str-chat-channel-list {
    position: inherit !important;
    min-height: inherit !important;
    box-shadow: inherit !important;
  }
}

@media (max-width: 768px) {
  /* line 828, app/assets/stylesheets/mb-styles/chat.scss */
  #messaging_chat .str-chat-channel-list {
    position: inherit !important;
    right: inherit !important;
    left: inherit !important;
    min-height: inherit !important;
    overflow-y: inherit !important;
  }
  /* line 835, app/assets/stylesheets/mb-styles/chat.scss */
  #messaging_chat #mobile-channel-list {
    height: 100% !important;
    position: relative !important;
    width: 100% !important;
    margin: 0px !important;
  }
}

/* line 845, app/assets/stylesheets/mb-styles/chat.scss */
.mobile-view {
  height: 100% !important;
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
}

/* line 850, app/assets/stylesheets/mb-styles/chat.scss */
.mobile-view .str-chat__header-hamburger, .mobile-view .str-chat-channel-list-burger {
  display: flex;
}

/* line 853, app/assets/stylesheets/mb-styles/chat.scss */
.mobile-view .str-chat__channel-list-messenger, .mobile-view .str-chat-channel-list {
  margin-right: 0px;
}

/* line 856, app/assets/stylesheets/mb-styles/chat.scss */
.mobile-view .str-chat-channel-list--open {
  margin: 0;
  float: inherit;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.08);
}

/* line 860, app/assets/stylesheets/mb-styles/chat.scss */
.mobile-view .str-chat-channel-list--open .str-chat__channel-list-messenger {
  display: block;
}

@media (max-width: 991px) {
  /* line 865, app/assets/stylesheets/mb-styles/chat.scss */
  .mobile-view .str-chat-channel-list {
    position: inherit !important;
    right: inherit !important;
    left: inherit !important;
    min-height: inherit !important;
    overflow-y: inherit !important;
  }
}

/* line 876, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat .fas {
  font-family: "Font Awesome 5 Pro" !important;
}

/* line 883, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__header-hamburger .str-chat__header-hamburger--line {
  background: #444df2;
}

/* line 887, app/assets/stylesheets/mb-styles/chat.scss */
.str-chat__header-hamburger:hover .str-chat__header-hamburger--line {
  background: #444df2;
  opacity: 0.7;
}

@media (max-width: 768px) {
  /* line 895, app/assets/stylesheets/mb-styles/chat.scss */
  #messaging_chat .str-chat__header-hamburger {
    display: flex;
  }
}

/* line 902, app/assets/stylesheets/mb-styles/chat.scss */
.chat-new-message-overlay {
  height: calc(100% - 40px);
  bottom: 0;
  position: absolute;
  right: 0;
  width: 100%;
  background: white;
  box-shadow: 0px 8px 24px 0px #00000024;
  border-radius: 5px;
  padding: 8px;
  overflow: hidden;
}

/* line 916, app/assets/stylesheets/mb-styles/chat.scss */
.full-chat .chat-new-message-overlay {
  height: 100%;
  z-index: 1;
  left: 0;
  right: inherit;
  width: 300px;
  overflow-y: auto;
}

@media (max-width: 991px) {
  /* line 916, app/assets/stylesheets/mb-styles/chat.scss */
  .full-chat .chat-new-message-overlay {
    width: 100%;
  }
}

/* line 929, app/assets/stylesheets/mb-styles/chat.scss */
.chat-preview-placeholder {
  margin: 0px 0px 8px 0px;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  width: 100%;
  border: none;
  align-items: center;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
  text-align: left;
}

/* line 942, app/assets/stylesheets/mb-styles/chat.scss */
.animated-background .str-chat__avatar-fallback {
  background: #7f8ca0;
}

/* line 946, app/assets/stylesheets/mb-styles/chat.scss */
.chat-search-results-wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  height: calc(100% - 85px);
  padding-bottom: 16px;
}

/* line 2, app/assets/stylesheets/mb-styles/streams.scss */
.video-stream-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

/* line 6, app/assets/stylesheets/mb-styles/streams.scss */
.video-stream-container video {
  border-radius: 8px;
}

/* line 10, app/assets/stylesheets/mb-styles/streams.scss */
.video-stream-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 18, app/assets/stylesheets/mb-styles/streams.scss */
.live-stream-video-container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 61px);
  margin-top: 61px;
  width: calc(100% - 92px);
  margin-left: 92px;
}

/* line 25, app/assets/stylesheets/mb-styles/streams.scss */
.live-stream-video-container.full-width {
  width: 100%;
  margin-left: 0px;
}

@media (max-width: 767px) {
  /* line 18, app/assets/stylesheets/mb-styles/streams.scss */
  .live-stream-video-container {
    width: 100%;
    margin-left: 0px;
  }
}

/* line 34, app/assets/stylesheets/mb-styles/streams.scss */
.live-stream-video-container-content-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  background: #101824;
  height: calc(100vh - 137px);
}

/* line 3, app/assets/stylesheets/mb-styles/video.scss */
.video-container {
  height: calc(100% - 61px);
  margin-top: 61px;
  width: calc(100% - 92px);
  margin-left: 92px;
}

/* line 8, app/assets/stylesheets/mb-styles/video.scss */
.video-container.full-width {
  width: 100%;
  margin-left: 0px;
}

/* line 12, app/assets/stylesheets/mb-styles/video.scss */
.video-container > div {
  width: 100%;
  height: calc(100vh - 61px);
  height: calc((var(--vh, 1vh) * 100) - 61px);
  margin-top: 61px;
  display: flex;
}

/* line 19, app/assets/stylesheets/mb-styles/video.scss */
.video-container > div > div:first-child {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  background: #101824;
}

@media (max-width: 767px) {
  /* line 3, app/assets/stylesheets/mb-styles/video.scss */
  .video-container {
    width: 100%;
    margin-left: 0px;
  }
}

/* line 31, app/assets/stylesheets/mb-styles/video.scss */
.live-stream-video-container-content-wrapper {
  padding: 16px;
}

/* line 33, app/assets/stylesheets/mb-styles/video.scss */
.live-stream-video-container-content-wrapper .video-container {
  margin-top: 0px;
  margin-left: 0px;
  height: 100%;
  width: 100%;
}

/* line 38, app/assets/stylesheets/mb-styles/video.scss */
.live-stream-video-container-content-wrapper .video-container > div {
  margin-top: 0px;
  height: 100% !important;
}

/* line 45, app/assets/stylesheets/mb-styles/video.scss */
.video-container-header {
  flex: 0 0 auto;
  background: #101824;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  color: #fff;
  height: 32px;
}

/* line 53, app/assets/stylesheets/mb-styles/video.scss */
.video-container-header.live-stream {
  height: 76px;
}

/* line 58, app/assets/stylesheets/mb-styles/video.scss */
.video-container-content-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  background: #101824;
  height: calc(100vh - 290px);
}

/* line 66, app/assets/stylesheets/mb-styles/video.scss */
.video-container-content-wrapper-full {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  background: #101824;
}

/* line 73, app/assets/stylesheets/mb-styles/video.scss */
.video-left-panel {
  flex: 1 1 auto;
  margin: 8px;
  position: relative;
  max-width: calc(100vw - 32px);
}

/* line 79, app/assets/stylesheets/mb-styles/video.scss */
.video-left-panel.video-left-panel-camera-wrapper {
  border-radius: 8px;
  background-color: #242e3d;
}

/* line 85, app/assets/stylesheets/mb-styles/video.scss */
.video-bottom-toolbar {
  height: 72px;
  background: #242e3d;
  width: 100%;
  flex: 0 0 auto;
  margin-top: 0px;
}

/* line 91, app/assets/stylesheets/mb-styles/video.scss */
.video-bottom-toolbar.chat-enabled {
  border-top-right-radius: 8px;
}

@media (max-width: 585px) {
  /* line 94, app/assets/stylesheets/mb-styles/video.scss */
  .video-bottom-toolbar.joined-room-toolbar.is-broadcastable {
    height: 129px;
  }
}

/* line 101, app/assets/stylesheets/mb-styles/video.scss */
.cs-video-grid-wrapper {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, 260px);
  justify-items: center;
}

/* line 106, app/assets/stylesheets/mb-styles/video.scss */
.cs-video-grid-wrapper video {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 10px;
}

/* line 112, app/assets/stylesheets/mb-styles/video.scss */
.cs-video-grid-wrapper .video-grid-item {
  background-color: gray;
  height: 200px;
}

/* line 116, app/assets/stylesheets/mb-styles/video.scss */
.cs-video-grid-wrapper .video-grid-overlay {
  position: absolute;
  z-index: 1000;
  height: 100%;
  width: 100%;
  padding: 8px;
}

/* line 125, app/assets/stylesheets/mb-styles/video.scss */
#camera-container {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 16px;
  margin-left: auto;
  margin-right: auto;
}

/* line 133, app/assets/stylesheets/mb-styles/video.scss */
#video-setup {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transform: scale(-1, 1);
  transform-origin: 50% 50%;
  top: 0 !important;
  background-color: #242e3d;
}

/* line 147, app/assets/stylesheets/mb-styles/video.scss */
.ot-layout video, #camera-container .publisher-video video, #camera-container .subscriber-video video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/* line 157, app/assets/stylesheets/mb-styles/video.scss */
.ot-layout.camera video, #camera-container .publisher-video.camera video, #camera-container .subscriber-video.camera video {
  transform: scale(-1, 1);
  transform-origin: 50% 50%;
}

/* line 166, app/assets/stylesheets/mb-styles/video.scss */
#camera-container-side-stage .publisher-video video {
  transform: scale(-1, 1);
  transform-origin: 50% 50%;
}

/* line 173, app/assets/stylesheets/mb-styles/video.scss */
.publisher-video-controls {
  position: absolute;
  bottom: 61px;
  width: 100%;
  min-height: 60px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: white;
}

/* line 184, app/assets/stylesheets/mb-styles/video.scss */
.video-toolbar-button {
  height: 40px;
  width: 40px;
  background-color: #4f5763;
  color: #FFFFFF;
}

/* line 189, app/assets/stylesheets/mb-styles/video.scss */
.video-toolbar-button i {
  font-size: 16px;
  margin-top: 1px;
  color: #FFFFFF;
}

/* line 194, app/assets/stylesheets/mb-styles/video.scss */
.video-toolbar-button:hover {
  background-color: #101824;
}

/* line 197, app/assets/stylesheets/mb-styles/video.scss */
.video-toolbar-button.active {
  background-color: white;
}

/* line 199, app/assets/stylesheets/mb-styles/video.scss */
.video-toolbar-button.active i {
  color: #001941;
}

@media (hover: hover) {
  /* line 202, app/assets/stylesheets/mb-styles/video.scss */
  .video-toolbar-button.active i:hover {
    color: #f63c4c;
  }
}

/* line 208, app/assets/stylesheets/mb-styles/video.scss */
.video-toolbar-button.join {
  background-color: #1F29EC;
}

/* line 210, app/assets/stylesheets/mb-styles/video.scss */
.video-toolbar-button.join:hover {
  background-color: #000AC5;
}

/* line 214, app/assets/stylesheets/mb-styles/video.scss */
.video-toolbar-button.end {
  background-color: #F10088;
}

/* line 216, app/assets/stylesheets/mb-styles/video.scss */
.video-toolbar-button.end:hover {
  background-color: #C0006C;
}

/* line 223, app/assets/stylesheets/mb-styles/video.scss */
.video-name {
  position: absolute;
  width: 100%;
  color: #FFFFFF;
  bottom: 0;
  height: 20px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 13px;
  font-weight: bold;
  font-weight: 500;
  z-index: 1;
}

@media (max-width: 480px) {
  /* line 235, app/assets/stylesheets/mb-styles/video.scss */
  .video-name .video-name-span {
    display: none;
  }
}

/* line 242, app/assets/stylesheets/mb-styles/video.scss */
.mute-button {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #F10088;
  z-index: 1;
  background: white;
  padding: 8px;
  border-radius: 8px;
  margin-top: 0px;
  padding-top: 10px;
}

/* line 255, app/assets/stylesheets/mb-styles/video.scss */
.low-signal-call {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
}

@media (max-width: 480px) {
  /* line 255, app/assets/stylesheets/mb-styles/video.scss */
  .low-signal-call {
    width: 16px;
    height: 16px;
  }
}

/* line 267, app/assets/stylesheets/mb-styles/video.scss */
.video-join-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

/* line 276, app/assets/stylesheets/mb-styles/video.scss */
#video-setup-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  margin-left: auto;
}

/* line 281, app/assets/stylesheets/mb-styles/video.scss */
#video-setup-wrapper.join-stage {
  height: 171px;
}

/* line 286, app/assets/stylesheets/mb-styles/video.scss */
.join-stage-video-wrapper {
  height: 171px;
  width: 308px;
  position: relative;
}

/* line 292, app/assets/stylesheets/mb-styles/video.scss */
.join-stage-setting-wrapper {
  height: 171px;
}

/* line 296, app/assets/stylesheets/mb-styles/video.scss */
.video-setup-container {
  width: 100%;
}

/* line 300, app/assets/stylesheets/mb-styles/video.scss */
.video-setup-top-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  width: 100%;
}

@media (max-width: 480px) {
  /* line 307, app/assets/stylesheets/mb-styles/video.scss */
  .video-join-title {
    font-size: 24px !important;
  }
}

@media (max-width: 480px) {
  /* line 312, app/assets/stylesheets/mb-styles/video.scss */
  .video-join-subtitle {
    margin-bottom: 16px !important;
  }
}

/* line 318, app/assets/stylesheets/mb-styles/video.scss */
.video-toolbar-wrapper {
  height: auto;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}

@media (max-width: 480px) {
  /* line 318, app/assets/stylesheets/mb-styles/video.scss */
  .video-toolbar-wrapper {
    height: auto;
    padding: 0px;
  }
}

/* line 331, app/assets/stylesheets/mb-styles/video.scss */
.video-bottom-toolbar-wrapper {
  width: 100%;
}

/* line 333, app/assets/stylesheets/mb-styles/video.scss */
.video-bottom-toolbar-wrapper .toggle-chat-broadcast-toolbar {
  display: none;
}

@media (max-width: 480px) {
  /* line 337, app/assets/stylesheets/mb-styles/video.scss */
  .video-bottom-toolbar-wrapper.broadcastable .video-toolbar-wrapper {
    margin-left: inherit;
    margin-right: inherit;
  }
}

@media (max-width: 585px) {
  /* line 347, app/assets/stylesheets/mb-styles/video.scss */
  .joined-room-toolbar.is-broadcastable .video-bottom-toolbar-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-self: auto;
  }
  /* line 352, app/assets/stylesheets/mb-styles/video.scss */
  .joined-room-toolbar.is-broadcastable .video-bottom-toolbar-wrapper .toolbar-chat-wrapper {
    display: none;
  }
  /* line 355, app/assets/stylesheets/mb-styles/video.scss */
  .joined-room-toolbar.is-broadcastable .video-bottom-toolbar-wrapper .toggle-chat-broadcast-toolbar {
    display: flex;
    align-self: center;
  }
  /* line 359, app/assets/stylesheets/mb-styles/video.scss */
  .joined-room-toolbar.is-broadcastable .video-bottom-toolbar-wrapper .view-broadcast-link {
    align-self: center;
  }
}

/* line 366, app/assets/stylesheets/mb-styles/video.scss */
.video-bottom-toolbar.is-interactive {
  background: none;
}

/* line 368, app/assets/stylesheets/mb-styles/video.scss */
.video-bottom-toolbar.is-interactive .video-bottom-toolbar-wrapper {
  background: #242e3d;
  height: 100%;
}

/* line 372, app/assets/stylesheets/mb-styles/video.scss */
.video-bottom-toolbar.is-interactive .chat-small-right-side {
  background: #242e3d;
  width: 56px;
  margin: 0 8px 8px 8px;
  padding: 12px 8px;
  border-radius: 8px;
}

/* line 381, app/assets/stylesheets/mb-styles/video.scss */
.video-stream-internal {
  height: 100%;
  max-width: 100%;
  width: inherit;
  border-radius: 8px;
}

/* line 386, app/assets/stylesheets/mb-styles/video.scss */
.video-stream-internal video {
  height: 100%;
  max-width: 100%;
}

/* line 392, app/assets/stylesheets/mb-styles/video.scss */
.cs-custom-live-button {
  -webkit-animation: pulse 1.5s 10;
          animation: pulse 1.5s 10;
  box-shadow: 0 0 #f10088;
  width: 85px;
  height: 40px;
  border-radius: 20px;
  background-color: #f10088;
  color: #FFFFFF;
}

/* line 400, app/assets/stylesheets/mb-styles/video.scss */
.cs-custom-live-button i {
  margin-top: 4px;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(241, 0, 136, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(241, 0, 136, 0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(241, 0, 136, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(241, 0, 136, 0);
  }
}

/* line 420, app/assets/stylesheets/mb-styles/video.scss */
.chat-right-panel {
  flex: 0 1 auto;
  width: 370px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #101824;
}

/* line 427, app/assets/stylesheets/mb-styles/video.scss */
.chat-right-panel.overlay {
  width: 375px;
  position: fixed;
  right: 8px;
  top: 50px;
  bottom: 16px;
  padding: 0;
  height: calc(100vh - 58px);
  background-color: transparent;
  display: block;
  z-index: 1000;
}

/* line 438, app/assets/stylesheets/mb-styles/video.scss */
.chat-right-panel.overlay .str-chat__list {
  height: calc(100vh - 223px);
}

/* line 441, app/assets/stylesheets/mb-styles/video.scss */
.chat-right-panel.overlay .chat-message-list-wrapper {
  box-shadow: 0px 8px 24px 0px #00000024;
}

/* line 444, app/assets/stylesheets/mb-styles/video.scss */
.chat-right-panel.overlay.showing-single-chat {
  top: inherit;
  height: 60%;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  /* line 427, app/assets/stylesheets/mb-styles/video.scss */
  .chat-right-panel.overlay {
    height: calc(100% - 58px);
  }
}

@media (max-width: 991px) {
  /* line 420, app/assets/stylesheets/mb-styles/video.scss */
  .chat-right-panel {
    display: none;
    position: absolute;
    right: 32px;
    left: 32px;
    width: auto;
    background-color: transparent;
  }
  /* line 460, app/assets/stylesheets/mb-styles/video.scss */
  .chat-right-panel.show-chat {
    display: block;
    z-index: 10000;
    margin-right: 0px;
  }
  /* line 465, app/assets/stylesheets/mb-styles/video.scss */
  .chat-right-panel.overlay {
    width: auto;
  }
}

@media (max-width: 991px) {
  /* line 472, app/assets/stylesheets/mb-styles/video.scss */
  #messaging_chat .chat-right-panel.overlay {
    left: 8px;
  }
}

/* line 480, app/assets/stylesheets/mb-styles/video.scss */
.video-container .chat-right-panel {
  padding-left: 8px;
}

/* line 485, app/assets/stylesheets/mb-styles/video.scss */
.chat-right-panel-live-stream {
  padding: 0px;
  background-color: transparent;
}

/* line 490, app/assets/stylesheets/mb-styles/video.scss */
.mobile-live-chat-icon-wrapper {
  display: none;
}

@media (max-width: 991px) {
  /* line 490, app/assets/stylesheets/mb-styles/video.scss */
  .mobile-live-chat-icon-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: -8px;
  }
  /* line 496, app/assets/stylesheets/mb-styles/video.scss */
  .mobile-live-chat-icon-wrapper .live-chat-icon-wrapper {
    margin-top: auto;
    margin-bottom: 16px;
    margin-right: 8px;
  }
}

/* line 504, app/assets/stylesheets/mb-styles/video.scss */
.broadcast-count-wrapper {
  height: 40px;
  border-radius: 20px;
  padding-left: 16px;
  padding-right: 16px;
  color: #f2f3f5;
  font-size: 13px;
  font-weight: 600;
  -webkit-animation: pulse 1.5s 10;
          animation: pulse 1.5s 10;
  border: solid 2px #f10088;
  background-color: #FFFFFF;
  color: #101824;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 66px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100001;
}

/* line 526, app/assets/stylesheets/mb-styles/video.scss */
.broadcast-count-wrapper .broadcast-count-sub-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

/* line 531, app/assets/stylesheets/mb-styles/video.scss */
.broadcast-count-wrapper i {
  color: #f10088 !important;
}

/* line 536, app/assets/stylesheets/mb-styles/video.scss */
.broadcast-wrapper {
  align-self: center;
}

@media (max-width: 480px) {
  /* line 536, app/assets/stylesheets/mb-styles/video.scss */
  .broadcast-wrapper {
    align-self: flex-start;
  }
}

@media (max-width: 480px) {
  /* line 541, app/assets/stylesheets/mb-styles/video.scss */
  .broadcast-wrapper.hidden-mobile {
    display: none;
  }
}

/* line 548, app/assets/stylesheets/mb-styles/video.scss */
.gray-circle-option {
  background-color: #4f5763;
}

/* line 552, app/assets/stylesheets/mb-styles/video.scss */
.video-fixed-header-overlay {
  position: absolute;
  top: 10px;
  left: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  width: calc(100% - 92px);
  right: 0;
  left: 92px;
}

@media (max-width: 585px) {
  /* line 552, app/assets/stylesheets/mb-styles/video.scss */
  .video-fixed-header-overlay {
    width: 100%;
    left: 0;
  }
}

/* line 569, app/assets/stylesheets/mb-styles/video.scss */
.fixed-header-notifications-wrapper .video-fixed-header-overlay {
  width: calc(100% - 250px);
  position: fixed;
  z-index: 1000000000;
}

/* line 573, app/assets/stylesheets/mb-styles/video.scss */
.fixed-header-notifications-wrapper .video-fixed-header-overlay.hide-notification {
  z-index: 0 !important;
  display: none;
}

@media (max-width: 480px) {
  /* line 569, app/assets/stylesheets/mb-styles/video.scss */
  .fixed-header-notifications-wrapper .video-fixed-header-overlay {
    width: 100%;
    position: fixed;
    z-index: 1000000000;
    top: 53px;
    left: 0;
  }
}

@-webkit-keyframes notificationHideAnimation {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes notificationHideAnimation {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 592, app/assets/stylesheets/mb-styles/video.scss */
.video-top-notification {
  padding: 8px 16px 8px 8px;
  border-radius: 20px;
  background-color: #40475a;
  font-size: 15px;
  font-weight: bold;
  color: #f2f3f5;
  text-align: center;
  display: inline-block;
  transition: opacity 1s ease-in-out;
  z-index: 100001;
}

/* line 603, app/assets/stylesheets/mb-styles/video.scss */
.video-top-notification i {
  color: #f2f3f5;
  font-size: 24px;
}

/* line 607, app/assets/stylesheets/mb-styles/video.scss */
.video-top-notification.hide-animation {
  opacity: 0;
}

/* line 611, app/assets/stylesheets/mb-styles/video.scss */
.broadcast-count-wrapper {
  display: inline-block;
}

/* line 614, app/assets/stylesheets/mb-styles/video.scss */
#custom-unmute-button, .custom-unmute-button {
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding: 8px 16px 9px;
  border-radius: 23px;
  border: solid 2px rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  width: 252px;
}

/* line 633, app/assets/stylesheets/mb-styles/video.scss */
#custom-unmute-button i, .custom-unmute-button i {
  font-size: 21px;
  color: #FFFFFF !important;
  line-height: initial;
  margin-bottom: -4px;
}

/* line 642, app/assets/stylesheets/mb-styles/video.scss */
.subscriber-controls {
  position: absolute;
  display: none;
  background-color: white;
  color: #0f1723;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  width: 112px;
  height: 60px;
  z-index: 2;
  margin-left: 4px;
  margin-top: 4px;
  padding-top: 4px;
  right: 0;
}

/* line 656, app/assets/stylesheets/mb-styles/video.scss */
.subscriber-controls i {
  color: #0f1723;
}

/* line 658, app/assets/stylesheets/mb-styles/video.scss */
.subscriber-controls i.fa-microphone-slash, .subscriber-controls i.fa-video-slash {
  color: #F10088;
}

/* line 662, app/assets/stylesheets/mb-styles/video.scss */
.subscriber-controls .subscriber-control-button {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 670, app/assets/stylesheets/mb-styles/video.scss */
.subscriber-controls .subscriber-control-button:hover {
  background-color: #e5e8ec;
}

/* line 678, app/assets/stylesheets/mb-styles/video.scss */
.subscriber-video:hover .subscriber-controls {
  display: block;
}

/* line 684, app/assets/stylesheets/mb-styles/video.scss */
.viewers-sidebar {
  width: 56px;
  margin: 8px 8px 8px 0px;
  padding-bottom: 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  background-color: #242e3d;
  color: white;
  z-index: 100;
  display: flex;
  flex-direction: column;
}

/* line 695, app/assets/stylesheets/mb-styles/video.scss */
.viewers-sidebar .viewers-list-wrapper {
  flex: 1;
  overflow: auto;
  padding: 8px;
  padding-top: 0px;
}

/* line 701, app/assets/stylesheets/mb-styles/video.scss */
.viewers-sidebar .viewers-header {
  padding: 8px;
}

/* line 704, app/assets/stylesheets/mb-styles/video.scss */
.viewers-sidebar.popout {
  width: 300px;
  position: absolute;
  right: 0px;
  bottom: 0;
  top: 62px;
}

/* line 712, app/assets/stylesheets/mb-styles/video.scss */
.viewer-full-name {
  color: #FFFFFF;
}

/* line 715, app/assets/stylesheets/mb-styles/video.scss */
.viewer-information {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 8px;
  margin-left: 8px;
  margin-top: 8px;
  align-self: center;
  height: 40px;
  text-align: left;
  transition: all 200ms cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 725, app/assets/stylesheets/mb-styles/video.scss */
.viewer-information .bring-to-stage-hover {
  display: none;
  color: #0f1723;
}

/* line 729, app/assets/stylesheets/mb-styles/video.scss */
.viewer-information .viewer-title {
  display: block;
  color: #FFFFFF;
  opacity: 0.7;
}

/* line 734, app/assets/stylesheets/mb-styles/video.scss */
.viewer-information .viewer-hover-arrow {
  font-size: 17px;
  font-weight: 500;
  color: #0f1723;
}

/* line 739, app/assets/stylesheets/mb-styles/video.scss */
.viewer-information:hover {
  color: #0f1723;
  background-color: #7a889d;
  cursor: pointer;
  justify-content: center;
}

/* line 744, app/assets/stylesheets/mb-styles/video.scss */
.viewer-information:hover .viewer-full-name {
  color: #0f1723;
}

/* line 747, app/assets/stylesheets/mb-styles/video.scss */
.viewer-information:hover .bring-to-stage-hover {
  display: block;
}

/* line 750, app/assets/stylesheets/mb-styles/video.scss */
.viewer-information:hover .viewer-title {
  display: none;
}

/* line 756, app/assets/stylesheets/mb-styles/video.scss */
.viewer-circle {
  width: 40px;
  height: 40px;
  margin: 8px 0 0;
  padding: 10px 0;
  background-image: linear-gradient(47deg, #37a3ee 4%, #2177ed);
  border-radius: 50%;
}

/* line 764, app/assets/stylesheets/mb-styles/video.scss */
.viewer-name {
  font-size: 16.3px;
  font-family: nunito, sans-serif;
  font-weight: bold;
  line-height: 1.08;
  text-align: center;
  color: #FFFFFF;
}

/* line 773, app/assets/stylesheets/mb-styles/video.scss */
.viewer-online-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2d68e3;
}

/* line 780, app/assets/stylesheets/mb-styles/video.scss */
.viewer-online-count {
  opacity: 0.5;
  font-size: 11px;
  font-weight: 500;
  color: #FFFFFF;
}

/* line 791, app/assets/stylesheets/mb-styles/video.scss */
.interactive-video .video-left-panel-camera-wrapper, .interactive-video .video-right-panel {
  border-radius: 8px;
  background-color: #242e3d;
}

/* line 795, app/assets/stylesheets/mb-styles/video.scss */
.interactive-video .video-left-panel {
  margin: 8px;
}

/* line 798, app/assets/stylesheets/mb-styles/video.scss */
.interactive-video #camera-container {
  height: calc(100% - 50px);
  width: calc(100% - 16px);
}

/* line 802, app/assets/stylesheets/mb-styles/video.scss */
.interactive-video .video-right-panel {
  overflow: hidden;
  overflow-y: scroll;
  min-width: 248px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 813, app/assets/stylesheets/mb-styles/video.scss */
#camera-container-side-stage video {
  width: 240px;
  height: 134px;
  border-radius: 8px;
}

/* line 818, app/assets/stylesheets/mb-styles/video.scss */
#camera-container-side-stage .subscriber-video, #camera-container-side-stage .publisher-video {
  position: relative;
}

/* line 823, app/assets/stylesheets/mb-styles/video.scss */
.subscriber-video, .publisher-video {
  background-color: #101824;
  border-radius: 8px;
}

/* line 826, app/assets/stylesheets/mb-styles/video.scss */
.subscriber-video .video-profile-image, .publisher-video .video-profile-image {
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 50%;
}

/* line 833, app/assets/stylesheets/mb-styles/video.scss */
.no-video + video {
  z-index: -1;
  opacity: 0;
}

/* line 838, app/assets/stylesheets/mb-styles/video.scss */
.close-viewer-search-button {
  background-color: #4f5763;
  min-width: 40px;
  cursor: pointer;
}

/* line 842, app/assets/stylesheets/mb-styles/video.scss */
.close-viewer-search-button i {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  margin-top: 3px;
}

/* line 850, app/assets/stylesheets/mb-styles/video.scss */
.video-pagination {
  width: 62px;
  height: 32px;
  border-radius: 133.3px;
  background-color: #4f5763;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 170px;
  bottom: 88px;
}

/* line 862, app/assets/stylesheets/mb-styles/video.scss */
.video-pagination i {
  color: white;
  opacity: .5;
  cursor: pointer;
  font-size: 12px;
}

/* line 867, app/assets/stylesheets/mb-styles/video.scss */
.video-pagination i:hover {
  opacity: 1;
}

/* line 871, app/assets/stylesheets/mb-styles/video.scss */
.video-pagination .fa-arrow-up {
  margin-left: 12px;
}

/* line 874, app/assets/stylesheets/mb-styles/video.scss */
.video-pagination .fa-arrow-down {
  margin-right: 12px;
  text-align: right;
}

/* line 878, app/assets/stylesheets/mb-styles/video.scss */
.video-pagination.video-viewer-pagination {
  display: none;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
  right: inherit;
  bottom: inherit;
  width: 56px;
}

/* line 886, app/assets/stylesheets/mb-styles/video.scss */
.video-pagination.video-viewer-pagination i {
  text-align: center;
}

/* line 893, app/assets/stylesheets/mb-styles/video.scss */
.viewers-sidebar.popout .video-viewer-pagination {
  display: flex;
  width: 62px;
}

/* line 896, app/assets/stylesheets/mb-styles/video.scss */
.viewers-sidebar.popout .video-viewer-pagination .page-count {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 4px;
}

/* line 905, app/assets/stylesheets/mb-styles/video.scss */
.interactive.live-stream-video-container .live-stream-video-container-content-wrapper {
  padding: 0px;
}

/* line 907, app/assets/stylesheets/mb-styles/video.scss */
.interactive.live-stream-video-container .live-stream-video-container-content-wrapper > .video-left-panel {
  margin: 0px;
}

/* line 912, app/assets/stylesheets/mb-styles/video.scss */
.survey-button-toolbar {
  height: 40px;
  align-self: center;
  margin-left: 16px;
}

/* line 919, app/assets/stylesheets/mb-styles/video.scss */
.video-container.interactive .video-join-wrapper {
  margin-right: 72px;
}

/* line 924, app/assets/stylesheets/mb-styles/video.scss */
.main-stage-text-holder {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 28px;
}

/* line 930, app/assets/stylesheets/mb-styles/video.scss */
.poster-wrapper-interactive-holder {
  height: calc(100% - 32px);
  margin-top: 4px;
  width: 100%;
  position: relative;
  text-align: center;
}

/* line 938, app/assets/stylesheets/mb-styles/video.scss */
.poster-wrapper-interactive {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 8px;
  text-align: center;
}

/* line 947, app/assets/stylesheets/mb-styles/video.scss */
.test-video-app-wrapper {
  display: inherit !important;
  flex: inherit !important;
  flex-direction: inherit !important;
  background: inherit !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 514px;
  width: 100%;
}

/* line 956, app/assets/stylesheets/mb-styles/video.scss */
.test-video-app-wrapper .devices-wrapper {
  max-width: 514px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
}

/* line 962, app/assets/stylesheets/mb-styles/video.scss */
.test-video-app-wrapper .join-stage-video-wrapper {
  width: 100%;
  padding-top: 56.25%;
}

/* line 965, app/assets/stylesheets/mb-styles/video.scss */
.test-video-app-wrapper .join-stage-video-wrapper .video-disabled {
  position: absolute;
  top: 107px;
  z-index: 1000;
  height: 50px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 977, app/assets/stylesheets/mb-styles/video.scss */
.test-video-app-wrapper .join-stage-video-wrapper video {
  background-color: #101824;
}

/* line 979, app/assets/stylesheets/mb-styles/video.scss */
.test-video-app-wrapper .join-stage-video-wrapper video.loading {
  -webkit-animation: pulse-black 2s infinite;
          animation: pulse-black 2s infinite;
}

@-webkit-keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* line 1, app/assets/stylesheets/mb-styles/nav_tabs.scss */
.cs-nav-tabs {
  border-radius: 8px;
  background-color: #f8f9fa;
}

/* line 4, app/assets/stylesheets/mb-styles/nav_tabs.scss */
.cs-nav-tabs li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  color: #4c5e7a;
  padding: 8px 16px;
  margin-left: 8px;
  margin-right: 8px;
  border-top: 2px solid transparent;
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/mb-styles/nav_tabs.scss */
.cs-nav-tabs li:hover {
  background-color: #e5e8ec;
}

/* line 16, app/assets/stylesheets/mb-styles/nav_tabs.scss */
.cs-nav-tabs li:hover a {
  background-color: transparent !important;
}

/* line 20, app/assets/stylesheets/mb-styles/nav_tabs.scss */
.cs-nav-tabs li.active {
  color: #302cf4;
  border-top: 2px solid #302cf4;
  border-bottom: transparent !important;
}

/* line 24, app/assets/stylesheets/mb-styles/nav_tabs.scss */
.cs-nav-tabs li.active a {
  background-color: transparent !important;
  border-bottom: transparent !important;
}

/* line 29, app/assets/stylesheets/mb-styles/nav_tabs.scss */
.cs-nav-tabs li a {
  padding: 0px !important;
  background-color: transparent !important;
  color: #4c5e7a;
}

/* line 37, app/assets/stylesheets/mb-styles/nav_tabs.scss */
html {
  scroll-padding-top: 64px;
}

/* line 1, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown .copyx {
  display: none !important;
}

/* The button */
/* line 3, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc {
  display: inline-block;
  position: relative;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc:active {
  outline: 0 !important;
}

/* line 6, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status, .addeventatc .method, .addeventatc .client, .addeventatc .transp {
  display: none !important;
}

/* Drop down */
/* line 9, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown {
  width: 230px;
  position: absolute;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #000 !important;
  font-weight: 600;
  line-height: 100%;
  background: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  margin-top: 61px;
  display: none;
  border-radius: 16px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  transform: scale(0.98, 0.98) translateY(5px);
  z-index: -1;
  transition: transform .15s ease;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 768px) {
  /* line 9, app/assets/stylesheets/mb-styles/addeventatc.scss */
  .addeventatc_dropdown {
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    top: inherit !important;
    margin: 0 auto;
  }
}

/* line 39, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown.topdown {
  transform: scale(0.98, 0.98) translateY(-5px) !important;
}

/* line 40, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 14px 10px 14px 63px;
  margin: -2px 0px;
}

/* line 41, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown span:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

/* line 42, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown em {
  color: #999 !important;
  font-size: 12px !important;
  font-weight: 400;
}

/* line 43, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown .frs a {
  background: #fff;
  color: #cacaca !important;
  cursor: pointer;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101;
}

/* line 44, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown .frs a:hover {
  color: #999 !important;
}

/* line 45, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown .ateappleical {
  background: url(/assets/gfx/icon-apple-t5-92fefae0eb595989afe85e721b642a7d2ff3b3e20368bf632aa359489d582329.svg) 26px 40% no-repeat;
  background-size: 22px 100%;
}

/* line 46, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown .ategoogle {
  background: url(/assets/gfx/icon-google-t5-358f2e86cdc8971f4675b704d5627ecfae6f2cbcf3e64758c5b4485190059ae2.svg) 26px 50% no-repeat;
  background-size: 22px 100%;
}

/* line 47, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown .ateoffice365 {
  background: url(/assets/gfx/icon-office365-t5-566f9feb9e47a9be59ad336eae60c95e3e8c925c9d51fa745bb5f5aac0202db6.svg) 27px 50% no-repeat;
  background-size: 18px 100%;
}

/* line 48, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown .ateoutlook {
  background: url(/assets/gfx/icon-outlook-t5-bff7618097f34255e505b24c82caf0f4d473198fed1269af883872d193f8c120.svg) 26px 50% no-repeat;
  background-size: 22px 100%;
}

/* line 49, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown .ateoutlookcom {
  background: url(/assets/gfx/icon-outlookcom-t5-a588b4d29ccb3154826585f1206c39cffb1ef32ccc807af224613d08d508c690.svg) 26px 50% no-repeat;
  background-size: 22px 100%;
}

/* line 50, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown .ateyahoo {
  background: url(/assets/gfx/icon-yahoo-t5-4d091e3f3e36f2848590f4430656972025cb6d7095460b188daf3b6503b2754b.svg) 26px 50% no-repeat;
  background-size: 22px 100%;
}

/* line 51, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown .atefacebook {
  background: url(/assets/gfx/icon-facebook-t5-19f77411dfc3b61abd98a2466424486d72cab9cabecc8506367cc226346dbaf6.svg) 26px 50% no-repeat;
  background-size: 22px 100%;
}

/* line 52, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown .copyx {
  height: 21px;
  display: block;
  position: relative;
  cursor: default;
}

/* line 53, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown .brx {
  height: 1px;
  overflow: hidden;
  background: #e8e8e8;
  position: absolute;
  z-index: 100;
  left: 10px;
  right: 10px;
  top: 9px;
}

/* line 54, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px);
  z-index: 99999999999;
}

/* line 55, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown.topdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px) !important;
}

/* line 56, app/assets/stylesheets/mb-styles/addeventatc.scss */
.addeventatc_dropdown .drop_markup {
  background-color: #f4f4f4;
}

/* line 1, app/assets/stylesheets/mb-styles/notifications.scss */
.notifications-wrapper {
  position: absolute;
  background-color: #FFFFFF;
  top: 50px;
  bottom: 16px;
  height: calc(100vh - 58px);
  right: 8px;
  border-radius: 8px;
  width: 375px;
  box-shadow: 0px 8px 24px 0px #00000024;
  overflow: hidden;
  z-index: 1000;
}

@media (max-width: 390px) {
  /* line 1, app/assets/stylesheets/mb-styles/notifications.scss */
  .notifications-wrapper {
    width: calc(100% - 16px);
  }
}

/* line 18, app/assets/stylesheets/mb-styles/notifications.scss */
.notification-image-helper {
  width: 56px;
  max-height: 56px;
}

/* line 23, app/assets/stylesheets/mb-styles/notifications.scss */
.mark-as-read-wrapper {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
}

/* line 28, app/assets/stylesheets/mb-styles/notifications.scss */
.mark-as-read-wrapper i {
  color: #7f8ca0;
}

/* line 31, app/assets/stylesheets/mb-styles/notifications.scss */
.mark-as-read-wrapper:hover {
  cursor: pointer;
  background-color: #f2f3f5;
}

/* line 33, app/assets/stylesheets/mb-styles/notifications.scss */
.mark-as-read-wrapper:hover i {
  color: #001941;
}

/* line 40, app/assets/stylesheets/mb-styles/notifications.scss */
.notification-list-wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 56px;
}

/* line 47, app/assets/stylesheets/mb-styles/notifications.scss */
.single-notification-wrapper.unread {
  background-color: #f3f0ff;
}

/* line 51, app/assets/stylesheets/mb-styles/notifications.scss */
.notification-header-wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}

/* line 55, app/assets/stylesheets/mb-styles/notifications.scss */
.notification-indicator-wrapper:hover {
  opacity: 0.5;
}

/* line 60, app/assets/stylesheets/mb-styles/notifications.scss */
.no-notification-empty-state-wrapper {
  height: calc(100% - 32px);
  width: 100%;
}

/* line 65, app/assets/stylesheets/mb-styles/notifications.scss */
.no-notification-empty-state {
  border-radius: 16px;
  background-color: #f9f9f9;
  height: 100%;
}

/* line 70, app/assets/stylesheets/mb-styles/notifications.scss */
.notification-empty-state-icon-wrapper {
  width: 96px;
  height: 72px;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin-right: auto;
  margin-left: auto;
}

/* line 77, app/assets/stylesheets/mb-styles/notifications.scss */
.notification-empty-state-icon-wrapper i {
  color: #1f29ec;
  font-size: 21px;
}

/* line 1, app/assets/stylesheets/mb-styles/tables.scss */
.cs-table-striped {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}

/* line 4, app/assets/stylesheets/mb-styles/tables.scss */
.cs-table-striped th, .cs-table-striped td {
  border: none;
  padding: 12px;
}

/* line 8, app/assets/stylesheets/mb-styles/tables.scss */
.cs-table-striped th:first-child {
  border-top-left-radius: 5px;
}

/* line 11, app/assets/stylesheets/mb-styles/tables.scss */
.cs-table-striped td:first-child {
  border-top-right-radius: 5px;
}

/* line 16, app/assets/stylesheets/mb-styles/tables.scss */
.cs-table-wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}

/* line 21, app/assets/stylesheets/mb-styles/tables.scss */
.sent-email-account-wrapper {
  vertical-align: middle;
}

/* line 23, app/assets/stylesheets/mb-styles/tables.scss */
.sent-email-account-wrapper .name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.31;
  color: #1f29ec;
}

/* line 29, app/assets/stylesheets/mb-styles/tables.scss */
.sent-email-account-wrapper .email {
  font-size: 13px;
  line-height: 1.31;
  color: #001941;
}

/* line 1, app/assets/stylesheets/mb-styles/layouts.scss */
.mb-top-row {
  border-bottom: 1px solid #c4e5f1;
}

/* line 4, app/assets/stylesheets/mb-styles/layouts.scss */
.mb-top-row .mb-left-row, .mb-top-row .mb-right-row {
  padding: 10px 20px;
}

/* line 7, app/assets/stylesheets/mb-styles/layouts.scss */
.mb-top-row .mb-right-row {
  padding-left: 0px;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/mb-styles/layouts.scss */
  .mb-top-row .mb-right-row {
    border: none;
    padding-bottom: 20px;
  }
}

/* line 14, app/assets/stylesheets/mb-styles/layouts.scss */
.mb-top-row .mb-right-row p {
  margin: 0;
  margin-top: 6px;
  margin-left: 10px;
  display: inline-block;
  color: #001941;
  font-family: SFUIText-Regular;
  font-size: 14px;
}

/* line 22, app/assets/stylesheets/mb-styles/layouts.scss */
.mb-top-row .mb-right-row p.email {
  font-size: 14px;
  opacity: 0.5;
  font-size: 14px;
}

/* line 28, app/assets/stylesheets/mb-styles/layouts.scss */
.mb-top-row .mb-right-row img {
  border-radius: 50%;
  width: 33px !important;
}

/* line 35, app/assets/stylesheets/mb-styles/layouts.scss */
.mb-left-row, .mb-right-row {
  padding: 10px 20px;
}

/* line 40, app/assets/stylesheets/mb-styles/layouts.scss */
.mb-team-membership {
  margin-bottom: 0px !important;
}

/* line 44, app/assets/stylesheets/mb-styles/layouts.scss */
.masonry-with-columns {
  -moz-columns: 2 200px;
       columns: 2 200px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

/* line 47, app/assets/stylesheets/mb-styles/layouts.scss */
.masonry-with-columns .masonry-item {
  display: inline-block;
  width: 100%;
}

/* line 1, app/assets/stylesheets/mb-styles/empty_states.scss */
.mb-empty-state-basic {
  -moz-flex: 1 1;
  flex: 1 1;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}

/* line 7, app/assets/stylesheets/mb-styles/empty_states.scss */
.mb-empty-state-basic .empty-state-content {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 480px) {
  /* line 7, app/assets/stylesheets/mb-styles/empty_states.scss */
  .mb-empty-state-basic .empty-state-content {
    margin-top: 10px;
  }
}

/* line 13, app/assets/stylesheets/mb-styles/empty_states.scss */
.mb-empty-state-basic .empty-state-content h1 {
  font-weight: 300;
  font-size: 32px;
  color: #859AA1;
  line-height: 38px;
}

@media (max-width: 480px) {
  /* line 13, app/assets/stylesheets/mb-styles/empty_states.scss */
  .mb-empty-state-basic .empty-state-content h1 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 0px;
  }
}

/* line 24, app/assets/stylesheets/mb-styles/empty_states.scss */
.mb-empty-state-basic .empty-state-content h2 {
  font-size: 19px;
  color: #9BADB4;
  line-height: 26px;
}

@media (max-width: 480px) {
  /* line 24, app/assets/stylesheets/mb-styles/empty_states.scss */
  .mb-empty-state-basic .empty-state-content h2 {
    font-size: 12px;
    line-height: 16px;
  }
}

/* line 33, app/assets/stylesheets/mb-styles/empty_states.scss */
.mb-empty-state-basic .empty-state-content img {
  margin-top: 20px;
}

@media (max-width: 480px) {
  /* line 33, app/assets/stylesheets/mb-styles/empty_states.scss */
  .mb-empty-state-basic .empty-state-content img {
    height: 150px;
  }
}

/* line 38, app/assets/stylesheets/mb-styles/empty_states.scss */
.mb-empty-state-basic .empty-state-content img.personal {
  height: 120px;
}

/* line 42, app/assets/stylesheets/mb-styles/empty_states.scss */
.mb-empty-state-basic .empty-state-content button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, app/assets/stylesheets/mb-styles/empty_states.scss */
.cs-company-empty-state {
  border-radius: 16px;
  background-color: #f7f9fa;
  padding: 44px 32px 32px 32px;
}

/* line 54, app/assets/stylesheets/mb-styles/empty_states.scss */
.cs-company-empty-state p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  color: #001941;
  padding-bottom: 0px;
}

/* line 63, app/assets/stylesheets/mb-styles/empty_states.scss */
.large-icon-empty-state {
  background-color: #ffffff;
  border: 2px solid #e5e8ec;
  height: 60px;
  width: 60px;
  margin: 0 auto;
}

/* line 71, app/assets/stylesheets/mb-styles/empty_states.scss */
.new-cs-empty-state-wrapper {
  height: 291px;
}

/* line 73, app/assets/stylesheets/mb-styles/empty_states.scss */
.new-cs-empty-state-wrapper i {
  font-size: 56px;
  color: #7F8CA0;
}

/* line 1, app/assets/stylesheets/mb-styles/sidebar.scss */
.mb-side-nav {
  font-family: "proxima-nova",sans-serif;
}

/* line 3, app/assets/stylesheets/mb-styles/sidebar.scss */
.mb-side-nav .nav-item {
  padding: 5px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #001941;
  font-weight: 300;
  cursor: pointer;
}

/* line 10, app/assets/stylesheets/mb-styles/sidebar.scss */
.mb-side-nav .nav-item.selected {
  color: #0F62DC;
  box-shadow: 3px 0px 0px 0px #0F62DC inset;
  font-weight: 400;
}

/* line 15, app/assets/stylesheets/mb-styles/sidebar.scss */
.mb-side-nav .nav-item.last {
  margin-bottom: 25px;
}

/* line 18, app/assets/stylesheets/mb-styles/sidebar.scss */
.mb-side-nav .nav-item img {
  float: left;
}

/* line 21, app/assets/stylesheets/mb-styles/sidebar.scss */
.mb-side-nav .nav-item .nav-item-name {
  font-size: 18px;
  line-height: 24px;
  margin-left: 30px;
}

/* line 27, app/assets/stylesheets/mb-styles/sidebar.scss */
.mb-side-nav .team-member-wrapper {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  border-top: 1px solid #d0e9f3;
}

/* line 1, app/assets/stylesheets/mb-styles/navigation.scss */
.cs-nav-buttons {
  padding: 8px 0px;
}

/* line 5, app/assets/stylesheets/mb-styles/navigation.scss */
.no-float {
  float: inherit;
}

/* line 8, app/assets/stylesheets/mb-styles/navigation.scss */
.trigger-sidebar-arrow-button {
  float: left;
  padding: 14px 0px;
  margin-left: -8px;
  margin-right: 8px;
}

@media (max-width: 767px) {
  /* line 8, app/assets/stylesheets/mb-styles/navigation.scss */
  .trigger-sidebar-arrow-button {
    display: none !important;
  }
}

/* line 18, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar {
  position: fixed;
  top: 60px;
  bottom: 0px;
  width: 92px;
  text-align: center;
  background-color: #FFFFFF;
  border-right: solid 1px #e5e8ec;
  z-index: 1000;
}

/* line 27, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar li {
  float: none;
}

/* line 30, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar a {
  display: block;
  text-decoration: none;
}

/* line 34, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar .nav-item-icon {
  height: 40px;
  width: 40px;
  background-color: #f2f3f5;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
}

/* line 42, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar .nav-item-icon i {
  color: #7f8ca0;
  font-size: 18px;
  margin-top: 1px;
  margin-left: 1px;
}

/* line 48, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar .nav-item-icon:hover {
  background-color: #E5E8EC;
}

/* line 52, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar .nav-item-text {
  font-weight: 500;
  font-size: 11px;
  color: #4c5e7a;
}

/* line 60, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar .nav-item-wrapper:hover .nav-item-icon {
  background-color: #E5E8EC;
}

/* line 63, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar .nav-item-wrapper:hover .nav-item-text {
  color: #001941;
}

/* line 68, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar .nav-item-wrapper.active .nav-item-icon {
  background-color: #1f29ec;
}

/* line 71, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar .nav-item-wrapper.active i {
  color: white;
}

/* line 74, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar .nav-item-wrapper.active .nav-item-text {
  color: #001941;
}

/* line 79, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar .nav-item-wrapper.support-sidebar-wrapper .nav-item-icon {
  background-color: #ffe6fd;
}

/* line 81, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar .nav-item-wrapper.support-sidebar-wrapper .nav-item-icon i {
  color: #c717b2;
  font-size: 24px;
}

/* line 86, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar .nav-item-wrapper.support-sidebar-wrapper .nav-item-text {
  color: #c717b2;
}

/* line 91, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar .live-stream-modal-button {
  margin-left: 12px;
  margin-right: 12px;
  min-height: 46px;
}

@media (max-width: 767px) {
  /* line 18, app/assets/stylesheets/mb-styles/navigation.scss */
  .event-nav-sidebar {
    display: none;
    bottom: inherit;
    width: 100%;
  }
  /* line 100, app/assets/stylesheets/mb-styles/navigation.scss */
  .event-nav-sidebar a, .event-nav-sidebar .live-stream-button-wrapper, .event-nav-sidebar .content-page-dropdown-sidebar, .event-nav-sidebar .nav-item-wrapper {
    display: inline-block;
    width: 100px;
  }
  /* line 104, app/assets/stylesheets/mb-styles/navigation.scss */
  .event-nav-sidebar .nav-item-wrapper {
    vertical-align: middle;
  }
  /* line 107, app/assets/stylesheets/mb-styles/navigation.scss */
  .event-nav-sidebar .nav-items-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 113, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar.mobile {
  display: none;
  bottom: inherit;
  width: 100%;
}

/* line 117, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar.mobile .live-stream-button-wrapper, .event-nav-sidebar.mobile .content-page-dropdown-sidebar, .event-nav-sidebar.mobile .nav-item-wrapper {
  display: inline-block;
  width: 100px;
}

/* line 121, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar.mobile .nav-item-wrapper {
  vertical-align: middle;
}

/* line 124, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar.mobile .nav-items-wrapper {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 850px) {
  /* line 124, app/assets/stylesheets/mb-styles/navigation.scss */
  .event-nav-sidebar.mobile .nav-items-wrapper {
    max-width: 450px;
  }
}

/* line 133, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar.shrunk-navbar .nav-item-wrapper {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* line 137, app/assets/stylesheets/mb-styles/navigation.scss */
.event-nav-sidebar.shrunk-navbar .nav-item-text {
  display: none;
}

@media (max-width: 450px) {
  /* line 142, app/assets/stylesheets/mb-styles/navigation.scss */
  .event-nav-sidebar .nav-items-wrapper {
    max-width: 300px;
  }
}

/* line 149, app/assets/stylesheets/mb-styles/navigation.scss */
.content-page-dropdown-sidebar i {
  font-size: 24px !important;
  margin-top: 2px !important;
}

/* line 154, app/assets/stylesheets/mb-styles/navigation.scss */
.content-page-dropdown-sidebar:hover .nav-item-icon, .content-page-dropdown-sidebar:focus .nav-item-icon {
  background-color: #7f8ca0 !important;
}

/* line 157, app/assets/stylesheets/mb-styles/navigation.scss */
.content-page-dropdown-sidebar:hover i, .content-page-dropdown-sidebar:focus i {
  color: #FFFFFF !important;
}

/* line 163, app/assets/stylesheets/mb-styles/navigation.scss */
.cs-account-round-avatar-wrapper {
  padding-top: 8px;
  padding-left: 0px;
}

/* line 168, app/assets/stylesheets/mb-styles/navigation.scss */
.cs-account-round-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f7f9fa;
  padding-right: 0px;
}

/* line 179, app/assets/stylesheets/mb-styles/navigation.scss */
.cs-account-round-avatar.lg {
  width: 60px;
  height: 60px;
}

/* line 184, app/assets/stylesheets/mb-styles/navigation.scss */
.cs-account-round-avatar.xs {
  width: 18px;
  height: 18px;
}

/* line 189, app/assets/stylesheets/mb-styles/navigation.scss */
.cs-account-round-avatar img {
  width: auto;
  height: 100%;
}

/* line 195, app/assets/stylesheets/mb-styles/navigation.scss */
.fa-globe-navbar {
  font-size: 18px;
  margin-top: 2px;
  color: #001941;
}

/* line 201, app/assets/stylesheets/mb-styles/navigation.scss */
.trigger-sidebar-arrow-button .custom-menu-button {
  width: 76px;
  height: 32px;
  border-radius: 20px !important;
}

/* line 2, app/assets/stylesheets/mb-styles/activity_feed.scss */
.activity-feed .channel-message-edit {
  display: none;
}

/* line 8, app/assets/stylesheets/mb-styles/activity_feed.scss */
.activity-feed-item-wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
}

/* line 16, app/assets/stylesheets/mb-styles/activity_feed.scss */
.activity-feed-horizontal-line {
  width: 4px;
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
}

/* line 23, app/assets/stylesheets/mb-styles/activity_feed.scss */
.light-green-horizontal-line {
  background-color: #3adfbb;
}

/* line 27, app/assets/stylesheets/mb-styles/activity_feed.scss */
.light-blue-horizontal-line {
  background-color: #049ff6;
}

/* line 31, app/assets/stylesheets/mb-styles/activity_feed.scss */
.dark-blue-horizontal-line {
  background-color: #1F29EC;
}

/* line 35, app/assets/stylesheets/mb-styles/activity_feed.scss */
.post-activity-wrapper {
  word-wrap: break-word;
  overflow: hidden;
}

/* line 41, app/assets/stylesheets/mb-styles/activity_feed.scss */
.activity-tags-wrapper .providing_tags {
  border: solid 2px #C717B2;
}

/* line 44, app/assets/stylesheets/mb-styles/activity_feed.scss */
.activity-tags-wrapper .seeking_tags {
  border: solid 2px #1F29EC;
}

/* line 49, app/assets/stylesheets/mb-styles/activity_feed.scss */
.activity-tag {
  padding: 8px;
  border-radius: 8px;
  font-weight: 600;
}

/* line 55, app/assets/stylesheets/mb-styles/activity_feed.scss */
.default-cursor .str-chat__avatar-image {
  cursor: default !important;
}

/* line 60, app/assets/stylesheets/mb-styles/activity_feed.scss */
.post-activity-feed-img {
  max-height: 400px;
}

/* line 64, app/assets/stylesheets/mb-styles/activity_feed.scss */
.custom-new-activity-button {
  max-width: 128px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}

/* line 75, app/assets/stylesheets/mb-styles/activity_feed.scss */
.post-avatar-wrapper img {
  border-radius: 50%;
}

/* line 3, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .session-navbar, #meetings_matrix .session-navbar {
  background-color: #FFFFFF;
  height: 50px;
  border-bottom: 1px solid #D0E9F3;
}

/* line 8, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .left-side, #meetings_matrix .left-side {
  padding-top: 15px;
  float: left;
}

/* line 12, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .left-side span, #meetings_matrix .left-side span {
  float: left;
}

/* line 15, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .left-side select, #meetings_matrix .left-side select {
  margin-left: 10px;
  float: left;
  background: #FFFFFF;
  border: 1px solid #D5DFE3;
  border-radius: 5px;
}

/* line 23, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .right-side, #meetings_matrix .right-side {
  float: right;
  padding-top: 13px;
}

/* line 27, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .right-side input, #meetings_matrix .right-side input {
  background: #FFFFFF;
  border: 1px solid #D5DFE3;
  border-radius: 5px;
  font-size: 16px;
  color: black;
  line-height: 20px;
}

/* line 34, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .right-side input:-moz-placeholder-shown, #meetings_matrix .right-side input:-moz-placeholder-shown {
  color: #859AA1;
  line-height: 20px;
}
#agenda_sessions .right-side input:-ms-input-placeholder, #meetings_matrix .right-side input:-ms-input-placeholder {
  color: #859AA1;
  line-height: 20px;
}
#agenda_sessions .right-side input:placeholder-shown, #meetings_matrix .right-side input:placeholder-shown {
  color: #859AA1;
  line-height: 20px;
}

/* line 39, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .right-side .search-button, #meetings_matrix .right-side .search-button {
  float: right;
}

/* line 46, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions, #meetings_matrix .main-agenda-sessions {
  width: auto;
  position: relative;
}

/* line 51, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .agenda-scroll-wrapper, #meetings_matrix .main-agenda-sessions .agenda-scroll-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

/* line 56, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .session-times-wrapper, #meetings_matrix .main-agenda-sessions .session-times-wrapper {
  background-color: white;
  z-index: 3;
  padding-top: 65px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  border-right: 1px solid #D0E9F3;
}

/* line 66, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .session-times-wrapper div, #meetings_matrix .main-agenda-sessions .session-times-wrapper div {
  height: 62px;
  font-size: 15px;
  color: #001941;
  line-height: 20px;
  margin-bottom: 20px;
  padding-top: 18px;
}

/* line 75, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .session-header-wrapper, #meetings_matrix .main-agenda-sessions .session-header-wrapper {
  background-color: white;
  z-index: 2;
  margin-left: 117px;
  line-height: 0px;
  position: fixed;
  border-bottom: 1px solid #D0E9F3;
}

/* line 85, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .session-header-wrapper .session-name, #meetings_matrix .main-agenda-sessions .session-header-wrapper .session-name {
  display: inline-block;
  width: 290px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: SFUIText-Medium;
  font-size: 14px;
  color: #001941;
  line-height: 18px;
}

/* line 98, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .session-header-wrapper .session-name:first-child, #meetings_matrix .main-agenda-sessions .session-header-wrapper .session-name:first-child {
  margin-left: 29px;
}

/* line 103, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper, #meetings_matrix .main-agenda-sessions .sessions-wrapper {
  margin-left: 146px;
}

/* line 105, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions {
  max-width: 290px;
  margin-top: 65px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}

/* line 112, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions.hide, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions.hide {
  display: none;
}

/* line 116, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout {
  height: 62px;
  width: 260px;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
}

/* line 125, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout .name, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout .name {
  font-size: 15px;
  color: #001941;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 134, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout .checked-in, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout .checked-in {
  font-size: 15px;
  color: #001941;
  line-height: 20px;
}

/* line 139, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout .checked-in .event span:first-child, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout .checked-in .event span:first-child {
  font-weight: 600;
}

/* line 143, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout .checked-in .session, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout .checked-in .session {
  margin-left: 64px;
}

/* line 145, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout .checked-in .session span:first-child, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout .checked-in .session span:first-child {
  font-weight: 600;
}

/* line 150, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.here, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.here {
  background: #E8FFF1;
  border: 1px solid #00CE50;
  border-radius: 5px;
}

/* line 154, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.here:hover, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.here:hover {
  box-shadow: 0px 0px 0px 2px #00CE50;
}

/* line 158, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.not-here, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.not-here {
  background: #FFE1DD;
  border: 1px solid #DF4C3A;
  border-radius: 5px;
}

/* line 162, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.not-here .checked-in, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.not-here .checked-in {
  color: #DF4C3A;
}

/* line 165, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.not-here:hover, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.not-here:hover {
  box-shadow: 0px 0px 0px 2px #DF4C3A;
}

/* line 169, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.event-here, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.event-here {
  background: #FFEFD2;
  border: 1px solid #F6A819;
  border-radius: 5px;
}

/* line 173, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.event-here:hover, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.event-here:hover {
  box-shadow: 0px 0px 0px 2px #F6A819;
}

/* line 177, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.break, #agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.lunch, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.break, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.lunch {
  background: #FFFFFF;
  border: 1px solid #D0E9F3;
  border-radius: 5px;
  cursor: default;
}

/* line 182, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.break .name, #agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.lunch .name, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.break .name, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.lunch .name {
  font-size: 15px;
  color: #FA7215;
  letter-spacing: 0.5px;
  line-height: 20px;
}

/* line 189, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
#agenda_sessions .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.empty, #meetings_matrix .main-agenda-sessions .sessions-wrapper .sessions .session-breakout.empty {
  cursor: default;
}

/* line 202, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
.rw-multiselect-taglist > li {
  background-color: transparent;
  background-image: linear-gradient(-226deg, #53E3FA 0%, #29C3F4 100%);
  border: 0px;
  color: white;
}

/* line 207, app/assets/stylesheets/mb-styles/agenda_sessions.scss */
.rw-multiselect-taglist > li .rw-btn {
  color: white;
}

/* line 2, app/assets/stylesheets/mb-styles/call_applications.scss */
#call_form legend {
  margin-bottom: 0px;
}

/* line 7, app/assets/stylesheets/mb-styles/call_applications.scss */
#application-evaluation {
  background-color: #f7fafe;
  padding: 24px;
}

/* line 11, app/assets/stylesheets/mb-styles/call_applications.scss */
#application-evaluation h4 {
  font-size: 21px;
  font-weight: 600;
  color: #0f62dc;
  margin: 0 20px 20px 20px;
}

/* line 17, app/assets/stylesheets/mb-styles/call_applications.scss */
#application-evaluation .application-details, #application-evaluation .application-questions, #application-evaluation .application-review, #application-evaluation .application-actions {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

/* line 23, app/assets/stylesheets/mb-styles/call_applications.scss */
#application-evaluation .application-details section.heading, #application-evaluation .application-questions section.heading, #application-evaluation .application-review section.heading, #application-evaluation .application-actions section.heading {
  padding-top: 20px;
  border-bottom: solid 1px #e5e5e5;
}

/* line 27, app/assets/stylesheets/mb-styles/call_applications.scss */
#application-evaluation .application-details section.body, #application-evaluation .application-questions section.body, #application-evaluation .application-review section.body, #application-evaluation .application-actions section.body {
  margin: 20px 0px 20px 20px;
  padding-bottom: 20px;
}

/* line 31, app/assets/stylesheets/mb-styles/call_applications.scss */
#application-evaluation .application-details p, #application-evaluation .application-questions p, #application-evaluation .application-review p, #application-evaluation .application-actions p {
  font-size: 15px;
  color: #393939;
  margin-bottom: 15px;
}

/* line 36, app/assets/stylesheets/mb-styles/call_applications.scss */
#application-evaluation .application-details p span, #application-evaluation .application-questions p span, #application-evaluation .application-review p span, #application-evaluation .application-actions p span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  color: #393939;
  margin-bottom: 8px;
}

/* line 45, app/assets/stylesheets/mb-styles/call_applications.scss */
#application-evaluation .application-details p span.account-name, #application-evaluation .application-questions p span.account-name, #application-evaluation .application-review p span.account-name, #application-evaluation .application-actions p span.account-name {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0px;
}

/* line 52, app/assets/stylesheets/mb-styles/call_applications.scss */
#application-evaluation .application-details i, #application-evaluation .application-questions i, #application-evaluation .application-review i, #application-evaluation .application-actions i {
  color: #333333;
  opacity: 0.5;
}

/* line 56, app/assets/stylesheets/mb-styles/call_applications.scss */
#application-evaluation .application-details .indent, #application-evaluation .application-questions .indent, #application-evaluation .application-review .indent, #application-evaluation .application-actions .indent {
  margin-left: 20px;
}

/* line 62, app/assets/stylesheets/mb-styles/call_applications.scss */
#application-evaluation .application-actions section.body {
  padding-top: 20px;
  margin: 20px;
}

/* line 69, app/assets/stylesheets/mb-styles/call_applications.scss */
.application-questions .question-header, .application-review .question-header {
  font-size: 13px;
  font-weight: 700;
  color: #0F62DC;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

/* line 77, app/assets/stylesheets/mb-styles/call_applications.scss */
.application-questions .question-break, .application-review .question-break {
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 20px;
}

/* line 81, app/assets/stylesheets/mb-styles/call_applications.scss */
.application-questions .question-number, .application-review .question-number {
  opacity: 0.5;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  margin-right: 20px;
}

/* line 89, app/assets/stylesheets/mb-styles/call_applications.scss */
.application-questions .question-name, .application-review .question-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  color: #333333;
  margin-bottom: 10px;
  margin-right: 20px;
}

/* line 97, app/assets/stylesheets/mb-styles/call_applications.scss */
.application-questions .question-answer, .application-review .question-answer {
  font-size: 13px;
  line-height: 1.77;
  color: #333333;
  padding-bottom: 10px;
  margin-right: 40px;
}

/* line 104, app/assets/stylesheets/mb-styles/call_applications.scss */
.application-questions .question-answer p, .application-review .question-answer p {
  font-size: 13px;
  line-height: 1.77;
  color: #333333;
}

/* line 110, app/assets/stylesheets/mb-styles/call_applications.scss */
.application-questions .question-answer textarea, .application-review .question-answer textarea {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-bottom: 10px;
  resize: none;
}

/* line 118, app/assets/stylesheets/mb-styles/call_applications.scss */
.application-questions .question-answer input[type=number], .application-review .question-answer input[type=number] {
  color: #0f62dc;
}

/* line 122, app/assets/stylesheets/mb-styles/call_applications.scss */
.application-questions .question-answer .star, .application-questions .question-answer .stars, .application-review .question-answer .star, .application-review .question-answer .stars {
  margin-bottom: 10px;
}

/* line 126, app/assets/stylesheets/mb-styles/call_applications.scss */
.application-questions .question-answer .passing-score, .application-review .question-answer .passing-score {
  color: #468847;
}

/* line 133, app/assets/stylesheets/mb-styles/call_applications.scss */
.application-questions .question-answer {
  margin-left: 20px;
}

/* line 139, app/assets/stylesheets/mb-styles/call_applications.scss */
.application-review input {
  min-width: 60px;
}

/* line 143, app/assets/stylesheets/mb-styles/call_applications.scss */
.application-review .radio, .application-review .checkbox {
  margin-left: 12px;
}

/* line 148, app/assets/stylesheets/mb-styles/call_applications.scss */
span.stars, span.stars span {
  display: block;
  background: url(/assets/stars-d4d0e256c5cdf99870115713282f492f3c3f2199cbea6b49aa4373d8837f127f.svg) 0 -16px repeat-x;
  width: 80px;
  height: 16px;
}

/* line 155, app/assets/stylesheets/mb-styles/call_applications.scss */
span.stars span {
  background-position: 0 0;
}

/* line 12, app/assets/stylesheets/mb-styles/tweaks.scss */
body.noScroll {
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/mb-styles/tweaks.scss */
.public-pages-negative-margin {
  margin: 0 -24px;
}

/* line 21, app/assets/stylesheets/mb-styles/tweaks.scss */
.developer-page .mb-input-thin {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 27, app/assets/stylesheets/mb-styles/tweaks.scss */
.developer-page .api-key-holder .success-message {
  font-size: 11px;
  color: #00CE50;
  letter-spacing: 1.1px;
  line-height: 22px;
}

/* line 37, app/assets/stylesheets/mb-styles/tweaks.scss */
.help-block, .help-inline {
  color: #4C5E7A;
}

/* line 42, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale, .sign-in {
  background-color: #f7fafe;
  padding: 20px;
}

/* line 47, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale.full-page .mb-form-container, .mb-citra-pale.full-page .alert, .mb-citra-pale.full-page .well, .sign-in.full-page .mb-form-container, .sign-in.full-page .alert, .sign-in.full-page .well {
  margin-left: auto;
  margin-right: auto;
}

/* line 52, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale.full-background, .sign-in.full-background {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}

/* line 57, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale h4, .sign-in h4 {
  font-size: 21px;
  font-weight: 600;
  color: #0f62dc;
}

/* line 62, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale h5, .sign-in h5 {
  font-size: 16px;
  font-weight: 500;
  color: #001940;
  margin-top: 0px;
}

/* line 67, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale h5 .icon, .sign-in h5 .icon {
  padding-right: 8px;
}

/* line 71, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .medium-label, .sign-in .medium-label {
  font-size: 17px;
  font-weight: 600;
}

/* line 75, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale.attendee-side, .sign-in.attendee-side {
  padding: 0px;
  background-color: transparent;
}

/* line 78, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale.attendee-side h4, .sign-in.attendee-side h4 {
  font-weight: normal;
  color: #001941;
}

/* line 83, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale.attendee-side .mb-light, .sign-in.attendee-side .mb-light {
  opacity: 0.7;
  font-size: 15px;
  line-height: 1.47;
  color: #021b3f;
}

/* line 89, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale.attendee-side input, .sign-in.attendee-side input {
  line-height: 1.53;
}

/* line 92, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale.attendee-side .header, .sign-in.attendee-side .header {
  font-size: 13px;
  font-weight: 700;
  color: #0F62DC;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 5px;
}

/* line 101, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale.attendee-side .header-square, .sign-in.attendee-side .header-square {
  float: left;
  margin-left: -20px;
  margin-top: 12px;
  width: 6px;
  height: 11px;
  background-color: #0f62dc;
}

/* line 109, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale.attendee-side .account-email-field, .sign-in.attendee-side .account-email-field {
  overflow: hidden;
  padding-right: 10px;
}

/* line 113, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale.attendee-side .account-email-button, .sign-in.attendee-side .account-email-button {
  float: right;
}

/* line 117, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale.attendee-side #account_sign_in .row, .sign-in.attendee-side #account_sign_in .row {
  margin: 0px;
}

/* line 120, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale.attendee-side #account_sign_in .btn, .sign-in.attendee-side #account_sign_in .btn {
  margin-top: 23px;
}

/* line 124, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale.attendee-side #account_sign_in [class*="col-"], .sign-in.attendee-side #account_sign_in [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 130, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .heading, .sign-in .heading {
  padding-bottom: 20px;
}

/* line 132, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .heading.pt, .sign-in .heading.pt {
  padding-top: 20px;
}

/* line 136, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-label, .sign-in .mb-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #001941;
}

/* line 141, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-label.no-mr, .sign-in .mb-label.no-mr {
  margin: 0px !important;
}

/* line 144, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-label.mb-label-danger, .sign-in .mb-label.mb-label-danger {
  color: #e11414;
}

/* line 147, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-label i.fa-star, .sign-in .mb-label i.fa-star {
  font-size: 14px;
  color: #ff9100;
}

/* line 151, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-label.secondary, .sign-in .mb-label.secondary {
  color: #000;
  opacity: 0.7;
  font-size: 15px;
}

/* line 156, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-label.switch-lh, .sign-in .mb-label.switch-lh {
  line-height: 35px;
}

/* line 160, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-inline-radio, .sign-in .mb-inline-radio {
  display: inline-block;
  margin-left: 10px;
}

/* line 163, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-inline-radio input[type="radio"], .sign-in .mb-inline-radio input[type="radio"] {
  float: left;
  margin-right: 10px;
}

/* line 168, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .inline-radios, .sign-in .inline-radios {
  margin-top: 7px;
}

/* line 171, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-inline-text-field, .sign-in .mb-inline-text-field {
  display: inline-block;
  margin-left: 10px;
}

/* line 174, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-inline-text-field label, .sign-in .mb-inline-text-field label {
  display: inline-block;
  margin-top: 9px;
}

/* line 178, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-inline-text-field input[type="text"], .sign-in .mb-inline-text-field input[type="text"] {
  float: right;
  margin-top: 5px;
  margin-left: 20px;
  padding-left: 8px;
  width: 90px;
}

/* line 186, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .switch-label, .sign-in .switch-label {
  float: left;
  width: 70px;
  font-size: 15px;
  color: #001941;
  padding-top: 8px;
  text-align: right;
}

@media (max-width: 767px) {
  /* line 186, app/assets/stylesheets/mb-styles/tweaks.scss */
  .mb-citra-pale .switch-label, .sign-in .switch-label {
    text-align: left;
  }
}

/* line 197, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .md-padding-sides, .sign-in .md-padding-sides {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 201, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-input-group, .sign-in .mb-input-group {
  padding-top: 20px;
}

/* line 203, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-input-group.single-toggle, .sign-in .mb-input-group.single-toggle {
  padding-top: 10px;
}

/* line 205, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-input-group.single-toggle .mb-label, .sign-in .mb-input-group.single-toggle .mb-label {
  margin-top: 7px;
}

/* line 209, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-input-group.pb, .sign-in .mb-input-group.pb {
  padding-bottom: 10px;
}

/* line 213, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-input-group .table, .sign-in .mb-input-group .table {
  display: table;
}

/* line 216, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-input-group p.mb-label.secondary, .sign-in .mb-input-group p.mb-label.secondary {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

/* line 222, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .no-margin-left, .sign-in .no-margin-left {
  margin-left: 0px;
}

/* line 225, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .help-block, .mb-citra-pale .help-inline, .sign-in .help-block, .sign-in .help-inline {
  margin-top: -5px;
  padding-bottom: 15px;
  color: #4C5E7A;
}

/* line 230, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .indent, .sign-in .indent {
  padding-left: 20px;
}

/* line 233, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .indent-margin, .sign-in .indent-margin {
  margin-left: 20px !important;
}

/* line 237, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .input-prepend .add-on, .sign-in .input-prepend .add-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 243, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .input-append .add-on, .sign-in .input-append .add-on {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 248, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale hr, .sign-in hr {
  margin: 0px;
  border: 0;
  height: 0;
  border-top: 0px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-right: -20px;
  margin-left: -20px;
}

/* line 256, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale hr.section-divider, .sign-in hr.section-divider {
  margin-left: 0px;
  padding-top: 20px;
}

/* line 259, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale hr.section-divider.small-padding, .sign-in hr.section-divider.small-padding {
  padding-top: 10px;
}

/* line 263, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale hr.attachments-divider, .sign-in hr.attachments-divider {
  margin-left: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* line 270, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale label.remove-image, .sign-in label.remove-image {
  margin-left: 20px;
}

/* line 274, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale i.second-icon, .sign-in i.second-icon {
  padding-left: 4px;
}

/* line 279, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .mb-form-tool .btn, .sign-in .mb-form-tool .btn {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}

/* line 286, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .add-on > i, .mb-citra-pale .datetimepicker span.add-on i, .sign-in .add-on > i, .sign-in .datetimepicker span.add-on i {
  color: #0f62dc;
}

/* line 288, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .add-on > i.icon-asterisk, .mb-citra-pale .datetimepicker span.add-on i.icon-asterisk, .sign-in .add-on > i.icon-asterisk, .sign-in .datetimepicker span.add-on i.icon-asterisk {
  color: #EE8686;
}

/* line 293, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .alert, .sign-in .alert {
  max-width: 760px;
  font-weight: 500;
}

/* line 297, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .event, .mb-citra-pale .well, .sign-in .event, .sign-in .well {
  max-width: none !important;
}

/* line 300, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .well, .sign-in .well {
  max-width: 768px;
}

/* line 305, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .well h4, .sign-in .well h4 {
  color: #393939;
}

/* line 311, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .alert-error h4, .sign-in .alert-error h4 {
  color: #001941 !important;
}

/* line 318, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .zero-state h3, .sign-in .zero-state h3 {
  font-size: 15px;
  font-weight: 500;
  color: #001941;
  margin: 0px;
  padding: 0px;
  text-shadow: none;
}

/* line 326, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .zero-state h5, .sign-in .zero-state h5 {
  font-size: 15px;
  font-weight: 500;
  color: #7f8ca0;
  margin: 0px;
  padding: 0px;
}

/* line 333, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .zero-state a, .sign-in .zero-state a {
  color: #358eff;
  cursor: pointer;
}

/* line 340, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale input.inline-switch, .sign-in input.inline-switch {
  margin-top: 5px;
  max-width: 100px;
}

/* line 348, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .sign-in .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 225px;
}

/* line 350, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .bootstrap-select.choose_mode:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .sign-in .bootstrap-select.choose_mode:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  font-size: 14px;
  font-weight: 600;
  float: right;
}

/* line 355, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .bootstrap-select.choose_mode:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) span.review-option, .sign-in .bootstrap-select.choose_mode:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) span.review-option {
  color: #00ce50;
}

/* line 358, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .bootstrap-select.choose_mode:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) span.admin-option, .sign-in .bootstrap-select.choose_mode:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) span.admin-option {
  color: #0f62dc;
}

/* line 365, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .bootstrap-select.btn-group .dropdown-toggle .filter-option, .sign-in .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 16px;
  color: #393939;
  outline: none;
}

/* line 370, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .bootstrap-select .dropdown-toggle, .sign-in .bootstrap-select .dropdown-toggle {
  box-shadow: none;
  background-color: #f6f6f6;
}

/* line 373, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .bootstrap-select .dropdown-toggle:active, .mb-citra-pale .bootstrap-select .dropdown-toggle:focus, .sign-in .bootstrap-select .dropdown-toggle:active, .sign-in .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  background-color: #ececec;
}

/* line 379, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .bootstrap-select.btn-group .dropdown-menu li:hover, .sign-in .bootstrap-select.btn-group .dropdown-menu li:hover {
  background-color: #f6f6f6;
}

/* line 383, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .bootstrap-select.btn-group .dropdown-menu li a span.text, .sign-in .bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 16px;
  color: #393939;
}

/* line 387, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .bootstrap-select.btn-group .dropdown-menu li a img, .sign-in .bootstrap-select.btn-group .dropdown-menu li a img {
  margin-bottom: 5px;
  margin-right: 10px;
}

/* line 391, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .bootstrap-select.btn-group .dropdown-toggle .filter-option img, .sign-in .bootstrap-select.btn-group .dropdown-toggle .filter-option img {
  margin-bottom: 3px;
  margin-right: 10px;
}

/* line 395, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .bootstrap-select.btn-group .dropdown-menu li a, .sign-in .bootstrap-select.btn-group .dropdown-menu li a {
  padding: 8px 20px 8px 4px;
  outline: none;
}

/* line 400, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .bootstrap-select.btn-group .dropdown-menu li a.first, .sign-in .bootstrap-select.btn-group .dropdown-menu li a.first {
  border-top: none;
}

/* line 408, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .buttons-holder .btn, .sign-in .buttons-holder .btn {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-right: 10px;
}

@media (max-width: 767px) {
  /* line 417, app/assets/stylesheets/mb-styles/tweaks.scss */
  .mb-citra-pale .fields .field-labels, .sign-in .fields .field-labels {
    display: none;
  }
}

/* line 422, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .fields .show-mobile, .sign-in .fields .show-mobile {
  display: none;
}

@media (max-width: 767px) {
  /* line 422, app/assets/stylesheets/mb-styles/tweaks.scss */
  .mb-citra-pale .fields .show-mobile, .sign-in .fields .show-mobile {
    display: block;
  }
}

/* line 429, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .fields .input-fields .left-input-wrapper, .sign-in .fields .input-fields .left-input-wrapper {
  margin-left: 0;
}

@media (max-width: 767px) {
  /* line 432, app/assets/stylesheets/mb-styles/tweaks.scss */
  .mb-citra-pale .fields .input-fields .order, .sign-in .fields .input-fields .order {
    max-width: 50px;
  }
}

@media (max-width: 767px) {
  /* line 438, app/assets/stylesheets/mb-styles/tweaks.scss */
  .mb-citra-pale .fields .mb-label, .sign-in .fields .mb-label {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 443, app/assets/stylesheets/mb-styles/tweaks.scss */
  .mb-citra-pale .fields .btn, .sign-in .fields .btn {
    margin-top: 10px !important;
  }
}

/* line 451, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .nav-tabs, .sign-in .nav-tabs {
  border-bottom: 1px solid #e5e8ec;
}

/* line 453, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .nav-tabs.inverse-margin, .sign-in .nav-tabs.inverse-margin {
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 767px) {
  /* line 451, app/assets/stylesheets/mb-styles/tweaks.scss */
  .mb-citra-pale .nav-tabs, .sign-in .nav-tabs {
    padding: 0px;
    overflow: auto;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  /* line 462, app/assets/stylesheets/mb-styles/tweaks.scss */
  .mb-citra-pale .nav-tabs li, .sign-in .nav-tabs li {
    float: none;
    display: inline-block;
    margin-left: -4px;
  }
}

/* line 469, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .nav-tabs a, .sign-in .nav-tabs a {
  border: none;
  border-radius: 0px;
  margin-right: 0px;
  border-left-width: 0px;
  font-size: 15px;
  color: #4c5e7a;
  font-weight: 500;
}

/* line 477, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .nav-tabs a:hover, .mb-citra-pale .nav-tabs a:focus, .sign-in .nav-tabs a:hover, .sign-in .nav-tabs a:focus {
  background-color: #FFF;
  color: #001940;
  border-bottom: 2px solid #B2BAC6;
}

/* line 485, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .nav-tabs > .active > a, .mb-citra-pale .nav-tabs > .active > a:hover, .mb-citra-pale .nav-tabs > .active > a:focus, .sign-in .nav-tabs > .active > a, .sign-in .nav-tabs > .active > a:hover, .sign-in .nav-tabs > .active > a:focus {
  border: none;
  border-bottom: 2px solid #1f29ec;
  color: #001941;
  font-weight: 700;
}

/* line 493, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .data-table-custom-search-full, .sign-in .data-table-custom-search-full {
  text-align: center;
  background-color: #efefef;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* line 498, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .data-table-custom-search-full input, .sign-in .data-table-custom-search-full input {
  width: 96%;
  margin-top: 10px;
  height: 30px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  /* line 498, app/assets/stylesheets/mb-styles/tweaks.scss */
  .mb-citra-pale .data-table-custom-search-full input, .sign-in .data-table-custom-search-full input {
    width: 90%;
  }
}

/* line 506, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .data-table-custom-search-full input.full-width, .sign-in .data-table-custom-search-full input.full-width {
  width: 100%;
}

/* line 513, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .dataTables_wrapper, .sign-in .dataTables_wrapper {
  overflow: auto;
}

/* line 518, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .dataTableSpeakerPreview th, .sign-in .dataTableSpeakerPreview th {
  min-width: 100px;
}

/* line 525, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .input-append,
.mb-citra-pale .input-prepend, .sign-in .input-append,
.sign-in .input-prepend {
  display: table;
}

/* line 530, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .input-append .add-on,
.mb-citra-pale .input-prepend .add-on, .sign-in .input-append .add-on,
.sign-in .input-prepend .add-on {
  display: table-cell;
  width: 1%;
  /* remove this if you want default bootstrap button width */
}

/* line 536, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .input-append input,
.mb-citra-pale .input-prepend input, .sign-in .input-append input,
.sign-in .input-prepend input {
  box-sizing: border-box;
  /* use bootstrap mixin or include vendor variants */
  display: table;
  /* table-cell is not working well in Chrome for small widths */
  width: 100%;
}

/* line 543, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .input-append input, .sign-in .input-append input {
  border-right: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 549, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .input-prepend input, .sign-in .input-prepend input {
  border-left: 0;
}

/* line 555, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .chosen-container-single .chosen-single, .sign-in .chosen-container-single .chosen-single {
  background: none !important;
}

/* line 561, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .dataTable td, .sign-in .dataTable td {
  padding-top: 13px;
  padding-bottom: 13px;
  vertical-align: middle;
}

/* line 567, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .dataTable th:first-of-type, .mb-citra-pale .dataTable td:first-of-type, .sign-in .dataTable th:first-of-type, .sign-in .dataTable td:first-of-type {
  padding-left: 10px;
}

/* line 573, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .add_answer.add_fields, .mb-citra-pale .add_child_answer.add_fields, .sign-in .add_answer.add_fields, .sign-in .add_child_answer.add_fields {
  color: #358EFF;
}

/* line 575, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .add_answer.add_fields img, .mb-citra-pale .add_child_answer.add_fields img, .sign-in .add_answer.add_fields img, .sign-in .add_child_answer.add_fields img {
  margin-bottom: 3px;
  margin-right: 10px;
}

/* line 581, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .add_child_questions.add_fields, .sign-in .add_child_questions.add_fields {
  color: #358EFF;
}

/* line 583, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .add_child_questions.add_fields img, .sign-in .add_child_questions.add_fields img {
  margin-bottom: 3px;
  margin-right: 10px;
}

/* line 591, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .company-box h1, .sign-in .company-box h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42;
  color: #001941;
  margin: 0px;
  line-height: 1.42;
}

/* line 599, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .company-box p, .sign-in .company-box p {
  font-size: 15px;
  color: #001941;
}

/* line 602, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .company-box p.numbers, .sign-in .company-box p.numbers {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42;
  color: #1966d9;
}

/* line 611, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .company-box .company-logo img, .sign-in .company-box .company-logo img {
  border-radius: 3px;
}

/* line 614, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .company-box .company-logo .fa, .sign-in .company-box .company-logo .fa {
  font-size: 50px;
}

/* line 618, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .company-box .links-block, .sign-in .company-box .links-block {
  padding-top: 5px;
}

/* line 620, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .company-box .links-block .social-media-block, .sign-in .company-box .links-block .social-media-block {
  display: inline-block;
}

/* line 622, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .company-box .links-block .social-media-block i, .sign-in .company-box .links-block .social-media-block i {
  margin-left: 16px;
  font-size: 17px;
  color: #189cff;
}

/* line 629, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .company-box .company-site, .sign-in .company-box .company-site {
  font-size: 15px;
  color: #189cff;
}

/* line 634, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .company-box .company-edit i, .sign-in .company-box .company-edit i {
  font-size: 24px;
  color: #0f62dc;
}

/* line 642, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .radio, .mb-citra-pale .checkbox, .sign-in .radio, .sign-in .checkbox {
  margin-top: 0px;
}

/* line 645, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .radio + .radio, .mb-citra-pale .checkbox + .checkbox, .sign-in .radio + .radio, .sign-in .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 649, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-citra-pale .popover-content, .sign-in .popover-content {
  font-size: 14px;
  color: #393939;
  text-align: left;
}

/* line 657, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-account-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  padding: 0px !important;
}

/* line 668, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-account-avatar.xl {
  width: 112px;
  height: 112px;
}

/* line 673, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-account-avatar.lg {
  width: 60px;
  height: 60px;
}

/* line 678, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-account-avatar.sm {
  width: 32px;
  height: 32px;
}

/* line 683, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-account-avatar.xs {
  width: 18px;
  height: 18px;
}

/* line 688, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-account-avatar img {
  width: auto;
  height: 100%;
}

/* line 694, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-account-round-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f7f9fa;
  padding: 0px;
}

/* line 705, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-account-round-avatar.lg {
  width: 60px;
  height: 60px;
}

/* line 710, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-account-round-avatar.xs {
  width: 18px;
  height: 18px;
}

/* line 715, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-account-round-avatar img {
  width: auto;
  height: 100%;
}

/* line 721, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-company-square-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f7f9fa;
  padding: 0px;
}

/* line 732, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-company-square-avatar.lg {
  width: 60px;
  height: 60px;
}

/* line 737, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-company-square-avatar img {
  width: auto;
  height: 100%;
}

/* line 744, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-card-wrapper h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42;
  color: #001941;
  margin: 0px;
}

/* line 751, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-card-wrapper p {
  color: #001941;
  font-size: 15px;
  line-height: 1.47;
  margin: 0px;
}

/* line 760, app/assets/stylesheets/mb-styles/tweaks.scss */
.ownership-wrapper .checkbox {
  line-height: 26px;
  margin: 0 0 3px;
}

/* line 767, app/assets/stylesheets/mb-styles/tweaks.scss */
.ownership-wrapper-public .checkbox {
  margin: 0 0 10px;
  line-height: 18px;
}

/* line 774, app/assets/stylesheets/mb-styles/tweaks.scss */
.pencil-edit i {
  border: 0px solid transparent !important;
  border-radius: inherit !important;
  font-size: 24px !important;
  color: #0f62dc !important;
  margin-top: 3px !important;
}

/* line 785, app/assets/stylesheets/mb-styles/tweaks.scss */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 225px;
}

/* line 787, app/assets/stylesheets/mb-styles/tweaks.scss */
.bootstrap-select.choose_mode:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  font-size: 14px;
  font-weight: 600;
  float: right;
}

/* line 792, app/assets/stylesheets/mb-styles/tweaks.scss */
.bootstrap-select.choose_mode:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) span.review-option {
  color: #00ce50;
}

/* line 795, app/assets/stylesheets/mb-styles/tweaks.scss */
.bootstrap-select.choose_mode:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) span.admin-option {
  color: #0f62dc;
}

/* line 802, app/assets/stylesheets/mb-styles/tweaks.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 16px;
  color: #393939;
  outline: none;
}

/* line 807, app/assets/stylesheets/mb-styles/tweaks.scss */
.bootstrap-select .dropdown-toggle {
  box-shadow: none;
  background-color: #f6f6f6;
}

/* line 810, app/assets/stylesheets/mb-styles/tweaks.scss */
.bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  background-color: #ececec;
}

/* line 816, app/assets/stylesheets/mb-styles/tweaks.scss */
.bootstrap-select.btn-group .dropdown-menu li:hover {
  background-color: #f6f6f6;
}

/* line 820, app/assets/stylesheets/mb-styles/tweaks.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 16px;
  color: #393939;
}

/* line 824, app/assets/stylesheets/mb-styles/tweaks.scss */
.bootstrap-select.btn-group .dropdown-menu li a img {
  margin-bottom: 5px;
  margin-right: 10px;
}

/* line 828, app/assets/stylesheets/mb-styles/tweaks.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option img {
  margin-bottom: 3px;
  margin-right: 10px;
}

/* line 832, app/assets/stylesheets/mb-styles/tweaks.scss */
.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 8px 20px 8px 4px;
  outline: none;
}

/* line 837, app/assets/stylesheets/mb-styles/tweaks.scss */
.bootstrap-select.btn-group .dropdown-menu li a.first {
  border-top: none;
}

/* line 842, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper {
  position: relative;
  background-color: #ffffff;
  border-top: solid 1px #e5e8ec;
  border-bottom: solid 1px #e5e8ec;
  /* @group Retina compatibility */
}

/* line 847, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .event-selector-header {
  position: relative;
  font-size: 13px;
  padding: 16px 0px 8px 24px;
  font-weight: 600;
  line-height: 1.54;
  letter-spacing: 0.2px;
  color: #001941;
}

/* line 857, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container-active.chosen-with-drop .chosen-single, .event-selector-wrapper .chosen-container-single .chosen-single {
  border: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  background-image: linear-gradient(#fff 20%, #fff 80%);
  box-shadow: none;
}

/* line 866, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 0px;
  box-shadow: none;
}

/* line 870, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container {
  width: 100% !important;
}

/* line 872, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container .chosen-drop {
  border: 1px solid #e5e8ec;
  border-radius: 0px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

/* line 877, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container .chosen-results {
  margin: 0px 0px 8px 0px;
  padding: 0px;
}

/* line 880, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container .chosen-results li {
  padding: 8px 24px;
  line-height: 20px;
  color: #001941;
}

/* line 884, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #f2f3f5;
  background-image: none;
  color: #001941;
}

/* line 889, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container .chosen-results li.result-selected {
  color: #0f62dc;
  font-weight: 600;
}

/* line 892, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container .chosen-results li.result-selected:before {
  content: "• ";
}

/* line 899, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container-single .chosen-single {
  border-radius: 0px;
  height: 38px;
  line-height: 28px;
  padding: 0px 32px 8px 24px;
}

/* line 905, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container-single .chosen-search {
  padding: 8px 24px;
}

/* line 909, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container-single .chosen-single abbr {
  background: url(/assets/mb-chosen-sprite-4aa55ce88d96e6fd529865499438ab237b7a8d117530df6bf92adc4771ba8c38.png) -42px 1px no-repeat;
}

/* line 913, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px !important;
}

/* line 916, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container-single .chosen-single div b {
  background: url(/assets/mb-chosen-sprite-4aa55ce88d96e6fd529865499438ab237b7a8d117530df6bf92adc4771ba8c38.png) no-repeat 0px 4px;
  height: 20px;
}

/* line 920, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container-single .chosen-search input[type="text"] {
  background: url(/assets/mb-chosen-sprite-4aa55ce88d96e6fd529865499438ab237b7a8d117530df6bf92adc4771ba8c38.png) no-repeat 100% -20px;
  border: 1px solid #CCD1D9;
  color: #001941;
}

/* line 925, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(/assets/mb-chosen-sprite-4aa55ce88d96e6fd529865499438ab237b7a8d117530df6bf92adc4771ba8c38.png) -42px 1px no-repeat;
}

/* line 928, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-rtl .chosen-search input[type="text"] {
  background: url(/assets/mb-chosen-sprite-4aa55ce88d96e6fd529865499438ab237b7a8d117530df6bf92adc4771ba8c38.png) no-repeat -30px -20px;
}

/* line 931, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-selector-wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 937, app/assets/stylesheets/mb-styles/tweaks.scss */
  .event-selector-wrapper .chosen-rtl .chosen-search input[type="text"],
.event-selector-wrapper .chosen-container-single .chosen-single abbr,
.event-selector-wrapper .chosen-container-single .chosen-single div b,
.event-selector-wrapper .chosen-container-single .chosen-search input[type="text"],
.event-selector-wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.event-selector-wrapper .chosen-container .chosen-results-scroll-down span,
.event-selector-wrapper .chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/mb-chosen-sprite-2x-149ec092d004c42e7faeecb201cf92f30df815d2f3ce44b0a491de33d1436a0c.png) !important;
  }
}

@media (max-width: 767px) {
  /* line 953, app/assets/stylesheets/mb-styles/tweaks.scss */
  .box-content.breakouts .chosen-select, .box-content.breakouts .chosen-container {
    width: 100% !important;
  }
}

/* line 961, app/assets/stylesheets/mb-styles/tweaks.scss */
#share-modal .copy-button {
  margin-left: 15px;
  margin-top: 0px !important;
}

/* line 965, app/assets/stylesheets/mb-styles/tweaks.scss */
#share-modal .copy-input {
  width: 98%;
}

/* line 971, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-disabled .chosen-choices {
  cursor: not-allowed;
}

/* line 974, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-disabled .chosen-choices .search-field input[disabled] {
  cursor: not-allowed;
}

/* line 979, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-disabled .chosen-choices .search-choice span {
  cursor: not-allowed;
}

/* line 982, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: not-allowed;
}

/* line 990, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-container .chosen-drop.dropup {
  border-bottom: 0;
  border-top: 1px solid #aaa;
  top: auto;
  bottom: 40px;
}

/* line 998, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu {
  color: black;
}

/* line 1001, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu p, .accordianmenu-item {
  line-height: 0px;
  padding: 16px 24px;
  cursor: pointer;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #001941;
}

/* line 1009, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu p i, .accordianmenu-item i {
  position: absolute;
  right: 0;
  top: 22px;
  right: 24px;
}

/* line 1017, app/assets/stylesheets/mb-styles/tweaks.scss */
a.active .accordianmenu-item {
  color: #0f62dc;
}

/* line 1021, app/assets/stylesheets/mb-styles/tweaks.scss */
.accordian-hr {
  position: relative;
  border: 0.5px solid e5e8ec;
}

/* line 1026, app/assets/stylesheets/mb-styles/tweaks.scss */
.introduction-button-accordianmenu {
  position: relative;
}

/* line 1029, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu li {
  list-style-type: none;
}

/* line 1032, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu .nav-list {
  padding-bottom: 40px;
}

/* line 1035, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu .nav-list > li {
  padding-top: 8px;
}

/* line 1038, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu ul ul li {
  line-height: 0px;
  padding: 16px 0px 16px 20px;
  border-left: 2px solid transparent;
}

/* line 1043, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu ul ul li a, #accordianmenu ul ul a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  opacity: 0.7;
  color: #001941;
  padding: 0;
}

/* line 1053, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu ul ul a.active {
  color: #0f62dc;
  opacity: 1;
}

/* line 1057, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu ul ul a.active li {
  border-left: 2px solid #0f62dc;
}

/* line 1061, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu ul ul a:hover {
  opacity: 1;
}

/* line 1063, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu ul ul a:hover li {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #eaecef;
  border-left: 2px solid #eaecef;
}

/* line 1070, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu ul ul a.active:hover li {
  border-left: 2px solid #0f62dc;
}

/* line 1076, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu ul ul {
  display: none;
  padding: 0 0 0 34px;
  margin: 0;
}

/* line 1081, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu li.active ul {
  display: block;
}

/* line 1084, app/assets/stylesheets/mb-styles/tweaks.scss */
#accordianmenu li.active p {
  opacity: 1;
}

/* line 1087, app/assets/stylesheets/mb-styles/tweaks.scss */
#sidebar-v2 {
  width: 240px;
  position: absolute;
}

/* line 1090, app/assets/stylesheets/mb-styles/tweaks.scss */
#sidebar-v2:before {
  content: "";
  display: block;
  width: 240px;
  position: fixed;
  bottom: 0;
  top: 0;
  z-index: 0;
  background: #FFFFFF;
  border-right: solid 1px #e5e8ec;
}

/* line 1101, app/assets/stylesheets/mb-styles/tweaks.scss */
#sidebar-v2 i.fad {
  position: relative;
  top: 4px;
  right: 24px;
  font-size: 24px;
}

/* line 1106, app/assets/stylesheets/mb-styles/tweaks.scss */
#sidebar-v2 i.fad.fa-calendar-alt {
  color: #0f62dc;
}

/* line 1109, app/assets/stylesheets/mb-styles/tweaks.scss */
#sidebar-v2 i.fad.fa-tools {
  color: #c717b2;
}

/* line 1112, app/assets/stylesheets/mb-styles/tweaks.scss */
#sidebar-v2 i.fad.fa-chart-line {
  color: #358eff;
}

/* line 1115, app/assets/stylesheets/mb-styles/tweaks.scss */
#sidebar-v2 i.fad.fa-users {
  color: #c717b2;
}

/* line 1118, app/assets/stylesheets/mb-styles/tweaks.scss */
#sidebar-v2 i.fad.fa-cubes {
  color: #00c9a0;
}

/* line 1121, app/assets/stylesheets/mb-styles/tweaks.scss */
#sidebar-v2 i.fad.fa-book-user {
  color: #856fd7;
}

/* line 1125, app/assets/stylesheets/mb-styles/tweaks.scss */
#sidebar-v2 p {
  position: relative;
}

/* line 1128, app/assets/stylesheets/mb-styles/tweaks.scss */
#sidebar-v2 .indicator-wrapper {
  float: right;
  margin-top: -32px;
  height: 32px;
  width: 30px;
}

/* line 1133, app/assets/stylesheets/mb-styles/tweaks.scss */
#sidebar-v2 .indicator-wrapper .indicator-dot {
  height: 8px;
  width: 8px;
  margin-top: 12px;
  float: right;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

/* line 1140, app/assets/stylesheets/mb-styles/tweaks.scss */
#sidebar-v2 .indicator-wrapper .indicator-dot.enabled {
  background-color: #45debb;
}

/* line 1143, app/assets/stylesheets/mb-styles/tweaks.scss */
#sidebar-v2 .indicator-wrapper .indicator-dot.disabled {
  background-color: #f10088;
}

/* line 1149, app/assets/stylesheets/mb-styles/tweaks.scss */
.mobile-sidebar {
  margin-top: 60px;
}

/* line 1151, app/assets/stylesheets/mb-styles/tweaks.scss */
.mobile-sidebar .nav-list > li > a {
  opacity: 1;
  background-color: #E5E8EC !important;
}

/* line 1154, app/assets/stylesheets/mb-styles/tweaks.scss */
.mobile-sidebar .nav-list > li > a:hover {
  background-color: #cfd5dc !important;
}

/* line 1158, app/assets/stylesheets/mb-styles/tweaks.scss */
.mobile-sidebar li.category {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

/* line 1165, app/assets/stylesheets/mb-styles/tweaks.scss */
.mobile-sidebar li.category:first-child {
  margin-top: 0;
}

/* line 1168, app/assets/stylesheets/mb-styles/tweaks.scss */
.mobile-sidebar .navbar-blue .dropdown-navbar > li.nav-header {
  background-color: #F7F8F9;
}

/* line 1171, app/assets/stylesheets/mb-styles/tweaks.scss */
.mobile-sidebar .navbar-blue .dropdown-navbar > li.nav-header:hover {
  background-color: #F7F8F9 !important;
}

/* line 1175, app/assets/stylesheets/mb-styles/tweaks.scss */
.brand-wrapper {
  padding: 32px 24px;
}

/* line 1179, app/assets/stylesheets/mb-styles/tweaks.scss */
#main-content.sidebar-v2 {
  margin-left: 240px;
}

/* line 1182, app/assets/stylesheets/mb-styles/tweaks.scss */
#main-content.no-margin {
  margin-left: 0px;
}

@media (max-width: 979px) {
  /* line 1188, app/assets/stylesheets/mb-styles/tweaks.scss */
  #sidebar, .sidebar-blue {
    background-color: #F7F8F9;
  }
  /* line 1191, app/assets/stylesheets/mb-styles/tweaks.scss */
  #sidebar ul.nav.nav-list > li > a {
    color: #001842 !important;
  }
  /* line 1194, app/assets/stylesheets/mb-styles/tweaks.scss */
  .nav-list > li > a:focus, .nav-list > li > a:hover {
    background-color: rgba(0, 25, 65, 0.2) !important;
  }
}

/* line 1202, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .nav > li > a, #navbar-v2 .nav > li > a:focus, #navbar-v2 .dropdown-navbar > li.nav-header, #navbar-v2 .flaty-nav > li > a > [class*="icon-"], #navbar-v2 .brand, #navbar-v2 .nav-list .search-pan input, #navbar-v2 .nav-list .search-pan button > i, #navbar-v2 .nav-list > li > a, #navbar-v2 .nav-list > li > a:focus, #navbar-v2 .nav-list > li > a:hover, #navbar-v2 .nav-list > li > a .arrow, #navbar-v2 .nav-list > li a:hover > .arrow, #navbar-v2 .nav-list > li.active > a > .arrow, #navbar-v2 .nav-list > li.open > a > .arrow, #navbar-v2 .nav-list > li.open > a, #navbar-v2 .nav-list > li.active > a, #navbar-v2 .nav-list > li.active > a:hover, #navbar-v2 .nav-list > li.active > a:focus, #navbar-v2 .nav-list > li.active > a:active, #navbar-v2 .nav-list > li .submenu > li > a, #navbar-v2 #sidebar-collapse > [class*="icon-"], #navbar-v2 .sidebar-collapsed .nav-list > li.open:hover > a {
  color: #001941;
  opacity: 0.5;
}

/* line 1205, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .nav > li > a.user-menu, #navbar-v2 .nav > li > a.user-menu:focus, #navbar-v2 .dropdown-navbar > li.nav-header.user-menu, #navbar-v2 .flaty-nav > li > a > .user-menu[class*="icon-"], #navbar-v2 .brand.user-menu, #navbar-v2 .nav-list .search-pan input.user-menu, #navbar-v2 .nav-list .search-pan button > i.user-menu, #navbar-v2 .nav-list > li > a.user-menu, #navbar-v2 .nav-list > li > a.user-menu:focus, #navbar-v2 .nav-list > li > a.user-menu:hover, #navbar-v2 .nav-list > li > a .arrow.user-menu, #navbar-v2 .nav-list > li a:hover > .arrow.user-menu, #navbar-v2 .nav-list > li.active > a > .arrow.user-menu, #navbar-v2 .nav-list > li.open > a > .arrow.user-menu, #navbar-v2 .nav-list > li.open > a.user-menu, #navbar-v2 .nav-list > li.active > a.user-menu, #navbar-v2 .nav-list > li.active > a.user-menu:hover, #navbar-v2 .nav-list > li.active > a.user-menu:focus, #navbar-v2 .nav-list > li.active > a.user-menu:active, #navbar-v2 .nav-list > li .submenu > li > a.user-menu, #navbar-v2 #sidebar-collapse > .user-menu[class*="icon-"], #navbar-v2 .sidebar-collapsed .nav-list > li.open:hover > a.user-menu {
  opacity: 1;
}

/* line 1208, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .nav > li > a.active, #navbar-v2 .nav > li > a.active:focus, #navbar-v2 .dropdown-navbar > li.nav-header.active, #navbar-v2 .flaty-nav > li > a > .active[class*="icon-"], #navbar-v2 .brand.active, #navbar-v2 .nav-list .search-pan input.active, #navbar-v2 .nav-list .search-pan button > i.active, #navbar-v2 .nav-list > li > a.active, #navbar-v2 .nav-list > li > a.active:focus, #navbar-v2 .nav-list > li > a.active:hover, #navbar-v2 .nav-list > li > a .arrow.active, #navbar-v2 .nav-list > li a:hover > .arrow.active, #navbar-v2 .nav-list > li.active > a > .arrow.active, #navbar-v2 .nav-list > li.open > a > .arrow.active, #navbar-v2 .nav-list > li.open > a.active, #navbar-v2 .nav-list > li.active > a.active, #navbar-v2 .nav-list > li.active > a.active:hover, #navbar-v2 .nav-list > li.active > a.active:focus, #navbar-v2 .nav-list > li.active > a.active:active, #navbar-v2 .nav-list > li .submenu > li > a.active, #navbar-v2 #sidebar-collapse > .active[class*="icon-"], #navbar-v2 .sidebar-collapsed .nav-list > li.open:hover > a.active {
  opacity: 1;
}

/* line 1213, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .brand {
  max-width: 150px;
  min-width: 32px;
}

/* line 1218, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .btn-navbar, #navbar-v2 .btn-navbar:hover, #navbar-v2 .btn-navbar:focus, #navbar-v2 .btn-navbar.collapsed:hover, #navbar-v2 .btn-navbar.collapsed:focus, #navbar-v2 .flaty-nav > li.open, #navbar-v2 .dropdown-navbar > li.nav-header, #navbar-v2 .flaty-nav > li:hover {
  font-size: 30px;
  background-color: #FFFFFF;
  transition: background-color 300ms ease-out;
  border-radius: 5px;
}

/* line 1227, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .navbar-inner {
  padding-top: 6px;
  border-radius: 5px;
}

/* line 1230, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .navbar-inner .container-fluid > ul.nav > li > a {
  text-transform: initial;
  font-weight: 500;
}

/* line 1235, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .navbar-inner .user-profile .mb-round-avatar {
  border-radius: 5px;
  border: solid 1px #ccd1d9;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 1242, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .navbar-inner .user-profile .dropdown-menu li {
  padding: 0px;
}

/* line 1244, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .navbar-inner .user-profile .dropdown-menu li a {
  padding: 8px 16px;
  font-size: 15px;
  line-height: 22px;
  color: #001941;
}

/* line 1249, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .navbar-inner .user-profile .dropdown-menu li a i {
  padding-right: 8px;
}

/* line 1254, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .navbar-inner .user-profile .dropdown-menu li.dropdown-header:hover {
  background-color: #FFFFFF !important;
}

/* line 1258, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .navbar-inner .user-profile .dropdown-menu li.full-name {
  color: #001941;
  font-size: 21px;
  padding: 16px 9px 4px 16px;
  font-weight: 600;
}

/* line 1264, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .navbar-inner .user-profile .dropdown-menu li.email {
  color: #001941;
  opacity: 0.5;
  font-size: 13px;
  padding: 0px 16px 16px 16px;
}

/* line 1272, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .navbar-inner .user-profile .dropdown-navbar {
  min-width: 262px;
}

/* line 1278, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .nav > li > a, #navbar-v2 .nav > li > a:hover, #navbar-v2 .nav > li > a:focus {
  font-size: 16px;
}

/* line 1282, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .brand {
  opacity: 1;
}

/* line 1286, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .flaty-nav {
  padding-left: 0px;
}

/* line 1290, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .flaty-nav li:hover a {
  opacity: 1;
}

/* line 1292, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .flaty-nav li:hover a:hover {
  color: #001941;
}

/* line 1297, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .flaty-nav li a.user-menu {
  line-height: 29px;
}

/* line 1301, app/assets/stylesheets/mb-styles/tweaks.scss */
#navbar-v2 .flaty-nav .nav-user-photo {
  margin: -3px 0px 0 0;
  max-width: 23px !important;
}

/* line 1312, app/assets/stylesheets/mb-styles/tweaks.scss */
#chat-button {
  padding: 1.08333rem 1.83333rem;
  border-radius: 999rem;
  color: #fff;
  background-color: #358eff;
  position: fixed;
  bottom: -50px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}

/* line 1322, app/assets/stylesheets/mb-styles/tweaks.scss */
#chat-button img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

/* line 1327, app/assets/stylesheets/mb-styles/tweaks.scss */
#chat-button p {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 6px;
  letter-spacing: .6px;
  color: white;
}

/* line 1338, app/assets/stylesheets/mb-styles/tweaks.scss */
#chat-button:hover, #chat-button:active, #chat-button:focus {
  background-color: #147aff;
}

/* line 1343, app/assets/stylesheets/mb-styles/tweaks.scss */
#email-support {
  width: 360px;
  bottom: -550px;
}

/* line 1346, app/assets/stylesheets/mb-styles/tweaks.scss */
#email-support .chat-content {
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 1351, app/assets/stylesheets/mb-styles/tweaks.scss */
#email-support .support-error {
  color: red;
  margin-top: 4px;
}

/* line 1353, app/assets/stylesheets/mb-styles/tweaks.scss */
#email-support .support-error i {
  color: red;
}

/* line 1358, app/assets/stylesheets/mb-styles/tweaks.scss */
#email-support input {
  width: 100%;
  height: 41px;
  line-height: 1.53;
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 1366, app/assets/stylesheets/mb-styles/tweaks.scss */
#email-support .invalid-data {
  border: 1px solid red;
}

/* line 1369, app/assets/stylesheets/mb-styles/tweaks.scss */
#email-support textarea {
  width: 100%;
  height: 139px;
  font-size: 17px;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #f2f3f5;
  border: 0px;
}

/* line 1378, app/assets/stylesheets/mb-styles/tweaks.scss */
#email-support button {
  width: 142px;
  height: 40px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 11px 24px 13px;
  border-radius: 20px;
  background-color: #1f29ec;
  line-height: 17px;
  color: white;
  border: #1f29ec;
}

/* line 1390, app/assets/stylesheets/mb-styles/tweaks.scss */
#email-support button:hover, #email-support button:active, #email-support button:focus {
  background-color: #0e6ee6;
}

/* line 1394, app/assets/stylesheets/mb-styles/tweaks.scss */
#email-support.new-email-support {
  width: 360px;
  bottom: 8px;
  left: 110px;
  right: inherit;
}

@media (max-width: 767px) {
  /* line 1394, app/assets/stylesheets/mb-styles/tweaks.scss */
  #email-support.new-email-support {
    bottom: 10px;
    left: 16px;
    right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 1410, app/assets/stylesheets/mb-styles/tweaks.scss */
#message-sent, #message-failure {
  width: 280px;
  padding: 20px;
}

/* line 1413, app/assets/stylesheets/mb-styles/tweaks.scss */
#message-sent .support-wrapper, #message-failure .support-wrapper {
  margin-top: 50px;
}

/* line 1415, app/assets/stylesheets/mb-styles/tweaks.scss */
#message-sent .support-wrapper h4, #message-failure .support-wrapper h4 {
  font-size: 15px;
  font-weight: bold;
}

/* line 1420, app/assets/stylesheets/mb-styles/tweaks.scss */
#message-sent p, #message-failure p {
  line-height: 1.5;
  font-weight: 500;
  opacity: 0.7;
}

/* line 1427, app/assets/stylesheets/mb-styles/tweaks.scss */
#chat-selector {
  width: 280px;
  bottom: -300px;
}

/* line 1430, app/assets/stylesheets/mb-styles/tweaks.scss */
#chat-selector .chat-content {
  margin: 0 auto;
}

/* line 1435, app/assets/stylesheets/mb-styles/tweaks.scss */
.chat-window {
  padding-top: 50px;
  background-color: #fff;
  position: fixed;
  right: 5px;
  z-index: 200;
  border-radius: 16px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16), 0 16px 32px 0 rgba(0, 0, 0, 0.08);
}

/* line 1444, app/assets/stylesheets/mb-styles/tweaks.scss */
.chat-window .account-card-wrapper {
  padding: 12px 16px 12px 8px;
  border-radius: 6px;
  background-color: #f2f3f5;
}

/* line 1448, app/assets/stylesheets/mb-styles/tweaks.scss */
.chat-window .account-card-wrapper p, .chat-window .account-card-wrapper h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}

/* line 1454, app/assets/stylesheets/mb-styles/tweaks.scss */
.chat-window .account-card-wrapper h2 {
  font-size: 15px;
  font-weight: 600;
}

/* line 1458, app/assets/stylesheets/mb-styles/tweaks.scss */
.chat-window .account-card-wrapper p {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.5;
}

/* line 1465, app/assets/stylesheets/mb-styles/tweaks.scss */
.chat-window .chat-content {
  height: 100%;
}

/* line 1467, app/assets/stylesheets/mb-styles/tweaks.scss */
.chat-window .chat-content label {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #001941;
  font-size: 15px;
  font-weight: bold;
}

/* line 1475, app/assets/stylesheets/mb-styles/tweaks.scss */
.chat-window .chat-content .support-option {
  display: inline-block;
  text-align: center;
  width: 138px;
  height: 149px;
  cursor: pointer;
}

/* line 1481, app/assets/stylesheets/mb-styles/tweaks.scss */
.chat-window .chat-content .support-option img {
  padding-top: 32px;
}

/* line 1484, app/assets/stylesheets/mb-styles/tweaks.scss */
.chat-window .chat-content .support-option p {
  margin-top: 8px;
  margin-bottom: 16px;
  color: #001941;
  font-size: 15px;
  line-height: 1.33;
}

/* line 1492, app/assets/stylesheets/mb-styles/tweaks.scss */
.chat-window .chat-content .support-option:hover, .chat-window .chat-content .support-option:active, .chat-window .chat-content .support-option:focus {
  background-color: #F4F5F6;
  box-shadow: inset 0 1px 0 0 #1c7ce6;
}

/* line 1498, app/assets/stylesheets/mb-styles/tweaks.scss */
.chat-window .chat-title-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  height: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 1510, app/assets/stylesheets/mb-styles/tweaks.scss */
.chat-window .chat-title-bar .close-support {
  position: relative;
  right: 0;
  top: 0;
  color: #fff;
}

/* line 1516, app/assets/stylesheets/mb-styles/tweaks.scss */
.chat-window .chat-title-bar .chat-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: inherit;
  font-size: 17px;
  line-height: 30px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: #001941;
}

/* line 1533, app/assets/stylesheets/mb-styles/tweaks.scss */
.spinner .fa-circle-o-notch {
  opacity: 0.3;
}

/* line 1538, app/assets/stylesheets/mb-styles/tweaks.scss */
.new-support-message-wrapper {
  bottom: 8px;
  left: 110px;
  right: inherit;
}

@media (max-width: 767px) {
  /* line 1538, app/assets/stylesheets/mb-styles/tweaks.scss */
  .new-support-message-wrapper {
    bottom: 10px;
    left: 16px;
    right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 1553, app/assets/stylesheets/mb-styles/tweaks.scss */
.function_file_download .btn-secondary {
  margin-top: -2px !important;
}

/* line 1558, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 1569, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-img-upload {
  cursor: pointer;
  width: 64px;
  height: 64px;
  background: url(/assets/upload-photo-4f8ee7086ea7ff6650f88e4612487208f0b1452f1dcc6b89d31a047d25a61a42.svg);
  background-repeat: no-repeat;
}

/* line 1575, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-img-upload:hover {
  background: url(/assets/hover-upload-photo-2411e6a615f60ab040ff88b2d0b2e0d92e422c89f570166784b20cd72d915e84.svg);
}

/* line 1580, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-img-upload-background {
  cursor: pointer;
  width: 64px;
  height: 64px;
  background: url(/assets/upload-background-photo-ef0485958c4569316681e068bb0498d594fe3c795fa9b0dbbadf264f56c9338d.svg);
  background-repeat: no-repeat;
}

/* line 1588, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-upload-button {
  vertical-align: middle !important;
}

/* line 1593, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  padding: 0px !important;
  border: solid 1px #cdd2da !important;
}

/* line 1600, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li {
  padding: 16px 40px !important;
  border-bottom: solid 1px #cdd2da !important;
}

/* line 1603, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li:last-child {
  border-bottom: solid 0px #FFFFFF !important;
}

/* line 1606, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li:hover {
  cursor: pointer;
  background-color: #F7F9FA;
}

/* line 1610, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li a.item-wrapper {
  padding: 0px;
  line-height: 0;
  display: inline;
  text-decoration: none !important;
}

/* line 1615, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li a.item-wrapper.ui-state-focus, .mb-ui-autocomplete li a.item-wrapper.ui-state-active {
  margin: 0px !important;
  border: 0px transparent !important;
  background: transparent !important;
  font-weight: 300 !important;
}

/* line 1623, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li a.cs-blue-btn, .mb-ui-autocomplete li button.cs-blue-btn {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  color: #ffffff;
}

/* line 1633, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li a.ui-state-focus.cs-blue-btn, .mb-ui-autocomplete li button.ui-state-focus.cs-blue-btn, .mb-ui-autocomplete li a.ui-state-active.cs-blue-btn, .mb-ui-autocomplete li button.ui-state-active.cs-blue-btn {
  margin: 0px !important;
  background-color: #358eff !important;
  border: 0px transparent !important;
  color: #FFFFFF !important;
}

/* line 1638, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li a.ui-state-focus.cs-blue-btn:hover, .mb-ui-autocomplete li button.ui-state-focus.cs-blue-btn:hover, .mb-ui-autocomplete li a.ui-state-active.cs-blue-btn:hover, .mb-ui-autocomplete li button.ui-state-active.cs-blue-btn:hover {
  background-color: #0271ff !important;
  color: #FFFFFF !important;
}

/* line 1643, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li .name {
  font-size: 17px;
  color: #001941;
}

/* line 1647, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li .location {
  font-size: 15px;
  color: #001941;
  opacity: 0.7;
}

/* line 1652, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li.bottom-item {
  color: #001941;
  font-size: 17px;
}

/* line 1655, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li.bottom-item .inline {
  display: inline-block;
  padding-right: 16px;
  padding-bottom: 16px;
}

/* line 1659, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li.bottom-item .inline.ui-state-focus, .mb-ui-autocomplete li.bottom-item .inline.ui-state-active {
  margin: 0px !important;
}

/* line 1663, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li.bottom-item:hover {
  cursor: default;
  background-color: #FFFFFF;
}

/* line 1667, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li.bottom-item span.search-item {
  color: #358eff;
}

/* line 1670, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li.bottom-item.ui-state-focus, .mb-ui-autocomplete li.bottom-item.ui-state-active {
  margin: 0px !important;
}

/* line 1674, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete li .location-wrapper {
  line-height: 24px;
}

/* line 1679, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-ui-autocomplete .ui-state-active, .mb-ui-autocomplete .ui-widget-content .ui-state-active {
  border: 0px solid transparent !important;
  background: none !important;
  color: #001941 !important;
}

/* line 1690, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-select-cs-multi-wrapper {
  /* @group Retina compatibility */
}

/* line 1691, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-select-cs-multi-wrapper .chosen-choices {
  border: solid 1px rgba(0, 25, 65, 0.2);
  background-image: linear-gradient(#fff 20%, #fff 80%);
  box-shadow: none;
  border-radius: 2px;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/* line 1703, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-select-cs-multi-wrapper .chosen-drop {
  border: solid 1px rgba(0, 25, 65, 0.2);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 1708, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-select-cs-multi-wrapper .chosen-results {
  margin: 0px 0px 8px 0px;
  padding: 0px;
}

/* line 1711, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-select-cs-multi-wrapper .chosen-results li {
  padding: 8px 24px;
  line-height: 20px;
  color: #001941;
}

/* line 1715, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-select-cs-multi-wrapper .chosen-results li.highlighted {
  background-color: #f7f8f9;
  background-image: none;
  color: #001941;
}

/* line 1722, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-select-cs-multi-wrapper .search-choice {
  background-image: linear-gradient(#fff 20%, #fff 80%) !important;
  box-shadow: none;
  border: 1px solid #ccd1d9;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #001941;
  margin: 8px 8px 8px 0px !important;
}

/* line 1734, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-select-cs-multi-wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 34px;
}

/* line 1738, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-select-cs-multi-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(/assets/mb-chosen-sprite-4aa55ce88d96e6fd529865499438ab237b7a8d117530df6bf92adc4771ba8c38.png) -42px 1px no-repeat;
}

/* line 1741, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-select-cs-multi-wrapper .chosen-rtl .chosen-search input[type="text"] {
  background: url(/assets/mb-chosen-sprite-4aa55ce88d96e6fd529865499438ab237b7a8d117530df6bf92adc4771ba8c38.png) no-repeat -30px -20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 1747, app/assets/stylesheets/mb-styles/tweaks.scss */
  .chosen-select-cs-multi-wrapper .chosen-rtl .chosen-search input[type="text"],
.chosen-select-cs-multi-wrapper .chosen-container-single .chosen-single abbr,
.chosen-select-cs-multi-wrapper .chosen-container-single .chosen-single div b,
.chosen-select-cs-multi-wrapper .chosen-container-single .chosen-search input[type="text"],
.chosen-select-cs-multi-wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-select-cs-multi-wrapper .chosen-container .chosen-results-scroll-down span,
.chosen-select-cs-multi-wrapper .chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/mb-chosen-sprite-2x-149ec092d004c42e7faeecb201cf92f30df815d2f3ce44b0a491de33d1436a0c.png) !important;
  }
}

@media only screen and (max-width: 500px) {
  /* line 1759, app/assets/stylesheets/mb-styles/tweaks.scss */
  .chosen-select-cs-multi-wrapper .chosen-select-multi-select {
    width: 100% !important;
  }
}

/* line 1767, app/assets/stylesheets/mb-styles/tweaks.scss */
.chosen-select-time-picker .chosen-single {
  display: none !important;
}

/* line 1772, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-icon-circle {
  font-size: 14px;
  color: rgba(0, 25, 65, 0.7);
  padding: 13px;
  border-radius: 100%;
  border: solid 1px rgba(0, 25, 65, 0.7);
}

/* line 1778, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-icon-circle:hover {
  background-color: #e6e6e6;
}

/* line 1783, app/assets/stylesheets/mb-styles/tweaks.scss */
.remove-underline {
  text-decoration: none !important;
}

/* line 1785, app/assets/stylesheets/mb-styles/tweaks.scss */
.remove-underline:active, .remove-underline:hover {
  text-decoration: none !important;
}

/* line 1790, app/assets/stylesheets/mb-styles/tweaks.scss */
.remove-anchor-style {
  text-decoration: none !important;
  color: inherit !important;
}

/* line 1793, app/assets/stylesheets/mb-styles/tweaks.scss */
.remove-anchor-style:active, .remove-anchor-style:hover {
  text-decoration: none !important;
  color: inherit !important;
}

/* line 1799, app/assets/stylesheets/mb-styles/tweaks.scss */
.text-decoration-underline {
  text-decoration: underline;
}

/* line 1804, app/assets/stylesheets/mb-styles/tweaks.scss */
.noselect {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 1808, app/assets/stylesheets/mb-styles/tweaks.scss */
.default-cursor {
  cursor: default !important;
}

/* line 1812, app/assets/stylesheets/mb-styles/tweaks.scss */
.rocket-emoji {
  position: absolute;
  max-width: 76px;
  right: 10px;
  top: 162px;
  z-index: -1;
  display: none;
}

/* line 1823, app/assets/stylesheets/mb-styles/tweaks.scss */
.slick-slider {
  margin: 0px 24px;
}

/* line 1827, app/assets/stylesheets/mb-styles/tweaks.scss */
.slick-slide {
  margin: 0px 24px;
  will-change: transform;
  transition: all ease-in-out .3s;
  opacity: .2;
  outline: none;
  width: 200px;
}

/* line 1834, app/assets/stylesheets/mb-styles/tweaks.scss */
.slick-slide img.clickable {
  cursor: pointer;
}

/* line 1840, app/assets/stylesheets/mb-styles/tweaks.scss */
.slick-prev:before,
.slick-next:before {
  font-size: 30px !important;
  padding-right: 48px !important;
  margin-right: 48px !important;
}

/* line 1847, app/assets/stylesheets/mb-styles/tweaks.scss */
.slick-active {
  opacity: .5;
}

/* line 1851, app/assets/stylesheets/mb-styles/tweaks.scss */
.slick-current {
  opacity: 1;
}

/* line 1855, app/assets/stylesheets/mb-styles/tweaks.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

/* line 1860, app/assets/stylesheets/mb-styles/tweaks.scss */
.gray-left-right-arrow {
  padding: 16px 16px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

/* line 1864, app/assets/stylesheets/mb-styles/tweaks.scss */
.gray-left-right-arrow.slick-prev, .gray-left-right-arrow.slick-next {
  border-radius: 3px;
  padding: 6px 6px !important;
  border: solid 1px rgba(0, 25, 65, 0.2) !important;
  height: inherit !important;
}

/* line 1869, app/assets/stylesheets/mb-styles/tweaks.scss */
.gray-left-right-arrow.slick-prev:hover, .gray-left-right-arrow.slick-next:hover {
  background-color: #f6f6fa !important;
}

/* line 1876, app/assets/stylesheets/mb-styles/tweaks.scss */
.slick-lightbox-slick .slick-prev, .slick-lightbox-slick .slick-next {
  z-index: 1000;
}

/* line 1881, app/assets/stylesheets/mb-styles/tweaks.scss */
.add-plus-button {
  margin-bottom: 3px;
  margin-right: 10px;
}

/* line 1888, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-oval-stats {
  border-radius: 30px;
  background-color: #358eff;
  text-align: center;
  padding: 4px 12px;
  max-width: 47px;
}

/* line 1894, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-oval-stats span {
  color: #ffffff;
  font-size: 15px;
}

/* line 1900, app/assets/stylesheets/mb-styles/tweaks.scss */
.delete-company-card {
  outline: 0 !important;
  box-shadow: none !important;
}

/* line 1903, app/assets/stylesheets/mb-styles/tweaks.scss */
.delete-company-card img {
  opacity: .3;
}

/* line 1907, app/assets/stylesheets/mb-styles/tweaks.scss */
.delete-company-card:hover img {
  opacity: .5;
}

/* line 1915, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-schedule-filters-wrapper {
  display: flex;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}

/* line 1920, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-schedule-filters-wrapper.account {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 1926, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-schedule-search-wrapper {
  flex: 1 1 auto;
}

/* line 1930, app/assets/stylesheets/mb-styles/tweaks.scss */
.filter-button-wrapper {
  cursor: pointer;
  flex: 1 1 auto;
  min-width: 79px;
  max-width: 100px;
  text-align: center;
}

/* line 1936, app/assets/stylesheets/mb-styles/tweaks.scss */
.filter-button-wrapper span {
  vertical-align: middle;
}

/* line 1941, app/assets/stylesheets/mb-styles/tweaks.scss */
.search-filter-section {
  margin-right: -20px;
}

/* line 1947, app/assets/stylesheets/mb-styles/tweaks.scss */
.question-selection-wrapper {
  overflow-y: scroll;
  max-height: 305px;
  min-height: 200px;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}

/* line 1954, app/assets/stylesheets/mb-styles/tweaks.scss */
.question-selection-wrapper.short-list-selection {
  max-height: 245px;
}

/* line 1959, app/assets/stylesheets/mb-styles/tweaks.scss */
.question-selection-buttons-wrapper {
  background-color: white;
  width: 100%;
}

/* line 1962, app/assets/stylesheets/mb-styles/tweaks.scss */
.question-selection-buttons-wrapper .question-number-selected {
  font-weight: 600;
}

/* line 1967, app/assets/stylesheets/mb-styles/tweaks.scss */
.question-item {
  font-size: 17px;
  font-weight: 600;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  color: #001941;
}

/* line 1973, app/assets/stylesheets/mb-styles/tweaks.scss */
.question-item:hover {
  background-color: #f7f8f9;
  cursor: pointer;
}

/* line 1979, app/assets/stylesheets/mb-styles/tweaks.scss */
.question-item-title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #4C5E7A;
}

/* line 1986, app/assets/stylesheets/mb-styles/tweaks.scss */
.question-selection-error-wrapper {
  background-color: white;
  position: absolute;
  bottom: -72px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #e5e5e5;
}

/* line 1996, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-wrapper {
  border-bottom: solid 1px #e5e5e5;
  border-left: solid 7px #e5e8ec;
}

/* line 1999, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-wrapper.first {
  border-top: solid 1px #e5e5e5;
}

/* line 2002, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-wrapper .answer-item {
  background-color: #ffffff;
  padding-left: 12px;
  color: #001941;
  font-size: 15px;
}

/* line 2007, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-wrapper .answer-item.active {
  background-color: #f7f8f9;
}

/* line 2010, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-wrapper .answer-item .fas {
  font-size: 28px;
  cursor: pointer;
}

/* line 2013, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-wrapper .answer-item .fas.fa-check-circle {
  color: #00ce50;
}

/* line 2016, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-wrapper .answer-item .fas.fa-plus-circle {
  color: #0f62dc;
}

/* line 2019, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-wrapper .answer-item .fas.disabled {
  opacity: 0.3;
  color: #001941;
  cursor: not-allowed;
}

/* line 2026, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-wrapper.no-border-left {
  border-left: solid 0px transparent;
}

/* line 2029, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-wrapper .upper-text {
  font-size: 13px;
  color: #001941;
}

/* line 2033, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-wrapper .normal-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #001941;
}

/* line 2039, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-wrapper .left-upper-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
  color: #4c5e7a;
}

/* line 2045, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-wrapper .left-lower-text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.27;
  color: #f10088;
}

/* line 2053, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 2057, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-item-flex .right-align {
  margin-left: auto;
}

/* line 2062, app/assets/stylesheets/mb-styles/tweaks.scss */
.filter-view-wrapper {
  white-space: initial;
}

/* line 2066, app/assets/stylesheets/mb-styles/tweaks.scss */
.question-modal-wrapper, .skylight-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1072;
  width: 100%;
  height: 100%;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 2088, app/assets/stylesheets/mb-styles/tweaks.scss */
.form-select-icon {
  margin-top: 10px;
}

/* line 2093, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-schedule-wrapper .error-message {
  white-space: initial !important;
}

/* line 2099, app/assets/stylesheets/mb-styles/tweaks.scss */
button.cancel-button img.cancel-icon {
  opacity: 0.3;
}

/* line 2103, app/assets/stylesheets/mb-styles/tweaks.scss */
button.cancel-button:hover img.cancel-icon {
  opacity: 0.5;
}

/* line 2110, app/assets/stylesheets/mb-styles/tweaks.scss */
.tos-account-description {
  display: inline;
}

/* line 2114, app/assets/stylesheets/mb-styles/tweaks.scss */
.full-width {
  width: 100%;
}

/* line 2118, app/assets/stylesheets/mb-styles/tweaks.scss */
.tos-account-wrapper {
  line-height: 35px;
}

/* line 2120, app/assets/stylesheets/mb-styles/tweaks.scss */
.tos-account-wrapper .field_with_errors {
  display: inline;
}

/* line 2126, app/assets/stylesheets/mb-styles/tweaks.scss */
.margin-middle {
  margin: 0 auto;
}

/* line 2131, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-spinner i {
  color: #0f62dc;
  opacity: 1;
}

/* line 2138, app/assets/stylesheets/mb-styles/tweaks.scss */
.company-schedule-label {
  color: #0f62dc;
  font-size: 17px;
  font-weight: 500;
}

/* line 2144, app/assets/stylesheets/mb-styles/tweaks.scss */
.unread-number-indicator {
  border-radius: 4px;
  background-color: #358eff;
  color: white;
  text-align: center;
  padding: 0px 10px;
}

/* line 2152, app/assets/stylesheets/mb-styles/tweaks.scss */
.new-companies-text {
  font-size: 15px;
  font-weight: 600;
  color: #001941;
}

/* line 2159, app/assets/stylesheets/mb-styles/tweaks.scss */
.question-options-toggle, .options-toggle {
  color: #001941;
  opacity: 0.7;
  font-size: 17px;
}

/* line 2163, app/assets/stylesheets/mb-styles/tweaks.scss */
.question-options-toggle .fa, .options-toggle .fa {
  font-size: 12px;
  vertical-align: middle;
}

/* line 2169, app/assets/stylesheets/mb-styles/tweaks.scss */
#question-options-wrapper {
  background-color: #fcfcfc;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 767px) {
  /* line 2175, app/assets/stylesheets/mb-styles/tweaks.scss */
  .text-left-mobile {
    text-align: left;
  }
}

/* line 2181, app/assets/stylesheets/mb-styles/tweaks.scss */
.conditional-question-line {
  width: 20px;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  border-top: 1px #001941 solid;
  border-bottom: 0px solid transparent;
}

/* line 2191, app/assets/stylesheets/mb-styles/tweaks.scss */
.question-response-answer {
  font-weight: bold;
}

/* line 2195, app/assets/stylesheets/mb-styles/tweaks.scss */
#venue_map.full-width {
  min-height: 180px;
  margin-top: 20px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  /* line 2201, app/assets/stylesheets/mb-styles/tweaks.scss */
  .new-page-button-right {
    text-align: left;
  }
}

/* line 2207, app/assets/stylesheets/mb-styles/tweaks.scss */
.new-page-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.47;
  color: #189cff;
}

/* line 2215, app/assets/stylesheets/mb-styles/tweaks.scss */
.team-brand-image-crowdlink {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 485px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media (max-width: 767px) {
  /* line 2215, app/assets/stylesheets/mb-styles/tweaks.scss */
  .team-brand-image-crowdlink {
    max-height: 200px;
    min-width: inherit;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }
}

/* line 2229, app/assets/stylesheets/mb-styles/tweaks.scss */
.price-tier-index-wrapper {
  overflow-x: auto;
}

/* line 2234, app/assets/stylesheets/mb-styles/tweaks.scss */
.dataTableReorderable .description {
  max-width: 400px;
  overflow-y: scroll;
}

/* line 2240, app/assets/stylesheets/mb-styles/tweaks.scss */
.background-url-preview {
  height: 100px;
  width: 132px;
  border: 1px solid gray;
  border-radius: 2px;
  background-repeat: repeat;
}

/* line 2248, app/assets/stylesheets/mb-styles/tweaks.scss */
.background-url-preview-wrapper {
  position: relative;
  height: 100px;
  width: 132px;
}

/* line 2252, app/assets/stylesheets/mb-styles/tweaks.scss */
.background-url-preview-wrapper .download-overlay {
  cursor: pointer;
  border: 1px solid gray;
  border-radius: 2px;
}

/* line 2256, app/assets/stylesheets/mb-styles/tweaks.scss */
.background-url-preview-wrapper .download-overlay.active {
  display: block;
}

/* line 2262, app/assets/stylesheets/mb-styles/tweaks.scss */
.background-url-pattern-selection {
  height: 100px;
  width: 132px;
  border: 3px solid gray;
  border-radius: 2px;
  background-repeat: repeat;
}

/* line 2268, app/assets/stylesheets/mb-styles/tweaks.scss */
.background-url-pattern-selection.active {
  border: 3px solid lightblue;
}

/* line 2273, app/assets/stylesheets/mb-styles/tweaks.scss */
.img-fix {
  max-width: inherit;
}

/* line 2277, app/assets/stylesheets/mb-styles/tweaks.scss */
.integration-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.53;
  color: #001941;
}

/* line 2284, app/assets/stylesheets/mb-styles/tweaks.scss */
.integration-description {
  font-size: 15px;
  line-height: 1.33;
  color: #001941;
}

/* line 2293, app/assets/stylesheets/mb-styles/tweaks.scss */
.integration-box .options .fa {
  font-size: 19px;
}

/* line 2296, app/assets/stylesheets/mb-styles/tweaks.scss */
.integration-box .options .text-wrapper {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.33;
  color: #001941;
}

/* line 2301, app/assets/stylesheets/mb-styles/tweaks.scss */
.integration-box .options .text-wrapper span {
  margin-left: 6px;
}

/* line 2309, app/assets/stylesheets/mb-styles/tweaks.scss */
.media-overflow-visible {
  overflow: visible !important;
}

/* line 2316, app/assets/stylesheets/mb-styles/tweaks.scss */
.form-horizontal.survey-form legend {
  margin-left: 0px;
}

/* line 2321, app/assets/stylesheets/mb-styles/tweaks.scss */
.page-header-text {
  display: inline-block;
  font-size: 21px;
  line-height: 1.24;
  font-weight: 600;
  color: #0f62dc;
}

/* line 2328, app/assets/stylesheets/mb-styles/tweaks.scss */
.page-header-divider {
  margin: 0px;
  opacity: 0.2;
  border-top: 1px solid #001940;
  border-bottom: 1px solid #001940;
}

/* line 2336, app/assets/stylesheets/mb-styles/tweaks.scss */
.survey-form-wrapper {
  max-width: 770px;
}

/* line 2340, app/assets/stylesheets/mb-styles/tweaks.scss */
.survey-pagination-wrapper {
  display: flex;
}

/* line 2342, app/assets/stylesheets/mb-styles/tweaks.scss */
.survey-pagination-wrapper .survey-back-button {
  display: flex;
  align-items: center;
  min-width: 150px;
}

/* line 2347, app/assets/stylesheets/mb-styles/tweaks.scss */
.survey-pagination-wrapper .pagination-info-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 2352, app/assets/stylesheets/mb-styles/tweaks.scss */
.survey-pagination-wrapper .pagination-info-wrapper .pagination-info {
  max-width: 100px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}

/* line 2360, app/assets/stylesheets/mb-styles/tweaks.scss */
.survey-pagination-wrapper .survey-next-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 150px;
}

/* line 2369, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-new-loading-state .fa {
  display: inline-block;
}

/* line 2372, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-new-loading-state .spinner-wrapper {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}

/* line 2377, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-new-loading-state .loading-text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  color: #001941;
}

/* line 2385, app/assets/stylesheets/mb-styles/tweaks.scss */
.question-error {
  font-size: 14px;
}

/* line 2389, app/assets/stylesheets/mb-styles/tweaks.scss */
.survey-header-label {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  color: #001941;
}

/* line 2397, app/assets/stylesheets/mb-styles/tweaks.scss */
.survey-question-label {
  line-height: 1.47;
}

/* line 2401, app/assets/stylesheets/mb-styles/tweaks.scss */
.survey-answer-label {
  font-weight: 500;
  line-height: 1.47;
}

/* line 2406, app/assets/stylesheets/mb-styles/tweaks.scss */
.survey-header-name {
  font-size: 21px;
  line-height: 1.43;
  color: #000000;
}

/* line 2412, app/assets/stylesheets/mb-styles/tweaks.scss */
.survey-description-body {
  line-height: 1.47;
}

/* line 2416, app/assets/stylesheets/mb-styles/tweaks.scss */
.count-selected {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 0.9px;
  text-align: center;
  color: #4c5e7a;
}

/* line 2426, app/assets/stylesheets/mb-styles/tweaks.scss */
.contact-table td {
  vertical-align: middle;
}

/* line 2429, app/assets/stylesheets/mb-styles/tweaks.scss */
.contact-table .contact-td-wrapper {
  width: 65%;
}

/* line 2437, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-invitation-wrapper {
  display: flex;
}

@media (max-width: 767px) {
  /* line 2437, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-invitation-wrapper {
    display: block;
  }
}

/* line 2442, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-invitation-wrapper .invitation-left {
  flex: 0 1 auto;
  min-width: 228px;
  border-right: 1px solid #e5e8ec;
}

@media (max-width: 767px) {
  /* line 2442, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-invitation-wrapper .invitation-left {
    width: 60%;
    display: inline-block;
    min-width: inherit;
  }
}

/* line 2453, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-invitation-wrapper .invitation-middle {
  flex: 1 1 auto;
}

@media (max-width: 767px) {
  /* line 2453, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-invitation-wrapper .invitation-middle {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  /* line 2460, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-invitation-wrapper .invitation-middle .media-left {
    display: block;
    padding: 0px;
  }
}

/* line 2466, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-invitation-wrapper .invitation-right {
  flex: 0 1 auto;
  min-width: 188px;
}

@media (max-width: 767px) {
  /* line 2466, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-invitation-wrapper .invitation-right {
    padding-top: 8px !important;
  }
}

/* line 2473, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-invitation-wrapper .invitation-right .new-options-btn-wrapper .action-items {
  display: flex;
}

@media (max-width: 767px) {
  /* line 2473, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-invitation-wrapper .invitation-right .new-options-btn-wrapper .action-items {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  /* line 2479, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-invitation-wrapper .invitation-right .new-options-btn-wrapper .information-icon {
    margin-left: 24px;
  }
}

/* line 2486, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-invitation-wrapper .date-label {
  color: #7f8ca0;
}

/* line 2489, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-invitation-wrapper .company-name {
  word-break: break-word;
}

/* line 2492, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-invitation-wrapper .company-name-wrapper-mobile {
  border-top: 1px solid #e5e8ec;
}

/* line 2497, app/assets/stylesheets/mb-styles/tweaks.scss */
.view-more-left {
  flex: 0 1 auto;
  min-width: 228px;
  border-right: 1px solid #e5e8ec;
  padding: 24px;
}

@media (max-width: 767px) {
  /* line 2497, app/assets/stylesheets/mb-styles/tweaks.scss */
  .view-more-left {
    width: 0px;
    border-right: 0px solid transparent;
    padding: 0px !important;
    min-width: inherit;
  }
}

/* line 2510, app/assets/stylesheets/mb-styles/tweaks.scss */
.view-more-meeting-section {
  display: flex;
}

/* line 2512, app/assets/stylesheets/mb-styles/tweaks.scss */
.view-more-meeting-section .small-border-left {
  border-left: 1px solid #e5e8ec;
}

/* line 2515, app/assets/stylesheets/mb-styles/tweaks.scss */
.view-more-meeting-section .meet-icon {
  margin-top: -3px;
}

/* line 2518, app/assets/stylesheets/mb-styles/tweaks.scss */
.view-more-meeting-section .location-pin-icon {
  margin-top: -3px;
}

/* line 2522, app/assets/stylesheets/mb-styles/tweaks.scss */
.view-more-meeting-section.mobile-view .view-more-body {
  border-top: 0px solid transparent !important;
  padding-top: 0px !important;
  padding-bottom: 24px !important;
}

/* line 2530, app/assets/stylesheets/mb-styles/tweaks.scss */
.view-more-body {
  flex: 1 1 auto;
  border-top: 1px solid #e5e8ec;
}

/* line 2533, app/assets/stylesheets/mb-styles/tweaks.scss */
.view-more-body .meeting-name {
  padding-right: 24px;
}

@media (max-width: 767px) {
  /* line 2533, app/assets/stylesheets/mb-styles/tweaks.scss */
  .view-more-body .meeting-name {
    padding-right: 0px;
    padding-bottom: 24px;
  }
}

/* line 2540, app/assets/stylesheets/mb-styles/tweaks.scss */
.view-more-body .location-name {
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 767px) {
  /* line 2540, app/assets/stylesheets/mb-styles/tweaks.scss */
  .view-more-body .location-name {
    padding-left: 0px;
    padding-right: 16px;
    border-left: 0px solid transparent;
  }
}

/* line 2549, app/assets/stylesheets/mb-styles/tweaks.scss */
.view-more-body .type-of-meeting {
  padding-right: 0px;
  padding-left: 24px;
}

@media (max-width: 767px) {
  /* line 2549, app/assets/stylesheets/mb-styles/tweaks.scss */
  .view-more-body .type-of-meeting {
    border-left: 0px solid transparent;
    padding-left: 0px;
    padding-top: 16px;
  }
}

/* line 2560, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-acceptance-footer {
  position: fixed !important;
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.08);
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 2573, app/assets/stylesheets/mb-styles/tweaks.scss */
.not-active-state {
  opacity: .2;
  pointer-events: none;
}

/* line 2578, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-acceptance-confirmation-wrapper {
  padding-top: 55px;
  padding-bottom: 64px;
}

/* line 2584, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-acceptance-header-buttons-wrapper .col-sm-4 {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 2584, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-acceptance-header-buttons-wrapper .col-sm-4 {
    margin-top: 24px;
  }
}

@media (min-width: 768px) and (max-width: 919px) {
  /* line 2592, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-acceptance-header-buttons-wrapper .cs-confirm-all-btn {
    margin-right: 0px !important;
    margin-bottom: 8px;
  }
  /* line 2596, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-acceptance-header-buttons-wrapper .cs-decline-all-btn {
    display: block;
    margin-left: auto;
  }
}

@media (max-width: 364px) {
  /* line 2603, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-acceptance-header-buttons-wrapper button {
    font-size: 12px;
  }
  /* line 2606, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-acceptance-header-buttons-wrapper i {
    margin-right: 4px !important;
  }
}

@media (max-width: 767px) {
  /* line 2611, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-acceptance-header-buttons-wrapper .cs-confirm-all-btn {
    float: left;
  }
}

/* line 2617, app/assets/stylesheets/mb-styles/tweaks.scss */
.scale-up-down {
  -webkit-animation-name: shake;
          animation-name: shake;
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/* line 2624, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-invitation-time {
  color: #4c5e7a;
  font-weight: 600;
  line-height: 1.38;
}

/* line 2629, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-invitation-name {
  font-weight: 600;
}

/* line 2633, app/assets/stylesheets/mb-styles/tweaks.scss */
.circle-indicator, .full-pink-circle, .full-orange-circle, .outline-orange-circle, .full-light-green-circle, .full-green-circle, .outline-green-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

/* line 2640, app/assets/stylesheets/mb-styles/tweaks.scss */
.outline-green-circle {
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 2px #00ce50;
}

/* line 2646, app/assets/stylesheets/mb-styles/tweaks.scss */
.full-green-circle {
  background-color: #00ce50;
  box-shadow: inset 0px 0px 0px 2px #00ce50;
}

/* line 2652, app/assets/stylesheets/mb-styles/tweaks.scss */
.full-light-green-circle {
  background-color: #3adfbb;
  box-shadow: inset 0px 0px 0px 2px #3adfbb;
}

/* line 2658, app/assets/stylesheets/mb-styles/tweaks.scss */
.outline-orange-circle {
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 2px #F6a819;
}

/* line 2664, app/assets/stylesheets/mb-styles/tweaks.scss */
.full-orange-circle {
  background-color: #F6a819;
  box-shadow: inset 0px 0px 0px 2px #F6a819;
}

/* line 2670, app/assets/stylesheets/mb-styles/tweaks.scss */
.full-pink-circle {
  background-color: #f10088;
  box-shadow: inset 0px 0px 0px 2px #f10088;
}

/* line 2676, app/assets/stylesheets/mb-styles/tweaks.scss */
.empty-state-icon-wrapper {
  background-color: #ffffff;
  border-radius: 5px;
  border: 2px solid #e5e8ec;
  height: 60px;
  width: 60px;
  margin: 0 auto;
}

/* line 2683, app/assets/stylesheets/mb-styles/tweaks.scss */
.empty-state-icon-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 2690, app/assets/stylesheets/mb-styles/tweaks.scss */
.new-empty-state-background-gray {
  background-color: #f2f3f5;
}

/* line 2694, app/assets/stylesheets/mb-styles/tweaks.scss */
.img-icon-page-header {
  margin-bottom: 5px;
}

/* line 2701, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-nav-wrapper {
  padding: 3px 3px 2px 10px;
  border-radius: 8px;
  font-size: 17px;
}

/* line 2705, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-nav-wrapper ul {
  background-color: #f2f3f5;
}

/* line 2707, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-nav-wrapper ul li {
  background-color: #f2f3f5;
  color: #001941;
}

/* line 2712, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-nav-wrapper .nav-tabs > li.active > a, .meetings-nav-wrapper .nav-tabs > li.active > a:hover, .meetings-nav-wrapper .nav-tabs > li.active > a:focus {
  background-color: #f2f3f5;
}

@media (max-width: 768px) {
  /* line 2718, app/assets/stylesheets/mb-styles/tweaks.scss */
  .account-event-tabs-wrapper .title {
    margin-bottom: 16px;
  }
}

/* line 2725, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-event-tabs-new-wrapper > div {
  background-color: #f2f3f5;
  float: inherit;
  height: inherit;
  display: flex;
}

/* line 2732, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-event-tabs, .account-event-tabs-new-wrapper > div {
  padding: 0px 8px 0px 10px;
  border-radius: 8px;
  font-size: 15px;
}

/* line 2736, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-event-tabs .nav-item, .account-event-tabs-new-wrapper > div .nav-item {
  cursor: pointer;
  color: rgba(9, 15, 73, 0.6);
}

/* line 2740, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-event-tabs ul li a, .account-event-tabs-new-wrapper > div ul li a {
  color: #001941;
}

/* line 2743, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-event-tabs .nav-tabs, .account-event-tabs-new-wrapper > div .nav-tabs {
  border-bottom: none !important;
}

/* line 2746, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-event-tabs .nav-tabs > li, .account-event-tabs-new-wrapper > div .nav-tabs > li {
  margin-bottom: 0px;
}

/* line 2749, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-event-tabs .nav-tabs > li.active > a, .account-event-tabs .nav-tabs > li.active > a:hover, .account-event-tabs .nav-tabs > li.active > a:focus, .account-event-tabs-new-wrapper > div .nav-tabs > li.active > a, .account-event-tabs-new-wrapper > div .nav-tabs > li.active > a:hover, .account-event-tabs-new-wrapper > div .nav-tabs > li.active > a:focus {
  background-color: transparent !important;
}

/* line 2752, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-event-tabs .nav > li > a, .account-event-tabs .nav-item, .account-event-tabs-new-wrapper > div .nav > li > a, .account-event-tabs-new-wrapper > div .nav-item {
  padding: 5px 16px 11px 16px;
  background-color: transparent;
  border-top: solid 2px transparent;
  border-bottom: none !important;
}

/* line 2758, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-event-tabs .nav-tabs > li.active > a, .account-event-tabs .nav-tabs > li.active > a:hover, .account-event-tabs .nav-tabs > li.active > a:focus, .account-event-tabs .nav-item.active, .account-event-tabs .nav-item.active:hover, .account-event-tabs .nav-item.active:focus, .account-event-tabs-new-wrapper > div .nav-tabs > li.active > a, .account-event-tabs-new-wrapper > div .nav-tabs > li.active > a:hover, .account-event-tabs-new-wrapper > div .nav-tabs > li.active > a:focus, .account-event-tabs-new-wrapper > div .nav-item.active, .account-event-tabs-new-wrapper > div .nav-item.active:hover, .account-event-tabs-new-wrapper > div .nav-item.active:focus {
  border-bottom: solid 0px transparent !important;
  color: #1f29ec !important;
  border-top: solid 2px #1f29ec !important;
  border-radius: 0 !important;
}

/* line 2764, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-event-tabs .nav-tabs li:hover, .account-event-tabs .nav-tabs a:hover, .account-event-tabs .nav-item:hover, .account-event-tabs-new-wrapper > div .nav-tabs li:hover, .account-event-tabs-new-wrapper > div .nav-tabs a:hover, .account-event-tabs-new-wrapper > div .nav-item:hover {
  background-color: #e5e8ec !important;
}

/* line 2767, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-event-tabs .nav, .account-event-tabs-new-wrapper > div .nav {
  padding-left: 0;
}

/* line 2772, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper {
  display: flex;
}

@media (max-width: 990px) {
  /* line 2772, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper {
    flex-flow: row wrap;
  }
}

/* line 2777, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-time {
  flex: 0 0 228px;
  border-right: 1px solid #e5e8ec;
}

@media (max-width: 990px) {
  /* line 2777, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-time {
    flex: 1 auto;
  }
}

/* line 2784, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-logo {
  flex: 0 0 64px;
}

@media (max-width: 990px) {
  /* line 2784, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-logo {
    flex: 0 auto;
  }
  /* line 2787, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-logo .media-left {
    padding-right: 0px;
  }
  /* line 2790, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-logo img {
    height: 64px;
    width: 64px;
  }
}

@media (max-width: 364px) {
  /* line 2784, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-logo {
    display: none;
  }
}

/* line 2800, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-body {
  flex: 1 1 auto;
}

@media (max-width: 990px) {
  /* line 2800, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-body {
    border-top: 1px solid #e5e8ec;
  }
}

/* line 2805, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-body .meeting-members-wrapper {
  display: flex;
}

@media (max-width: 990px) {
  /* line 2805, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-body .meeting-members-wrapper {
    flex-flow: row wrap;
  }
}

/* line 2810, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-body .meeting-members-wrapper .meeting-members {
  flex: 1 1 auto;
  word-break: break-word;
}

@media (max-width: 990px) {
  /* line 2810, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-body .meeting-members-wrapper .meeting-members {
    flex: 1 100%;
    padding-left: 24px;
  }
}

/* line 2818, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-body .meeting-members-wrapper .meeting-checkin-status {
  flex: 0 0 198px;
}

@media (max-width: 990px) {
  /* line 2818, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-body .meeting-members-wrapper .meeting-checkin-status {
    flex: 1 100%;
    padding-top: 0px !important;
    padding-left: 24px;
  }
}

/* line 2826, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-body .meeting-members-wrapper .meeting-checkin-status .at-event span {
  font-weight: bold;
}

/* line 2827, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-body .meeting-members-wrapper .meeting-checkin-status .at-event .at-event-count {
  display: inline;
}

/* line 2832, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-body .meeting-members-wrapper .meeting-checkin-status .checked-in span {
  font-weight: bold;
}

/* line 2833, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-body .meeting-members-wrapper .meeting-checkin-status .checked-in .checked-in-count {
  display: inline;
}

/* line 2838, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-body .meeting-members-wrapper .meeting-checkin-status .at-event i, .meetings-wrapper .meeting-body .meeting-members-wrapper .meeting-checkin-status .checked-in i {
  float: right;
}

@media (max-width: 990px) {
  /* line 2838, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-body .meeting-members-wrapper .meeting-checkin-status .at-event i, .meetings-wrapper .meeting-body .meeting-members-wrapper .meeting-checkin-status .checked-in i {
    float: left;
    padding-right: 16px;
  }
}

/* line 2849, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-body .meeting-details-wrapper .meeting-details-body {
  border-top: 1px solid #e5e8ec;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 990px) {
  /* line 2849, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-body .meeting-details-wrapper .meeting-details-body {
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  /* line 2849, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-body .meeting-details-wrapper .meeting-details-body {
    display: block;
  }
}

/* line 2859, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-body .meeting-details-wrapper .meeting-details-body .location-name {
  flex: 0 1 325px;
  border-right: 1px solid #e5e8ec;
}

@media (max-width: 990px) {
  /* line 2859, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-body .meeting-details-wrapper .meeting-details-body .location-name {
    flex: 1 auto;
  }
}

/* line 2866, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-body .meeting-details-wrapper .meeting-details-body .type-of-meeting {
  flex: 0 1 325px;
}

@media (max-width: 990px) {
  /* line 2866, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-body .meeting-details-wrapper .meeting-details-body .type-of-meeting {
    flex: 1 auto;
  }
}

@media (max-width: 767px) {
  /* line 2866, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-body .meeting-details-wrapper .meeting-details-body .type-of-meeting {
    padding-left: 0px !important;
  }
}

/* line 2875, app/assets/stylesheets/mb-styles/tweaks.scss */
.meetings-wrapper .meeting-body .meeting-details-wrapper .meeting-details-body .contacts-button {
  text-align: right;
  flex: 1 1 auto;
}

@media (max-width: 767px) {
  /* line 2875, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meetings-wrapper .meeting-body .meeting-details-wrapper .meeting-details-body .contacts-button {
    text-align: left;
    float: left;
    margin-top: 8px;
    margin-bottom: 16px;
  }
}

/* line 2891, app/assets/stylesheets/mb-styles/tweaks.scss */
#modal-meeting-participants .modal-dialog {
  width: 652px;
}

@media (max-width: 767px) {
  /* line 2891, app/assets/stylesheets/mb-styles/tweaks.scss */
  #modal-meeting-participants .modal-dialog {
    width: inherit;
  }
}

/* line 2897, app/assets/stylesheets/mb-styles/tweaks.scss */
#modal-meeting-participants .modal-header {
  border-bottom: 1px solid #ccd1d9;
}

/* line 2901, app/assets/stylesheets/mb-styles/tweaks.scss */
#modal-meeting-participants .modal-body .meeting-details {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

@media (max-width: 767px) {
  /* line 2901, app/assets/stylesheets/mb-styles/tweaks.scss */
  #modal-meeting-participants .modal-body .meeting-details {
    display: block;
  }
}

/* line 2908, app/assets/stylesheets/mb-styles/tweaks.scss */
#modal-meeting-participants .modal-body .meeting-details .meeting-date {
  flex: 0 1 auto;
  color: #4c5e7a;
  max-width: 50px;
  height: 50px;
  line-height: 1.07;
  padding-top: 10px;
}

/* line 2916, app/assets/stylesheets/mb-styles/tweaks.scss */
#modal-meeting-participants .modal-body .meeting-details .meeting-time {
  flex: 0 1 auto;
  min-width: 150px;
  border-left: solid 1px #e5e8ec;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
}

/* line 2924, app/assets/stylesheets/mb-styles/tweaks.scss */
#modal-meeting-participants .modal-body .meeting-details .meeting-location {
  flex: 1 1 auto;
  border-right: solid 1px #e5e8ec;
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

/* line 2929, app/assets/stylesheets/mb-styles/tweaks.scss */
#modal-meeting-participants .modal-body .meeting-details .meeting-location .media-left {
  padding-right: 8px;
}

@media (max-width: 767px) {
  /* line 2924, app/assets/stylesheets/mb-styles/tweaks.scss */
  #modal-meeting-participants .modal-body .meeting-details .meeting-location {
    padding-left: 0px;
  }
}

/* line 2938, app/assets/stylesheets/mb-styles/tweaks.scss */
#modal-meeting-participants .modal-body .meeting-details .meeting-type {
  flex: 1 1 auto;
  height: 40px;
  line-height: 40px;
}

/* line 2942, app/assets/stylesheets/mb-styles/tweaks.scss */
#modal-meeting-participants .modal-body .meeting-details .meeting-type .media-left {
  padding-right: 8px;
}

/* line 2946, app/assets/stylesheets/mb-styles/tweaks.scss */
#modal-meeting-participants .modal-body .meeting-details .meeting-section-one, #modal-meeting-participants .modal-body .meeting-details .meeting-section-two {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

/* line 2951, app/assets/stylesheets/mb-styles/tweaks.scss */
#modal-meeting-participants .modal-body .meeting-details .meeting-section-two {
  width: 50%;
}

@media (max-width: 767px) {
  /* line 2951, app/assets/stylesheets/mb-styles/tweaks.scss */
  #modal-meeting-participants .modal-body .meeting-details .meeting-section-two {
    width: 100%;
  }
}

/* line 2960, app/assets/stylesheets/mb-styles/tweaks.scss */
#modal-meeting-participants .modal-footer {
  background-color: #f9fafb;
  border-top: 1px solid #ccc1d9;
  border-radius: 0px 0px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 2967, app/assets/stylesheets/mb-styles/tweaks.scss */
#modal-meeting-participants .modal-footer .close-button {
  color: #7f8ca0;
  cursor: pointer;
}

/* line 2974, app/assets/stylesheets/mb-styles/tweaks.scss */
.participant-cards-wrapper {
  flex: 1;
  display: flex;
  overflow: auto;
  max-height: 500px;
  padding-bottom: 100px;
  padding-top: 16px;
}

/* line 2981, app/assets/stylesheets/mb-styles/tweaks.scss */
.participant-cards-wrapper .participant-cards {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  /* needs vendor prefixes */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 2987, app/assets/stylesheets/mb-styles/tweaks.scss */
.participant-cards-wrapper .participant-cards .participant-card {
  min-height: 262px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #f8f9fa;
  margin-left: 2px;
  margin-right: 2px;
}

@media (max-width: 767px) {
  /* line 2987, app/assets/stylesheets/mb-styles/tweaks.scss */
  .participant-cards-wrapper .participant-cards .participant-card {
    width: 100%;
  }
}

/* line 2997, app/assets/stylesheets/mb-styles/tweaks.scss */
.participant-cards-wrapper .participant-cards .participant-card .profile-image-wrapper .media-body {
  text-align: right;
}

/* line 3000, app/assets/stylesheets/mb-styles/tweaks.scss */
.participant-cards-wrapper .participant-cards .participant-card .participant-contact-information {
  overflow-wrap: break-word;
}

/* line 3002, app/assets/stylesheets/mb-styles/tweaks.scss */
.participant-cards-wrapper .participant-cards .participant-card .participant-contact-information .media-left {
  padding-right: 16px;
}

/* line 3005, app/assets/stylesheets/mb-styles/tweaks.scss */
.participant-cards-wrapper .participant-cards .participant-card .participant-contact-information .media-body {
  width: 100%;
}

/* line 3008, app/assets/stylesheets/mb-styles/tweaks.scss */
.participant-cards-wrapper .participant-cards .participant-card .participant-contact-information .email {
  word-break: break-all;
}

/* line 3017, app/assets/stylesheets/mb-styles/tweaks.scss */
.profile-image-wrapper .profile-image {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

/* line 3022, app/assets/stylesheets/mb-styles/tweaks.scss */
.profile-image-wrapper .profile-image .status-indicator {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #fff;
}

/* line 3035, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-schedule-search-wrapper {
  border-right: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  /* line 3035, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-schedule-search-wrapper {
    border-right: 0px solid transparent;
  }
}

/* line 3042, app/assets/stylesheets/mb-styles/tweaks.scss */
.main-column-wrapper {
  margin-right: 16px;
}

@media (max-width: 767px) {
  /* line 3042, app/assets/stylesheets/mb-styles/tweaks.scss */
  .main-column-wrapper {
    margin-right: 0px;
  }
}

/* line 3049, app/assets/stylesheets/mb-styles/tweaks.scss */
.small-meeting-scheduler-view {
  width: 796px;
  margin-top: -20px;
  transform-origin: left;
  transform: rotate(90deg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  /* line 3049, app/assets/stylesheets/mb-styles/tweaks.scss */
  .small-meeting-scheduler-view {
    transform: rotate(0deg);
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
}

/* line 3064, app/assets/stylesheets/mb-styles/tweaks.scss */
.small-meeting-scheduler-view h4 {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 3070, app/assets/stylesheets/mb-styles/tweaks.scss */
.small-meeting-scheduler-view img.toggle-open {
  transform: rotate(90deg);
  cursor: pointer;
}

@media (max-width: 767px) {
  /* line 3070, app/assets/stylesheets/mb-styles/tweaks.scss */
  .small-meeting-scheduler-view img.toggle-open {
    transform: rotate(180deg);
  }
}

/* line 3079, app/assets/stylesheets/mb-styles/tweaks.scss */
.toggle-collapse-column, .cs-clickable {
  cursor: pointer;
}

/* line 3083, app/assets/stylesheets/mb-styles/tweaks.scss */
.all-columns-wrapper {
  display: flex;
}

@media (max-width: 767px) {
  /* line 3083, app/assets/stylesheets/mb-styles/tweaks.scss */
  .all-columns-wrapper {
    flex-direction: column;
  }
}

/* line 3089, app/assets/stylesheets/mb-styles/tweaks.scss */
.all-columns-wrapper .main-column-wrapper {
  flex: 1 1 0;
}

/* line 3092, app/assets/stylesheets/mb-styles/tweaks.scss */
.all-columns-wrapper .collapsed-main-column-wrapper {
  flex: 1 1 auto;
  max-width: 16px;
}

@media (max-width: 767px) {
  /* line 3092, app/assets/stylesheets/mb-styles/tweaks.scss */
  .all-columns-wrapper .collapsed-main-column-wrapper {
    max-width: inherit;
  }
}

/* line 3098, app/assets/stylesheets/mb-styles/tweaks.scss */
.all-columns-wrapper .collapsed-main-column-wrapper .flip-text {
  transform: rotate(-180deg);
  display: inline-block;
  padding-bottom: 4px;
}

@media (max-width: 767px) {
  /* line 3098, app/assets/stylesheets/mb-styles/tweaks.scss */
  .all-columns-wrapper .collapsed-main-column-wrapper .flip-text {
    transform: rotate(0deg);
  }
}

@media (max-width: 767px) {
  /* line 3106, app/assets/stylesheets/mb-styles/tweaks.scss */
  .all-columns-wrapper .collapsed-main-column-wrapper h4 {
    margin: 0px;
  }
}

@media (max-width: 767px) {
  /* line 3111, app/assets/stylesheets/mb-styles/tweaks.scss */
  .all-columns-wrapper .collapsed-main-column-wrapper .small-meeting-scheduler-view {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* line 3122, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-spaces-item {
  display: flex;
  border-radius: 4px;
  border: 1px solid #e5e8ec;
  background-color: #ffffff;
  cursor: pointer;
}

/* line 3128, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-spaces-item:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background-color: #f8f9fa;
}

/* line 3132, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-spaces-item.meeting-spaces-item--active {
  border-top: solid 2px #04c;
}

/* line 3135, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-spaces-item .meeting-space-info-wrapper {
  display: inline-block;
}

/* line 3138, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-spaces-item .meeting-space-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.47;
  color: #001941;
  white-space: pre-wrap;
}

/* line 3145, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-spaces-item .meeting-space-subtitle {
  font-size: 12px;
  color: #7f8ca0;
  white-space: pre-wrap;
}

/* line 3150, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-spaces-item .meeting-space-buttons {
  display: inline-block;
  margin-left: auto;
  min-width: 40px;
  text-align: right;
}

/* line 3156, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-spaces-item .meeting-space-icon {
  font-size: 24px;
  margin-top: 4px;
}

/* line 3162, app/assets/stylesheets/mb-styles/tweaks.scss */
.dropdown-react {
  display: inline-block;
}

/* line 3166, app/assets/stylesheets/mb-styles/tweaks.scss */
.dropdown__content {
  display: none;
  position: absolute;
}

/* line 3171, app/assets/stylesheets/mb-styles/tweaks.scss */
.dropdown--active .dropdown__content {
  display: block;
}

/* line 3173, app/assets/stylesheets/mb-styles/tweaks.scss */
.dropdown--active .dropdown__content ul {
  display: block;
}

/* line 3180, app/assets/stylesheets/mb-styles/tweaks.scss */
.fade-enter {
  opacity: 0.01;
}

/* line 3183, app/assets/stylesheets/mb-styles/tweaks.scss */
.fade-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in;
}

/* line 3187, app/assets/stylesheets/mb-styles/tweaks.scss */
.fade-exit {
  opacity: 1;
}

/* line 3190, app/assets/stylesheets/mb-styles/tweaks.scss */
.fade-exit-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}

/* line 3198, app/assets/stylesheets/mb-styles/tweaks.scss */
.zero-state i {
  top: 0px;
}

/* line 3203, app/assets/stylesheets/mb-styles/tweaks.scss */
.text-right-important {
  text-align: right !important;
}

/* line 3207, app/assets/stylesheets/mb-styles/tweaks.scss */
.flex-align-items-center {
  display: flex !important;
  align-items: center;
}

/* line 3213, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-spaces-meetings-table td {
  vertical-align: middle;
}

/* line 3218, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-zero-state {
  padding: 40px;
}

/* line 3222, app/assets/stylesheets/mb-styles/tweaks.scss */
.small-pink-circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  background-color: #f10088;
  border-radius: 50%;
}

/* line 3231, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-spaces-wrapper {
  max-height: 400px;
  min-height: 200px;
  overflow-y: auto;
  padding-right: 8px;
}

@media (max-width: 767px) {
  /* line 3239, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-stats-wrapper .cs-gray-outline-box {
    margin-top: 8px;
  }
}

/* line 3244, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-stats-wrapper .number {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  color: #001940;
}

/* line 3250, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-stats-wrapper .text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.47;
  color: #4c5e7a;
}

/* line 3259, app/assets/stylesheets/mb-styles/tweaks.scss */
.product-category-tip .product-category-tip-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.05;
  color: #000000;
}

/* line 3265, app/assets/stylesheets/mb-styles/tweaks.scss */
.product-category-tip .product-category-tip-description {
  font-size: 15px;
  line-height: 1.47;
  color: #000000;
}

/* line 3274, app/assets/stylesheets/mb-styles/tweaks.scss */
.simple-sortable-list-wrapper .title-wrapper {
  display: flex;
}

/* line 3276, app/assets/stylesheets/mb-styles/tweaks.scss */
.simple-sortable-list-wrapper .title-wrapper.account {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 8px;
}

/* line 3281, app/assets/stylesheets/mb-styles/tweaks.scss */
.simple-sortable-list-wrapper .title-wrapper h4 {
  flex: 1 1 auto;
}

/* line 3284, app/assets/stylesheets/mb-styles/tweaks.scss */
.simple-sortable-list-wrapper .title-wrapper .collapse-icon-wrapper {
  flex: 1 1 auto;
  margin-right: auto;
  min-width: 24px;
}

/* line 3292, app/assets/stylesheets/mb-styles/tweaks.scss */
.round-table-img {
  padding: 3px;
}

/* line 3296, app/assets/stylesheets/mb-styles/tweaks.scss */
.filter-dropdown-wrapper {
  flex: 0 1 auto !important;
  min-width: 130px;
}

/* line 3299, app/assets/stylesheets/mb-styles/tweaks.scss */
.filter-dropdown-wrapper .dropdown-apply-filters {
  min-width: 130px;
}

/* line 3305, app/assets/stylesheets/mb-styles/tweaks.scss */
.erase-vertical {
  vertical-align: top !important;
}

/* line 3309, app/assets/stylesheets/mb-styles/tweaks.scss */
button.apply-filters {
  width: 100%;
}

/* line 3313, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-add-new-icon {
  color: #0f62dc !important;
  top: 1px !important;
  font-size: 16px;
}

/* line 3319, app/assets/stylesheets/mb-styles/tweaks.scss */
.action-buttons-mt-mod {
  margin-top: -20px;
}

/* line 3323, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-circles-wrapper {
  margin-left: 24px;
}

@media (max-width: 767px) {
  /* line 3323, app/assets/stylesheets/mb-styles/tweaks.scss */
  .account-circles-wrapper {
    display: inline-block;
    margin-left: 0px;
    margin-top: 16px;
  }
}

/* line 3332, app/assets/stylesheets/mb-styles/tweaks.scss */
.page-title > div h1 > i.cs-primary-blue, .page-title > h1 > i.cs-primary-blue {
  color: #0f62dc;
}

/* line 3336, app/assets/stylesheets/mb-styles/tweaks.scss */
.zero-state-icon {
  font-size: 2em;
}

/* line 3340, app/assets/stylesheets/mb-styles/tweaks.scss */
.lightgray-border {
  border: solid 1px #b2bac6;
}

/* line 3344, app/assets/stylesheets/mb-styles/tweaks.scss */
.lightblue-bottom-border {
  border-bottom: solid 1px #e5e8ec;
}

/* line 3348, app/assets/stylesheets/mb-styles/tweaks.scss */
.individual-meeting-box {
  width: 165px;
  border-right: solid 1px #e5e8ec;
}

/* line 3353, app/assets/stylesheets/mb-styles/tweaks.scss */
.image-center {
  width: 60px;
  height: 60px;
  text-align: center;
}

/* line 3359, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-image {
  padding-top: 18px;
}

/* line 3363, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-box {
  width: 345px;
}

/* line 3367, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-cards {
  max-width: 770px;
  max-height: none;
  padding-left: 2px;
}

/* line 3373, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-individual-card {
  max-width: 329px;
  min-height: 0px !important;
  border-radius: 2px !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
}

/* line 3380, app/assets/stylesheets/mb-styles/tweaks.scss */
.company-icon {
  width: 48px !important;
  height: 48px !important;
}

/* line 3385, app/assets/stylesheets/mb-styles/tweaks.scss */
.company-description {
  max-width: 262px;
}

/* line 3389, app/assets/stylesheets/mb-styles/tweaks.scss */
.phone-icon-tag {
  height: 16px;
  width: 16px;
  padding-top: 4px;
}

/* line 3393, app/assets/stylesheets/mb-styles/tweaks.scss */
.phone-icon-tag .email-icon {
  height: 13px;
}

/* line 3398, app/assets/stylesheets/mb-styles/tweaks.scss */
.scheduler-inactive-day-box {
  max-width: 80px !important;
  border-radius: 3px;
  border: solid 1px #e5e8ec;
}

/* line 3404, app/assets/stylesheets/mb-styles/tweaks.scss */
.scheduler-active-day-box {
  max-width: 80px !important;
  border-radius: 3px;
  border: solid 2px #f10088;
  background-color: #ffffff;
}

/* line 3411, app/assets/stylesheets/mb-styles/tweaks.scss */
.time-picker-per-day {
  min-width: 140px;
  display: flex;
  align-items: center;
}

/* line 3418, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-scheduler-time-picker .rc-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}

/* line 3422, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-scheduler-time-picker.rc-time-picker {
  width: 120px;
}

/* line 3426, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-scheduler-time-picker .rc-time-picker-clear {
  display: none;
}

/* line 3429, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-scheduler-time-picker .rc-time-picker-panel-select, .meeting-scheduler-time-picker .rc-time-picker-input, .meeting-scheduler-time-picker .rc-time-picker-panel-input {
  font-family: 'acumin-pro';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #001941;
  cursor: pointer;
  margin-bottom: 5px;
  border-color: white;
  height: 21px;
}

/* line 3442, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-scheduler-time-picker .rc-time-picker-panel-select ::-webkit-scrollbar, .meeting-scheduler-time-picker .rc-time-picker-input ::-webkit-scrollbar, .meeting-scheduler-time-picker .rc-time-picker-panel-input ::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* line 3450, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-time-picker .rc-time-picker-panel-select-option-selected {
  background: #FFFFFF;
  font-weight: bold;
}

/* line 3454, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-time-picker .rc-time-picker-clear {
  display: none;
}

/* line 3457, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-time-picker .rc-time-picker-panel-select, .cs-time-picker .rc-time-picker-input, .cs-time-picker .rc-time-picker-panel-input {
  font-size: 17px;
  font-weight: 500;
  color: #001941;
  cursor: pointer;
  border-color: white;
}

/* line 3466, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-time-picker .rc-time-picker-panel-select ::-webkit-scrollbar, .cs-time-picker .rc-time-picker-input ::-webkit-scrollbar, .cs-time-picker .rc-time-picker-panel-input ::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* line 3474, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-scheduler-time-picker-end .rc-time-picker-panel-select, .meeting-scheduler-time-picker-end .rc-time-picker-input, .meeting-scheduler-time-picker-end .rc-time-picker-panel-input {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3482, app/assets/stylesheets/mb-styles/tweaks.scss */
.rc-time-picker-panel-select li {
  list-style: none;
  margin: 0;
  padding: 4px 0px 0px 16px;
  width: 100%;
  height: 32px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 3494, app/assets/stylesheets/mb-styles/tweaks.scss */
.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border: 0px solid #ccc;
  line-height: 1.5;
  font-family: 'acumin-pro';
}

/* line 3510, app/assets/stylesheets/mb-styles/tweaks.scss */
.timePickerBox {
  width: 156px;
}

/* line 3516, app/assets/stylesheets/mb-styles/tweaks.scss */
.totalTimePicker {
  max-width: 404px;
}

/* line 3519, app/assets/stylesheets/mb-styles/tweaks.scss */
.padding14 {
  padding: 14px !important;
}

/* line 3523, app/assets/stylesheets/mb-styles/tweaks.scss */
.delete-row-time-picker {
  margin-top: 28px;
  width: 40px;
  height: 48px;
  border-radius: 0px 4px 4px 0px;
  border: solid 1px #e5e8ec;
  background-color: #f2f3f5;
}

/* line 3532, app/assets/stylesheets/mb-styles/tweaks.scss */
.delete-row-time-picker-icon {
  color: #4c5e7a !important;
  margin-top: 19px !important;
}

/* line 3537, app/assets/stylesheets/mb-styles/tweaks.scss */
.slightly-off-center {
  margin-top: 5px;
}

/* line 3541, app/assets/stylesheets/mb-styles/tweaks.scss */
.rounded-on-right {
  border-radius: 0px 4px 4px 0px;
}

/* line 3545, app/assets/stylesheets/mb-styles/tweaks.scss */
.rounded-on-left {
  border-radius: 4px 0px 0px 4px;
}

/* line 3549, app/assets/stylesheets/mb-styles/tweaks.scss */
.rounded-all {
  border-radius: 5px;
}

/* line 3553, app/assets/stylesheets/mb-styles/tweaks.scss */
.loader {
  color: #0f62dc;
  font-size: 40px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 16px auto;
  position: relative;
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 3635, app/assets/stylesheets/mb-styles/tweaks.scss */
.rounded-image {
  border-radius: 50%;
}

/* line 3639, app/assets/stylesheets/mb-styles/tweaks.scss */
.push-slight-right {
  margin-right: 2px;
}

@media only screen and (max-width: 767px) {
  /* line 3643, app/assets/stylesheets/mb-styles/tweaks.scss */
  .search-box-margin-modifier {
    margin-left: 0px !important;
  }
}

/* line 3649, app/assets/stylesheets/mb-styles/tweaks.scss */
.inherit-height {
  height: inherit !important;
}

/* line 3652, app/assets/stylesheets/mb-styles/tweaks.scss */
.exclamation-gray {
  color: #b2bac6;
}

/* line 3656, app/assets/stylesheets/mb-styles/tweaks.scss */
.fs-lg-overide {
  font-size: 15px !important;
  letter-spacing: 1px;
}

/* line 3662, app/assets/stylesheets/mb-styles/tweaks.scss */
.cancel-meeting-react-button:hover {
  color: #0f62dc;
  cursor: pointer;
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -1168px 0;
  }
  100% {
    background-position: 1168px 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -1168px 0;
  }
  100% {
    background-position: 1168px 0;
  }
}

/* line 3677, app/assets/stylesheets/mb-styles/tweaks.scss */
.animated-background {
  position: relative;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: shimmer;
          animation-name: shimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1200px 104px;
}

/* line 3689, app/assets/stylesheets/mb-styles/tweaks.scss */
.position-relative {
  position: relative;
}

@media (max-width: 767px) {
  /* line 3693, app/assets/stylesheets/mb-styles/tweaks.scss */
  .edit-data-feed {
    text-align: left;
    margin-top: 16px;
  }
}

/* line 3700, app/assets/stylesheets/mb-styles/tweaks.scss */
.stat-special-single-box {
  min-width: 32px;
}

/* line 3704, app/assets/stylesheets/mb-styles/tweaks.scss */
.dropdown-menu > li > .link {
  padding: 6px 2px;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #444;
  text-shadow: none;
  cursor: pointer;
  font-weight: normal;
}

/* line 3715, app/assets/stylesheets/mb-styles/tweaks.scss */
.dashboard-width-wrapper {
  max-width: 1024px;
}

/* line 3719, app/assets/stylesheets/mb-styles/tweaks.scss */
.overview-image {
  max-width: 250px;
}

/* line 3723, app/assets/stylesheets/mb-styles/tweaks.scss */
hr.thin-white {
  margin: 0px;
  border: 0;
  height: 0;
  border-top: 0px solid #e5e5e5;
  border-bottom: 1px solid #FFFFFF;
}

/* line 3731, app/assets/stylesheets/mb-styles/tweaks.scss */
hr.light-gray {
  border-top: solid 1px rgba(0, 25, 65, 0.2);
}

/* line 3735, app/assets/stylesheets/mb-styles/tweaks.scss */
.left-dashboard-title-section, .right-dashboard-title-section {
  width: 50%;
}

@media (max-width: 767px) {
  /* line 3735, app/assets/stylesheets/mb-styles/tweaks.scss */
  .left-dashboard-title-section, .right-dashboard-title-section {
    width: 100%;
  }
}

/* line 3742, app/assets/stylesheets/mb-styles/tweaks.scss */
.scheduling-parameter-modal {
  max-height: 150px !important;
  min-height: 0px !important;
}

/* line 3747, app/assets/stylesheets/mb-styles/tweaks.scss */
.scheduler-parameter-button {
  width: 50% !important;
}

/* line 3751, app/assets/stylesheets/mb-styles/tweaks.scss */
.sticky-icky-buttons {
  position: fixed;
  z-index: 10000;
  bottom: 16px;
  width: 770px;
  background-color: rgba(250, 250, 250, 0.93);
}

@media (max-width: 1132px) {
  /* line 3751, app/assets/stylesheets/mb-styles/tweaks.scss */
  .sticky-icky-buttons {
    position: relative;
    width: inherit;
    bottom: 0px;
    margin-top: 20px;
    max-width: 770px;
  }
}

/* line 3766, app/assets/stylesheets/mb-styles/tweaks.scss */
.full-page .sticky-icky-buttons {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 3774, app/assets/stylesheets/mb-styles/tweaks.scss */
.add-location-name {
  margin-top: -3px;
}

/* line 3778, app/assets/stylesheets/mb-styles/tweaks.scss */
.locations-company-wrapper *, .locations-company-wrapper *:before, .locations-company-wrapper *:after {
  box-sizing: border-box;
}

/* line 3782, app/assets/stylesheets/mb-styles/tweaks.scss */
.google-places-autocomplete {
  position: relative;
}

/* line 3786, app/assets/stylesheets/mb-styles/tweaks.scss */
.google-places-autocomplete__suggestion {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px;
  border-bottom: 1px solid #eeeeee;
}

/* line 3793, app/assets/stylesheets/mb-styles/tweaks.scss */
.google-places-autocomplete__suggestions-container {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  z-index: 1000;
  background: white;
}

/* line 3801, app/assets/stylesheets/mb-styles/tweaks.scss */
.location-text-wrapper {
  line-height: 22px;
}

/* line 3807, app/assets/stylesheets/mb-styles/tweaks.scss */
.bs-v3-row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 3811, app/assets/stylesheets/mb-styles/tweaks.scss */
.bs-v3-row:before,
.bs-v3-row:after {
  display: table;
  content: " ";
}

/* line 3816, app/assets/stylesheets/mb-styles/tweaks.scss */
.bs-v3-row:after {
  clear: both;
}

@media (max-width: 767px) {
  /* line 3820, app/assets/stylesheets/mb-styles/tweaks.scss */
  .float-none-mobile {
    float: none !important;
  }
}

/* line 3826, app/assets/stylesheets/mb-styles/tweaks.scss */
.canceled-meeting-space-table-title-col {
  width: 230px;
}

/* line 3829, app/assets/stylesheets/mb-styles/tweaks.scss */
.canceled-meeting-space-table-time-col {
  width: 190px;
}

/* line 3833, app/assets/stylesheets/mb-styles/tweaks.scss */
.min-width-blue-btn-wrapper {
  min-width: 140px;
}

/* line 3838, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-name-table {
  width: 300px;
}

@media (max-width: 767px) {
  /* line 3838, app/assets/stylesheets/mb-styles/tweaks.scss */
  .meeting-name-table {
    width: 100px;
  }
}

/* line 3845, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-information img, .event-details-description img, .details-content img {
  max-width: 100%;
  height: auto;
}

/* line 3850, app/assets/stylesheets/mb-styles/tweaks.scss */
.time-picker-time-item {
  display: inline-block;
  min-width: 70px;
  text-align: center;
}

/* line 3856, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-start-date-small-wrapper {
  display: inline-block;
  min-width: 72px;
  max-height: 70px;
}

/* line 3862, app/assets/stylesheets/mb-styles/tweaks.scss */
.new-details-page-container {
  margin-top: 24px;
  color: #001941;
}

/* line 3867, app/assets/stylesheets/mb-styles/tweaks.scss */
.old-details-page-container {
  margin-top: 50px;
}

@media (max-width: 767px) {
  /* line 3870, app/assets/stylesheets/mb-styles/tweaks.scss */
  .dropdown-menu-left-mobile {
    left: 0;
    right: auto;
  }
}

/* line 3877, app/assets/stylesheets/mb-styles/tweaks.scss */
.forms-available-button {
  vertical-align: inherit;
}

/* line 3879, app/assets/stylesheets/mb-styles/tweaks.scss */
.forms-available-button a {
  color: #0f62dc;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 3877, app/assets/stylesheets/mb-styles/tweaks.scss */
  .forms-available-button {
    display: block;
    margin-top: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100px;
  }
}

/* line 3890, app/assets/stylesheets/mb-styles/tweaks.scss */
.table-planner-photo {
  max-height: 24px;
}

/* line 3894, app/assets/stylesheets/mb-styles/tweaks.scss */
.empty-state-search-results {
  line-height: 30px;
}

/* line 3898, app/assets/stylesheets/mb-styles/tweaks.scss */
.inline-label {
  display: inline-block;
}

/* line 3902, app/assets/stylesheets/mb-styles/tweaks.scss */
.special-opacity-blur-footer {
  height: 60px;
  position: absolute;
  opacity: 0.2;
  background-color: white;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--white));
  pointer-events: none;
}

/* line 3912, app/assets/stylesheets/mb-styles/tweaks.scss */
.login-page-wide {
  width: inherit;
  padding: 0px;
}

/* line 3916, app/assets/stylesheets/mb-styles/tweaks.scss */
.login-page {
  background-color: #f7fafe;
}

/* line 3921, app/assets/stylesheets/mb-styles/tweaks.scss */
.sign-in .team-brand-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 1000px;
}

/* line 3922, app/assets/stylesheets/mb-styles/tweaks.scss */
.sign-in .logo img.connect-space-brand-logo {
  vertical-align: middle;
  height: 35px;
}

/* line 3925, app/assets/stylesheets/mb-styles/tweaks.scss */
.login-top-spacing {
  margin-top: 155px;
}

@media (max-width: 767px) {
  /* line 3930, app/assets/stylesheets/mb-styles/tweaks.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3935, app/assets/stylesheets/mb-styles/tweaks.scss */
  .hidden-sm {
    display: none !important;
  }
}

/* line 3940, app/assets/stylesheets/mb-styles/tweaks.scss */
.sign-in-wrapper-width {
  max-width: 600px;
}

/* line 3944, app/assets/stylesheets/mb-styles/tweaks.scss */
.introduction-small-right-side {
  min-width: 80px;
  position: relative;
}

/* line 3949, app/assets/stylesheets/mb-styles/tweaks.scss */
.kb-intro-wrapper {
  max-width: 282px;
}

/* line 3953, app/assets/stylesheets/mb-styles/tweaks.scss */
.intro-circle-styling {
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 42px;
}

/* line 3960, app/assets/stylesheets/mb-styles/tweaks.scss */
.onboarding-icon-circle-styling {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
}

/* line 3966, app/assets/stylesheets/mb-styles/tweaks.scss */
.home-header-graphic-wrapper {
  flex: 1 1 100%;
}

/* line 3969, app/assets/stylesheets/mb-styles/tweaks.scss */
.onboarding-home-header-graphic {
  background: url(/assets/home-header-graphic-cdb663e0ae72506be0294723ebb5ad819440411e1464c57607701052c05d2839.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 334px;
}

/* line 3976, app/assets/stylesheets/mb-styles/tweaks.scss */
.tip-lightbulb {
  width: 32px;
  height: 32px;
}

/* line 3980, app/assets/stylesheets/mb-styles/tweaks.scss */
.tip-tricks-wrapper {
  max-width: 300px;
  margin-left: 24px;
}

@media (max-width: 768px) {
  /* line 3980, app/assets/stylesheets/mb-styles/tweaks.scss */
  .tip-tricks-wrapper {
    margin-left: 0px;
    margin-top: 16px;
  }
}

/* line 3988, app/assets/stylesheets/mb-styles/tweaks.scss */
.fa-book-navbar {
  color: #856fd7;
  font-size: 29px;
  margin-top: 5px;
}

/* line 3993, app/assets/stylesheets/mb-styles/tweaks.scss */
.mb-round-avatar-planner {
  min-width: 42px;
}

@media (max-width: 486px) {
  /* line 3997, app/assets/stylesheets/mb-styles/tweaks.scss */
  .create-team-button-navbar {
    display: none;
  }
}

@media (max-width: 560px) {
  /* line 4003, app/assets/stylesheets/mb-styles/tweaks.scss */
  .create-team-cta-text {
    display: none;
  }
}

/* line 4009, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-btn-navbar {
  border-radius: 5px !important;
  background-color: #f2f3f5 !important;
  text-shadow: none !important;
  line-height: inherit !important;
  font-size: 18px !important;
  padding: 6px 8px !important;
  margin-top: 1px !important;
}

/* line 4019, app/assets/stylesheets/mb-styles/tweaks.scss */
.navbar-brand-wrapper {
  float: inherit !important;
  margin: 0px !important;
  padding: 0px !important;
}

/* line 4023, app/assets/stylesheets/mb-styles/tweaks.scss */
.navbar-brand-wrapper img {
  margin-right: 0px !important;
}

/* line 4028, app/assets/stylesheets/mb-styles/tweaks.scss */
.small-navbar-logo {
  height: 32px;
  width: 32px;
}

/* line 4033, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-small-circle-label {
  height: 32px;
  width: 32px;
  background-color: #e8e9fd;
  display: flex;
  border-radius: 50%;
}

/* line 4039, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-small-circle-label i {
  color: #1f29ec;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 380px) {
  /* line 4047, app/assets/stylesheets/mb-styles/tweaks.scss */
  .navbar-team-selector-wrapper {
    flex: 1 1 100%;
    padding-left: 0px !important;
    margin-left: 0px;
  }
}

@media (max-width: 380px) {
  /* line 4053, app/assets/stylesheets/mb-styles/tweaks.scss */
  .navbar-team-selector-wrapper .chosen-container {
    width: 150px;
  }
}

@media (max-width: 330px) {
  /* line 4053, app/assets/stylesheets/mb-styles/tweaks.scss */
  .navbar-team-selector-wrapper .chosen-container {
    width: 100px !important;
  }
}

@media (max-width: 380px) {
  /* line 4063, app/assets/stylesheets/mb-styles/tweaks.scss */
  .navbar-hide-mobile {
    display: none !important;
  }
}

/* line 4069, app/assets/stylesheets/mb-styles/tweaks.scss */
.form-restriction-text {
  line-height: 1.4;
}

/* line 4072, app/assets/stylesheets/mb-styles/tweaks.scss */
.registrant-type-empty-state {
  min-height: 116px;
}

/* line 4076, app/assets/stylesheets/mb-styles/tweaks.scss */
.filter-icon {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}

/* line 4082, app/assets/stylesheets/mb-styles/tweaks.scss */
.company-image {
  width: 60px;
  height: 60px;
}

/* line 4087, app/assets/stylesheets/mb-styles/tweaks.scss */
.live-stream-button-wrapper {
  align-self: center;
}

@media (max-width: 480px) {
  /* line 4087, app/assets/stylesheets/mb-styles/tweaks.scss */
  .live-stream-button-wrapper {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 480px) {
  /* line 4094, app/assets/stylesheets/mb-styles/tweaks.scss */
  .live-stream-button-wrapper.second {
    padding-top: 0px !important;
  }
}

/* line 4101, app/assets/stylesheets/mb-styles/tweaks.scss */
.cs-survey-empty-state {
  height: 200px;
}

@media (max-width: 480px) {
  /* line 4105, app/assets/stylesheets/mb-styles/tweaks.scss */
  .main-marquee-wrapper {
    display: block;
  }
}

/* line 4111, app/assets/stylesheets/mb-styles/tweaks.scss */
.live-stream-marquee-wrapper {
  height: 62px;
  margin-right: 8px;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}

/* line 4117, app/assets/stylesheets/mb-styles/tweaks.scss */
.live-stream-marquee-wrapper.mobile-formatting {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 0px;
}

/* line 4124, app/assets/stylesheets/mb-styles/tweaks.scss */
.marquee-banner-wrapper {
  min-height: 72px;
  margin-bottom: 16px;
}

/* line 4127, app/assets/stylesheets/mb-styles/tweaks.scss */
.marquee-banner-wrapper.mobile-formatting {
  padding-bottom: 8px;
  margin-bottom: 8px;
}

/* line 4133, app/assets/stylesheets/mb-styles/tweaks.scss */
.marquee-text {
  position: absolute;
  width: 100%;
  transform: translateX(100%);
  white-space: nowrap;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}

/* line 4141, app/assets/stylesheets/mb-styles/tweaks.scss */
.bottom-live-stream-text-wrapper {
  width: 100%;
  min-height: 24px;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* line 4151, app/assets/stylesheets/mb-styles/tweaks.scss */
.live-stream-image-box {
  height: 48px;
  width: 48px;
}

/* line 4156, app/assets/stylesheets/mb-styles/tweaks.scss */
.attendee-live-stream-item-wrapper {
  border-radius: 8px;
}

/* line 4158, app/assets/stylesheets/mb-styles/tweaks.scss */
.attendee-live-stream-item-wrapper:hover, .attendee-live-stream-item-wrapper:active {
  background-color: #f8f9fa;
  cursor: pointer;
}

/* line 4164, app/assets/stylesheets/mb-styles/tweaks.scss */
.live-stream-modal-title-fixed-box, .cs-circle-button-helper, .cs-circle-button-wrapper {
  width: 40px;
  height: 40px;
}

/* line 4167, app/assets/stylesheets/mb-styles/tweaks.scss */
.live-stream-modal-title-fixed-box i, .cs-circle-button-helper i, .cs-circle-button-wrapper i {
  font-size: 18px;
}

/* line 4172, app/assets/stylesheets/mb-styles/tweaks.scss */
.file-action-item-fixed-box {
  width: 20px;
  height: 20px;
}

/* line 4175, app/assets/stylesheets/mb-styles/tweaks.scss */
.file-action-item-fixed-box i {
  font-size: 12px;
}

/* line 4180, app/assets/stylesheets/mb-styles/tweaks.scss */
.small-cs-circle-button-wrapper {
  width: 32px;
  height: 32px;
}

/* line 4183, app/assets/stylesheets/mb-styles/tweaks.scss */
.small-cs-circle-button-wrapper i {
  font-size: 16px;
}

/* line 4188, app/assets/stylesheets/mb-styles/tweaks.scss */
.participant-circle-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #FFFFFF;
}

/* line 4193, app/assets/stylesheets/mb-styles/tweaks.scss */
.participant-circle-wrapper.overlap {
  margin-left: -10px;
}

/* line 4198, app/assets/stylesheets/mb-styles/tweaks.scss */
.live-stream-password-icon-wrapper {
  width: 32px;
}

/* line 4203, app/assets/stylesheets/mb-styles/tweaks.scss */
.live-stream-password-icon.fas {
  font-size: 16px;
}

/* line 4207, app/assets/stylesheets/mb-styles/tweaks.scss */
.stream-label {
  min-width: 100px;
}

/* line 4210, app/assets/stylesheets/mb-styles/tweaks.scss */
.btn-toggle-button-special {
  display: inline-block;
}

/* line 4214, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-survey-fa-icon-large-wrapper {
  font-size: 41px;
  height: 72px;
  width: 72px;
}

/* line 4220, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-survey-fa-icon-large {
  font-size: 41px;
}

/* line 4224, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-survey-fa-icon-wrapper {
  height: 48px;
  width: 48px;
}

/* line 4228, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-survey-fa-icon {
  font-size: 28px;
  height: 100%;
}

/* line 4234, app/assets/stylesheets/mb-styles/tweaks.scss */
table .button_to {
  display: inline-block;
}

/* line 4239, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-navbar-header {
  margin-top: 10px;
  margin-bottom: 10px;
  border-right: 1px solid #b2bac6;
  padding-right: 32px;
}

/* line 4245, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-navbar-middle {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 32px !important;
}

/* line 4250, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-tag-add-box {
  min-height: 176px;
}

/* line 4254, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-tag-add-box-icon-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 186px;
  height: 75px;
  border-radius: 16px;
}

/* line 4262, app/assets/stylesheets/mb-styles/tweaks.scss */
.answer-selector-icon-tooltip {
  height: 24px;
  width: 24px;
}

/* line 4268, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-answer-item-wrapper .left-upper-text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.69;
  color: #302cf4;
}

/* line 4274, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-answer-item-wrapper .tag-text-wrapper {
  background-color: #f8f9fa;
  border: solid 2px transparent;
  min-height: 68px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

/* line 4279, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-answer-item-wrapper .tag-text-wrapper:hover {
  background-color: #FFFFFF;
  box-shadow: none;
  border: solid 2px #e5e8ec;
}

/* line 4286, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-answer-item-wrapper.selected .tag-text-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

/* line 4293, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-answer-item-wrapper.providing.selected .left-upper-text, .tag-answer-item-wrapper.providing_tags.selected .left-upper-text {
  color: #C717B2;
}

/* line 4296, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-answer-item-wrapper.providing.selected .tag-text-wrapper, .tag-answer-item-wrapper.providing_tags.selected .tag-text-wrapper {
  border: solid 2px #C717B2;
}

/* line 4303, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-answer-item-wrapper.seeking.selected .left-upper-text, .tag-answer-item-wrapper.seeking_tags.selected .left-upper-text {
  color: #1F29EC;
}

/* line 4306, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-answer-item-wrapper.seeking.selected .tag-text-wrapper, .tag-answer-item-wrapper.seeking_tags.selected .tag-text-wrapper {
  border: solid 2px #1F29EC;
}

/* line 4313, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-item.seeking {
  border: solid 2px #1F29EC;
}

/* line 4316, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-item.providing {
  border: solid 2px #C717B2;
}

/* line 4319, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-item.keyword {
  border: solid 1px #BFBFBF;
  background-color: #FFFFFF;
}

/* line 4324, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-icon-wrapper {
  color: #302cf4;
  background-color: #f8f9fa;
  height: 40px;
  width: 40px;
}

/* line 4329, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-icon-wrapper i {
  font-size: 18px;
  margin-top: 1px;
}

/* line 4333, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-icon-wrapper:hover {
  background-color: #302cf4;
  color: #FFFFFF;
}

/* line 4337, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-icon-wrapper.selected {
  color: #7f8ca0;
}

/* line 4339, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-icon-wrapper.selected:hover {
  color: #001941;
  background-color: #e5e8ec;
}

/* line 4345, app/assets/stylesheets/mb-styles/tweaks.scss */
.all-tags-answer-wrapper {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 16px;
  margin-right: -16px;
}

/* line 4352, app/assets/stylesheets/mb-styles/tweaks.scss */
.tag-info-description-icon {
  font-size: 12px;
  color: #001941;
}

/* line 4356, app/assets/stylesheets/mb-styles/tweaks.scss */
.small-circle-inline {
  display: inline-block;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: solid 2px #FFFFFF;
}

/* line 4363, app/assets/stylesheets/mb-styles/tweaks.scss */
.small-circle-overlap {
  margin-left: -8px;
}

/* line 4366, app/assets/stylesheets/mb-styles/tweaks.scss */
.profile-back-button {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
}

/* line 4374, app/assets/stylesheets/mb-styles/tweaks.scss */
.profile-back-button:hover {
  background-color: #e6e6e6;
  text-decoration: none !important;
}

/* line 4380, app/assets/stylesheets/mb-styles/tweaks.scss */
.modal-tag-box {
  height: 150px;
  border-radius: 32px;
  box-shadow: 0 2px 4px 0 rgba(0, 25, 65, 0.16);
  background-color: #f2f3f5;
  padding: 16px;
}

/* line 4388, app/assets/stylesheets/mb-styles/tweaks.scss */
.modal-tag-pill {
  height: 35px;
  border-radius: 20px;
  background-color: #4c5e7a;
}

/* line 4394, app/assets/stylesheets/mb-styles/tweaks.scss */
.modal-tag-count-circle {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #001941;
}

/* line 4400, app/assets/stylesheets/mb-styles/tweaks.scss */
.modal-tag-icon-wrapper {
  height: 75px;
  border-radius: 16px;
}

/* line 4404, app/assets/stylesheets/mb-styles/tweaks.scss */
.datepicker-input {
  font-size: 17px;
  font-weight: 500;
  color: #001941;
  border: none;
  max-width: 120px;
}

/* line 4411, app/assets/stylesheets/mb-styles/tweaks.scss */
.date-picker-horizontal {
  overflow-x: auto;
  overflow-y: hidden;
  height: 84px;
  white-space: nowrap;
  margin-right: -24px;
  padding-right: 8px;
}

/* line 4419, app/assets/stylesheets/mb-styles/tweaks.scss */
.date-picker-single-day {
  display: inline-block;
  height: 72px;
  width: 70px;
  border-radius: 5px;
  background-color: #f2f3f5;
  text-align: center;
  cursor: pointer;
}

/* line 4427, app/assets/stylesheets/mb-styles/tweaks.scss */
.date-picker-single-day .month {
  font-size: 15px;
  line-height: 1.33;
  color: #4c5e7a;
  margin-top: 8px;
}

/* line 4433, app/assets/stylesheets/mb-styles/tweaks.scss */
.date-picker-single-day .day {
  color: #001941;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
}

/* line 4439, app/assets/stylesheets/mb-styles/tweaks.scss */
.date-picker-single-day.active {
  background-color: #302cf4;
}

/* line 4441, app/assets/stylesheets/mb-styles/tweaks.scss */
.date-picker-single-day.active .month {
  color: #ffffff;
  opacity: 0.8;
}

/* line 4445, app/assets/stylesheets/mb-styles/tweaks.scss */
.date-picker-single-day.active .day {
  color: #ffffff;
}

/* line 4451, app/assets/stylesheets/mb-styles/tweaks.scss */
.large-pink-circle {
  width: 72px;
  height: 72px;
  background-color: #fde5f3;
}

/* line 4457, app/assets/stylesheets/mb-styles/tweaks.scss */
.dropdown-submenu {
  position: relative;
  min-width: 160px;
}

/* line 4461, app/assets/stylesheets/mb-styles/tweaks.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0px 6px 6px 6px;
}

/* line 4468, app/assets/stylesheets/mb-styles/tweaks.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 4471, app/assets/stylesheets/mb-styles/tweaks.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 4474, app/assets/stylesheets/mb-styles/tweaks.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 4477, app/assets/stylesheets/mb-styles/tweaks.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -159px;
  top: 4px;
  margin-left: 0px;
  border-radius: 6px 0px 6px 6px;
}

/* line 4484, app/assets/stylesheets/mb-styles/tweaks.scss */
.custom-menu-button-account-navbar-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: middle;
  padding-right: 8px;
  display: none;
}

@media (max-width: 767px) {
  /* line 4484, app/assets/stylesheets/mb-styles/tweaks.scss */
  .custom-menu-button-account-navbar-wrapper {
    display: block !important;
  }
}

/* line 4494, app/assets/stylesheets/mb-styles/tweaks.scss */
.eco-menu-icon {
  margin-top: 2px;
}

/* line 4498, app/assets/stylesheets/mb-styles/tweaks.scss */
.trigger-event-sidebar-wrapper-mobile-custom-menu {
  display: none;
}

@media (max-width: 767px) {
  /* line 4498, app/assets/stylesheets/mb-styles/tweaks.scss */
  .trigger-event-sidebar-wrapper-mobile-custom-menu {
    display: block;
  }
}

/* line 4503, app/assets/stylesheets/mb-styles/tweaks.scss */
.trigger-event-sidebar-wrapper-mobile-custom-menu i {
  color: #001941;
}

/* line 4508, app/assets/stylesheets/mb-styles/tweaks.scss */
.accounts-navbar {
  background-color: #FFFFFF;
}

@media (max-width: 350px) {
  /* line 4511, app/assets/stylesheets/mb-styles/tweaks.scss */
  .accounts-navbar .navbar-brand {
    display: none;
  }
}

/* line 4515, app/assets/stylesheets/mb-styles/tweaks.scss */
.accounts-navbar li a {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 4519, app/assets/stylesheets/mb-styles/tweaks.scss */
.accounts-navbar .user-menu {
  margin-right: 8px;
}

/* line 4523, app/assets/stylesheets/mb-styles/tweaks.scss */
.accounts-navbar.navbar-fixed-top {
  height: 61px;
  margin-bottom: 0px;
}

/* line 4527, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-search-icon-wrapper {
  width: 30px;
}

/* line 4530, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-search-main-content {
  width: 329px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 4536, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-search-email-wrapper div, .account-search-main-content div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 4541, app/assets/stylesheets/mb-styles/tweaks.scss */
.empty-state-ticket {
  font-size: 57px;
}

/* line 4546, app/assets/stylesheets/mb-styles/tweaks.scss */
.attendee-items-wrapper.loading {
  opacity: .3;
}

/* line 4551, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-search-icon-wrapper {
  width: 30px;
}

/* line 4554, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-search-main-content {
  width: 329px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 4560, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-search-email-wrapper div, .account-search-main-content div, .text-overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 4565, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-dashboard-long-box {
  height: 144px;
  padding: 16px 12px;
}

/* line 4569, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-single-going {
  margin-top: -2px;
}

/* line 4572, app/assets/stylesheets/mb-styles/tweaks.scss */
.new-no-events-empty-state {
  height: 170px;
  border-radius: 8px;
  background-color: #f8f9fa;
}

/* line 4576, app/assets/stylesheets/mb-styles/tweaks.scss */
.new-no-events-empty-state i {
  font-size: 40px;
  color: #7a879d;
}

/* line 4582, app/assets/stylesheets/mb-styles/tweaks.scss */
.feature-image-helper {
  position: relative;
  height: auto;
  max-height: 343px;
  width: 100%;
  max-width: 1110px;
}

/* line 4589, app/assets/stylesheets/mb-styles/tweaks.scss */
.feature-image-helper-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 249, 250, 0.9);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 4596, app/assets/stylesheets/mb-styles/tweaks.scss */
.feature-image-helper-absolute.no-color {
  background-color: inherit;
}

/* line 4600, app/assets/stylesheets/mb-styles/tweaks.scss */
.feature-image-helper-absolute-wrapper {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 4604, app/assets/stylesheets/mb-styles/tweaks.scss */
.featured-image-full-wrapper {
  border-radius: 8px;
}

/* line 4607, app/assets/stylesheets/mb-styles/tweaks.scss */
.feature-event-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 84px;
}

/* line 4612, app/assets/stylesheets/mb-styles/tweaks.scss */
.feature-event-content-wrapper {
  width: 100%;
}

/* line 4615, app/assets/stylesheets/mb-styles/tweaks.scss */
.featured-event-btn-wrapper {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

@media (max-width: 768px) {
  /* line 4615, app/assets/stylesheets/mb-styles/tweaks.scss */
  .featured-event-btn-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  /* line 4623, app/assets/stylesheets/mb-styles/tweaks.scss */
  .featured-event-btn-wrapper .cs-new-blue-btn, .featured-event-btn-wrapper .cs-order-btn {
    display: block;
    text-align: center;
  }
}

@media (max-width: 768px) {
  /* line 4630, app/assets/stylesheets/mb-styles/tweaks.scss */
  .featured-event-btn-wrapper .cs-white-btn {
    display: block;
    text-align: center;
  }
}

/* line 4638, app/assets/stylesheets/mb-styles/tweaks.scss */
.feature-image-helper-placeholder {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
}

/* line 4644, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-banner-wrapper .feature-image-helper {
  max-height: 420px;
}

/* line 4648, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-banner-flex-wrapper {
  flex: 1 1 auto;
}

/* line 4651, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-profile-box-wrapper {
  height: 100%;
  flex: 1 1 auto;
  width: 33%;
}

@media (max-width: 768px) {
  /* line 4651, app/assets/stylesheets/mb-styles/tweaks.scss */
  .account-profile-box-wrapper {
    width: 100%;
  }
}

/* line 4659, app/assets/stylesheets/mb-styles/tweaks.scss */
.find-company-box {
  min-height: 224px;
}

/* line 4662, app/assets/stylesheets/mb-styles/tweaks.scss */
.find-company-box-text {
  padding: 16px 42px 16px 16px;
  border-radius: 36px;
  background-color: #FFFFFF;
}

/* line 4667, app/assets/stylesheets/mb-styles/tweaks.scss */
.submission-dashboard-icon-wrapper {
  height: 40px;
  width: 40px;
  background-color: #e8e9fd;
  border-radius: 8px;
}

/* line 4672, app/assets/stylesheets/mb-styles/tweaks.scss */
.submission-dashboard-icon-wrapper i {
  color: #1f29ec;
  font-size: 17px;
  margin-bottom: -2px;
}

/* line 4678, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-top-container {
  padding-top: 86px !important;
  background-color: transparent;
}

/* line 4683, app/assets/stylesheets/mb-styles/tweaks.scss */
.marquee-banner-only-modal .marquee-banner-wrapper {
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
  padding-top: 0px !important;
}

/* line 4689, app/assets/stylesheets/mb-styles/tweaks.scss */
.marquee-banner-only-modal .main-marquee-wrapper, .marquee-banner-only-modal .live-stream-marquee-wrapper {
  display: none;
}

/* line 4694, app/assets/stylesheets/mb-styles/tweaks.scss */
.account-sponsor-wrapper {
  width: 256px;
  max-width: 256px;
  min-width: 256px;
  margin-bottom: 16px;
  margin-left: 16px;
}

@media (max-width: 1068px) {
  /* line 4694, app/assets/stylesheets/mb-styles/tweaks.scss */
  .account-sponsor-wrapper {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    margin: 0px;
  }
}

@media (max-width: 1068px) {
  /* line 4707, app/assets/stylesheets/mb-styles/tweaks.scss */
  .account-full-sponsor-wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
}

/* line 4714, app/assets/stylesheets/mb-styles/tweaks.scss */
.individual-sponsor-wrapper {
  max-width: 244px;
  height: 112px;
}

/* line 4717, app/assets/stylesheets/mb-styles/tweaks.scss */
.individual-sponsor-wrapper img {
  max-width: 100%;
  height: auto;
  max-height: 64px;
  max-width: 174px;
}

@media (max-width: 1068px) {
  /* line 4714, app/assets/stylesheets/mb-styles/tweaks.scss */
  .individual-sponsor-wrapper {
    margin-right: 16px;
    width: 244px;
  }
}

/* line 4727, app/assets/stylesheets/mb-styles/tweaks.scss */
.individual-sponsor-wrapper.all-sponsor-link {
  border: none;
  background-color: #F6F6FA;
}

/* line 4730, app/assets/stylesheets/mb-styles/tweaks.scss */
.individual-sponsor-wrapper.all-sponsor-link img {
  display: none;
}

/* line 4735, app/assets/stylesheets/mb-styles/tweaks.scss */
.sponsors-empty-text {
  font-size: 15px;
  font-weight: 600;
}

/* line 4740, app/assets/stylesheets/mb-styles/tweaks.scss */
.individual-sponsor-wrapper-main {
  background-color: #FFFFFF;
  border-radius: 8px;
  height: 130px;
  margin: auto;
  width: 100%;
  max-width: 259px;
}

/* line 4747, app/assets/stylesheets/mb-styles/tweaks.scss */
.individual-sponsor-wrapper-main img {
  height: auto;
  max-height: 114px;
  max-width: 227px;
}

@media (max-width: 400px) {
  /* line 4740, app/assets/stylesheets/mb-styles/tweaks.scss */
  .individual-sponsor-wrapper-main {
    width: 100%;
  }
}

/* line 4758, app/assets/stylesheets/mb-styles/tweaks.scss */
.individual-sponsor-wrapper-large {
  background-color: #FFFFFF;
  border-radius: 8px;
  height: 260px;
  margin: auto;
  width: 100%;
  max-width: 518px;
}

/* line 4765, app/assets/stylesheets/mb-styles/tweaks.scss */
.individual-sponsor-wrapper-large img {
  height: auto;
  max-height: 244px;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 400px) {
  /* line 4758, app/assets/stylesheets/mb-styles/tweaks.scss */
  .individual-sponsor-wrapper-large {
    width: 100%;
  }
}

/* line 4776, app/assets/stylesheets/mb-styles/tweaks.scss */
.individual-sponsor-wrapper-small {
  background-color: #FFFFFF;
  border-radius: 8px;
  height: 87px;
  margin: auto;
  width: 33%;
  max-width: 172px;
  min-width: 172px;
}

/* line 4784, app/assets/stylesheets/mb-styles/tweaks.scss */
.individual-sponsor-wrapper-small img {
  height: auto;
  max-height: 71px;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 400px) {
  /* line 4776, app/assets/stylesheets/mb-styles/tweaks.scss */
  .individual-sponsor-wrapper-small {
    width: 50%;
  }
}

@media (max-width: 300px) {
  /* line 4776, app/assets/stylesheets/mb-styles/tweaks.scss */
  .individual-sponsor-wrapper-small {
    width: 100%;
  }
}

/* line 4800, app/assets/stylesheets/mb-styles/tweaks.scss */
.individual-sponsor-wrapper-standard {
  background-color: #FFFFFF;
  border-radius: 8px;
  height: 130px;
  margin: auto;
  width: 50%;
  max-width: 259px;
  min-width: 259px;
}

/* line 4808, app/assets/stylesheets/mb-styles/tweaks.scss */
.individual-sponsor-wrapper-standard img {
  height: auto;
  max-height: 98px;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 400px) {
  /* line 4800, app/assets/stylesheets/mb-styles/tweaks.scss */
  .individual-sponsor-wrapper-standard {
    width: 100%;
  }
}

/* line 4820, app/assets/stylesheets/mb-styles/tweaks.scss */
.single-exhibitor-wrapper {
  overflow: hidden;
  padding-bottom: 50%;
  height: 0;
}

/* line 4824, app/assets/stylesheets/mb-styles/tweaks.scss */
.single-exhibitor-wrapper .lazy-load-image-background {
  display: flex !important;
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 4832, app/assets/stylesheets/mb-styles/tweaks.scss */
.exhibitor-banner-single-image {
  max-height: 424px !important;
}

/* line 4836, app/assets/stylesheets/mb-styles/tweaks.scss */
.exhibitor-banner-single-image-placeholder {
  height: 77px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #302cf4;
}

/* line 4844, app/assets/stylesheets/mb-styles/tweaks.scss */
.exhibitor-wrapper img.banner {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  z-index: 2;
}

/* line 4852, app/assets/stylesheets/mb-styles/tweaks.scss */
.exhibitor-all-wrapper {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(auto-fill, minmax(368px, 1fr));
  grid-gap: 16px;
}

@media (max-width: 384px) {
  /* line 4852, app/assets/stylesheets/mb-styles/tweaks.scss */
  .exhibitor-all-wrapper {
    grid-template-columns: inherit;
  }
}

/* line 4861, app/assets/stylesheets/mb-styles/tweaks.scss */
.sponsor-all-wrapper {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(auto-fill, minmax(259px, 1fr));
  grid-gap: 8px;
  padding: 8px;
  background-color: #f6f6fa;
  border-radius: 8px;
}

@media (max-width: 384px) {
  /* line 4861, app/assets/stylesheets/mb-styles/tweaks.scss */
  .sponsor-all-wrapper {
    grid-template-columns: inherit;
  }
}

/* line 4874, app/assets/stylesheets/mb-styles/tweaks.scss */
.sponsor-all-wrapper-large {
  grid-gap: 8px;
  padding: 16px;
  background-color: #f6f6fa;
  border-radius: 8px;
}

/* line 4880, app/assets/stylesheets/mb-styles/tweaks.scss */
.sponsor-name-wrapper {
  max-width: 259px;
  text-align: center;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}

/* line 4888, app/assets/stylesheets/mb-styles/tweaks.scss */
.exhibitor-text-wrapper {
  margin-top: 12px;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 16px;
}

/* line 4894, app/assets/stylesheets/mb-styles/tweaks.scss */
img.cs-responsive {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/* line 4900, app/assets/stylesheets/mb-styles/tweaks.scss */
.exhibitor-single-wrapper {
  max-width: 848px;
  margin-right: auto;
  margin-left: auto;
}

/* line 4905, app/assets/stylesheets/mb-styles/tweaks.scss */
.exhibitor-logo {
  position: absolute;
  bottom: -32px;
  left: 42px;
  border-radius: 8px;
}

/* line 4911, app/assets/stylesheets/mb-styles/tweaks.scss */
.sponsor-show-logo-wrapper {
  position: absolute;
  bottom: -34px;
  left: 48px;
  width: 140px;
  height: 64px;
}

/* line 4918, app/assets/stylesheets/mb-styles/tweaks.scss */
.sponsor-show-logo {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/* line 4924, app/assets/stylesheets/mb-styles/tweaks.scss */
.exhibitor-content-wrapper {
  padding-bottom: 40px;
  margin-top: 48px;
}

/* line 4928, app/assets/stylesheets/mb-styles/tweaks.scss */
.exhibitor-logo-background {
  position: absolute;
  left: 7px;
  bottom: -1px;
}

/* line 4933, app/assets/stylesheets/mb-styles/tweaks.scss */
.planner-individual-sponsor-wrapper {
  border-radius: 8px;
  background-color: #f8f9fa;
  margin-bottom: 8px;
  padding: 8px;
}

/* line 4939, app/assets/stylesheets/mb-styles/tweaks.scss */
.sponsor-logo-wrapper {
  width: 100px;
  height: 56px;
  border-radius: 8px;
  background-color: #FFFFFF;
  text-align: center;
  display: flex;
}

/* line 4946, app/assets/stylesheets/mb-styles/tweaks.scss */
.sponsor-logo-wrapper img {
  margin: 8px;
  max-width: 84px;
  max-height: 36px;
  margin: auto;
}

/* line 4953, app/assets/stylesheets/mb-styles/tweaks.scss */
.sponsor-buttons-wrapper {
  text-align: right;
  min-width: 130px;
}

/* line 4957, app/assets/stylesheets/mb-styles/tweaks.scss */
.sponsor-analytics-wrapper {
  border-radius: 8px;
  background-color: white;
  padding: 24px;
  width: 272px;
  margin-left: 8px;
}

/* line 4964, app/assets/stylesheets/mb-styles/tweaks.scss */
.sponsor-number-wrapper {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-weight: 600;
  font-size: 13px;
  color: #001941;
}

/* line 4977, app/assets/stylesheets/mb-styles/tweaks.scss */
.sponsor-info {
  flex: 1 1 100%;
}

/* line 4980, app/assets/stylesheets/mb-styles/tweaks.scss */
.expo-poc-wrapper {
  min-width: 276px;
  margin-left: 16px;
}

@media (max-width: 768px) {
  /* line 4980, app/assets/stylesheets/mb-styles/tweaks.scss */
  .expo-poc-wrapper {
    margin-left: 0px;
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  /* line 4990, app/assets/stylesheets/mb-styles/tweaks.scss */
  .opportunity-actions-wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: right;
    row-gap: 4px;
  }
}

/* line 4999, app/assets/stylesheets/mb-styles/tweaks.scss */
.opportunities-name {
  text-decoration: none;
  height: 32px;
  font-size: 21px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 32px;
  color: #001941;
}

/* line 5008, app/assets/stylesheets/mb-styles/tweaks.scss */
.opportunities-name p {
  font-size: 21px;
  color: #001941;
}

/* line 5016, app/assets/stylesheets/mb-styles/tweaks.scss */
.fulfillment-requests-all-wrapper {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(auto-fill, minmax(538px, 1fr));
  grid-gap: 16px;
}

@media (max-width: 554px) {
  /* line 5016, app/assets/stylesheets/mb-styles/tweaks.scss */
  .fulfillment-requests-all-wrapper {
    grid-template-columns: inherit;
  }
}

/* line 5026, app/assets/stylesheets/mb-styles/tweaks.scss */
.fulfillment-request-wrapper {
  overflow: hidden;
  height: 250px;
}

/* line 5031, app/assets/stylesheets/mb-styles/tweaks.scss */
.fulfillment-request-content-wrapper {
  margin-top: 12px;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 16px;
}

/* line 5038, app/assets/stylesheets/mb-styles/tweaks.scss */
.fulfillment-request-message {
  text-decoration: none;
  height: 40px;
  font-size: 21px !important;
  color: #001941;
  overflow: hidden;
  width: 100% p;
  width-font-size: 21px;
  width-color: #001941;
  width-white-space: nowrap;
  width-overflow: hidden;
  width-text-overflow: ellipsis;
}

/* line 5055, app/assets/stylesheets/mb-styles/tweaks.scss */
.storefront-content-wrapper {
  margin-top: 12px;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 16px;
}

/* line 5061, app/assets/stylesheets/mb-styles/tweaks.scss */
.product-content-wrapper {
  padding-bottom: 40px;
}

/* line 5064, app/assets/stylesheets/mb-styles/tweaks.scss */
.product-single-image {
  width: 100%;
  height: 100%;
}

/* line 5068, app/assets/stylesheets/mb-styles/tweaks.scss */
.storefront-top-background {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #358eff;
  opacity: 0.07;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--white));
  background-size: cover;
  background-position: center;
}

/* line 5078, app/assets/stylesheets/mb-styles/tweaks.scss */
.storefront-top-background.shorter {
  height: 245px;
}

/* line 5080, app/assets/stylesheets/mb-styles/tweaks.scss */
.storefront-top-background.shorter .curved-background-main {
  top: 224px;
}

/* line 5085, app/assets/stylesheets/mb-styles/tweaks.scss */
.storefront-top-background-container {
  height: 240px;
  width: 100%;
  top: 56px;
  position: absolute;
  opacity: 1.0;
  background-color: white;
  pointer-events: none;
}

/* line 5094, app/assets/stylesheets/mb-styles/tweaks.scss */
.storefront-my-orders-wrapper {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* line 5098, app/assets/stylesheets/mb-styles/tweaks.scss */
.product-image-helper-absolute-wrapper {
  border-radius: 8px;
  background-color: white;
}

/* line 5102, app/assets/stylesheets/mb-styles/tweaks.scss */
.storefront-list-item-wrapper {
  overflow: hidden;
}

/* line 5104, app/assets/stylesheets/mb-styles/tweaks.scss */
.storefront-list-item-wrapper img.banner {
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 5114, app/assets/stylesheets/mb-styles/tweaks.scss */
.single-email-wrapper {
  border-radius: 8px;
  background-color: #f8f9fa;
  margin-bottom: 8px;
  padding: 8px;
  padding-left: 24px;
  min-height: 97px;
}

/* line 5122, app/assets/stylesheets/mb-styles/tweaks.scss */
.single-email-wrapper:hover .email-title {
  text-decoration: underline;
}

/* line 5128, app/assets/stylesheets/mb-styles/tweaks.scss */
.magic-link-email-wrapper {
  border-radius: 8px;
  background-color: #e5e8ec;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
}

/* line 5137, app/assets/stylesheets/mb-styles/tweaks.scss */
.send-magic-link-box-wrapper, .recent-team-card {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background-color: rgba(31, 41, 236, 0.05);
}

/* line 5142, app/assets/stylesheets/mb-styles/tweaks.scss */
.send-magic-link-box-wrapper .fa-wand-magic, .recent-team-card .fa-wand-magic {
  margin-top: 4px;
}

/* line 5146, app/assets/stylesheets/mb-styles/tweaks.scss */
.download-icon-ios, .download-icon-android {
  max-width: 56px;
  margin-left: auto;
  margin-right: auto;
}

/* line 5151, app/assets/stylesheets/mb-styles/tweaks.scss */
.download-icon-android {
  max-width: 48px;
}

/* line 5154, app/assets/stylesheets/mb-styles/tweaks.scss */
.slider-wrapper-helper {
  min-height: 0;
  min-width: 0;
}

/* line 5159, app/assets/stylesheets/mb-styles/tweaks.scss */
.password-field-wrapper {
  position: relative;
}

/* line 5162, app/assets/stylesheets/mb-styles/tweaks.scss */
.show-hide-password-toggle {
  position: absolute;
  top: 4px;
  right: 8px;
  padding: 3px 8px 6px;
  border-radius: 8px;
  background-color: #e5e8ec;
  font-size: 13px;
  font-weight: 500;
  color: #4c5e7a;
  cursor: pointer;
}

/* line 5173, app/assets/stylesheets/mb-styles/tweaks.scss */
.show-hide-password-toggle:hover {
  background-color: #d1d6de;
  color: #001941;
}

/* line 5179, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-calendar-placeholder {
  border-radius: 8px;
  background-color: #f2f3f5;
  height: 72px;
  width: 72px;
}

/* line 5184, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-calendar-placeholder .meeting-header {
  height: 26px;
  padding: 4px 16px 4px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #035dff;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
}

/* line 5194, app/assets/stylesheets/mb-styles/tweaks.scss */
.meeting-calendar-placeholder .meeting-calendar-date {
  height: 42px;
  font-size: 24px;
  font-weight: bold;
  color: #001941;
}

/* line 5202, app/assets/stylesheets/mb-styles/tweaks.scss */
.accept-decline-button {
  padding: 7px 8px 9px;
}

/* line 5204, app/assets/stylesheets/mb-styles/tweaks.scss */
.accept-decline-button:hover {
  border-radius: 5px;
  background-color: #f2f3f5;
}

/* line 5208, app/assets/stylesheets/mb-styles/tweaks.scss */
.accept-decline-button.is-selected {
  color: #1f29ec;
}

/* line 5210, app/assets/stylesheets/mb-styles/tweaks.scss */
.accept-decline-button.is-selected:hover {
  background-color: #e8e9fd;
}

/* line 5217, app/assets/stylesheets/mb-styles/tweaks.scss */
.stat-box-wrapper .fa-info-circle {
  line-height: 1.5;
}

/* line 5222, app/assets/stylesheets/mb-styles/tweaks.scss */
.stream-type-wrapper, .stream-service-wrapper {
  width: 25%;
  max-width: 25%;
}

/* line 5227, app/assets/stylesheets/mb-styles/tweaks.scss */
.small-date-picker-wrapper {
  width: 150px;
  margin-right: 16px;
  display: inline-block;
}

/* line 5231, app/assets/stylesheets/mb-styles/tweaks.scss */
.small-date-picker-wrapper .date-day {
  line-height: 1.1;
}

/* line 5235, app/assets/stylesheets/mb-styles/tweaks.scss */
.small-date-picker-wrapper.cs-white:hover {
  color: #FFFFFF;
}

/* line 5240, app/assets/stylesheets/mb-styles/tweaks.scss */
.small-date-picker-wrapper.cs-color-black:hover {
  color: #001941;
}

/* line 5244, app/assets/stylesheets/mb-styles/tweaks.scss */
.small-date-picker-wrapper:hover {
  opacity: 0.8;
}

/* line 5249, app/assets/stylesheets/mb-styles/tweaks.scss */
.date-selector-wrapper {
  overflow-x: auto;
  display: block;
  white-space: nowrap;
}

/* line 5255, app/assets/stylesheets/mb-styles/tweaks.scss */
.event-header-wrapper {
  padding: 0 0 8px 8px !important;
}

/* line 5259, app/assets/stylesheets/mb-styles/tweaks.scss */
.post-add-tag-button, .post-add-photo-button {
  cursor: pointer;
}

/* line 5261, app/assets/stylesheets/mb-styles/tweaks.scss */
.post-add-tag-button:hover, .post-add-photo-button:hover {
  background-color: #dae1e7;
}

/* line 5266, app/assets/stylesheets/mb-styles/tweaks.scss */
.post-add-attachment-button {
  background-color: #f7f9fa;
  cursor: pointer;
}

/* line 5269, app/assets/stylesheets/mb-styles/tweaks.scss */
.post-add-attachment-button:hover {
  background-color: #dae1e7;
}

/* line 3, app/assets/stylesheets/mb-styles/spacing.scss */
.mr-top-1 {
  margin-top: 8px;
}

/* line 6, app/assets/stylesheets/mb-styles/spacing.scss */
.mr-top-2 {
  margin-top: 16px;
}

/* line 9, app/assets/stylesheets/mb-styles/spacing.scss */
.mr-top-3 {
  margin-top: 24px;
}

/* line 13, app/assets/stylesheets/mb-styles/spacing.scss */
.mr-bottom-1 {
  margin-bottom: 8px;
}

/* line 17, app/assets/stylesheets/mb-styles/spacing.scss */
.mr-bottom-2 {
  margin-bottom: 16px;
}

/* line 21, app/assets/stylesheets/mb-styles/spacing.scss */
.mr-bottom-3 {
  margin-bottom: 24px;
}

/* line 25, app/assets/stylesheets/mb-styles/spacing.scss */
.pd1 {
  padding: 8px;
}

/* line 28, app/assets/stylesheets/mb-styles/spacing.scss */
.pd2 {
  padding: 16px;
}

/* line 31, app/assets/stylesheets/mb-styles/spacing.scss */
.pd3 {
  padding: 24px;
}

/* line 35, app/assets/stylesheets/mb-styles/spacing.scss */
.pd-top-1 {
  padding-top: 8px;
}

/* line 39, app/assets/stylesheets/mb-styles/spacing.scss */
.pd-top-2 {
  padding-top: 16px;
}

/* line 43, app/assets/stylesheets/mb-styles/spacing.scss */
.pd-top-3 {
  padding-top: 24px;
}

/* line 48, app/assets/stylesheets/mb-styles/spacing.scss */
.no-pd-left {
  padding-left: 0px !important;
}

/* line 52, app/assets/stylesheets/mb-styles/spacing.scss */
.no-pd-right {
  padding-right: 0px !important;
}

/* line 56, app/assets/stylesheets/mb-styles/spacing.scss */
.no-pd-top {
  padding-top: 0px !important;
}

/* Connect Space Margin and Padding */
/* Padding */
/* line 79, app/assets/stylesheets/mb-styles/spacing.scss */
.p0 {
  padding: 0 !important;
}

/* line 80, app/assets/stylesheets/mb-styles/spacing.scss */
.pt0 {
  padding-top: 0 !important;
}

/* line 81, app/assets/stylesheets/mb-styles/spacing.scss */
.pr0 {
  padding-right: 0 !important;
}

/* line 82, app/assets/stylesheets/mb-styles/spacing.scss */
.pb0 {
  padding-bottom: 0 !important;
}

/* line 83, app/assets/stylesheets/mb-styles/spacing.scss */
.pl0 {
  padding-left: 0 !important;
}

/* line 84, app/assets/stylesheets/mb-styles/spacing.scss */
.px0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 85, app/assets/stylesheets/mb-styles/spacing.scss */
.py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 87, app/assets/stylesheets/mb-styles/spacing.scss */
.phalf {
  padding: 4px !important;
}

/* line 88, app/assets/stylesheets/mb-styles/spacing.scss */
.pthalf {
  padding-top: 4px !important;
}

/* line 89, app/assets/stylesheets/mb-styles/spacing.scss */
.prhalf {
  padding-right: 4px !important;
}

/* line 90, app/assets/stylesheets/mb-styles/spacing.scss */
.pbhalf {
  padding-bottom: 4px !important;
}

/* line 91, app/assets/stylesheets/mb-styles/spacing.scss */
.plhalf {
  padding-left: 4px !important;
}

/* line 92, app/assets/stylesheets/mb-styles/spacing.scss */
.pyhalf {
  padding-top: 4px !important;
  padding-bottom: 4px;
}

/* line 93, app/assets/stylesheets/mb-styles/spacing.scss */
.pxhalf {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

/* line 95, app/assets/stylesheets/mb-styles/spacing.scss */
.p1 {
  padding: 8px !important;
}

/* line 96, app/assets/stylesheets/mb-styles/spacing.scss */
.pt1 {
  padding-top: 8px !important;
}

/* line 97, app/assets/stylesheets/mb-styles/spacing.scss */
.pr1 {
  padding-right: 8px !important;
}

/* line 98, app/assets/stylesheets/mb-styles/spacing.scss */
.pb1 {
  padding-bottom: 8px !important;
}

/* line 99, app/assets/stylesheets/mb-styles/spacing.scss */
.pl1 {
  padding-left: 8px !important;
}

/* line 100, app/assets/stylesheets/mb-styles/spacing.scss */
.py1 {
  padding-top: 8px !important;
  padding-bottom: 8px;
}

/* line 101, app/assets/stylesheets/mb-styles/spacing.scss */
.px1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/* line 103, app/assets/stylesheets/mb-styles/spacing.scss */
.p2 {
  padding: 16px !important;
}

/* line 104, app/assets/stylesheets/mb-styles/spacing.scss */
.pt2 {
  padding-top: 16px !important;
}

/* line 105, app/assets/stylesheets/mb-styles/spacing.scss */
.pr2 {
  padding-right: 16px !important;
}

/* line 106, app/assets/stylesheets/mb-styles/spacing.scss */
.pb2 {
  padding-bottom: 16px !important;
}

/* line 107, app/assets/stylesheets/mb-styles/spacing.scss */
.pl2 {
  padding-left: 16px !important;
}

/* line 108, app/assets/stylesheets/mb-styles/spacing.scss */
.py2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* line 109, app/assets/stylesheets/mb-styles/spacing.scss */
.px2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

/* line 111, app/assets/stylesheets/mb-styles/spacing.scss */
.p3 {
  padding: 24px !important;
}

/* line 112, app/assets/stylesheets/mb-styles/spacing.scss */
.pt3 {
  padding-top: 24px !important;
}

/* line 113, app/assets/stylesheets/mb-styles/spacing.scss */
.pr3 {
  padding-right: 24px !important;
}

/* line 114, app/assets/stylesheets/mb-styles/spacing.scss */
.pb3 {
  padding-bottom: 24px !important;
}

/* line 115, app/assets/stylesheets/mb-styles/spacing.scss */
.pl3 {
  padding-left: 24px !important;
}

/* line 116, app/assets/stylesheets/mb-styles/spacing.scss */
.py3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* line 117, app/assets/stylesheets/mb-styles/spacing.scss */
.px3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* line 119, app/assets/stylesheets/mb-styles/spacing.scss */
.p4 {
  padding: 32px !important;
}

/* line 120, app/assets/stylesheets/mb-styles/spacing.scss */
.pt4 {
  padding-top: 32px !important;
}

/* line 121, app/assets/stylesheets/mb-styles/spacing.scss */
.pr4 {
  padding-right: 32px !important;
}

/* line 122, app/assets/stylesheets/mb-styles/spacing.scss */
.pb4 {
  padding-bottom: 32px !important;
}

/* line 123, app/assets/stylesheets/mb-styles/spacing.scss */
.pl4 {
  padding-left: 32px !important;
}

/* line 124, app/assets/stylesheets/mb-styles/spacing.scss */
.py4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

/* line 125, app/assets/stylesheets/mb-styles/spacing.scss */
.px4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

/* Margin */
/* line 129, app/assets/stylesheets/mb-styles/spacing.scss */
.mhalf {
  margin: 4px !important;
}

/* line 130, app/assets/stylesheets/mb-styles/spacing.scss */
.mrhalf {
  margin-right: 4px !important;
}

/* line 131, app/assets/stylesheets/mb-styles/spacing.scss */
.mthalf {
  margin-top: 4px !important;
}

/* line 132, app/assets/stylesheets/mb-styles/spacing.scss */
.mbhalf {
  margin-bottom: 4px !important;
}

/* line 133, app/assets/stylesheets/mb-styles/spacing.scss */
.mlhalf {
  margin-left: 4px !important;
}

/* line 134, app/assets/stylesheets/mb-styles/spacing.scss */
.myhalf {
  margin-top: 4px !important;
  margin-bottom: 4px;
}

/* line 135, app/assets/stylesheets/mb-styles/spacing.scss */
.mxhalf {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

/* line 137, app/assets/stylesheets/mb-styles/spacing.scss */
.m0 {
  margin: 0 !important;
}

/* line 138, app/assets/stylesheets/mb-styles/spacing.scss */
.mt0 {
  margin-top: 0 !important;
}

/* line 139, app/assets/stylesheets/mb-styles/spacing.scss */
.mr0 {
  margin-right: 0 !important;
}

/* line 140, app/assets/stylesheets/mb-styles/spacing.scss */
.mb0 {
  margin-bottom: 0 !important;
}

/* line 141, app/assets/stylesheets/mb-styles/spacing.scss */
.ml0 {
  margin-left: 0 !important;
}

/* line 142, app/assets/stylesheets/mb-styles/spacing.scss */
.mx0 {
  margin-left: 0 !important;
  margin-right: 0;
}

/* line 143, app/assets/stylesheets/mb-styles/spacing.scss */
.my0 {
  margin-top: 0 !important;
  margin-bottom: 0;
}

/* line 145, app/assets/stylesheets/mb-styles/spacing.scss */
.m1 {
  margin: 8px !important;
}

/* line 146, app/assets/stylesheets/mb-styles/spacing.scss */
.mt1 {
  margin-top: 8px !important;
}

/* line 147, app/assets/stylesheets/mb-styles/spacing.scss */
.mr1 {
  margin-right: 8px !important;
}

/* line 148, app/assets/stylesheets/mb-styles/spacing.scss */
.mb1 {
  margin-bottom: 8px !important;
}

/* line 149, app/assets/stylesheets/mb-styles/spacing.scss */
.ml1 {
  margin-left: 8px !important;
}

/* line 150, app/assets/stylesheets/mb-styles/spacing.scss */
.mx1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

/* line 151, app/assets/stylesheets/mb-styles/spacing.scss */
.my1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

/* line 153, app/assets/stylesheets/mb-styles/spacing.scss */
.m2 {
  margin: 16px !important;
}

/* line 154, app/assets/stylesheets/mb-styles/spacing.scss */
.mt2 {
  margin-top: 16px !important;
}

/* line 155, app/assets/stylesheets/mb-styles/spacing.scss */
.mr2 {
  margin-right: 16px !important;
}

/* line 156, app/assets/stylesheets/mb-styles/spacing.scss */
.mb2 {
  margin-bottom: 16px !important;
}

/* line 157, app/assets/stylesheets/mb-styles/spacing.scss */
.ml2 {
  margin-left: 16px !important;
}

/* line 158, app/assets/stylesheets/mb-styles/spacing.scss */
.mx2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

/* line 159, app/assets/stylesheets/mb-styles/spacing.scss */
.my2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* line 161, app/assets/stylesheets/mb-styles/spacing.scss */
.m3 {
  margin: 24px !important;
}

/* line 162, app/assets/stylesheets/mb-styles/spacing.scss */
.mt3 {
  margin-top: 24px !important;
}

/* line 163, app/assets/stylesheets/mb-styles/spacing.scss */
.mr3 {
  margin-right: 24px !important;
}

/* line 164, app/assets/stylesheets/mb-styles/spacing.scss */
.mb3 {
  margin-bottom: 24px !important;
}

/* line 165, app/assets/stylesheets/mb-styles/spacing.scss */
.ml3 {
  margin-left: 24px !important;
}

/* line 166, app/assets/stylesheets/mb-styles/spacing.scss */
.mx3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

/* line 167, app/assets/stylesheets/mb-styles/spacing.scss */
.my3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* line 169, app/assets/stylesheets/mb-styles/spacing.scss */
.m4 {
  margin: 32px !important;
}

/* line 170, app/assets/stylesheets/mb-styles/spacing.scss */
.mt4 {
  margin-top: 32px !important;
}

/* line 171, app/assets/stylesheets/mb-styles/spacing.scss */
.mr4 {
  margin-right: 32px !important;
}

/* line 172, app/assets/stylesheets/mb-styles/spacing.scss */
.mb4 {
  margin-bottom: 32px !important;
}

/* line 173, app/assets/stylesheets/mb-styles/spacing.scss */
.ml4 {
  margin-left: 32px !important;
}

/* line 174, app/assets/stylesheets/mb-styles/spacing.scss */
.mx4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

/* line 175, app/assets/stylesheets/mb-styles/spacing.scss */
.my4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

/* line 177, app/assets/stylesheets/mb-styles/spacing.scss */
.mxn1 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

/* line 178, app/assets/stylesheets/mb-styles/spacing.scss */
.mxn2 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}

/* line 179, app/assets/stylesheets/mb-styles/spacing.scss */
.mxn3 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

/* line 180, app/assets/stylesheets/mb-styles/spacing.scss */
.mxn4 {
  margin-left: -32px !important;
  margin-right: -32px !important;
}

/* line 182, app/assets/stylesheets/mb-styles/spacing.scss */
.mrn1 {
  margin-right: -8px !important;
}

/* line 183, app/assets/stylesheets/mb-styles/spacing.scss */
.mrn2 {
  margin-right: -16px !important;
}

/* line 184, app/assets/stylesheets/mb-styles/spacing.scss */
.mrn3 {
  margin-right: -24px !important;
}

/* line 185, app/assets/stylesheets/mb-styles/spacing.scss */
.mrn4 {
  margin-right: -32px !important;
}

/* line 187, app/assets/stylesheets/mb-styles/spacing.scss */
.mln1 {
  margin-left: -8px !important;
}

/* line 188, app/assets/stylesheets/mb-styles/spacing.scss */
.mln2 {
  margin-left: -16px !important;
}

/* line 189, app/assets/stylesheets/mb-styles/spacing.scss */
.mln3 {
  margin-left: -24px !important;
}

/* line 190, app/assets/stylesheets/mb-styles/spacing.scss */
.mln4 {
  margin-left: -32px !important;
}

/* line 192, app/assets/stylesheets/mb-styles/spacing.scss */
.myn1 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

/* line 193, app/assets/stylesheets/mb-styles/spacing.scss */
.myn2 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

/* line 194, app/assets/stylesheets/mb-styles/spacing.scss */
.myn3 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

/* line 195, app/assets/stylesheets/mb-styles/spacing.scss */
.myn4 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

/* line 197, app/assets/stylesheets/mb-styles/spacing.scss */
.mtn1 {
  margin-top: -8px !important;
}

/* line 198, app/assets/stylesheets/mb-styles/spacing.scss */
.mtn2 {
  margin-top: -16px !important;
}

/* line 199, app/assets/stylesheets/mb-styles/spacing.scss */
.mtn3 {
  margin-top: -24px !important;
}

/* line 200, app/assets/stylesheets/mb-styles/spacing.scss */
.mtn4 {
  margin-top: -32px !important;
}

/* line 202, app/assets/stylesheets/mb-styles/spacing.scss */
.ml-auto {
  margin-left: auto;
}

/* line 203, app/assets/stylesheets/mb-styles/spacing.scss */
.mr-auto {
  margin-right: auto;
}

/* line 204, app/assets/stylesheets/mb-styles/spacing.scss */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* line 211, app/assets/stylesheets/mb-styles/spacing.scss */
.mt40 {
  margin-top: 40px;
}

/* line 214, app/assets/stylesheets/mb-styles/spacing.scss */
.mt50 {
  margin-top: 50px;
}

/* line 218, app/assets/stylesheets/mb-styles/spacing.scss */
.mt56 {
  margin-top: 56px;
}

/* line 222, app/assets/stylesheets/mb-styles/spacing.scss */
.mb80 {
  margin-bottom: 80px;
}

/* line 226, app/assets/stylesheets/mb-styles/spacing.scss */
.mt80 {
  margin-top: 80px;
}

/* line 230, app/assets/stylesheets/mb-styles/spacing.scss */
.pl10 {
  padding-left: 10px !important;
}

/* line 234, app/assets/stylesheets/mb-styles/spacing.scss */
.pr10 {
  padding-right: 10px !important;
}

/* line 238, app/assets/stylesheets/mb-styles/spacing.scss */
.mt20 {
  margin-top: 20px !important;
}

/* line 242, app/assets/stylesheets/mb-styles/spacing.scss */
.pt20 {
  padding-top: 20px !important;
}

/* line 246, app/assets/stylesheets/mb-styles/spacing.scss */
.last-meeting-invitation {
  margin-bottom: 110px !important;
}

/* line 250, app/assets/stylesheets/mb-styles/spacing.scss */
.clear-top {
  top: 0px !important;
}

/* line 254, app/assets/stylesheets/mb-styles/spacing.scss */
.meeting-box-pb {
  padding-bottom: 37px;
}

@media (max-width: 768px) {
  /* line 258, app/assets/stylesheets/mb-styles/spacing.scss */
  .no-margin-mobile {
    margin: 0 !important;
  }
}

/* line 264, app/assets/stylesheets/mb-styles/spacing.scss */
.p30 {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {
  /* line 269, app/assets/stylesheets/mb-styles/spacing.scss */
  .mt3-mobile {
    margin-top: 24px !important;
  }
}

@media (max-width: 768px) {
  /* line 275, app/assets/stylesheets/mb-styles/spacing.scss */
  .mt1-mobile {
    margin-top: 8px !important;
  }
}

@media (max-width: 768px) {
  /* line 281, app/assets/stylesheets/mb-styles/spacing.scss */
  .mb1-mobile {
    margin-bottom: 8px !important;
  }
}

@media (max-width: 768px) {
  /* line 287, app/assets/stylesheets/mb-styles/spacing.scss */
  .ml1-mobile {
    margin-left: 8px !important;
  }
}

@media (min-width: 768px) {
  /* line 293, app/assets/stylesheets/mb-styles/spacing.scss */
  .ml1-no-mobile {
    margin-left: 8px !important;
  }
}

/* line 1, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.company-logos {
  overflow: scroll;
}

/* line 3, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.company-logos a:hover, .company-logos a:focus, .company-logos a:active {
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.company-logo {
  margin-right: 24px;
  display: inline-block;
}

/* line 10, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.company-logo img {
  width: 80px;
  display: block;
  margin: 0 auto;
}

/* line 16, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.company-logo.profile img {
  width: 80px;
}

/* line 20, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.company-logo p {
  margin-top: 16px;
  text-align: center;
}

/* line 24, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.company-logo .fa-building-o {
  font-size: 50px;
}

/* line 29, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.three-col-box {
  border-top: solid 2px #358eff;
  background-color: #fff;
  margin-bottom: 24px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

/* line 33, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.three-col-box .box-header {
  padding: 24px;
  border-bottom: solid 1px #d5d9e0;
}

/* line 36, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.three-col-box .box-header h3 {
  margin-top: 0;
}

/* line 43, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins {
  overflow: hidden;
}

/* line 44, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins p {
  margin: 0px;
}

/* line 47, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins.padding {
  padding: 24px 32px;
}

/* line 51, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .card-box {
  padding-left: 8px;
  padding-right: 8px;
}

@media only screen and (max-width: 767px) {
  /* line 51, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
  .box-content.bulletins .card-box {
    margin-bottom: 16px;
  }
}

/* line 57, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .card-box.full {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  /* line 61, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
  .box-content.bulletins .card-box:last-child {
    margin-bottom: 0;
  }
}

/* line 67, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .card {
  padding: 16px 24px 24px 24px;
  background-color: #f6f6fa;
  min-width: 130px;
  height: 100%;
}

/* line 72, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .card.box-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

/* line 75, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .card.bgwhite {
  background-color: #fff;
}

/* line 78, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .card .card-content {
  background-color: #fff;
  position: relative;
}

/* line 82, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .card .card-header {
  background-color: #f6f6fa;
}

/* line 85, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .card p.event-name {
  font-size: 13px;
  color: #001941;
  font-weight: bold;
}

/* line 90, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .card p.date {
  color: #001941;
  opacity: 0.7;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: bold;
  margin-bottom: 40px;
}

/* line 98, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .card p.date.full {
  margin-bottom: 0px;
}

/* line 102, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .card p.bulletin-title {
  font-size: 17px;
  color: #001941;
  font-weight: bold;
  margin-bottom: 8px;
  word-break: break-all;
}

/* line 108, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .card p.bulletin-title .date {
  opacity: 0.5;
  font-size: 17px;
  color: #001941;
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 8px;
  line-height: 26px;
}

/* line 118, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .card p.file-title {
  font-size: 17px;
  color: #001941;
  font-weight: bold;
  margin-bottom: 8px;
  word-break: break-all;
}

/* line 124, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .card p.file-title .date {
  font-size: 15px;
  color: #001941;
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 8px;
  line-height: 26px;
}

/* line 135, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .blue-top {
  border-top: solid 2px #1965d7;
}

/* line 138, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .pink-top {
  border-top: solid 2px #ff4f73;
}

/* line 141, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-content.bulletins .col-sm-6 {
  padding-bottom: 24px;
}

/* line 146, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.download-overlay {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #ffffff);
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 157, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.download-overlay p.text {
  margin-top: 40px;
  color: #0f62dc;
  font-size: 15px;
  font-weight: 600;
}

/* line 165, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.download-overlay-wrapper {
  transition: all .06s ease-in-out;
}

/* line 167, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.download-overlay-wrapper:hover .download-overlay, .download-overlay-wrapper:hover .download-icon {
  display: block !important;
}

/* line 172, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-header {
  display: flex;
}

/* line 174, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-header h3 {
  margin-right: auto;
  margin-bottom: 0;
}

/* line 178, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-header .top-view-link {
  align-self: flex-end;
}

/* line 180, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-header .top-view-link p {
  margin-bottom: 0;
  display: inline-block;
}

/* line 185, app/assets/stylesheets/mb-styles/shared_content_pages.scss */
.box-header .top-view-link:hover {
  opacity: 0.5;
}
/* line 12, app/assets/stylesheets/account_tweaks.scss */
body {
  font-family: "acumin-pro", -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif;
  color: #001941;
}

/* line 23, app/assets/stylesheets/account_tweaks.scss */
p {
  color: #001941;
  font-size: 15px;
}

/* line 28, app/assets/stylesheets/account_tweaks.scss */
#card-element {
  border-radius: 4px 4px 0 0;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  max-height: 44px;
  width: 100%;
  background: white;
  box-sizing: border-box;
}

/* line 39, app/assets/stylesheets/account_tweaks.scss */
#confirmEmailModal .modal-dialog .modal-body, #confirmEmailModal .modal-dialog .modal-header, #confirmEmailModal .modal-dialog .modal-footer {
  border: none;
  text-align: center;
}

/* line 43, app/assets/stylesheets/account_tweaks.scss */
#confirmEmailModal .modal-dialog .modal-body p {
  color: #1e2963;
  margin: 0;
  font-size: 30px;
}

/* line 47, app/assets/stylesheets/account_tweaks.scss */
#confirmEmailModal .modal-dialog .modal-body p .btn-primary {
  font-size: 15px;
}

/* line 51, app/assets/stylesheets/account_tweaks.scss */
#confirmEmailModal .modal-dialog .modal-header {
  padding: 32px 32px 16px 32px;
}

/* line 54, app/assets/stylesheets/account_tweaks.scss */
#confirmEmailModal .modal-dialog .modal-body {
  padding: 16px 32px 16px 32px;
}

/* line 57, app/assets/stylesheets/account_tweaks.scss */
#confirmEmailModal .modal-dialog .modal-footer {
  padding: 16px 32px 32px 32px;
}

/* line 62, app/assets/stylesheets/account_tweaks.scss */
.curved-background-main {
  -webkit-border-top-left-radius: 100% 300px;
  -webkit-border-top-right-radius: 100% 300px;
  -moz-border-radius-topleft: 100% 300px;
  -moz-border-radius-topright: 100% 300px;
  border-top-left-radius: 100% 300px;
  border-top-right-radius: 100% 300px;
  width: 200%;
  left: -50%;
  position: absolute;
  top: 300px;
  background: #f7f9fa;
  height: 280px;
  z-index: -999;
}

/* line 79, app/assets/stylesheets/account_tweaks.scss */
.wrapper {
  background-color: #F2F3F5;
}

/* line 83, app/assets/stylesheets/account_tweaks.scss */
.clearfix {
  clear: both;
}

/* line 88, app/assets/stylesheets/account_tweaks.scss */
.mb-round-avatar img {
  max-height: 30px;
}

/* line 93, app/assets/stylesheets/account_tweaks.scss */
.cs-account-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  padding: 0px !important;
}

/* line 104, app/assets/stylesheets/account_tweaks.scss */
.cs-account-avatar.xl {
  width: 112px;
  height: 112px;
}

/* line 109, app/assets/stylesheets/account_tweaks.scss */
.cs-account-avatar.lg {
  width: 60px;
  height: 60px;
}

/* line 114, app/assets/stylesheets/account_tweaks.scss */
.cs-account-avatar.sm {
  width: 32px;
  height: 32px;
}

/* line 119, app/assets/stylesheets/account_tweaks.scss */
.cs-account-avatar.xs {
  width: 18px;
  height: 18px;
}

/* line 124, app/assets/stylesheets/account_tweaks.scss */
.cs-account-avatar img {
  width: auto;
  height: 100%;
}

/* line 130, app/assets/stylesheets/account_tweaks.scss */
.cs-account-round-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f7f9fa;
  padding: 0px !important;
}

/* line 141, app/assets/stylesheets/account_tweaks.scss */
.cs-account-round-avatar.lg {
  width: 60px;
  height: 60px;
}

/* line 146, app/assets/stylesheets/account_tweaks.scss */
.cs-account-round-avatar.sm {
  width: 32px;
  height: 32px;
}

/* line 151, app/assets/stylesheets/account_tweaks.scss */
.cs-account-round-avatar.xs {
  width: 18px;
  height: 18px;
}

/* line 156, app/assets/stylesheets/account_tweaks.scss */
.cs-account-round-avatar img {
  width: auto;
  height: 100%;
}

/* line 162, app/assets/stylesheets/account_tweaks.scss */
.cs-company-square-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f7f9fa;
  padding: 0px;
}

/* line 173, app/assets/stylesheets/account_tweaks.scss */
.cs-company-square-avatar.lg {
  width: 60px;
  height: 60px;
}

/* line 178, app/assets/stylesheets/account_tweaks.scss */
.cs-company-square-avatar img {
  width: auto;
  height: 100%;
}

/* line 184, app/assets/stylesheets/account_tweaks.scss */
.divider-line {
  height: 2px;
  width: calc(100% + 24px);
  margin-top: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #d5d9e0;
}

/* line 190, app/assets/stylesheets/account_tweaks.scss */
.divider-line.full-width {
  width: 100%;
}

/* line 193, app/assets/stylesheets/account_tweaks.scss */
.divider-line.no-margin-left {
  margin-left: 0px;
}

/* line 197, app/assets/stylesheets/account_tweaks.scss */
.divider-line.no-margin-right {
  margin-right: 0px;
}

/* line 201, app/assets/stylesheets/account_tweaks.scss */
.divider-line.no-margin-top {
  margin-top: 0px;
}

/* line 205, app/assets/stylesheets/account_tweaks.scss */
.divider-line.no-margin-bottom {
  margin-bottom: 0px;
}

/* line 210, app/assets/stylesheets/account_tweaks.scss */
.line-item-container {
  position: relative;
}

/* line 214, app/assets/stylesheets/account_tweaks.scss */
.loading-overlay-color {
  width: 100%;
  height: auto;
  bottom: 0px;
  top: 0px;
  left: 0;
  z-index: 1000;
  background-color: #ededed;
  opacity: 0.8;
  position: absolute;
}

/* line 224, app/assets/stylesheets/account_tweaks.scss */
.loading-overlay-color .center {
  position: absolute;
  width: 500px;
  height: 50px;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -250px;
  font-size: 25px;
}

/* line 234, app/assets/stylesheets/account_tweaks.scss */
.loading-overlay-color .center span {
  margin-left: 8px;
}

/* line 240, app/assets/stylesheets/account_tweaks.scss */
.view-more {
  display: inline-block;
  white-space: nowrap;
}

/* line 243, app/assets/stylesheets/account_tweaks.scss */
.view-more a:link, .view-more a:visited {
  color: #0f62dc;
  text-decoration: none;
}

/* line 247, app/assets/stylesheets/account_tweaks.scss */
.view-more a:hover {
  text-decoration: none;
}

/* line 250, app/assets/stylesheets/account_tweaks.scss */
.view-more p.view-link {
  color: #0f62dc;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 257, app/assets/stylesheets/account_tweaks.scss */
.view-more:hover {
  opacity: 0.5;
}

/* line 262, app/assets/stylesheets/account_tweaks.scss */
.cs-gray-box a {
  text-decoration: underline;
}

/* line 264, app/assets/stylesheets/account_tweaks.scss */
.cs-gray-box a:hover {
  text-decoration: none;
}

/* line 270, app/assets/stylesheets/account_tweaks.scss */
.events-box {
  background-color: #fff;
}

/* line 273, app/assets/stylesheets/account_tweaks.scss */
.events-box .event-name {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.53;
  color: #001941;
}

/* line 280, app/assets/stylesheets/account_tweaks.scss */
.events-box .events-logo img {
  border-radius: 2px;
}

/* line 283, app/assets/stylesheets/account_tweaks.scss */
.events-box .events-logo i {
  font-size: 60px;
}

/* line 287, app/assets/stylesheets/account_tweaks.scss */
.events-box .media-left {
  padding-right: 16px;
}

/* line 293, app/assets/stylesheets/account_tweaks.scss */
.event-content {
  padding: 24px;
  border-top: solid 1px #d5d9e0;
}

/* line 296, app/assets/stylesheets/account_tweaks.scss */
.event-content.float-left {
  float: left;
}

/* line 299, app/assets/stylesheets/account_tweaks.scss */
.event-content .fa-calendar-o {
  font-size: 130px;
}

/* line 304, app/assets/stylesheets/account_tweaks.scss */
.event-content .event-info .event-date p {
  margin: 0px;
}

@media only screen and (max-width: 767px) {
  /* line 303, app/assets/stylesheets/account_tweaks.scss */
  .event-content .event-info .event-date {
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 312, app/assets/stylesheets/account_tweaks.scss */
  .event-content .event-img {
    padding-left: 0px;
  }
}

/* line 317, app/assets/stylesheets/account_tweaks.scss */
.event-content .event-desc {
  display: inline-block;
}

/* line 319, app/assets/stylesheets/account_tweaks.scss */
.event-content .event-desc h2 {
  line-height: 32px;
}

/* line 323, app/assets/stylesheets/account_tweaks.scss */
.event-content img {
  padding-right: 24px;
  float: left;
  max-width: 160px;
}

@media only screen and (max-width: 767px) {
  /* line 323, app/assets/stylesheets/account_tweaks.scss */
  .event-content img {
    width: 60px;
    height: 64px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 323, app/assets/stylesheets/account_tweaks.scss */
  .event-content img {
    width: 30px;
    height: 42px;
  }
}

/* line 340, app/assets/stylesheets/account_tweaks.scss */
.stat-container .stat-item {
  width: 96px;
  margin-right: 8px;
  margin-bottom: 16px;
  display: inline-block;
}

/* line 345, app/assets/stylesheets/account_tweaks.scss */
.stat-container .stat-item .stat {
  font-size: 21px;
  color: #1965d7;
  font-weight: 600;
}

/* line 350, app/assets/stylesheets/account_tweaks.scss */
.stat-container .stat-item p.stat-type {
  margin-bottom: 0;
  color: #001941;
  opacity: 0.7;
}

/* line 358, app/assets/stylesheets/account_tweaks.scss */
.month {
  text-transform: uppercase;
  color: #ff4f73;
  font-weight: bold;
  font-size: 14px;
  line-height: .8;
}

/* line 366, app/assets/stylesheets/account_tweaks.scss */
.filter-search {
  display: flex;
  margin-bottom: 16px;
}

/* line 369, app/assets/stylesheets/account_tweaks.scss */
.filter-search .filter-btns {
  align-self: flex-start;
  min-width: 115px;
}

/* line 372, app/assets/stylesheets/account_tweaks.scss */
.filter-search .filter-btns .btn-group {
  padding-left: 0px;
}

/* line 375, app/assets/stylesheets/account_tweaks.scss */
.filter-search .filter-btns .btn {
  color: #001941 !important;
  background-color: #f2f3f5 !important;
  border: solid 0px transparent;
  border-radius: 5px;
  font-size: 15px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
}

/* line 386, app/assets/stylesheets/account_tweaks.scss */
.filter-search .filter-btns .btn span {
  padding: 4px 12px;
  border-radius: 6px;
  vertical-align: middle;
}

/* line 392, app/assets/stylesheets/account_tweaks.scss */
.filter-search .filter-btns .btn.active {
  background-color: #f2f3f5;
  font-weight: bold;
  box-shadow: none;
}

/* line 396, app/assets/stylesheets/account_tweaks.scss */
.filter-search .filter-btns .btn.active span {
  background-color: #FFFFFF;
}

/* line 401, app/assets/stylesheets/account_tweaks.scss */
.filter-search .input-group {
  align-self: flex-end;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  /* line 366, app/assets/stylesheets/account_tweaks.scss */
  .filter-search {
    display: block;
  }
  /* line 407, app/assets/stylesheets/account_tweaks.scss */
  .filter-search .input-group {
    width: 100%;
    margin-top: 16px;
    margin-left: inherit;
  }
}

/* line 416, app/assets/stylesheets/account_tweaks.scss */
.account-profile-formatting {
  padding: 12px 16px;
  border-radius: 6px;
  cursor: pointer;
}

/* line 420, app/assets/stylesheets/account_tweaks.scss */
.account-profile-formatting:hover {
  background-color: #ffffff;
}

/* line 423, app/assets/stylesheets/account_tweaks.scss */
.account-profile-formatting i.fas.fa-user-circle, .account-profile-formatting i.fab.fa-fort-awesome, .account-profile-formatting i.far.fa-building {
  font-size: 40px;
  float: left;
  margin-right: 8px;
}

/* line 430, app/assets/stylesheets/account_tweaks.scss */
.profile-box {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-top: #0f62dc;
  border-top-style: solid;
  border-width: 2px;
  padding: 24px;
  margin-bottom: 12px;
  margin-top: 24px;
  background-color: #fff;
}

/* line 441, app/assets/stylesheets/account_tweaks.scss */
.profile-box h5.pending-approval {
  margin-top: 70px;
  margin-bottom: 50px;
}

/* line 446, app/assets/stylesheets/account_tweaks.scss */
.profile-box .btn.btn-default.search {
  margin-top: 0;
  color: #001941;
  height: 34px;
  width: 75px;
  background-color: #f7f9fa;
  border: solid 1px rgba(0, 25, 65, 0.2);
}

/* line 455, app/assets/stylesheets/account_tweaks.scss */
.profile-box h4 {
  margin-top: 0;
  margin-bottom: 4px;
}

/* line 459, app/assets/stylesheets/account_tweaks.scss */
.profile-box hr {
  position: relative;
  right: -16px;
  margin-top: 16px;
  margin-bottom: 16px;
}

/* line 465, app/assets/stylesheets/account_tweaks.scss */
.profile-box p.new-post {
  font-weight: bold;
  color: #0f62dc;
  margin-top: 24px;
  margin-bottom: 0;
}

/* line 471, app/assets/stylesheets/account_tweaks.scss */
.profile-box button {
  margin-top: 14px;
  height: 35px;
  color: #fff;
  border-radius: 5px;
  border-width: 0;
  background-color: #0f62dc;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

/* line 480, app/assets/stylesheets/account_tweaks.scss */
.profile-box button p {
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
}

/* line 486, app/assets/stylesheets/account_tweaks.scss */
.profile-box button:hover {
  background-color: #1965d7;
}

/* line 491, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box {
  border: solid 1px #e5e8ec;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 16px;
  padding-right: 16px;
  cursor: pointer;
}

/* line 498, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box:hover {
  background-color: #f6f6fa;
  border: solid 1px transparent;
}

/* line 502, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box.slim {
  border-radius: 0px;
  border-left: solid 0px transparent;
  border-right: solid 0px transparent;
  border-bottom: solid 0px transparent;
}

/* line 509, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 514, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box .col-sm-3 {
  border-right: solid 1px #dadee4;
  height: 100%;
}

/* line 519, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box .event-single-image-container {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 767px) {
  /* line 519, app/assets/stylesheets/account_tweaks.scss */
  .event-teaser-box .event-single-image-container {
    margin-bottom: 8px;
  }
}

/* line 529, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box .event-single-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/* line 537, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box .month-day, .event-teaser-box .details {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 543, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box .month-day {
  text-align: center;
}

/* line 546, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box .month-day .fa-calendar-o {
  font-size: 60px;
  width: 65px;
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
}

/* line 554, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box .month-day img {
  width: 50px;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 554, app/assets/stylesheets/account_tweaks.scss */
  .event-teaser-box .month-day img {
    width: 40px;
  }
}

/* line 564, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box .month-day .month, .event-teaser-box .month-day .day {
  text-align: center;
  margin-bottom: 4px;
}

/* line 571, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box .details h4 {
  line-height: 1.43;
  margin-bottom: 8px;
  color: #001941;
  font-weight: 600;
  margin-top: 4px;
}

/* line 578, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box .details .time-location {
  color: #525f7a;
}

/* line 580, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box .details .time-location span {
  color: #001941;
}

/* line 584, app/assets/stylesheets/account_tweaks.scss */
.event-teaser-box .details .attending-link {
  margin-top: 24px;
}

/* line 591, app/assets/stylesheets/account_tweaks.scss */
.attending-check .fas.fa-check-circle {
  color: #45debb;
  font-size: 18px;
}

/* line 595, app/assets/stylesheets/account_tweaks.scss */
.attending-check p {
  display: inline-block;
  margin: 0;
  font-weight: bold;
}

/* line 602, app/assets/stylesheets/account_tweaks.scss */
.no-events-empty-state {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 605, app/assets/stylesheets/account_tweaks.scss */
.no-events-empty-state h4 {
  color: #001941;
  font-size: 15px;
}

/* line 611, app/assets/stylesheets/account_tweaks.scss */
.connect-message-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

/* line 615, app/assets/stylesheets/account_tweaks.scss */
.connect-message-wrapper .connect-message-header {
  padding: 24px 24px 0 24px;
}

/* line 619, app/assets/stylesheets/account_tweaks.scss */
.connect-message-wrapper .connect-message-content {
  padding: 0 24px 0 24px;
}

/* line 623, app/assets/stylesheets/account_tweaks.scss */
.connect-message-wrapper .connect-message-footer {
  padding: 24px 60px 24px 60px;
  border-radius: 5px;
  background-color: #f9fafb;
}

/* line 629, app/assets/stylesheets/account_tweaks.scss */
.connect-message-wrapper #char-count {
  margin-top: 20%;
  font-size: 15px;
  line-height: 1.47;
  color: #001941;
}

/* line 636, app/assets/stylesheets/account_tweaks.scss */
.connect-message-wrapper h3 {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #001941;
}

/* line 645, app/assets/stylesheets/account_tweaks.scss */
.connect-message-wrapper h3 span.name {
  font-weight: 600;
}

/* line 650, app/assets/stylesheets/account_tweaks.scss */
.connect-message-wrapper textarea {
  width: 100%;
  min-height: 130px;
  border: none;
  outline: 0;
}

/* line 657, app/assets/stylesheets/account_tweaks.scss */
.connect-message-wrapper button {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.53;
  text-align: center;
  border: none;
  background: none;
  color: #7f8ca0;
  outline: 0;
}

/* line 667, app/assets/stylesheets/account_tweaks.scss */
.connect-message-wrapper button#send {
  color: #0f62dc;
}

/* line 673, app/assets/stylesheets/account_tweaks.scss */
.account-wrapper {
  margin-top: 40px;
}

/* line 676, app/assets/stylesheets/account_tweaks.scss */
.account-wrapper .account-main-box {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  margin: 14px 0 12px 0;
  padding: 24px;
  background-color: #fff;
}

/* line 682, app/assets/stylesheets/account_tweaks.scss */
.account-wrapper .account-main-box .nav > li {
  margin-right: 24px;
}

/* line 686, app/assets/stylesheets/account_tweaks.scss */
.account-wrapper .account-main-box .nav > li > a {
  padding: 0 0 15px 0;
  color: #001941;
}

/* line 691, app/assets/stylesheets/account_tweaks.scss */
.account-wrapper .account-main-box .nav > li.active > a {
  padding: 0 0 15px 0;
  color: #1965d7;
}

/* line 697, app/assets/stylesheets/account_tweaks.scss */
.account-wrapper .search-box {
  margin-right: 24px;
  margin-top: 16px;
}

/* line 700, app/assets/stylesheets/account_tweaks.scss */
.account-wrapper .search-box .search-wrapper {
  width: 100%;
}

/* line 703, app/assets/stylesheets/account_tweaks.scss */
.account-wrapper .search-box .input-group {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  /* line 697, app/assets/stylesheets/account_tweaks.scss */
  .account-wrapper .search-box {
    display: block;
    margin-left: 24px;
  }
  /* line 709, app/assets/stylesheets/account_tweaks.scss */
  .account-wrapper .search-box .input-group {
    width: 100%;
    margin-top: 16px;
  }
}

/* line 717, app/assets/stylesheets/account_tweaks.scss */
.account-main-content-wrapper {
  padding: 16px;
}

/* line 720, app/assets/stylesheets/account_tweaks.scss */
.account-main-content-wrapper .account-main-datatable-options-wrapper {
  margin-bottom: 20px;
}

/* line 724, app/assets/stylesheets/account_tweaks.scss */
.account-main-content-wrapper .account-main-datatable-footer-wrapper {
  padding-top: 20px;
  overflow: auto;
}

/* line 729, app/assets/stylesheets/account_tweaks.scss */
.account-main-content-wrapper .search-wrapper {
  width: 100%;
}

/* line 731, app/assets/stylesheets/account_tweaks.scss */
.account-main-content-wrapper .search-wrapper input#data_table_search, .account-main-content-wrapper .search-wrapper input.data_table_search {
  border-radius: 2px;
  background-color: rgba(0, 25, 65, 0.05);
}

/* line 737, app/assets/stylesheets/account_tweaks.scss */
.account-main-content-wrapper .no-space {
  margin-left: 1px;
  margin-right: 1px;
  float: left;
}

/* line 742, app/assets/stylesheets/account_tweaks.scss */
.account-main-content-wrapper .pagination {
  margin: 0px;
}

/* line 745, app/assets/stylesheets/account_tweaks.scss */
.account-main-content-wrapper .pagination .paginate_button.disabled > a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #7f8ca0;
}

/* line 753, app/assets/stylesheets/account_tweaks.scss */
.account-main-content-wrapper .pagination .paginate_button.active > a {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 2px #0f62dc;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
  color: #0f62dc;
}

/* line 765, app/assets/stylesheets/account_tweaks.scss */
.account-main-content-wrapper button.sort {
  display: inline;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px rgba(0, 25, 65, 0.2);
  font-size: 17px;
  line-height: 1.53;
  color: #0f62dc;
}

/* line 775, app/assets/stylesheets/account_tweaks.scss */
.account-main-content-wrapper button.page-length {
  border-radius: 2px;
  background-color: #ffffff;
  width: 50px;
  border: solid 1px rgba(0, 25, 65, 0.2);
  font-size: 17px;
  line-height: 1.53;
  text-align: center;
  color: #001941;
}

/* line 787, app/assets/stylesheets/account_tweaks.scss */
.account-main-content-wrapper button.page-length.active {
  border-radius: 2px;
  background-color: rgba(0, 25, 65, 0.05);
  border: solid 1px rgba(0, 25, 65, 0.2);
  font-size: 17px;
  font-weight: bold;
  line-height: 1.53;
  text-align: center;
  color: #0f62dc;
}

/* line 800, app/assets/stylesheets/account_tweaks.scss */
.nav-tabs {
  border-bottom: none;
}

/* line 803, app/assets/stylesheets/account_tweaks.scss */
.nav-tabs > li > a {
  border: none;
}

/* line 806, app/assets/stylesheets/account_tweaks.scss */
.nav {
  padding-left: 0;
}

/* line 810, app/assets/stylesheets/account_tweaks.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: solid 4px #1965d7;
  color: #1965d7;
  font-weight: bold;
}

/* line 818, app/assets/stylesheets/account_tweaks.scss */
.dashboard.dashboard-wrapper {
  margin-top: 40px;
}

/* line 821, app/assets/stylesheets/account_tweaks.scss */
.dashboard h1.dashboard {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

/* line 826, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  margin: 14px 0 12px 0;
  padding: 32px 24px 32px 24px;
  background-color: #fff;
}

/* line 832, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .handshake-icon {
  margin: 8px 24px 0 16px;
}

/* line 835, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .bold {
  font-weight: 500;
}

/* line 838, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .dash-status {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  float: right;
}

/* line 844, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .fa-arrow-right {
  font-weight: 100;
}

/* line 848, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .welcome-msg h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
  color: #1e2963;
  margin: 0;
}

/* line 855, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .welcome-msg h2 {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  color: #1e2963;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  /* line 847, app/assets/stylesheets/account_tweaks.scss */
  .dashboard .dashboard-box .welcome-msg {
    margin-left: 8px;
    margin-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 847, app/assets/stylesheets/account_tweaks.scss */
  .dashboard .dashboard-box .welcome-msg {
    position: relative;
    left: -20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 847, app/assets/stylesheets/account_tweaks.scss */
  .dashboard .dashboard-box .welcome-msg {
    position: relative;
    left: -55px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 847, app/assets/stylesheets/account_tweaks.scss */
  .dashboard .dashboard-box .welcome-msg {
    position: relative;
    left: -85px;
  }
}

/* line 880, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .cards-wrapper {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 36px;
}

/* line 885, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .dash-box {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 16px;
  min-width: 225px;
  height: 100%;
}

/* line 891, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .dash-box a.dash-link-wrapper {
  text-decoration: none !important;
}

/* line 895, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .dash-box-content {
  background-color: #f6f6fa;
  padding: 16px;
  border-radius: 2px;
  height: 100%;
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

/* line 902, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .dash-box-content:hover {
  background-color: #ffffff;
}

/* line 905, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .dash-box-content .dash-icon {
  margin-right: 24px;
  margin-top: 42px;
  margin-bottom: 24px;
}

/* line 912, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box h4 {
  font-size: 17px;
  color: #001941;
}

/* line 917, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .bottom-border-blue {
  border-bottom-style: solid;
  border-width: 8px;
  border-color: #0f62dc;
}

/* line 922, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .bottom-border-green {
  border-bottom-style: solid;
  border-width: 8px;
  border-color: #45debb;
}

/* line 927, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .bottom-border-pink {
  border-bottom-style: solid;
  border-width: 8px;
  border-color: #ff4f73;
}

/* line 932, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .bottom-border-darkblue {
  border-bottom-style: solid;
  border-width: 8px;
  border-color: #1965d7;
}

/* line 937, app/assets/stylesheets/account_tweaks.scss */
.dashboard .dashboard-box .bottom-border-violet {
  border-bottom-style: solid;
  border-width: 8px;
  border-color: #c717b2;
}

@-webkit-keyframes wiggle {
  0% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes wiggle {
  0% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* line 954, app/assets/stylesheets/account_tweaks.scss */
.profile-box.activity-board .event-teaser-box {
  border: none;
}

/* line 956, app/assets/stylesheets/account_tweaks.scss */
.profile-box.activity-board .event-teaser-box .col-sm-3 {
  border: none;
}

/* line 959, app/assets/stylesheets/account_tweaks.scss */
.profile-box.activity-board .event-teaser-box .attending-link .view-more {
  margin-left: 0;
}

/* line 962, app/assets/stylesheets/account_tweaks.scss */
.profile-box.activity-board .event-teaser-box img {
  width: 50px;
  margin: 0 auto;
  display: block;
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 969, app/assets/stylesheets/account_tweaks.scss */
  .profile-box.activity-board .event-teaser-box img {
    width: 40px;
  }
}

/*** Account Initiative Home ***/
/* line 979, app/assets/stylesheets/account_tweaks.scss */
.small-circle {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

/* line 984, app/assets/stylesheets/account_tweaks.scss */
.more-contacts {
  display: inline-block;
  margin-left: 8px;
  color: #0f62dc;
  font-weight: 600;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 984, app/assets/stylesheets/account_tweaks.scss */
  .more-contacts {
    margin-top: 8px;
  }
}

/* line 994, app/assets/stylesheets/account_tweaks.scss */
.more-contacts:hover {
  opacity: 0.5;
}

/* line 997, app/assets/stylesheets/account_tweaks.scss */
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable:focus {
  outline: none;
}

/* line 1001, app/assets/stylesheets/account_tweaks.scss */
.company-show h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  color: #001941;
  font-weight: 600;
  line-height: 1.42;
}

/* line 1010, app/assets/stylesheets/account_tweaks.scss */
.company-show h3 {
  font-size: 21px;
  margin-top: 0;
  color: #001941;
  line-height: 1.43;
}

/* line 1017, app/assets/stylesheets/account_tweaks.scss */
.company-show .rect-company-background {
  overflow: hidden;
  width: 100%;
  height: 310px;
  background-color: #504aa2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 1027, app/assets/stylesheets/account_tweaks.scss */
.company-show .company-show-profile-box {
  margin-bottom: 32px;
  background-color: #fff;
  padding: 24px;
}

/* line 1032, app/assets/stylesheets/account_tweaks.scss */
.company-show .company-show-profile-box img {
  display: inline;
}

/* line 1036, app/assets/stylesheets/account_tweaks.scss */
.company-show .company-show-profile-box .fa {
  font-size: 14px;
  color: #001941;
  margin-top: 8px;
  padding: 13px;
  border-radius: 100%;
  border: solid 1px #001941;
}

/* line 1045, app/assets/stylesheets/account_tweaks.scss */
.company-show .company-show-profile-box .fas.fa-pencil-alt {
  font-size: 30px;
  color: #0f62dc;
  border: 0;
}

/* line 1052, app/assets/stylesheets/account_tweaks.scss */
.company-show .company-show-box {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-top: solid 2px #51c0ea;
  margin-bottom: 32px;
  padding: 24px;
  border-radius: 8px;
}

/* line 1059, app/assets/stylesheets/account_tweaks.scss */
.company-show .company-show-box h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

/* line 1064, app/assets/stylesheets/account_tweaks.scss */
.company-show .company-show-box i.far.fa-building {
  font-size: 50px;
}

/* line 1068, app/assets/stylesheets/account_tweaks.scss */
.company-show .company-show-box .members {
  margin-top: 16px;
  margin-bottom: 0;
}

/* line 1072, app/assets/stylesheets/account_tweaks.scss */
.company-show .company-show-box .logos {
  margin-bottom: 16px;
}

/* line 1076, app/assets/stylesheets/account_tweaks.scss */
.company-show .company-show-box h4 {
  font-size: 15px;
  margin: 10px 0 0 0;
  color: #001941;
}

/* line 1082, app/assets/stylesheets/account_tweaks.scss */
.company-show .company-show-box > p {
  color: #021b3f;
}

/* line 1086, app/assets/stylesheets/account_tweaks.scss */
.company-show .company-show-box p#company_address {
  font-weight: bold;
  line-height: 1.47;
  color: #0f62dc;
}

/* line 1091, app/assets/stylesheets/account_tweaks.scss */
.company-show .company-show-box.about-company p.number {
  opacity: 0.7;
}

/* line 1098, app/assets/stylesheets/account_tweaks.scss */
.account-show .back-to-event {
  height: 22px;
}

/* line 1100, app/assets/stylesheets/account_tweaks.scss */
.account-show .back-to-event i.fas.fa-arrow-left {
  line-height: 22px;
}

/* line 1103, app/assets/stylesheets/account_tweaks.scss */
.account-show .back-to-event p {
  margin: 0;
  display: inline-block;
}

/* line 1110, app/assets/stylesheets/account_tweaks.scss */
.account-show .account-show-profile .account-show-profile-box {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 24px;
  margin-bottom: 24px;
  border-top: solid;
  border-top-width: 60px;
  border-color: #e65100;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
}

/* line 1121, app/assets/stylesheets/account_tweaks.scss */
.account-show .account-show-profile .account-show-profile-box p {
  display: inline-block;
}

/* line 1125, app/assets/stylesheets/account_tweaks.scss */
.account-show .account-show-profile .account-show-profile-box img.circle {
  border-radius: 100%;
}

/* line 1129, app/assets/stylesheets/account_tweaks.scss */
.account-show .account-show-profile .account-show-profile-box .fa {
  font-size: 14px;
  color: #001941;
  margin-top: 8px;
  padding: 13px;
  border-radius: 100%;
  border: solid 1px #001941;
}

/* line 1140, app/assets/stylesheets/account_tweaks.scss */
.account-show .account-show-box {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 16px 24px 16px 24px;
  border-top: solid 2px #e65100;
  margin-bottom: 32px;
  border-radius: 8px;
}

/* line 1147, app/assets/stylesheets/account_tweaks.scss */
.account-show .account-show-box h4 {
  font-size: 15px;
  margin: 10px 0 0 0;
  color: #001941;
}

/* line 1153, app/assets/stylesheets/account_tweaks.scss */
.account-show .account-show-box p.number {
  color: #021b3f;
  opacity: 0.7;
}

/* line 1158, app/assets/stylesheets/account_tweaks.scss */
.account-show .account-show-box button {
  height: 35px;
  border-radius: 5px;
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  padding: 0 12px 0 12px;
  outline: 0;
}

/* line 1167, app/assets/stylesheets/account_tweaks.scss */
.account-show .account-show-box button.disabled {
  background-color: #f7f9fa;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: not-allowed;
}

/* line 1173, app/assets/stylesheets/account_tweaks.scss */
.account-show .account-show-box button.disabled p {
  font-weight: 600;
  line-height: 1.47;
  color: #495c78;
}

/* line 1180, app/assets/stylesheets/account_tweaks.scss */
.account-show .account-show-box button p {
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
}

/* line 1187, app/assets/stylesheets/account_tweaks.scss */
.account-show .account-show-box p.info {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.47;
  color: #358eff;
  word-wrap: break-word;
}

/* line 1195, app/assets/stylesheets/account_tweaks.scss */
.account-show .account-show-box p.bio {
  white-space: pre-wrap;
}

/* line 1200, app/assets/stylesheets/account_tweaks.scss */
.account-show .account-show-box.bio-title {
  margin-bottom: 0px;
}

/* line 1204, app/assets/stylesheets/account_tweaks.scss */
.account-show p {
  margin: 10px 0 0 0;
}

/* line 1208, app/assets/stylesheets/account_tweaks.scss */
.account-show p.view-link {
  margin: 0 0 10px 0;
  cursor: pointer;
}

/* line 1213, app/assets/stylesheets/account_tweaks.scss */
.account-show p.bio-text {
  width: 100%;
  background-color: #e65100;
  padding: 24px;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0px;
}

/* line 1223, app/assets/stylesheets/account_tweaks.scss */
.account-show h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  color: #001941;
  font-weight: 600;
}

/* line 1231, app/assets/stylesheets/account_tweaks.scss */
.account-show h3 {
  font-size: 21px;
  margin-top: 0;
  color: #001941;
  line-height: 1.43;
}

/* line 1238, app/assets/stylesheets/account_tweaks.scss */
.account-show .bio-title h3 {
  margin-bottom: 0;
}

/* line 1243, app/assets/stylesheets/account_tweaks.scss */
.account-storefront-wrapper {
  margin-top: 108px;
}

@media (max-width: 767px) {
  /* line 1243, app/assets/stylesheets/account_tweaks.scss */
  .account-storefront-wrapper {
    margin-top: 92px;
  }
}

/* line 1249, app/assets/stylesheets/account_tweaks.scss */
.account-storefront-wrapper .account-storefront {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1263px) {
  /* line 1249, app/assets/stylesheets/account_tweaks.scss */
  .account-storefront-wrapper .account-storefront {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* line 1261, app/assets/stylesheets/account_tweaks.scss */
.account-storefront-banner-wrapper {
  overflow: hidden;
}

/* line 1264, app/assets/stylesheets/account_tweaks.scss */
.account-storefront-banner-wrapper .storefront-details-box {
  background-color: #fff;
  padding: 24px;
}

/* line 1268, app/assets/stylesheets/account_tweaks.scss */
.account-storefront-banner-wrapper .storefront-details-box img {
  width: 60px;
  height: 60px;
  display: inline;
}

/* line 1274, app/assets/stylesheets/account_tweaks.scss */
.account-storefront-banner-wrapper .storefront-details-box .fa {
  font-size: 14px;
  color: #001941;
  margin-top: 8px;
  padding: 13px;
  border-radius: 100%;
  border: solid 1px #001941;
}

/* line 1283, app/assets/stylesheets/account_tweaks.scss */
.account-storefront-banner-wrapper .storefront-details-box .fas.fa-pencil-alt {
  font-size: 30px;
  color: #0f62dc;
  border: 0;
}

@media (max-width: 767px) {
  /* line 1290, app/assets/stylesheets/account_tweaks.scss */
  .account-storefront-banner-wrapper .storefront-details-description {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 1296, app/assets/stylesheets/account_tweaks.scss */
  .account-storefront-banner-wrapper .storefront-details-website {
    display: none;
  }
}

/* line 1303, app/assets/stylesheets/account_tweaks.scss */
.account-storefront-banner {
  max-height: 555px;
  width: 100%;
  background-color: #fff;
  position: relative;
  margin: auto;
  overflow: hidden;
}

/* line 1310, app/assets/stylesheets/account_tweaks.scss */
.account-storefront-banner img {
  width: 100%;
  max-height: 555px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  /* line 1310, app/assets/stylesheets/account_tweaks.scss */
  .account-storefront-banner img {
    display: none;
  }
}

/* line 1321, app/assets/stylesheets/account_tweaks.scss */
.account-event-wrapper {
  margin-left: 92px;
  padding-top: 108px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 1321, app/assets/stylesheets/account_tweaks.scss */
  .account-event-wrapper {
    margin-left: 0px !important;
  }
}

/* line 1328, app/assets/stylesheets/account_tweaks.scss */
.account-event-wrapper .account-event {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1263px) {
  /* line 1328, app/assets/stylesheets/account_tweaks.scss */
  .account-event-wrapper .account-event {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* line 1341, app/assets/stylesheets/account_tweaks.scss */
.account-event h1 {
  font-size: 24px;
}

/* line 1345, app/assets/stylesheets/account_tweaks.scss */
.account-event h2 {
  font-size: 24px;
  color: #001941;
}

/* line 1350, app/assets/stylesheets/account_tweaks.scss */
.account-event h3 {
  font-size: 21px;
  color: #001941;
}

/* line 1355, app/assets/stylesheets/account_tweaks.scss */
.account-event h4 {
  color: #001941;
}

/* line 1359, app/assets/stylesheets/account_tweaks.scss */
.account-event .connections {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* line 1364, app/assets/stylesheets/account_tweaks.scss */
.account-event .host-info {
  float: right;
}

/* line 1366, app/assets/stylesheets/account_tweaks.scss */
.account-event .host-info .host {
  color: #001941;
  text-align: right;
  opacity: 0.7;
  font-size: 18px;
}

/* line 1372, app/assets/stylesheets/account_tweaks.scss */
.account-event .host-info .host-title {
  text-transform: uppercase;
  opacity: 0.3;
  font-size: 14px;
  line-height: .7;
}

/* line 1381, app/assets/stylesheets/account_tweaks.scss */
.account-event .host-info-style .host {
  color: #001941;
  opacity: 0.7;
  font-size: 18px;
}

/* line 1386, app/assets/stylesheets/account_tweaks.scss */
.account-event .host-info-style .host-title {
  text-transform: uppercase;
  opacity: 0.3;
  font-size: 14px;
  line-height: .7;
}

/* line 1396, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-aside .account-info-box {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 24px;
  margin-bottom: 24px;
  border-top: solid;
  border-top-width: 60px;
  border-color: #358eff;
  background-color: #fff;
}

/* line 1405, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-aside .account-info-box .fas.fa-pencil-alt {
  font-size: 21px;
  color: #0f62dc;
  float: right;
}

/* line 1410, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-aside .account-info-box .fas.fa-pencil-alt:hover {
  opacity: 0.5;
}

/* line 1415, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-aside .aside-info-box {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-top: solid 2px #358eff;
  background-color: #fff;
  margin-bottom: 24px;
  padding: 24px;
}

/* line 1420, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-aside .aside-info-box .a2a_kit img {
  height: 18px;
}

/* line 1424, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-aside .aside-info-box h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

/* line 1429, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-aside .aside-info-box i.far.fa-building {
  font-size: 50px;
}

/* line 1433, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-aside .aside-info-box .members {
  margin-top: 16px;
  margin-bottom: 0;
}

/* line 1437, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-aside .aside-info-box .logos {
  margin-bottom: 16px;
}

/* line 1441, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-aside .aside-info-box .sponsor-logos img {
  margin-right: 8px;
  margin-top: 16px;
}

/* line 1449, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main {
  border-top: solid 2px #358eff;
  background-color: #fff;
  margin-bottom: 24px;
  background-color: #fff;
}

/* line 1452, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main.meeting_acceptance, .account-event .account-event-main.meeting_acceptance_confirmation {
  margin-bottom: 0px;
}

/* line 1456, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main .time-address {
  color: #525f7a;
}

/* line 1458, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main .time-address span {
  color: #001941;
}

/* line 1462, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main .day {
  font-size: 17px;
  line-height: 1.0;
}

/* line 1466, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main .all-link {
  float: right;
}

/* line 1470, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main .nav-tabs {
  border-bottom: none;
}

/* line 1473, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main .nav-tabs > li > a {
  border: none;
}

/* line 1476, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main .nav {
  padding-left: 11px;
}

/* line 1479, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main .nav > li > a {
  margin-top: 8px;
  color: #001941;
  border-radius: 2px;
  border-bottom: solid 4px transparent;
}

/* line 1485, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main .nav-tabs > li.active > a, .account-event .account-event-main .nav-tabs > li.active > a:hover, .account-event .account-event-main .nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: solid 4px #1965d7;
  font-weight: bold;
}

/* line 1491, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main .event-box {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

/* line 1493, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main .event-box .weather {
  float: right;
  display: flex;
  line-height: 43px;
  width: 72px;
  margin-right: 24px;
}

/* line 1499, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main .event-box .weather img {
  padding-right: 4px;
  width: 32px;
}

/* line 1503, app/assets/stylesheets/account_tweaks.scss */
.account-event .account-event-main .event-box .weather p {
  display: inline-block;
  font-size: 21px;
  margin: auto;
  margin-right: 24px;
}

/* line 1513, app/assets/stylesheets/account_tweaks.scss */
.account-event .two-col-box {
  border-top: solid 2px #358eff;
  background-color: #fff;
  margin-bottom: 24px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 24px 24px 0 24px;
}

/* line 1518, app/assets/stylesheets/account_tweaks.scss */
.account-event .two-col-box h3 {
  margin-top: 0;
}

/* line 1522, app/assets/stylesheets/account_tweaks.scss */
.account-event .two-col-box .first-col {
  border-right: solid 1px #ccd1d9;
}

@media only screen and (max-width: 767px) {
  /* line 1522, app/assets/stylesheets/account_tweaks.scss */
  .account-event .two-col-box .first-col {
    border-right: none;
    border-bottom: solid 1px #ccd1d9;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1530, app/assets/stylesheets/account_tweaks.scss */
  .account-event .two-col-box .second-col {
    margin-top: 24px;
  }
}

/* line 1535, app/assets/stylesheets/account_tweaks.scss */
.account-event .two-col-box .col-sm-6 {
  padding-bottom: 24px;
}

/* line 1541, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .box-header {
  border: none;
  display: block;
  overflow: hidden;
}

/* line 1546, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .box-content {
  padding: 0;
  margin-left: 24px;
  border-top: solid 1px rgba(0, 25, 65, 0.2);
  padding-bottom: 24px;
}

/* line 1551, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .box-content .sub-category {
  border-top: solid 1px rgba(0, 25, 65, 0.3);
}

/* line 1555, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .sub-category {
  border-top: solid 1px rgba(0, 25, 65, 0.3);
}

/* line 1558, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .name {
  margin-right: 16px;
  float: left;
}

/* line 1562, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .ellipsis {
  float: left;
  color: #0f62dc;
  letter-spacing: 2px;
  font-size: 17px;
  position: relative;
  top: -3px;
  margin-bottom: 0;
}

/* line 1571, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .collapse-btn {
  position: relative;
  top: 6px;
  width: 32px;
  height: 19px;
  float: right;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px rgba(0, 25, 65, 0.2);
}

/* line 1580, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .collapse-btn i.fas.fa-chevron-up {
  width: 15px;
  height: 15px;
  position: relative;
  top: -6px;
}

/* line 1587, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .price {
  float: right;
  font-size: 21px;
  color: #001941;
  margin-bottom: 0;
  margin-right: 42px;
}

/* line 1594, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box h3 {
  margin-top: 0;
}

/* line 1597, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box h4.section {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0f62dc;
  border-left: solid 6px #0f62dc;
  padding-left: 16px;
  margin-left: -24px;
  margin-bottom: 0px;
}

/* line 1608, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box p.info-label {
  font-size: 15px;
  color: #001941;
  font-weight: 600;
  margin-bottom: 8px;
}

/* line 1614, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box p.info {
  font-size: 21px;
  color: #001941;
  margin-bottom: 16px;
}

/* line 1619, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box p.desc {
  line-height: 22px;
}

/* line 1623, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .event-content h2 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1627, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .event-content img.event-img-small {
  height: 96px;
}

/* line 1631, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .registrant-info {
  padding-right: 24px;
}

/* line 1633, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .registrant-info img.barcode {
  margin-top: 8px;
}

/* line 1637, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .pad-top {
  padding-top: 24px;
}

/* line 1640, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box table {
  border-bottom: solid 1px rgba(0, 25, 65, 0.2);
  border-left: solid 1px rgba(0, 25, 65, 0.2);
  border-right: solid 1px rgba(0, 25, 65, 0.2);
}

/* line 1646, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box table.breakouts td:first-child {
  width: 90px;
  text-align: center;
  vertical-align: middle;
}

/* line 1651, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box table.breakouts td:last-child {
  width: 110px;
  text-align: right;
  vertical-align: middle;
  padding-right: 24px;
}

/* line 1657, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box table.breakouts .circle {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
}

/* line 1665, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box table.breakouts p.center {
  line-height: 40px;
  margin-bottom: 0;
  text-align: center;
}

/* line 1670, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box table.breakouts p.title {
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 16px;
}

/* line 1675, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box table.breakouts p.date-time {
  font-size: 15px;
  color: rgba(0, 25, 65, 0.7);
}

/* line 1681, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .survey-answers td {
  padding: 16px 24px 24px 24px;
}

/* line 1684, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .survey-answers input {
  margin-right: 6px;
  margin-bottom: 8px;
  margin-left: 8px;
}

/* line 1689, app/assets/stylesheets/account_tweaks.scss */
.account-event #registration .one-col-box .survey-answers input[type=text] {
  width: 100%;
  border-radius: 2px;
  background-color: rgba(0, 25, 65, 0.05);
  border: solid 1px rgba(0, 25, 65, 0.2);
  padding: 5px 16px 24px 12px;
}

/* line 1698, app/assets/stylesheets/account_tweaks.scss */
.account-event #venue_map {
  min-height: 180px;
  margin-top: 20px;
  margin-bottom: 45px;
}

/* line 1706, app/assets/stylesheets/account_tweaks.scss */
.one-col-box.sponsor-bg {
  background-color: #f6f6fa;
}

/* line 1710, app/assets/stylesheets/account_tweaks.scss */
.one-col-box {
  border-top: solid 2px #358eff;
  background-color: #fff;
  margin-bottom: 24px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

/* line 1714, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-header {
  padding: 24px;
  border-bottom: solid 1px #d5d9e0;
}

/* line 1717, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-header h3 {
  margin-top: 0;
}

/* line 1721, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content {
  padding: 24px;
}

/* line 1723, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content .divider-line:first-child {
  margin-top: 0;
}

/* line 1726, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content h5 {
  color: #001941;
  font-size: 17px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* line 1734, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.attendees {
  padding: 0 0 24px 24px;
}

/* line 1736, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.attendees .attendee-box {
  border-top: solid 1px #d5d9e0;
}

/* line 1738, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.attendees .attendee-box .attendee-content {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 1741, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.attendees .attendee-box .attendee-content .profile-desc, .one-col-box .box-content.attendees .attendee-box .attendee-content .profile-img {
  display: inline-block;
}

/* line 1744, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.attendees .attendee-box .attendee-content .profile-img {
  width: 65px;
  margin-left: 24px;
  vertical-align: top;
}

/* line 1749, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.attendees .attendee-box .attendee-content .profile-desc {
  width: 70%;
  padding-right: 24px;
}

/* line 1753, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.attendees .attendee-box .attendee-content .med-circle {
  border-radius: 100%;
  width: 59px;
  height: 59px;
  margin-right: 16px;
}

/* line 1764, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.forms img.form-icon {
  margin-right: 8px;
  float: left;
}

/* line 1768, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.forms .intake-form {
  border: solid 1px #d4d4d4;
  padding: 24px;
  border-radius: 5px;
}

/* line 1773, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.forms .forms-header {
  padding-bottom: 20px;
}

/* line 1776, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.forms h4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* line 1780, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.forms h3 {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
}

/* line 1786, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.forms button, .one-col-box .box-content.forms a.btn {
  margin-top: 16px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #c5c6c7;
}

/* line 1792, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.forms button p, .one-col-box .box-content.forms button i.fas.fa-arrow-right, .one-col-box .box-content.forms a.btn p, .one-col-box .box-content.forms a.btn i.fas.fa-arrow-right {
  color: #1965d7;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
}

/* line 1800, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.forms button:hover, .one-col-box .box-content.forms a.btn:hover {
  background-color: #1965d7;
}

/* line 1802, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.forms button:hover p, .one-col-box .box-content.forms button:hover i.fas.fa-arrow-right, .one-col-box .box-content.forms a.btn:hover p, .one-col-box .box-content.forms a.btn:hover i.fas.fa-arrow-right {
  color: #fff;
}

/* line 1809, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule {
  margin-top: 32px;
  padding: 0px;
  max-height: 500px;
  overflow-y: scroll;
}

/* line 1815, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company {
  padding: 16px;
  display: flex;
  width: 100%;
  background-color: #ffffff;
  border-left: solid 1px #cdd2da;
  border-bottom: solid 1px #cdd2da;
  border-right: solid 1px #cdd2da;
}

@media (max-width: 767px) {
  /* line 1815, app/assets/stylesheets/account_tweaks.scss */
  .one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company {
    display: block;
  }
}

/* line 1826, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .mobile-drag-wrapper {
  min-width: 162px;
}

@media (max-width: 767px) {
  /* line 1826, app/assets/stylesheets/account_tweaks.scss */
  .one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .mobile-drag-wrapper {
    display: flex;
    flex-direction: row-reverse;
    margin-right: -16px;
    margin-left: -16px;
    margin-top: -16px;
  }
}

/* line 1836, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .drag-icon {
  padding: 20px 0px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  max-height: 60px;
  margin-right: 16px;
  background: rgba(0, 25, 65, 0.05);
}

@media (max-width: 767px) {
  /* line 1836, app/assets/stylesheets/account_tweaks.scss */
  .one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .drag-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 100;
    padding: 8px 0px 8px 0px;
    margin: 0px;
    min-height: 68px;
    border-bottom: solid 1px #cdd2da;
    border-left: solid 1px #cdd2da;
    border-bottom-left-radius: 3px;
  }
}

/* line 1856, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .drag-icon img {
  margin-left: 24px;
  margin-right: 24px;
}

@media (max-width: 767px) {
  /* line 1856, app/assets/stylesheets/account_tweaks.scss */
  .one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .drag-icon img {
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */
    margin: 0px;
  }
}

/* line 1866, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .company-logo {
  margin: 0px;
  margin-right: 24px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  /* line 1866, app/assets/stylesheets/account_tweaks.scss */
  .one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .company-logo {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 8px;
  }
}

/* line 1879, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .company {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  /* line 1879, app/assets/stylesheets/account_tweaks.scss */
  .one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .company {
    display: block;
    margin-top: 16px;
  }
}

/* line 1886, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .company .company-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  text-align: left;
  color: #001941;
}

/* line 1893, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .company .company-address {
  font-size: 15px;
  line-height: 1.47;
  text-align: left;
  color: #001941;
}

@media (max-width: 767px) {
  /* line 1893, app/assets/stylesheets/account_tweaks.scss */
  .one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .company .company-address {
    display: none;
  }
}

/* line 1903, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .company-button-options {
  display: inline-block;
  margin-left: auto;
  min-width: 136px;
}

@media (max-width: 767px) {
  /* line 1903, app/assets/stylesheets/account_tweaks.scss */
  .one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .company-button-options {
    width: 100%;
    text-align: center;
  }
}

/* line 1912, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .options {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 16px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 0px 1px #d2d7dd;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  /* line 1912, app/assets/stylesheets/account_tweaks.scss */
  .one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .options {
    float: none;
  }
}

/* line 1923, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .options .fa-info {
  color: #001941;
}

/* line 1926, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .options:hover {
  box-shadow: inset 0px 0px 0px 2px #0f62dc;
}

/* line 1928, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .options:hover i {
  color: #0f62dc;
}

/* line 1932, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company .options i {
  padding: 10px;
}

/* line 1936, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company i.large-icon-buttons {
  width: 44px;
  height: 44px;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
}

/* line 1944, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company:first-child {
  border-top: solid 1px #cdd2da;
  border-radius: 2px 2px 0px 0px;
}

/* line 1948, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .box-content.meeting-schedule ul#meeting_schedule li.meeting-company:last-child {
  border-radius: 0px 0px 2px 2px;
}

/* line 1954, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .sort-search {
  margin-bottom: 16px;
}

/* line 1956, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .sort-search .sort-by-box {
  margin: 16px 24px 16px 24px;
  min-width: 220px;
}

/* line 1960, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .sort-search .sort-by-box .sort-btns .btn {
  color: #001941;
  background-color: #fff;
  border: solid 1px rgba(0, 25, 65, 0.2);
}

/* line 1965, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .sort-search .sort-by-box .sort-btns .btn.active {
  background-color: #f2f3f5;
  font-weight: bold;
}

/* line 1971, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .sort-search .search-box {
  margin-right: 24px;
  margin-top: 16px;
}

/* line 1974, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .sort-search .search-box .search-wrapper {
  width: 100%;
}

/* line 1977, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .sort-search .search-box .input-group {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  /* line 1971, app/assets/stylesheets/account_tweaks.scss */
  .one-col-box .sort-search .search-box {
    display: block;
    margin-left: 24px;
  }
  /* line 1983, app/assets/stylesheets/account_tweaks.scss */
  .one-col-box .sort-search .search-box .input-group {
    width: 100%;
    margin-top: 16px;
  }
}

/* line 1990, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .photos {
  margin-right: 24px;
  display: inline-block;
}

/* line 1993, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .photos img {
  display: block;
}

/* line 1998, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .agenda-nav .nav {
  padding-left: 11px;
}

/* line 2001, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .agenda-nav .nav-tabs > li > a {
  border: none;
}

/* line 2004, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .agenda-nav .nav > li > a {
  margin-top: 8px;
  color: #001941;
  border-radius: 2px;
  border-bottom: solid 4px transparent;
}

/* line 2010, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .agenda-nav .nav-tabs {
  margin: 8px 24px 8px 24px;
  padding-left: 0;
  padding-right: 0;
}

/* line 2015, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .agenda-nav .nav-tabs > li.active > a, .one-col-box .agenda-nav .nav-tabs > li.active > a:hover, .one-col-box .agenda-nav .nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: solid 4px #1965d7;
  color: #1965d7;
  font-weight: bold;
}

/* line 2022, app/assets/stylesheets/account_tweaks.scss */
.one-col-box .tab-content {
  padding: 8px 24px 24px 24px;
}

/* line 2025, app/assets/stylesheets/account_tweaks.scss */
.one-col-box table.agenda {
  margin-bottom: 0;
}

/* line 2028, app/assets/stylesheets/account_tweaks.scss */
.one-col-box table.agenda td.small-center {
  text-align: center;
  width: 75px;
}

/* line 2032, app/assets/stylesheets/account_tweaks.scss */
.one-col-box table.agenda td {
  vertical-align: middle;
}

/* line 2035, app/assets/stylesheets/account_tweaks.scss */
.one-col-box table.agenda p.agenda-title {
  font-size: 24px;
  color: #0f62dc;
  margin-bottom: 0;
}

/* line 2040, app/assets/stylesheets/account_tweaks.scss */
.one-col-box table.agenda p.day, .one-col-box table.agenda p.month {
  margin-bottom: 0;
}

/* line 2046, app/assets/stylesheets/account_tweaks.scss */
.search {
  position: relative;
}

/* line 2049, app/assets/stylesheets/account_tweaks.scss */
.search input {
  text-indent: 20px;
  font-size: 17px;
  line-height: 1.53;
  text-align: left;
  color: #001941;
  height: 38px;
}

/* line 2058, app/assets/stylesheets/account_tweaks.scss */
.search .fa-search {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 15px;
  opacity: 0.7;
  color: #001941;
}

/* line 2068, app/assets/stylesheets/account_tweaks.scss */
.cs-zero-state {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

/* line 2075, app/assets/stylesheets/account_tweaks.scss */
#company_members .invite-member-container {
  margin-bottom: 10px;
}

/* line 2078, app/assets/stylesheets/account_tweaks.scss */
#company_members .invite-member-container .invite-member {
  width: 100%;
  padding: 6px 12px 7px 12px;
  border-radius: 5px;
  background-color: #358eff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #358eff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.47;
  color: #ffffff;
  outline: 0;
}

/* line 2093, app/assets/stylesheets/account_tweaks.scss */
#company_members .table tbody tr:first-of-type td {
  border-top: none;
}

/* line 2096, app/assets/stylesheets/account_tweaks.scss */
#company_members .table tbody tr {
  height: 76px;
}

/* line 2097, app/assets/stylesheets/account_tweaks.scss */
#company_members .table tbody td.profile-image {
  vertical-align: middle;
}

/* line 2098, app/assets/stylesheets/account_tweaks.scss */
#company_members .table tbody td.member-profile {
  vertical-align: middle;
}

/* line 2099, app/assets/stylesheets/account_tweaks.scss */
#company_members .table tbody td.member {
  vertical-align: middle;
  text-align: right;
  color: pink;
}

/* line 2104, app/assets/stylesheets/account_tweaks.scss */
#company_members .table tbody td.member .member-type {
  opacity: 0.5;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #001941;
}

/* line 2112, app/assets/stylesheets/account_tweaks.scss */
#company_members .table tbody td.member .actions-button {
  margin-left: 8px;
  margin-top: -6px;
  width: 32px;
}

/* line 2118, app/assets/stylesheets/account_tweaks.scss */
#company_members .table tbody td.member .open .dropdown-toggle {
  box-shadow: none;
}

/* line 2123, app/assets/stylesheets/account_tweaks.scss */
#company_members .table tbody td.member .member-options .dropdown-menu:before {
  position: absolute;
  top: -9px;
  right: 7px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  border-left: 8px solid transparent;
  content: '';
}

/* line 2134, app/assets/stylesheets/account_tweaks.scss */
#company_members .table tbody td.member .member-options .dropdown-menu {
  margin-top: 8px;
  border-top: 2px solid #ccc;
  border-radius: 1px 1px 1px 1px;
}

/* line 2142, app/assets/stylesheets/account_tweaks.scss */
#company_members .btn-accept {
  border-radius: 5px;
  background-color: #0dca6d;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 6px 12px 9px 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.47;
  color: #ffffff;
}

/* line 2153, app/assets/stylesheets/account_tweaks.scss */
#company_members a:hover {
  text-decoration: none;
}

/* line 2157, app/assets/stylesheets/account_tweaks.scss */
#company_members .btn-reject {
  padding-left: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.47;
  text-align: left;
  color: #001941;
}

/* line 2168, app/assets/stylesheets/account_tweaks.scss */
.invite-form .admin-help-block {
  margin-top: -6px;
  font-weight: 600;
  opacity: 0.6;
}

/* line 2175, app/assets/stylesheets/account_tweaks.scss */
.all-events-learn-more {
  margin-top: 95px;
}

/* line 2177, app/assets/stylesheets/account_tweaks.scss */
.all-events-learn-more .confirm h2.title {
  color: #ffffff;
}

/* line 2182, app/assets/stylesheets/account_tweaks.scss */
.cta-wrapper {
  text-align: center;
}

@media (max-width: 1200px) {
  /* line 2183, app/assets/stylesheets/account_tweaks.scss */
  .cta-wrapper .btn-wrapper {
    margin-top: 16px;
  }
}

/* line 2192, app/assets/stylesheets/account_tweaks.scss */
.a2a-wrapper {
  padding: 0px;
  height: 0px;
}

/* line 2195, app/assets/stylesheets/account_tweaks.scss */
.a2a-wrapper #a2apage_dropdown {
  display: none !important;
  z-index: -100000;
}

/* line 2201, app/assets/stylesheets/account_tweaks.scss */
.all-events-container {
  margin-top: 95px;
}

/* line 2203, app/assets/stylesheets/account_tweaks.scss */
.all-events-container h2.title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
}

/* line 2213, app/assets/stylesheets/account_tweaks.scss */
.saving-indicator {
  color: #0dca6d;
}

/* line 2215, app/assets/stylesheets/account_tweaks.scss */
.saving-indicator.error {
  color: #ff516d;
}

/* line 2221, app/assets/stylesheets/account_tweaks.scss */
.accounts-container .navbar-brand {
  padding: 15px 24px;
}

/* line 2225, app/assets/stylesheets/account_tweaks.scss */
.accounts-container .nav .cs-blue-btn-imp {
  margin-top: 9px;
  padding: 8px 16px;
  color: #ffffff;
}

/* line 2230, app/assets/stylesheets/account_tweaks.scss */
.accounts-container .nav .cs-btn-link-blue {
  color: #0f62dc !important;
}

/* line 2232, app/assets/stylesheets/account_tweaks.scss */
.accounts-container .nav .cs-btn-link-blue:link, .accounts-container .nav .cs-btn-link-blue:visited {
  text-decoration: none;
}

/* line 2235, app/assets/stylesheets/account_tweaks.scss */
.accounts-container .nav .cs-btn-link-blue:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* line 2243, app/assets/stylesheets/account_tweaks.scss */
.delete-menu {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin: 16px 16px 16px 0px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 0px 1px #d2d7dd;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  /* line 2243, app/assets/stylesheets/account_tweaks.scss */
  .delete-menu {
    float: none;
  }
}

/* line 2254, app/assets/stylesheets/account_tweaks.scss */
.delete-menu:hover {
  box-shadow: inset 0px 0px 0px 2px #ff516d;
}

/* line 2257, app/assets/stylesheets/account_tweaks.scss */
.delete-menu.active {
  box-shadow: inset 0px 0px 0px 2px #ff516d;
}

/* line 2261, app/assets/stylesheets/account_tweaks.scss */
.delete-menu .dropdown-toggle {
  box-shadow: none !important;
}

/* line 2264, app/assets/stylesheets/account_tweaks.scss */
.delete-menu i {
  padding: 10px;
  color: #ff516d;
  width: 44px;
  height: 44px;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
}

/* line 2273, app/assets/stylesheets/account_tweaks.scss */
.delete-menu .dropdown-menu {
  width: 260px;
  margin-top: 11px;
  border-top: 2px solid #ff516d;
  border-radius: 1px 1px 1px 1px;
  padding: 16px;
}

@media (max-width: 767px) {
  /* line 2273, app/assets/stylesheets/account_tweaks.scss */
  .delete-menu .dropdown-menu {
    width: 200px;
  }
}

/* line 2282, app/assets/stylesheets/account_tweaks.scss */
.delete-menu .dropdown-menu:before {
  position: absolute;
  top: -9px;
  right: 7px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ff516d;
  border-left: 8px solid transparent;
  content: '';
}

/* line 2292, app/assets/stylesheets/account_tweaks.scss */
.delete-menu .dropdown-menu h6 {
  margin: 0px 0px 8px 0px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  text-align: left;
  color: #001941;
}

/* line 2300, app/assets/stylesheets/account_tweaks.scss */
.delete-menu .dropdown-menu p {
  padding-bottom: 16px;
  opacity: 0.7;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  text-align: left;
  color: #001941;
}

/* line 2313, app/assets/stylesheets/account_tweaks.scss */
.details-content h1, .details-content h2, .details-content h3, .details-content h4, .details-content h5, .details-content h6 {
  margin-top: 0px;
  margin-bottom: 10px;
}

/* line 2317, app/assets/stylesheets/account_tweaks.scss */
.details-content p {
  line-height: 22px;
}

/* line 2323, app/assets/stylesheets/account_tweaks.scss */
.a2a_kit a:hover {
  text-decoration: none;
}

/* line 2328, app/assets/stylesheets/account_tweaks.scss */
.stat-number {
  color: #1965d7;
  font-size: 21px;
  font-weight: 600;
}

/* line 2334, app/assets/stylesheets/account_tweaks.scss */
.stat-text {
  color: #001941;
  opacity: 0.7;
}

/* line 2339, app/assets/stylesheets/account_tweaks.scss */
.simple-sortable-list-wrapper {
  border: solid 1px rgba(0, 25, 65, 0.2);
  border-radius: 5px;
  padding-top: 8px;
}

/* line 2343, app/assets/stylesheets/account_tweaks.scss */
.simple-sortable-list-wrapper h4 {
  margin-left: 16px;
  margin-right: 16px;
}

/* line 2347, app/assets/stylesheets/account_tweaks.scss */
.simple-sortable-list-wrapper.availableCompanies {
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  /* line 2347, app/assets/stylesheets/account_tweaks.scss */
  .simple-sortable-list-wrapper.availableCompanies {
    margin-right: 0px;
  }
}

/* line 2353, app/assets/stylesheets/account_tweaks.scss */
.simple-sortable-list-wrapper.selectedCompanies {
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  /* line 2353, app/assets/stylesheets/account_tweaks.scss */
  .simple-sortable-list-wrapper.selectedCompanies {
    margin-left: 0px;
    margin-top: 8px;
  }
}

/* line 2363, app/assets/stylesheets/account_tweaks.scss */
.filter-view-wrapper [class*="col-xs"] {
  padding: 0px;
}

/* line 2369, app/assets/stylesheets/account_tweaks.scss */
.meeting-schedule-wrapper.available-companies {
  padding-left: 16px;
}

@media (max-width: 767px) {
  /* line 2375, app/assets/stylesheets/account_tweaks.scss */
  .public-expo-wrapper .title {
    margin-bottom: 16px;
  }
}

/* line 2382, app/assets/stylesheets/account_tweaks.scss */
.split-container:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #e5e5e5;
}

/* line 2391, app/assets/stylesheets/account_tweaks.scss */
.split-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 12px -20px 8px -20px;
}

/* line 2398, app/assets/stylesheets/account_tweaks.scss */
.split-container .split-container-text {
  color: #7f8ca0;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 0 12px 3px;
  min-width: 20px;
  text-align: center;
}

/* line 2412, app/assets/stylesheets/account_tweaks.scss */
.other-info .attribute-row {
  margin: -0.5rem;
}

/* line 2415, app/assets/stylesheets/account_tweaks.scss */
.other-info .attribute-row .attribute-item {
  padding: 0.5rem;
}

@media (max-width: 767px) {
  /* line 2415, app/assets/stylesheets/account_tweaks.scss */
  .other-info .attribute-row .attribute-item {
    width: 100% !important;
  }
}

/* line 2422, app/assets/stylesheets/account_tweaks.scss */
.other-info .attribute-row .attribute-item h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 2427, app/assets/stylesheets/account_tweaks.scss */
.other-info .attribute-row .attribute-item p {
  margin: 0;
}
