/**
 * GateMe Pro styles
 **/
/**
 ** This file only contains common mixins and variable definitions, such as colors or sizes of various elements.
 ** It is meant to be @import -ed by other .scss files and is not to be used directly.
 **/
/**
 **  Config variables
 **/
/**
 **  Utility stuff (mixins)
 **/
/*
$v is either top or bottom; $h is either left or right.
This is because CSS3 standard as well as Webkit wants e.g. -top-left- while Mozilla wants -topleft-
*/
/* hide zopim chat bubble */
.meshim_components_FirstUse {
  display: none !important;
}
.event_form_2 .form_block {
  position: relative;
}
.delectimg img {
    width: 121px!important;
    height: 119px!important;
    position: absolute;
    top: 55%;
    left: 182px;
    object-fit: fill;
}
/**  Utilities  **/
body .backdrop-none {
  background: transparent !important;
  background-color: transparent !important;
}
body .switch-to-phone {
  display: none;
}
@media (max-width: 768px) {
  body .switch-to-phone {
    display: block;
    margin-top: 10px;

  }
}
body .switch-to-desktop {
  display: none !important;
  color: #6b6d84;
}
@media (max-width: 768px) {
  body.force-desktop #content .hidden-phone {
    display: inherit !important;
  }
  body.force-desktop #content .visible-phone {
    display: none !important;
  }
}
body.is-mobile .switch-to-phone {
  display: none;
}
@media (max-width: 768px) {
  body.is-mobile .switch-to-desktop {
    display: inherit !important;
    padding: 20px 40px 0;
    text-align: center;
  }
}

.datepicker .prev i::before,
.datepicker .next i::before {
  position: relative;
  top: -1px;
}
.datepicker .prev i::before {
  content: "\25c0";
}
.datepicker .next i::before {
  content: "\25b6";
}

.dropdown-scrollable ul.dropdown-menu {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.dropdown-scrollable a.dropdown-toggle {
  position: relative;
}
.dropdown-scrollable a.dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  right: 12px;
  display: none;
}
.dropdown-scrollable a.dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -3px;
  right: 13px;
  z-index: 1001;
  display: none;
}
.dropdown-scrollable.dropup a.dropdown-toggle:before {
  border: 0px;
}
.dropdown-scrollable.dropup a.dropdown-toggle:after {
  border: 0px;
}

html.device-mobile.supports-no-overflowscrolling
  .dropdown-scrollable
  ul.dropdown-menu {
  max-height: none;
}

.dropdown-scrollable.open a.dropdown-toggle:before,
.dropdown-scrollable.open a.dropdown-toggle:after {
  display: block;
}

.typeahead::-webkit-scrollbar {
  display: none;
}

.well.active {
  background-color: rgba(0, 0, 0, 0.15);
  color: #666;
}

.well-blue .well-title {
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 7px;
}
.well-blue .well-text {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 15px;
}
.well-blue .well-text a {
  font-weight: bold;
  color: #eee;
}
.well-blue .textinput {
  border: 1px solid #2078a6;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.37);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.37);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.37);
}
.well-blue .btn {
  border: 1px solid #123c52;
  color: white;
  text-shadow: none;
  background-color: #2d5f7e;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #3a7094, #214e69);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #3a7094, #214e69);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3a7094, #214e69);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #3a7094, #214e69);
  /* IE10+ */
  background: linear-gradient(top, #3a7094, #214e69);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #3a7094),
    color-stop(100%, #214e69)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3A7094', endColorstr='#FF214E69',GradientType=0 );
  /* IE6-9 */
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.37);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.37);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.37);
}

.epic-divider {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 33px;
  color: #acacac;
  position: relative;
  background: -moz-linear-gradient(
    left,
    rgba(172, 172, 172, 0) 0%,
    #acacac 50%,
    rgba(172, 172, 172, 0)
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    left,
    rgba(172, 172, 172, 0) 0%,
    #acacac 50%,
    rgba(172, 172, 172, 0)
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(172, 172, 172, 0) 0%,
    #acacac 50%,
    rgba(172, 172, 172, 0)
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(172, 172, 172, 0) 0%,
    #acacac 50%,
    rgba(172, 172, 172, 0)
  );
  /* IE10+ */
  background: linear-gradient(
    left,
    rgba(172, 172, 172, 0) 0%,
    #acacac 50%,
    rgba(172, 172, 172, 0)
  );
  /* W3C */
  height: 1px;
}
.epic-divider span {
  padding-left: 5px;
  padding-right: 5px;
  background: #fff;
  width: auto;
  position: relative;
  top: -12px;
}

.hide-field-background {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: none;
  resize: none;
  /** Safari keeps the box-shadow and needs "appearance:none" to remove it **/
  -webkit-appearance: none;
}

.icon-gradient:before {
  color: #b2b2b2;
  background: #464c65;
  text-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-body {
  position: static;
}

.popup-modal {
  margin: 0;
  width: 375px;
  padding-bottom: 8px;
}
.popup-modal.arrow-top-left > .modal-header:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -9px;
  left: 12px;
}
.popup-modal.arrow-top-left > .modal-header:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #565c6d;
  position: absolute;
  top: -8px;
  left: 11px;
  z-index: 1001;
}
.popup-modal.arrow-top-right > .modal-header:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -9px;
  right: 12px;
}
.popup-modal.arrow-top-right > .modal-header:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #565c6d;
  position: absolute;
  top: -8px;
  right: 11px;
  z-index: 1001;
}
.popup-modal.arrow-bottom-left > .modal-footer:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid;
  border-top-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -9px;
  left: 12px;
}
.popup-modal.arrow-bottom-left > .modal-footer:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  position: absolute;
  bottom: -8px;
  left: 11px;
  z-index: 1001;
}
.popup-modal.arrow-bottom-right > .modal-footer:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid;
  border-top-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -9px;
  right: 12px;
}
.popup-modal.arrow-bottom-right > .modal-footer:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  position: absolute;
  bottom: -8px;
  right: 11px;
  z-index: 1001;
}
.popup-modal.arrow-top-left.noheader > .modal-body:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -9px;
  left: 12px;
}
.popup-modal.arrow-top-left.noheader > .modal-body:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: 11px;
  z-index: 1001;
}
.popup-modal.arrow-top-right.noheader > .modal-body:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -9px;
  right: 12px;
}
.popup-modal.arrow-top-right.noheader > .modal-body:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  right: 11px;
  z-index: 1001;
}

.modal-dark {
  background: -moz-linear-gradient(top, #577086 0%, #374553 27%, #222a33 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    #577086 0%,
    #374553 27%,
    #222a33 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #577086 0%, #374553 27%, #222a33 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #577086 0%, #374553 27%, #222a33 100%);
  /* IE10+ */
  background: linear-gradient(top, #577086 0%, #374553 27%, #222a33 100%);
  /* W3C */
  border: 1px solid #758390;
  border-color: #758390 #1e262e #1d252b;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.15),
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
  width: 235px;
  color: #ffffff;
  font-size: 13px;
  line-height: 14px;
}
.modal-dark.arrow-top-left > .modal-header:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-bottom-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -8px;
  left: 12px;
}
.modal-dark.arrow-top-left > .modal-header:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #577086;
  position: absolute;
  top: -7px;
  left: 11px;
  z-index: 1001;
}
.modal-dark.arrow-top-right > .modal-header:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-bottom-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -8px;
  right: 12px;
}
.modal-dark.arrow-top-right > .modal-header:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #577086;
  position: absolute;
  top: -7px;
  right: 11px;
  z-index: 1001;
}
.modal-dark.arrow-bottom-left > .modal-footer:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid;
  border-top-color: #1d252b;
  position: absolute;
  bottom: -9px;
  left: 12px;
}
.modal-dark.arrow-bottom-left > .modal-footer:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #222a33;
  position: absolute;
  bottom: -8px;
  left: 11px;
  z-index: 1001;
}
.modal-dark.arrow-bottom-right > .modal-footer:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid;
  border-top-color: #1d252b;
  position: absolute;
  bottom: -9px;
  right: 12px;
}
.modal-dark.arrow-bottom-right > .modal-footer:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #222a33;
  position: absolute;
  bottom: -8px;
  right: 11px;
  z-index: 1001;
}
.modal-dark .modal-section {
  padding: 15px 20px 10px;
  border-bottom: 1px solid rgba(51, 67, 82, 0.7);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.116),
    inset 0px 1px 0px rgba(255, 255, 255, 0.152);
}
.modal-dark .modal-section h1 {
  display: block;
  color: #ffffff;
  line-height: 28px;
  font-size: 17px;
  margin: 0px;
}
.modal-dark .modal-section h2 {
  display: block;
  color: #b8c7d2;
  line-height: 14px;
  font-size: 13px;
  margin-bottom: 7px;
}
.modal-dark .modal-section .label-row {
  display: block;
  opacity: 0.83;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.44);
  line-height: 17px;
}
.modal-dark .modal-section.modal-header {
  background: transparent;
  border: none;
}
.modal-dark .modal-section.modal-footer {
  text-align: center;
  padding: 0px;
  border: none;
  background: transparent;
}
.modal-dark .modal-section.modal-footer a {
  padding: 14px 0px;
  font-size: 17px;
  font-weight: bold;
  display: block;
  color: #d7dee3;
  background: -webkit-linear-gradient(#e2e7ea, #cdd5dc);
  text-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-dark .modal-section.modal-footer a i {
  font-size: 22px;
}
.modal-dark .modal-section.modal-footer a i:before {
  color: #d7dee3;
  background: -webkit-linear-gradient(#e2e7ea, #cdd5dc);
  text-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-dark .modal-section.modal-footer:hover a {
  opacity: 0.8;
}

.modal .edit-block {
  display: none;
}
.modal.edit .edit-block {
  display: inline-block;
}
.modal.edit div.edit-block {
  display: block;
}
.modal.edit .add-block {
  display: none;
}
.modal .modal-footer .btn.input-block-level {
  margin: 0;
}
.modal .modal-footer .btn.input-block-level + .btn.input-block-level {
  margin-top: 12px;
}

.badge-saved,
.label-saved {
  background-color: #92c411;
}

.bootstrapdatetimewidget-wrapper {
  display: inline-flex;
  font-size: 0;
}
.bootstrapdatetimewidget-wrapper .bootstrapdatetimewidget-date-wrapper {
  display: inline-block;
  white-space: nowrap;
}
.bootstrapdatetimewidget-wrapper
  .bootstrapdatetimewidget-date-wrapper
  input.bootstrapdatetimewidget-date {
  min-height: 34px;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  background: white;
  border-radius: 5px 0px 0px 5px;
}
.bootstrapdatetimewidget-wrapper
  .bootstrapdatetimewidget-date-wrapper
  button.bootstrapdatetimewidget-button {
  height: 34px;
  margin: 0 8px 12px -1px;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.bootstrapdatetimewidget-wrapper
  .bootstrapdatetimewidget-date-wrapper
  button.bootstrapdatetimewidget-button
  i {
  font-size: 1.5em;
  position: relative;
}
button.bootstrapdatetimewidget-button {
  color:white;
  background: #464c65;
  border-radius: 0px 5px 5px 0px;
}
.bootstrapdatetimewidget-wrapper input.bootstrapdatetimewidget-time {
  margin: 0 0 12px;
  min-height: 34px;
  min-width: 50px;
  width: 90px;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .bootstrapdatetimewidget-wrapper input.bootstrapdatetimewidget-time {
    margin: 0 0 12px;
    min-height: 34px;
    min-width: 50px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
  }
}

.bootstrapdatetimewidget-wrapper ul {
  font-size: 14px;
}

.error button {
  background-color: #f2dede;
  border-color: #ff5a57;
  color: #ff5a57;
}
.error button:hover {
  color: #ff5a57;
}

.wysiwygarea {
  min-height: 120px;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #ccc;
  color: #555;
  padding: 6px;
  overflow: auto;
  box-shadow: 0 1px 2px #0f1a2a14;
  -moz-box-shadow: 0 1px 2px #0f1a2a14;
  -webkit-box-shadow: 0 1px 2px #0f1a2a14;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s,
    background-color linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s,
    background-color linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s,
    background-color linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s,
    background-color linear 0.2s;
}

.error .wysiwygarea {
  border-color: #ff5a57;
  color: #ff5a57;
}

.toggle-label {
  display: inline-block;
  margin-right: 24px;
}

.toggle-controls {
  display: inline-block;
}

.toggle-help-text {
  margin-top: -12px;
}

.asteriskField {
  color: #ff5a57;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 3px;
}

.input-append-plain {
  font-size: 0;
  white-space: nowrap;
}
.input-append-plain .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  color: #676d85 !important;
}

.prettycheckbox > input.inline + a {
  margin: -5px 0 -10px;
}

.append-block-level {
  margin-right: 45px;
}
.append-block-level .add-on {
  width: 35px;
}

.well-add-item {
  display: table;
  width: 100%;
  padding: 0;
}
.well-add-item > * {
  padding: 23px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width:768px) {
  .well-add-item > * {
  padding: 10px;
  }
}

.well-add-item > *.hide {
  display: none;
}
.well-add-item button {
  white-space: nowrap;
  margin-bottom: 0px;
  background-color: #577CFF !important;
  color: #fff !important;
}

@media (max-width:768px) {
.well-add-item button {
  white-space: normal;
  margin-bottom: 0px;
  background-color: #577CFF !important;
  color: #fff !important;
  text-align: left;
}
}

.well-blank-page {
  overflow: hidden;
  padding-right: inherit;
  position: relative;
}
.well-blank-page a.muted {
  text-decoration: underline;
}
.well-blank-page .blank-page-actions {
  margin-top: 20px;
  white-space: nowrap;
}
.well-blank-page .background-icon {
  line-height: 0;
  position: absolute;
}
.well-blank-page .background-icon i {
  vertical-align: bottom;
}
.well-blank-page .background-icon i:before {
  color: #d0d0d0;
  background: -webkit-linear-gradient(#c4c4c4, #ddd);
  text-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.well-with-icon {
  padding-left: 40px;
  position: relative;
}
.well-with-icon i {
  font-size: 2em;
  left: 10px;
  position: absolute;
  top: 6px;
}

#export-spinner .spinner {
  margin-right: 4px;
  transform: scale(0.3) translate(-30px, -20px);
}
#splash .well {
  margin: 30% auto;
  padding: 24px 12px;
  max-width: 300px;
  text-align: center;
}
#splash-spinner {
  width: 100px;
  height: 100px;
  margin: auto;
}
#splash .well h2,
#splash .well h3 {
  line-height: 24px;
}
#splash .well h2 {
  font-size: 22px;
  margin-top: 12px;
}
#splash .well h3 {
  font-size: 16px;
  font-weight: normal;
}

body #loading-indicator {
  display: none;
}
body.loading #loading-indicator {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.link-copy {
  position: relative;
  display: inline-block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 8px;
  padding-right: 40px;
  border: 1px solid #aaaaaa;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.link-copy i {
  position: absolute;
  right: 10px;
  font-size: 1.5em;
}

form .fields-collapsing > .pull-left {
  margin-right: 30px;
}

.content-block .block-header label.checkbox {
  margin-bottom: 0;
  display: inline-block;
}
.content-block .block-header .metric {
  border-left: 0px solid #ccc;
  font-size: 24px;
  line-height: 24px;
  margin: -12px -24px 0 20px;
  padding: 10px 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .content-block .block-header .metric {
    border-left: 0px solid #ccc;
    font-size: 24px;
    line-height: 24px;
    margin: -20px -24px 0 20px;
    padding: 10px 9px;
    text-align: center;
  }
}

.content-block .block-header .metric .description {
  font-size: 12px;
  font-weight: bold;
  color: #6b6d84;
  line-height: 1.5;
}

.gritter-item .gritter-title {
  background-color: rgba(46, 46, 46, 0.9);
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(
    top,
    rgba(66, 66, 66, 0.9),
    rgba(26, 26, 26, 0.9)
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(66, 66, 66, 0.9),
    rgba(26, 26, 26, 0.9)
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(66, 66, 66, 0.9),
    rgba(26, 26, 26, 0.9)
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(66, 66, 66, 0.9),
    rgba(26, 26, 26, 0.9)
  );
  /* IE10+ */
  background: linear-gradient(
    top,
    rgba(66, 66, 66, 0.9),
    rgba(26, 26, 26, 0.9)
  );
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(66, 66, 66, 0.9)),
    color-stop(100%, rgba(26, 26, 26, 0.9))
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6424242', endColorstr='#E61A1A1A',GradientType=0 );
  /* IE6-9 */
}

@media (min-width: 980px) {
  #gritter-notice-wrapper {
    right: 15px;
  }
}
.gritter-item.success .gritter-title {
  color: #52ca8f ;
}
.gritter-item.error .gritter-title {
  color: #ff625f;
}

.overflow-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.scrollable-y {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.trial-expired-modal {
  z-index: 1026;
}

.trial-expired-backdrop {
  background-color: #6b6d84;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1025;
}

.process-steps {
  border: 1px solid #ccc;
  color: #999;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 6px;
  padding: 0 6px;
  background-color: #f6f6f6;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #fff, #eee);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #fff, #eee);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff, #eee);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fff, #eee);
  /* IE10+ */
  background: linear-gradient(top, #fff, #eee);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #eee)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE',GradientType=0 );
  /* IE6-9 */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.process-steps > a,
.process-steps > span {
  background: url("images/arrow_steps.png") no-repeat right top;
  float: left;
  line-height: 50px;
  padding: 0 24px 0 6px;
  color: #999;
}
.process-steps > a:last-child,
.process-steps > span:last-child {
  background: none;
  padding-right: 6px;
}
.process-steps > .active,
.process-steps > a:hover {
  color: #60788b;
}

/**  Sidebar  **/
body.dashboard #sidebar .sidebar-events a,
body.dashboard-all-events #sidebar .sidebar-events a,
body.event-edit #sidebar .sidebar-events a,
body.all-venues #sidebar .sidebar-venues a,
body.edit-venue #sidebar .sidebar-venues a,
body.tables_config #sidebar .sidebar-venues a,
body.venue_menu #sidebar .sidebar-venues a,
body.venue-promo #sidebar .sidebar-venues a,
body.org-users #sidebar .sidebar-users a,
body.org-promoters #sidebar .sidebar-promoters a,
body.people-database #sidebar .sidebar-database a,
body.org-viplist #sidebar .sidebar-permanent a,
body.org-legal-info:not(.org-analytics) #sidebar .sidebar-company a,
body.org-analytics #sidebar .sidebar-marketing a,
body.billing #sidebar .sidebar-company a,
body.reporting #sidebar .sidebar-reports a,
body.manage-tally #sidebar .sidebar-company a,
body.manage-tally #sidebar .sidebar-tally a,
body.live-chat #sidebar .sidebar-chat a {
  color: #ccc;
  color: #cccccc;
  position: relative;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 19%,
    transparent 51%,
    transparent 79%,
    rgba(0, 0, 0, 0.7) 100%
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 19%,
    transparent 51%,
    transparent 79%,
    rgba(0, 0, 0, 0.7) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 19%,
    transparent 51%,
    transparent 79%,
    rgba(0, 0, 0, 0.7) 100%
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 19%,
    transparent 51%,
    transparent 79%,
    rgba(0, 0, 0, 0.7) 100%
  );
  /* IE10+ */
  background: linear-gradient(
    top,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 19%,
    transparent 51%,
    transparent 79%,
    rgba(0, 0, 0, 0.7) 100%
  );
  /* W3C */
}

body.dashboard #sidebar .sidebar-events svg path,
body.dashboard-all-events #sidebar .sidebar-events svg path,
body.event-edit #sidebar .sidebar-events svg path,
body.all-venues #sidebar .sidebar-venues svg path,
body.edit-venue #sidebar .sidebar-venues svg path,
body.tables_config #sidebar .sidebar-venues svg path,
body.venue_menu #sidebar .sidebar-venues svg path,
body.venue-promo #sidebar .sidebar-venues  svg path,
body.org-users #sidebar .sidebar-users  svg path,
body.org-promoters #sidebar .sidebar-promoters  svg path,
body.people-database #sidebar .sidebar-database  svg path,
body.org-viplist #sidebar .sidebar-permanent  svg path,
body.org-analytics #sidebar .sidebar-marketing svg path,
body.org-legal-info:not(.org-analytics) #sidebar .sidebar-company svg path,
body.billing #sidebar .sidebar-company  svg path,
body.reporting #sidebar .sidebar-reports  i,
body.manage-tally #sidebar .sidebar-company  svg path,
body.manage-tally #sidebar .sidebar-tally  svg path,
body.live-chat #sidebar .sidebar-chat  svg path {
  fill: #577cff !important;
  color: #577cff !important
}

/**  Body  **/
body {
  background: url("images/bg-tile.png") repeat scroll 0 0 transparent;
  background: url("images/pro-sidebar-bg-90px.jpg") 0 53px repeat-y scroll,
    url("images/bg-tile.png") repeat scroll 0 0 transparent;
  padding-top: 53px;
  -webkit-tap-highlight-color: transparent;
}
body.login {
  background: url("images/login-tile.png") repeat scroll 0 0 transparent;
  padding-top: 0px;
}
body.login #content-wrapper {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* IE10+ */
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C */
}
@media (max-width: 768px) {
  body.is-mobile {
    background: url("images/bg-tile.png") repeat scroll 0 0 transparent;
  }
  body.is-mobile #sidebar {
    display: none;
  }
  body.is-mobile #content {
    margin-left: 0;
    padding: 0;
  }
}

.control-group .icon-question {
  font-size: 18px;
  position: relative;
  top: 2px;
  color: #ff5a57;
}

.control-group .icon-info {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.navbar > #offline-warning {
  display: none;
}

.navbar > .navbar-inner {
  background: url(images/pro-navbar-bg.jpg) repeat scroll 0 0 #282f37;
  height: 53px;
  padding: 0 20px;
  border: none;
}
.navbar > .navbar-inner #starting-progress {
  padding: 0px;
  line-height: 53px;
  display: none;
}
.navbar > .navbar-inner #starting-progress .progress {
  filter: none;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 0px 1px 1px rgba(204, 204, 204, 0.25);
  -moz-box-shadow: 0px 1px 1px rgba(204, 204, 204, 0.25);
  -webkit-box-shadow: 0px 1px 1px rgba(204, 204, 204, 0.25);
  background: #6b6d84;
  border: 1px solid #111;
  width: 100px;
  margin-top: 13px;
  margin-bottom: 0px;
  line-height: 24px;
  height: 24px;
  font-size: 12px;
  color: #fff;
}
.navbar > .navbar-inner #starting-progress .progress .bar {
  border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  background: -moz-linear-gradient(top, #9dc300, #6a8815);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #9dc300, #6a8815);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9dc300, #6a8815);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #9dc300, #6a8815);
  /* IE10+ */
  background: linear-gradient(top, #9dc300, #6a8815);
  /* W3C */
  margin-right: 5px;
}
.navbar > .navbar-inner #starting-progress .pull-right {
  margin-top: -1px;
  margin-left: 5px;
}
.navbar > .navbar-inner > ul.nav {
  height: 53px;
}
.navbar
  > .navbar-inner
  > ul.nav
  > li#venueadmin-org-selector
  .dropdown-menu
  > li
  > a
  > i {
  margin-right: 8px;
}
.navbar > .navbar-inner > ul.nav > li#personal-menu > a {
  height: 35px;
  padding-left: 38px;
}
.navbar > .navbar-inner > ul.nav > li#personal-menu > a .user-name {
  max-width: 265px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .navbar > .navbar-inner > ul.nav > li#personal-menu > a .user-name {
    max-width: 140px;
  }
}
@media (max-width: 979px) {
  .navbar > .navbar-inner > ul.nav > li#personal-menu > a .user-name {
    display: none !important;
  }
}
.navbar > .navbar-inner > ul.nav .divider-vertical {
  height: 53px;
  border-left-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(255, 255, 255, 0.08);
}
.navbar > .navbar-inner > ul.nav > li > a {
  line-height: 35px;
  padding: 11px 11px 7px;
  font-weight: bold;
  color: #e7e7e7;
}
.navbar > .navbar-inner > ul.nav > li > a:hover {
  color: white;
}
.navbar > .navbar-inner > ul.nav > li > a > i {
  vertical-align: middle;
}
.navbar > .navbar-inner > ul.nav > li > a > i.icon-info-sign {
  font-size: 28px;
}
.navbar > .navbar-inner > ul.nav > li > a > i.icon-person {
  font-size: 22px;
  position: absolute;
  left: 15px;
  height: 32px;
}
.navbar > .navbar-inner > ul.nav > li > a > i.icon-question,
.navbar > .navbar-inner > ul.nav > li > a > i.icon-home {
  font-size: 24px;
}
.navbar > .navbar-inner > ul.nav > li > a.dropdown-toggle .caret {
  margin-top: 14px;
}
.navbar > .navbar-inner > ul.nav > li > a.viewing-as {
  padding-top: 7px;
  padding-bottom: 3px;
  height: 50px;
}
@media (max-width: 1100px) {
  .navbar > .navbar-inner > ul.nav > li > a.viewing-as {
    display: visible;
  }
}
.navbar > .navbar-inner > ul.nav > li > a.viewing-as i {
  line-height: 40px;
  margin-right: 4px;
}
.navbar > .navbar-inner > ul.nav > li > a.viewing-as .caret {
  margin-top: 18px;
  margin-left: 4px;
}
.navbar > .navbar-inner > ul.nav > li > a.viewing-as .viewing-as-container {
  line-height: 1.2;
}
.navbar
  > .navbar-inner
  > ul.nav
  > li
  > a.viewing-as
  .viewing-as-container
  .viewing-as-text {
  font-size: 11px;
  font-weight: bold;
  color: #999;
}
.navbar
  > .navbar-inner
  > ul.nav
  > li
  > a.viewing-as
  .viewing-as-container
  .viewing-as-org-name {
  max-width: 265px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .navbar
    > .navbar-inner
    > ul.nav
    > li
    > a.viewing-as
    .viewing-as-container
    .viewing-as-org-name {
    max-width: 140px;
  }
}
@media (max-width: 979px) {
  .navbar
    > .navbar-inner
    > ul.nav
    > li
    > a.viewing-as
    .viewing-as-container
    .viewing-as-org-name {
    max-width: 180px;
  }
}
@media (max-width: 640px) {
    .navbar
    > .navbar-inner
    > ul.nav
    > li
    > a.viewing-as {
      margin-top: 8px
    }
  
  .navbar
    > .navbar-inner
    > ul.nav
    > li
    > a.viewing-as
    .viewing-as-container
    .viewing-as-org-name {
      max-width: 90px;
      font-size: 11px;
  }
}
.navbar > .navbar-inner > ul.nav > li > a.viewing-as .viewing-as-personal {
  padding-top: 4px;
}
.navbar > .navbar-inner > ul.nav > li > .dropdown-menu #org-dropdown-filter {
  height: 30px;
  margin: 0 5% 6px;
  width: 90%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.navbar > .navbar-inner .label-notifications {
  position: relative;
  top: -9px;
  left: -15px;
  margin-right: -15px;
  background-color: #e00000;
  border: 1px solid white;
  font-size: 12px;
  padding: 1px 3px;
  color: white;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.navbar > .navbar-inner a:hover .label-notifications {
  background-color: #ff4040;
}

@media (max-width: 768px) {
  body.is-mobile .navbar > .navbar-inner {
    padding: 0 4px;
  }
  body.is-mobile .navbar > .navbar-inner > ul.nav > li > a {
    padding: 8px;
  }
}

body .navbar .brand,
body .login-header .brand {
  width: auto;
  height: 35px;
  margin: 6px 10px 6px 0;
  padding: 0;
  background: url(/media/images/logos/logo-pro-light.png) no-repeat;
  background-size: 155px 35px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  body .navbar .brand,
  body .login-header .brand {
    background: url(/media/images/logos/logo-pro-light@2x.png) no-repeat;
    background-size: 155px 35px;
  }
}
.no-cc-required-text {
  text-align: center;
  color: #575656;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: -10px;
}
body .navbar.login-header,
body .login-header.login-header {
  position: relative;
}
body .navbar.login-header .brand,
body .login-header.login-header .brand {
  margin: auto;
  position: relative;
  top: 14px;
}

body.offline {
  padding-top: 102px;
}
body.offline .navbar > #offline-warning {
  display: block;
  height: 49px;
  background-color: #141414;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, black, #292929);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, black, #292929);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, black, #292929);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, black, #292929);
  /* IE10+ */
  background: linear-gradient(top, black, #292929);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, black),
    color-stop(100%, #292929)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF000000', endColorstr='#FF292929',GradientType=0 );
  /* IE6-9 */
  border-bottom: 1px solid #5c656f;
  color: #886b6d848;
  font-weight: bold;
  padding: 4px 12px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body.offline #sidebar {
  margin-top: 49px;
}
body.offline .content-side {
  top: 49px;
}

#sidebar {
  position: absolute;
  top: 53px;
  bottom: 0;
  left: 0;
  background: url(images/pro-sidebar-bg-90px.jpg) repeat scroll 0 0 #2b2a31;
  width: 90px;
  color: white;
  -webkit-overflow-scrolling: touch;
}
#sidebar .nav {
  margin-bottom: 53px;
}
#sidebar .nav > li > a {
  padding: 12px 2px;
  border-top: 1px solid #4e4d54;
  border-bottom: 1px solid #17171b;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: -8px 0 10px -3px #111 inset;
  -moz-box-shadow: -8px 0 10px -3px #111 inset;
  -webkit-box-shadow: -8px 0 10px -3px #111 inset;
  background-color: rgba(0, 0, 0, 0.15);
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
  /* IE10+ */
  background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, transparent),
    color-stop(100%, rgba(0, 0, 0, 0.3))
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4D000000',GradientType=0 );
  /* IE6-9 */
  color: #6b6d84;
  color: rgba(204, 204, 204, 0.6);
  font-weight: bold;
  text-align: center;
}
#sidebar .nav > li > a i {
  display: block;
  width: 100%;
  font-size: 36px;
  line-height: 1;
}
#sidebar .nav > li > a:hover,
#sidebar .nav > li.active > a {
  color: #ccc;
  color: #cccccc;
}
#sidebar .nav > li.active > a {
  position: relative;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 19%,
    transparent 51%,
    transparent 79%,
    rgba(0, 0, 0, 0.7) 100%
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 19%,
    transparent 51%,
    transparent 79%,
    rgba(0, 0, 0, 0.7) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 19%,
    transparent 51%,
    transparent 79%,
    rgba(0, 0, 0, 0.7) 100%
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 19%,
    transparent 51%,
    transparent 79%,
    rgba(0, 0, 0, 0.7) 100%
  );
  /* IE10+ */
  background: linear-gradient(
    top,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 19%,
    transparent 51%,
    transparent 79%,
    rgba(0, 0, 0, 0.7) 100%
  );
  /* W3C */
}
#sidebar .nav > li.active > a:after {
  border-right: 8px solid #f0f0ee;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
  position: absolute;
  right: 0px;
  margin-top: -8px;
  top: 50%;
}

.supports-no-cssgradients #sidebar .nav > li > a {
  background: transparent;
}
.supports-no-cssgradients #sidebar .nav > li.active > a {
  background: transparent;
}

#content {
}
#content .content-header {
  padding: 12px 0;
}
#content .content-header h1,
#content .content-header h2 {
  display: inline;
  line-height: 24px;
}
#content .content-header .btn {
  margin: -6px 12px 0 0;
}
@media (max-width: 768px) {
  #content .content-header {
    padding: 12px;
  }
}

.container-fluid {
  margin-left: 90px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .container-fluid {
    margin-left: 90px;
    padding: 0 5px;
  }
}

.container-fluid .subpages ul.nav-tabs {
  margin: 0;
  border: 0;
}
.container-fluid .subpages ul.nav-tabs li {
  margin-bottom: -6px;
  margin-left: -1px;
}
.container-fluid .subpages ul.nav-tabs li a {
  background-color: #cdcdcd;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #dadada, #c1c1c1);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #dadada, #c1c1c1);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dadada, #c1c1c1);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #dadada, #c1c1c1);
  /* IE10+ */
  background: linear-gradient(top, #dadada, #c1c1c1);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #dadada),
    color-stop(100%, #c1c1c1)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFDADADA', endColorstr='#FFC1C1C1',GradientType=0 );
  /* IE6-9 */
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  color: #333;
  font-weight: bold;
  margin: 0;
  padding: 4px 12px;
}
.container-fluid .subpages ul.nav-tabs li.active {
  position: relative;
}
.container-fluid .subpages ul.nav-tabs li.active a {
  box-shadow: 0 2px 3px 1px #afafaf inset;
  -moz-box-shadow: 0 2px 3px 1px #afafaf inset;
  -webkit-box-shadow: 0 2px 3px 1px #afafaf inset;
  background-color: #c4c5c7;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #babcbd, #cecfd1);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #babcbd, #cecfd1);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #babcbd, #cecfd1);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #babcbd, #cecfd1);
  /* IE10+ */
  background: linear-gradient(top, #babcbd, #cecfd1);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #babcbd),
    color-stop(100%, #cecfd1)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBABCBD', endColorstr='#FFCECFD1',GradientType=0 );
  /* IE6-9 */
  color: #666;
}
.container-fluid .subpages ul.nav-tabs li.active a:before,
.container-fluid .subpages ul.nav-tabs li.active a:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #999;
}
.container-fluid .subpages ul.nav-tabs li.active a:after {
  margin-left: -7px;
  border: 7px solid transparent;
  border-top-color: #d1cece;
}
.container-fluid .subpages ul.nav-tabs li:first-child {
  margin-left: 0;
}
.container-fluid .subpages ul.nav-tabs li:first-child a {
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
}
.container-fluid .subpages ul.nav-tabs li:last-child a {
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
}
.container-fluid hr.shade {
  margin-left: -10px;
  margin-right: -10px;
}

body.login .container-fluid,
body.error .container-fluid {
  margin-left: 0px;
}

@media (min-width: 980px) {
  .container-fluid {
    padding: 0 20px;
  }
  .container-fluid hr.shade {
    margin-left: -20px;
    margin-right: -20px;
  }
}
body.no-sidebar {
  background: url("images/bg-tile.png") repeat scroll 0 0 transparent;
}
body.no-sidebar #sidebar {
  display: none;
}
body.no-sidebar #content {
  margin-left: 0;
}

body.no-sidebar .content-header {
  margin-left: 0;
}

@media (max-width: 768px){
  body {
    padding-top: 0;
  }

  body.offline {
    padding-top: 0;
  }
  body.offline #sidebar {
    margin-top: 0;
  }

  #content-wrapper {
    width: 100%;
  }

  .navbar {
    position: sticky;
    position: -webkit-sticky;
  }

  footer {
    clear: left;
  }
}
@media (min-width: 980px) and (min-height: 600px) {
  #sidebar {
    width: 130px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none; 
  }

  .container-fluid {
    margin-left: 130px;
  }

  body.login .container-fluid,
  body.error .container-fluid {
    margin-left: 0px;
  }
}
@media (max-width: 768px){
  body.login .container-fluid {
    margin-top: 60px;
  }
}

