/* Modal positioning */
.bbm-wrapper {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  padding: 30px;
  overflow: auto; }
  .bbm-wrapper * {
    box-sizing: border-box; }

// .bbm-modal {
//   border-radius: 3px;
//   margin: auto;
//   width: auto;
//   max-width: 550px; }

.bbm-views {
  width: 100%;
  box-sizing: border-box; }

.bbm-modal__topbar h2{
  margin: 0;
  padding: 0 20px !important;
  font-size: 1.6em !important;
  line-height: 50px !important;
  -webkit-box-shadow: 0 5px 15px lighten(#2980b9, 10);
  box-shadow: 0 5px 15px lighten(#2980b9, 10);
  color: #23282d;
  background-color: #FCFCFC;
  font-weight: 300 !important;
}

.bbm-wrapper {
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color 0.3s; }

.bbm-modal {
  background: white;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.9); }

// /* BLOCKS */
// .bbm-modal__topbar,
// .bbm-modal__bottombar {
//   padding: 0 30px; }

.bbm-modal__topbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .bbm-modal__topbar > ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0; }

.bbm-modal__tab {
  display: inline-block;
  padding: 15px 10px; }
  .bbm-modal__tab a {
    font-size: 16px;
    font-weight: bold;
    color: #999; }
    .bbm-modal__tab a:hover, .bbm-modal__tab a.active {
      color: #222; }

.bbm-modal__bottombar {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px;
  text-align: right;
  margin-top: 30px; }