/* Large desktop */
@media (min-width: 980px) {
  .linediv-l {
    border-right: 1px white solid;
  }
  .linediv-r {
    border-left: 1px white solid;
  }
}
/* All form factors */
/* Main body and headings */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > .container {
  flex: 1;
  max-width: 100vw;
}
.heading, .subheading {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}
p.lead {
  padding-top: 1.5%;
  font-size: 24px;
  line-height: 30px;
}
p {
  font-size: 18px;
  line-height: 24px;
}
.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal,
.font-regular {
  font-weight: 400;
}

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

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black,
.font-heavy {
  font-weight: 900;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
/* Navbar */
.navbar {
  border-radius: 0px;
}
.navbar-brand {
  font-weight: 700;
}
.navbar-logo {
  float: left;
  height: 40px;
  margin-top: -10px;
  margin-right: 0.5em;
}
.navbar-alt-logo {
  height: 30px;
}
@media (min-width: 768px) {
  .navbar-alt-logo {
    float: left;
    margin-top: -5px;
  }
}
/* Footer */
.footer {
  background-color: #e0e0e0;
  margin-top: 40px;
  max-height: 104px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.footer-left,
.footer-right {
  display: block;
}
.footer-left {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer {
    max-height: 57px;
  }
  .footer-left {
    float: left;
    margin-bottom: 0;
  }
  .footer-right {
    float: right;
  }
}
/* Buttons */
.btn {
  outline: none !important;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
  float: none !important;
  margin-top: 5px;
}
.btn-inline-list {
  margin: 0 5px 10px;
}
/* Landing Logo */
.landing-logo {
  margin-top: 20px;
  max-width: 200px;
  width: 40%;
}
/* Video pitch and Action */
.pitch {
  padding: 2.5% 0%;
}
.order {
  padding: 2% 0%;
}
.actions {
  padding: 3% 0%;
}
.video, .thermometer, .order, .social, .statistics {
  text-align: center;
}
.statistics h3, .statistics p {
  color: white;
}
.table-sortable > thead > tr > th {
  cursor: pointer;
}
.table-sortable-col-asc::before,
.table-sortable-col-desc::before,
.table-sortable-col-sorting::before {
  color: #777;
  float: left;
  margin-top: -2px;
}
.table-sortable-col-asc::before {
  content: '\2193\00A0';
}
.table-sortable-col-desc::before {
  content: '\2191\00A0';
}
.table-sortable-col-sorting::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 2px solid #bbb;
  border-top: 2px solid #444;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  vertical-align: middle;
  margin-right: 0.4em;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.table-cell-sticky {
  background-color: #ffffff;
  left: 0;
  position: sticky;
  z-index: 1;
}
.table-hover>tbody>tr:hover .table-cell-sticky {
  background-color: #f5f5f5;
}
.table-cell-sticky-inherit {
  background-color: inherit !important;
}
.text-limit {
  display: inline-block;
  max-width: 45vw;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.text-limit-with-badge {
  max-width: 44vw;
  max-width: calc(45vw - 40px);
}
.badge-lg {
  border-radius: 20px;
  font-size: 20px;
  padding: 4px 10px;
}
.badge-sm {
  border-radius: 8px;
  font-size: 10px;
  padding: 2px 6px 3px;
}
/* Icons */
.glyphicon-arrow-up {
  color: green;
}
.glyphicon-arrow-down {
  color: red;
}
/* Badges */
.badge-info {
  background-color: #5bc0de;
}
/* Flexbox */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}
.flex-item-xs-3, .flex-item-xs-4, .flex-item-xs-6, .flex-item-xs-12,
.flex-item-sm-3, .flex-item-sm-4, .flex-item-sm-6, .flex-item-sm-12,
.flex-item-md-3, .flex-item-md-4, .flex-item-md-6, .flex-item-md-12,
.flex-item-lg-3, .flex-item-lg-4, .flex-item-lg-6, .flex-item-lg-12 {
  box-sizing: border-box;
  margin-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
}
.flex-item-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.flex-item-xs-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.flex-item-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.flex-item-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .flex-item-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-item-sm-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .flex-item-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-item-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .flex-item-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-item-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .flex-item-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-item-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .flex-item-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-item-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .flex-item-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-item-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Pool Generator */
#teams {
  height: 34px;
}
@media (max-width: 767px) {
  #teams {
    margin-bottom: 15px;
  }
  #teams ~ .select2 {
    margin-bottom: 15px;
  }
  #numberPools {
    margin-bottom: 15px;
  }
}
/* Generated Event */
.generated-event-team .close {
  display: none;
  line-height: 0.85;
}
.generated-event-team.interacting .close {
  display: block;
}
.form-control-feedback-groupless {
  right: 15px;
}
/* Sortable */
.grabbable {
  cursor: move;
}
.grabbable.sortable-ghost {
  background-color: #f5f5f5 !important;
  color: transparent !important;
}
.grabbable.sortable-ghost * {
  background-color: transparent !important;
  color: transparent !important;
}
/* Tricky */
tricky::after {
  content: attr(data-p2);
}
tricky::before {
  content: attr(data-p1) "\0040";
}
/* Visualiztion */
#mynetwork {
  width: auto;
  height: 100vh;
  border: 1px solid lightgray;
}
/* Ad */
.ad {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.ad::after {
  content: 'Advertisement';
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
}
.ad * {
  float: none!important;
}
.ad--responsive>* {
  position: relative;
  padding-bottom: 56.25% !important;
}
.ad--responsive>*>*,.ad--responsive>*>*>* {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.ad--728x90 {
  max-width: 320px !important;
}
.ad--728x90.ad--responsive>* {
  padding-bottom: 50px !important;
}
@media (min-width: 498px) {
  .ad--728x90 {
    max-width:468px !important;
  }
  .ad--728x90.ad--responsive>* {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 992px) {
  .ad--728x90 {
    max-width:728px !important;
  }
  .ad--728x90.ad--responsive>* {
    padding-bottom: 90px !important;
  }
}
.ad-in-page {
  margin-top: 40px;
}
.ad-break {
  background-color: #e0e0e0;
  margin-bottom: 20px;
  margin-top: -20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.ad-break .ad::after {
  display: none;
}
/* User Statuses */
.logged-in .hidden-logged-in {
  display: none !important;
}
.visible-logged-in {
  display: none !important;
}
.logged-in .visible-logged-in {
  display: block !important;
}
.subscriber .hidden-subscriber {
  display: none !important;
}
.disable-ads .hidden-disable-ads {
  display: none !important;
}