.content-block {
  margin-bottom: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.content-block .block-header {
  background-color: #f6f6f6;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #fff, #eee);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #fff, #eee);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff, #eee);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fff, #eee);
  /* IE10+ */
  background: linear-gradient(top, #fff, #eee);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #eee)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #ccc;
  padding: 20px 24px;
  line-height: 38px;
  cursor: pointer;
  padding-bottom: 0px\9;
  _padding-bottom: 0px;
}
.content-block .block-header h4 {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #507091;
}
@media (max-width: 768px) {
  .content-block .block-header h4 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

.content-block .block-header .label,
.content-block .block-header .badge {
  bottom: 2px;
  margin-right: 16px;
  position: relative;
}
.content-block .block-header .down-arrow,
.content-block .block-header .up-arrow {
  border-left: 0px solid #ccc;
  margin: -12px -24px 0 20px;
  padding: 12px;
}
@media (max-width: 768px) {
  .content-block .block-header .down-arrow,
  .content-block .block-header .up-arrow {
  border-left: 0px solid #ccc;
  margin: -15px -24px 0 20px;
  padding: 12px;
  }
}

.content-block .block-contents {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 24px;
  padding-bottom: 12px;

}
.content-block .block-contents h4 {
  font-size: 16px;
  font-weight: bold;
  color: #507091;
  margin-bottom: 12px;
}
.content-block .block-contents .block-footer {
  margin: 0 -24px;
  padding: 12px 24px 0;
  position: relative;
  border-top: 1px solid #ccc;
}
@media (max-width: 768px) {
  .content-block .block-contents .block-footer {
    margin: 0 -24px;
    padding: 12px 10px 0;
    position: relative;
    border-top: 1px solid #ccc;
  }
}

.content-block .block-contents .block-footer .block-blinder {
  top: -25px;
  left: 0;
  height: 24px;
  position: absolute;
  right: 0;
  background-color: rgba(238, 238, 238, 0.5);
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #eee);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #eee);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #eee);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #eee);
  /* IE10+ */
  background: linear-gradient(top, rgba(255, 255, 255, 0), #eee);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, #eee)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00FFFFFF', endColorstr='#FFEEEEEE',GradientType=0 );
  /* IE6-9 */
}
.content-block > .block-contents:first-child {
  border-top: 1px solid #cccccc;
  padding-top: 12px;
  background: -moz-linear-gradient(top, white 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #eeeeee 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, white 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(top, white 0%, #eeeeee 100%);
  /* W3C */
}
@media (max-width:768px) {
  .content-block > .block-contents:first-child {
    border-top: 1px solid #cccccc;
    padding-top: 12px;
    width: auto;
    background: -moz-linear-gradient(top, white 0%, #eeeeee 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #eeeeee 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, white 0%, #eeeeee 100%);
    /* IE10+ */
    background: linear-gradient(top, white 0%, #eeeeee 100%);
    /* W3C */
  }
}


.content-block.mobile {
  margin-bottom: -1px;
}
.content-block.mobile .block-header {
  padding-left: 12px;
}
.content-block.mobile .block-header .down-arrow,
.content-block.mobile .block-header .up-arrow {
  border-left: 0;
  margin-left: 4px;
}
.content-block.mobile .block-contents {
  padding: 10px;
}
.content-block.mobile .block-contents .page-actions {
  margin: 0 0 12px;
  padding: 0;
}
.content-block.mobile .block-contents .page-actions .promote-list {
  margin-top: 12px;
}
.content-block.mobile .block-contents .members-wrapper {
  padding: 0;
}
.content-block.mobile .block-contents .members-wrapper .table {
  border-spacing: 0;
  margin-bottom: 12px;
}
.content-block.mobile .block-contents .members-wrapper .table tr td {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.content-block.mobile
  .block-contents
  .members-wrapper
  .table
  tr:first-child
  td:first-child {
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
}
.content-block.mobile
  .block-contents
  .members-wrapper
  .table
  tr:first-child
  td:last-child {
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
}
.content-block.mobile
  .block-contents
  .members-wrapper
  .table
  tr:last-child
  td:first-child {
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
}
.content-block.mobile
  .block-contents
  .members-wrapper
  .table
  tr:last-child
  td:last-child {
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
}
.content-block.mobile .block-contents .members-wrapper .table .guest-info {
  border-right: none;
  color: #333;
  font-weight: bold;
  width: 100%;
}
.content-block.mobile
  .block-contents
  .members-wrapper
  .table
  .guest-info
  .guest-plus {
  margin-right: 8px;
}
.content-block.mobile .block-contents .members-wrapper .table .guest-actions {
  border-left: none;
  white-space: nowrap;
}
.content-block.mobile
  .block-contents
  .members-wrapper
  .table
  .guest-actions
  .edit-guest,
.content-block.mobile
  .block-contents
  .members-wrapper
  .table
  .guest-actions
  .delete-guest {
  padding: 10px 8px 4px;
}
.content-block.mobile
  .block-contents
  .members-wrapper
  .table
  .guest-actions
  .edit-guest
  i {
  font-size: 2em;
}
.content-block.mobile
  .block-contents
  .members-wrapper
  .table
  .guest-actions
  .delete-guest
  i {
  font-size: 1.7em;
}
.content-block.mobile .block-contents .members-wrapper .table .guest-comment,
.content-block.mobile .block-contents .members-wrapper .table .guest-status {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.content-block.mobile
  .block-contents
  .members-wrapper
  .table
  .guest-comment
  .guest-counts {
  margin-bottom: 8px;
  margin-left: 8px;
}
.content-block.mobile
  .block-contents
  .members-wrapper
  .table
  .guest-comment
  .guest-email {
  margin-right: 12px;
}

.content-block-single {
  position: relative;
  margin-bottom: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #fff, #eee);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #fff, #eee);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff, #eee);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fff, #eee);
  /* IE10+ */
  background: linear-gradient(top, #fff, #eee);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #eee)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #ccc;
  padding: 12px;
}

/* Sprites */
b[class*="arrow-"] {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("images/arrows.png");
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: 115px 12px;
  display: inline-block;
  height: 12px;
  margin: 0;
}

b.arrow-right {
  background-position: -7px 0;
  width: 10px;
}

b.arrow-left {
  background-position: -96px 0;
  width: 10px;
}

b.arrow-up {
  background-position: -50px 0;
  width: 19px;
}

b.arrow-down,
body.dashboard
  .past-events
  .event-past-container
  .event-header
  a.expand-btn.collapsed
  b.arrow-up {
  background-position: -74px 0;
  width: 19px;
}

.blank-overlay {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

/* Billing */
body.billing #withdraw .block-header {
  color: #676d85;
  cursor: auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
body.billing #withdraw .block-header .org-balance {
  color: #333;
  font-size: 47px;
  margin: 12px 0 24px;
}
body.billing #withdraw .btn-add {
  margin-bottom: 12px;
}
body.billing #withdraw .table {
  margin-bottom: 12px;
}
body.billing #withdraw .table .withdrawal-info {
  font-size: 13px;
  line-height: 17px;
  width: 100%;
}
body.billing #withdraw .table .withdrawal-status {
  font-size: 13px;
  line-height: 17px;
  padding: 0 14px;
  text-align: center;
}
body.billing #withdraw .table .withdrawal-status i {
  font-size: 17px;
}
body.billing #withdraw .tooltip .tooltip-inner {
  text-align: left;
}
body.billing #periods-container h5 {
  margin: 24px 0 6px;
}
body.billing #periods-container h5:first-child {
  margin-top: 0;
}
body.billing #periods-container .content-block .block-header {
  padding: 0;
}
body.billing
  #periods-container
  .content-block
  .block-header
  .block-header-inner {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  line-height: 38px;
}
body.billing
  #periods-container
  .content-block
  .block-header
  .block-header-inner
  > div {
  display: table-cell;
  vertical-align: middle;
}
body.billing
  #periods-container
  .content-block
  .block-header
  .block-header-inner
  .period-header {
  padding: 12px;
  padding-left: 24px;
}
body.billing
  #periods-container
  .content-block
  .block-header
  .block-header-inner
  .period-total {
  display: inline-block;
  min-width: 180px;
}
body.billing
  #periods-container
  .content-block
  .block-header
  .block-header-inner
  .arrows {
  width: 20px;
  border-left: 1px solid #ccc;
  padding: 12px;
}
body.billing
  #periods-container
  .content-block
  .block-header
  .block-header-inner
  .arrows
  .down-arrow,
body.billing
  #periods-container
  .content-block
  .block-header
  .block-header-inner
  .arrows
  .up-arrow {
  border: none;
  margin: 0;
  padding: 0;
}
body.billing .content-block .block-contents .muted {
  color: #6b6d84;
}
body.billing .content-block .block-contents .table-title {
  color: #999;
  font-size: 16px;
  margin-bottom: 12px;
}
body.billing .content-block .block-contents .event-date {
  color: #384653;
  font-weight: bold;
}
body.billing .content-block .block-contents .event-name {
  font-weight: bold;
}
body.billing .content-block .block-contents .event-name,
body.billing .content-block .block-contents .ticket-name {
  max-height: 72px;
  overflow: hidden;
}
body.billing .content-block .block-contents .total-amount {
  color: #fff;
  font-weight: bold;
}
body.billing .content-block .block-contents .summary-row .summary-title,
body.billing .content-block .block-contents .summary-row .summary-amount {
  color: #fff;
  display: inline-block;
  float: right;
}
body.billing .content-block .block-contents .summary-row .summary-amount {
  font-weight: bold;
  padding-right: 8px;
  text-align: right;
  width: 15%;
}
@media (max-width: 979px) {
  body.billing .block-contents .unit-price {
    display: none;
  }
}

/* Manage Tally */
body.manage-tally #manage-tally-mode .span3,
body.manage-tally #manage-tally-mode .span6 {
  padding: 15px 25px 15px 0px;
}
body.manage-tally #manage-tally-mode .checkin {
  background-color: lightgray;
  height: 110px;
  width: 140px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background-size: 140px 110px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
}
body.manage-tally #manage-tally-mode .checkin div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px;
}
body.manage-tally #manage-tally-mode .checkin.checkin-active {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset,
    0 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset,
    0 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset,
    0 0 1px 4px rgba(0, 0, 0, 0.2);
}
body.manage-tally #manage-tally-mode .checkin.checkin-active div {
  background-color: #ff5a57  !important;
  border-radius: 10px;
}
body.manage-tally #manage-tally-mode #checkin-tally {
  background-image: url("images/tally-checkin.png");
}
body.manage-tally #manage-tally-mode #checkin-headcount {
  background-image: url("images/tally-headcount.png");
}
body.manage-tally #manage-tally-mode .how-title {
  font-weight: bold;
}
body.manage-tally #manage-tally-mode .how-text {
  color: #6b6d84;
  font-size: 12px;
}
body.manage-tally .block-header {
  font-weight: bold;
  color: #507091;
  cursor: auto;
  margin-bottom: 1px;
}
body.manage-tally .block-contents .well {
  padding: 11px 14px 8px 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
body.manage-tally .block-contents .well .category-delete-link {
  font-size: 18px;
  line-height: 18px;
}
body.manage-tally .block-contents .well .category-move-link {
  font-size: 18px;
  line-height: 18px;
  margin-right: 8px;
  cursor: inherit;
}
body.manage-tally .block-contents .block-footer {
  margin-bottom: 8px;
  border-top: none;
}
body.manage-tally .block-contents.sortable .well {
  cursor: move;
}

/* My Settings */
body.settings .block-contents {
  padding: 12px 22px;
  margin-top: 10px;
}
body.settings .automatic-reports {
  margin-top: 6px;
}
body.settings .automatic-reports .control-group {
  float: left;
}
body.settings .automatic-reports .control-label {
  display: inline;
  margin-left: 12px;
  position: relative;
  top: 2px;
}
body.settings #settings-password-new input {
  margin: 4px 22px 6px 4px;
}
body.settings #settings-password-new #show-password-new-text {
  font-size: 12px;
  display: inline-block;
  position: relative;
  left: -10px;
}
body.settings #settings-password-new ul {
  margin: 0;
  list-style-type: none;
  color: red;
}
body.settings #settings-buttons {
  padding: 18px 22px;
}

/* Add/edit venue */
body.add-venue .block-contents,
body.edit-venue .block-contents {
  padding: 12px 22px;
  margin-top: 10px;
}
body.add-venue #add-venue-claim,
body.edit-venue #add-venue-claim {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
body.add-venue #add-venue-claim #div_id_i_own_this,
body.edit-venue #add-venue-claim #div_id_i_own_this {
  margin-bottom: 0;
  color: #577cff;
  font-size: 17px;
}
body.add-venue #add-venue-claim #div_id_i_own_this label,
body.edit-venue #add-venue-claim #div_id_i_own_this label {
  font-size: 17px;
  font-weight: 500;
}
body.add-venue #add-venue-claim #div_id_i_own_this input,
body.edit-venue #add-venue-claim #div_id_i_own_this input {
  margin: 20px 29px 0 6px;
}
body.add-venue #add-venue-claim #div_id_i_own_this p,
body.edit-venue #add-venue-claim #div_id_i_own_this p {
  font-size: 13px;
  font-weight: 200;
  margin-left: 51px;
  margin-top: 0;
}
body.add-venue #add-venue-claim #div_id_i_own_this .prettycheckbox,
body.edit-venue #add-venue-claim #div_id_i_own_this .prettycheckbox {
  margin-left: 2px;
  float: left;
  margin-top: 11px;
  margin-right: 7px;
}
body.add-venue #add-venue-info,
body.edit-venue #add-venue-info {
  border-top: 1px solid #ccc;
  padding: 20px 12px;
  margin-top: 10px;
}
body.add-venue #add-venue-info .add-logo,
body.edit-venue #add-venue-info .add-logo {
  display: none;
  text-align: center;
  width: 172px;
  float: left;
}
@media (max-width: 768px) {
  body.add-venue #add-venue-info .add-logo, body.edit-venue #add-venue-info .add-logo{
    display: none;
  }
}
body.add-venue #add-venue-info .add-basic-info,
body.edit-venue #add-venue-info .add-basic-info {
  margin-left: 10px;
  margin-right: 12px;
}
@media (max-width: 768px) {
  body.add-venue #add-venue-info .add-basic-info, body.edit-venue #add-venue-info .add-basic-info{
    margin-left: 10px;
  }
}
body.add-venue #add-venue-info .add-basic-info #div_id_name,
body.edit-venue #add-venue-info .add-basic-info #div_id_name {
  min-height: 79px;
  max-height: 104px;
}
body.add-venue #add-venue-info #add-logo-area,
body.edit-venue #add-venue-info #add-logo-area {
  width: 144px;
  height: 144px;
  margin: 9px 0 0 12px;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgba(179, 180, 182, 0.61);
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
  background: -moz-linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* IE10+ */
  background: linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* W3C */
}
body.add-venue #add-venue-info #add-logo-area .icon-diamond,
body.edit-venue #add-venue-info #add-logo-area .icon-diamond {
  font-size: 90px;
  position: relative;
  top: 30px;
  color: #6b6d84;
}
body.add-venue #add-venue-info #add-logo-area #action-add-logo,
body.edit-venue #add-venue-info #add-logo-area #action-add-logo {
  margin-top: 42px;
}
body.add-venue #add-venue-info .add-logo-text,
body.edit-venue #add-venue-info .add-logo-text {
  text-align: center;
  color: #777;
  font-size: 12px;
  margin-top: 10px;
}
body.add-venue #add-venue-info #id_avatar,
body.edit-venue #add-venue-info #id_avatar {
  position: absolute;
  top: -200px;
  opacity: 0;
}
body.add-venue #add-venue-slug input,
body.edit-venue #add-venue-slug input {
  padding-left: 95px;
}
body.add-venue #add-venue-buttons,
body.edit-venue #add-venue-buttons {
  padding: 25px 22px;
}
@media (max-width: 768px) {
  body.add-venue #add-venue-buttons,
  body.edit-venue #add-venue-buttons {
  padding: 25px 22px;
  text-align: center;
  }
}

body.add-venue .slug-prepend,
body.edit-venue .slug-prepend {
  display: inline-block;
  position: relative;
  top: 60px;
  left: 10px;
}

/* People database */
body.people-database #datefilter-modal,
body.chat #datefilter-modal {
  width: 260px;
}
body.people-database #content,
body.chat #content {
  margin-bottom: 0;
}
body.people-database #action-add-person .icon-plus-sign,
body.chat #action-add-person .icon-plus-sign {
  font-size: 1.3em;
}
body.people-database .content-block,
body.chat .content-block {
  margin-bottom: 0;
}
body.people-database .content-block .block-header,
body.chat .content-block .block-header {
  padding-bottom: 0;
}
body.people-database .content-block .block-header .nav-tabs,
body.chat .content-block .block-header .nav-tabs {
  border-bottom: none;
  margin: 12px 0 1px;
}
body.people-database .content-block .block-header #dropdown-period-toggle,
body.people-database .content-block .block-header #dropdown-eventfilter-toggle,
body.chat .content-block .block-header #dropdown-period-toggle {
  margin: 0 0 6px 16px;
}
@media (max-width: 768px) {
  body.people-database .content-block .block-header #dropdown-period-toggle,
  body.people-database .content-block .block-header #dropdown-eventfilter-toggle,
  body.chat .content-block .block-header #dropdown-period-toggle {
  margin: 0 6px 6px 0px;
  float: left; 
  }
}
body.people-database
  .content-block
  .block-header
  #dropdown-period-toggle
  .icon-calendar,
body.chat .content-block .block-header #dropdown-period-toggle .icon-calendar {
  margin-left: 8px;
}
body.people-database
  .content-block
  .block-header
  #dropdown-period-toggle
  .icon-calendar:before,
body.chat
  .content-block
  .block-header
  #dropdown-period-toggle
  .icon-calendar:before {
  font-size: 1.5em;
}
body.people-database .content-block .block-header .persons-count,
body.chat .content-block .block-header .persons-count {
  background-color: #ddd;
  border: 1px solid #ccc;
  color: #6b6d84;
  font-size: 13px;
  line-height: 24px;
  margin: 3px 0 6px;
  padding: 6px 12px;
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#CCFFFFFF,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#CCFFFFFF,Positive=true);
}
body.people-database .content-block .block-header .popover .popover-title,
body.chat .content-block .block-header .popover .popover-title {
  border-bottom: none;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #ebebeb;
}
body.people-database .content-block .block-header .popover #id_period_from,
body.people-database .content-block .block-header .popover #id_period_to,
body.chat .content-block .block-header .popover #id_period_from,
body.chat .content-block .block-header .popover #id_period_to {
  width: auto;
}
body.people-database .content-block #people-database-table.block-contents table,
body.people-database .content-block #chat-table.block-contents table,
body.chat .content-block #people-database-table.block-contents table,
body.chat .content-block #chat-table.block-contents table {
  margin: 0;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  th,
body.people-database .content-block #chat-table.block-contents table th,
body.chat .content-block #people-database-table.block-contents table th,
body.chat .content-block #chat-table.block-contents table th {
  white-space: nowrap;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  th
  a
  .icon-sort-down,
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  th
  a
  .icon-sort-up,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  th
  a
  .icon-sort-down,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  th
  a
  .icon-sort-up,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  th
  a
  .icon-sort-down,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  th
  a
  .icon-sort-up,
body.chat .content-block #chat-table.block-contents table th a .icon-sort-down,
body.chat .content-block #chat-table.block-contents table th a .icon-sort-up {
  display: none;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  th
  a.asc
  .icon-sort,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  th
  a.asc
  .icon-sort,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  th
  a.asc
  .icon-sort,
body.chat .content-block #chat-table.block-contents table th a.asc .icon-sort {
  display: none;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  th
  a.asc
  .icon-sort-up,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  th
  a.asc
  .icon-sort-up,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  th
  a.asc
  .icon-sort-up,
body.chat
  .content-block
  #chat-table.block-contents
  table
  th
  a.asc
  .icon-sort-up {
  display: inline-block;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  th
  a.desc
  .icon-sort,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  th
  a.desc
  .icon-sort,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  th
  a.desc
  .icon-sort,
body.chat .content-block #chat-table.block-contents table th a.desc .icon-sort {
  display: none;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  th
  a.desc
  .icon-sort-down,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  th
  a.desc
  .icon-sort-down,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  th
  a.desc
  .icon-sort-down,
body.chat
  .content-block
  #chat-table.block-contents
  table
  th
  a.desc
  .icon-sort-down {
  display: inline-block;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  .person-name,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  .person-name,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  .person-name,
body.chat .content-block #chat-table.block-contents table .person-name {
  font-weight: bold;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  .person-edit
  a,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  .person-edit
  a,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  .person-edit
  a,
body.chat .content-block #chat-table.block-contents table .person-edit a {
  font-size: 18px;
  padding: 4px;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  .person-edit
  a
  .icon-edit,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  .person-edit
  a
  .icon-edit,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  .person-edit
  a
  .icon-edit,
body.chat
  .content-block
  #chat-table.block-contents
  table
  .person-edit
  a
  .icon-edit {
  font-size: 1.3em;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  .muted,
body.people-database .content-block #chat-table.block-contents table .muted,
body.chat .content-block #people-database-table.block-contents table .muted,
body.chat .content-block #chat-table.block-contents table .muted {
  color: #6b6d84;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  .clearfix.prettycheckbox
  a,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  .clearfix.prettycheckbox
  a,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  .clearfix.prettycheckbox
  a,
body.chat
  .content-block
  #chat-table.block-contents
  table
  .clearfix.prettycheckbox
  a {
  background-size: 24px 186px;
  height: 22px;
  top: 4px;
  width: 24px;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  .clearfix.prettycheckbox
  a:focus,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  .clearfix.prettycheckbox
  a:focus,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  .clearfix.prettycheckbox
  a:focus,
body.chat
  .content-block
  #chat-table.block-contents
  table
  .clearfix.prettycheckbox
  a:focus {
  background-position: 0 -22px;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  .clearfix.prettycheckbox
  a.checked,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  .clearfix.prettycheckbox
  a.checked,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  .clearfix.prettycheckbox
  a.checked,
body.chat
  .content-block
  #chat-table.block-contents
  table
  .clearfix.prettycheckbox
  a.checked {
  background-position: 0 -45px;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  .clearfix.prettycheckbox
  a.checked:focus,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  .clearfix.prettycheckbox
  a.checked:focus,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  .clearfix.prettycheckbox
  a.checked:focus,
body.chat
  .content-block
  #chat-table.block-contents
  table
  .clearfix.prettycheckbox
  a.checked:focus {
  background-position: 0 -68px;
}
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  .clearfix.prettycheckbox:after,
body.people-database
  .content-block
  #people-database-table.block-contents
  table
  .clearfix.prettycheckbox:before,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  .clearfix.prettycheckbox:after,
body.people-database
  .content-block
  #chat-table.block-contents
  table
  .clearfix.prettycheckbox:before,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  .clearfix.prettycheckbox:after,
body.chat
  .content-block
  #people-database-table.block-contents
  table
  .clearfix.prettycheckbox:before,
body.chat
  .content-block
  #chat-table.block-contents
  table
  .clearfix.prettycheckbox:after,
body.chat
  .content-block
  #chat-table.block-contents
  table
  .clearfix.prettycheckbox:before {
  content: none;
}
body.people-database .content-block #people-actions .btn,
body.chat .content-block #people-actions .btn {
  margin-right: 16px;
}
@media (max-width: 768px) {
  body.people-database .content-block #people-actions .btn,
  body.chat .content-block #people-actions .btn {
  margin-right: 0;
  }
}

body.people-database .content-block #people-actions .btn-add,
body.chat .content-block #people-actions .btn-add {
  margin-right: 8px;
}
body.people-database .content-block #people-actions .pagination,
body.chat .content-block #people-actions .pagination {
  margin: 0;
}
body.people-database .content-block #people-actions div,
body.chat .content-block #people-actions div {
  display: inline-block;
}
body.people-database form,
body.chat form {
  margin: 0;
}
body.people-database.database-modal-active
  .zopim.meshim_components_FloatingButton,
body.chat.database-modal-active .zopim.meshim_components_FloatingButton {
  display: none !important;
}
body.people-database.database-modal-active .modal-backdrop,
body.chat.database-modal-active .modal-backdrop {
  background-color: #282828;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #404040, #111111);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #404040, #111111);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #404040, #111111);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #404040, #111111);
  /* IE10+ */
  background: linear-gradient(top, #404040, #111111);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #404040),
    color-stop(100%, #111111)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF404040', endColorstr='#FF111111',GradientType=0 );
  /* IE6-9 */
}
body.people-database.database-modal-active .modal-backdrop #add-person-modal,
body.chat.database-modal-active .modal-backdrop #add-person-modal {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 10px 10px 0 0;
}

body.people-database.database-modal-active
  .modal-backdrop
  #add-person-modal
  #add-person-modal-close,
body.chat.database-modal-active
  .modal-backdrop
  #add-person-modal
  #add-person-modal-close {
  color: #777;
  font-size: 24px;
  padding: 10px;
  position: fixed;
  right: 5px;
  top: 0;
}

@media (max-width: 768px) {
  body.people-database.database-modal-active
  .modal-backdrop
  #add-person-modal
  #add-person-modal-close,
body.chat.database-modal-active
  .modal-backdrop
  #add-person-modal
  #add-person-modal-close {
  color: #777;
  font-size: 24px;
  padding: 10px;
  position: fixed;
  right: 5px;
  top: 0;
  margin-top: 50px;
  }
}

body.people-database.database-modal-active
  .modal-backdrop
  #add-person-modal
  #add-person-modal-close:before,
body.chat.database-modal-active
  .modal-backdrop
  #add-person-modal
  #add-person-modal-close:before {
  cursor: pointer;
}
body.people-database.database-modal-active
  .modal-backdrop
  #add-person-modal
  .modal-body,
body.chat.database-modal-active .modal-backdrop #add-person-modal .modal-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28), 0 7px 0 -5px #fff,
    0 8px 1px -4px rgba(0, 0, 0, 0.35), -2px 15px 0 -10px #fff,
    0 20px 1px -9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28), 0 7px 0 -5px #fff,
    0 8px 1px -4px rgba(0, 0, 0, 0.35), -2px 15px 0 -10px #fff,
    0 20px 1px -9px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28), 0 7px 0 -5px #fff,
    0 8px 1px -4px rgba(0, 0, 0, 0.35), -2px 15px 0 -10px #fff,
    0 20px 1px -9px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  background-color: #fff;
  padding: 30px 40px 10px;
  border-radius: 10px 10px 0 0 ;
}

@media (max-width:768px) {
  body.people-database.database-modal-active
  .modal-backdrop
  #add-person-modal
  .modal-body,
body.chat.database-modal-active .modal-backdrop #add-person-modal .modal-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28), 0 7px 0 -5px #fff,
    0 8px 1px -4px rgba(0, 0, 0, 0.35), -2px 15px 0 -10px #fff,
    0 20px 1px -9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28), 0 7px 0 -5px #fff,
    0 8px 1px -4px rgba(0, 0, 0, 0.35), -2px 15px 0 -10px #fff,
    0 20px 1px -9px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28), 0 7px 0 -5px #fff,
    0 8px 1px -4px rgba(0, 0, 0, 0.35), -2px 15px 0 -10px #fff,
    0 20px 1px -9px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  background-color: #fff;
  padding: 30px 40px 10px;
  border-radius: 10px 10px 0 0 ;
  margin-top: 50px;
}
}


body.people-database.database-modal-active
  .modal-backdrop
  #add-person-modal
  .modal-body
  .control-label,
body.chat.database-modal-active
  .modal-backdrop
  #add-person-modal
  .modal-body
  .control-label {
  font-weight: bold;
}
body.people-database.database-modal-active
  .modal-backdrop
  #add-person-modal
  .modal-body
  .control-label
  .asteriskField,
body.chat.database-modal-active
  .modal-backdrop
  #add-person-modal
  .modal-body
  .control-label
  .asteriskField {
  color: #ff5a57;
  margin-left: 4px;
}
body.people-database.database-modal-active
  .modal-backdrop
  #add-person-modal
  .modal-body
  select,
body.chat.database-modal-active
  .modal-backdrop
  #add-person-modal
  .modal-body
  select {
  margin-right: 8px;
}
body.people-database.database-modal-active
  .modal-backdrop
  #add-person-modal
  .modal-footer,
body.chat.database-modal-active
  .modal-backdrop
  #add-person-modal
  .modal-footer {
  background-color: transparent;
  border: none;
  box-shadow: none;
  display: flex;
}
body.people-database.database-modal-active
  .modal-backdrop
  #add-person-modal
  .modal-footer
  .btn-large,
body.chat.database-modal-active
  .modal-backdrop
  #add-person-modal
  .modal-footer
  .btn-large {
  width: 40%;
  margin: 20px;
}
body.people-database.database-modal-active
  .modal-backdrop
  #add-person-modal
  .modal-footer
  .disclaimer,
body.chat.database-modal-active
  .modal-backdrop
  #add-person-modal
  .modal-footer
  .disclaimer {
  color: #777777;
  margin-top: 12px;
}
@media (max-width: 768px) {
  body.people-database
    #people-database-table.block-contents
    .person-birthday-large,
  body.people-database
    #people-database-table.block-contents
    .person-added-large,
  body.chat #people-database-table.block-contents .person-birthday-large,
  body.chat #people-database-table.block-contents .person-added-large {
    display: none;
  }
  body.people-database
    #people-database-table.block-contents
    .person-birthday-small,
  body.people-database
    #people-database-table.block-contents
    .person-added-small,
  body.chat #people-database-table.block-contents .person-birthday-small,
  body.chat #people-database-table.block-contents .person-added-small {
    display: inline;
  }
  body.people-database #people-actions .pagination ul li a,
  body.people-database #people-actions .pagination ul li span,
  body.chat #people-actions .pagination ul li a,
  body.chat #people-actions .pagination ul li span {
    display: none;
  }
  body.people-database #people-actions .pagination ul li a.prev-next,
  body.chat #people-actions .pagination ul li a.prev-next {
    display: inline;
  }
}

/*  Dashboard  */
body.dashboard #facebook-import-modal {
  background-color: #444;
  width: 300px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 1px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
body.dashboard #facebook-import-modal .arrow {
  border-bottom-color: #444;
}
body.dashboard #facebook-import-modal .arrow:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -9px;
  left: 142px;
}
body.dashboard #facebook-import-modal .arrow:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #565c6d;
  position: absolute;
  top: -8px;
  left: 141px;
  z-index: 1001;
}
body.dashboard #facebook-import-modal .arrow:after {
  border-bottom-color: #595959;
}
body.dashboard #facebook-import-modal .modal-header {
  font-size: 13px;
  font-weight: bold;
  padding: 8px 14px;
  line-height: 18px;
  border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  background-color: #464646;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #595959, #333);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #595959, #333);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #595959, #333);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #595959, #333);
  /* IE10+ */
  background: linear-gradient(top, #595959, #333);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #595959),
    color-stop(100%, #333)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF595959', endColorstr='#FF333333',GradientType=0 );
  /* IE6-9 */
  border-bottom: 1px solid #818181;
  color: #ddd;
}
body.dashboard #facebook-import-modal .modal-body {
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  color: white;
  padding: 0;
}
body.dashboard #facebook-import-modal .modal-body a {
  background-color: #5a5a5a;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #707070, #444);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #707070, #444);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #707070, #444);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #707070, #444);
  /* IE10+ */
  background: linear-gradient(top, #707070, #444);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #707070),
    color-stop(100%, #444)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF707070', endColorstr='#FF444444',GradientType=0 );
  /* IE6-9 */
  box-shadow: 0px 7px 6px -5px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 7px 6px -5px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0px 7px 6px -5px rgba(0, 0, 0, 0.2) inset;
  color: white;
  display: block;
  height: 50px;
  padding: 10px;
}
body.dashboard #facebook-import-modal .modal-body a:first-child {
  box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
}
body.dashboard #facebook-import-modal .modal-body a img {
  margin-right: 10px;
  float: left;
  height: 50px;
  width: 50px;
}
body.dashboard #facebook-import-modal .modal-body a .import-button {
  border: none;
  color: #000;
  font-size: 24px;
  margin-top: 7px;
  padding: 3px 6px 0;
}
body.dashboard #facebook-import-modal .modal-body a .event-name {
  display: block;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: -6px;
  max-height: 40px;
  overflow: hidden;
}
body.dashboard #facebook-import-modal .modal-body a .start-time {
  color: #999;
  font-size: 13px;
}
body.dashboard #facebook-import-modal .modal-body .no-events {
  display: block;
  padding: 15px;
}
body.dashboard #facebook-import-modal .modal-body .insert-fb-id {
  background-color: #5a5a5a;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #707070, #444);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #707070, #444);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #707070, #444);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #707070, #444);
  /* IE10+ */
  background: linear-gradient(top, #707070, #444);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #707070),
    color-stop(100%, #444)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF707070', endColorstr='#FF444444',GradientType=0 );
  /* IE6-9 */
  padding: 10px;
}
body.dashboard #facebook-import-modal .modal-body .insert-fb-id form {
  margin: 0;
}
body.dashboard #facebook-import-modal .modal-body .insert-fb-id form label {
  font-weight: bold;
}
body.dashboard
  #facebook-import-modal
  .modal-body
  .insert-fb-id
  form
  .textinput {
  width: 92%;
}
body.dashboard
  #facebook-import-modal
  .modal-body
  .insert-fb-id
  form
  .textinput.error {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #b94a48;
  border-color: #b94a48;
}
body.dashboard
  #facebook-import-modal
  .modal-body
  .insert-fb-id
  form
  .field-status {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 10px 0;
}
body.dashboard
  #facebook-import-modal
  .modal-body
  .insert-fb-id
  form
  .field-status.status-success,
