.mpbmp-tabs-wrapper:before, .mpbmp-tabs:before, .mpbmp-login-wrapper:before, .mpbmp-portal-wrapper:before, .mpbmp-portal-wrapper .mpbmp-portal-topbar:before, .mpbmp-event-dates:before, .mpbmp-event-graph:before, .mpbmp-report-year .report-wrap .graph-wrap:before, .mpbmp-report-year-month .report-wrap .graph-wrap:before, .mpbmp-report-year .report-wrap .graph-holder-wrap:before, .mpbmp-report-year-month .report-wrap .graph-holder-wrap:before, .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-date:before, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-date:before, .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-holder-inner:before, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-holder-inner:before, .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder:before, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder:before, .mpbmp-tabs-wrapper:after, .mpbmp-tabs:after, .mpbmp-login-wrapper:after, .mpbmp-portal-wrapper:after, .mpbmp-portal-wrapper .mpbmp-portal-topbar:after, .mpbmp-event-dates:after, .mpbmp-event-graph:after, .mpbmp-report-year .report-wrap .graph-wrap:after, .mpbmp-report-year-month .report-wrap .graph-wrap:after, .mpbmp-report-year .report-wrap .graph-holder-wrap:after, .mpbmp-report-year-month .report-wrap .graph-holder-wrap:after, .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-date:after, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-date:after, .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-holder-inner:after, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-holder-inner:after, .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder:after, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder:after {
  content: '';
  display: block;
  clear: both; }

