/*
 * Variables
 */

.has-dark-background {
  background: #0e1111 !important;
}

.has-text-align {
  text-align: center;
}

.full-height-min {
  min-height: 100vh;
}

.flex-column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-expandable {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.full-parent-height {
  height: 100%;
}

.has-margin-top {
  margin-top: 50px;
}

.has-margin-bottom {
  margin-bottom: 50px;
}

.has-no-margin-bottom {
  margin-bottom: 0 !important;
}

.has-margin-tb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.has-little-margin-tb {
  margin-top: 25px;
  margin-bottom: 25px;
}

.has-padding-left {
  padding-left: 50px;
}

.level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.full-centered-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.has-grey-color {
  color: #bfbfbf;
}

.has-grey-color h1,
.has-grey-color h2,
.has-grey-color h3,
.has-grey-color h4,
.has-grey-color h5,
.has-grey-color h6 {
  color: #bfbfbf !important;
}

.has-negative-margin-top {
  margin-top: -1rem !important;
}

.has-padding {
  padding: 2rem 2rem;
}

.party-reference {
  font-weight: bolder;
  font-size: larger;
}

.party-dashboard {
  margin-top: -1rem !important;
  margin-bottom: 1rem !important;
  padding: 2rem 2rem;
}