body.dashboard
  #facebook-import-modal
  .modal-body
  .insert-fb-id
  form
  .field-status.status-fail {
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}
body.dashboard
  #facebook-import-modal
  .modal-body
  .insert-fb-id
  form
  .field-status.status-success {
  background-color: #708c16;
}
body.dashboard
  #facebook-import-modal
  .modal-body
  .insert-fb-id
  form
  .field-status.status-fail {
  background-color: #ba4947;
}
body.dashboard #facebook-import-modal .modal-body .insert-fb-id form .btn {
  margin: 0;
}
body.dashboard .import-fb-events-wrapper {
  display: inline-block;
}
body.dashboard #content .well-blank-page .background-icon {
  -moz-transform: rotate(345deg);
  -webkit-transform: rotate(345deg);
  -o-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  bottom: -55px;
  right: 20px;
}
body.dashboard #content .well-blank-page .background-icon i:before {
  font-size: 200px;
  line-height: 200px;
}
body.dashboard .events-load-more-container {
  margin: 35px 0;
}
body.dashboard .events-load-more-container .events-load-more {
  background-color: #e5e5e5;
  padding: 10px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #464c65;
  font-weight: bold;
  font-size: 13px;
}
body.dashboard .events-load-more-container .events-load-more i {
  font-size: 18px;
  position: relative;
  top: 2px;
}
body.dashboard .events-load-more-container .events-load-more.disabled {
  color: #bbb;
}
body.dashboard #past-events-header {
  margin-bottom: 16px;
  margin-right: 20px;
  color: #464c65 !important;
}
body.dashboard #all-events-link {
  text-decoration: underline;
}
body.dashboard .past-events .event-past-container {
  border: 1px solid #ddd;
  background-color: white;
  background: #fbfbfa;
  background-color: rgba(255, 255, 255, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFFFFFFF, endColorstr=#BFFFFFFF);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFFFFFFF, endColorstr=#BFFFFFFF)";
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 20px;
}
body.dashboard .past-events .event-past-container .event-header {
  position: relative;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: #fbfbfb;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #fff, #f8f8f8);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #fff, #f8f8f8);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff, #f8f8f8);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fff, #f8f8f8);
  /* IE10+ */
  background: linear-gradient(top, #fff, #f8f8f8);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #f8f8f8)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8',GradientType=0 );
  /* IE6-9 */
}
body.dashboard .past-events .event-past-container .event-header a.expand-btn {
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  padding-top: 20px;
  background-color: #eaeaea;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #e2e2e2, #f2f2f2);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #e2e2e2, #f2f2f2);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2, #f2f2f2);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2, #f2f2f2);
  /* IE10+ */
  background: linear-gradient(top, #e2e2e2, #f2f2f2);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e2e2e2),
    color-stop(100%, #f2f2f2)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE2E2E2', endColorstr='#FFF2F2F2',GradientType=0 );
  /* IE6-9 */
}
body.dashboard .past-events .event-past-container .event-header h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  padding-right: 80px;
}
body.dashboard .past-events .event-past-container .event-content-wrapper {
  box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.15) inset;
}
body.dashboard
  .past-events
  .event-past-container
  .event-content-wrapper
  .event-content {
  border-top: 1px solid #dbdbdb;
  padding: 12px 12px 4px;
}
body.dashboard
  .past-events
  .event-past-container
  .event-content-wrapper
  .event-content
  .event-organizer {
  padding-bottom: 12px;
}
body.dashboard
  .past-events
  .event-past-container
  .event-content-wrapper
  .event-content
  .btn {
  margin-right: 5px;
  margin-bottom: 8px;
}
body.dashboard
  .past-events
  .event-past-container
  .event-content-wrapper
  .event-content
  .btn.btn-primary {
  margin-right: 12px;
}
body.dashboard .no-upcoming-events {
  font-weight: bold;
  padding-top: 24px;
  text-align: center;
}
body.dashboard .well-browser-notify {
  color: #777777;
  font-size: 13px;
  line-height: 20px;
  padding: 21px 12px 20px 22px;
  position: relative;
  background-color: rgba(208, 210, 211, 0.5);
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(
    top,
    rgba(192, 194, 196, 0.5),
    rgba(225, 226, 227, 0.5)
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(192, 194, 196, 0.5),
    rgba(225, 226, 227, 0.5)
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(192, 194, 196, 0.5),
    rgba(225, 226, 227, 0.5)
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(192, 194, 196, 0.5),
    rgba(225, 226, 227, 0.5)
  );
  /* IE10+ */
  background: linear-gradient(
    top,
    rgba(192, 194, 196, 0.5),
    rgba(225, 226, 227, 0.5)
  );
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(192, 194, 196, 0.5)),
    color-stop(100%, rgba(225, 226, 227, 0.5))
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80C0C2C4', endColorstr='#80E1E2E3',GradientType=0 );
  /* IE6-9 */
  border: 1px #bbbbbb solid;
}
body.dashboard .well-browser-notify .navigator-icon {
  position: absolute;
  top: -24px;
  right: 45px;
  height: 174px;
  width: 172px;
}
body.dashboard .well-browser-notify .icon-gradient:before {
  color: #adada0;
  background: -webkit-linear-gradient(#8f8f75, #ccc);
  text-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.dashboard .well-browser-notify:hover .close {
  opacity: 0.8;
}
body.dashboard .well-browser-notify .close {
  position: relative;
  top: -8px;
  opacity: 0.8;
}
body.dashboard .well-browser-notify .close:hover {
  opacity: 1;
}
body.dashboard .well-browser-notify h4 {
  color: #333333;
  font-size: 17px;
  line-height: 25px;
}
@media (max-width: 979px) {
  body.dashboard .past-events.row-fluid {
    width: 100%;
  }
  body.dashboard .past-events.row-fluid .event-past-container {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dashboard .past-events.row-fluid .event-past-container .event-header h4 {
    padding-right: 120px;
  }
}
body.dashboard .no-upcoming-events,
body.dashboard .mobile-controls {
  display: none;
}
@media (max-width: 768px) {
  body.dashboard.is-mobile .well {
    display:none;
  }
  body.dashboard.is-mobile #upcoming-events .event-container {
    border: none;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
  }
  body.dashboard.is-mobile #upcoming-events .event-container:first-child {
    border: none;
  }
  body.dashboard.is-mobile #upcoming-events .event-container .event-thumbnail {
    display: none;
  }
  body.dashboard.is-mobile
    #upcoming-events
    .event-container
    .event-content-wrapper
    .event-content {
    margin-left: 0;
  }
  body.dashboard.is-mobile
    #upcoming-events
    .event-container
    .event-content-wrapper
    .event-content
    .event-header
    h3 {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
  }
  body.dashboard.is-mobile
    #upcoming-events
    .event-container
    .event-content-wrapper
    .event-content
    .event-header
    .event-header-additional {
    margin: 6px 0;
  }
  body.dashboard.is-mobile
    #upcoming-events
    .event-container
    .event-content-wrapper
    .event-content
    .event-header
    .event-metrics-container {
    margin-left: 8px;
    margin-top: 0;
  }
  body.dashboard.is-mobile
    #upcoming-events
    .event-container
    .event-content-wrapper
    .event-content
    .event-header
    .event-metrics-container
    .event-metric {
    float: none;
    font-size: 15px;
    text-align: right;
  }
  body.dashboard.is-mobile
    #upcoming-events
    .event-container
    .event-content-wrapper
    .event-content
    .event-header
    .event-metrics-container
    .event-metric
    .description {
    color: #aaa;
    font-size: 11px;
    margin-bottom: 4px;
    margin-top: -4px;
  }
  body.dashboard.is-mobile
    #upcoming-events
    .event-container
    .event-content-wrapper
    .event-content
    .event-header:after,
  body.dashboard.is-mobile
    #upcoming-events
    .event-container
    .event-content-wrapper
    .event-content
    .event-header:before {
    clear: none;
  }
  body.dashboard.is-mobile
    #upcoming-events
    .event-container
    .event-content-wrapper
    .event-content
    .event-buttons-inner {
    margin: 6px 0;
  }
  body.dashboard.is-mobile
    #upcoming-events
    .event-container
    .event-content-wrapper
    .event-content
    .event-buttons-inner
    .btn {
    font-weight: bold;
  }
}

/* Event container for dashboard events and venues*/
.event-container {
  margin-bottom: 24px;
}
.event-container .event-thumbnail {
  width: 110px;
  height: 165px;
  float: left;
  margin-left: -100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset;
}
@media (max-width: 768px) {
  .event-container .event-thumbnail{
    display: none;
  }
}
.event-container .venue-thumbnail {
  width: 116px;
  height: 116px;
  float: left;
  margin-left: -100%;
  text-align: center;
  border: 1px solid rgba(179, 180, 182, 0.61);
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
  background: -moz-linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* IE10+ */
  background: linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* W3C */
}
.event-container .venue-thumbnail .icon-diamond {
  font-size: 90px;
  position: relative;
  top: 46px;
  color: #6b6d84;
}
.event-container .event-content-wrapper {
  float: left;
  width: 100%;
}
.event-container .event-content {
  margin-left: 130px;
}
@media (max-width: 768px) {
  .event-container .event-content{
    margin-left: 1px;
  }
}
.event-container .event-content i::before {
  color: #b2b2b2;
  font-size: 1.2em;
}
.event-container .event-content .event-header h3 {
  margin: 0;
  line-height: 28px;
}
@media (min-width: 980px) {
  .event-container .event-content .event-header h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
  }
}
.event-container .event-content .event-header .event-header-additional {
  margin-top: 4px;
  color: #6b6d84;
}
.event-container .event-content .event-header .event-header-additional > span {
  margin-right: 15px;
}
.event-container .event-content .event-header .event-metrics-container {
  margin-left: 20px;
  margin-top: 6px;
}
.event-container
  .event-content
  .event-header
  .event-metrics-container
  .event-metric {
  margin-left: 15px;
  font-size: 24px;
  text-align: center;
}
.event-container
  .event-content
  .event-header
  .event-metrics-container
  .event-metric
  .description {
  font-size: 12px;
  font-weight: bold;
  color: #6b6d84;
  line-height: 1.5;
}
.event-container .event-content hr {
  margin-bottom: 18px;
}
.event-container .event-content .event-buttons.collapsed {
  height: 46px;
  overflow: hidden;
}
.event-container .event-content .event-buttons .event-buttons-expand {
  padding-left: 6px;
  padding-right: 6px;
}
.event-container .event-content .event-buttons .btn {
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-flex;
}
.event-container .event-content .event-buttons .btn.btn-primary {
  margin-right: 12px;
}
.event-container .event-content .event-footer {
  margin-top: 10px;
}
.event-container .event-content .event-footer a {
  margin-right: 8px;
}
.event-container .event-content .event-footer a i::before {
  color: #6c8497;
  background: -webkit-linear-gradient(#455c70, #93acbf);
  text-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.dashboard-all-events #content .well-blank-page .background-icon {
  -moz-transform: rotate(345deg);
  -webkit-transform: rotate(345deg);
  -o-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  bottom: -50px;
  right: 20px;
}
body.dashboard-all-events #content .well-blank-page .background-icon i:before {
  font-size: 160px;
  line-height: 160px;
}
body.dashboard-all-events #content > h1 {
  margin-left: 20px;
}
body.dashboard-all-events #content > hr.month-divider {
  margin-top: 50px;
}
body.dashboard-all-events #content > h4 {
  margin-bottom: 20px;
}

/* Venues page */
body.all-venues .well-blank-page .background-icon {
  bottom: -150px;
  right: -30px;
}
body.all-venues .well-blank-page .background-icon i:before {
  font-size: 300px;
  line-height: 300px;
}
body.all-venues .event-buttons a.dark {
  display: inline-block;
  margin-left: -10px;
  position: relative;
  white-space: nowrap;
}
body.all-venues .event-buttons a.dark .icon-banner {
  font-size: 1.3em;
  left: -12px;
  position: absolute;
  top: 0;
}
body.all-venues .event-buttons a.dark .icon-banner:before {
  color: #7a97ae;
  background: -webkit-linear-gradient(#62839e, #93acbf);
  text-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Login page */
.login-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 436px;
  margin-top: -274px;
  margin-left: -218px;
  text-wrap: balance;
}
.login-container.register {
  margin-top: -259px;
  width: 600px;
  margin-left: -300px;
}
.login-container.invite {
  margin-left: -300px;
  width: 600px;
}

.login-box {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.21);
}
.login-box .login-header {
  height: 53px;
  background: url(images/header_bg.png) no-repeat scroll 0 0 #282f37;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  text-align: center;
  height: 64px;
}
.login-box .login-header img {
  margin-top: 13px;
  height: 36px;
}
.login-box .login-body {
  padding-top: 1px;
  text-align: center;
  background: -moz-linear-gradient(top, white 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, white 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, white 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, white 0%, #efefef 100%);
  /* W3C */
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
.login-box .login-body .page-register {
  text-align: left;
}
.login-box form {
  margin-bottom: 0px;
}
.login-box .form-actions {
  padding: 24px 0;
  background: transparent;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.08) 0%,
    transparent 50%
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.08) 0%,
    transparent 50%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, transparent 50%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, transparent 50%);
  /* IE10+ */
  background: linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, transparent 50%);
  /* W3C */
  margin-bottom: 0px;
  min-height: 36px;
  color: #6b6d84;
}
.login-box .form-actions .btn {
  margin-right: 7px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .login-box .form-actions .btn {
  margin-right: -30px;
  margin-bottom: 8px;
  }
}

.login-box .form-actions a {
  font-size: 13px;
  font-weight: bold;
  color: #6b6d84;
}
.login-box .form-actions a:hover {
  text-decoration: underline;
}
.login-box .form-actions .pull-right {
  line-height: 38px;
}
.login-box .page-register .register-form {
  padding: 35px 30px 0;
}
.login-box .page-register .register-form .control-group {
  position: relative;
  margin-bottom: 12px;
}
.login-box .page-register .register-form .control-group .tooltip {
  position: absolute;
  top: 23px;
  left: 264px;
  white-space: nowrap;
  opacity: 1;
}
.login-box .page-register .register-form .control-group label {
  color: #868686;
  font-weight: 500;
}
.login-box .page-register .register-form .control-group input {
  width: 240px;
  margin-bottom: 0px;
}
.login-box .page-register .register-form .pull-left,
.login-box .page-register .register-form .pull-right {
  max-width: 262px;
}
.login-box .page-register .fb-signup {
  padding: 14px;
  background: #eee;
}
.login-box .page-register .fb-signup strong {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 14px;
}
.login-box .page-register .fb-signup .helper {
  font-size: 13px;
  color: #999999;
  display: inline-block;
  line-height: 18px;
  margin-top: 8px;
}
.login-box .page-register .fb-signup a {
  margin-top: 14px;
}
.login-box .page-register .form-actions {
  padding: 24px 30px;
}
.login-box .page-register .form-actions .help-inline {
  font-size: 13px;
  line-height: 20px;
  color: #676d85;
}
.login-box .page-login .form-actions {
  padding-top: 17px;
  padding-bottom: 6px;
  letter-spacing: -0.5px;
}
.login-box .page-login .login-form {
  padding-bottom: 15px;
  padding-top: 30px;
}
.login-box .page-login .login-form .help-block {
  margin-top: 12px;
}
.login-box .page-login .login-form .epic-divider {
  width: 268px;
}
.login-box .page-login .login-form .epic-divider span {
  background: #fcfcfc;
}
.login-box .page-forgot .forgot-form {
  padding-bottom: 11px;
  padding-top: 25px;
}
.login-box .page-forgot .forgot-form .title {
  color: #868686;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 35px;
}
.login-box .page-forgot .forgot-form .control-group {
  margin-top: -5px;
}
.login-box .page-forgot .forgot-form .control-group .tooltip {
  top: 0px;
}
.page-invite {
  padding-top: 1px;
}
.login-box .page-invite .well {
  margin: 72px 80px;
  padding: 30px;
}
.login-box .page-invite .well p {
  margin-top: 3px;
  margin-bottom: 20px;
}
.login-box .page-forgot .form-actions,
.login-box .page-invite .form-actions {
  color: #878787;
  font-size: 13px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.login-box .page-forgot .form-actions a,
.login-box .page-invite .form-actions a {
  color: #6b6d84;
  font-size: 13px;
  font-weight: bold;
  line-height: 36px;
}
.login-box .page-reset .form-actions {
  color: #878787;
  font-size: 13px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.login-box .page-reset .form-actions a {
  color: #6b6d84;
  font-size: 13px;
  font-weight: bold;
  line-height: 36px;
}
.login-box .page-browser-obsolete {
  padding-top: 60px;
}
.login-box .page-browser-obsolete h4 {
  margin-bottom: 14px;
  color: #242b31;
  font-size: 17px;
}
.login-box .page-browser-obsolete p {
  color: #777777;
  font-size: 13px;
  padding-left: 70px;
  padding-right: 70px;
}
.login-box .page-browser-obsolete .browser-icons {
  margin-bottom: 60px;
}
.login-box .page-browser-obsolete .browser-icons a {
  color: #999999;
  font-size: 13px;
  font-weight: bold;
  height: 100px;
  width: 72px;
  display: inline-block;
  margin-right: 6px;
}
.login-box .page-browser-obsolete .browser-icons a img {
  background: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0px;
  height: 72px;
  width: 72px;
  margin-bottom: 6px;
}
.login-box .page-browser-obsolete .browser-icons a:last-child {
  margin-right: 0px;
}
.login-box .page-browser-obsolete .form-actions {
  padding-left: 65px;
  padding-right: 65px;
}
.login-box .page-browser-obsolete .form-actions .close {
  opacity: 1;
  float: inherit;
}
.login-box .page-browser-obsolete .form-actions .close:hover {
  opacity: 1;
}
.login-box .control-group {
  position: relative;
}
.login-box .control-group .tooltip {
  position: absolute;
  top: -10px;
  left: 304px;
  opacity: 1;
  min-width: 180px;
}
.login-box .control-group .tooltip .tooltip-inner {
  max-width: none;
}
.login-box .control-group .btn {
  font-weight: bold;
  margin-top: 0px;
  width: 302px;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.login-box .control-group.input-tagged {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  height: 49px;
  width: 302px;
  position: relative;
}
.login-box .control-group.input-tagged i {
  left: 16px;
  position: absolute;
  z-index: 10;
  line-height: 50px;
  font-size: 22px;
}
.login-box .control-group.input-tagged input {
  width: 302px;
  height: 49px;
  padding-left: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.login-box .reset-message {
  margin-top: 90px;
  margin-bottom: 78px;
  position: relative;
  width: 323px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
.login-box .reset-message i {
  font-size: 70px;
  color: #3cc19d;
  position: absolute;
  top: 20px;
  left: 5px;
}
.login-box .reset-message div {
  text-align: left;
  padding-left: 80px;
}
.login-box .reset-message .reset-title {
  color: #3cc19d;
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
}
.login-box .reset-message .reset-body {
  margin-top: 3px;
  color: #3cc19d;
  font-size: 13px;
  line-height: 19px;
}
.login-box .reset-message .reset-links {
  color: #577cff ;
  margin-top: 20px;
  font-weight: 500;
}
.login-box .reset-message .reset-links a {
  color: #577cff ;
  font-weight: bold;
}
.login-box .reset-message .reset-links a:hover {
  text-decoration: underline;
}

.login-footer {
  color: #6b6d84;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 25px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.04);
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.08), transparent);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.08), transparent);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.08), transparent);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.08), transparent);
  /* IE10+ */
  background: linear-gradient(top, rgba(0, 0, 0, 0.08), transparent);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.08)),
    color-stop(100%, transparent)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  background-color: transparent;
}
.login-footer a {
  font-size: 13px;
  font-weight: bold;
  color: #6b6d84;
}
.login-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .login-container {
    position: static;
    top: auto;
    left: auto;
    margin-top: 24px;
    width: 80%;
    margin-left: 10%;
  }
  .login-container.register,
  .login-container.invite {
    margin-top: 24px;
    width: 80%;
    margin-left: 10%;
  }

  .login-box .control-group .btn {
    width: 60%;
  }
  .login-box .control-group.input-tagged {
    margin: 0 0 20px;
    height: 49px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .login-box .control-group.input-tagged i {
    left: 16px;
    margin-left: 20%;
  }
  .login-box .control-group.input-tagged input {
    width: 60%;
  }
  .login-box .control-group .tooltip {
    display: none !important;
  }
  .login-box .page-register .register-form .pull-right,
  .login-box .page-register .register-form .pull-left {
    float: none;
    width: 100%;
    max-width: none;
  }
  .login-box .page-register .register-form .fb-signup {
    margin-bottom: 36px;
    padding: 5%;
    text-align: center;
  }
  .login-box .page-register .register-form .control-group input {
    height: 36px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .login-box .page-register .form-actions {
    padding-left: 0;
  }
  .login-box .page-invite .well {
    margin: 24px;
  }
  .login-box .form-actions {
    text-align: center;
  }
  .login-box .form-actions .buttons-wrapper {
    display: block;
  }
}
@media (max-width: 480px) {
  .login-container {
    width: 96%;
    margin-left: 2%;
    margin-top: 10px;
  }
  .login-container.register,
  .login-container.invite {
    margin-top: 10px;
    width: 96%;
    margin-left: 2%;
  }

  .login-box .control-group .btn {
    width: 80%;
  }
  .login-box .control-group.input-tagged i {
    left: 16px;
    margin-left: 0%;
  }
  .login-box .control-group.input-tagged input {
    width: 100%;
  }
  .login-box .page-register .register-form .fb-signup {
    margin: 12px 0 36px;
    padding: 4%;
  }
  .login-box .page-register .register-form .control-group input {
    height: 36px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.btn-social {
  position: relative;
  padding-left: 45px;
}
.btn-social i {
  text-shadow: none;
  position: absolute;
  left: 0px;
  top: -1px;
  bottom: -1px;
  width: 35px;
}
.btn-social .separator {
  border-right: 1px solid rgba(17, 17, 17, 0.2);
  border-left: 1px solid rgba(238, 238, 238, 0.2);
  position: absolute;
  left: 36px;
  top: -1px;
  bottom: -1px;
  width: 0px;
  padding-top: 10px;
}

.btn-facebook {
  background-color: #5b6d99;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #738ab4, #43517f);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #738ab4, #43517f);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #738ab4, #43517f);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #738ab4, #43517f);
  /* IE10+ */
  background: linear-gradient(top, #738ab4, #43517f);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #738ab4),
    color-stop(100%, #43517f)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF738AB4', endColorstr='#FF43517F',GradientType=0 );
  /* IE6-9 */
  background-repeat: repeat-x;
  border-color: #6384b6 #6384b6 #203665;
}
.btn-facebook,
.btn-facebook:hover {
  color: white;
}
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  color: white;
  background-color: #43517f;
}
.btn-facebook.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-facebook:active,
.btn-facebook.active {
  background-color: #738ab4 \9;
}
.btn-facebook i {
  background: url("images/icon_fb_login.png") no-repeat center center;
}

.btn-twitter {
  background-color: #00a8e8;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #00bfee, #0092e3);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #00bfee, #0092e3);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00bfee, #0092e3);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #00bfee, #0092e3);
  /* IE10+ */
  background: linear-gradient(top, #00bfee, #0092e3);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #00bfee),
    color-stop(100%, #0092e3)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF00BFEE', endColorstr='#FF0092E3',GradientType=0 );
  /* IE6-9 */
  background-repeat: repeat-x;
  border-color: #40b3cf #007eb8 #0078ba;
}
.btn-twitter,
.btn-twitter:hover {
  color: white;
}
.btn-twitter:hover,
.btn-twitter:active,
.btn-twitter.disabled,
.btn-twitter[disabled] {
  color: white;
  background-color: #0092e3;
}
.btn-twitter.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-twitter:active,
.btn-twitter.active {
  background-color: #00bfee \9;
}
.btn-twitter i {
  background: url("images/icon_twitter.png") no-repeat center center;
  width: 27px;
}

.btn-gplus,
.btn-gplus:hover {
  color: #bf4212;
}
.btn-gplus:hover,
.btn-gplus:active,
.btn-gplus.disabled,
.btn-gplus[disabled] {
  color: #bf4212;
  background-color: #e6e6e6;
}
.btn-gplus.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-gplus i {
  background: url("images/icon_gplus.png") no-repeat center center;
}

.btn-pinterest {
  background-color: #d02216;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #dc2b1c, #c51a11);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #dc2b1c, #c51a11);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dc2b1c, #c51a11);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #dc2b1c, #c51a11);
  /* IE10+ */
  background: linear-gradient(top, #dc2b1c, #c51a11);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #dc2b1c),
    color-stop(100%, #c51a11)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFDC2B1C', endColorstr='#FFC51A11',GradientType=0 );
  /* IE6-9 */
  background-repeat: repeat-x;
  border-color: #c55a51 #a71b12 #a2140e;
}
.btn-pinterest,
.btn-pinterest:hover {
  color: white;
}
.btn-pinterest:hover,
.btn-pinterest:active,
.btn-pinterest.disabled,
.btn-pinterest[disabled] {
  color: white;
  background-color: #c51a11;
}
.btn-pinterest.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-pinterest:active,
.btn-pinterest.active {
  background-color: #dc2b1c \9;
}
.btn-pinterest i {
  background: url("images/icon_pinterest.png") no-repeat center center;
}
.btn-pinterest img {
  position: absolute;
  margin-left: -5000px;
}

.btn-email-share,
.btn-email-share:hover {
  color: #545454;
}
.btn-email-share:hover,
.btn-email-share:active,
.btn-email-share.disabled,
.btn-email-share[disabled] {
  background-color: #e6e6e6;
}
.btn-email-share.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-email-share i {
  background: url("images/icon_email_share.png") no-repeat center center;
}

.common-social-tools .btn {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 13px;
  margin-right: 5px;
  height: 22px;
  padding-bottom: 5px;
  padding-top: 3px;
  padding-left: 35px;
  font-weight: bold;
}
.common-social-tools .btn i {
  width: 25px;
}
.common-social-tools .btn .separator {
  left: 25px;
}

body.org-users form {
  margin: 0;
}
body.org-users label.well {
  display: table;
  width: 100%;
  margin-bottom: 12px;
  padding: 6px;
}
body.org-users label.well > * {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 14px;
}
body.org-users label.well .role-name {
  width: 160px;
  color: #333;
  font-weight: bold;
  border-right: 1px solid rgba(187, 187, 187, 0.6);
}
@media (max-width: 768px) {
  body.org-users label.well .role-name {
    display: table-row-group;
    text-overflow: ellipsis;
  }
}
body.org-users label.well .role-input {
  width: 20px;
}
body.org-users label.well .role-input input {
  width: 20px;
  height: 20px;
}

body.org-promoters .well-blank-page .background-icon {
  bottom: -150px;
  right: -30px;
}
body.org-promoters .well-blank-page .background-icon i:before {
  font-size: 300px;
  line-height: 300px;
}
body.org-promoters #promoters-container .promoter-email-label {
  font-size: 14px;
  padding: 5px 10px;
  margin: 7px 0;
}
body.org-promoters #promoters-container form {
  margin: 0;
}
body.org-promoters #promoters-container form .fields-container {
  max-width: 600px;
}
body.org-promoters #promoters-container .content-block {
  position: relative;
}

body.common-list .well-blank-page .background-icon {
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  bottom: -190px;
  right: 30px;
}
body.common-list .well-blank-page .background-icon i:before {
  font-size: 300px;
  line-height: 300px;
}
body.common-list .block-header .list-name {
  display: inline-block;
}
@media (max-width: 768px) {
  body.common-list .block-header .list-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  }
}
body.common-list .block-header h4 i {
  margin-left: 7px;
  position: relative;
  top: 1px;
}
body.common-list .block-header h4 input {
  margin: -6px 0 -4px -10px;
}
body.common-list .block-header .list-description {
  display: inline-block;
  height: 38px;
  margin: -10px 0;
  vertical-align: middle;
}
body.common-list .block-header .list-description span {
  display: inline-block;
  line-height: 18px;
}
@media (max-width: 979px) {
  body.common-list .block-header .list-description {
    display: none;
  }
}
body.common-list .block-contents .table-title {
  margin-bottom: 0;
  color: #999999;
  font-size: 15px;
  font-weight: bold;
}
body.common-list .block-contents .table {
  margin-bottom: 0;
}
body.common-list .block-contents .table tr {
  height: 24px;
}
body.common-list .block-contents .table .guest-info {
  font-weight: bold;
}
body.common-list .block-contents .table .guest-info .guest-name {
  color: #333;
}
body.common-list .block-contents .table .guest-info .guest-plus {
  padding-left: 10px;
}
body.common-list .block-contents .table .manager-name,
body.common-list .block-contents .table .manager-limit {
  font-weight: bold;
  white-space: nowrap;
}
body.common-list .block-contents .table .manager-name {
  color: #f5f5f5;
}
body.common-list .block-contents .table .manager-limit {
  border-right: none;
  text-align: right;
}
body.common-list .block-contents .table .manager-email {
  border-left: none;
  border-right: none;
  width: 100%;
}
body.common-list .block-contents .table .manager-actions,
body.common-list .block-contents .table .guest-actions {
  border-left: none;
  padding: 0 0 0 4px;
  white-space: nowrap;
}
body.common-list .block-contents .table .manager-actions a,
body.common-list .block-contents .table .guest-actions a {
  margin-left: -5px;
  padding: 4px 8px;
}
body.common-list .block-contents .table .manager-actions a .icon-edit,
body.common-list .block-contents .table .guest-actions a .icon-edit {
  font-size: 1.4em;
}
body.common-list .block-contents .table .manager-actions a .icon-close-sign,
body.common-list .block-contents .table .guest-actions a .icon-close-sign {
  font-size: 1.2em;
}
body.common-list .block-contents .list-loading {
  text-align: center;
}
body.common-list .block-contents .members-wrapper {
  max-height: 316px;
  overflow-y: auto;
  padding: 12px;
  -webkit-overflow-scrolling: touch;
}
body.common-list .block-contents .members-wrapper textarea {
  display: none;
  height: 316px;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body.common-list .block-contents .list-errors {
  color: #ff0000;
  margin: 0 -24px;
  padding: 0 12px;
}
body.common-list .block-contents .list-errors em {
  color: #ee0000;
  font-weight: bold;
}
body.common-list .block-contents .mass-editor-help {
  display: none;
  margin-left: -12px;
}
body.common-list .block-contents .mass-editor-help pre {
  margin-top: 12px;
}
body.common-list .block-contents .list-actions {
  margin: 0 -24px;
  padding: 12px;
}
@media (max-width: 768px) {
  body.common-list .block-contents .list-actions {
  margin: 0 -24px;
  padding: 12px;
  display: grid;
  display: flex;
  flex-direction: column; 
  }
}

body.common-list .block-contents .list-actions .normal-actions {
  display: inline-block;
}
body.common-list .block-contents .list-actions .mass-actions {
  display: none;
}
body.common-list .block-contents .list-actions .btn-primary {
  margin-right: 12px;
}
@media (max-width: 768px) {
  body.common-list .block-contents .list-actions .btn-primary {
  margin-right: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  }
}
@media (max-width: 768px) {
  body.common-list .block-contents .list-actions .toggle-mass-editor {
  margin-right: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  }
}

@media (max-width: 768px) {
  body.common-list .block-contents .list-actions .email-list {
  margin-right: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  }
}

@media (max-width: 768px) {
  body.common-list .block-contents .list-actions .delete-list {
  margin-right: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  }
}

@media (max-width: 768px) {
  body.common-list .block-contents .list-actions .toggle-normal-editor {
  margin-right: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  }
}


body.common-list .block-contents .list-actions .promote-list {
  margin-left: 0px;
}
body.common-list .block-contents.mass-editor .members-wrapper table {
  display: none;
}
body.common-list .block-contents.mass-editor .members-wrapper textarea.members {
  display: block;
}
body.common-list .block-contents.mass-editor .mass-editor-help {
  display: block;
}
body.common-list .block-contents.mass-editor .list-actions .normal-actions {
  display: none;
}
body.common-list .block-contents.mass-editor .list-actions .mass-actions {
  display: inline-block;
}
body.common-list .block-contents .block-footer {
  padding-left: 12px;
  padding-right: 12px;
}
body.common-list .block-contents .block-footer .btn {
  margin-top: 12px;
}
body.common-list .permanent-list .block-header .permanent-toggle {
  display: block;
}
body.common-list .permanent-list .block-header .badge {
  display: inline;
}
body.common-list .permanent-list .delete-list {
  display: none;
}
body.common-list .promoter-list .block-header .badge-important,
body.common-list .ticket-list .block-header .badge-important,
body.common-list .normal-list .block-header .badge-important,
body.common-list .permanent-list .block-header .badge-important {
  background: #ff5a57;
  display: none;
}
body.common-list .promoter-list .block-contents .members-wrapper,
body.common-list .ticket-list .block-contents .members-wrapper,
body.common-list .normal-list .block-contents .members-wrapper,
body.common-list .permanent-list .block-contents .members-wrapper {
  margin: -24px -24px 0;
}

@media (max-width: 768px) {
  body.common-list .normal-list .block-contents .members-wrapper {
  margin: 0;
  }
}

body.common-list .promoter-list .block-contents .members-wrapper .guest-info,
body.common-list .promoter-list .block-contents .members-wrapper .guest-added,
body.common-list
  .promoter-list
  .block-contents
  .members-wrapper
  .guest-email-status,
body.common-list .ticket-list .block-contents .members-wrapper .guest-info,
body.common-list .ticket-list .block-contents .members-wrapper .guest-added,
body.common-list
  .ticket-list
  .block-contents
  .members-wrapper
  .guest-email-status,
body.common-list .normal-list .block-contents .members-wrapper .guest-info,
body.common-list .normal-list .block-contents .members-wrapper .guest-added,
body.common-list
  .normal-list
  .block-contents
  .members-wrapper
  .guest-email-status,
body.common-list .permanent-list .block-contents .members-wrapper .guest-info,
body.common-list .permanent-list .block-contents .members-wrapper .guest-added,
body.common-list
  .permanent-list
  .block-contents
  .members-wrapper
  .guest-email-status {
  white-space: nowrap;
}
body.common-list .promoter-list .block-contents .members-wrapper .guest-comment,
body.common-list .ticket-list .block-contents .members-wrapper .guest-comment,
body.common-list .normal-list .block-contents .members-wrapper .guest-comment,
body.common-list
  .permanent-list
  .block-contents
  .members-wrapper
  .guest-comment {
  border-right: none;
  width: 100%;
}
body.common-list .promoter-list .block-contents .members-wrapper .guest-added,
body.common-list .ticket-list .block-contents .members-wrapper .guest-added,
body.common-list .normal-list .block-contents .members-wrapper .guest-added,
body.common-list .permanent-list .block-contents .members-wrapper .guest-added,
body.common-list
  .promoter-list
  .block-contents
  .members-wrapper
  .guest-email-status,
body.common-list
  .ticket-list
  .block-contents
  .members-wrapper
  .guest-email-status,
body.common-list
  .normal-list
  .block-contents
  .members-wrapper
  .guest-email-status,
body.common-list
  .permanent-list
  .block-contents
  .members-wrapper
  .guest-email-status {
  border-left: none;
}
body.common-list .promoter-list .block-contents .members-wrapper .guest-added,
body.common-list .normal-list .block-contents .members-wrapper .guest-added,
body.common-list .permanent-list .block-contents .members-wrapper .guest-added,
body.common-list
  .promoter-list
  .block-contents
  .members-wrapper
  .guest-email-status,
body.common-list
  .normal-list
  .block-contents
  .members-wrapper
  .guest-email-status,
body.common-list
  .permanent-list
  .block-contents
  .members-wrapper
  .guest-email-status {
  border-right: none;
}
body.common-list .free-ticket-list .free-ticket-guest-status {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px 2px;
  border: 1px solid #878787;
  border-radius: 100%;
}
body.common-list
  .free-ticket-list
  .free-ticket-guest-status.free-ticket-guest-status-sent {
  border-color: #9b9;
  background: #9b9;
}

body.org-viplist .normal-list {
  position: relative;
}
body.org-viplist .permanent-list .delete-list {
  display: inline;
  width: 100px; 
}

/* Venue tables */
body.tables_config #tables-container {
  padding-right: 180px;
}
body.tables_config #tables-container #floorplan-objects {
  background: url("images/texture-gray-noise.jpg") repeat scroll 0 0 transparent;
  bottom: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-right: 20px;
  margin-top: 53px;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 160px;
  -webkit-overflow-scrolling: touch;
}
body.tables_config #tables-container #floorplan-objects .objects-title {
  box-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  padding: 24px 8px;
  text-align: center;
}
body.tables_config #tables-container #floorplan-objects .object-group {
  box-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  border-bottom: 1px solid #ccc;
  min-height: 5em;
  line-height: normal;
  padding: 16px;
  position: relative;
}
body.tables_config #tables-container #object-helper-holder {
  position: fixed;
}
body.tables_config #tables-container .object-group,
body.tables_config #tables-container #object-helper-holder {
  zoom: 1;
}
body.tables_config #tables-container .object-group .object,
body.tables_config #tables-container #object-helper-holder .object {
  cursor: move;
  margin: 4px;
}
body.tables_config #tables-container .object-group .object.object-wall-3,
body.tables_config #tables-container .object-group .object.object-wall-4,
body.tables_config
  #tables-container
  #object-helper-holder
  .object.object-wall-3,
