/**
 * @file
 * Sitewide LESS.
 */
/**
 * general variables & mixins
 */
/**
 * END general variables & mixins
 */
.logo_cell {
  overflow: hidden;
}
.logo_link {
  display: inline-block;
  height: 100px;
}
.introjs-showElement:not(#pseudo-merge-container) .topic-move,
.introjs-showElement:not(#pseudo-merge-container) .topic-edit,
.introjs-showElement:not(#pseudo-merge-container) .topic-items-toggle,
.introjs-showElement:not(#pseudo-merge-container) .topic-item-edit,
.introjs-showElement:not(#pseudo-merge-container) .topic-item-move {
  pointer-events: none;
  opacity: 0.2;
}
.introjs-showElement:not(#pseudo-merge-container) .topic-item,
.introjs-showElement:not(#pseudo-merge-container) .topic-header {
  pointer-events: none;
}
.introjs-showElement *[mbp-tutorial] {
  pointer-events: none;
}
#buttons-row-1.introjs-showElement,
#new-topic-item-form.introjs-showElement {
  pointer-events: none;
}
.introjs-tooltiptext {
  border-bottom: thin solid #eee;
  padding-bottom: 10px;
}
.introjs-tooltiptext p:first-child {
  margin-top: 0;
}
.introjs-tooltiptext p:last-child {
  margin-bottom: 0;
}
.tutorial-width-500 {
  width: 500px;
}
.tutorial-icon {
  margin-left: 15px;
  cursor: pointer;
  float: right;
  color: #289CE9;
}
.tutorial-icon:hover {
  color: #000 !important;
}
.margin-top-20 {
  margin-top: 20px;
}
.vertical-tabs-icon-position {
  margin-top: 5px;
  margin-right: -22px;
}
.take-action.ui-dialog {
  z-index: 10000100 !important;
}
.take-action .ui-dialog-titlebar-close {
  display: none;
}
@media print {
  .message-center {
    display: none;
  }
}
.message-center.ui-widget-content {
  background: #F5F5F5;
}
.message-center.ui-dialog {
  box-shadow: none !important;
  border-radius: 0 !important;
  white-space: normal;
}
.message-center.ui-dialog .ui-dialog-title {
  display: none;
}
.message-center.ui-dialog .ui-dialog-titlebar {
  float: right;
}
.message-center.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  border: 0;
  color: #444;
  right: 0;
  background: transparent;
}
.message-center.ui-dialog .ui-widget-header {
  background: none;
  border: none;
}
.logo_cell > a {
  display: inline-block;
  height: 100px;
}
img#logo {
  border: 0;
  outline: 0;
  max-height: 100px;
  padding: 0.5em;
  height: 100px;
}
div.messages {
  border: 1px solid #808080;
  padding: 10px 42px;
  position: relative;
  background-color: #f0f0f0;
  border-radius: 4px;
  color: #4d4d4d;
  font-weight: normal;
  line-height: 120%;
  text-align: left;
}
div.messages.status,
div.messages.warning,
div.messages.error {
  background-image: none;
}
div.messages::before,
div.messages::after {
  font-family: FontAwesome;
  position: absolute;
  left: 1em;
  top: 0.8em;
  scale: 1.7;
}
div.messages.status {
  border-color: #30b661;
  background-color: #e8f7ed;
  color: #15863d;
}
div.messages.status::before {
  content: "\f05d";
  left: 1em;
}
div.messages.warning {
  border-color: #ed5;
  background-color: #fffce5;
  color: #840;
}
div.messages.warning::before,
div.messages.warning::after {
  content: "\f071";
  color: #fdd31e;
  left: 0.95em;
  z-index: 2;
  scale: 1.5;
}
div.messages.warning::after {
  -webkit-text-stroke: 3px black;
  z-index: 1;
}
div.messages.error {
  border-color: #d46d6d;
  background-color: #fef1f1;
  color: #d46d6d;
}
div.messages.error::before {
  content: "\f057";
}
div.messages.no-icon {
  padding-left: 10px;
}
div.messages.no-icon::before,
div.messages.no-icon::after {
  display: none;
}
div.messages > p:nth-of-type(1) {
  margin-top: 0;
}
div.messages > p:last-child {
  margin-bottom: 0;
}
div.messages.dpm {
  display: none;
}
.ui-tooltip {
  border: 1px solid #d6d6d6 !important;
  max-width: none !important;
  padding: 0 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}
.ui-tooltip .ui-tooltip-content {
  padding: 8px 20px;
  background-color: #f5f5f5;
  border-radius: 3px;
  color: #444;
  font-size: 14px;
  line-height: 150%;
}
/**
 * tabs
 */
.ui-tabs.ui-widget {
  border: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  color: black;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
}
.ui-tabs.ui-widget:before,
.ui-tabs.ui-widget:after {
  content: " ";
  display: table;
}
.ui-tabs.ui-widget:after {
  clear: both;
}
.ui-tabs.ui-widget .ui-tabs-nav {
  border-width: 0;
  padding: 0;
  background: none;
  border-radius: 0;
}
.ui-tabs.ui-widget .ui-tabs-nav li {
  border: 1px solid white;
  background: none;
  font-weight: normal;
}
.ui-tabs.ui-widget .ui-tabs-nav li a {
  color: #2c91dd;
  outline: 0;
}
.ui-tabs.ui-widget .ui-tabs-nav li a img {
  vertical-align: text-bottom;
}
.ui-tabs.ui-widget .ui-tabs-nav li.ui-state-active {
  border-bottom: 1px solid white;
}
.ui-tabs.ui-widget .ui-tabs-nav li.ui-state-active a {
  color: #444;
}
/**
 * END tabs
 */
/**
 * forms
 */
form.confirmation {
  margin: 0 25px;
}
/**
 * END forms
 */
/**
 * Admin Control Panel
 */
.admin-icons {
  float: left;
  width: 490px;
  margin-right: 2%;
  text-align: center;
}
.admin-icon {
  margin: 1.2em;
  display: inline-block;
}
.admin-icon a {
  display: table-cell;
  width: 110px;
  height: 110px;
  border: 1px solid #e6e6e6;
  background: #fdfdfd;
  color: #666e88;
  vertical-align: middle;
  box-sizing: border-box;
  padding-top: 0.5em;
  text-align: center;
}
.admin-links {
  float: left;
  width: 25%;
  font-size: 12px;
  text-align: left;
}
.admin-link {
  padding: 5px 7%;
  border-bottom: 1px solid #f4f4f4;
}
.admin-link a {
  color: #666e88;
}
/**
 * END Admin Control Panel
 */
/**
Welcome Screen
 */
.welcome-screen {
  width: 820px;
  height: 510px;
}
video::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 1 !important;
}
.tutorial-screen-700 {
  width: 700px;
}
.tutorial-screen-600 {
  width: 600px;
}
.tutorial-screen-500 {
  width: 500px;
}
.tutorial-screen-400 {
  width: 400px;
}
.tutorial-screen-320 {
  width: 320px;
}
.tutorial-screen-300 {
  width: 300px;
}
.tutorial-screen-220 {
  width: 220px;
}
.introjs-tooltip.hide-prev .introjs-prevbutton {
  display: none !important;
}
.introjs-tooltip.hide-next .introjs-nextbutton {
  display: none !important;
}
.introjs-tooltip.hide-skip .introjs-skipbutton {
  display: none !important;
}
/**
* Added for Admin > Progress Bar
*/
@keyframes myanimation {
  from {
    left: 0;
  }
  to {
    left: 50%;
  }
}
h1 {
  text-align: center;
  font-family: 'PT Sans Caption', sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 20px 0;
  color: #777;
}
.checkout-wrap {
  color: #444;
  font-family: 'PT Sans Caption', sans-serif;
  margin: 40px auto;
  max-width: 490px;
  position: relative;
  display: none;
}
ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 50px 14px 80px;
  position: relative;
}
ul.checkout-bar li:before {
  box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  background: #ddd;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 999;
}
ul.checkout-bar li.active {
  color: #8bc53f;
  font-weight: bold;
}
ul.checkout-bar li.active:before {
  background: #8bc53f;
  z-index: 99999;
}
ul.checkout-bar li.visited {
  background: #ECECEC;
  color: #57aed1;
  z-index: 99999;
}
ul.checkout-bar li.visited:before {
  background: #57aed1;
  z-index: 99999;
}
ul.checkout-bar li:nth-child(1):before {
  content: "1";
}
ul.checkout-bar li:nth-child(2):before {
  content: "2";
}
ul.checkout-bar li:nth-child(3):before {
  content: "3";
}
ul.checkout-bar a {
  color: #57aed1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
@media all and (min-width: 800px) {
  .checkout-bar li.active:after {
    animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -25px;
    z-index: 0;
  }
  ul.checkout-bar {
    box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 20%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 25px 0 0;
    padding: 0;
    text-align: center;
    width: 30%;
  }
  ul.checkout-bar li:before {
    height: 40px;
    left: 35%;
    line-height: 40px;
    position: absolute;
    top: -45px;
    width: 40px;
    z-index: 99;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -25px;
    width: 100%;
    z-index: 99;
  }
  ul.checkout-bar .last:after {
    border-radius: 15px;
    width: 65% !important;
  }
}
/**
* END Admin Progress Bar
*/
.hidden {
  display: none;
}
/**
END CSS for JQuery UI progress bar
*/
/**
* Umbrella Admin Styles
*/
.hide-value .form-text {
  display: none;
}
.totals {
  background: #ccc;
  font-weight: 700;
}
.StripeElement {
  font-size: 1em;
  border: 1px solid #bfbfbf;
  border-radius: 0.25em;
  padding: 0.5em;
  box-shadow: 0 0 0 #000000, 0 3px 3px #eeeeee inset;
  color: #444444;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.staff_important {
  color: #880000;
  font-weight: bold;
}
.ipad-message {
  margin-left: 10px;
}
#all_time,
#filter_by_date {
  margin-bottom: 0.3em;
}
.horizontal-form {
  display: flex;
  justify-content: center;
  align-items: end;
}
.horizontal-form > * {
  margin: 5px;
}
.tooltip-right::after {
  content: attr(data-rsvp_recorded);
  display: none;
  white-space: pre;
}
@media print {
  .tooltip-right::after {
    display: inline;
  }
}

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