.xy_center, .mpbmp-report-pie em, .mpbmp-report-month em {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.x_center, .mpbmp-portal-wrapper .mpbmp-portal-sidebar .mpbmp-logout, .mpbmp-portal-social-link:hover span, .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder .graph-popup, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder .graph-popup {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.y_center, .mpbmp-accordian-category .mpbmp-accordian-toggle:after, .mpbmp-faq-question:after {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.mpbmp-tabs-wrapper:focus .mpbmp-tabs-wrapper:active {
  outline-width: 0px;
  outline-style: solid;
  outline-color: transparent; }

.mpbmp-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ccd0d4; }

.mpbmp-tabs li {
  float: left;
  display: block;
  list-style: none;
  margin: 0px 0px 0px 5px;
  padding: 0; }

.mpbmp-tabs li a {
  line-height: 30px;
  text-decoration: none;
  padding: 4px 12px;
  display: block;
  color: #23282d;
  /*border:1px solid #ccd0d4;*/
  border-bottom: 0;
  font-size: 15px;
  background: #fff; }

.mpbmp-tabs li a:hover, .mpbmp-tabs li.active a {
  color: #fff;
  background: #be2344; }

.mpbmp-panel {
  padding-top: 0;
  display: none; }

.mpbmp-panel.active {
  display: block;
  /*
    Login
*/ }

.mpbmp-login-wrapper {
  /*
    Portal
*/ }
  .mpbmp-login-wrapper .mpbmp-login-image {
    float: left;
    width: 50%;
    box-sizing: border-box; }
    .mpbmp-login-wrapper .mpbmp-login-form {
      box-sizing: border-box;
      float: left;
      width: 50%;
      padding: 30px; }
    .mpbmp-login-wrapper .mpbmp-login-form .mpbmp-login-email {
      margin-bottom: 20px; }
    .mpbmp-login-wrapper .mpbmp-login-form .mpbmp-login-password {
      margin-bottom: 20px; }
    .mpbmp-login-wrapper .mpbmp-login-form .mpbmp-login-error:not(:empty) {
      margin-bottom: 20px;
      color: red; }
    .mpbmp-login-wrapper .mpbmp-login-form .mpbmp-login-message:not(:empty) {
      color: green;
      margin-bottom: 20px; }
    .mpbmp-login-wrapper .mpbmp-login-form .mpbmp-login-submit {
      margin-bottom: 20px; }
      .mpbmp-login-wrapper .mpbmp-login-form .mpbmp-login-submit .mpbmp-login-submit-button {
        display: block;
        width: 100%; }
    .mpbmp-login-wrapper .mpbmp-login-form .mpbmp-login-forgot {
      text-align: right; }

.mpbmp-portal-wrapper .mpbmp-portal-topbar {
  height: 70px;
  background: #000;
  color: #fff; }
  .mpbmp-portal-wrapper .mpbmp-portal-topbar .mpbmp-portal-logo {
    float: left;
    margin: 10px 10px 10px 10px; }
    .mpbmp-portal-wrapper .mpbmp-portal-topbar .mpbmp-portal-logo img {
      max-height: 50px; }
  .mpbmp-portal-wrapper .mpbmp-portal-topbar .mpbmp-portal-title {
    float: left;
    line-height: 70px;
    text-transform: uppercase; }
    .mpbmp-portal-wrapper .mpbmp-portal-topbar .mpbmp-portal-title h1 {
      margin: 0;
      line-height: unset; }
  .mpbmp-portal-wrapper .mpbmp-portal-topbar .mpbmp-portal-social {
    float: right; }
  .mpbmp-portal-wrapper .mpbmp-portal-sidebar {
    float: left;
    width: 270px;
    background: #eee;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    position: relative; }
  .mpbmp-portal-wrapper .mpbmp-portal-sidebar h1 {
    margin: 0;
    padding: 0; }
  .mpbmp-portal-wrapper .mpbmp-portal-sidebar h2 {
    margin: 0 0 15px 0;
    padding: 0; }
  .mpbmp-portal-wrapper .mpbmp-portal-sidebar .mpbmp-portal-avatar {
    margin-bottom: 10px; }
    .mpbmp-portal-wrapper .mpbmp-portal-sidebar .mpbmp-portal-avatar img {
      height: 75px; }
  .mpbmp-portal-wrapper .mpbmp-portal-sidebar .mpbmp-logout {
    bottom: 10px;
    /*display: block;*/ }
  .mpbmp-portal-wrapper .mpbmp-portal-contents {
    border: 1px solid #eee;
    padding: 20px;
    float: left;
    width: calc(100% - 270px);
    box-sizing: border-box; }

.mpbmp-portal-social-link {
  margin-left: 10px;
  padding: 0 10px;
  display: inline-block;
  float: right;
  vertical-align: middle;
  position: relative;
  line-height: 70px;
  color: #fff;
  /*
    Reports
*/ }
  .mpbmp-portal-social-link span {
    display: none; }
  .mpbmp-portal-social-link i {
    vertical-align: middle;
    font-size: 36px; }
  .mpbmp-portal-social-link:hover {
    background: #b22e2e; }
  .mpbmp-portal-social-link:hover i {
    color: #fff; }
  .mpbmp-portal-social-link:hover span {
    position: absolute;
    top: -18px;
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 2;
    font-size: 10px;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    background: #b22e2e;
    line-height: initial;
    white-space: nowrap; }

.mpbmp-report-pie {
  display: inline-block;
  padding: 20px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  border: 4px solid #eee;
  color: #fff;
  height: 200px;
  width: 200px;
  background: #fff;
  text-shadow: #000 2px 2px 2px;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important; }
  .mpbmp-report-pie em {
    font-style: normal; }

.mpbmp-button-pie {
  height: 32px;
  width: 32px; }

.mpbmp-report-month {
  display: inline-block;
  padding: 0px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  border: 1px solid #eee;
  height: 95px;
  width: 95px;
  background: #fff;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important; }
  .mpbmp-report-month em {
    font-style: normal;
    text-shadow: #000 2px 2px 2px;
    color: #fff; }

.mpbmp-report-type {
  width: 15px;
  color: #fff;
  height: 15px;
  white-space: nowrap;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  /*border: 1px solid #000;*/
  line-height: 15px;
  display: inline-block;
  float: left; }

.mpbmp-report-month-details {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
  border: 5px solid #fff; }

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

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

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.v-bottom {
  vertical-align: bottom; }

.mpbmp-report-month {
  margin-left: 5px; }
  .mpbmp-report-month:hover .mpbmp-report-month-details {
    display: table; }

.mpbmp-event-dates, .mpbmp-event-graph {
  display: none; }
  .mpbmp-event-dates.active, .mpbmp-event-graph.active {
    display: table; }

.mpbmp-event-graph {
  width: 100%;
  cursor: pointer;
  border: 1px solid #aaa; }

.mpbmp-event-graph-item-wrap {
  position: relative;
  height: 200px;
  float: left;
  display: inline-block;
  width: 3px !important; }

.mpbmp-event-graph-item {
  width: 2px !important;
  position: absolute;
  bottom: 0;
  left: 0; }

.mpbmp-active-events .report-event-name {
  color: blue;
  cursor: pointer; }

i[data-id] {
  cursor: pointer;
  color: blue;
  /*
    accordian
*/ }

.mpbmp-accordian-wrap {
  list-style: none;
  margin: 0;
  padding: 0; }

.mpbmp-accordian-category {
  list-style: none;
  margin: 0;
  padding: 0; }
  .mpbmp-accordian-category .mpbmp-accordian-toggle {
    margin: 0;
    cursor: pointer;
    padding: 7px 30px;
    position: relative; }
  .mpbmp-accordian-category .mpbmp-accordian-toggle:hover {
    background: #eee; }
  .mpbmp-accordian-category .mpbmp-accordian-toggle:after {
    left: 10px;
    content: '+';
    font-size: 20px; }
  .mpbmp-accordian-category.open .mpbmp-accordian-toggle {
    background: #eee; }
    .mpbmp-accordian-category.open .mpbmp-accordian-toggle:after {
      content: '-'; }
  .mpbmp-accordian-category.open .mpbmp-accordian-category-items {
    display: block; }

.mpbmp-accordian-category-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  /*
    FAQ
*/ }
  .mpbmp-accordian-category-items.open .mpbmp-accordian-category-item {
    display: block; }

.mpbmp-faq-question {
  margin: 0;
  cursor: pointer;
  padding: 7px 30px;
  position: relative; }
  .mpbmp-faq-question:hover {
    background: #eee; }
  .mpbmp-faq-question:after {
    left: 10px;
    content: '+';
    font-size: 20px; }
  .mpbmp-faq-question + .mpbmp-faq-answer {
    display: none; }
  .mpbmp-faq-question.open + .mpbmp-faq-answer {
    display: block; }

.report-type-a {
  background: #000;
  color: #fff; }

.report-type-t {
  background: #a8a635;
  color: #fff; }

.report-type-m {
  background: #3b8df0;
  color: #fff; }

.report-type-d {
  background: #f2a866;
  color: #fff; }

.report-type-ms {
  background: #60245a;
  color: #fff; }

.report-type-r {
  background: #b22e2e;
  color: #fff; }

.report-type-gv {
  background: ;
  color: #fff;
  /*
    Reports
*/ }

.mpbmp-report-year .report-type-select > div, .mpbmp-report-year-month .report-type-select > div {
  cursor: pointer;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 4px 15px;
  display: inline-block;
  margin-right: 10px;
  opacity: 0.3; }
  .mpbmp-report-year .report-type-select > div.active, .mpbmp-report-year-month .report-type-select > div.active {
    opacity: 1; }
  .mpbmp-report-year .report-wrap .report-title .monthname:after, .mpbmp-report-year-month .report-wrap .report-title .monthname:after {
    content: ','; }
  .mpbmp-report-year .report-wrap .report-title .count:before, .mpbmp-report-year-month .report-wrap .report-title .count:before {
    content: 'x'; }
  .mpbmp-report-year .report-wrap .report-title .subtotal, .mpbmp-report-year-month .report-wrap .report-title .subtotal {
    font-size: 13px; }
  .mpbmp-report-year .report-wrap .report-title .refunds, .mpbmp-report-year-month .report-wrap .report-title .refunds {
    font-size: 13px;
    color: red; }
    .mpbmp-report-year .report-wrap .report-title .refunds:before, .mpbmp-report-year-month .report-wrap .report-title .refunds:before {
      content: '-'; }
  .mpbmp-report-year .report-wrap .graph-wrap, .mpbmp-report-year-month .report-wrap .graph-wrap {
    width: max-content;
    border: 1px solid #ddd; }
  .mpbmp-report-year .report-wrap .graph-holder-wrap, .mpbmp-report-year-month .report-wrap .graph-holder-wrap {
    display: inline-block;
    float: left;
    white-space: nowrap;
    padding: 0 2px;
    margin: 0 2px;
    text-align: center; }
  .mpbmp-report-year .report-wrap .graph-holder-wrap:nth-child(odd), .mpbmp-report-year-month .report-wrap .graph-holder-wrap:nth-child(odd) {
    background: #eee; }
  .mpbmp-report-year .report-wrap .graph-holder-wrap:nth-child(even), .mpbmp-report-year-month .report-wrap .graph-holder-wrap:nth-child(even) {
    background: #fefefe; }
  .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-date, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-date {
    cursor: pointer;
    color: blue;
    border-top: 1px solid #333;
    margin-top: 4px;
    padding-top: 4px;
    text-align: center; }
    .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-date:hover, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-date:hover {
      text-decoration: underline; }
  .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-holder-inner, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-holder-inner {
    /*border-right: 1px solid #000;*/ }
    .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder {
      height: 200px;
      display: block;
      float: left;
      /*float: left;*/
      width: 10px;
      white-space: nowrap;
      position: relative; }
      .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder.hidden, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder.hidden {
        display: none; }
      .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder .report-bar, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder .report-bar {
        position: absolute;
        top: auto;
        left: auto;
        bottom: 0;
        right: auto;
        width: 10px; }
      .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder .graph-popup, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder .graph-popup {
        background: #fff;
        border: 1px solid #eee;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
        -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
        bottom: 100%;
        width: max-content;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
        display: none;
        z-index: 5; }
      .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder:hover, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder:hover {
        cursor: pointer;
        background: #ddd; }
        .mpbmp-report-year .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder:hover .graph-popup, .mpbmp-report-year-month .report-wrap .graph-holder-wrap .graph-holder-inner .graph-holder:hover .graph-popup {
          display: block; }

.mpbmp-report-container table td {
  border-bottom: 1px solid #ddd;
  padding: 2px 10px 2px 5px; }
  .mpbmp-report-container table td .report-type {
    text-align: center;
    font-size: 11px;
    width: 15px;
    display: inline-block;
    text-transform: uppercase; }

.event-expired {
  background: lightpink; }

.mpbmp-report-tickets-scroll {
  max-height: 400px;
  overflow: auto;
  display: inline-block; }