body.tables_config
  #tables-container
  #object-helper-holder
  .object.object-wall-4 {
  float: none;
}
body.tables_config #tables-container .object-group .object.object-wall-4,
body.tables_config
  #tables-container
  #object-helper-holder
  .object.object-wall-4 {
  margin-right: 40px;
}
body.tables_config
  #tables-container
  .object-group
  .object.object-table
  .object-name,
body.tables_config
  #tables-container
  #object-helper-holder
  .object.object-table
  .object-name {
  font-size: 1.2em;
}
body.tables_config #tables-container .object-group .object.object-table-5,
body.tables_config
  #tables-container
  #object-helper-holder
  .object.object-table-5 {
  margin: 8px 0 8px 16px;
}
body.tables_config #tables-container .object-group .object.object-table-6,
body.tables_config
  #tables-container
  #object-helper-holder
  .object.object-table-6 {
  margin: 20px 0 0 34px;
}
body.tables_config #tables-container .object-group .object.object-table-9,
body.tables_config
  #tables-container
  #object-helper-holder
  .object.object-table-9 {
  margin: 30px 0 0 30px;
}
@media (max-width: 768px) {
  body.tables_config #tables-container .object-group .object.object-table-9,
  body.tables_config
    #tables-container
    #object-helper-holder
    .object.object-table-9 {
    margin-top: 26px;
  }
}
body.tables_config #tables-container .object-group .object.object-table-10,
body.tables_config
  #tables-container
  #object-helper-holder
  .object.object-table-10 {
  margin: 30px 0 0 42px;
}
@media (max-width: 768px) {
  body.tables_config #tables-container .object-group .object.object-table-10,
  body.tables_config
    #tables-container
    #object-helper-holder
    .object.object-table-10 {
    margin-top: 5px;
    margin-left: 31px;
  }
}
body.tables_config #tables-container .object-group:before,
body.tables_config #tables-container .object-group:after,
body.tables_config #tables-container #object-helper-holder:before,
body.tables_config #tables-container #object-helper-holder:after {
  content: "";
  display: table;
}
body.tables_config #tables-container .object-group:after,
body.tables_config #tables-container #object-helper-holder:after {
  clear: both;
}
body.tables_config
  #tables-container
  #floorplans-container
  .floorplan-wrapper
  .block-header {
  cursor: auto;
}
body.tables_config
  #tables-container
  #floorplans-container
  .floorplan-wrapper
  .block-header
  input {
  margin: -6px 0;
}
body.tables_config
  #tables-container
  #floorplans-container
  .floorplan-wrapper
  .block-header
  .icon-edit,
body.tables_config
  #tables-container
  #floorplans-container
  .floorplan-wrapper
  .block-header
  .icon-close-sign {
  font-size: 1.4em;
  line-height: 1.1em;
  margin-left: 3px;
  vertical-align: baseline;
}
body.tables_config
  #tables-container
  #floorplans-container
  .floorplan-wrapper
  .block-header
  .icon-edit:before,
body.tables_config
  #tables-container
  #floorplans-container
  .floorplan-wrapper
  .block-header
  .icon-close-sign:before {
  color: #b2b2b2;
  background: -webkit-linear-gradient(#999, #ccc);
  text-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.tables_config
  #tables-container
  #floorplans-container
  .floorplan-wrapper
  .block-header
  .delete-area-confirm {
  font-size: 12px;
  font-weight: bold;
  color: #bababa;
}
body.tables_config
  #tables-container
  #floorplans-container
  .floorplan-wrapper
  .block-contents {
  padding: 0;
}
body.tables_config
  #tables-container
  #floorplans-container
  .floorplan-wrapper
  .block-contents
  .floorplan {
  position: relative;
}
body.tables_config
  #tables-container
  #floorplans-container
  .floorplan-wrapper
  .block-contents
  .floorplan-placeholder {
  left: 10%;
  margin-top: -10%;
  height: 100px;
  padding: 10px;
  position: absolute;
  right: 10%;
  top: 50%;
}
@media (max-width: 768px) {
  body.tables_config
  #tables-container
  #floorplans-container
  .floorplan-wrapper
  .block-contents
  .floorplan-placeholder {
  left: auto;
  margin-top: auto;
  height: auto;
  padding: 10px;
  position: absolute;
  right: auto;
  top: auto;
  }
}
body.tables_config
  #tables-container
  #floorplans-container
  .floorplan-wrapper
  .block-contents
  .floorplan-placeholder
  img {
  margin: 10px;
  margin-right: 20px;
}
body.tables_config
  #tables-container
  #floorplans-container
  .floorplan-wrapper
  .block-contents
  .floorplan-placeholder
  h4 {
  margin-top: 14px;
}
body.tables_config #tables-container .floorplan-template {
  display: none;
}
body.tables_config #tables-container #table-properties {
  position: absolute;
  right: auto;
  width: 280px;
}
body.tables_config #tables-container #table-properties .error {
  color: #ff5a57;
  border-color: #ff5a57;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
body.tables_config #tables-container #table-properties .error:focus {
  border-color: #ff2824;
  box-shadow: 0 0 6px #ffbebd inset;
  -moz-box-shadow: 0 0 6px #ffbebd inset;
  -webkit-box-shadow: 0 0 6px #ffbebd inset;
}
body.tables_config #tables-container #confirm-delete-area {
  width: 220px;
}
body.tables_config #tables-container #confirm-delete-area h4 {
  text-align: center;
}
body.tables_config #tables-container #confirm-delete-area .modal-footer {
  background: #fff;
  border-top: none;
}
@media (max-width: 768px) {
  body.tables_config #tables-container {
    padding-right: 0;
    padding-top: 0;
  }
  body.tables_config #tables-container .row-fluid {
    padding-top: 120px;
  }
  body.tables_config #tables-container #floorplan-objects-wrapper {
    position: relative;
  }
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper
    .objects-left-blinder,
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper
    .objects-right-blinder {
    display: none;
    height: 140px;
    position: absolute;
    top: 1px;
    width: 16px;
    z-index: 20;
  }
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper
    .objects-left-blinder {
    background: -moz-linear-gradient(
      left,
      #f6f6f6 0%,
      rgba(246, 246, 246, 0) 100%
    );
    /* FF3.6+ */
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, #f6f6f6),
      color-stop(100%, rgba(246, 246, 246, 0))
    );
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
      left,
      #f6f6f6 0%,
      rgba(246, 246, 246, 0) 100%
    );
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
      left,
      #f6f6f6 0%,
      rgba(246, 246, 246, 0) 100%
    );
    /* Opera 11.10+ */
    background: -ms-linear-gradient(
      left,
      #f6f6f6 0%,
      rgba(246, 246, 246, 0) 100%
    );
    /* IE10+ */
    background: linear-gradient(
      to right,
      #f6f6f6 0%,
      rgba(246, 246, 246, 0) 100%
    );
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
    left: 1px;
  }
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper
    .objects-right-blinder {
    background: -moz-linear-gradient(
      left,
      rgba(246, 246, 246, 0) 0%,
      #f6f6f6 100%
    );
    /* FF3.6+ */
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, rgba(246, 246, 246, 0)),
      color-stop(100%, #f6f6f6)
    );
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
      left,
      rgba(246, 246, 246, 0) 0%,
      #f6f6f6 100%
    );
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
      left,
      rgba(246, 246, 246, 0) 0%,
      #f6f6f6 100%
    );
    /* Opera 11.10+ */
    background: -ms-linear-gradient(
      left,
      rgba(246, 246, 246, 0) 0%,
      #f6f6f6 100%
    );
    /* IE10+ */
    background: linear-gradient(
      to right,
      rgba(246, 246, 246, 0) 0%,
      #f6f6f6 100%
    );
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f6f6', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */
    right: 1px;
  }
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper
    #floorplan-objects {
    background-color: #f6f6f6;
    /* For greater backwards compatibility */
    background: -moz-linear-gradient(top, #fff, #eee);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, #fff, #eee);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff, #eee);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fff, #eee);
    /* IE10+ */
    background: linear-gradient(top, #fff, #eee);
    /* W3C */
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #fff),
      color-stop(100%, #eee)
    );
    /* Chrome,Safari4+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE',GradientType=0 );
    /* IE6-9 */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    border: 1px solid #ddd;
    height: 140px;
    margin-bottom: -110px;
    margin-right: 0;
    margin-top: 0;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: auto;
    white-space: nowrap;
    z-index: 10;
  }
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper
    #floorplan-objects
    .objects-title {
    display: none;
  }
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper
    #floorplan-objects
    .object-group {
    display: inline-block;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper
    #floorplan-objects
    .object-group
    .object {
    display: block;
  }
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper
    #floorplan-objects
    .object-group
    .object.object-wall-3,
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper
    #floorplan-objects
    .object-group
    .object.object-wall-4 {
    margin-left: 4em;
    margin-right: 0;
  }
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper
    #floorplan-objects
    .object-group
    .object.object-dance {
    white-space: normal;
  }
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper.affix
    #floorplan-objects {
    bottom: auto;
    left: 100px;
    margin-right: 10px;
    position: static;
    right: 0;
    top: 53px;
  }
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper.affix
    .objects-left-blinder,
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper.affix
    .objects-right-blinder {
    position: fixed;
    top: 54px;
  }
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper.affix
    .objects-left-blinder {
    left: 101px;
  }
  body.tables_config
    #tables-container
    #floorplan-objects-wrapper.affix
    .objects-right-blinder {
    right: 11px;
  }
  body.tables_config #tables-container #object-helper-holder .object {
    z-index: 20;
  }
}
@media (max-width: 768px) {
  body.tables_config #tables-container #floorplan-objects.affix {
    top: 0;
  }
}
@media (min-width: 1200px) {
  body.tables_config #tables-container {
    padding-right: 260px;
  }
  body.tables_config
    #tables-container
    #floorplans-container
    .floorplan-wrapper
    .block-contents
    .floorplan-placeholder {
    left: 25%;
    right: 25%;
  }
  body.tables_config #tables-container #floorplan-objects {
    width: 240px;
  }
  body.tables_config
    #tables-container
    #floorplan-objects
    .object-group
    .object.object-wall-4 {
    margin-right: 70px;
  }
}

/* Venue menu */
body.venue_menu #content {
  margin-bottom: 0;
}
body.venue_menu #content .content-block {
  margin-bottom: 0;
  padding: 20px;
}
body.venue_menu .block-header {
  cursor: auto;
}
body.venue_menu .block-contents table {
  margin-bottom: 0;
}
body.venue_menu .block-contents table .item-name {
  border-right: none;
  color: #384653;
  font-weight: bold;
}
body.venue_menu .block-contents table .item-price {
  border-left: none;
  border-right: none;
  font-weight: bold;
  width: 100%;
}
body.venue_menu .block-contents table .item-edit {
  border-left: none;
  border-right: none;
}
body.venue_menu .block-contents table .item-edit i {
  font-size: 1.5em;
}
body.venue_menu .block-contents table .item-edit i:before {
  color: #698194;
  background: -webkit-linear-gradient(#455c70, #8da6b9);
  text-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.venue_menu .block-contents table .item-remove {
  border-left: none;
}
body.venue_menu .block-contents table .item-remove i {
  font-size: 1.2em;
}
body.venue_menu .block-contents table .item-remove i:before {
  color: #698194;
  background: -webkit-linear-gradient(#455c70, #8da6b9);
  text-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.venue_menu #item-modal {
  width: 300px;
}
body.venue_menu #item-modal .append-block-level {
  margin-right: 50px;
}
body.venue_menu #item-modal.edit .modal-add {
  display: none;
}
body.venue_menu #item-modal.edit .modal-edit {
  display: block;
}
body.venue_menu .select-currency form {
  margin-bottom: 0;
}

/* Notification page */
body.notifications .content-block .block-header {
  cursor: default;
}
body.notifications .content-block .block-header h4 {
  width: 70%;
}
body.notifications .content-block .block-header .notification-timestamp {
  color: #999;
  line-height: 1;
  margin: -6px 0 0;
}
body.notifications
  .content-block
  .block-header
  .notification-timestamp
  i::before {
  color: #b2b2b2;
  background: -webkit-linear-gradient(#999, #ccc);
  text-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5em;
}
body.notifications .content-block .block-contents img {
  margin: 0 20px 20px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset;
}
body.notifications .content-block .block-contents a {
  color: #6b6d84;
  font-weight: bold;
  text-decoration: underline;
}
body.notifications .content-block .block-contents.event-toggle {
  cursor: pointer;
}
body.notifications
  .content-block
  .block-contents.event-description
  .event-name {
  color: #222;
  font-size: 16px;
  font-weight: bold;
}
body.notifications
  .content-block
  .block-contents.event-description
  .event-timestamp {
  margin-bottom: 16px;
}
body.notifications
  .content-block
  .block-contents.event-description
  .event-timestamp
  i::before {
  color: #b2b2b2;
  background: -webkit-linear-gradient(#999, #ccc);
  text-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5em;
}
body.notifications .content-block.to-others {
  box-shadow: 0 0 6px #700;
  -moz-box-shadow: 0 0 6px #700;
  -webkit-box-shadow: 0 0 6px #700;
}
body.notifications #actioned-notifications {
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  opacity: 0.5;
}
body.notifications
  #actioned-notifications
  .content-block
  .block-header
  .notification-actions
  .btn {
  display: none;
}
body.notifications
  #actioned-notifications
  .content-block
  .block-header
  .notification-actions
  .label {
  display: inline-block;
}

/* Generic stuff */
.floorplan-objects-container .object {
  color: white;
  display: inline-block;
  font-weight: bold;
  height: 5em;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 5em;
}
.floorplan-objects-container .object .object-name {
  font-size: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  margin-top: -0.6em;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 100%;
}
.floorplan-objects-container .object.guest-name {
  width: 8em;
  height: 2.2em;
  line-height: 2.2em;
  margin-left: -1.5em;
  border: 1px solid #ababab;
  color: #666666;
  cursor: pointer;
  z-index: 99;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
  background: -moz-linear-gradient(top, #f2f2f2, #d1d1d1);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #f2f2f2, #d1d1d1);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2, #d1d1d1);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2, #d1d1d1);
  /* IE10+ */
  background: linear-gradient(top, #f2f2f2, #d1d1d1);
  /* W3C */
}
.floorplan-objects-container .object.guest-name .the-name {
  font-size: 1.8em;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  font-weight: bold;
}
.floorplan-objects-container .object.guest-name-1,
.floorplan-objects-container .object.guest-name-3,
.floorplan-objects-container .object.guest-name-5,
.floorplan-objects-container .object.guest-name-7 {
  margin-top: 3.6em;
}
.floorplan-objects-container .object.guest-name-2,
.floorplan-objects-container .object.guest-name-4,
.floorplan-objects-container .object.guest-name-6 {
  margin-top: 2em;
  width: 6em;
  height: 1.9em;
  line-height: 1.9em;
}
.floorplan-objects-container .object.guest-name-7 {
  margin-left: 1em;
}
.floorplan-objects-container .object.guest-name-8 {
  margin-top: 8.6em;
}
.floorplan-objects-container .object.guest-name-9 {
  margin-top: 6.1em;
  margin-left: 0;
}
.floorplan-objects-container .object.guest-name-10 {
  margin-top: 6.1em;
  margin-left: -2.9em;
}
.floorplan-objects-container .object.object-table {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  background: -moz-linear-gradient(top, #b3d424, #6da710);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #b3d424, #6da710);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b3d424, #6da710);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #b3d424, #6da710);
  /* IE10+ */
  background: linear-gradient(top, #b3d424, #6da710);
  /* W3C */
  border: 1px solid #fff;
}
.floorplan-objects-container .object.object-table.table-booked {
  background: -moz-linear-gradient(bottom, #cf8a20, #e4bd2a);
  /* FF3.6+ */
  background: -webkit-linear-gradient(bottom, #cf8a20, #e4bd2a);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #cf8a20, #e4bd2a);
  /* Opera11.10+ */
  background: -ms-linear-gradient(bottom, #cf8a20, #e4bd2a);
  /* IE10+ */
  background: linear-gradient(bottom, #cf8a20, #e4bd2a);
  /* W3C */
}
.floorplan-objects-container .object.object-table.table-arrived {
  background: -moz-linear-gradient(bottom, #c54138, #df7564);
  /* FF3.6+ */
  background: -webkit-linear-gradient(bottom, #c54138, #df7564);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #c54138, #df7564);
  /* Opera11.10+ */
  background: -ms-linear-gradient(bottom, #c54138, #df7564);
  /* IE10+ */
  background: linear-gradient(bottom, #c54138, #df7564);
  /* W3C */
}
.floorplan-objects-container .object.object-table .object-name {
  font-size: 2em;
}
.floorplan-objects-container .object.object-table.ui-state-active {
  border-color: Red;
}
.floorplan-objects-container .object.object-table-1,
.floorplan-objects-container .object.object-table-2 {
  border-radius: 50%;
}
.floorplan-objects-container .object.object-table-2,
.floorplan-objects-container .object.object-table-4,
.floorplan-objects-container .object.object-table-6 {
  font-size: 0.6em;
}
.floorplan-objects-container .object.object-table-2 .object-name,
.floorplan-objects-container .object.object-table-4 .object-name,
.floorplan-objects-container .object.object-table-6 .object-name {
  font-size: 2.5em;
}
.floorplan-objects-container .object.object-table-3,
.floorplan-objects-container .object.object-table-4 {
  border-radius: 5%;
}
.floorplan-objects-container .object.object-table-3.table-booked,
.floorplan-objects-container .object.object-table-3.table-arrived,
.floorplan-objects-container .object.object-table-4.table-booked,
.floorplan-objects-container .object.object-table-4.table-arrived {
  height: 4.4em;
}
.floorplan-objects-container .object.object-table-4.table-booked,
.floorplan-objects-container .object.object-table-4.table-arrived {
  height: 4.2em;
}
.floorplan-objects-container .object.object-table-5,
.floorplan-objects-container .object.object-table-6,
.floorplan-objects-container .object.object-table-9,
.floorplan-objects-container .object.object-table-10 {
  border-radius: 5%;
  -moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg)
    skewY(0deg);
}
.floorplan-objects-container .object.object-table-5 .object-name,
.floorplan-objects-container .object.object-table-6 .object-name,
.floorplan-objects-container .object.object-table-9 .object-name,
.floorplan-objects-container .object.object-table-10 .object-name {
  -moz-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg)
    skewY(0deg);
}
.floorplan-objects-container .object.object-table-9 {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.floorplan-objects-container .object.object-table-9 .object-name {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.floorplan-objects-container .object.object-table-7 {
  width: 10em;
}
.floorplan-objects-container .object.object-table-8 {
  height: 10em;
}
.floorplan-objects-container .object.object-table-9 {
  height: 10em;
}
.floorplan-objects-container .object.object-table-10 {
  height: 10em;
}
.floorplan-objects-container .object.object-bar {
  z-index: 7;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  background: url("images/texture-bar.jpg") repeat-x scroll 0 0 transparent;
  background-size: auto 100%;
  border: 1px solid #fff;
}
.floorplan-objects-container .object.object-bar-2 {
  z-index: 7;
  font-size: 0.6em;
}
.floorplan-objects-container .object.object-dj {
  z-index: 7;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  background-color: #577696;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #6e96b1, #41577b);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #6e96b1, #41577b);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6e96b1, #41577b);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #6e96b1, #41577b);
  /* IE10+ */
  background: linear-gradient(top, #6e96b1, #41577b);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #6e96b1),
    color-stop(100%, #41577b)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6E96B1', endColorstr='#FF41577B',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #fff;
}
.floorplan-objects-container .object.object-dj-1 {
  height: 2em;
}
.floorplan-objects-container .object.object-dj-2 {
  width: 2em;
}
.floorplan-objects-container .object.object-wall {
  z-index: 6;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  background-color: #ddd;
  border: 1px solid #fff;
}
.floorplan-objects-container .object.object-wall-1 {
  width: 0.5em;
}
.floorplan-objects-container .object.object-wall-2 {
  width: 0.5em;
  height: 3em;
}
.floorplan-objects-container .object.object-wall-3 {
  height: 0.5em;
}
.floorplan-objects-container .object.object-wall-4 {
  height: 0.5em;
  width: 3em;
}
.floorplan-objects-container .object.object-dance {
  z-index: 5;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  background: url("images/texture-dance.jpg") repeat-x scroll 0 0 transparent;
  background-size: auto 100%;
  border: 1px solid #fff;
}
.floorplan-objects-container .object.object-dance .object-name {
  height: 2.4em;
  margin-top: -1.2em;
}
.floorplan-objects-container .object.object-dance-2 {
  font-size: 0.6em;
}

.floorplan > .object.object-table {
  cursor: pointer;
  z-index: 8;
}
.floorplan > .object.object-table.active {
  background: -moz-linear-gradient(bottom, #4c4c4c, #6b6d84);
  /* FF3.6+ */
  background: -webkit-linear-gradient(bottom, #4c4c4c, #6b6d84);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #4c4c4c, #6b6d84);
  /* Opera11.10+ */
  background: -ms-linear-gradient(bottom, #4c4c4c, #6b6d84);
  /* IE10+ */
  background: linear-gradient(bottom, #4c4c4c, #6b6d84);
  /* W3C */
}
.floorplan > .object.guest-name {
  cursor: pointer;
}

#share-tools .modal-body .common-social-tools {
  margin-top: 8px;
  margin-bottom: 12px;
}
#share-tools .modal-body .link-copy {
  display: block;
}

body.error {
  background: transparent;
  padding-top: 0px;
  position: relative;
}
body.error #content-wrapper {
  background: -moz-linear-gradient(top, #fff 0%, #dff1f8 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #fff 0%, #dff1f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #dff1f8 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #dff1f8 100%);
  /* IE10+ */
  background: linear-gradient(top, #fff 0%, #dff1f8 100%);
  /* W3C */
  height: 427px;
}
body.error .preload {
  display: none;
}
body.error .error-container {
  width: 100%;
  position: relative;
}
body.error .error-container .error-header {
  height: 418px;
  width: 1136px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
body.error .error-container .error-header .logo {
  background: #fff;
  position: absolute;
  left: 29px;
  height: 39px;
  width: 135px;
  top: 3px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
}
body.error .error-container .error-header .logo img {
  width: 119px;
  height: 31px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-top: 4px;
}
body.error .error-container .error-header .ateam {
  position: absolute;
  background: url("images/ateam.png") no-repeat scroll 0 0 transparent;
  height: 333px;
  width: 456px;
  top: 84px;
  left: 64px;
}
body.error .error-container .error-header .ateam * {
  position: absolute;
}
body.error .error-container .error-header .ateam .ba-muscle {
  background: url("images/ba-muscle.png") no-repeat scroll 0 0 transparent;
  width: 47px;
  height: 66px;
  left: 292px;
  top: 187px;
}
body.error .error-container .error-header .ateam .ba-muscle2 {
  background: url("images/ba-muscle2.png") no-repeat scroll 0 0 transparent;
  width: 47px;
  height: 66px;
  left: 272px;
  top: 141px;
}
body.error .error-container .error-header .ateam .ateam-ivar {
  background: url("images/ateam-ivar.png") no-repeat scroll 0 0 transparent;
  width: 96px;
  height: 168px;
  left: 81px;
  top: 19px;
}
body.error .error-container .error-header .ateam .ateam-andre {
  background: url("images/ateam-andre.png") no-repeat scroll 0 0 transparent;
  width: 78px;
  height: 151px;
  left: 208px;
  top: 28px;
}
body.error .error-container .error-header .ateam .ateam-rivo {
  background: url("images/ateam-rivo.png") no-repeat scroll 0 0 transparent;
  width: 74px;
  height: 141px;
  left: 191px;
  top: 134px;
}
body.error .error-container .error-header .ateam .ateam-smith-collar {
  background: url("images/ateam-smith-collar.png") no-repeat scroll 0 0
    transparent;
  width: 67px;
  height: 81px;
  left: 195px;
  top: 230px;
}
body.error .error-container .error-header .ateam .smoke {
  left: 161px;
  top: 277px;
}
body.error .error-container .error-header .error-box {
  position: absolute;
  background: url("images/error-box.png") no-repeat scroll 0 0 transparent;
  height: 298px;
  width: 531px;
  left: 300px;
  top: 87px;
}
body.error .error-container .error-header .error-box.preload {
  display: block;
}
body.error .error-container .error-header .error-box.preload .error-content {
  background: #fff;
  box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  height: 90px;
}
body.error .error-container .error-header .error-box .error-content {
  position: relative;
  left: 3px;
  top: 4px;
  height: 735px;
  width: 452px;
  padding-bottom: 37px;
  padding-left: 37px;
  padding-right: 20px;
  padding-top: 23px;
}
body.error .error-container .error-header .error-box .error-content h1 {
  color: #333333;
  font-size: 41px;
  letter-spacing: 0px;
}
body.error .error-container .error-header .error-box .error-content p {
  padding-top: 4px;
  color: #8ebd00;
  font-size: 18px;
}
body.error .error-container .error-header .error-box .error-content .btns {
  margin-top: 68px;
  color: #666;
}
body.error .error-container .error-header .error-box .error-content .btns a {
  color: #666;
  text-decoration: underline;
}
body.error .error-container .error-header .error-box .error-content .btns .btn {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
  height: 26px;
  padding-top: 8px;
}
body.error
  .error-container
  .error-header
  .error-box
  .error-content
  .social-tools {
  height: 18px;
  padding-left: 42px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 12px;
  margin: auto;
  margin-top: 45px;
  border: 1px solid #dff1f8;
  display: inline-block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: absolute;
  top: 650px;
  right: 0px;
}
body.error .error-promo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  width: 995px;
  padding-left: 82px;
  padding-right: 82px;
  position: relative;
}
body.error .error-promo .pull-left,
body.error .error-promo .pull-right {
  width: 49%;
}
body.error .error-promo .pull-left div,
body.error .error-promo .pull-right div {
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 25px;
  height: 100%;
}
body.error .error-promo .pull-left div img,
body.error .error-promo .pull-right div img {
  float: left;
  margin-right: 15px;
}
body.error .error-promo .pull-left div h2,
body.error .error-promo .pull-right div h2 {
  margin-top: 10px;
  height: 18px;
  font-weight: bold;
  font-size: 22px;
  line-height: 21px;
  padding-top: 0px;
  color: #136dc5;
}
body.error .error-promo .pull-left div h2 span,
body.error .error-promo .pull-right div h2 span {
  color: #046cc7;
  font-size: 15px;
  font-weight: 600;
}
body.error .error-promo .pull-left div p,
body.error .error-promo .pull-right div p {
  font-size: 13px;
  color: #aaa;
  margin-top: 10px;
}
body.error .error-promo .pull-left div p a,
body.error .error-promo .pull-right div p a {
  color: #999;
  font-weight: bold;
  text-decoration: underline;
}
body.error .error-promo .pull-left {
  border-right: 1px solid #ccc;
}
body.error .error-promo .pull-right div h2 {
  height: 22px;
}
body.error .error-promo .pull-right div p {
  margin-top: 6px;
}
@media (max-width: 1135px) {
  body.error .container-fluid {
    padding: 0px;
    width: 100%;
  }
  body.error .error-container {
    width: 100%;
  }
  body.error .error-container .error-header {
    width: 665px;
  }
  body.error .error-container .error-header .ateam {
    left: 104px;
  }
  body.error .error-container .error-header .error-box {
    left: 85px;
    top: 75px;
  }
  body.error .error-container .error-header .error-box .error-content {
    height: 167px;
    text-align: center;
  }
  body.error .error-container .error-header .error-box .error-content h1,
  body.error .error-container .error-header .error-box .error-content p {
    text-align: left;
  }
  body.error .error-container .error-header .error-box .error-content .btns {
    margin-top: 80px;
  }
  body.error
    .error-container
    .error-header
    .error-box
    .error-content
    .social-tools {
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 0px;
  }
  body.error .error-promo {
    width: 100%;
    padding: 0px;
    border-top: 1px solid #ccc;
  }
  body.error .error-promo .pull-left div,
  body.error .error-promo .pull-right div {
    padding-left: 46px;
    padding-right: 35px;
  }
}
@media (max-width: 945px) {
  body.error .error-promo .pull-right div h2,
  body.error .error-promo .pull-left div h2 {
    display: block;
  }
  body.error .error-promo .pull-right div img,
  body.error .error-promo .pull-left div img {
    float: none;
  }
  body.error .error-promo .pull-right div p,
  body.error .error-promo .pull-left div p {
    display: block;
  }
}

body.venue-promo .tip {
  text-align: center;
}
body.venue-promo form {
  margin-bottom: 0;
}
body.venue-promo form #id_facebookUrl {
  margin-bottom: 4px;
}
body.venue-promo form #facebookUrl_status .fail {
  font-weight: bold;
  color: #800000;
}
body.venue-promo form #facebookUrl_status .success .name {
  font-weight: bold;
}
body.venue-promo form #installToFacebook {
  margin-top: 12px;
}

.image-upload-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(179, 180, 182, 0.61);
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
  background: -moz-linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* IE10+ */
  background: linear-gradient(
    top,
    rgba(192, 194, 196, 0.61) 0%,
    rgba(225, 226, 227, 0.61) 100%
  );
  /* W3C */
}
.image-upload-container input[type="file"] {
  display: none;
}
.image-upload-container .btn {
  position: relative;
  z-index: 10;
}
.image-upload-container .image-remove {
  display: none;
}
.image-upload-container .image-preview {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.image-upload-container.with-preview .image-add {
  display: none;
}
.image-upload-container.with-preview .image-remove {
  display: inline-block;
}

body.event-edit-details .well-blank-page .icon-close-sign {
  cursor: pointer;
  font-size: 22px;
  line-height: 18px;
  padding: 6px 10px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  body.event-edit-details .well-blank-page .icon-close-sign {
    cursor: pointer;
    font-size: 22px;
    line-height: 18px;
    padding: 1px 1px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

body.event-edit-details .content-block {
  margin-bottom: 24px;
  border-radius: 10px;
}
body.event-edit-details .content-block .block-header {
  cursor: auto;
  padding: 24px 24px 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17) !important;
}
body.event-edit-details .content-block .block-contents {
  padding: 12px 24px;
  margin-top: 10px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17) !important;

}
body.event-edit-details .image-upload-container {
  float: left;
  position: relative;
  height: 200px;
  width: 140px;
  border-radius: 10px;
  background: #f5f5f5;
}
body.event-edit-details .image-upload-container i {
  font-size: 110px;
  line-height: 100px;
  position: relative;
  top: 25px;
}
body.event-edit-details .image-upload-container .btn {
  bottom: 10px;
  left: 10px;
  position: absolute;
  width: 120px;
  color: #464c65;
}
body.event-edit-details .image-upload-container .image-preview {
  width: 140px;
}
body.event-edit-details .image-upload-container.with-preview i {
  display: none;
}
body.event-edit-details .image-upload-container ul.errorlist {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  list-style-type: none;
  margin: 0;
  background: #fff;
  border: 1px solid #ff5a57;
  color: #ff5a57;
  overflow-y: auto;
  max-height: 137px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background: -moz-linear-gradient(top, #dddddd 0%, #f3f3f3 7px);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #f3f3f3 7px);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #f3f3f3 7px);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #f3f3f3 7px);
  /* IE10+ */
  background: linear-gradient(top, #dddddd 0%, #f3f3f3 7px);
  /* W3C */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
body.event-edit-details .image-upload-container ul.errorlist li {
  line-height: 16px;
  font-size: 12px;
  text-align: left;
  padding: 3px 5px;
}
body.event-edit-details .import-from-facebook {
  float: right;
  padding: 10px 20px;
  width: 240px;
}
body.event-edit-details .import-from-facebook .facebook-actions {
  height: 40px;
  margin-top: 16px;
}
body.event-edit-details .event-basic-info {
  margin-left: 180px;
  margin-right: 310px;
}
@media (max-width: 768px) {
  body.event-edit-details .event-basic-info {
    margin-left: 0px;
    margin-top: 230px;
  }
}

body.event-edit-details .event-basic-info #div_id_start_time,
body.event-edit-details .event-basic-info #div_id_end_time {
  margin-right: 24px;
}
body.event-edit-details .event-basic-info .active-toggle {
  float: left;
  width: 100%;
}
body.event-edit-details .typeahead {
  text-shadow: none;
}
body.event-edit-details #event-approve-notification {
  margin-bottom: 0;
}
body.event-edit-details #div_id_series .well {
  margin-bottom: 12px;
}
body.event-edit-details #div_id_series .help-block {
  margin-top: 12px;
}
@media (max-width: 979px) {
  body.event-edit-details .import-from-facebook {
    float: none;
    margin-left: 180px;
    width: auto;
  }
  body.event-edit-details .event-basic-info {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  body.event-edit-details .import-from-facebook .facebook-actions {
    height: 90px;
  }
}

body.event-view.event-view-loading #content > .tab-content {
  display: none;
}
body.event-view #scanner-info {
  background: rgba(129, 185, 12, 0.9);
  bottom: 0;
  color: #fff;
  display: none;
  left: 0;
  padding-top: 160px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 600;
}
body.event-view #scanner-info [class*="icon-"] {
  display: none;
  font-size: 200px;
  line-height: 1;
}
body.event-view #scanner-info #scanned-name {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-top: 50px;
}
body.event-view #scanner-info #scanned-entered-info {
  font-size: 20px;
  padding-top: 40px;
}
body.event-view #scanner-info #scanned-error {
  font-size: 48px;
  font-weight: bold;
}
body.event-view #scanner-info.scan-warning {
  background: rgba(255, 191, 0, 0.9);
}
body.event-view #scanner-info.scan-error {
  background: rgba(252, 32, 43, 0.9);
}
body.event-view #scanner-info.scan-success,
body.event-view #scanner-info.scan-warning,
body.event-view #scanner-info.scan-error {
  display: block;
}
body.event-view #scanner-info.scan-success .icon-checked-sign,
body.event-view #scanner-info.scan-warning .icon-question,
body.event-view #scanner-info.scan-error .icon-forbidden {
  display: inline;
}
body.event-view .navbar-inner {
  padding: 0;
  text-align: center;
}
body.event-view .navbar-inner #sidebar-toggle {
  margin-right: 0;
  min-width: 88px;
}
body.event-view .navbar-inner #sidebar-toggle li {
  float: none;
  height: 53px;
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.2), 2px 0 0 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.2),
    2px 0 0 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.2),
    2px 0 0 0 rgba(0, 0, 0, 0.6);
}
body.event-view .navbar-inner #sidebar-toggle li .toggle-arrow {
  font-size: 12px;
  margin: 0 8px;
  vertical-align: bottom;
}
@media (min-width: 980px) and (min-height: 600px) {
  body.event-view .navbar-inner #sidebar-toggle {
    min-width: 108px;
  }
}
body.event-view .navbar-inner .brand {
  display: inline-block;
  float: none;
  margin: 6px 0;
}
@media (max-width: 768px) {
  body.event-view .navbar-inner .brand {
    display: none;
    float: none;
    margin: 6px 0;
  }
}

body.event-view .navbar-inner .nav.pull-right li {
  height: 53px;
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.6),
    -2px 0 0 0 rgba(255, 255, 255, 0.12);
  -moz-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.6),
    -2px 0 0 0 rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.6),
    -2px 0 0 0 rgba(255, 255, 255, 0.12);
}
body.event-view .navbar-inner .nav.pull-right li i {
  font-size: 2em;
}
body.event-view .tooltip {
  z-index: 2000 !important;
  width: 200px;
}
body.event-view .content-side {
  background: url("images/texture-gray-noise.jpg") repeat scroll 0 0 transparent;
  bottom: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-right: 20px;
  margin-top: 53px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 215px;
}
body.event-view .content-side .list-item {
  color: #404654;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: -1px;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(174, 174, 174, 0.3);
  border-bottom: 1px solid rgba(174, 174, 174, 0.3);
  padding: 0 6px;
}
body.event-view .content-side .list-item.active {
  background: -moz-linear-gradient(
    top,
    rgba(171, 191, 205, 0.4),
    rgba(171, 191, 205, 0.4)
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(171, 191, 205, 0.4),
    rgba(171, 191, 205, 0.4)
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(171, 191, 205, 0.4),
    rgba(171, 191, 205, 0.4)
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(171, 191, 205, 0.4),
    rgba(171, 191, 205, 0.4)
  );
  /* IE10+ */
  background: linear-gradient(
    top,
    rgba(171, 191, 205, 0.4),
    rgba(171, 191, 205, 0.4)
  );
  /* W3C */
}
body.event-view .content-side .list-item.stick-to-bottom {
  position: absolute !important;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

body.event-view .content-side .list-item.selected-list {
  background-color: #696e88;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.25) inset;
  border-top-color: #ededed;
  position: relative;
  color: white;
  z-index: 10;
}


body.event-view .content-side .list-item#show-checked-in-people {
  background-color: #229F62; 
  color: white;
  
}
body.event-view .content-side .list-item#show-checked-in-people.selected-list {
  background-color: #696e88;
}

body.event-view .content-side .list-item.selected-list:before {
  border-right: 8px solid #696e88;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
  position: absolute;
  left: -8px;
  margin-top: -8px;
  top: 50%;
}
body.event-view .content-side .list-item a.list-name {
  display: block;
  color: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
body.event-view .content-side .list-item a.list-name:hover {
  text-decoration: none;
}
body.event-view .content-side .list-item a.list-name.untitled-list {
  font-weight: normal;
}
body.event-view .content-side #show-all-lists {
  position: relative;
  margin-top: -2px;
}
body.event-view .content-side #lists-wrapper {
  position: relative;
}
body.event-view .content-side #lists-wrapper .blinder {
  position: absolute;
  left: 0;
  right: 0;
  height: 12px;
  z-index: 5;
  pointer-events: none;
}
body.event-view .content-side #lists-wrapper .blinder.blinder-top {
  top: 0;
  background-color: rgba(237, 237, 237, 0.5);
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #ededed, rgba(237, 237, 237, 0));
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #ededed, rgba(237, 237, 237, 0));
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ededed, rgba(237, 237, 237, 0));
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ededed, rgba(237, 237, 237, 0));
  /* IE10+ */
  background: linear-gradient(top, #ededed, rgba(237, 237, 237, 0));
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ededed),
    color-stop(100%, rgba(237, 237, 237, 0))
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEDEDED', endColorstr='#00EDEDED',GradientType=0 );
  /* IE6-9 */
}
body.event-view .content-side #lists-wrapper .blinder.blinder-bottom {
  bottom: 0;
  background-color: rgba(237, 237, 237, 0.5);
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, rgba(237, 237, 237, 0), #ededed);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0), #ededed);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(237, 237, 237, 0), #ededed);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(237, 237, 237, 0), #ededed);
  /* IE10+ */
  background: linear-gradient(top, rgba(237, 237, 237, 0), #ededed);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(237, 237, 237, 0)),
    color-stop(100%, #ededed)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00EDEDED', endColorstr='#FFEDEDED',GradientType=0 );
  /* IE6-9 */
  border-bottom: 1px solid #ccc;
}
body.event-view .content-side #lists-wrapper #lists {
  margin-left: -10px;
  padding-left: 10px;
  padding-bottom: 1px;
}

body.event-view .content-main {
  margin-bottom: 12px;
  margin-right: 235px;
}
body.event-view .active-walkin .content-main {
  padding: 0 12px;
}
@media (max-width: 1024px) {
  body.event-view .navbar-inner #sidebar-toggle {
    min-width: 88px;
  }
  body.event-view #sidebar {
    width: 90px;
  }
  body.event-view #content {
    margin-left: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body.event-view .content-side {
    margin-right: 5px;
    width: 195px;
  }
  body.event-view .content-main {
    margin-right: 200px;
  }
  body.event-view .container-fluid hr.shade {
    margin-left: -10px;
    margin-right: -10px;
  }
  body.event-view.no-sidebar #content {
    margin-left: 0;
  }
}
body.event-view #content {
  margin-bottom: 0;
}
body.event-view #sidebar {
  z-index: 500;
}
body.event-view .content-side .event-stats {
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
}
body.event-view .content-side .event-stats .metric {
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: white;
  padding: 4px 14px;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
}
body.event-view .content-side .event-stats .metric .stats-count {
  color: #77b509;
  font-size: 16px;
}
body.event-view .content-side .event-stats .metric .stats-label {
  color: #6b6d84;
  font-size: 11px;
  line-height: 1.2;
}
body.event-view .content-side .event-stats .male-female {
  color: #999;
  font-weight: bold;
  margin-top: 12px;
}
body.event-view .content-side .event-stats .male-female .in-male,
body.event-view .content-side .event-stats .male-female .in-female {
  background: url("images/icon_mf.png") no-repeat 0 0;
  background-size: auto 100%;
  display: inline-block;
  height: 20px;
  margin: 0 2px 0 6px;
  position: relative;
  top: 3px;
  width: 20px;
}
body.event-view .content-side .event-stats .male-female .in-female {
  background-position: -24px center;
}
body.event-view #content-guests {
  background-color: #eee;
  bottom: 0;
  display: none;
  left: 150px;
  position: fixed;
  right: 255px;
}
@media (max-width: 1024px) {
  body.event-view #content-guests {
    left: 100px;
    right: 210px;
  }
}
body.event-view.no-sidebar #content-guests {
  left: 20px;
}
@media (max-width: 1024px) {
  body.event-view.no-sidebar #content-guests {
    left: 10px;
  }
}
body.event-view .active-checkin .guestlist-filter-container,
body.event-view .active-walkin .guestlist-filter-container,
body.event-view .active-scanner .guestlist-filter-container {
  position: relative;
  margin-bottom: 12px;
  margin-top: 7px;

}
body.event-view .active-checkin .guestlist-filter-container #guestlist-filter,
body.event-view .active-walkin .guestlist-filter-container #guestlist-filter,
body.event-view .active-scanner .guestlist-filter-container #guestlist-filter {
  font-size: 25px;
  line-height: 1.2;
  height: auto;
  padding: 6px 30px 6px 10px;
  margin-bottom: 0;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
}
body.event-view
  .active-checkin
  .guestlist-filter-container
  #guestlist-filter-clear,
body.event-view
  .active-walkin
  .guestlist-filter-container
  #guestlist-filter-clear,
body.event-view
  .active-scanner
  .guestlist-filter-container
  #guestlist-filter-clear {
  display: none;
  right: 10px;
  position: absolute;
  z-index: 10;
  line-height: 50px;
  font-size: 30px;
  color: #666;
  cursor: pointer;
}
body.event-view
  .active-checkin
  .guestlist-filter-container
  #guestlist-filter-clear:hover,
body.event-view
  .active-walkin
  .guestlist-filter-container
  #guestlist-filter-clear:hover,
body.event-view
  .active-scanner
  .guestlist-filter-container
  #guestlist-filter-clear:hover {
  color: #333;
}
body.event-view .active-checkin #selected-promoter,
body.event-view .active-walkin #selected-promoter,
body.event-view .active-scanner #selected-promoter {
  color: #24282d;
  margin: 20px 0;
}
body.event-view .active-checkin #selected-promoter .promoter-name,
body.event-view .active-walkin #selected-promoter .promoter-name,
body.event-view .active-scanner #selected-promoter .promoter-name {
  font-size: 24px;
  font-weight: bold;
  height: 24px;
}
body.event-view .active-checkin .btn-checkin,
body.event-view .active-walkin .btn-checkin,
body.event-view .active-scanner .btn-checkin {
  height: auto;
  margin-bottom: 6px;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  z-index: 200;
}
body.event-view .active-checkin .btn-checkin.disabled,
body.event-view .active-walkin .btn-checkin.disabled,
body.event-view .active-scanner .btn-checkin.disabled {
  text-shadow: none;
  color: rgba(255, 255, 255, 0.7);
}
body.event-view .active-checkin .btn-checkin + .btn,
body.event-view .active-walkin .btn-checkin + .btn,
body.event-view .active-scanner .btn-checkin + .btn {
  margin-left: 0;
}
body.event-view .active-checkin .btn-male,
body.event-view .active-checkin .btn-female,
body.event-view .active-walkin .btn-male,
body.event-view .active-walkin .btn-female,
body.event-view .active-scanner .btn-male,
body.event-view .active-scanner .btn-female {
  color: white;
}
body.event-view .active-checkin .btn-male,
body.event-view .active-walkin .btn-male,
body.event-view .active-scanner .btn-male {
  background: none;
  background-color: #3d95d1;
}
body.event-view .active-checkin .btn-male:active,
body.event-view .active-checkin .btn-male.active,
body.event-view .active-walkin .btn-male:active,
body.event-view .active-walkin .btn-male.active,
body.event-view .active-scanner .btn-male:active,
body.event-view .active-scanner .btn-male.active {
  background: none;
  background-color: #2170a1;
}
body.event-view .active-checkin .btn-female,
body.event-view .active-walkin .btn-female,
body.event-view .active-scanner .btn-female {
  background: none;
  background-color: #ff7575;
}
body.event-view .active-checkin .btn-female:active,
body.event-view .active-checkin .btn-female.active,
body.event-view .active-walkin .btn-female:active,
body.event-view .active-walkin .btn-female.active,
body.event-view .active-scanner .btn-female:active,
body.event-view .active-scanner .btn-female.active {
  background: none;
  background-color: #c0403e;
}
body.event-view .active-checkin .icon-male,
body.event-view .active-checkin .icon-female,
body.event-view .active-walkin .icon-male,
body.event-view .active-walkin .icon-female,
body.event-view .active-scanner .icon-male,
body.event-view .active-scanner .icon-female {
  display: inline-block;
  background: url("images/gender-male.png") no-repeat 0 0;
  background-size: 12px 22px;
  height: 22px;
  margin: -3px 2px -3px 6px;
  position: relative;
  top: 3px;
  width: 20px;
}
body.event-view .active-checkin .icon-male.icon-female,
body.event-view .active-checkin .icon-female.icon-female,
body.event-view .active-walkin .icon-male.icon-female,
body.event-view .active-walkin .icon-female.icon-female,
body.event-view .active-scanner .icon-male.icon-female,
body.event-view .active-scanner .icon-female.icon-female {
  background: url("images/gender-female.png") no-repeat 0 0;
  background-size: 12px 22px;
}
body.event-view .active-checkin #tally-details,
body.event-view .active-walkin #tally-details,
body.event-view .active-scanner #tally-details {
  position: relative;
}
body.event-view .active-checkin #tally-details .popover,
body.event-view .active-walkin #tally-details .popover,
body.event-view .active-scanner #tally-details .popover {
  top: 40px !important;
}
body.event-view .active-checkin #tally-details .popover,
body.event-view .active-checkin #guest-details .popover,
body.event-view .active-walkin #tally-details .popover,
body.event-view .active-walkin #guest-details .popover,
body.event-view .active-scanner #tally-details .popover,
body.event-view .active-scanner #guest-details .popover {
  width: 320px;
}
body.event-view .active-checkin #tally-details .popover .popover-title,
body.event-view .active-checkin #guest-details .popover .popover-title,
body.event-view .active-walkin #tally-details .popover .popover-title,
body.event-view .active-walkin #guest-details .popover .popover-title,
body.event-view .active-scanner #tally-details .popover .popover-title,
body.event-view .active-scanner #guest-details .popover .popover-title {
  display: none;
}
body.event-view
  .active-checkin
  #tally-details
  .popover
  .tally-category-group-name,
body.event-view
  .active-checkin
  #guest-details
  .popover
  .tally-category-group-name,
body.event-view
  .active-walkin
  #tally-details
  .popover
  .tally-category-group-name,
body.event-view
  .active-walkin
  #guest-details
  .popover
  .tally-category-group-name,
body.event-view
  .active-scanner
  #tally-details
  .popover
  .tally-category-group-name,
body.event-view
  .active-scanner
  #guest-details
  .popover
  .tally-category-group-name {
  padding: 6px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  color: #666;
  text-align: left;
}
body.event-view
  .active-checkin
  #tally-details
  .popover
  .tally-category-group-name
  #tally-count,
body.event-view
  .active-checkin
  #guest-details
  .popover
  .tally-category-group-name
  #tally-count,
body.event-view
  .active-walkin
  #tally-details
  .popover
  .tally-category-group-name
  #tally-count,
body.event-view
  .active-walkin
  #guest-details
  .popover
  .tally-category-group-name
  #tally-count,
body.event-view
  .active-scanner
  #tally-details
  .popover
  .tally-category-group-name
  #tally-count,
body.event-view
  .active-scanner
  #guest-details
  .popover
  .tally-category-group-name
  #tally-count {
  color: #444;
  font-size: 19px;
  margin-left: 4px;
  position: relative;
  top: 2px;
}
body.event-view .active-checkin #tally-details .popover .tally-category-group,
body.event-view .active-checkin #guest-details .popover .tally-category-group,
body.event-view .active-walkin #tally-details .popover .tally-category-group,
body.event-view .active-walkin #guest-details .popover .tally-category-group,
body.event-view .active-scanner #tally-details .popover .tally-category-group,
body.event-view .active-scanner #guest-details .popover .tally-category-group {
  clear: left;
  margin: 0 auto;
  display: inline-block;
  white-space: normal;
}
body.event-view
  .active-checkin
  #tally-details
  .popover
  .tally-category-group
  button,
body.event-view
  .active-checkin
  #guest-details
  .popover
  .tally-category-group
  button,
body.event-view
  .active-walkin
  #tally-details
  .popover
  .tally-category-group
  button,
body.event-view
  .active-walkin
  #guest-details
  .popover
  .tally-category-group
  button,
body.event-view
  .active-scanner
  #tally-details
  .popover
  .tally-category-group
  button,
body.event-view
  .active-scanner
  #guest-details
  .popover
  .tally-category-group
  button {
  padding: 8px 16px;
  margin-bottom: 4px;
}
body.event-view .active-checkin #tally-details .popover .btn,
body.event-view .active-checkin #guest-details .popover .btn,
body.event-view .active-walkin #tally-details .popover .btn,
body.event-view .active-walkin #guest-details .popover .btn,
body.event-view .active-scanner #tally-details .popover .btn,
body.event-view .active-scanner #guest-details .popover .btn {
  background: #ececec;
  border-color: #ccc;
  border-color: #ccc;
  color: #666;
  font-size: 19px;
  font-weight: bold;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body.event-view .active-checkin #tally-details .popover .btn#tally-save,
body.event-view .active-checkin #tally-details .popover .btn#guest-save,
body.event-view .active-checkin #guest-details .popover .btn#tally-save,
body.event-view .active-checkin #guest-details .popover .btn#guest-save,
body.event-view .active-walkin #tally-details .popover .btn#tally-save,
body.event-view .active-walkin #tally-details .popover .btn#guest-save,
body.event-view .active-walkin #guest-details .popover .btn#tally-save,
body.event-view .active-walkin #guest-details .popover .btn#guest-save,
body.event-view .active-scanner #tally-details .popover .btn#tally-save,
body.event-view .active-scanner #tally-details .popover .btn#guest-save,
body.event-view .active-scanner #guest-details .popover .btn#tally-save,
body.event-view .active-scanner #guest-details .popover .btn#guest-save {
  background: #aaa;
  border-color: #6b6d84;
  color: white;
  margin-top: 12px;
  padding: 12px;
}
body.event-view .active-checkin #tally-details .popover .btn#tally-save:active,
body.event-view .active-checkin #tally-details .popover .btn#tally-save.active,
body.event-view .active-checkin #tally-details .popover .btn#guest-save:active,
body.event-view .active-checkin #tally-details .popover .btn#guest-save.active,
body.event-view .active-checkin #guest-details .popover .btn#tally-save:active,
body.event-view .active-checkin #guest-details .popover .btn#tally-save.active,
body.event-view .active-checkin #guest-details .popover .btn#guest-save:active,
body.event-view .active-checkin #guest-details .popover .btn#guest-save.active,
body.event-view .active-walkin #tally-details .popover .btn#tally-save:active,
body.event-view .active-walkin #tally-details .popover .btn#tally-save.active,
body.event-view .active-walkin #tally-details .popover .btn#guest-save:active,
body.event-view .active-walkin #tally-details .popover .btn#guest-save.active,
body.event-view .active-walkin #guest-details .popover .btn#tally-save:active,
body.event-view .active-walkin #guest-details .popover .btn#tally-save.active,
body.event-view .active-walkin #guest-details .popover .btn#guest-save:active,
body.event-view .active-walkin #guest-details .popover .btn#guest-save.active,
body.event-view .active-scanner #tally-details .popover .btn#tally-save:active,
body.event-view .active-scanner #tally-details .popover .btn#tally-save.active,
body.event-view .active-scanner #tally-details .popover .btn#guest-save:active,
body.event-view .active-scanner #tally-details .popover .btn#guest-save.active,
body.event-view .active-scanner #guest-details .popover .btn#tally-save:active,
body.event-view .active-scanner #guest-details .popover .btn#tally-save.active,
body.event-view .active-scanner #guest-details .popover .btn#guest-save:active,
body.event-view .active-scanner #guest-details .popover .btn#guest-save.active {
  background: #999;
}
body.event-view .active-checkin #tally-details .popover .btn:active,
body.event-view .active-checkin #tally-details .popover .btn.active,
body.event-view .active-checkin #guest-details .popover .btn:active,
body.event-view .active-checkin #guest-details .popover .btn.active,
body.event-view .active-walkin #tally-details .popover .btn:active,
body.event-view .active-walkin #tally-details .popover .btn.active,
body.event-view .active-walkin #guest-details .popover .btn:active,
body.event-view .active-walkin #guest-details .popover .btn.active,
body.event-view .active-scanner #tally-details .popover .btn:active,
body.event-view .active-scanner #tally-details .popover .btn.active,
body.event-view .active-scanner #guest-details .popover .btn:active,
body.event-view .active-scanner #guest-details .popover .btn.active {
  background: #dcdcdc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) inset;
}
body.event-view .active-checkin #content-guests,
body.event-view .active-walkin #content-guests,
body.event-view .active-scanner #content-guests {
  display: block;
  border-radius: 10px;
}
body.event-view .active-checkin #guest-details,
body.event-view .active-walkin #guest-details,
body.event-view .active-scanner #guest-details {
  border-top: 1px solid #ccc;
  padding: 12px;
}
body.event-view .active-checkin #guest-details .guest-comment,
body.event-view .active-checkin #guest-details .guest-table,
body.event-view .active-walkin #guest-details .guest-comment,
body.event-view .active-walkin #guest-details .guest-table,
body.event-view .active-scanner #guest-details .guest-comment,
body.event-view .active-scanner #guest-details .guest-table {
  color: #6b6d84;
}
body.event-view .active-checkin #guest-details .guest-table,
body.event-view .active-walkin #guest-details .guest-table,
body.event-view .active-scanner #guest-details .guest-table {
  margin-bottom: 6px;
  margin-top: -6px;
}
body.event-view .active-checkin #guest-details .guest-comment,
body.event-view .active-walkin #guest-details .guest-comment,
body.event-view .active-scanner #guest-details .guest-comment {
  padding-bottom: 8px;
}
body.event-view .active-checkin #guest-details .guest-comment.editable,
body.event-view .active-walkin #guest-details .guest-comment.editable,
body.event-view .active-scanner #guest-details .guest-comment.editable {
  cursor: pointer;
}
body.event-view .active-checkin #guest-details .btn-other-actions,
body.event-view .active-walkin #guest-details .btn-other-actions,
body.event-view .active-scanner #guest-details .btn-other-actions {
  background: url("/media/images/select-arrow3.png") no-repeat 16px 20px;
  height: 44px;
  padding: 0;
  position: relative;
  width: 44px;
}
body.event-view .active-checkin #guest-details .btn-other-actions select,
body.event-view .active-walkin #guest-details .btn-other-actions select,
body.event-view .active-scanner #guest-details .btn-other-actions select {
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.event-view .active-checkin #guest-details #guest-buttons > .span6,
body.event-view .active-walkin #guest-details #guest-buttons > .span6,
body.event-view .active-scanner #guest-details #guest-buttons > .span6 {
  position: relative;
}
body.event-view
  .active-checkin
  #guest-details
  #guest-buttons
  > .span6
  #guest-male
  + .popover,
body.event-view
  .active-checkin
  #guest-details
  #guest-buttons
  > .span6
  #guest-female
  + .popover,
body.event-view
  .active-checkin
  #guest-details
  #guest-buttons
  > .span6
  #guest-generic
  + .popover,
body.event-view
  .active-walkin
  #guest-details
  #guest-buttons
  > .span6
  #guest-male
  + .popover,
body.event-view
  .active-walkin
  #guest-details
  #guest-buttons
  > .span6
  #guest-female
  + .popover,
body.event-view
  .active-walkin
  #guest-details
  #guest-buttons
  > .span6
  #guest-generic
  + .popover,
body.event-view
  .active-scanner
  #guest-details
  #guest-buttons
  > .span6
  #guest-male
  + .popover,
body.event-view
  .active-scanner
  #guest-details
  #guest-buttons
  > .span6
  #guest-female
  + .popover,
body.event-view
  .active-scanner
  #guest-details
  #guest-buttons
  > .span6
  #guest-generic
  + .popover {
  left: 0 !important;
  top: 50px !important;
  min-width: 300px;
  width: 100%;
}
body.event-view
  .active-checkin
  #guest-details
  #guest-buttons
  > .span6
  #guest-male
  + .popover
  .arrow,
body.event-view
  .active-walkin
  #guest-details
  #guest-buttons
  > .span6
  #guest-male
  + .popover
  .arrow,
body.event-view
  .active-scanner
  #guest-details
  #guest-buttons
  > .span6
  #guest-male
  + .popover
  .arrow {
  left: 25%;
}
body.event-view
  .active-checkin
  #guest-details
  #guest-buttons
  > .span6
  #guest-female
  + .popover
  .arrow,
body.event-view
  .active-walkin
  #guest-details
  #guest-buttons
  > .span6
  #guest-female
  + .popover
  .arrow,
body.event-view
  .active-scanner
  #guest-details
  #guest-buttons
  > .span6
  #guest-female
  + .popover
  .arrow {
  left: auto;
  right: 25%;
}
body.event-view
  .active-checkin
  #guest-details
  #guest-headcount
  #guest-headcount-all-in,
body.event-view
  .active-checkin
  #guest-details
  #guest-headcount
  #guest-headcount-one-in,
body.event-view
  .active-walkin
  #guest-details
  #guest-headcount
  #guest-headcount-all-in,
body.event-view
  .active-walkin
  #guest-details
  #guest-headcount
  #guest-headcount-one-in,
body.event-view
  .active-scanner
  #guest-details
  #guest-headcount
  #guest-headcount-all-in,
body.event-view
  .active-scanner
  #guest-details
  #guest-headcount
  #guest-headcount-one-in {
  background: #8ec016;
  color: #fff;
}
body.event-view .active-checkin #guest-details #guest-status,
body.event-view .active-walkin #guest-details #guest-status,
body.event-view .active-scanner #guest-details #guest-status {
  color: #777;
  line-height: 46px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
body.event-view
  .active-checkin
  #guest-details
  #guest-status
  .vertical-align-middle,
body.event-view
  .active-walkin
  #guest-details
  #guest-status
  .vertical-align-middle,
body.event-view
  .active-scanner
  #guest-details
  #guest-status
  .vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
body.event-view .active-checkin #guestlist .guest-wrapper.selected-guest,
body.event-view .active-walkin #guestlist .guest-wrapper.selected-guest,
body.event-view .active-scanner #guestlist .guest-wrapper.selected-guest {
  background-color: #f2f2f2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
}
body.event-view .active-checkin #guestlist .guest-wrapper.guest-entered-half,
body.event-view .active-checkin #guestlist .guest-wrapper.guest-entered-fully,
body.event-view .active-walkin #guestlist .guest-wrapper.guest-entered-half,
body.event-view .active-walkin #guestlist .guest-wrapper.guest-entered-fully,
body.event-view .active-scanner #guestlist .guest-wrapper.guest-entered-half,
body.event-view .active-scanner #guestlist .guest-wrapper.guest-entered-fully {
  border-left: 6px solid #ccc;
  padding-left: 0;
}
body.event-view
  .active-checkin
  #guestlist
  .guest-wrapper.guest-entered-half
  div.guest,
body.event-view
  .active-checkin
  #guestlist
  .guest-wrapper.guest-entered-fully
  div.guest,
body.event-view
  .active-walkin
  #guestlist
  .guest-wrapper.guest-entered-half
  div.guest,
body.event-view
  .active-walkin
  #guestlist
  .guest-wrapper.guest-entered-fully
  div.guest,
body.event-view
  .active-scanner
  #guestlist
  .guest-wrapper.guest-entered-half
  div.guest,
body.event-view
  .active-scanner
  #guestlist
  .guest-wrapper.guest-entered-fully
  div.guest {
  padding-left: 0;
}
body.event-view .active-checkin #guestlist .guest-wrapper.guest-entered-fully,
body.event-view .active-walkin #guestlist .guest-wrapper.guest-entered-fully,
body.event-view .active-scanner #guestlist .guest-wrapper.guest-entered-fully {
  color: #aaa;
}
body.event-view
  .active-checkin
  #guestlist
  .guest-wrapper.guest-entered-fully
  .guest-name,
body.event-view
  .active-checkin
  #guestlist
  .guest-wrapper.guest-entered-fully
  .guest-plus,
body.event-view
  .active-walkin
  #guestlist
  .guest-wrapper.guest-entered-fully
  .guest-name,
body.event-view
  .active-walkin
  #guestlist
  .guest-wrapper.guest-entered-fully
  .guest-plus,
body.event-view
  .active-scanner
  #guestlist
  .guest-wrapper.guest-entered-fully
  .guest-name,
body.event-view
  .active-scanner
  #guestlist
  .guest-wrapper.guest-entered-fully
  .guest-plus {
  color: inherit;
}
body.event-view .active-checkin #guestlist div.guest,
body.event-view .active-walkin #guestlist div.guest,
body.event-view .active-scanner #guestlist div.guest {
  font-size: 20px;
  color: #6b6d84;
  cursor: pointer;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
  padding-left: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
body.event-view .active-checkin #guestlist div.guest > span,
body.event-view .active-walkin #guestlist div.guest > span,
body.event-view .active-scanner #guestlist div.guest > span {
  display: block;
  height: 40px;
  padding: 4px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
body.event-view .active-checkin #guestlist div.guest .guest-name,
body.event-view .active-walkin #guestlist div.guest .guest-name,
body.event-view .active-scanner #guestlist div.guest .guest-name {
  color: #404559;
  font-weight: bold;
}
body.event-view .active-checkin #guestlist div.guest .guest-plus,
body.event-view .active-walkin #guestlist div.guest .guest-plus,
body.event-view .active-scanner #guestlist div.guest .guest-plus {
  margin-left: 0.5em;
}
body.event-view .active-checkin #guestlist div.guest .guest-comment,
body.event-view .active-walkin #guestlist div.guest .guest-comment,
body.event-view .active-scanner #guestlist div.guest .guest-comment {
  line-height: 14px;
  font-size: 14px;
}
body.event-view .active-checkin #guestlist div.guest .guest-list,
body.event-view .active-walkin #guestlist div.guest .guest-list,
body.event-view .active-scanner #guestlist div.guest .guest-list {
  float: right;
  width: 30%;
  border-left: 1px solid #ccc;
  font-size: 14px;
}
body.event-view .active-checkin #guestlist div.guest .guest-list i,
body.event-view .active-walkin #guestlist div.guest .guest-list i,
body.event-view .active-scanner #guestlist div.guest .guest-list i {
  font-size: 16px;
  margin-right: 4px;
}
body.event-view .active-checkin #guestlist-empty-label,
body.event-view .active-checkin #checked-in-empty-label,
body.event-view .active-walkin #guestlist-empty-label,
body.event-view .active-walkin #checked-in-empty-label,
body.event-view .active-scanner #guestlist-empty-label,
body.event-view .active-scanner #checked-in-empty-label {
  margin: 24px;
}
body.event-view .active-checkin #stats-view,
body.event-view .active-walkin #stats-view,
body.event-view .active-scanner #stats-view {
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
}
body.event-view .active-checkin #stats-view .metric,
body.event-view .active-walkin #stats-view .metric,
body.event-view .active-scanner #stats-view .metric {
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background-color: white;
  padding: 4px 14px;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
}
body.event-view .active-checkin #stats-view .metric .stats-count,
body.event-view .active-walkin #stats-view .metric .stats-count,
body.event-view .active-scanner #stats-view .metric .stats-count {
  color: #77b509;
  font-size: 16px;
}
body.event-view .active-checkin #stats-view .metric .stats-label,
body.event-view .active-walkin #stats-view .metric .stats-label,
body.event-view .active-scanner #stats-view .metric .stats-label {
  color: #6b6d84;
  font-size: 11px;
  line-height: 1.2;
}
body.event-view .active-checkin #guestlist-label-checkedin,
body.event-view .active-walkin #guestlist-label-checkedin,
body.event-view .active-scanner #guestlist-label-checkedin {
  text-align: center;
}
body.event-view .active-scanner #stats-view {
  padding: 55px 12px;
}
body.event-view .active-walkin #stats-view {
  padding-top: 30px;
}

body.event-view .active-walkin .latest-entries,
body.event-view .active-scanner .latest-entries {
  color: #777;
  font-size: 15px;
  font-weight: bold;
}
body.event-view .active-walkin .latest-entries {
  margin: 10px -12px 0;
}
body.event-view .tally-details-backdrop {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
body.event-view #add-guest-modal,
body.event-view #edit-comment-modal {
  width: 510px;
  max-width: 90vw;
}
body.event-view #add-guest-modal .modal-body #add-guest-select-block,
body.event-view #edit-comment-modal .modal-body #add-guest-select-block {
  padding-bottom: 13px;
}
body.event-view #add-guest-modal .modal-body #add-guest-select-block select,
body.event-view #edit-comment-modal .modal-body #add-guest-select-block select {
  color: #666666;
  font-weight: 500;
}
body.event-view #add-guest-modal .modal-body #add-guest-separator,
body.event-view #edit-comment-modal .modal-body #add-guest-separator {
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 11px;
  border-bottom: 1px solid #ddd;
}
body.event-view #add-guest-modal .modal-body label,
body.event-view #edit-comment-modal .modal-body label {
  color: #878787;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
body.event-view #add-guest-modal .modal-footer,
body.event-view #edit-comment-modal .modal-footer {
  text-align: center;
}

.starting-page-container {
  text-align: center;
}
.starting-page-container h1 {
  color: #444444;
  font-size: 29px;
  margin-top: 57px;
}
.starting-page-container p {
  color: #777777;
  font-size: 15px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 50px;
  max-width: 750px;
}
.starting-page-container .skip-to-dashboard,
.starting-page-container .skip-to-dashboard:hover {
  color: #777777;
  font-size: 19px;
  line-height: 38px;
  border-bottom: 1px solid #777;
}
.starting-page-container .blocks-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1006px;
}
.starting-page-container .blocks-container .content-block-single {
  float: left;
  margin-bottom: 25px;
  margin-left: 2%;
  width: 31%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
@media (max-width: 979px) {
  .starting-page-container .blocks-container .content-block-single {
    width: 48%;
  }
}
.starting-page-container .blocks-container .content-block-single .block-footer {
  border-top: 1px solid #cccccc;
  margin: 0 -12px;
  padding: 12px 24px 0;
  border-top: 1px solid #ccc;
}
.starting-page-container
  .blocks-container
  .content-block-single
  .block-footer
  .btn {
  font-weight: bold;
}
.starting-page-container
  .blocks-container
  .content-block-single
  .block-footer
  span {
  line-height: 38px;
  color: #999999;
  font-weight: bold;
  position: relative;
  padding-left: 34px;
}
.starting-page-container
  .blocks-container
  .content-block-single
  .block-footer
  span
  i {
  left: 3px;
  font-size: 32px;
  position: absolute;
}
.starting-page-container
  .blocks-container
  .content-block-single
  .starting-icon {
  margin-top: 13px;
  display: block;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
}
.starting-page-container
  .blocks-container
  .content-block-single
  .starting-icon.suitcase {
  background-image: url("images/starting_page_suitcase.png");
}
.starting-page-container
  .blocks-container
  .content-block-single
  .starting-icon.people {
  background-image: url("images/starting_page_people.png");
}
.starting-page-container
  .blocks-container
  .content-block-single
  .starting-icon.event {
  background-image: url("images/starting_page_event.png");
}
.starting-page-container
  .blocks-container
  .content-block-single
  .starting-icon.promotors {
  background-image: url("images/starting_page_promotors.png");
}
.starting-page-container
  .blocks-container
  .content-block-single
  .starting-icon.floorplans {
  background-image: url("images/starting_page_floorplans.png");
}
.starting-page-container
  .blocks-container
  .content-block-single
  .starting-icon.facebook {
  background-image: url("images/starting_page_facebook.png");
}
.starting-page-container .blocks-container .content-block-single .title {
  color: #212121;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 13px;
  padding-top: 20px;
}
.starting-page-container .blocks-container .content-block-single .text {
  color: #999999;
  font-size: 13px;
  line-height: 19px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 76px;
}

body.org-legal-info .block-actions {
  padding: 25px 22px;
}
body.org-legal-info .organizer-public-page {
  margin-bottom: 12px;
}

body.event-edit-tickets #tables-container .block-header .control-group {
  display: inline-block;
  margin-right: 12px;
}
body.event-edit-tickets
  #tables-container
  .block-contents
  #div_id_table_booking_areas
  .controls
  label {
  padding-left: 20px;
}
body.event-edit-tickets .tickets-sold {
  line-height: 38px;
  margin-left: 12px;
  margin-top: 30px;
}

body.event-edit-tickets .block-contents > form {
  margin-bottom: 0;
}

body.event-edit-promoters .block-contents > form {
  margin-bottom: 0;
}
body.event-edit-promoters .toggle-all-promoters {
  text-align: right;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
}
body.event-edit-promoters .toggle-all-promoters a {
  color: #777777;
}
body.event-edit-promoters .toggle-all-promoters i {
  font-size: 17px;
  line-height: 11px;
  margin-right: 8px;
}

body.event-edit-lists .well-blank-page,
body.org-viplist .well-blank-page {
  height: 100px;
}
body.event-edit-lists .well-blank-page .background-icon,
body.org-viplist .well-blank-page .background-icon {
  bottom: -150px;
  right: -30px;
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}
body.event-edit-lists .well-blank-page .background-icon i:before,
body.org-viplist .well-blank-page .background-icon i:before {
  font-size: 300px;
  line-height: 300px;
}

body .print-lists {
  text-align: right;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
}
@media (max-width: 768px) {
  body .print-lists {
    text-align: left;
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    display:flex; 
  }
}

body .print-lists a {
  color: #777777;
  margin-left: 12px;
}
body .print-lists i {
  font-size: 21px;
  line-height: 11px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

body.event-edit-lists .facebook-list .block-contents,
body.event-edit-lists .rsvp-list .block-contents {
  padding: 12px 24px;
  position: relative;
}
body.event-edit-lists .facebook-list .block-contents .form-wrapper,
body.event-edit-lists .facebook-list .block-contents .members-wrapper,
body.event-edit-lists .rsvp-list .block-contents .form-wrapper,
body.event-edit-lists .rsvp-list .block-contents .members-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body.event-edit-lists .facebook-list .block-contents .form-wrapper,
body.event-edit-lists .rsvp-list .block-contents .form-wrapper {
  min-height: 258px;
  padding-right: 18px;
  width: 50%;
}
body.event-edit-lists
  .facebook-list
  .block-contents
  .form-wrapper
  .list-actions,
body.event-edit-lists .rsvp-list .block-contents .form-wrapper .list-actions {
  margin: 24px 0 12px;
  padding: 0;
}
body.event-edit-lists .facebook-list .block-contents .form-wrapper i,
body.event-edit-lists .rsvp-list .block-contents .form-wrapper i {
  font-size: 1.2em;
}
body.event-edit-lists .facebook-list .block-contents .list-loading,
body.event-edit-lists .rsvp-list .block-contents .list-loading {
  border-left: 1px solid #ccc;
  bottom: 0;
  padding-top: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
body.event-edit-lists .facebook-list .block-contents .members-wrapper,
body.event-edit-lists .rsvp-list .block-contents .members-wrapper {
  border-left: 1px solid #ccc;
  bottom: 0;
  max-height: none;
  overflow-y: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
body.event-edit-lists
  .facebook-list
  .block-contents
  .members-wrapper
  .table-wrapper,
body.event-edit-lists
  .rsvp-list
  .block-contents
  .members-wrapper
  .table-wrapper {
  bottom: 12px;
  left: 12px;
  overflow-y: auto;
  position: absolute;
  right: 12px;
  top: 36px;
  -webkit-overflow-scrolling: touch;
}
body.event-edit-lists
  .facebook-list
  .block-contents
  .members-wrapper
  .table-wrapper
  .table,
body.event-edit-lists
  .rsvp-list
  .block-contents
  .members-wrapper
  .table-wrapper
  .table {
  margin-bottom: 0;
}
body.event-edit-lists
  .facebook-list
  .block-contents
  .members-wrapper
  .table-wrapper
  .table
  .guest-comment,
body.event-edit-lists
  .rsvp-list
  .block-contents
  .members-wrapper
  .table-wrapper
  .table
  .guest-comment {
  width: 30%;
}
@media (max-width: 979px) {
  body.event-edit-lists .facebook-list .block-contents .form-wrapper,
  body.event-edit-lists .rsvp-list .block-contents .form-wrapper {
    margin-bottom: 24px;
    min-height: 0;
    padding-right: 0;
    width: 100%;
  }
  body.event-edit-lists .facebook-list .block-contents .list-loading,
  body.event-edit-lists .rsvp-list .block-contents .list-loading {
    border-left: none;
    position: static;
    width: 100%;
  }
  body.event-edit-lists .facebook-list .block-contents .members-wrapper,
  body.event-edit-lists .rsvp-list .block-contents .members-wrapper {
    border-left: none;
    padding: 0;
    position: static;
    width: 100%;
  }
  body.event-edit-lists
    .facebook-list
    .block-contents
    .members-wrapper
    .table-wrapper,
  body.event-edit-lists
    .rsvp-list
    .block-contents
    .members-wrapper
    .table-wrapper {
    max-height: 260px;
    overflow-y: auto;
    position: static;
    -webkit-overflow-scrolling: touch;
  }
}
body.event-edit-lists
  .facebook-list
  .block-contents
  .form-wrapper
  .fb-tag-wrapper
  .delete-fb-tag {
  font-size: 1.3em;
  margin-right: -24px;
  margin-top: -4px;
  padding: 10px;
}
body.event-edit-lists
  .facebook-list
  .block-contents
  .form-wrapper
  .fb-tag-wrapper
  .fb-tag {
  margin-right: 8px;
}
body.event-edit-lists
  .facebook-list
  .block-contents
  .form-wrapper
  .fb-tag-wrapper
  .fb-tag
  div {
  display: inline;
}
body.event-edit-lists
  .facebook-list
  .block-contents
  .form-wrapper
  .fb-tag-wrapper
  .fb-tag
  label {
  display: none;
}
body.event-edit-lists
  .facebook-list
  .block-contents
  .form-wrapper
  .fb-tag-wrapper
  .fb-tag
  .fb-tag-text {
  color: #676d85;
  display: inline-block;
  font-weight: bold;
  height: 38px;
  padding: 0 6px;
  position: relative;
  top: -5px;
}
body.event-edit-lists
  .facebook-list
  .block-contents
  .members-wrapper
  .facebook-actions {
  margin-top: 16px;
}
body.event-edit-lists
  .rsvp-list
  .block-contents
  .form-wrapper
  #div_id_rsvp-open_until,
body.event-edit-lists
  .rsvp-list
  .block-contents
  .form-wrapper
  #div_id_rsvp-extra_guests,
body.event-edit-lists
  .rsvp-list
  .block-contents
  .form-wrapper
  #div_id_rsvp-description {
  float: left;
  margin-right: 24px;
}
body.event-edit-lists
  .rsvp-list
  .block-contents
  .form-wrapper
  #div_id_rsvp-description {
  width: 100%;
}
body.event-edit-lists .rsvp-list .block-contents .form-wrapper .list-actions {
  float: left;
}
body.event-edit-lists .promoter-list .block-contents {
  padding-bottom: 0;
}

body.is-mobile #content .content-header {
  cursor: pointer;
}
body.is-mobile #content .content-header h2 {
  display: block;
  max-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
body.is-mobile #content .content-header h2 .arrow-left {
  margin-right: 4px;
}

body.event-edit-tables-mobile #splash .well {
  margin: 5% auto;
}

body.event-edit-sharing h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
body.event-edit-sharing .link-copy {
  margin-top: 0;
}
body.event-edit-sharing .block-contents .span6 {
  margin-bottom: 12px;
}
body.event-edit-sharing #fb-event-picture {
  height: 200px;
}
body.event-edit-sharing #fb-event-picture .btn {
  top: 70px;
}
body.event-edit-sharing #fb-event-picture.with-preview .btn {
  border-color: #ccc;
  box-shadow: 0 0 25px black;
  -moz-box-shadow: 0 0 25px black;
  -webkit-box-shadow: 0 0 25px black;
}
body.event-edit-sharing .campaign {
  color: #777;
}
body.event-edit-sharing .campaign h5 {
  margin: -8px 0 0;
}
body.event-edit-sharing .campaign .promo-sent {
  font-size: 13px;
  margin-bottom: 12px;
}
body.event-edit-sharing .campaign .block-footer {
  margin-top: 12px;
}
body.event-edit-sharing .campaign .promo-stats {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  margin-bottom: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
body.event-edit-sharing .campaign .promo-stats + .promo-stats {
  margin-left: 12px;
}
body.event-edit-sharing .campaign .promo-stats .promo-stats-count {
  color: #6c8ca7;
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 8px;
}
body.event-edit-sharing .modal-backdrop.fade.in {
  background-color: rgba(0, 0, 0, 0.6);
}
body.event-edit-sharing #campaign-modal .modal-header {
  background: url("images/pro2/bg_promote_01.png") no-repeat;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 20px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body.event-edit-sharing #campaign-modal .modal-header .close {
  font-size: 30px;
  margin-right: -38px;
  margin-top: -42px;
}
body.event-edit-sharing #campaign-modal .modal-header h3 {
  font-size: 40px;
  line-height: 35px;
}
body.event-edit-sharing #campaign-modal #campaign-compose {
  position: relative;
}
body.event-edit-sharing #campaign-modal #campaign-compose #modal-success {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
}
body.event-edit-sharing
  #campaign-modal
  #campaign-compose
  #modal-success
  .success-cell {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
}
body.event-edit-sharing
  #campaign-modal
  #campaign-compose
  #modal-success
  .success-cell
  + div {
  left: 40%;
  width: 60%;
}
body.event-edit-sharing
  #campaign-modal
  #campaign-compose
  #modal-success
  .success-cell
  img {
  margin-top: -45px;
  position: absolute;
  right: 40px;
  top: 50%;
}
body.event-edit-sharing
  #campaign-modal
  #campaign-compose
  #modal-success
  .success-cell
  .success-middle {
  color: #aaa;
  height: 120px;
  margin-top: -60px;
  position: absolute;
  text-align: left;
  top: 50%;
}
body.event-edit-sharing
  #campaign-modal
  #campaign-compose
  #modal-success
  .success-cell
  .success-middle
  h2 {
  display: block;
  font-size: 23px;
}
body.event-edit-sharing
  #campaign-modal
  #campaign-compose
  #modal-success
  .success-cell
  .success-middle {
  font-size: 21px;
  margin: -14px 0 14px;
}
body.event-edit-sharing
  #campaign-modal
  #campaign-compose
  #modal-success
  .success-message {
  font-size: 21px;
}


body.event-edit-sharing #campaign-modal .recipients {
  color: #404654;
  font-size: 17px;
  margin: 0 -23px 24px;
  padding: 0 48px 18px;
  background-color: #ffffff;
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(top, #ffffff, #ffffff);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #ffffff, #ffffff);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff, #ffffff);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff, #ffffff);
  /* IE10+ */
  background: linear-gradient(top, #ffffff, #ffffff);
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #ffffff)
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE',GradientType=0 );
  /* IE6-9 */
}

@media (max-width:768px) {
  body.event-edit-sharing #campaign-modal .recipients {
    color: #404654;
    font-size: 15px;
    margin: 0 -23px 24px;
    padding: 0 25px 18px;
    background-color: #ffffff;
    /* For greater backwards compatibility */
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff, #ffffff);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff, #ffffff);
    /* IE10+ */
    background: linear-gradient(top, #ffffff, #ffffff);
    /* W3C */
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #ffffff),
      color-stop(100%, #ffffff)
    );
    /* Chrome,Safari4+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE',GradientType=0 );
    /* IE6-9 */
  }
}

body.event-edit-sharing #campaign-modal .modal-body {
  padding: 24px 30px;
}
body.event-edit-sharing #campaign-modal .modal-footer {
  padding: -1px 48px !important;
}

body.event-edit-sharing #campaign-modal .modal-footer {
  line-height: 38px;
  background-color: #fff !important;
}
body.event-edit-sharing #campaign-modal .age-label {
  display: inline-block;
  line-height: 36px;
  margin: 0 8px;
  position: relative;
  top: -5px;
}

body.reporting .event-stats-header {
  margin-bottom: 24px;
}
body.reporting .event-stats-header .btn > img {
  margin-right: 4px;
  position: relative;
  top: -2px;
}
body.reporting .stats-green-box {
  border: 0px solid #404654;
  margin-bottom: 1em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fdfdfd;
  background-color: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF, endColorstr=#E6FFFFFF);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF, endColorstr=#E6FFFFFF)";
  border-radius: 8px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
  
}
body.reporting .stats-green-box .header {
  background-color: #191C29 ;
  font-size: 14px;
  padding: 0.2em;
  color: white;
  font-weight: 500;
  text-align: center;
}
body.reporting .stats-green-box .contents {
  font-size: 20px;
  font-weight: 600;
  padding: 0.3em;
  color: #555770;
  font-weight: bolder;
}
body.reporting .stats-metric-box {
  text-align: center;
}
body.reporting .stats-charts-container .stats-chart {
  width: 100%;
  max-height: 550px;
  margin: 0 auto;
}
body.reporting .stats-list-selector > ul {
  width: 100%;
}
body.reporting .stats-top-list ul > li {
  padding: 0.4em 0.7em;
  border-bottom: 1px solid #e4e4e4;
}
body.reporting .stats-top-list ul > li:last-child {
  border-bottom: none;
}
body.reporting .stats-top-list ul > li .count {
  width: 1.5em;
  float: left;
  margin-right: 0.5em;
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}
body.reporting .stats-top-list ul > li .count.wide-count {
  width: 5em;
}
body.reporting .stats-top-list ul > li .name {
  display: block;
  margin-left: 2.4em;
}
body.reporting .stats-top-list ul.clickable > li {
  cursor: pointer;
}
body.reporting .stats-top-list ul.clickable > li:hover {
  background: #e4e4e2;
  background-color: rgba(0, 0, 0, 0.05);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D000000, endColorstr=#0D000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D000000, endColorstr=#0D000000)";
}
body.reporting .stats-top-list ul.clickable > li a.name {
  color: #404040;
}
body.reporting #event_add_note_form {
  margin-bottom: 34px;
}
body.reporting #event_add_note_form form {
  margin: 0;
}
body.reporting #event_add_note_form form label {
  font-weight: bold;
}
body.reporting #event_add_note_form form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body.reporting #event_add_note_form form .form-actions {
  background: transparent;
  border: none;
  margin-bottom: -48px;
  margin-right: -14px;
  margin-top: -18px;
  padding: 14px;
  text-align: right;
}
body.reporting .tally-summary-totals {
  font-weight: bold;
  text-align: right;
}
body.reporting .tally-summary-totals div.row-fluid {
  padding: 2px 0;
}
body.reporting .tally-summary-totals div.row-fluid:last-child {
  font-size: 20px;
}
body.reporting .tally-fixed-column {
  padding-left: 8px;
  padding-right: 8px;
  width: 110px;
}
@media (min-width: 1200px) {
  body.reporting .tally-fixed-column {
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body.reporting .tally-fixed-column {
    width: 80px;
  }
}
body.reporting #pdf-to-email form {
  margin-bottom: 0;
}

#confirm-modal {
  width: 525px;
  z-index: 999;
}
#confirm-modal .modal-header {
  text-align: center;
  border-bottom: none;
  padding: 46px 50px 32px;
}
#confirm-modal .modal-header h4 {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
#confirm-modal .modal-header input {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#confirm-modal .modal-header .add-on {
  color: #555;
}
#confirm-modal .modal-footer {
  border-top: none;
  text-align: center;
}
#confirm-modal .modal-footer .btn {
  font-weight: bold;
}
#confirm-modal .modal-footer #confirm-ok {
  float: none;
}
#confirm-modal.is-action {
  width: 220px;
}
#confirm-modal.is-action .modal-header {
  padding: 12px 18px;
  border-bottom: 1px solid #eee;
}
#confirm-modal.is-action .modal-header h4 {
  font-size: 17.5px;
}
#confirm-modal.is-action .modal-footer {
  background: #fff;
  text-align: right;
}
#confirm-modal.is-action .modal-footer #confirm-ok {
  float: left;
}
#confirm-modal .spending-input {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #confirm-modal {
    width: 90%;
  }
}

.tab-content {
  overflow: visible;
}

.tab-content.active-info {
  margin-bottom: 48px;
}
.tab-content.active-info h1 {
  padding-right: 235px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  margin-top: 20px;
  margin-bottom: 15px;
}
.tab-content.active-info .location-time .time {
  display: inline-block;
  margin-right: 12px;
}
.tab-content.active-info .location-time .location {
  display: inline-block;
  font-weight: bold;
  white-space: nowrap;
}
.tab-content.active-info .location-time .location i {
  font-size: 1.2em;
}
.tab-content.active-info .notes .note .note-content {
  margin-bottom: 12px;
}
.tab-content.active-info .notes .block-footer a {
  color: #999;
  font-weight: bold;
}
.tab-content.active-info .notes .block-footer a:hover {
  color: #777;
}
.tab-content.active-info .notes .block-footer a i {
  font-size: 1.4em;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.tab-content.active-info .notes .block-footer .add-note-inputs textarea {
  width: 100%;
}
.tab-content.active-info .notes .block-footer .add-note-inputs .btn {
  margin-left: 8px;
}
.tab-content.active-info .social .block-contents {
  padding-top: 18px;
}
.tab-content.active-info .social .block-contents .link-copy {
  display: block;
}
.tab-content.active-info .description .description-text {
  overflow-y: hidden;
}
.tab-content.active-info .description .block-footer .show-more,
.tab-content.active-info .description .block-footer .show-less {
  text-align: center;
}
.tab-content.active-info .description .block-footer .show-more a,
.tab-content.active-info .description .block-footer .show-less a {
  display: block;
  margin: -12px -24px;
  padding: 6px 0;
}
.tab-content.active-info .nightly-report {
  margin-top: 24px;
  text-align: center;
}
.tab-content.active-info .nightly-report .btn + .btn {
  margin-left: 0px;
  display: inline-block;
}
.tab-content.active-info .internal-chat .chat {
  margin: 12px 0;
  display:none;
}
.tab-content.active-info .internal-chat .chat .coming-soon {
  background: url("images/comingsoon.png") repeat-x scroll 0 0;
  background-size: auto 100%;
  height: 11px;
  margin-bottom: 4px;
  margin-top: 20px;
  overflow: visible;
  position: relative;
  display:none;
}
.tab-content.active-info .internal-chat .chat .coming-soon span {
  background: white;
  color: #6b6d84;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 6px;
  position: relative;
  text-shadow: none;
  top: -8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  display:none;
}
.tab-content.active-info .internal-chat .chat .employee {
  display:none;
  border-bottom: 1px solid #ddd;
  color: #bbb;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  padding: 0 24px;
  position: relative;
  background-color: rgba(222, 222, 222, 0.375);
  /* For greater backwards compatibility */
  background: -moz-linear-gradient(
    top,
    rgba(222, 222, 222, 0),
    rgba(222, 222, 222, 0.75)
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(222, 222, 222, 0),
    rgba(222, 222, 222, 0.75)
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(222, 222, 222, 0),
    rgba(222, 222, 222, 0.75)
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(222, 222, 222, 0),
    rgba(222, 222, 222, 0.75)
  );
  /* IE10+ */
  background: linear-gradient(
    top,
    rgba(222, 222, 222, 0),
    rgba(222, 222, 222, 0.75)
  );
  /* W3C */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(222, 222, 222, 0)),
    color-stop(100%, rgba(222, 222, 222, 0.75))
  );
  /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00DEDEDE', endColorstr='#BFDEDEDE',GradientType=0 );
  /* IE6-9 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.tab-content.active-info .internal-chat .chat .employee .online {
  color: #bfdc73;
  font-size: 48px;
  position: absolute;
  right: 5px;
  top: 0;
  display:none;
}
.tab-content.active-info #nightly-report-modal .employee-name {
  color: #333;
  font-weight: bold;
}
.tab-content.active-info #nightly-report-modal .label {
  text-shadow: none;
  margin: 0 8px;
}
.tab-content.active-info #nightly-report-modal .user-checkbox .prettycheckbox {
  height: 0;
}
.tab-content.active-info
  #nightly-report-modal
  .user-checkbox
  .prettycheckbox
  a {
  left: 0;
  top: -31px;
}

.tab-content.active-tables .modal-backdrop {
  /* Make the backdrop invisible but keep its functionalities */
  background: rgba(255, 255, 255, 0);
}
.tab-content.active-tables #orientation-message {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
  padding: 30% 0 0 90px;
}
.tab-content.active-tables #orientation-message div {
  margin: 0 auto;
}
.tab-content.active-tables #orientation-message div.rotate {
  background: url("images/ipad-rotate.png") top no-repeat;
  background-size: 238px 238px;
  width: 238px;
  height: 238px;
}
.tab-content.active-tables #orientation-message div.message {
  position: relative;
  width: 300px;
  padding: 12px 24px;
  background-color: #222;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
}
.tab-content.active-tables #orientation-message div.message:before {
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #222;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
}
.tab-content.active-tables #orientation-message div.message .btn {
  display: block;
  margin: 20px auto 0;
  background-image: none;
  background-color: #444;
  color: #ccc;
  text-shadow: none;
  box-shadow: none;
  border: none;
}
.tab-content.active-tables hr.shade {
  margin-bottom: -8px;
}
.tab-content.active-tables
  #floorplans-container
  .floorplan-wrapper
  .floorplan-objects-container {
  position: relative;
}
.tab-content.active-tables .well {
  position: relative;
}
.tab-content.active-tables .well div:first-child {
  float: left;
  max-width: 300px;
  line-height: 20px;
}
.tab-content.active-tables .well div:last-child {
  float: right;
  display: block;
  margin-top: 3px;
}
.tab-content.active-tables .floorplan-template {
  display: none;
}
.tab-content.active-tables .booking-list .booking-list-header {
  color: #81888d;
  font-size: 22px;
  padding-top: 10px;
}
.tab-content.active-tables .booking-list #booking-search-box {
  position: relative;
  padding: 0 10px;
}
.tab-content.active-tables .booking-list #booking-search-box input {
  padding-left: 30px;
}
.tab-content.active-tables .booking-list #booking-search-box i {
  position: absolute;
  font-size: 22px;
  line-height: 38px;
  top: 0px;
}
.tab-content.active-tables .booking-list #booking-search-box i.icon-search-2 {
  left: 20px;
}
.tab-content.active-tables .booking-list #booking-search-box i.icon-close-sign {
  display: none;
  right: 20px;
}
.tab-content.active-tables .booking-list #booking-list-add {
  display: block;
  margin: 10px;
  font-weight: bold;
}
.tab-content.active-tables .booking-list .booking-container {
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
}
.tab-content.active-tables .booking-list #left-people-list {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #5f6566;
  font-size: 14px;
  font-weight: bold;
  background: -moz-linear-gradient(top, #dadada, #bfbfbf);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #dadada, #bfbfbf);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dadada, #bfbfbf);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #dadada, #bfbfbf);
  /* IE10+ */
  background: linear-gradient(top, #dadada, #bfbfbf);
  /* W3C */
  padding-left: 40px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /* Remove default button states. */
}
.tab-content.active-tables .booking-list #left-people-list:active,
.tab-content.active-tables .booking-list #left-people-list.active,
.tab-content.active-tables .booking-list #left-people-list:focus,
.tab-content.active-tables .booking-list #left-people-list:hover {
  box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
}
.tab-content.active-tables .booking-list #left-people-list i {
  font-size: 32px;
  position: absolute;
  margin-left: -35px;
  top: 3px;
}
.tab-content.active-tables .booking-list #left-people-list.active {
  box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
}
.tab-content.active-tables .booking-list .muted .booking-list-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  position: absolute;
  top: 172px;
  left: 0px;
  right: 0px;
  bottom: 38px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container
  .help-text {
  position: absolute;
  top: 45%;
  left: 10px;
  right: 10px;
  bottom: 45%;
  display: none;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container
  .booking-list-item {
  font-size: 16px;
  text-align: left;
  position: relative;
  height: 54px;
  padding-left: 15px;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container
  .booking-list-item
  .booking-list-text {
  line-height: 34px;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container
  .booking-list-item
  .booking-list-text
  .booking-list-item-name
  small.muted {
  color: #aaaaaa;
  font-size: 12px;
  line-height: 12px;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container
  .booking-list-item
  .booking-list-text
  .booking-list-item-name
  small.muted
  i {
  line-height: 8px;
  font-size: 16px;
  color: #999999;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container
  .booking-list-item
  .booking-list-item-party {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  text-shadow: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 48px;
  text-align: right;
  width: 46px;
  line-height: 54px;
  white-space: nowrap;
  overflow: hidden;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container
  .booking-list-item
  .icon-cross {
  color: rgba(25, 32, 38, 0.35);
  font-size: 24px;
  text-align: center;
  width: 44px;
  font-weight: normal;
  cursor: move;
  padding-right: 10px;
  line-height: 54px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container
  .booking-list-item.booking-status {
  height: auto;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container
  .booking-list-item.booking-status
  .booking-list-text {
  line-height: 17px;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container
  .booking-list-item
  .booking-list-text {
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container.booking-list-target {
  padding-top: 0px;
  background: #e4e4e2;
  background-color: rgba(0, 0, 0, 0.05);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D000000, endColorstr=#0D000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D000000, endColorstr=#0D000000)";
  box-shadow: inset 0 0 10px #909090;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container.booking-list-target
  .help-text {
  display: inline;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container.booking-list-target
  .help-text
  .booking-list-help {
  display: inline;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container.booking-list-target
  .help-text
  .booking-list-empty {
  display: none;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container.booking-list-target
  .booking-list-item {
  display: none !important;
}
.tab-content.active-tables .booking-list .muted .booking-list-container.empty {
  padding-top: 0px;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container.empty
  .help-text {
  display: inline;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container.empty
  .help-text
  .booking-list-empty {
  display: inline;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container.empty
  .help-text
  .booking-list-help {
  display: none;
}
.tab-content.active-tables
  .booking-list
  .muted
  .booking-list-container.empty
  .booking-list-item {
  display: none !important;
}
.tab-content.active-tables #left-people-container {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 215px;
  height: 330px;
  margin-bottom: 2px;
  z-index: 0;
  position: fixed;
  right: 20px;
  bottom: 40px;
  top: initial;
  left: initial;
}
@media (max-width: 1024px) {
  .tab-content.active-tables #left-people-container {
    right: 10px;
  }
}
.tab-content.active-tables #left-people-container .overlay-top {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 20px;
  background: red;
  background: -moz-linear-gradient(
    top,
    white 0%,
    white 40%,
    rgba(255, 255, 255, 0)
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    white 0%,
    white 40%,
    rgba(255, 255, 255, 0)
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    white 0%,
    white 40%,
    rgba(255, 255, 255, 0)
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    top,
    white 0%,
    white 40%,
    rgba(255, 255, 255, 0)
  );
  /* IE10+ */
  background: linear-gradient(top, white 0%, white 40%, rgba(255, 255, 255, 0));
  /* W3C */
}
.tab-content.active-tables #left-people-container .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 20px;
  background: red;
  background: -moz-linear-gradient(
    bottom,
    white 0%,
    white 40%,
    rgba(255, 255, 255, 0)
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    bottom,
    white 0%,
    white 40%,
    rgba(255, 255, 255, 0)
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    bottom,
    white 0%,
    white 40%,
    rgba(255, 255, 255, 0)
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    bottom,
    white 0%,
    white 40%,
    rgba(255, 255, 255, 0)
  );
  /* IE10+ */
  background: linear-gradient(
    bottom,
    white 0%,
    white 40%,
    rgba(255, 255, 255, 0)
  );
  /* W3C */
}
.tab-content.active-tables #left-people-container ul {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px;
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tab-content.active-tables #left-people-container ul:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid;
  border-top-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -9px;
  left: 100px;
}
.tab-content.active-tables #left-people-container ul:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  position: absolute;
  bottom: -8px;
  left: 99px;
  z-index: 1001;
}
.tab-content.active-tables #left-people-container ul li {
  cursor: pointer;
  height: 45px;
  display: block;
  margin-bottom: -1px;
  position: relative;
  background: -moz-linear-gradient(
    top,
    rgba(237, 237, 237, 0.4),
    rgba(207, 207, 207, 0.4)
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(237, 237, 237, 0.4),
    rgba(207, 207, 207, 0.4)
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(237, 237, 237, 0.4),
    rgba(207, 207, 207, 0.4)
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(237, 237, 237, 0.4),
    rgba(207, 207, 207, 0.4)
  );
  /* IE10+ */
  background: linear-gradient(
    top,
    rgba(237, 237, 237, 0.4),
    rgba(207, 207, 207, 0.4)
  );
  /* W3C */
  border: 1px solid rgba(174, 174, 174, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.116),
    inset 0px 1px 0px rgba(255, 255, 255, 0.212);
  line-height: 45px;
  text-align: left;
  list-style-type: none;
}
.tab-content.active-tables #left-people-container ul li .pull-left {
  font-weight: bold;
  color: #6b6d84;
  padding-left: 15px;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
}
.tab-content.active-tables #left-people-container ul li .pull-right {
  font-size: 12px;
  color: #999999;
  padding-right: 30px;
}
.tab-content.active-tables #left-people-container ul li .pull-right i {
  font-size: 20px;
  position: absolute;
}
.tab-content.active-tables #left-people-container ul li.active {
  background: -moz-linear-gradient(
    top,
    rgba(171, 191, 205, 0.4),
    rgba(171, 191, 205, 0.4)
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(171, 191, 205, 0.4),
    rgba(171, 191, 205, 0.4)
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(171, 191, 205, 0.4),
    rgba(171, 191, 205, 0.4)
  );
  /* Opera11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(171, 191, 205, 0.4),
    rgba(171, 191, 205, 0.4)
  );
  /* IE10+ */
  background: linear-gradient(
    top,
    rgba(171, 191, 205, 0.4),
    rgba(171, 191, 205, 0.4)
  );
  /* W3C */
}
.tab-content.active-tables #left-people-container ul li.no-items {
  color: #777;
  font-weight: bold;
  white-space: normal;
  display: none;
  height: 330px;
  position: absolute;
}
.tab-content.active-tables #left-people-container ul li.no-items p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0px 15px;
}
.tab-content.active-tables #left-people-container ul.empty li {
  display: none;
}
.tab-content.active-tables #left-people-container ul.empty li.no-items {
  display: table;
}
.tab-content.active-tables .booking-list-helper {
  background: #b3d27b;
  background-color: rgba(119, 181, 9, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8077B509, endColorstr=#8077B509);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8077B509, endColorstr=#8077B509)";
  padding-right: 5px;
  padding-left: 5px;
  line-height: 50px;
  font-size: 32px;
  width: 50px;
  text-align: center;
  border: 5px solid white;
  height: 50px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
}
.tab-content.active-tables #edit-booking-modal {
  background: -moz-linear-gradient(top, #ffffff, #eeeeee);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff, #eeeeee);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff, #eeeeee);
  /* IE10+ */
  background: linear-gradient(top, #ffffff, #eeeeee);
  /* W3C */
  width: 440px;
  /* Modify bottom arrow colors to match color in the bottom of modal */
}
.tab-content.active-tables
  #edit-booking-modal.arrow-bottom-left
  > .modal-footer:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid;
  border-top-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: -9px;
  left: 12px;
}
.tab-content.active-tables
  #edit-booking-modal.arrow-bottom-left
  > .modal-footer:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #eeeeee;
  position: absolute;
  bottom: -8px;
  left: 11px;
  z-index: 1001;
}
.tab-content.active-tables
  #edit-booking-modal.arrow-bottom-right
  > .modal-footer:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid;
  border-top-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: -9px;
  right: 12px;
}
.tab-content.active-tables
  #edit-booking-modal.arrow-bottom-right
  > .modal-footer:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #eeeeee;
  position: absolute;
  bottom: -8px;
  right: 11px;
  z-index: 1001;
}
.tab-content.active-tables #edit-booking-modal .show-add {
  display: inline-block;
}
.tab-content.active-tables #edit-booking-modal .show-edit {
  display: none;
}
.tab-content.active-tables #edit-booking-modal.edit .show-add {
  display: none;
}
.tab-content.active-tables #edit-booking-modal.edit .show-edit {
  display: inline-block;
}
.tab-content.active-tables #edit-booking-modal .modal-body label {
  color: #868686;
  font-weight: bold;
  font-size: 14px;
}
.tab-content.active-tables #edit-booking-modal .modal-body #table-booked-by {
  position: relative;
}
.tab-content.active-tables
  #edit-booking-modal
  .modal-body
  #table-booked-by
  input {
  padding-right: 30px;
}
.tab-content.active-tables
  #edit-booking-modal
  .modal-body
  #table-booked-by
  #booked-by-filter-clear {
  color: #666;
  cursor: pointer;
  font-size: 20px;
  line-height: 37px;
  right: 6px;
  position: absolute;
  top: 0;
}
.tab-content.active-tables
  #edit-booking-modal
  .modal-body
  #table-booked-by
  #booked-by-filter-clear:hover {
  color: #333;
}
.tab-content.active-tables
  #edit-booking-modal
  .modal-body
  #table-booked-by
  .typeahead {
  max-height: 130px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  right: 0;
}
.tab-content.active-tables #edit-booking-modal .modal-body #edit-items {
  height: 86px;
  color: #999999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.tab-content.active-tables #edit-booking-modal .modal-body #edit-items ul {
  list-style-type: none;
  margin-left: 5px;
}
.tab-content.active-tables #edit-booking-modal .modal-footer {
  background: transparent;
  border: none;
  padding-top: 0px;
  box-shadow: none;
}
.tab-content.active-tables #booking-popup {
  z-index: 500;
}
.tab-content.active-tables #booking-popup .modal-section {
  position: relative;
}
.tab-content.active-tables #booking-popup .modal-section.minimal-padding {
  padding-left: 10px;
  padding-right: 10px;
}
.tab-content.active-tables #booking-popup .modal-section.mark-left {
  height: 38px;
}
.tab-content.active-tables
  #booking-popup
  .modal-section.mark-left
  .btn.btn-danger {
  position: absolute;
  left: 20px;
  width: 166px;
}
.tab-content.active-tables #booking-popup .modal-section.mark-left i {
  position: absolute;
  right: 12px;
  line-height: 40px;
  font-size: 20px;
  width: 27px;
  text-align: center;
  color: #fff;
  opacity: 0.5;
}
.tab-content.active-tables #booking-popup .modal-section.mark-left i:hover {
  opacity: 0.8;
}
.tab-content.active-tables
  #booking-popup
  .modal-section
  .booking-popup-tickets {
  position: absolute;
  right: 18px;
  top: 18px;
  opacity: 0.54;
  font-size: 16px;
  line-height: 22px;
  text-shadow: none;
}
.tab-content.active-tables
  #booking-popup
  .modal-section
  .booking-popup-purchases {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  opacity: 0.56;
  font-size: 14px;
  font-weight: bold;
}
.tab-content.active-tables
  #booking-popup
  .modal-section
  .booking-popup-purchases
  li {
  line-height: 16px;
}
.tab-content.active-tables #booking-popup .modal-section .booking-popup-notes {
  opacity: 0.56;
  font-size: 13px;
  line-height: 15px;
}
.tab-content.active-tables #booking-popup .modal-section.booked-status {
  font-weight: bold;
  font-size: 13px;
  position: relative;
}
.tab-content.active-tables #booking-popup .modal-section.booked-status i {
  font-size: 21px;
  line-height: 9px;
}
.tab-content.active-tables #booking-popup .modal-section.booked-status .label {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 12px;
  color: #2b3a44;
  font-weight: bold;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: -moz-linear-gradient(top, #d6dee3, #bdc9d2);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #d6dee3, #bdc9d2);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6dee3, #bdc9d2);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #d6dee3, #bdc9d2);
  /* IE10+ */
  background: linear-gradient(top, #d6dee3, #bdc9d2);
  /* W3C */
  border-color: #e3e8eb #c6d0d8 #bcc8d1;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.116),
    inset 0px 1px 0px rgba(255, 255, 255, 0.152);
}
.tab-content.active-tables
  #booking-popup
  .modal-section.booked-status
  .status-paid {
  display: inline;
}
.tab-content.active-tables
  #booking-popup
  .modal-section.booked-status
  .status-progress {
  display: none;
}
.tab-content.active-tables
  #booking-popup
  .modal-section.booked-status.pending
  .status-paid {
  display: none;
}
.tab-content.active-tables
  #booking-popup
  .modal-section.booked-status.pending
  .status-progress {
  display: inline;
}
.tab-content.active-tables #booking-popup .modal-section .btn {
  font-weight: bold;
}
.tab-content.active-tables #spending-template {
  display: none;
}

@media screen and (orientation: portrait) {
  html.device-mobile .tab-content.active-tables #orientation-message {
    display: block;
  }
}
#lists-container .content-block {
  position: relative;
}
#lists-container .content-block .block-header input {
  margin-bottom: -2px;
}

.jqibox .jqi {
  background: #f5f5f5;
  /* FF3.6+ */
  background: #f5f5f5;
  /* Chrome10+,Safari5.1+ */
  background: #f5f5f5;
  /* Opera11.10+ */
  background:  #f5f5f5;
  /* IE10+ */
  background:  #f5f5f5;
  /* W3C */
  border: 0px none transparent;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.jqibox .jqi .jqiarrowlt {
  border-right-color: #eee;
}
.jqibox .jqi .jqiarrowlm,
.jqibox .jqi .jqiarrowlb {
  border-right-color: #ddd;
}
.jqibox .jqi .jqiarrowrt,
.jqibox .jqi .jqiarrowrm,
.jqibox .jqi .jqiarrowrb {
  border-left-color: #ddd;
}
.jqibox .jqi .jqiarrowbc,
.jqibox .jqi .jqiarrowbl,
.jqibox .jqi .jqiarrowbr {
  border-top-color: #dddddd;
}
.jqibox .jqifade {
  background-color: rgba(0, 0, 0, 0.5);
}
.jqibox .jqiclose {
  display: none;
}
.jqibox .jqistates .jqimessage {
  color: #464c65;
  font-size: 12px;
  line-height: 18px;
}
.jqibox .jqistates .jqimessage h4 {
  color: #464c65 ;
  font-size: 18px;
  line-height: 22px;
}
.jqibox .jqistates .jqimessage p {
  padding-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.jqibox .jqistates .jqibuttons {
  background: transparent;
  padding: 12px;
  margin-bottom: -7px;
  margin-left: -7px;
  margin-right: -7px;
  border: 0px solid transparent;
  border-top: 1px solid #ddd;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.08) 0%,
    transparent 50%
  );
  /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.08) 0%,
    transparent 50%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, transparent 50%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, transparent 50%);
  /* IE10+ */
  background: linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, transparent 50%);
  /* W3C */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
}
.jqibox .jqistates .jqibuttons button {
  font-weight: bold;
}
.jqibox .jqistates .jqibuttons button:first-child {
  float: left;
}
.jqibox .jqistates .jqibuttons button[value="false"] {
  background: transparent;
  color: #6b6d84;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  border: none;
  border-color: transparent;
}

.events-widget textarea {
  min-height: 176px;
}
.events-widget .widget_preview {
  width: 100%;
  height: 247px;
  border: 0px none transparent;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: auto;
}
.events-widget .widget_preview.dark {
  background: #222222;
}

body.people-database .select2-container,
body.event-edit-sharing .select2-container,
body.event-edit .select2-container {
  margin-bottom: 12px;
}
body.people-database .select2-choices,
body.people-database .select2-container-active .select2-choices,
body.event-edit-sharing .select2-choices,
body.event-edit-sharing .select2-container-active .select2-choices,
body.event-edit .select2-choices,
body.event-edit .select2-container-active .select2-choices {
  background: none;
  border-radius: 8px;
  padding: 0 6px;
}
body.people-database .select2-dropdown-open .select2-choices,
body.event-edit-sharing .select2-dropdown-open .select2-choices,
body.event-edit .select2-dropdown-open .select2-choices {
  border-radius: 5px 5px 0px 0px;
}
body.people-database .select2-choices,
body.event-edit-sharing .select2-choices,
body.event-edit .select2-choices {
  border: 0.5px solid #e9e9e9 !important
}
body.people-database .select2-choices .select2-search-choice,
body.event-edit-sharing .select2-choices .select2-search-choice,
body.event-edit .select2-choices .select2-search-choice {
  background: #f5f5f5;
  border-color: #bbb;
  color: #555;
  line-height: 14px;
  margin: 6px 6px 0 0;
}

body.people-database .select2-choices .select2-search-field .select2-input,
body.event-edit-sharing .select2-choices .select2-search-field .select2-input,
body.event-edit .select2-choices .select2-search-field .select2-input {
  padding-left: 0;
}

body.event-edit .select2-container {
  width: 100% !important;
}
body.event-edit .select2-selection-limit,
body.event-edit .select2-no-results {
  background: white;
  box-shadow: 0 1px 2px #0f1a2a14;
}
body.event-edit .select2-choices {
  background: white;
  box-shadow: 0 1px 2px #0f1a2a14;
  /* FF3.6+ */
  background: white;
  box-shadow: 0 1px 2px #0f1a2a14;
  /* Chrome10+,Safari5.1+ */
  background: white;
  box-shadow: 0 1px 2px #0f1a2a14;
  /* Opera11.10+ */
  background: white;
  box-shadow: 0 1px 2px #0f1a2a14;
  /* IE10+ */
  background: white;
  box-shadow: 0 1px 2px #0f1a2a14;
  /* W3C */
}
body.event-edit .select2-container-active .select2-choices {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}
body.event-edit .select2-drop {
  border: 1px solid rgba(82, 168, 236, 0.8);
  border-top: none;
}

.ipad-mini-campaign {
  padding: 37px 35px 12px 252px;
}
.ipad-mini-campaign .ipad-mini {
  width: 227px;
  height: 129px;
  background: url(images/pro2/ipad-mini.png);
  position: absolute;
  bottom: 0;
  left: 5px;
}
.ipad-mini-campaign .icon-close-sign {
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 24px;
  color: #bbb;
  cursor: pointer;
}
.ipad-mini-campaign .icon-close-sign:hover {
  color: #aaa;
}

body.live-chat #chat_container li {
  padding-bottom: 6px;
}
body.live-chat #chat_container li hr {
  margin: 0;
}
body.live-chat #chat_container li .header {
  padding-top: 6px;
}
body.live-chat #chat_container li .header .name {
  font-weight: bold;
  color: #666;
}
body.live-chat #chat_container li .header .chat-message-delete {
  margin-left: 10px;
  margin-right: 10px;
}
body.live-chat #chat_container li.user-organization,
body.live-chat #chat_container li.user-gateme {
  background-color: #fff8ad;
}
body.live-chat #chat_container li.user-organization .name,
body.live-chat #chat_container li.user-gateme .name {
  color: #7a00ed;
}
body.live-chat #chat_container tr.user-organization,
body.live-chat #chat_container tr.user-gateme {
  background-color: #fff8ad;
}
body.live-chat #chat_post_form .control-group {
  float: left;
}
body.live-chat #chat_post_form input[type="submit"] {
  float: left;
  margin-top: 29px;
  margin-left: 5px;
}

body.chat-big {
  overflow: hidden;
  padding: 0;
  font-size: 32px;
  line-height: 1.5em;
  color: #fff;
  background: #000;
}
body.chat-big #sidebar {
  display: none;
}
body.chat-big #content {
  margin-left: 0;
  padding: 0;
}
body.chat-big header,
body.chat-big footer,
body.chat-big .content-header,
body.chat-big .shade {
  display: none;
}
body.chat-big section.container h1,
body.chat-big section.container h1 + hr {
  display: none;
}
body.chat-big #chat-presentationmode {
  display: none;
}
body.chat-big #chat-header {
  display: block;
  font-size: 0.78571429em;
  text-align: center;
  letter-spacing: 2px;
  background: #544389;
  border-bottom: 4px solid #44366f;
  padding: 10px 15px;
}
body.chat-big #chat-disclaimer {
  display: block;
  margin-bottom: 0.5em;
  padding-left: 50px;
  text-align: center;
  color: #6b6d84;
  font-size: 16px;
  line-height: 1;
}
body.chat-big .url {
  font-size: 30px;
  padding-top: 10px;
}
body.chat-big #chat_container table {
  width: 100%;
  border-bottom: 2px solid #2d2d2d;
  padding: 10px 30px;
}
body.chat-big #chat_container table hr {
  display: none;
}
body.chat-big #chat_container table .image-col {
  width: 0px;
  padding: 0;
  overflow: hidden;
}
body.chat-big #chat_container table .image-col .image {
  display: none;
  width: 76px;
  height: 76px;
}
body.chat-big #chat_container table .header {
  font-size: 0.5em;
  line-height: 1.3em;
}
body.chat-big #chat_container table .header .name {
  color: #acacac;
}
body.chat-big #chat_container table .header .timestamp {
  color: #b2b2b2;
  font-size: 0.8em;
}
body.chat-big #chat_container table .header .body {
  color: #fff;
}
body.chat-big #chat_container table .header a.btn {
  display: none;
}
body.chat-big #chat_container table .body {
  font-size: 0.7em;
  padding: 7px 0 0;
  line-height: 1.5em;
}
body.chat-big #chat_container table.user-organization,
body.chat-big #chat_container table.user-gateme {
  padding: 15px 30px;
  background-color: #2d1552;
  border-bottom-color: #3f2664;
}
body.chat-big #chat_container table.user-organization .image-col,
body.chat-big #chat_container table.user-gateme .image-col {
  width: 78px;
  padding-right: 20px;
  overflow: hidden;
}
body.chat-big #chat_container table.user-organization .image-col .image,
body.chat-big #chat_container table.user-gateme .image-col .image {
  display: block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
body.chat-big #chat_container table.user-organization .header .name,
body.chat-big #chat_container table.user-gateme .header .name {
  color: #fff;
}
body.chat-big #chat_container table.user-organization.start-color,
body.chat-big #chat_container table.user-gateme.start-color {
  background-color: #753823;
}
body.chat-big #chat_container table.user-organization.start-color.end-color,
body.chat-big #chat_container table.user-gateme.start-color.end-color {
  background-color: #2d1552;
}
body.chat-big #chat_container table.user-organization .image-col .image {
  background: url("images/img_venue_avatar.jpg") no-repeat 0 0 transparent;
}
body.chat-big #chat_container table.user-gateme .image-col .image {
  background: url("images/img_gateme_avatar.jpg") no-repeat 0 0 transparent;
}
body.chat-big #chat_container table.start-color {
  background-color: #753823;
}
body.chat-big #chat_container table.start-color.end-color {
  background-color: #000;
}
body.chat-big .zopim {
  display: none;
  opacity: 0;
}
body.chat-big .switch-to-phone {
  display: none !important;
}

@media all and (min-width: 1100px) and (max-width: 1599px) {
  body.chat-big #chat_container table .header {
    font-size: 0.6em;
  }
  body.chat-big #chat_container table .body {
    font-size: 0.95em;
  }
}
@media all and (min-width: 1600px) {
  body.chat-big #chat_container table .header {
    font-size: 0.71428571em;
  }
  body.chat-big #chat_container table .body {
    font-size: 1.125em;
  }
}
.event_form_2 .form_block {
  max-width: 850px;
}
.event_form_2 .form_block > .pull-left {
  height: 46px;
}
.event_form_2 .form_block #div_id_avatar {
  height: 120px;
}
.event_form_2 .form_block .imagefield_v2 {
  height: 140px;
  width: 100%;
}
@media (max-width: 768px) {
  .event_form_2 .form_block .imagefield_v2 {
    height: 240px;
    max-width: 100%;
  }
}
.event_form_2 .form_block #div_id_end_time label {
  /*width: min-content;*/
  display: none;
  /* Following was used to make the warning icon show up after the inputs...  */
  /*width: auto;*/
  /*float: right;*/
  /*margin-right: 149px;*/
  /*padding-top: 4px;*/
}
.event_form_2 .form_block #div_id_end_time label .asteriskField {
  display: none;
}
.event_form_2 .form_block_title {
  font-size: 20px;
  font-weight: bold;
  color: #bdc3c7;
  margin-bottom: 15px;
}
.event_form_2 .form_block_title:before {
  content: "X";
  display: inline-block;
  color: #fff;
  background: #bdc3c7;
  padding: 0;
  font-size: 23px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  width: 34px;
  border-radius: 34px;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
}
.event_form_2 > .content-block > div:nth-child(1) .form_block_title:before {
  content: "1";
}
.event_form_2 > .content-block > div:nth-child(2) .form_block_title:before {
  content: "2";
}
.event_form_2 > .content-block > div:nth-child(3) .form_block_title:before {
  content: "3";
}
.event_form_2 > .content-block > div:nth-child(4) .form_block_title:before {
  content: "4";
}
.event_form_2 > .content-block > div:nth-child(5) .form_block_title:before {
  content: "5";
}
.event_form_2 > .content-block > div:nth-child(6) .form_block_title:before {
  content: "6";
}
.event_form_2 > .content-block > div:nth-child(7) .form_block_title:before {
  content: "7";
}
.event_form_2 > .content-block > div:nth-child(8) .form_block_title:before {
  content: "8";
}
.event_form_2 .bootstrapdatetimewidget-wrapper input {
  margin-bottom: 12px;
}
.event_form_2 select {
  min-width: 240px;
  padding-right: 27px;
}
@media (max-width: 768px) {
  .event_form_2 select {
    min-width: 100%;
  }
}
.event_form_2 .toggle-label {
  display: block;
  margin-right: 0;
}
.event_form_2 .toggle-controls {
  display: block;
  margin-top: 10px;
}
.event_form_2 textarea {
  resize: none;
  vertical-align: top;
  font-family: inherit;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.event_form_2 .from_to {
  padding: 0 5px;
  line-height: 34px;
}
@media (max-width: 768px){
  .event_form_2 .from_to {
    padding: 0 20px;
    line-height: 34px;
    color: transparent; 
  }
}
.event_form_2 .ticket_add {
  margin: 30px 0 18px 180px;
}
@media (max-width: 768px) {
  .event_form_2 .ticket_add {
    margin: 20px 0 20px 5px;
  }
}

.event_form_2 .ticket_add button {
  text-transform: uppercase;
}
.event_form_2 .ticket_block_area .ticket-block {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  max-width: 700px;
  padding: 25px 25px 25px 10px;
  margin-bottom: 15px;
  box-shadow: 0 1px 2px #0f1a2a14;
}
.event_form_2 .ticket_block_area .ticket-block:last-child {
  margin-bottom: 0;
}
.event_form_2 .ticket_block_area .ticket-block .fields-collapsing > .pull-left {
  margin-right: 0;
}
@media (max-width: 768px) {
  .event_form_2 .ticket_block_area .ticket-block .from_to {
    display: none;
  }
}
.event_form_2 .ticket_block_area .ticket-block .icon-close-sign {
  font-size: 24px;
  color: #464c65;
  cursor: pointer;
}
.event_form_2 .ticket_block_area .ticket-block .icon-close-sign:hover {
  color: #aaa;
}
.event_form_2 .form_submit {
  max-width: 700px;
  text-align: left;
  margin: 40px 0;
}
.event_form_2 .form_submit .title {
  font-size: 24px;
  line-height: 28px;
  color: #2a3843;
}
.event_form_2 .form_submit p {
  font-size: 14px;
  line-height: 18px;
  color: #bdc3c6;
  max-width: 400px;
  display: inline-block;
  margin: 16px 0;
}
.event_form_2 .form_submit .btn {
  text-transform: uppercase;
}

body .image-upload-container.imagefield_v2 {
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  width: 400px;
  background: transparent;
}
body .image-upload-container.imagefield_v2 .image-wrap {
  float: left;
  border: 0.5px solid #e9e9e9;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: relative;
  width: 110px;
  height: 105px;
  padding: 5px;
}
body .image-upload-container.imagefield_v2 i {
  top: auto;
}
body .image-upload-container.imagefield_v2 .control_wrap {
  text-align: left;
  padding: 5px 0 0 142px;
}
@media (max-width: 768px) {
  body .image-upload-container.imagefield_v2 .control_wrap {
    text-align: left;
    padding: 135px 0 0 0px;
  }
}

body .image-upload-container.imagefield_v2 .control_wrap .help_text {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #6b6d84 !important;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body .image-upload-container.imagefield_v2 .control_wrap .help_text {
    margin-bottom: 5px;
  }
}

body .image-upload-container.imagefield_v2 .btn {
  position: static;
  width: auto;
  left: auto;
  top: auto;
  bottom: auto;
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  border: 0.5px solid #e9e9e9 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #777777;
  font-weight: bold;
  font-size: 11px;
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#59FFFFFF,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#59FFFFFF,Positive=true);
}
body .image-upload-container.imagefield_v2 .btn:hover {
  background-color: #eee;
}
body .image-upload-container.imagefield_v2.mobile_avatar {
  width: 505px;
}
@media (max-width: 768px) {
  body .image-upload-container.imagefield_v2.mobile_avatar {
    width: 100%;
  }
}

body .image-upload-container.imagefield_v2.mobile_avatar .control_wrap {
  padding-left: 247px;
}
@media (max-width: 768px) {
  body .image-upload-container.imagefield_v2.mobile_avatar .control_wrap {
    padding-left: 0px;
  }
}

body .image-upload-container.imagefield_v2.mobile_avatar .image-wrap {
  overflow: hidden;
  width: 215px;
}
@media (max-width: 768px) {
  body .image-upload-container.imagefield_v2.mobile_avatar .image-wrap {
    width: 94%;
  }
}

body
  .image-upload-container.imagefield_v2.mobile_avatar
  .image-wrap
  .image-preview {
  width: 250px;
}
body .image-upload-container.imagefield_v2.cover_avatar {
  width: 100%;
}
@media (max-width: 768px) {
  body .image-upload-container.imagefield_v2.cover_avatar {
    max-width: 100%;
  }
}

body .image-upload-container.imagefield_v2.cover_avatar .control_wrap {
  padding-left: 355px;
}
@media (max-width: 768px) {
  body .image-upload-container.imagefield_v2.cover_avatar .control_wrap {
    padding-left: 0px;
    margin-top: -20px;
  }
}

body .image-upload-container.imagefield_v2.cover_avatar .image-wrap {
  overflow: hidden;
  width: 323px;
  height: 100px;
}
@media (max-width: 768px) {
  body .image-upload-container.imagefield_v2.cover_avatar .image-wrap {
    width: 94%;
  }
}

body .image-upload-container.imagefield_v2.cover_avatar .image-wrap i {
  line-height: 100px;
}
body
  .image-upload-container.imagefield_v2.cover_avatar
  .image-wrap
  .image-preview {
  width: 333px;
}

#add-link-modal .modal-body {
  padding: 24px 48px;
}

.disableShadows,
.disableShadows * {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-shadow: none !important;
}

body.skyplus {
  background: #fff;
  font-family: "Poppins", sans-serif;
}
body.skyplus .container-fluid {
  margin: 0 !important;
  padding: 0 !important;
}
body.skyplus .scrollable-x {
  bottom: 0;
  left: 0;
  overflow-x: auto;
  position: absolute;
  right: 0;
  top: 53px;
  -webkit-overflow-scrolling: touch;
}
body.skyplus .scrollable-x .sky-left,
body.skyplus .scrollable-x .sky-right {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding-top: 16px;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body.skyplus .scrollable-x .sky-left h3,
body.skyplus .scrollable-x .sky-right h3 {
  font-weight: 100;
}
body.skyplus .scrollable-x .sky-left .table-texts td,
body.skyplus .scrollable-x .sky-right .table-texts td {
  white-space: nowrap;
}
body.skyplus .scrollable-x .sky-left .table-texts td:first-child,
body.skyplus .scrollable-x .sky-right .table-texts td:first-child {
  min-width: 20px;
  position: absolute;
  width: 20px;
}
body.skyplus .scrollable-x .sky-left .table-texts td:last-child,
body.skyplus .scrollable-x .sky-right .table-texts td:last-child {
  white-space: normal;
}
body.skyplus .scrollable-x .sky-left .table-texts tbody > tr,
body.skyplus .scrollable-x .sky-right .table-texts tbody > tr {
  cursor: pointer;
}
body.skyplus .scrollable-x .sky-left .table-texts tbody > tr:nth-child(2n) > td,
body.skyplus
  .scrollable-x
  .sky-right
  .table-texts
  tbody
  > tr:nth-child(2n)
  > td {
  background-color: #f9f9f9;
}
body.skyplus
  .scrollable-x
  .sky-left
  .table-texts
  tbody
  > tr.new
  td:first-child:after,
body.skyplus
  .scrollable-x
  .sky-right
  .table-texts
  tbody
  > tr.new
  td:first-child:after {
  border: 4px solid #0b0;
  border-radius: 100%;
  content: "";
  height: 0;
  right: 16px;
  position: absolute;
  top: 14px;
  width: 0;
}
body.skyplus .scrollable-x .sky-left .table-texts tbody > tr.winner,
body.skyplus .scrollable-x .sky-right .table-texts tbody > tr.winner {
  cursor: auto;
}
body.skyplus .scrollable-x .sky-left .table-texts tbody > tr.winner td,
body.skyplus .scrollable-x .sky-right .table-texts tbody > tr.winner td {
  color: #d0d0d0;
}
body.skyplus
  .scrollable-x
  .sky-left
  .table-winners
  tbody
  > tr:nth-child(2n)
  > td,
body.skyplus
  .scrollable-x
  .sky-right
  .table-winners
  tbody
  > tr:nth-child(2n)
  > td {
  background-color: #303030;
}
body.skyplus .scrollable-x .sky-left .table-winners tbody > tr td:last-child,
body.skyplus .scrollable-x .sky-right .table-winners tbody > tr td:last-child {
  text-align: right;
}
body.skyplus .scrollable-x .sky-left .table-winners tbody > tr.unconfirmed > td,
body.skyplus
  .scrollable-x
  .sky-right
  .table-winners
  tbody
  > tr.unconfirmed
  > td {
  background-color: #000;
}
body.skyplus
  .scrollable-x
  .sky-left
  .table-winners
  tbody
  > tr.unconfirmed
  > td
  .remove-winner,
body.skyplus
  .scrollable-x
  .sky-right
  .table-winners
  tbody
  > tr.unconfirmed
  > td
  .remove-winner {
  background-color: #e00;
  border-radius: 5px;
  color: #fff;
  float: right;
  font-size: 30px;
  height: 20px;
  line-height: 18px;
  padding-bottom: 2px;
  padding-right: 4px;
  width: 20px;
}
body.skyplus
  .scrollable-x
  .sky-left
  .table-winners
  tbody
  > tr.unconfirmed
  > td
  .remove-winner:hover,
body.skyplus
  .scrollable-x
  .sky-left
  .table-winners
  tbody
  > tr.unconfirmed
  > td
  .remove-winner:active,
body.skyplus
  .scrollable-x
  .sky-right
  .table-winners
  tbody
  > tr.unconfirmed
  > td
  .remove-winner:hover,
body.skyplus
  .scrollable-x
  .sky-right
  .table-winners
  tbody
  > tr.unconfirmed
  > td
  .remove-winner:active {
  background-color: #c00;
}
body.skyplus .scrollable-x .sky-left {
  right: 50%;
}
body.skyplus .scrollable-x .sky-left #timestamp-form {
  padding: 15px;
}
body.skyplus .scrollable-x .sky-left #timestamp-form .from-text {
  font-weight: 500;
  color: #777;
}
body.skyplus .scrollable-x .sky-left #timestamp-form .input-mini {
  margin: 0 12px;
}
body.skyplus .scrollable-x .sky-left #timestamp-form .input-mini.error {
  border-color: #ff5a57;
  color: #ff5a57;
}
body.skyplus .scrollable-x .sky-left #timestamp-form #refresh-messages {
  background-color: #0c0;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 38px;
  height: 36px;
  line-height: 16px;
  padding-top: 0;
  width: 36px;
}
body.skyplus .scrollable-x .sky-left #timestamp-form #refresh-messages:hover,
body.skyplus .scrollable-x .sky-left #timestamp-form #refresh-messages:active {
  background-color: #0a0;
}
body.skyplus .scrollable-x .sky-left #timestamp-form #refresh-messages .icon {
  position: relative;
  top: 9px;
}
body.skyplus .scrollable-x .sky-left table th {
  cursor: pointer;
}
body.skyplus .scrollable-x .sky-left table th .icon-sort:before {
  bottom: 5px;
}
body.skyplus .scrollable-x .sky-right {
  left: 50%;
  background-color: #232323;
  color: #cecece;
}
body.skyplus .scrollable-x .sky-right #winner-form {
  padding: 15px 15px 0;
}
body.skyplus .scrollable-x .sky-right #winner-form .row-fluid [class*="span"] {
  float: left;
  margin-left: 2.27273%;
}
body.skyplus
  .scrollable-x
  .sky-right
  #winner-form
  .row-fluid
  [class*="span"]:first-child {
  margin-left: 0;
}
body.skyplus
  .scrollable-x
  .sky-right
  #winner-form
  .row-fluid
  [class*="span"].span2 {
  width: 14.7727%;
}
body.skyplus
  .scrollable-x
  .sky-right
  #winner-form
  .row-fluid
  [class*="span"].span4 {
  width: 31.8182%;
}
body.skyplus
  .scrollable-x
  .sky-right
  #winner-form
  .row-fluid
  [class*="span"].span6 {
  width: 48.8636%;
}
body.skyplus .scrollable-x .sky-right #winner-form #unconfirmed-count {
  background-color: #fff;
  border-radius: 100%;
  color: #0a0;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
  text-align: center;
  width: 24px;
}
body.skyplus .scrollable-x .sky-right #winner-form #winner-sms-content {
  background: transparent;
  border: none;
  color: #777;
  float: left;
  padding: 0 10px;
  width: 80%;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body.skyplus .scrollable-x .sky-right #winner-form .winner-name {
  position: relative;
}
body.skyplus
  .scrollable-x
  .sky-right
  #winner-form
  .winner-name
  .icon-close-sign {
  color: #c00;
  cursor: pointer;
  font-size: 32px;
  position: absolute;
  right: 8px;
  top: 6px;
}
@media (max-width: 768px) {
  body.skyplus .scrollable-x .sky-left {
    right: 0;
  }
  body.skyplus .scrollable-x .sky-right {
    left: 100%;
    width: 100%;
  }
}
body.skyplus #settings {
  background: #eee;
  bottom: 0;
  color: #555;
  font-size: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 53px;
  z-index: 10;
}
body.skyplus #settings #settings-actions {
  padding: 30px 50px;
  text-align: left;
}
body.skyplus #settings #settings-actions a {
  color: #555;
  font-size: 18px;
}
body.skyplus .venue-settings,
body.skyplus .confirmation-settings {
  background: #fbfbfb;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 53px;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
}
body.skyplus .table-venues th:first-child,
body.skyplus .table-venues td:first-child,
body.skyplus .table-confirmations th:first-child,
body.skyplus .table-confirmations td:first-child {
  padding-left: 50px;
}
body.skyplus .table-venues th:last-child,
body.skyplus .table-venues td:last-child,
body.skyplus .table-confirmations th:last-child,
body.skyplus .table-confirmations td:last-child {
  padding-right: 50px;
}
body.skyplus .table-venues tbody tr {
  cursor: move;
}
body.skyplus .table-venues .venue-info {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}
body.skyplus .table-venues .venue-location {
  color: #000;
  font-size: 12px;
  font-weight: normal;
}
body.skyplus .table-confirmations .confirmation-info {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}
body.skyplus .table-confirmations .label {
  background: #6d6d6d;
  font-weight: normal;
  margin-right: 8px;
}
body.skyplus .table-confirmations .label .icon-close-sign {
  color: #fff;
  cursor: pointer;
  margin-left: 2px;
}
body.skyplus .settings-header {
  background: #222;
  padding: 50px;
}
body.skyplus .settings-header h2 {
  color: #8f8f8f;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  margin: 0;
}
body.skyplus .settings-content {
  padding: 10px 0;
}
body.skyplus input,
body.skyplus textarea {
  background: #f1f1f1;
  border: 1px solid transparent;
  color: #777;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body.skyplus textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body.skyplus table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  width: 100%;
}
body.skyplus table th:first-child,
body.skyplus table td:first-child {
  padding-left: 15px;
}
body.skyplus table th:last-child,
body.skyplus table td:last-child {
  padding-right: 15px;
}
body.skyplus table th {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  padding: 6px;
  text-align: left;
  vertical-align: bottom;
}
body.skyplus table td {
  padding: 6px;
  text-align: left;
  vertical-align: top;
}
body.skyplus .icon-settings,
body.skyplus .close-settings {
  cursor: pointer;
  font-size: 32px;
  position: absolute;
  right: 8px;
  top: 8px;
}
body.skyplus .close-settings {
  color: #c00;
  top: 61px;
  z-index: 100;
}

.ng-cloak {
  display: none !important;
}

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

/* New Theme  */

.light-bg,
.login-box .page-login .login-form .epic-divider span, .switch-to-phone {
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
}
.light-bg {
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
  border-radius:10px ;
}


.no-shadow, .switch-to-phone {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.no-bg {
  background: transparent !important;
  background-color: transparent !important;
}

.dark-bg {
  background: #191C29 !important;
}

.trial-bg {
  box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #f0d3a1 0%, #efbca9 100%);
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  color: rgba(20, 25, 45, 0.9);
  text-shadow: none !important;
}

.no-border, .switch-to-phone {
  border: none !important;
}

.white-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: bold !important;
  color: #fff !important;
}

.primary-btn, #qr-reader__dashboard_section_csr button {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  background: #577cff !important;
  padding: 8px 16px;
  border-radius: 8px;
  text-shadow: none !important;
  border: none !important;
  color: #fff;
}

@media (max-width:768px) {.primary-btn {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  background: #577cff !important;
  padding: 8px 16px;
  border-radius: 8px;
  text-shadow: none !important;
  border: none !important;
  color: #fff;
  }
}

#qr-reader__dashboard_section_csr button {
  font-size: 12px;
  padding: 6px 12px;
  transform: translateX(-3%);
}

.primary-btn2 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  background: linear-gradient(
    180deg,
    #A0B5FF 0%,
    #577cff 100%
  );
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);

  padding: 8px 16px;
  border-radius: 5px;
  text-shadow: none !important;
  border: none !important;
  color: #fff;
}

.primary-btn:hover,
.primary-btn2:hover,
#qr-reader__dashboard_section_csr button:hover {
  background: #577cff;
}

.dark-btn {
  background: linear-gradient(180deg, #4b516d 0%, #2d324b 100%);
  padding: 8px 16px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

.gray-bg {
  background: #4b516d !important;
  text-shadow: none;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);

}

.dark-btn-small, #action-add-logo {
  background: linear-gradient(180deg, #4b516d 0%, #2d324b 100%);
  padding: 8px 16px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

.dark-btn:hover,
.dark-btn-small:hover {
  background: #4b516d;
}

.no-bg-btn {
  background: transparent;
  padding: 12px 16px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  display: inline-flex !important;
  align-items: center;
  color: #fff !important;
}

.cancel-btn,
.modal-footer,
.open-add-manager-modal {
  font-family: "Montessarat", sans-serif !important;
  font-size: 14px;;
  font-weight: 500 !important;
  background: #52ca8f !important;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 8px;
  text-shadow: none !important;
  color: #fff !important;
  text-align: center;
}

.cancel-btn {
  font-family: "Montessarat", sans-serif !important;
  font-size: 14px;;
  font-weight: 500 !important;
  background: #d9d9d9 !important;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 8px;
  text-shadow: none !important;
  color:#464c65 !important;
  text-align: center;
}


.btn-gray,
.delete-list {
  font-family: "Montessarat", sans-serif !important;
  font-size: 14px;
  font-weight: 500 !important;
  background: #52ca8f !important;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 8px;
  text-shadow: none !important;
  color: #2C2C2C !important;
  background: #d9d9d9 !important;
  text-align: center;
}

.modal-footer {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  background: #fff !important;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 8px;
  color: #2C2C2C !important;
  text-shadow: none !important;
}

.open-add-guest-modal {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  background: #fff !important;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 8px;
  color: #2C2C2C !important;
  text-shadow: none !important;
}

.save-btn,.btn-primary {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  background: #52ca8f !important;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 8px;
  color: #fff !important;
  text-shadow: none !important;
}

.btn-primary:hover {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  background: #72DBA8 !important;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 8px;
  color: #fff !important;
  text-shadow: none !important;
}


.no-bg-btn svg {
  margin-right: 10px;
}

.blue-font {
  color: #577cff !important;
}

.dark-font {
  color: #14192d !important;
}

.green-font {
  color: #69f0ae !important;
}

.white-font {
  color: #fff !important;
}

.white-label label {
  color: #fff !important;
}

.mont-font {
  font-family: "Montserrat", sans-serif !important;
}

.pop-font {
  font-family: "Poppins", sans-serif !important;
}

.medium-font {
  font-weight: 500 !important;
}

.reg-font {
  font-weight: 400 !important;
}

.smb-font {
  font-weight: 600 !important;
}

.control-label {
  color: #464c65 !important;
}

.control-label,
.asteriskField {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
}

.asteriskField {
  color: #ff5a57 !important;
}

.add-block {
  background: #f5f5f5;
  border-radius: 8px;
  text-shadow: none;
  font-family: "Poppins", sans-serif;
  color: white;
}

.add-block h4 {
  color: #464c65;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.mr-10 {
  margin-right: 10px;
}

/* Login */

.login {
  background: #fff !important;
  font-family: "Poppins", sans-serif;
}

.login .form-actions {
  border-top: 1px solid #aed8e2;
}

.login-box .page-login .login-form .epic-divider span {
  color: rgba(20, 25, 45, 0.8);
}

.login-header {
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 10px 10px 0px 0px;
}

.login-box .control-group.input-tagged svg {
  left: 16px;
  position: absolute;
  z-index: 10;
  line-height: 50px;
  font-size: 22px;
  top: 12.5px;
}

.login-box .control-group.input-tagged input,
.textinput,
.textarea {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%) !important;
  mix-blend-mode: normal !important;
  border: 0.5px solid #e9e9e9 !important;
  box-sizing: border-box !important;
  border-radius: 5px !important;
  font-family: "Poppins", sans-serif !important;
}

.login-box .control-group .btn {
  border: 0.5px solid #b2b2b2;
  box-sizing: border-box;
  border-radius: 8px;
}

.login-header .brand {
  width: auto;
  height: auto;
  top: 0 !important;
}

.btn-social.btn-facebook {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
}

.login-box .login-header img {
  width: auto;
}

.page-login .help-block {
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Open-Sans', 'Helvetica', 'Arial', 'Sans-serif';
  text-align: center;
  color: #575656;
}

.login .epic-divider {
  background: #aed8e2 !important;
}

.login .help-block {
  color: #575656 !important;
}

.navbar-inner .brand {
  font-family: 'Open-Sans', 'Helvetica', 'Arial', 'Sans-serif';
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  width: auto !important;
  line-height: 80px;
  height: 80px;
  margin-top: 0 !important;
}

.navbar-inner {
  height: 80px !important;
}

.navbar-inner .brand img {
  height: 48px;
}

body {
  padding-top: 80px;
  position: relative;
  min-height: calc(100vh - 80px);
  background: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  text-shadow: none !important;
}

.content-header {
  background: #f5f5f5 !important;
}

.subpages {
  margin-left: 130px;
}
@media (max-width: 768px) {
  .subpages {
    margin-left: 90px;
  }
}

body.no-sidebar .subpages {
  margin-left: 0;
}

.content-header {
  padding: 30px 42px;
  margin-bottom: 0px;
}

.content-header .btn {
  display: inline-block;
  cursor: pointer;
}

.content-header h1 {
  color: #464c65;
  font-size: 30px;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
  line-height: 30px;
}


.events-wrapper {
  padding: 20px;
  padding-bottom: 5px;
  border-radius: 10px;
  background-color:#fff ;
}

.event-container {
  background: #191C29;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
  border-radius: 10px;
}

.venue-thumbnail {
  height: 143px !important;
}

@media (max-width: 768px) {
    .venue-thumbnail{
        display: none;
    }
}

.events-wrapper hr,
#upcoming-events hr {
  border-top: 1px solid #aed8e2 !important;
  border-bottom: 0 !important;
}

.well-blue {
  background: #9296ad;
  border-radius: 5px;
  padding: 30px 20px;
}

.well-title {
  font-weight: bold;
  font-family: "Poppins", sans-serif !important;
  text-shadow: none !important;
}

.well-text {
  font-family: "Poppins", sans-serif !important;
  text-shadow: none !important;
}

#sidebar {
  top: 80px;
}

.content-header {
  display: flex;
  align-items: center;
}

.role-description,
.role-name {
  text-shadow: none !important;
}

#sidebar {
  background: #191C29 !important;
}
#sidebar .nav {
  background: #191C29 !important;
}

#sidebar .nav > li > a {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  color: #fff;
}

body.dashboard #sidebar .sidebar-events,
body.dashboard-all-events #sidebar .sidebar-events,
body.event-edit #sidebar .sidebar-events,
body.all-venues #sidebar .sidebar-venues,
body.edit-venue #sidebar .sidebar-venues,
body.tables_config #sidebar .sidebar-venues,
body.venue_menu #sidebar .sidebar-venues,
body.venue-promo #sidebar .sidebar-venues,
body.org-users #sidebar .sidebar-users,
body.org-promoters #sidebar .sidebar-promoters,
body.people-database #sidebar .sidebar-database,
body.org-viplist #sidebar .sidebar-permanent,
body.org-legal-info:not(.org-analytics) #sidebar .sidebar-company,
body.org-analytics #sidebar .sidebar-marketing,
body.billing #sidebar .sidebar-company,
body.reporting #sidebar .sidebar-reports,
body.manage-tally #sidebar .sidebar-company,
body.manage-tally #sidebar .sidebar-tally,
body.live-chat #sidebar .sidebar-chat {
  background: #222948 !important;
  border: none;
  border-left: 6px solid #577cff !important;
}

body.dashboard #sidebar .sidebar-events a,
body.dashboard-all-events #sidebar .sidebar-events a,
body.event-edit #sidebar .sidebar-events a,
body.all-venues #sidebar .sidebar-venues a,
body.edit-venue #sidebar .sidebar-venues a,
body.tables_config #sidebar .sidebar-venues a,
body.venue_menu #sidebar .sidebar-venues a,
body.venue-promo #sidebar .sidebar-venues a,
body.org-users #sidebar .sidebar-users a,
body.org-promoters #sidebar .sidebar-promoters a,
body.people-database #sidebar .sidebar-database a,
body.org-viplist #sidebar .sidebar-permanent a,
body.org-legal-info #sidebar .sidebar-company a,
body.billing #sidebar .sidebar-company a,
body.reporting #sidebar .sidebar-reports a,
body.manage-tally #sidebar .sidebar-company a,
body.manage-tally #sidebar .sidebar-tally a,
body.live-chat #sidebar .sidebar-chat a {
  margin-left: -6px;
}

.org-legal-info .nav.nav-tabs,
.billing .nav.nav-tabs,
.manage-tally .nav.nav-tabs {
  margin-top: 0px;
  background: #f5f5f5;
  border-bottom: 0;
  padding-left: 25px;
}

@media (max-width:768px) {
  .org-legal-info .nav.nav-tabs,
  .billing .nav.nav-tabs,
  .manage-tally .nav.nav-tabs {
    margin-top: 0px;
    background: #f5f5f5;
    border-bottom: 0;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}


.nav-tabs a {
  color: #696f7f;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  text-shadow: none !important;
  margin-right: 0 !important;
  position: relative;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  padding: 0 15px;
  margin: -2px -5px;
  border-radius: 22px;
  border: 2px solid #577CFF;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 35px;
  color: #191C29;
}

.nav-tabs > .active > a:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: solid 10px rgba(75, 81, 109, 0.81);
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  color: #191C29;
}

#id_vat_code,
#id_iban_number {
  height: auto;
}

select {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.87) 0%,
    #f1f0f0 99.48%
  ) !important;
  border: 0.5px solid #b2b2b2;
  box-sizing: border-box;
  border-radius: 5px;
}

.navbar > .navbar-inner > ul.nav {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.bar-success {
  background: #52ca8f !important;
}

.modal-header {
  background: #191C29;
  text-shadow: none;
  box-shadow: none;
  border-radius: 10px 10px 0 0;
}

#venueadmin-org-selector .caret {
  display: none !important;
}

#venueadmin-org-selector {
  text-align: center;
}

form.language-select {
  width: 100%;
}

select.language-select {
  width: 100%;
  margin-bottom: 0;
  padding: 8px 16px;
  background: initial;
  border: unset;
  border-radius: unset;
  transition: color 0.25s;
  height: fit-content;
  outline: unset;
}
select.language-select option {
  color: #464c65;
}
select.language-select:hover,
select.language-select:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #409bd4;
  background-image: linear-gradient(to bottom, #4eb3de, #2c77c5) !important;
  background-repeat: repeat-x;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.15), inset 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}

form.set_language_form {
  margin: 0;
  width: 100%;
}

.label-notifications {
  position: relative;
  top: -6px !important;
  left: -10px !important;
  width: 8px;
  height: 8px;
  background: #4074d4 !important;
  background-color: #4074d4 !important;
  border-radius: 100%;
  padding: 0 !important;
}

#users-container * {
  border-color: #aed8e2 !important;
}

#user-container .needsclick .role-name {
  background: transparent;
}

#user-container .needsclick {
  background: linear-gradient(180deg, #5c6275 0%, #444a5a 100%);
  mix-blend-mode: lighten;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.org-promoters .content-header h1 {
  /* width: calc(100% - 136px); */
}

#venueadmin-org-selector .caret {
  display: none !important;
}

#venueadmin-org-selector {
  text-align: center !important;
}

.modal-body,
.modal-footer {
  background: #ffffff ;
  border-radius: 0 0 10px 10px;
}

.modal-footer {
  border-top: 1px solid #aed8e2 !important;
}

#user-container .needsclick.active {
}

#promoters-with-email-container label {
  color: #fff !important;
}

#promoters-with-email-container .content-block * {
  border-color: #aed8e2 !important;
}

.well-add-item {
  border-radius: 10px;
  text-shadow: none;
  color: #676d85 !important;
  margin-top: 15px;
}

.well-add-item .btn-add {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  background: #577CFF;
  padding: 8px 16px;
  border-radius: 8px;
  text-shadow: none !important;
  border: none !important;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .well-add-item .btn-add {
    margin-bottom: 5px;
  }
}

.well-add-item h4 {
  font-family: "Poppins", sans-serif !important;
  color: #464c65 !important;
}

.btn-add {
  background: #555770 !important ;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 13px;
  border-radius: 8px !important;
  text-shadow: none !important;
  border: none !important;
  color: #fff;
}
.btn-add:hover {
  background: #63657F !important ;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 13px;
  border-radius: 8px !important;
  text-shadow: none !important;
  border: none !important;
  color: #fff;
}

.content-header .btn-steelblue {
  background-color: #577CFF !important ;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 13px;
  border-radius: 8px !important;
  text-shadow: none !important;
  border: none !important;
  color: #fff;
}

@media(max-width:768px) {
  .content-header .btn-steelblue {
    background-color: #577CFF !important ;
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 13px;
    border-radius: 8px !important;
    text-shadow: none !important;
    border: none !important;
    color: #fff;
    
    text-align: center;
  }
}

.content-header .btn-steelblue:hover {
  background-color: #6C8FFF !important ;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 13px;
  border-radius: 8px !important;
  text-shadow: none !important;
  border: none !important;
  color: #fff;
}



.well-blank-page {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-radius: 0px;
  padding-bottom: 20px;
  border: none !important;
  box-shadow: none !important;
  color: #14192d !important;
  width: auto;
}

.well-blank-page .background-icon {
  display: none !important;
}

.well-blank-page h4 {
  font-family: "Montserrat", sans-serif !important;
  color: #14192d !important;
}

.alert,
.alert h4 {
  font-family: "Montserrat", sans-serif !important;
  color: #14192d !important;
}

.well-with-icon {
  line-height: 24px;
  background: #9296ad;
  border-radius: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}

.well-with-icon a {
  color: #69f0ae;
}

.stats-days-selector a {
  color: #577cff !important;
}

.stats-days-selector li.active a {
  color: #fff !important;
  background: #577cff !important;
}

.reporting .nav-pills a {
  color: #577cff !important;
}

.reporting .nav-pills li.active a {
  color: #fff !important;
  background: #577cff !important;
}

.permanent-list .block-header,
.permanent-list .block-contents {
  background: linear-gradient(180deg, #222a49 0%, #14192d 100%);
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}

.permanent-list .list-name h4,
.permanent-list .guest-name {
  color: #fff !important;
}

.permanent-list .guest-comment {
  color: rgba(255, 255, 255, 0.8);
}

.permanent-list .guest-added {
  color: rgba(255, 255, 255, 0.6);
}

.permanent-list .guest-actions a {
  color: #fff !important;
}

.content-block .block-header .metric .description,
body.common-list .block-contents .table-title {
  color: #fff !important;
}

.permanent-list .metric {
  display: none;
}

.members-wrapper tr {
  background: linear-gradient(180deg, #5c6275 0%, #4a5169 100%);
  mix-blend-mode: lighten;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border: none;
}

.members-wrapper tr * {
  border: none;
}

.people-database .content-block {
  background: #ffffff !important;
  background-color: #ffffff !important;
  padding: 20px;
  min-height: calc(100vh - 240px);
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
}

.people-database .block-header,
.people-database .block-contents,
.people-database .block-contents {
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  background: #191C29;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
  border-radius: 10px;
}

a.dark,
#people-database-table th {
  color: #577cff;
}

@media (max-width:768px) {
  #people-database-table{
    height: auto;
    max-width: 500px;
  }
}

#people-database-table tr:not(:first-child) {
  background: linear-gradient(180deg, #5c6275 0%, #4a5169 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.persons-count {
  display: none;
}

#dropdown-period-toggle .icon-calendar {
  display: none;
}

#dropdown-period-toggle,#dropdown-eventfilter-toggle {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  margin-bottom: 20px !important;
}

@media (max-width: 768px) {
  #dropdown-period-toggle {
    margin-bottom: 20px !important;
    
  }
}

@media (max-width: 768px) {
  #dropdown-period-toggle,#dropdown-eventfilter-toggle{
    margin-bottom: 20px;
    
  }
}

#people-database-table tr td {
  border-top: none;
  border-bottom: none;
  color: #fff !important;
  border-right: 0;
  border-color: #aed8e2;
}

#people-database-table tr td:last-child {
  border-right: 0;
}

#people-database-table tr td:first-child {
  border-left: 0;
}

.muted, .summary-title em {
  color: #e7e7e7 !important;
}

.person-edit-link,
.person-delete-link {
  color: #fff !important;
}

#people-actions {
  padding-bottom: 60px;
  border: none;
  border-top: 1px solid #aed8e2;
}

.people-database .nav-tabs > .active > a:after {
  display: none !important;
  border: none !important;
}

.people-database .nav-tabs > .active > a {
  border: none !important;
}

.people-database .nav-tabs > .active > a {
  background: #ebeeff !important;
  border-radius: 5px 5px 0px 0px !important;
  color: #577cff !important;
  font-style: normal;
  font-weight: bold !important;
}

.people-database .nav-tabs a {
  background: transparent !important;
  border-radius: 5px 5px 0px 0px !important;
  color: #fff !important;
  font-style: normal;
  font-weight: bold !important;
}

#action-delete {
  background: linear-gradient(180deg, #ffffff 0%, #b6b6b6 100%) !important;
  border-radius: 8px !important;
  padding: 8px 16px;
  color: #5b5b5b;
  font-size: 14px;
}

#action-export-database,
#action-email {
  font-weight: 400;
  font-size: 16px;

  background: linear-gradient(180deg, #86a1ff 0%, #3f6aff 100%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-family: Montserrat;

  color: #ffffff;
}

.org-viplist .guest-info {
  border-right: 1px solid #aed8e2;
  min-width: 150px;
}

#lists-container .normal-actions .btn-gray,
#lists-container .open-add-manager-modal {
  background: linear-gradient(180deg, #4b516d 0%, #2d324b 100%) !important;
  border-radius: 8px !important;
  color: #ffffff !important;
}

body.org-users .needsclick.active {
}

#add-guest-modal .modal-header .add-block {
  background: transparent !important;
}

#subscribe-btn {
  margin-top: 35px;
}

#periods-container .block-header,
#periods-container .block-contents {
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  background: #191C29 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

#periods-container h5 {
  color: #577cff;
}

#periods-container h4 {
  color: #fff;
}

body.reporting .stats-green-box .header {
  background: #14192d !important;
  border-radius: 8px 8px 0px 0 !important;
}

body.reporting .tabs-right > .nav-tabs > li > a {
  font-family: 'Poppins', sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 17.01px;
  line-height: 26px;
  background: transparent !important;
  color: #464c65  !important;
}

body.reporting .tabs-right > .nav-tabs > li.active > a {
  border-color: transparent !important;
  box-shadow: none !important;
  background: #fff !important;
  color: #577cff !important;
  box-shadow: 0px 1px 3px #979797 !important;
  border-radius: 5px;
}

body.reporting .tabs-right > .nav-tabs > .active > a:after {
  display: none !important;
}

body.reporting #content-wrapper .row-fluid {
  background: #ffffff !important;
  background-color: #fff !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  width: 96.5%;
  border-radius: 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  body.reporting #content-wrapper .row-fluid {
    background: #ffffff !important;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: auto;
    border-radius: 10px;
    margin-top: 10px;
  }
}

.events-widget h5 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  color: #577cff;
}

.tables_config .nav-tabs {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .tables_config .nav-tabs {
    padding-left: 40px;
    margin-top: -20px; 
  }
}

.mass-editor-help em {
  color: #577cff;
}

.mass-editor-help-more-link {
  color: #69f0ae;
}

.people-database #dropdown-period-toggle,
.people-database #dropdown-eventfilter-toggle {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.people-database .nav-tabs {
  margin-bottom: -1px !important;
}

#action-email,
#action-export-database,
#action-delete {
  width: 100px;
  display: inline-block;
  text-align: center;
}

.mt-0 {
  margin-top: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

hr.shade {
  display: none !important;
}

#create-event-actions .btn-primary,
.jqibuttons .btn-primary {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  background: #52ca8f !important;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 8px;
  color: #fff !important;
  text-shadow: none !important;
}

#create-event-actions .btn-danger {
  font-family: "Montessarat", sans-serif !important;
  font-weight: 500 !important;
  color: #2C2C2C !important;
  background: #d9d9d9 !important;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 8px;
  text-shadow: none !important;
}

.btn-danger,
#table-properties-delete {
  font-family: "Montessarat", sans-serif !important;
  font-weight: 500 !important;
  color:  #2C2C2C !important;
  background: #d9d9d9 !important;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 8px;
  text-shadow: none !important;
}

#create-event-actions .btn-danger:hover,
.btn.btn-danger:hover,
#table-properties-delete:hover {
  background: #b6b6b6 !important;
}

#table-properties-delete {
  margin-top: -5px;
  padding: 6px 16px !important;
}

.floorplan-objects-container .object.object-table {
  background: #52ca8f !important;
}

.floorplan-objects-container .object.object-bar {
  background: linear-gradient(180deg, #9da1b6 0%, #676d85 100%);
}

.floorplan-objects-container .object.object-dj {
  background: linear-gradient(180deg, #222a49 0%, #14192d 100%);
}

#floorplans-container,
#menu-container {
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  
}

.floorplan-objects-container {
  background: #fff !important;
  background-color: #fff !important;
}

.subpages {
  margin-left: 130px;
}
@media (max-width: 980px) {
  .subpages {
    margin-left: 90px;
  }
}
.venue_menu .nav-tabs {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .venue_menu .nav-tabs {
    margin-top: -20px;
  }
}

.trial-notification .btn-primary {
  margin-top: 20px;
}

#items-wrapper .item-name {
  color: #fff;
  min-width: 130px;
  margin-right: 20px;
  border-right: 1px solid #aed8e2 !important;
}

#items-wrapper .item-price {
  color: #e7e7e7 !important;
  padding-left: 20px;
}

.edit-item,
.remove-item,
body.venue_menu .block-contents table .item-edit i:before {
  color: #fff !important;
}

body.venue_menu .block-contents table .item-edit i:before,
body.venue_menu .block-contents table .item-remove i:before {
  background: transparent;
}

body.venue_menu .table td {
  background: linear-gradient(180deg, #9da1b6 0%, #676d85 100%);
  border: none !important;
}

.event-buttons-expand {
  display: none !important;
}

.event-container .event-content .event-buttons.collapsed {
  height: auto;
  overflow: visible;
}

.event-edit .nav-tabs,
.event-edit-lists .nav-tabs,
.common-list .nav-tabs {
  padding-left: 30px;
  padding-bottom: 10px;
  margin-top: -20px;
  background: #f5f5f5 ;
}

@media (max-width: 767px) {
  .event-edit .nav-tabs,
  .event-edit-lists .nav-tabs,
  .common-list .nav-tabs {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.metric {
  color: #fff !important;
}

.metric .description {
  font-weight: 400 !important;
}

.event-buttons-inner {
  padding-top: 10px;
}

.event-buttons-inner .dark-btn {
  font-size: 14px !important;
  padding: 8px 16px;
  border-radius: 8px !important;
}

.event-footer {
  margin-top: 5px !important;
}

.event-container .event-content .event-footer a i::before {
  color: #fff;
  background: -webkit-linear-gradient(#fff, #93acbf);
}

#gplus-share {
  background: #fff;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
}

#pinterest-share,
#twitter-share,
#mail-share {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
}

#mail-share {
  background: #e7e7e7 !important;
}

#add-venue-info .icon-diamond {
  display: block;
  height: 90px;
}

.event-buttons-inner .btn {
  display: inline-flex !important;
  align-items: center;
}

.event-buttons-inner .btn svg {
  margin-right: 5px;
}

.image-upload-container .btn-steelblue {
  background: #ffffff !important;
  border-radius: 5px;
}

.input-append-plain span {
  color: #e7e7e7 !important;
}

.input-append input {
  height: 38px !important;
  background: white;
  border-radius: 5px 0 5px 5px;
}

.input-append .add-on {
  /* height: 38px !important;
  line-height: 38px !important; */
}

.dark-bg label {
  color: #fff !important;
}

.dark-bg .block-header h4 {
  color: #fff !important;
}

.block-contents .btn-add {
  font-size: 14px !important;
  padding: 8px 12px !important;
  display: inline-block !important;
}

.light-bg .form_block_title {
  color: #464c65 !important;
}

.event_form_2 .form_block_title:before {
  color: #fff !important;
  background: #464c65 !important;
}

.event-create .help_text {
  color: rgba(0, 0, 0, 0.5) !important;
}

.event-create .image-upload-container .btn-steelblue {
  color: #464c65 !important;
  background: white;
}

.no-bg {
  background: transparent !important;
}

.dashboard .event-metric {
  color: #fff;
}

.dashboard .event-metric .description {
  color: #fff !important;
}

.add-white-btn {
  color: #fff;
  font-size: 30px;
  margin-left: 100px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .navbar-inner .brand span {
    font-size: 20px;
  }
  .navbar-inner .brand img {
    height: 30px;
  }
  body {
    padding-top: 0;
    min-height: 100vh;
  }
}

.event-container .icon-diamond {
  color: #fff !important;
}

.dashboard .well-blank-page h4 {
  color: #577cff !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
}

.content-header .well-blank-page {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "Montserrat", sans-serif !important;
}

.well-with-icon i {
  top: 17px;
}

.event-create .input-append .add-on {
  /* height: 25px !important; */
  /* line-height: 25px !important; */
  background: white; 
  border-radius: 0 8px 8px 0;
}

.block-header,
.block-contents {
  border-radius: 10px;
}

.role-inputs .well {
  background: linear-gradient(180deg, #3A3F55 0%, #2D3247 100%) !important;
}

.role-inputs .well.active {
  background: linear-gradient(180deg, #5C6275 0%, #4A5169 100%) !important;
}

body.org-users label.well .role-name {
  color: #fff !important;
}

.table td {
  color: #d2d2d2;
}

.ml-30 {
  margin-left: 30px !important;
}

.trial-bg h4 {
  color: #464c65 !important;
}

.trial-bg p {
  font-family: "Montserrat", sans-serif !important;
  color: #464c65 !important;

}

.well-with-icon {
  font-family: "Montserrat", sans-serif !important;
}

.well a.link {
  text-decoration: none !important;
}

.well-with-icon strong {
  font-weight: 500;
}

#person-reset {
background: linear-gradient(180deg, #4B516D 0%, #2D324B 100%) !important;
border-radius: 5px;
color: #fff !important;
}

#person-save {
background: linear-gradient(180deg, #86A1FF 0%, #3F6AFF 100%) !important;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
border-radius: 5px !important;
color: #fff !important;
}

.page-forgot .form-actions, .page-register  .form-actions {
  background: transparent !important;
}

.switch-to-phone {
  font-family: "Montserrat", sans-serif !important;
  color: #464c65 !important;
}

.switch-to-phone a {
}

.page-register input, #lists-container .textinput {
  height: 38px;
  line-height: 38px;
}

.page-register input[type="submit"] {
  height: auto;
  line-height: auto;
}

.page-register input[type="email"] {
  background: linear-gradient(
180deg, #ffffff 0%, #ffffff 100%) !important;
  padding-top: 0;
  padding-bottom: 0;
  mix-blend-mode: normal !important;
  border: 0.5px solid #e9e9e9 !important;
  box-sizing: border-box !important;
  box-shadow: 0 1px 2px #0f1a2a14 !important;
  border-radius: 5px !important;
  font-family: "Poppins", sans-serif !important;
}

.content-block {
  box-shadow: none;
  background-color: #f5f5f5 !important;
}

#floorplan-objects .muted {
  color: #464c65 !important;
  margin-top: 20px;
}

.starting-page-container .block-footer {
  /* padding-top: 20px !important; */
}

.starting-page-container .content-block-single {
  min-height: 343px;
}

.starting-page-container .content-block-single .btn-primary {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  background: #52ca8f !important;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 5px;
  color: #fff !important;
  text-shadow: none !important;
  margin-top: 2px;
  display: inline-block;
}

#floorplan-objects {
  margin-right: 0 !important;
}

.events-wrapper .block-header.dark-bg {
  border-bottom: 0 !important;
  border-radius: 10px;
}

.ondesktop {
  display: block !important;
}

.onphone {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .navbar > .navbar-inner {
    display: flex !important;
    align-items: center !important;
  }

  body.event-view #content-guests {
    left: 100px;
    right: 210px;
}

  .ondesktop {
    display: none !important;
  }

  .onphone {
    display: block !important;
  }

  .block-footer {
    overflow-y: hidden;
  }
  
  body .navbar .brand {
    display: none;
    align-items: center !important;
    flex-grow: 1;
  }

  .content-header {
    margin-left: 90px;
    padding-bottom: 20px;
  }

  .content-header h1 {
    width: 100%;
    font-size: 18px;
    line-height: inherit;
    margin-bottom: 5px;
    margin-right: 10px;
  }

  .content-header .primary-btn {
    margin-left: 0 !important;
    white-space: nowrap;
  }

  .well-add-item {
    display: block;
  }

  .well-add-item > div {
    display: table-cell;

  }


  .well-add-item .btn-add.pull-right {
    float: none !important;
  }
}

.navbar > .navbar-inner {
  background: #191C29 !important;
}

#content-side-lists {
  margin-top: 149px;
  border-radius: 10px;
}
@media (max-width: 640px) {
  #venueadmin-org-selector .dropdown-menu {
    width: 95vw;
    position: fixed;
    top: 66px;
    left: 50%;
    transform: translate(-50%);
  }

  #venueadmin-org-selector .dropdown-menu li a {
    white-space: normal;
  }
}

#venueadmin-org-selector .dropdown-menu li {
  text-align: left;
}

#venueadmin-org-selector .dropdown-menu li .muted {
  color: #999999 !important;
}

#sidebar::-webkit-scrollbar {
  display: none;
}

.event-view .nightly-report button {
  margin-top: 0px;
  display: inline-block;
}
@media (max-width:768px) {
  .event-view .nightly-report button {
    margin-bottom: 5px;
  }
}

.event-view .nightly-report a {
  padding-top: 7px;
  padding-bottom: 9px;
}

.onphone .dropdown-menu {
  padding-left: 10px;
}

#add-guest-modal .add-block {
  background: none;
  box-shadow: none;
}

.content-block.mobile .block-header, .content-block.mobile .block-contents  {
  background: #191C29 !important
}

.content-block.mobile .block-header h4 span {
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
}

.content-block.mobile .block-header .badge {
  background: #4b516d !important;
  box-shadow: none;
  font-family: "Montserrat", sans-serif !important;
}


.switch-to-desktop {
    background: #fff !important;
    background-color: #fff !important;
    padding-bottom: 25px !important;
}

#people-actions a,
#people-actions button {
  width: 196px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  #people-actions a,
  #people-actions button {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 5px;
}
}


.modal-header .add-block, .modal-footer .add-block {
  background: transparent;
  box-shadow: none;
}

.table-tally-summary tbody tr, .table-tally tbody tr {
  background: linear-gradient(
180deg, #5c6275 0%, #4a5169 100%);
}

.table-tally-summary tbody {
  color: #222;
}

.table-tally-summary thead {
  border-radius: 5px 5px 0px 0px;
  background: #14192D;
  color: white;
}

.tally-summary-totals .muted, .table-tally .muted {
  color: rgba(0,0,0,.5) !important;
}

#submit-id-save {
    font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  background: #52ca8f !important;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 5px;
  color: #fff !important;
  text-shadow: none !important;
}

#reset-id-cancel {
    font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 5px;
  text-shadow: none !important;
  color: #5b5b5b !important;
  background: linear-gradient(180deg, #ffffff 0%, #b6b6b6 100%) !important;
}

#promoters-container {
  min-height: auto;
}

.scanner-wrapper {
  position: fixed;
  background: #fff;
  inset: 0;
  z-index: 999999;
  display: none;
  flex-direction: column;
  overflow-y: scroll;
}

.scanner-reader {
  max-width: 100%;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);

}

.text-right {
  text-align: right;
}

.scanner-wrapper .icon-close-sign {
  font-size: 30px;
  padding-right: 20px;
}

.scanner-wrapper .icon-checked-sign, .scanner-wrapper .icon-forbidden {
  font-size: 80px;
}

.mt-80 {
  margin-top: 80px;
}

#list-destination #content-guests {
  position: initial;
}

.scanner-close-i {
  height: 50px;
  line-height: 50px;
}

.guestlist-search-wrapper {
  display: flex; align-items: center;
}

.w50 {
  width: 50px;
}

.fg1 {
  flex-grow: 1;
}

.checkin-success {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  background: #229f62 !important;
  color: #fff;
  z-index: 999
}

#people-actions li a {
  width: auto;
}

.hide-event-type-list {
  position: fixed;
  right: 20px;
  z-index: 99;
  width: 217px;
  top: 90px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid rgba(174, 174, 174, 0.3);
  border-bottom: 1px solid rgba(174, 174, 174, 0.3);
  border-left: 1px solid #ddd;;
  border-right: 1px solid #ddd;;
  padding: 10px 10px;
  color: #6b6d84;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px 10px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
}

.active-tables .hide-event-type-list {
  display: none !important;
}

#show-event-type-list {
  display: none;
  width: 45px !important;
}

.full_width_guest_list {
  right: 20px !important; 
}

body.event-view .content-main.event-type-filter {
  margin-right: 50px !important;
}

.flex-bottom{
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.flex-grow-align-center{
  display: flex;
  flex-grow: 1;
  justify-content: center;
  flex-direction: column;
}

.checked-ok-btn {
  text-transform: uppercase;
  background: #fff;
  color:rgb(34,159,98);
  border: none;
  margin-top:20px;
  font-size: 20px;
  padding: 4em 6em;
  outline-offset: -8px;
  outline: solid 4px;
  border-radius: 14px;
  margin-bottom: 20px;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-family: 'Montserrat';
}

.checkin-warning {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  background: #FF7B7B;
  color: #fff;
  z-index: 999;
}

.checkin-warning .checked-ok-btn {
  color: #FF7B7B;
}

body.event-view .content-side {
  margin-top: 117px;
}
@media (max-width: 767px) {
  body.event-view .content-side {
  margin-right: 5px;
  width: 195px;
  display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-mobile .content-header {
      margin-left: 0;
      margin-bottom: 10px;
  }
  .scanner-wrapper {
    position: fixed;
    background: #fff;
    max-width: 100%;
    width: 100vw;
    top: 0px;
    z-index: 999999;
    background: #f5f5f5; 
  }

  .scanner-reader {
    max-width: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17) !important;
  }
}

.common-social-tools a {
  display: inline-block;
  white-space: nowrap;
}

#hint_id_ticket-9-sell_from {
  color: #fff !important;
}

.bootstrapdatetimewidget-button {
  background: #fff;
  color: #222;
}

.bootstrapdatetimewidget-button:hover {
  background: #eee;
}

.rsvp-list .block-contents .members-wrapper .table-wrapper .table .guest-comment {
  width: 65% !important;
}

#qr-reader__camera_selection {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-appearance: menulist;
  width: fit-content;
}

#guest-status {
  color: #577cff !important;
  font-size: 15px;
}

body.event-view .active-checkin #guestlist .guest-wrapper.guest-entered-half {
  border-left: 6px solid #577cff !important;
}


@media screen and (max-width: 1025px) {
  .full_width_guest_list {
    right: 10px !important;
  }

  .hide-event-type-list {
    right: 5px;
    z-index: 99;
    width: 197px;
  }

  #show-event-type-list {
    right: 10px;
    z-index: 99;
    width: 190px;
    border-radius:10px;
  }

  #sidebar-toggle {
    flex-grow: 1;
    margin-left: 0;
  }

  #sidebar-toggle li {
    text-align: left;
  }

  .create-info-bar {
    width: 70% !important;
  }

  .create-info-bar-small {
    width: 30% !important;
  }

  .create-info-bar .well-blank-page {
    padding-right: 100px;
  }

}
@media (max-width: 768px) {
  .create-info-bar .well-blank-page {
    display: none;
  }
}

@media (min-width: 1025px) {
  #sidebar-toggle {
    display:none; 
  }
}
.is-mobile #sidebar-toggle li {
  display:none;
}

.is-mobile .mobile-hide{
    display: none;
}
@media (max-width: 768px) {
    .mobile-hide{
        display: none;
    }
}

#scanner-wrapper #guestlist>div {
  height: initial !important;
}

#scanner-wrapper  #content-guests {
  height: fit-content !important;
  max-height: fit-content !important;
  overflow: initial !important;
  width: 100%;
}

#scanner-wrapper #list-destination {
  flex-grow: 1;
  display: flex;
  align-items: end;
}

.guests-list-container {
  background-color: #fff ;
  background: #fff ;
  padding: 0 18px;
  overflow: hidden;
}

.guests-list-content-container .guests-list hr {
  border-color: #aed8e2  !important;
}

.guests-list-content-container {
  border-top: 1px solid #aed8e2;
  background-color: #fff ;
  background: #fff ;
}

.guests-list-content-container .guests-list {
  max-height: 260px;
  height: auto;
  overflow-y: auto;
}

.guests-list-content-container h5 {
  margin: 15px 0;
  text-align: left;
  color: #464c65;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.guests-list-content-container .guest-item {
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  background: linear-gradient(180deg, #4b516d 0%, #2d324b 100%);
  margin-bottom: 6px;
}

.guests-list-content-container .guest-item label {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  cursor: auto;
}

.guests-list-content-container .guest-item .person-checkbox {
  margin: 0;
  margin-right: 7px;
}

.guests-list-content-container .guest-item span {
  color: white;
  font-weight: 700;
}

#pdf-to-email .modal-footer,
.download-report-container .modal-footer {
  border-top: none;
  border: none;
  margin: 0;
  padding: 18px 18px 15px;
} 

#pdf-to-email .modal-header span,
.download-report-container .modal-header span {
  line-height: 21px;
}

#pdf-to-email .modal-footer .footer-cancel,
.download-report-container .modal-footer .footer-cancel{
  margin-top: 15px;
}

#pdf-to-email .input-block-level {
  resize: none;
}

#pdf-to-email form, 
.download-report-container form {
  margin: 0;
} 

#pdf-to-email .footer-btns-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media(max-width: 768px) {
  #pdf-to-email .footer-btns-container {
    flex-direction: column;
  }

  #pdf-to-email .footer-btns-container button {
    margin-left: 0;
  }
}

.download-report-container .download-footer-btns-container {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}

#datefilter-modal form {
  margin: 0;
}

#personal-menu .dropdown-menu{
  background: linear-gradient( 180deg, #fbfbfb 0%, #f1f0f0 100% );
}

.login-container .language-select-icon {
  display: none;
}

.login-container select.language-select {
  position: absolute;
  right: 30px;
  top: 40px;
  
  appearance:none;
  border: none;
  outline: none;
  font-family: "Open-Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  padding: 0 !important;
  box-shadow: none;
  
  width: 35px;
  height: 21px; 
  color: transparent;
  background-size: contain !important; 
  background-repeat: no-repeat !important;
  background-position: unset !important;
}
        
.login-container select.language-select.us, .login-container select.language-select.en, .login-container select.language-select.en-us {
    background-image: url('images/languages/en-us.png') !important;
}

.login-container select.language-select.gb, .login-container select.language-select.en-gb {
    background-image: url('images/languages/en-gb.png') !important;
}

.login-container select.language-select.ee, .login-container select.language-select.et {
    background-image: url('images/languages/ee.png') !important;
}

.login-container select.language-select.ru {
    background-image: url('images/languages/ru.png') !important;
}

.login-container select.language-select.lv {
    background-image: url('images/languages/lv.png') !important;
}

.login-container select.language-select.lt {
    background-image: url('images/languages/lt.png') !important;
}

.seats-table {
  margin: 0 auto;
  border-collapse: separate;
}
.seats-table th, .seats-table td {
  padding: 0px 15px;
  text-align: center;
}
.seats-table th {
  font-weight: 500;
}
.seats-table td {
  font-weight: 600;
  font-size: 16px;
}

.text-nowrap {
  white-space: nowrap;
}