@charset "UTF-8";
/*$wbBlueColor: #82c3e5;
$wbGreyColor: #646569;
$wbPinkColor: #d83975;
$wbPurpleColor: #8b6d93;*/
/*$wbPinkDarkColor: #E0156D;*/
/*$wbPurpleDarkColor: #8D6991;*/
/*

**/
.margin10-rem {
  margin: 0.625rem;
}

.margin20-rem {
  margin: 1.25rem;
}

.margin30-rem {
  margin: 1.875rem;
}

.margin40-rem {
  margin: 2.5rem;
}

.margin50-rem {
  margin: 3.125rem;
}

.margin10-top-rem {
  margin-top: 0.625rem !important;
}

.margin20-top-rem {
  margin-top: 1.25rem !important;
}

.margin30-top-rem {
  margin-top: 1.875rem !important;
}

.margin40-top-rem {
  margin-top: 2.5rem !important;
}

.margin50-top-rem {
  margin-top: 3.125rem !important;
}

.margin10-right-rem {
  margin-right: 0.625rem !important;
}

.margin20-right-rem {
  margin-right: 1.25rem !important;
}

.margin30-right-rem {
  margin-right: 1.875rem !important;
}

.margin40-right-rem {
  margin-right: 2.5rem !important;
}

.margin50-right-rem {
  margin-right: 3.125rem !important;
}

.margin10-bottom-rem {
  margin-bottom: 0.625rem !important;
}

.margin20-bottom-rem {
  margin-bottom: 1.25rem !important;
}

.margin30-bottom-rem {
  margin-bottom: 1.875rem !important;
}

.margin40-bottom-rem {
  margin-bottom: 2.5rem !important;
}

.margin50-bottom-rem {
  margin-bottom: 3.125rem !important;
}

.margin10-left-rem {
  margin-left: 0.625rem !important;
}

.margin20-left-rem {
  margin-left: 1.25rem !important;
}

.margin30-left-rem {
  margin-left: 1.875rem !important;
}

.margin40-left-rem {
  margin-left: 2.5rem !important;
}

.margin50-left-rem {
  margin-left: 3.125rem !important;
}

/*

**/
.padding10-rem {
  padding: 0.625rem;
}

.padding20-rem {
  padding: 1.25rem;
}

.padding30-rem {
  padding: 1.875rem;
}

.padding40-rem {
  padding: 2.5rem;
}

.padding50-rem {
  padding: 3.125rem;
}

.padding10-top-rem {
  padding-top: 0.625rem !important;
}

.padding20-top-rem {
  padding-top: 1.25rem !important;
}

.padding30-top-rem {
  padding-top: 1.875rem !important;
}

.padding40-top-rem {
  padding-top: 2.5rem !important;
}

.padding50-top-rem {
  padding-top: 3.125rem !important;
}

.padding10-right-rem {
  padding-right: 0.625rem !important;
}

.padding20-right-rem {
  padding-right: 1.25rem !important;
}

.padding30-right-rem {
  padding-right: 1.875rem !important;
}

.padding40-right-rem {
  padding-right: 2.5rem !important;
}

.padding50-right-rem {
  padding-right: 3.125rem !important;
}

.padding10-bottom-rem {
  padding-bottom: 0.625rem !important;
}

.padding20-bottom-rem {
  padding-bottom: 1.25rem !important;
}

.padding30-bottom-rem {
  padding-bottom: 1.875rem !important;
}

.padding40-bottom-rem {
  padding-bottom: 2.5rem !important;
}

.padding50-bottom-rem {
  padding-bottom: 3.125rem !important;
}

.padding10-left-rem {
  padding-left: 0.625rem !important;
}

.padding20-left-rem {
  padding-left: 1.25rem !important;
}

.padding30-left-rem {
  padding-left: 1.875rem !important;
}

.padding40-left-rem {
  padding-left: 2.5rem !important;
}

.padding50-left-rem {
  padding-left: 3.125rem !important;
}

/*$wbBlueColor: #82c3e5;
$wbGreyColor: #646569;
$wbPinkColor: #d83975;
$wbPurpleColor: #8b6d93;*/
/*$wbPinkDarkColor: #E0156D;*/
/*$wbPurpleDarkColor: #8D6991;*/
h1 {
  font-size: 2.75rem;
  font-family: "PoppinsMedium";
  line-height: 2.5rem;
  text-transform: capitalize;
  letter-spacing: -0.1rem;
  font-weight: normal;
}

h2 {
  font-size: 1.875rem;
  font-family: "PoppinsMedium";
  line-height: 2.25rem;
  text-transform: uppercase;
}

h3, h3.regular {
  font-size: 1.125rem;
  font-family: "PoppinsMedium";
  line-height: 1.3125rem;
  text-transform: uppercase;
}

h3.regular {
  font-family: "PoppinsRegular";
}

h4, h4.regular {
  font-size: 0.875rem;
  font-family: "PoppinsMedium";
  line-height: 1.0625rem;
  text-transform: uppercase;
}

h4.regular {
  font-family: "PoppinsRegular";
}

h6, h6.regular {
  font-size: 0.625rem;
  font-family: "PoppinsMedium";
  line-height: 0.75rem;
  text-transform: uppercase;
}

h6.regular {
  font-family: "PoppinsRegular";
}

hr, hr.vertical {
  color: #979797 !important;
  background-color: #979797 !important;
  size: 2px !important;
  margin: 15px 0 15px 0;
  border-width: 1px 0;
  border-style: solid none;
}

hr.vertical {
  width: 1;
  height: 100%;
}

a.primary {
  font-size: 1rem;
  font-family: "PoppinsMedium";
  line-height: 1.25rem;
  text-transform: uppercase;
  text-decoration: underline;
  color: #17749B;
}
a.primary:hover {
  font-family: "BaltoBold";
  color: #17749B;
}

a.iconButton {
  font-size: 1rem;
  font-family: "PoppinsMedium";
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #17749B;
}
a.iconButton:hover {
  cursor: pointer;
  font-family: "BaltoBold";
  color: #17749B;
  text-decoration: none;
}

a.disabled {
  font-family: "BaltoBold";
  color: #17749B;
  text-decoration: none;
  cursor: not-allowed;
}
a.disabled:hover {
  cursor: not-allowed;
  font-family: "BaltoBold";
  color: #17749B;
  text-decoration: none;
}

a.custom-button:focus {
  color: #EFEFF0;
  background-color: #333333;
  border-color: #333333;
}

img:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline: #333333 auto 2px;
  border: #333333 2px solid;
}

.titlecase {
  text-transform: capitalize !important;
}

.dark-grey_heading, .dark-grey-heading-all-caps, .pink-all-caps-heading {
  font-size: 1.25rem;
  font-family: "PoppinsRegular";
  line-height: 1.75rem;
  color: #333333;
}

.dark-grey-heading-all-caps, .pink-all-caps-heading {
  text-transform: uppercase;
}

.pink-all-caps-heading {
  color: #111F50;
}

.body-primary {
  font-size: 1.25rem;
  font-family: "PoppinsRegular";
  line-height: 1.75rem;
  color: #646569;
}

.body-feature {
  font-size: 1.5rem;
  font-family: "PoppinsRegular";
  line-height: 1.875rem;
  color: #646569;
}

.body-secondary, .class-metadata, .class-metadata-label {
  font-size: 1rem;
  font-family: "PoppinsRegular";
  line-height: 1.375rem;
  color: #646569;
}

.body-tertiary {
  font-size: 0.875rem;
  font-family: "PoppinsRegular";
  line-height: 1.125rem;
  color: #646569;
}

.body-quaternary {
  font-size: 0.75rem;
  font-family: "PoppinsRegular";
  line-height: 0.875rem !important;
  color: #646569;
}

.tableHead {
  cursor: default;
  color: #52677a;
  border-color: transparent;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 0.625rem;
}

.table-td {
  padding: 0.625rem 0.85rem;
}

.row.table-striped:nth-child(odd) {
  background: #eeeeee;
}

.wbDarkBlue {
  color: #17749B;
}

.wbDarkGrey {
  color: #333333;
}

.wbNewPink {
  color: #D21466;
}

.wbItalic {
  font-family: "PoppinsRegular";
  font-style: italic;
}

.disabled {
  cursor: not-allowed !important;
}
.disabled:hover {
  outline: none !important;
  color: #EFEFF0 !important;
  background-color: #979797 !important;
  border-color: #979797 !important;
}

.view-content-new {
  padding-top: 5rem;
  padding-bottom: 2.5rem !important;
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
  align-content: center;
}

.schedule-panel {
  background-color: #E1E1E1;
  border-color: #17749B;
  border: 3px solid;
}
@media screen and (max-width: 800px) {
  .schedule-panel {
    white-space: normal;
  }
}

@media screen and (max-width: 750px) {
  .myschedule-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}

.my-schedule-component {
  border: 2px solid #17749B;
  background-color: #E1E1E1;
}

.my-schedule-profile-photo {
  padding: 1rem 1rem 1rem 1rem;
  width: auto;
  height: auto;
}

.ud-profile-photo-myschedule {
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  width: 6.875rem !important;
  height: 6.875rem !important;
}

.parent-img-none {
  position: absolute;
  left: 10%;
  top: 15%;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .parent-img-none {
    position: absolute;
    left: 40%;
    margin-top: 5%;
    margin-left: -20px;
    padding-right: 20px;
  }
}

.parent-img {
  position: absolute;
  left: 35%;
  top: 15%;
  margin-left: -20px;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .parent-img {
    position: absolute;
    left: 45%;
    top: 5%;
    margin-left: -20px;
    padding-right: 20px;
  }
}

.child-profile-circle-bottom {
  background-color: #6EC4E9;
}

.profile-base-circle-responsive, .parent-profile-img, .child-profile-circle-middle, .child-profile-circle-bottom {
  height: 6.875rem;
  width: 6.875rem;
  border-radius: 50%;
  border: #ffffff 5px solid;
  position: absolute;
}

.child-profile-circle-middle {
  background-color: #916C95;
  left: 0;
}

.parent-profile-img {
  left: -16px;
  border: #ffffff 5px solid;
}

.move-down {
  padding-left: 20px;
}
@media screen and (max-width: 850px) {
  .move-down {
    padding-left: 35px;
  }
}
@media screen and (max-width: 640px) {
  .move-down {
    padding-top: 110px;
  }
}

.all-caps-18-rem {
  text-transform: uppercase;
  font-size: 0.935rem;
  color: #197EA9;
  font-weight: 850;
  font-family: BaltoBold;
}

.badge {
  background-color: #197EA9;
  color: #ffffff;
  font-size: 1rem;
  font-family: "PoppinsMedium";
  font-style: italic;
  padding: 0.188rem 0.625rem 0.25rem 0.625rem;
  height: 1.5rem;
  width: fit-content;
}

.facility-schedule-date {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 31px;
}

.facility-schedule-signed-up {
  color: #197EA9;
}

.facility-schedule {
  color: #646569;
}

.facility-schedule-time {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5px;
}

.tile-facility {
  height: 4rem !important;
}

.workout-image {
  display: box;
  display: flex;
  border: none;
  box-align: center;
  align-items: center;
  box-pack: center;
  justify-content: center;
  outline: none;
}
.workout-image:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline: #333333 auto 2px;
  border: #333333 2px solid;
}
@media screen and (max-width: 640px) {
  .workout-image {
    margin-left: auto;
    margin-right: auto;
  }
}

.category-image-admin {
  border-radius: 8pt;
  width: 125px !important;
  height: 125px !important;
  max-height: unset;
}

.category-image-admin::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(238, 246, 247, 0.94), rgb(238, 246, 247));
  margin-top: -125px;
  height: 125px;
  width: 100%;
  content: "";
  border-radius: 7pt;
}

.category-img-caption {
  z-index: 1000;
  left: 0;
  width: 125px;
  position: absolute;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  bottom: 5px;
  color: #21213D;
  font-family: "PoppinsMedium", sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.program-image-admin {
  border-radius: 8pt;
  width: auto !important;
  height: 250px !important;
  max-height: unset;
}

.program-image-admin::after {
  display: block;
  position: relative;
  background-image: linear-gradient(180deg, transparent, rgba(238, 246, 247, 0.75), rgb(238, 246, 247));
  margin-top: -250px;
  height: 250px;
  width: 100%;
  content: "";
  border-radius: 7pt;
}

.program-img-caption {
  z-index: 1000;
  left: 0;
  width: 100%;
  position: absolute;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  bottom: 5px;
  color: #1E1E49;
  font-family: "PoppinsMedium", sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.program-img-description {
  color: #21213D;
  font-family: GraphikMedium, sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 20px;
}

.image-round {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
}

.tile-content-related {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 130px;
  overflow: hidden;
}

.tile-size-related {
  width: 230px;
  height: 130px;
}

.tab-button-new, .tab-button-pink, .tab-button-blue, .tab-button-grey {
  font-family: "PoppinsRegular";
  font-size: 1rem;
  line-height: 1.125rem;
  background: none;
  box-sizing: border-box;
  padding: 0.75rem 1.75rem 0.75rem 1.75rem;
  border-width: 0.063rem;
  border-style: solid;
  border-radius: 1.313rem;
  height: 2.625rem;
  max-width: fit-content;
  white-space: nowrap;
  cursor: pointer;
}

.tab-button-grey {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  outline: none;
  color: #EFEFF0;
  background-color: #646569;
  border-color: #646569;
}
.tab-button-grey:hover, .tab-button-grey:active {
  color: #EFEFF0;
  background-color: #333333;
  border-color: #333333;
  text-decoration: none;
  outline: none;
}
.tab-button-grey:focus {
  color: #EFEFF0;
  background-color: #333333;
  border-color: #333333;
  outline: none;
}
.tab-button-grey:visited {
  color: #EFEFF0;
  background-color: #646569;
  border-color: #646569;
  outline: none;
}
.tab-button-grey:disabled {
  outline: none;
  color: #EFEFF0;
  background-color: #979797;
  border-color: #979797;
}
@media screen and (max-width: 640px) {
  .tab-button-grey {
    margin-left: auto;
    margin-right: auto;
  }
}

.tab-button-blue {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  outline: none;
  color: #EFEFF0;
  background-color: #197EA9;
  border-color: #197EA9;
}
.tab-button-blue:hover, .tab-button-blue:active {
  color: #EFEFF0;
  background-color: #333333;
  border-color: #333333;
  text-decoration: none;
  outline: none;
}
.tab-button-blue:focus {
  color: #EFEFF0;
  background-color: #333333;
  border-color: #333333;
  outline: none;
}

.tab-button-pink {
  color: #EFEFF0;
  background-color: #D21466;
  border-color: #D21466;
}

.tag-type-button, .tag-type-button-active {
  white-space: normal;
  word-wrap: break-word;
}
.tag-type-button:hover, .tag-type-button-active:hover, .tag-type-button:active, .tag-type-button-active:active {
  color: #EFEFF0 !important;
  background: #333333 !important;
}
@media screen and (max-width: 640px) {
  .tag-type-button, .tag-type-button-active {
    max-width: 12rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 800px) {
  .tag-type-button, .tag-type-button-active {
    max-width: 15.625rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .tag-type-button, .tag-type-button-active {
    max-width: 18.75rem;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .tag-type-button, .tag-type-button-active {
    max-width: 20rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .tag-type-button, .tag-type-button-active {
    max-width: 22rem;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .tag-type-button, .tag-type-button-active {
    max-width: 24rem;
  }
}
@media screen and (min-width: 1601px) {
  .tag-type-button, .tag-type-button-active {
    max-width: 25rem;
  }
}

.tag-type-button-active {
  color: #EFEFF0 !important;
  border-color: #333333 !important;
  background-color: #333333 !important;
}

error {
  padding-top: 0.25rem;
  color: red;
  font-size: 0.85rem;
  border-color: #a94442;
}

.tile-wide-instructor-more:hover {
  outline: unset;
}
.tile-wide-instructor-more:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline: auto 1px;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.modal-550-schedule {
  width: 550px !important;
  margin-top: 30vh !important;
}

.modal-650-value-mapping {
  width: 650px !important;
  margin-top: 30vh !important;
}

.modal-body-panel {
  background-color: #EFEFF0;
}

.modal-450-add-dependent {
  width: 450px !important;
  margin-top: 30vh !important;
}

.class-metadata, .class-metadata-label {
  line-height: 1.875rem;
}
@media screen and (max-width: 640px) {
  .class-metadata, .class-metadata-label {
    margin-left: -2rem;
  }
}

.class-metadata-label {
  font-family: "PoppinsMedium";
  font-weight: normal;
  width: 7.813rem;
}

@media screen and (max-width: 1000px) {
  .meta-data-reviews {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 1000px) and (max-width: 640px) {
  .meta-data-reviews {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: unset !important;
  }
}
.class-description {
  font-size: 1.125rem;
  font-family: "PoppinsRegular";
  line-height: 1.5rem;
}

.bg-blue {
  color: #EFEFF0;
  background-color: #197EA9;
}

.no-top-bottom-padding {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

#paging-uplift.pagination > li.pagination-page > a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-right: 0.65rem !important;
  border-radius: 25px;
  background-color: #E1E1E1;
  border-color: #E1E1E1;
  color: #646569;
  padding-bottom: 0px;
  padding-top: 4px;
  font-family: "PoppinsRegular";
}
#paging-uplift.pagination > li.pagination-page > a:focus {
  color: #EFEFF0;
  background-color: #333333;
  border-color: #333333;
}

#paging-uplift.pagination > li.pagination-page.active > a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-right: 0.65rem !important;
  border-radius: 25px;
  background-color: #646569;
  border-color: #646569;
  color: #EFEFF0;
  padding-bottom: 0px;
  padding-top: 4px;
  font-family: "PoppinsRegular";
}

#paging-uplift.pagination > li.pagination-prev > a {
  margin-right: 0.5rem !important;
  border-radius: 25px;
  visibility: visible;
  background-color: #EFFFFF;
  border-color: #646569;
  color: #646569;
  text-transform: uppercase;
  padding-bottom: 7px;
  padding-top: 10px;
  font-family: "PoppinsRegular";
}
#paging-uplift.pagination > li.pagination-prev > a:focus {
  background-color: #979797;
}

#paging-uplift.pagination > li.pagination-prev.disabled > a {
  margin-right: 0.5rem !important;
  border-radius: 25px;
  visibility: visible;
  background-color: #EFFFFF;
  border-color: #979797;
  color: #E1E1E1;
  text-transform: uppercase;
  padding-bottom: 7px;
  padding-top: 10px;
  font-family: "PoppinsRegular";
}
#paging-uplift.pagination > li.pagination-prev.disabled > a:focus {
  background-color: #979797;
}

#paging-uplift.pagination > li.pagination-next > a {
  border-radius: 25px;
  background-color: #EFFFFF;
  border-color: #646569;
  color: #646569;
  text-transform: uppercase;
  padding-bottom: 7px;
  padding-top: 10px;
  font-family: "PoppinsRegular";
}
#paging-uplift.pagination > li.pagination-next > a:focus {
  background-color: #979797;
}

#paging-uplift.pagination > li.pagination-next.disabled > a {
  border-radius: 25px;
  background-color: #EFFFFF;
  border-color: #979797;
  color: #E1E1E1;
  text-transform: uppercase;
  padding-bottom: 7px;
  padding-top: 10px;
  font-family: "PoppinsRegular";
}
#paging-uplift.pagination > li.pagination-next.disabled > a:focus {
  background-color: #979797;
}

@media only screen and (max-width: 800px) {
  .flex-grid .row .rating-container {
    display: flex;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .spinner, .spinner-x-large, .spinner-large, .spinner-medium, .spinner-small, .spinner-x-small {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left.spinner, .fa-pull-left.spinner-x-large, .fa-pull-left.spinner-large, .fa-pull-left.spinner-medium, .fa-pull-left.spinner-small, .fa-pull-left.spinner-x-small {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fa-pull-right.spinner, .fa-pull-right.spinner-x-large, .fa-pull-right.spinner-large, .fa-pull-right.spinner-medium, .fa-pull-right.spinner-small, .fa-pull-right.spinner-x-small {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.spinner, .pull-left.spinner-x-large, .pull-left.spinner-large, .pull-left.spinner-medium, .pull-left.spinner-small, .pull-left.spinner-x-small {
  margin-right: 0.3em;
}
.fa.pull-right, .pull-right.spinner, .pull-right.spinner-x-large, .pull-right.spinner-large, .pull-right.spinner-medium, .pull-right.spinner-small, .pull-right.spinner-x-small {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse, .spinner, .spinner-x-large, .spinner-large, .spinner-medium, .spinner-small, .spinner-x-small {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before, .spinner:before, .spinner-x-large:before, .spinner-large:before, .spinner-medium:before, .spinner-small:before, .spinner-x-small:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

div.spinner-centered {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 10%;
}

.spinner-text, .spinner-text-x-large, .spinner-text-large, .spinner-text-medium, .spinner-text-small, .spinner-text-x-small {
  margin-top: 15px;
  font-size: 24px;
}

.spinner-text-x-small {
  font-size: 10px;
}

.spinner-text-small {
  font-size: 16px;
}

.spinner-text-medium {
  font-size: 20px;
}

.spinner-text-x-large {
  font-size: 30px;
}

.spinner, .spinner-x-large, .spinner-large, .spinner-medium, .spinner-small, .spinner-x-small {
  color: #646569;
  font-size: 48px;
}

.spinner-x-small {
  font-size: 16px;
}

.spinner-small {
  font-size: 32px;
}

.spinner-large {
  font-size: 80px;
}

.spinner-x-large {
  font-size: 160px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.hide-controls > .carousel-control {
  visibility: collapse;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -30px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -30px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.glyphicon-chevron-left:before {
  font-family: metro, "Segoe UI", "Open Sans", serif;
  content: "\e697";
  font-size: 3rem;
  color: white;
}

.glyphicon-chevron-right:before {
  font-family: metro, "Segoe UI", "Open Sans", serif;
  content: "\e69b";
  font-size: 3rem;
  color: white;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 1rem;
  background-color: #EEEEEE;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1rem;
  background-color: rgb(230.35, 230.35, 230.35);
  border-bottom: 1px solid rgb(217.6, 217.6, 217.6);
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #EEEEEE;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #EEEEEE;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #EEEEEE;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #EEEEEE;
  bottom: -10px;
}

.popover::before {
  display: none;
}

.progress {
  height: 20px;
  text-align: center;
}
.progress .progress-bar {
  background-color: #999;
  height: 100%;
  margin: 0;
}

/*$wbBlueColor: #82c3e5;
$wbGreyColor: #646569;
$wbPinkColor: #d83975;
$wbPurpleColor: #8b6d93;*/
/*$wbPinkDarkColor: #E0156D;*/
/*$wbPurpleDarkColor: #8D6991;*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

/* Pager */
ul.pager {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.pager > li {
  display: inline;
}
ul.pager > li > a {
  border: 1px solid #fff;
  background-color: #6EC4E9;
  color: #fff;
  padding: 0.25rem 0.625rem;
}
ul.pager > li.disabled a {
  background-color: #ccc;
}

/* Dialog */
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #ccc;
  border-radius: 0;
  background-clip: padding-box;
  outline: 0;
  padding: 20px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(51, 51, 51, 0.7);
}

.modal-header {
  border-bottom: 1px solid #88b9e3;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 14px;
}

.modal-body {
  position: relative;
}

.modal-footer {
  margin-top: 10px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/*@media (min-width: @screen-sm-min) {
    // Automatically set modal's width for larger viewports
    .modal-dialog {
        width: @modal-md;
        margin: 30px auto;
    }

    // Modal sizes
    .modal-sm {
        width: @modal-sm;
    }
}

@media (min-width: @screen-md-min) {
    .modal-lg {
        width: @modal-lg;
    }
}*/
.modal-25 {
  width: 25px;
}

.modal-50 {
  width: 50px;
}

.modal-75 {
  width: 75px;
}

.modal-100 {
  width: 100px;
}

.modal-125 {
  width: 125px;
}

.modal-150 {
  width: 150px;
}

.modal-175 {
  width: 175px;
}

.modal-200 {
  width: 200px;
}

.modal-225 {
  width: 225px;
}

.modal-250 {
  width: 250px;
}

.modal-275 {
  width: 275px;
}

.modal-300 {
  width: 300px;
}

.modal-325 {
  width: 325px;
}

.modal-350 {
  width: 350px;
}

.modal-375 {
  width: 375px;
}

.modal-400 {
  width: 400px;
}

.modal-425 {
  width: 425px;
}

.modal-450 {
  width: 450px;
}

.modal-475 {
  width: 475px;
}

.modal-500 {
  width: 500px;
}

.modal-525 {
  width: 525px;
}

.modal-550 {
  width: 550px;
}

.modal-575 {
  width: 575px;
}

.modal-600 {
  width: 600px;
}

.modal-625 {
  width: 625px;
}

.modal-650 {
  width: 650px;
}

.modal-675 {
  width: 675px;
}

.modal-700 {
  width: 700px;
}

.modal-725 {
  width: 725px;
}

.modal-750 {
  width: 750px;
}

.modal-775 {
  width: 775px;
}

.modal-800 {
  width: 800px;
}

.modal-825 {
  width: 825px;
}

.modal-850 {
  width: 850px;
}

.modal-875 {
  width: 875px;
}

.modal-900 {
  width: 900px;
}

.modal-925 {
  width: 925px;
}

.modal-950 {
  width: 950px;
}

.modal-975 {
  width: 975px;
}

.modal-1000 {
  width: 1000px;
}

.modal-1025 {
  width: 1025px;
}

.modal-1050 {
  width: 1050px;
}

.modal-1075 {
  width: 1075px;
}

.modal-1100 {
  width: 1100px;
}

.modal-1125 {
  width: 1125px;
}

.modal-1150 {
  width: 1150px;
}

.modal-1175 {
  width: 1175px;
}

.modal-1200 {
  width: 1200px;
}

.modal-1225 {
  width: 1225px;
}

.modal-1250 {
  width: 1250px;
}

.modal-1275 {
  width: 1275px;
}

.modal-1300 {
  width: 1300px;
}

.modal-1325 {
  width: 1325px;
}

.modal-1350 {
  width: 1350px;
}

.modal-1375 {
  width: 1375px;
}

.modal-1400 {
  width: 1400px;
}

.modal-1425 {
  width: 1425px;
}

.modal-1450 {
  width: 1450px;
}

.modal-1475 {
  width: 1475px;
}

.modal-1500 {
  width: 1500px;
}

.modal-1525 {
  width: 1525px;
}

.modal-1550 {
  width: 1550px;
}

.modal-1575 {
  width: 1575px;
}

.modal-1600 {
  width: 1600px;
}

.modal-1625 {
  width: 1625px;
}

.modal-1650 {
  width: 1650px;
}

.modal-1675 {
  width: 1675px;
}

.modal-1700 {
  width: 1700px;
}

.modal-1725 {
  width: 1725px;
}

.modal-1750 {
  width: 1750px;
}

.modal-1775 {
  width: 1775px;
}

.modal-1800 {
  width: 1800px;
}

.modal-1825 {
  width: 1825px;
}

.modal-1850 {
  width: 1850px;
}

.modal-1875 {
  width: 1875px;
}

.modal-1900 {
  width: 1900px;
}

.modal-1925 {
  width: 1925px;
}

.modal-1950 {
  width: 1950px;
}

.modal-1975 {
  width: 1975px;
}

.modal-2000 {
  width: 2000px;
}

@media screen and (max-width: 450px) {
  .modal-350-500 {
    width: 375px;
  }
}
@media screen and (max-width: 500px) {
  .modal-350-500 {
    width: 400px;
  }
}
@media screen and (max-width: 400px) {
  .modal-350-500 {
    width: 325px;
  }
}
@media screen and (max-width: 350px) {
  .modal-350-500 {
    width: 300px;
  }
}
@media screen and (min-width: 600px) {
  .modal-350-500 {
    width: 500px;
  }
}
/* Datepicker */
.uib-datepicker-popup {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px 0 #ccc;
  z-index: 1002;
  list-style: none;
  padding: 5px;
}
.uib-datepicker-popup .uib-daypicker th {
  font-weight: normal;
}
.uib-datepicker-popup .uib-left {
  max-height: 33px;
  max-width: 38px;
}
.uib-datepicker-popup .uib-right {
  max-height: 33px;
  max-width: 38px;
}
.uib-datepicker-popup .glyphicon::before {
  font-family: metro, serif;
  display: inline-block;
  font-family: metro, "Segoe UI", "Open Sans", serif;
  line-height: 1;
  position: static;
  text-rendering: auto;
  transform: translate(0px, 0px);
  vertical-align: middle;
}
.uib-datepicker-popup .glyphicon-chevron-right::before {
  color: black;
  content: "\e649";
  font-size: larger;
}
.uib-datepicker-popup .glyphicon-chevron-left::before {
  color: black;
  content: "\e648";
  font-size: larger;
}
.uib-datepicker-popup .btn {
  padding: 0.5rem 0.5rem;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px #d9d9d9 solid;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: 0.875rem;
  line-height: 1;
  position: relative;
}
.uib-datepicker-popup .btn.default {
  background-color: #008287;
  color: #fff;
}
.uib-datepicker-popup .btn:hover {
  border-color: #787878;
}
.uib-datepicker-popup .btn:active {
  background: #eeeeee;
  color: #262626;
  box-shadow: none;
}
.uib-datepicker-popup .btn:focus {
  outline: 0;
}
.uib-datepicker-popup .btn:disabled,
.uib-datepicker-popup .btn.disabled {
  background-color: #eaeaea;
  color: #bebebe;
  cursor: default;
  border-color: transparent;
}
.uib-datepicker-popup .btn * {
  color: inherit;
}
.uib-datepicker-popup .btn *:hover {
  color: inherit;
}
.uib-datepicker-popup .btn.rounded {
  border-radius: 0.325rem;
}
.uib-datepicker-popup .btn > [class*=mif-] {
  vertical-align: middle;
}
.uib-datepicker-popup .btn.button-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.uib-datepicker-popup .btn.btn-sm {
  font-size: 0.6rem;
  padding: 0.5rem 0.5rem;
}
.uib-datepicker-popup .btn.btn-sm .text-info {
  color: #31708f;
}
.uib-datepicker-popup .btn.btn-sm.btn-info {
  background-color: #31b0d5;
  border-color: #269abc;
  color: #fff;
}
.uib-datepicker-popup .btn.pull-left {
  float: left;
}
.uib-datepicker-popup .btn.pull-right {
  float: right;
}
.uib-datepicker-popup .uib-daypicker:focus, .uib-datepicker-popup .uib-daypicker:active {
  outline: none;
}

.form-control {
  display: inline-block;
  height: 2.125rem;
  line-height: 1;
  margin: 0.325rem 0;
  min-height: 2.125rem;
  position: relative;
  vertical-align: middle;
}

.modal-content {
  border-radius: 10px;
}

@font-face {
  font-family: "PoppinsMedium";
  src: url("/assets/fonts/poppins-medium.woff2") format("woff2"), url("/assets/fonts/poppins-medium.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "PoppinsRegular";
  src: url("/assets/fonts/poppins-regular.woff2") format("woff2"), url("/assets/fonts/poppins-regular.woff") format("woff");
}
@font-face {
  font-family: "BaltoBold";
  src: url("/assets/fonts/balto-bold.woff2") format("woff2"), url("/assets/fonts/balto_bold.woff") format("woff");
  font-weight: normal;
}
html {
  font-size: 100%;
}

.wbgreycolor {
  color: #646569;
}

ul {
  padding-inline-start: unset;
}

.uib-button-bar .btn-group .btn-danger.btn {
  display: none !important;
}

a:focus, a:hover {
  text-decoration: underline;
  color: #000000;
  outline: none;
}

.underline {
  text-decoration: underline;
}

::-webkit-scrollbar {
  width: 10px; /* for vertical scrollbars */
  height: 10px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #646569;
}

#app {
  height: 100%;
  font-family: "PoppinsRegular";
}

body {
  font-family: "PoppinsRegular" !important;
  background-color: #EFEFF0;
  font-size: 16px !important;
  color: #646569 !important;
}

input, select, .body-16 {
  font-family: "PoppinsRegular" !important;
  font-size: 16px !important;
  color: #646569 !important;
}

button.button {
  font-family: "PoppinsMedium" !important;
  font-size: 19px !important;
  height: 60px;
}

input.newTagType {
  font-family: "PoppinsMedium" !important;
  font-size: 19px !important;
}

.button-smaller {
  height: 55px !important;
}

label.button {
  font-family: "PoppinsMedium" !important;
  font-size: 19px !important;
  height: 60px;
}

a.button {
  font-family: "PoppinsMedium";
  font-size: 19px !important;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  padding: 0 1rem !important;
}

li.button, div.button {
  font-family: "PoppinsMedium";
  font-size: 19px !important;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  padding: 0 1rem !important;
}

li.button-calendar, div.button-calendar {
  font-family: "PoppinsMedium";
  font-size: 19px !important;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  padding: 0 1rem !important;
}

.line-height-100 {
  line-height: 100px !important;
  height: 100px !important;
}

.line-height-50 {
  line-height: 50px;
  height: 50px;
}

.bg-wb-grey {
  background-color: #EFEFF0 !important;
}

.body-16-pink {
  font-family: "PoppinsMedium" !important;
  font-size: 16px !important;
  font-style: italic;
  color: #FF004D !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
}

.warning-text {
  color: #FF004D;
}

.heading-24 {
  font-family: "PoppinsMedium" !important;
  font-size: 24px;
  font-style: italic;
  color: #111F50;
}

.heading-24-normal {
  font-size: 24px;
  color: #111F50;
  font-family: "PoppinsMedium" !important;
}

.heading-42-normal {
  font-family: "PoppinsMedium" !important;
  font-size: 42px;
  color: #111F50;
}

.heading-24-blk {
  font-family: "PoppinsMedium" !important;
  font-size: 24px;
  font-style: italic;
  color: #000000;
}

.heading-19-PK {
  font-family: "PoppinsRegular" !important;
  font-size: 19px;
  color: #111F50;
}

.heading-16 {
  font-family: "PoppinsMedium";
  font-size: 19px;
  color: #333333 !important;
}

.sub-heading {
  font-family: "PoppinsRegular";
  font-size: 19px;
  color: #ffffff;
}

.dk-grey-19 {
  font-family: "PoppinsMedium";
  font-size: 21px;
  font-style: italic;
  color: #646569 !important;
}

.capitalize {
  font-family: "PoppinsMedium";
  font-size: 16px;
  font-style: italic;
  color: #111F50 !important;
  text-transform: capitalize !important;
  letter-spacing: 0.5px;
}

.all-caps-16 {
  font-family: "PoppinsMedium";
  font-size: 16px;
  font-style: italic;
  color: #111F50 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
}

.ud-all-caps-16 {
  font-size: 16px;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  font-family: "PoppinsMedium";
}

.ud-all-caps-16-white {
  font-family: "PoppinsMedium";
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  color: #ffffff !important;
}

.ud-small-card-title-14-white {
  font-family: "PoppinsRegular";
  font-size: 18px;
  color: #ffffff;
}

.ud-small-card-title-14-white-bold {
  font-family: "BaltoBold";
  font-size: 18px;
  color: #ffffff;
}

.ud-heading-24-white {
  font-family: "PoppinsMedium" !important;
  font-size: 40px;
  color: #ffffff;
}

.large-stat-white {
  font-family: "BaltoBold";
  font-size: 65px;
  text-transform: uppercase;
}

.large-stat {
  font-family: "BaltoBold";
  font-size: 65px;
  text-transform: uppercase;
  color: #111F50;
}

.large-stat-blue {
  color: #17749B;
}

.med-stat-blue {
  font-family: "PoppinsMedium";
  font-size: 0.9rem;
  line-height: 1.1rem;
  text-transform: uppercase;
  color: #17749B;
}

.heading-16-magenta {
  font-family: "PoppinsMedium";
  font-size: 16px;
  font-style: italic;
  color: #111F50 !important;
  letter-spacing: 0.5px;
}

.all-caps-small {
  letter-spacing: 0.5px;
  font-family: "PoppinsMedium";
  font-size: 13px;
  font-style: italic;
  text-transform: uppercase;
}

.small-card-title-14, .small-card-title-14-rem {
  font-family: "PoppinsMedium";
  font-size: 18px;
  color: #646569 !important;
}

.small-card-title-14-rem {
  font-size: 0.75rem;
}

.small-label-13, .small-label-13-rem {
  font-family: "PoppinsRegular";
  font-size: 13px;
  color: #646569;
}

.small-label-13-rem {
  font-size: 0.5rem;
}

.small-caps-label-13 {
  font-family: "PoppinsRegular";
  font-size: 15px;
  text-transform: uppercase;
}

.header-logo {
  width: 200px;
  margin-top: 25px;
  padding-left: 5px;
  padding-right: 5px;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 55px;
  font-family: "PoppinsRegular";
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .logo {
    left: 62%;
  }
}
@media screen and (max-width: 414px) {
  .logo {
    display: none !important;
  }
}
.logo > img {
  height: 100%;
}

header {
  height: 90px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.header-ie-ud {
  position: static;
  height: initial;
}

.header {
  top: 0;
  background-color: #ffffff;
  color: #646569;
  /*background-image: url('/assets/images/bar_bkgd.png');
  background-position: right;
  background-repeat: no-repeat;*/
}

.header-ie {
  height: 30px;
  font-family: "PoppinsRegular";
  font-size: 16px;
  position: fixed;
  width: 100%;
  z-index: 1000111;
  background-color: #111F50;
  color: #ffffff;
  top: 0px;
  padding-top: 5px;
  padding-left: 10px;
}

.wb-idle {
  max-height: 90px;
}

@media screen and (max-width: 549px) {
  .yoga-idle {
    max-height: 375px;
    max-width: 375px;
  }
  .wb-idle {
    width: 325px;
    height: 72.77px;
  }
}
@media screen and (max-width: 400px) {
  .yoga-idle {
    max-height: 350px;
    max-width: 350px;
  }
  .wb-idle {
    width: 300px;
    height: 67.17px;
  }
}
@media screen and (max-width: 350px) {
  .yoga-idle {
    max-height: 300px;
    max-width: 300px;
  }
  .wb-idle {
    width: 250px;
    height: 56px;
  }
}
@media screen and (min-width: 550px) {
  .yoga-idle {
    max-height: 375px;
    max-width: 375px;
  }
  .wb-idle {
    width: 300px;
    height: 67.17px;
  }
}
@media screen and (min-width: 850px) {
  .header-home {
    margin-left: 10px;
    background-image: url("/assets/images/lifespeak_dark_logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200px;
    -ms-interpolation-mode: bicubic;
    display: block;
    width: 200px;
    height: 80px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 850px) {
  .header-home {
    margin-left: 10px;
    background-image: url("/assets/images/lifespeak_dark_logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
    -ms-interpolation-mode: bicubic;
    display: block;
    width: 60px;
    height: 100px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
}

.bg-transparent {
  background-color: transparent !important;
}

.no-background {
  background: none;
}

.idle-background {
  background-color: #ffffff !important;
}

.fav-background {
  background-image: url("/assets/images/favorites_background.jpg");
  background-size: 33% auto;
  background-position-y: 90px;
  background-repeat: no-repeat;
  overflow-x: scroll;
}

header.wb-sub-header {
  top: 90px;
  background-color: #EFEFF0;
  height: 70px !important;
}
header.wb-sub-header .center-group {
  padding-top: 15px;
}
header.wb-sub-header .sub-header-button-active {
  font-family: "PoppinsRegular";
  font-size: 23px;
  color: #333333;
  background: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #6EC4E9;
  cursor: pointer;
}
header.wb-sub-header .sub-header-button {
  font-family: "PoppinsRegular";
  font-size: 23px;
  color: #333333;
  background: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
}

.class-schedule-button-active {
  font-family: "PoppinsRegular";
  font-size: 16px;
  color: #333333;
  background: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #6EC4E9;
  cursor: pointer;
}

.class-schedule-button {
  font-family: "PoppinsRegular";
  font-size: 16px;
  color: #333333;
  background: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
}

.index-top {
  margin-top: 325px;
}

.ud-wrapper {
  max-width: 1340px;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .ud-wrapper {
    height: 240%;
  }
}
.ud-wrapper .top-row {
  height: 50%;
}
@media screen and (max-width: 800px) {
  .ud-wrapper .top-row {
    height: 40%;
  }
}
@media screen and (max-width: 640px) {
  .ud-wrapper .top-row {
    height: 100%;
  }
}
.ud-wrapper .bottom-row {
  height: 0;
}
@media screen and (max-width: 360px) {
  .ud-wrapper .ud-wrapper {
    height: 100%;
  }
}

.ud-stats-box {
  height: 208px;
  border-radius: 14px;
  max-width: 700px;
}

.ud-profile-box {
  height: 208px;
  border-radius: 14px;
  max-width: 700px;
  max-width: 500px;
  background-image: url("/assets/images/goal-box.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 640px) {
  .ud-profile-box {
    background-color: rgba(255, 255, 255, 0) !important;
  }
}

.ud-goal-box {
  height: 100px;
  margin: 20px;
  padding-right: 40px;
}
@media screen and (max-width: 800px) {
  .ud-goal-box {
    margin: 0;
    padding-right: 0;
    height: 60%;
  }
}

.ud-workout-box {
  height: 41.6px;
}

.ud-stat-title {
  height: 50px;
}

.header-notification {
  height: 30px;
  font-family: "PoppinsRegular";
  font-size: 13px;
  width: 100%;
  background-color: #ffffff;
  color: #646569;
  border-top: 1px solid #646569;
  margin-right: 5px;
}
.header-notification .close-icon {
  height: 15px;
  width: 15px;
  margin-left: 10px;
}
.header-notification .button {
  height: 25px;
  font-family: "PoppinsMedium" !important;
  font-size: 13px !important;
  margin-left: 10px;
  margin-right: 5px;
}

.vlr {
  margin-top: 50px;
  margin-left: 20px;
  border-left: 2px solid #E1E1E1;
  height: 400px;
}

.vlp {
  margin-top: 50px;
  margin-left: 20px;
  border-left: 2px solid #E1E1E1;
  height: 680px;
}

.vl {
  border-left: 2px solid #ffffff;
  height: 146.4px;
}

.vl-100 {
  border-left: 2px solid #646569;
  width: 20px;
  height: 100%;
}

.flex-grid .row .cell.size-p49 {
  -webkit-flex: 0 0 49%;
  flex: 0 0 49%;
}

.flex-grid .row .cell.size-p1 {
  -webkit-flex: 0 0 1%;
  flex: 0 0 1%;
}

.cell.sizep1 {
  -webkit-flex: 0 0 1%;
  flex: 0 0 1%;
}

.myresults-header {
  margin-top: 90px;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .facility-schedule-cell {
    flex-shrink: 1 !important;
    flex-basis: 90% !important;
  }
}
@media only screen and (max-width: 645px) {
  .facility-schedule-cell {
    flex-shrink: 1 !important;
    flex-basis: 90% !important;
    flex-direction: unset !important;
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 1785px) {
  .padface {
    padding-left: 104px;
  }
}
@media screen and (max-width: 1200px) {
  .hidedemo {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .hideresults {
    display: none !important;
  }
  .split80 {
    -webkit-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
  }
}
@media screen and (max-width: 640px) {
  .hidegoal {
    display: none !important;
  }
  .ud-profile-box {
    background-image: none;
  }
  .padface {
    padding-bottom: 40px;
  }
}
.userdashboard-header {
  position: static;
  margin-top: 70px;
  background-color: #6EC4E9;
  height: 364px;
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1113px) {
  .userdashboard-header {
    height: 120%;
    max-height: 640px;
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .userdashboard-header {
    height: 100%;
    max-height: 290px;
    margin-top: 4.6em;
  }
}

.ud-profile-photo-container {
  width: 208px;
  height: 208px;
}
@media screen and (max-width: 320px) {
  .ud-profile-photo-container {
    margin-left: -5em !important;
  }
}

.ud-profile-photo-container-ie {
  flex: 1;
}

.row-ie {
  flex: 1 !important;
}

.margin-40-left-persent-imp {
  margin-left: 40% !important;
}

.ud-profile-photo {
  border-radius: 50%;
  width: 208px !important;
  height: 208px;
  max-width: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
@media screen and (max-width: 320px) {
  .ud-profile-photo {
    width: 80% !important;
    height: 90%;
  }
}

.ud-profile-photo-w {
  width: 208px !important;
}

.ud-profile-photo-blank {
  border-radius: 50%;
  width: 230px !important;
  height: 230px;
  max-width: unset;
  margin-top: -14px;
  cursor: pointer;
}

/*.userdashboard {
    background-color: blue;
    height: 100%;
    width: 100%;
}*/
@media screen and (max-width: 640px) {
  .chart {
    min-height: 250px;
  }
}
@media screen and (max-width: 414px) {
  .chart {
    min-height: 200px;
  }
}

.action-header {
  background-color: #E1E1E1;
}
@media screen and (max-width: 800px) {
  .action-header {
    overflow: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .action-header {
    padding-left: 0;
  }
}
@media screen and (max-width: 414px) {
  .action-header {
    align-content: center;
    -webkit-align-content: center;
  }
}
.action-header .content {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

figure {
  text-align: center;
  display: table;
  margin: 10px auto; /* not needed unless you want centered */
}

figcaption {
  padding-top: 20px !important;
}

.action-header-button {
  background-color: #ffffff !important;
  border-color: #ffffff;
  border-width: 2px;
  border-radius: 10px;
}

.center-image-fig {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  flex-direction: column;
}

footer .footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000;
  height: 40px;
}

.padding-top-header-height {
  padding-top: 90px !important;
}

.padding-top-subheader {
  padding-top: 160px !important;
}

.view-content {
  padding-top: 90px;
  padding-bottom: 40px !important;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.view-content-full {
  padding-top: 90px;
  width: 100%;
  height: 100%;
}

.home-content-top {
  padding-top: 0 !important;
}

.one-button {
  top: 27px;
  right: 30px;
}

.two-buttons-1, .three-buttons-2 {
  top: 27px;
  right: 90px;
}

.two-buttons-2, .three-buttons-3 {
  top: 27px;
  right: 30px;
}

.three-buttons-1 {
  top: 27px;
  right: 150px;
}

.header-button {
  background: none;
  color: transparent;
  background-color: transparent;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  border-width: 2px;
  border-style: none;
  position: fixed !important;
  cursor: pointer;
  z-index: 1000;
}

.search-button {
  background: none;
  color: transparent;
  box-sizing: border-box;
  background-color: transparent;
  border-width: 0px;
  border-style: none;
  cursor: pointer;
}

#main-content .header-actions {
  position: fixed !important;
  right: 80px;
  z-index: 1001;
  height: 70px;
  line-height: 45px;
  display: -webkit-box;
}
@media screen and (max-width: 414px) {
  #main-content .header-actions {
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  #main-content .header-actions {
    right: 10px;
  }
}
#main-content .header-actions .button {
  margin-top: 5px;
}
#main-content .button {
  margin-top: 0;
  margin-bottom: 0;
}

.tile-detail-list {
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 640px) {
  .tile-detail-list {
    width: 325px;
  }
}

.panel {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 5px !important;
}

.panel-white {
  border-radius: 5px !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.actions-edit {
  top: 2px;
  right: 10px;
  position: relative;
}

.home-icon {
  height: 60px;
}

.bd-pink {
  border: #111F50 !important;
}

.search {
  width: 0px;
  z-index: 1001;
  box-sizing: border-box;
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
  background-color: transparent;
  background-image: url("/assets/images/magnifying_glass.png");
  background-size: 30px 30px;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  padding: 10px 20px 10px 20px;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
  position: fixed !important;
  cursor: pointer;
}
.search:focus {
  padding: 10px 20px 10px 35px;
  width: 500px;
  background-color: #ffffff;
  border: 2px solid #ccc;
  border-radius: 4px;
  outline: 1px solid transparent;
}

.no-outline {
  outline: none !important;
}
.no-outline:focus {
  outline: none !important;
}

.gradient-black-grey-black {
  background: linear-gradient(to right, #242424, #7C7C7C 50%, #242424 100%) repeat scroll 0 0;
}

.height-p100 {
  height: 100% !important;
}

div[ui-view] {
  height: 100%;
}

video {
  padding-top: 0;
}

.trending-instructor {
  height: 100%;
  flex-direction: row !important;
  border: 2px #333333 solid;
}

.bg-wb-blue {
  background-color: #6EC4E9 !important;
}

.bg-hover-wb-light-blue:hover {
  background-color: #646569 !important;
  color: #E1E1E1 !important;
  border-color: #E1E1E1 !important;
}

button.bg-wb-blue:hover {
  background-color: #646569 !important;
  color: #E1E1E1 !important;
  border-color: #E1E1E1 !important;
}

.button.bg-wb-blue:hover {
  background-color: #646569 !important;
  color: #E1E1E1 !important;
  border-color: #E1E1E1 !important;
}

.button.active {
  background-color: #646569 !important;
  color: #E1E1E1 !important;
  border-color: #E1E1E1 !important;
}

.button:disabled, .button.disabled {
  color: #bebebe !important;
  background-color: #eaeaea !important;
}

.bg-wb-dark-blue {
  background-color: #17749B !important;
}

.bg-wb-pink {
  background-color: #111F50 !important;
}

.bg-wb-gray {
  background-color: #646569 !important;
}

.bg-wb-gray-light {
  background-color: #E1E1E1 !important;
}

.bg-wb-purple {
  background-color: #916C95 !important;
}

.fg-wb-blue {
  color: #6EC4E9 !important;
}

.fg-wb-dark-blue {
  color: #17749B !important;
}

.fg-wb-blue-medium {
  color: #209FD5 !important;
}

.fg-wb-gray {
  color: #646569 !important;
}

.fg-wb-gray-dark {
  color: #333333 !important;
}

.fg-wb-gray-light {
  color: #E1E1E1 !important;
}

.fg-wb-purple {
  color: #916C95 !important;
}

.fg-wb-pink {
  color: #111F50 !important;
}

.bg-wb-blue.bg-gray {
  background-color: #555555 !important;
}

.tile-wide.bg-wb-blue, .bg-wb-blue.tile-wide-static {
  border-radius: 5px;
}

.tile-wide .element-selected, .tile-wide-static .element-selected {
  border-radius: 5px;
}

/*Margins*/
.margin0-top {
  margin-top: 0px !important;
}

.margin0-right {
  margin-right: 0px !important;
}

.margin0-bottom {
  margin-bottom: 0px !important;
}

.margin-0-left-persent {
  margin-left: 0%;
}

.margin-0-left-persent-imp {
  margin-left: 0%;
}

.margin0-left {
  margin-left: 0px !important;
}

.margin0 {
  margin: 0px !important;
}

.padding0-top {
  padding-top: 0px !important;
}

.padding0-right {
  padding-right: 0px !important;
}

.padding0-bottom {
  padding-bottom: 0px !important;
}

.padding0-left {
  padding-left: 0px !important;
}

.padding0 {
  padding: 0px !important;
}

.margin5-top {
  margin-top: 5px !important;
}

.margin5-right {
  margin-right: 5px !important;
}

.margin5-bottom {
  margin-bottom: 5px !important;
}

.margin-5-left-persent {
  margin-left: 5%;
}

.margin-5-left-persent-imp {
  margin-left: 5%;
}

.margin5-left {
  margin-left: 5px !important;
}

.margin5 {
  margin: 5px !important;
}

.padding5-top {
  padding-top: 5px !important;
}

.padding5-right {
  padding-right: 5px !important;
}

.padding5-bottom {
  padding-bottom: 5px !important;
}

.padding5-left {
  padding-left: 5px !important;
}

.padding5 {
  padding: 5px !important;
}

.margin10-top {
  margin-top: 10px !important;
}

.margin10-right {
  margin-right: 10px !important;
}

.margin10-bottom {
  margin-bottom: 10px !important;
}

.margin-10-left-persent {
  margin-left: 10%;
}

.margin-10-left-persent-imp {
  margin-left: 10%;
}

.margin10-left {
  margin-left: 10px !important;
}

.margin10 {
  margin: 10px !important;
}

.padding10-top {
  padding-top: 10px !important;
}

.padding10-right {
  padding-right: 10px !important;
}

.padding10-bottom {
  padding-bottom: 10px !important;
}

.padding10-left {
  padding-left: 10px !important;
}

.padding10 {
  padding: 10px !important;
}

.margin15-top {
  margin-top: 15px !important;
}

.margin15-right {
  margin-right: 15px !important;
}

.margin15-bottom {
  margin-bottom: 15px !important;
}

.margin-15-left-persent {
  margin-left: 15%;
}

.margin-15-left-persent-imp {
  margin-left: 15%;
}

.margin15-left {
  margin-left: 15px !important;
}

.margin15 {
  margin: 15px !important;
}

.padding15-top {
  padding-top: 15px !important;
}

.padding15-right {
  padding-right: 15px !important;
}

.padding15-bottom {
  padding-bottom: 15px !important;
}

.padding15-left {
  padding-left: 15px !important;
}

.padding15 {
  padding: 15px !important;
}

.margin20-top {
  margin-top: 20px !important;
}

.margin20-right {
  margin-right: 20px !important;
}

.margin20-bottom {
  margin-bottom: 20px !important;
}

.margin-20-left-persent {
  margin-left: 20%;
}

.margin-20-left-persent-imp {
  margin-left: 20%;
}

.margin20-left {
  margin-left: 20px !important;
}

.margin20 {
  margin: 20px !important;
}

.padding20-top {
  padding-top: 20px !important;
}

.padding20-right {
  padding-right: 20px !important;
}

.padding20-bottom {
  padding-bottom: 20px !important;
}

.padding20-left {
  padding-left: 20px !important;
}

.padding20 {
  padding: 20px !important;
}

.margin25-top {
  margin-top: 25px !important;
}

.margin25-right {
  margin-right: 25px !important;
}

.margin25-bottom {
  margin-bottom: 25px !important;
}

.margin-25-left-persent {
  margin-left: 25%;
}

.margin-25-left-persent-imp {
  margin-left: 25%;
}

.margin25-left {
  margin-left: 25px !important;
}

.margin25 {
  margin: 25px !important;
}

.padding25-top {
  padding-top: 25px !important;
}

.padding25-right {
  padding-right: 25px !important;
}

.padding25-bottom {
  padding-bottom: 25px !important;
}

.padding25-left {
  padding-left: 25px !important;
}

.padding25 {
  padding: 25px !important;
}

.margin30-top {
  margin-top: 30px !important;
}

.margin30-right {
  margin-right: 30px !important;
}

.margin30-bottom {
  margin-bottom: 30px !important;
}

.margin-30-left-persent {
  margin-left: 30%;
}

.margin-30-left-persent-imp {
  margin-left: 30%;
}

.margin30-left {
  margin-left: 30px !important;
}

.margin30 {
  margin: 30px !important;
}

.padding30-top {
  padding-top: 30px !important;
}

.padding30-right {
  padding-right: 30px !important;
}

.padding30-bottom {
  padding-bottom: 30px !important;
}

.padding30-left {
  padding-left: 30px !important;
}

.padding30 {
  padding: 30px !important;
}

.margin35-top {
  margin-top: 35px !important;
}

.margin35-right {
  margin-right: 35px !important;
}

.margin35-bottom {
  margin-bottom: 35px !important;
}

.margin-35-left-persent {
  margin-left: 35%;
}

.margin-35-left-persent-imp {
  margin-left: 35%;
}

.margin35-left {
  margin-left: 35px !important;
}

.margin35 {
  margin: 35px !important;
}

.padding35-top {
  padding-top: 35px !important;
}

.padding35-right {
  padding-right: 35px !important;
}

.padding35-bottom {
  padding-bottom: 35px !important;
}

.padding35-left {
  padding-left: 35px !important;
}

.padding35 {
  padding: 35px !important;
}

.margin40-top {
  margin-top: 40px !important;
}

.margin40-right {
  margin-right: 40px !important;
}

.margin40-bottom {
  margin-bottom: 40px !important;
}

.margin-40-left-persent {
  margin-left: 40%;
}

.margin-40-left-persent-imp {
  margin-left: 40%;
}

.margin40-left {
  margin-left: 40px !important;
}

.margin40 {
  margin: 40px !important;
}

.padding40-top {
  padding-top: 40px !important;
}

.padding40-right {
  padding-right: 40px !important;
}

.padding40-bottom {
  padding-bottom: 40px !important;
}

.padding40-left {
  padding-left: 40px !important;
}

.padding40 {
  padding: 40px !important;
}

.margin45-top {
  margin-top: 45px !important;
}

.margin45-right {
  margin-right: 45px !important;
}

.margin45-bottom {
  margin-bottom: 45px !important;
}

.margin-45-left-persent {
  margin-left: 45%;
}

.margin-45-left-persent-imp {
  margin-left: 45%;
}

.margin45-left {
  margin-left: 45px !important;
}

.margin45 {
  margin: 45px !important;
}

.padding45-top {
  padding-top: 45px !important;
}

.padding45-right {
  padding-right: 45px !important;
}

.padding45-bottom {
  padding-bottom: 45px !important;
}

.padding45-left {
  padding-left: 45px !important;
}

.padding45 {
  padding: 45px !important;
}

.margin50-top {
  margin-top: 50px !important;
}

.margin50-right {
  margin-right: 50px !important;
}

.margin50-bottom {
  margin-bottom: 50px !important;
}

.margin-50-left-persent {
  margin-left: 50%;
}

.margin-50-left-persent-imp {
  margin-left: 50%;
}

.margin50-left {
  margin-left: 50px !important;
}

.margin50 {
  margin: 50px !important;
}

.padding50-top {
  padding-top: 50px !important;
}

.padding50-right {
  padding-right: 50px !important;
}

.padding50-bottom {
  padding-bottom: 50px !important;
}

.padding50-left {
  padding-left: 50px !important;
}

.padding50 {
  padding: 50px !important;
}

.margin55-top {
  margin-top: 55px !important;
}

.margin55-right {
  margin-right: 55px !important;
}

.margin55-bottom {
  margin-bottom: 55px !important;
}

.margin-55-left-persent {
  margin-left: 55%;
}

.margin-55-left-persent-imp {
  margin-left: 55%;
}

.margin55-left {
  margin-left: 55px !important;
}

.margin55 {
  margin: 55px !important;
}

.padding55-top {
  padding-top: 55px !important;
}

.padding55-right {
  padding-right: 55px !important;
}

.padding55-bottom {
  padding-bottom: 55px !important;
}

.padding55-left {
  padding-left: 55px !important;
}

.padding55 {
  padding: 55px !important;
}

.margin60-top {
  margin-top: 60px !important;
}

.margin60-right {
  margin-right: 60px !important;
}

.margin60-bottom {
  margin-bottom: 60px !important;
}

.margin-60-left-persent {
  margin-left: 60%;
}

.margin-60-left-persent-imp {
  margin-left: 60%;
}

.margin60-left {
  margin-left: 60px !important;
}

.margin60 {
  margin: 60px !important;
}

.padding60-top {
  padding-top: 60px !important;
}

.padding60-right {
  padding-right: 60px !important;
}

.padding60-bottom {
  padding-bottom: 60px !important;
}

.padding60-left {
  padding-left: 60px !important;
}

.padding60 {
  padding: 60px !important;
}

.margin65-top {
  margin-top: 65px !important;
}

.margin65-right {
  margin-right: 65px !important;
}

.margin65-bottom {
  margin-bottom: 65px !important;
}

.margin-65-left-persent {
  margin-left: 65%;
}

.margin-65-left-persent-imp {
  margin-left: 65%;
}

.margin65-left {
  margin-left: 65px !important;
}

.margin65 {
  margin: 65px !important;
}

.padding65-top {
  padding-top: 65px !important;
}

.padding65-right {
  padding-right: 65px !important;
}

.padding65-bottom {
  padding-bottom: 65px !important;
}

.padding65-left {
  padding-left: 65px !important;
}

.padding65 {
  padding: 65px !important;
}

.margin70-top {
  margin-top: 70px !important;
}

.margin70-right {
  margin-right: 70px !important;
}

.margin70-bottom {
  margin-bottom: 70px !important;
}

.margin-70-left-persent {
  margin-left: 70%;
}

.margin-70-left-persent-imp {
  margin-left: 70%;
}

.margin70-left {
  margin-left: 70px !important;
}

.margin70 {
  margin: 70px !important;
}

.padding70-top {
  padding-top: 70px !important;
}

.padding70-right {
  padding-right: 70px !important;
}

.padding70-bottom {
  padding-bottom: 70px !important;
}

.padding70-left {
  padding-left: 70px !important;
}

.padding70 {
  padding: 70px !important;
}

.margin75-top {
  margin-top: 75px !important;
}

.margin75-right {
  margin-right: 75px !important;
}

.margin75-bottom {
  margin-bottom: 75px !important;
}

.margin-75-left-persent {
  margin-left: 75%;
}

.margin-75-left-persent-imp {
  margin-left: 75%;
}

.margin75-left {
  margin-left: 75px !important;
}

.margin75 {
  margin: 75px !important;
}

.padding75-top {
  padding-top: 75px !important;
}

.padding75-right {
  padding-right: 75px !important;
}

.padding75-bottom {
  padding-bottom: 75px !important;
}

.padding75-left {
  padding-left: 75px !important;
}

.padding75 {
  padding: 75px !important;
}

.margin80-top {
  margin-top: 80px !important;
}

.margin80-right {
  margin-right: 80px !important;
}

.margin80-bottom {
  margin-bottom: 80px !important;
}

.margin-80-left-persent {
  margin-left: 80%;
}

.margin-80-left-persent-imp {
  margin-left: 80%;
}

.margin80-left {
  margin-left: 80px !important;
}

.margin80 {
  margin: 80px !important;
}

.padding80-top {
  padding-top: 80px !important;
}

.padding80-right {
  padding-right: 80px !important;
}

.padding80-bottom {
  padding-bottom: 80px !important;
}

.padding80-left {
  padding-left: 80px !important;
}

.padding80 {
  padding: 80px !important;
}

.margin85-top {
  margin-top: 85px !important;
}

.margin85-right {
  margin-right: 85px !important;
}

.margin85-bottom {
  margin-bottom: 85px !important;
}

.margin-85-left-persent {
  margin-left: 85%;
}

.margin-85-left-persent-imp {
  margin-left: 85%;
}

.margin85-left {
  margin-left: 85px !important;
}

.margin85 {
  margin: 85px !important;
}

.padding85-top {
  padding-top: 85px !important;
}

.padding85-right {
  padding-right: 85px !important;
}

.padding85-bottom {
  padding-bottom: 85px !important;
}

.padding85-left {
  padding-left: 85px !important;
}

.padding85 {
  padding: 85px !important;
}

.margin90-top {
  margin-top: 90px !important;
}

.margin90-right {
  margin-right: 90px !important;
}

.margin90-bottom {
  margin-bottom: 90px !important;
}

.margin-90-left-persent {
  margin-left: 90%;
}

.margin-90-left-persent-imp {
  margin-left: 90%;
}

.margin90-left {
  margin-left: 90px !important;
}

.margin90 {
  margin: 90px !important;
}

.padding90-top {
  padding-top: 90px !important;
}

.padding90-right {
  padding-right: 90px !important;
}

.padding90-bottom {
  padding-bottom: 90px !important;
}

.padding90-left {
  padding-left: 90px !important;
}

.padding90 {
  padding: 90px !important;
}

.margin95-top {
  margin-top: 95px !important;
}

.margin95-right {
  margin-right: 95px !important;
}

.margin95-bottom {
  margin-bottom: 95px !important;
}

.margin-95-left-persent {
  margin-left: 95%;
}

.margin-95-left-persent-imp {
  margin-left: 95%;
}

.margin95-left {
  margin-left: 95px !important;
}

.margin95 {
  margin: 95px !important;
}

.padding95-top {
  padding-top: 95px !important;
}

.padding95-right {
  padding-right: 95px !important;
}

.padding95-bottom {
  padding-bottom: 95px !important;
}

.padding95-left {
  padding-left: 95px !important;
}

.padding95 {
  padding: 95px !important;
}

.margin100-top {
  margin-top: 100px !important;
}

.margin100-right {
  margin-right: 100px !important;
}

.margin100-bottom {
  margin-bottom: 100px !important;
}

.margin-100-left-persent {
  margin-left: 100%;
}

.margin-100-left-persent-imp {
  margin-left: 100%;
}

.margin100-left {
  margin-left: 100px !important;
}

.margin100 {
  margin: 100px !important;
}

.padding100-top {
  padding-top: 100px !important;
}

.padding100-right {
  padding-right: 100px !important;
}

.padding100-bottom {
  padding-bottom: 100px !important;
}

.padding100-left {
  padding-left: 100px !important;
}

.padding100 {
  padding: 100px !important;
}

.margin105-top {
  margin-top: 105px !important;
}

.margin105-right {
  margin-right: 105px !important;
}

.margin105-bottom {
  margin-bottom: 105px !important;
}

.margin-105-left-persent {
  margin-left: 105%;
}

.margin-105-left-persent-imp {
  margin-left: 105%;
}

.margin105-left {
  margin-left: 105px !important;
}

.margin105 {
  margin: 105px !important;
}

.padding105-top {
  padding-top: 105px !important;
}

.padding105-right {
  padding-right: 105px !important;
}

.padding105-bottom {
  padding-bottom: 105px !important;
}

.padding105-left {
  padding-left: 105px !important;
}

.padding105 {
  padding: 105px !important;
}

.margin110-top {
  margin-top: 110px !important;
}

.margin110-right {
  margin-right: 110px !important;
}

.margin110-bottom {
  margin-bottom: 110px !important;
}

.margin-110-left-persent {
  margin-left: 110%;
}

.margin-110-left-persent-imp {
  margin-left: 110%;
}

.margin110-left {
  margin-left: 110px !important;
}

.margin110 {
  margin: 110px !important;
}

.padding110-top {
  padding-top: 110px !important;
}

.padding110-right {
  padding-right: 110px !important;
}

.padding110-bottom {
  padding-bottom: 110px !important;
}

.padding110-left {
  padding-left: 110px !important;
}

.padding110 {
  padding: 110px !important;
}

.margin115-top {
  margin-top: 115px !important;
}

.margin115-right {
  margin-right: 115px !important;
}

.margin115-bottom {
  margin-bottom: 115px !important;
}

.margin-115-left-persent {
  margin-left: 115%;
}

.margin-115-left-persent-imp {
  margin-left: 115%;
}

.margin115-left {
  margin-left: 115px !important;
}

.margin115 {
  margin: 115px !important;
}

.padding115-top {
  padding-top: 115px !important;
}

.padding115-right {
  padding-right: 115px !important;
}

.padding115-bottom {
  padding-bottom: 115px !important;
}

.padding115-left {
  padding-left: 115px !important;
}

.padding115 {
  padding: 115px !important;
}

.margin120-top {
  margin-top: 120px !important;
}

.margin120-right {
  margin-right: 120px !important;
}

.margin120-bottom {
  margin-bottom: 120px !important;
}

.margin-120-left-persent {
  margin-left: 120%;
}

.margin-120-left-persent-imp {
  margin-left: 120%;
}

.margin120-left {
  margin-left: 120px !important;
}

.margin120 {
  margin: 120px !important;
}

.padding120-top {
  padding-top: 120px !important;
}

.padding120-right {
  padding-right: 120px !important;
}

.padding120-bottom {
  padding-bottom: 120px !important;
}

.padding120-left {
  padding-left: 120px !important;
}

.padding120 {
  padding: 120px !important;
}

.margin125-top {
  margin-top: 125px !important;
}

.margin125-right {
  margin-right: 125px !important;
}

.margin125-bottom {
  margin-bottom: 125px !important;
}

.margin-125-left-persent {
  margin-left: 125%;
}

.margin-125-left-persent-imp {
  margin-left: 125%;
}

.margin125-left {
  margin-left: 125px !important;
}

.margin125 {
  margin: 125px !important;
}

.padding125-top {
  padding-top: 125px !important;
}

.padding125-right {
  padding-right: 125px !important;
}

.padding125-bottom {
  padding-bottom: 125px !important;
}

.padding125-left {
  padding-left: 125px !important;
}

.padding125 {
  padding: 125px !important;
}

.margin130-top {
  margin-top: 130px !important;
}

.margin130-right {
  margin-right: 130px !important;
}

.margin130-bottom {
  margin-bottom: 130px !important;
}

.margin-130-left-persent {
  margin-left: 130%;
}

.margin-130-left-persent-imp {
  margin-left: 130%;
}

.margin130-left {
  margin-left: 130px !important;
}

.margin130 {
  margin: 130px !important;
}

.padding130-top {
  padding-top: 130px !important;
}

.padding130-right {
  padding-right: 130px !important;
}

.padding130-bottom {
  padding-bottom: 130px !important;
}

.padding130-left {
  padding-left: 130px !important;
}

.padding130 {
  padding: 130px !important;
}

.margin135-top {
  margin-top: 135px !important;
}

.margin135-right {
  margin-right: 135px !important;
}

.margin135-bottom {
  margin-bottom: 135px !important;
}

.margin-135-left-persent {
  margin-left: 135%;
}

.margin-135-left-persent-imp {
  margin-left: 135%;
}

.margin135-left {
  margin-left: 135px !important;
}

.margin135 {
  margin: 135px !important;
}

.padding135-top {
  padding-top: 135px !important;
}

.padding135-right {
  padding-right: 135px !important;
}

.padding135-bottom {
  padding-bottom: 135px !important;
}

.padding135-left {
  padding-left: 135px !important;
}

.padding135 {
  padding: 135px !important;
}

.margin140-top {
  margin-top: 140px !important;
}

.margin140-right {
  margin-right: 140px !important;
}

.margin140-bottom {
  margin-bottom: 140px !important;
}

.margin-140-left-persent {
  margin-left: 140%;
}

.margin-140-left-persent-imp {
  margin-left: 140%;
}

.margin140-left {
  margin-left: 140px !important;
}

.margin140 {
  margin: 140px !important;
}

.padding140-top {
  padding-top: 140px !important;
}

.padding140-right {
  padding-right: 140px !important;
}

.padding140-bottom {
  padding-bottom: 140px !important;
}

.padding140-left {
  padding-left: 140px !important;
}

.padding140 {
  padding: 140px !important;
}

.margin145-top {
  margin-top: 145px !important;
}

.margin145-right {
  margin-right: 145px !important;
}

.margin145-bottom {
  margin-bottom: 145px !important;
}

.margin-145-left-persent {
  margin-left: 145%;
}

.margin-145-left-persent-imp {
  margin-left: 145%;
}

.margin145-left {
  margin-left: 145px !important;
}

.margin145 {
  margin: 145px !important;
}

.padding145-top {
  padding-top: 145px !important;
}

.padding145-right {
  padding-right: 145px !important;
}

.padding145-bottom {
  padding-bottom: 145px !important;
}

.padding145-left {
  padding-left: 145px !important;
}

.padding145 {
  padding: 145px !important;
}

.margin150-top {
  margin-top: 150px !important;
}

.margin150-right {
  margin-right: 150px !important;
}

.margin150-bottom {
  margin-bottom: 150px !important;
}

.margin-150-left-persent {
  margin-left: 150%;
}

.margin-150-left-persent-imp {
  margin-left: 150%;
}

.margin150-left {
  margin-left: 150px !important;
}

.margin150 {
  margin: 150px !important;
}

.padding150-top {
  padding-top: 150px !important;
}

.padding150-right {
  padding-right: 150px !important;
}

.padding150-bottom {
  padding-bottom: 150px !important;
}

.padding150-left {
  padding-left: 150px !important;
}

.padding150 {
  padding: 150px !important;
}

.margin155-top {
  margin-top: 155px !important;
}

.margin155-right {
  margin-right: 155px !important;
}

.margin155-bottom {
  margin-bottom: 155px !important;
}

.margin-155-left-persent {
  margin-left: 155%;
}

.margin-155-left-persent-imp {
  margin-left: 155%;
}

.margin155-left {
  margin-left: 155px !important;
}

.margin155 {
  margin: 155px !important;
}

.padding155-top {
  padding-top: 155px !important;
}

.padding155-right {
  padding-right: 155px !important;
}

.padding155-bottom {
  padding-bottom: 155px !important;
}

.padding155-left {
  padding-left: 155px !important;
}

.padding155 {
  padding: 155px !important;
}

.margin160-top {
  margin-top: 160px !important;
}

.margin160-right {
  margin-right: 160px !important;
}

.margin160-bottom {
  margin-bottom: 160px !important;
}

.margin-160-left-persent {
  margin-left: 160%;
}

.margin-160-left-persent-imp {
  margin-left: 160%;
}

.margin160-left {
  margin-left: 160px !important;
}

.margin160 {
  margin: 160px !important;
}

.padding160-top {
  padding-top: 160px !important;
}

.padding160-right {
  padding-right: 160px !important;
}

.padding160-bottom {
  padding-bottom: 160px !important;
}

.padding160-left {
  padding-left: 160px !important;
}

.padding160 {
  padding: 160px !important;
}

.margin165-top {
  margin-top: 165px !important;
}

.margin165-right {
  margin-right: 165px !important;
}

.margin165-bottom {
  margin-bottom: 165px !important;
}

.margin-165-left-persent {
  margin-left: 165%;
}

.margin-165-left-persent-imp {
  margin-left: 165%;
}

.margin165-left {
  margin-left: 165px !important;
}

.margin165 {
  margin: 165px !important;
}

.padding165-top {
  padding-top: 165px !important;
}

.padding165-right {
  padding-right: 165px !important;
}

.padding165-bottom {
  padding-bottom: 165px !important;
}

.padding165-left {
  padding-left: 165px !important;
}

.padding165 {
  padding: 165px !important;
}

.margin170-top {
  margin-top: 170px !important;
}

.margin170-right {
  margin-right: 170px !important;
}

.margin170-bottom {
  margin-bottom: 170px !important;
}

.margin-170-left-persent {
  margin-left: 170%;
}

.margin-170-left-persent-imp {
  margin-left: 170%;
}

.margin170-left {
  margin-left: 170px !important;
}

.margin170 {
  margin: 170px !important;
}

.padding170-top {
  padding-top: 170px !important;
}

.padding170-right {
  padding-right: 170px !important;
}

.padding170-bottom {
  padding-bottom: 170px !important;
}

.padding170-left {
  padding-left: 170px !important;
}

.padding170 {
  padding: 170px !important;
}

.margin175-top {
  margin-top: 175px !important;
}

.margin175-right {
  margin-right: 175px !important;
}

.margin175-bottom {
  margin-bottom: 175px !important;
}

.margin-175-left-persent {
  margin-left: 175%;
}

.margin-175-left-persent-imp {
  margin-left: 175%;
}

.margin175-left {
  margin-left: 175px !important;
}

.margin175 {
  margin: 175px !important;
}

.padding175-top {
  padding-top: 175px !important;
}

.padding175-right {
  padding-right: 175px !important;
}

.padding175-bottom {
  padding-bottom: 175px !important;
}

.padding175-left {
  padding-left: 175px !important;
}

.padding175 {
  padding: 175px !important;
}

.margin180-top {
  margin-top: 180px !important;
}

.margin180-right {
  margin-right: 180px !important;
}

.margin180-bottom {
  margin-bottom: 180px !important;
}

.margin-180-left-persent {
  margin-left: 180%;
}

.margin-180-left-persent-imp {
  margin-left: 180%;
}

.margin180-left {
  margin-left: 180px !important;
}

.margin180 {
  margin: 180px !important;
}

.padding180-top {
  padding-top: 180px !important;
}

.padding180-right {
  padding-right: 180px !important;
}

.padding180-bottom {
  padding-bottom: 180px !important;
}

.padding180-left {
  padding-left: 180px !important;
}

.padding180 {
  padding: 180px !important;
}

.margin185-top {
  margin-top: 185px !important;
}

.margin185-right {
  margin-right: 185px !important;
}

.margin185-bottom {
  margin-bottom: 185px !important;
}

.margin-185-left-persent {
  margin-left: 185%;
}

.margin-185-left-persent-imp {
  margin-left: 185%;
}

.margin185-left {
  margin-left: 185px !important;
}

.margin185 {
  margin: 185px !important;
}

.padding185-top {
  padding-top: 185px !important;
}

.padding185-right {
  padding-right: 185px !important;
}

.padding185-bottom {
  padding-bottom: 185px !important;
}

.padding185-left {
  padding-left: 185px !important;
}

.padding185 {
  padding: 185px !important;
}

.margin190-top {
  margin-top: 190px !important;
}

.margin190-right {
  margin-right: 190px !important;
}

.margin190-bottom {
  margin-bottom: 190px !important;
}

.margin-190-left-persent {
  margin-left: 190%;
}

.margin-190-left-persent-imp {
  margin-left: 190%;
}

.margin190-left {
  margin-left: 190px !important;
}

.margin190 {
  margin: 190px !important;
}

.padding190-top {
  padding-top: 190px !important;
}

.padding190-right {
  padding-right: 190px !important;
}

.padding190-bottom {
  padding-bottom: 190px !important;
}

.padding190-left {
  padding-left: 190px !important;
}

.padding190 {
  padding: 190px !important;
}

.margin195-top {
  margin-top: 195px !important;
}

.margin195-right {
  margin-right: 195px !important;
}

.margin195-bottom {
  margin-bottom: 195px !important;
}

.margin-195-left-persent {
  margin-left: 195%;
}

.margin-195-left-persent-imp {
  margin-left: 195%;
}

.margin195-left {
  margin-left: 195px !important;
}

.margin195 {
  margin: 195px !important;
}

.padding195-top {
  padding-top: 195px !important;
}

.padding195-right {
  padding-right: 195px !important;
}

.padding195-bottom {
  padding-bottom: 195px !important;
}

.padding195-left {
  padding-left: 195px !important;
}

.padding195 {
  padding: 195px !important;
}

.margin200-top {
  margin-top: 200px !important;
}

.margin200-right {
  margin-right: 200px !important;
}

.margin200-bottom {
  margin-bottom: 200px !important;
}

.margin-200-left-persent {
  margin-left: 200%;
}

.margin-200-left-persent-imp {
  margin-left: 200%;
}

.margin200-left {
  margin-left: 200px !important;
}

.margin200 {
  margin: 200px !important;
}

.padding200-top {
  padding-top: 200px !important;
}

.padding200-right {
  padding-right: 200px !important;
}

.padding200-bottom {
  padding-bottom: 200px !important;
}

.padding200-left {
  padding-left: 200px !important;
}

.padding200 {
  padding: 200px !important;
}

.padding1 {
  padding: 1px !important;
}

/* Borders */
.border1 {
  border: 1px solid;
}

.border1-top {
  border-top: 1px solid;
}

.border1-right {
  border-right: 1px solid;
}

.border1-bottom {
  border-bottom: 1px solid;
}

.border1-left {
  border-left: 1px solid;
}

.border2 {
  border: 2px solid;
}

.border2-top {
  border-top: 2px solid;
}

.border2-right {
  border-right: 2px solid;
}

.border2-bottom {
  border-bottom: 2px solid;
}

.border2-left {
  border-left: 2px solid;
}

.border3 {
  border: 3px solid;
}

.border3-top {
  border-top: 3px solid;
}

.border3-right {
  border-right: 3px solid;
}

.border3-bottom {
  border-bottom: 3px solid;
}

.border3-left {
  border-left: 3px solid;
}

.border4 {
  border: 4px solid;
}

.border4-top {
  border-top: 4px solid;
}

.border4-right {
  border-right: 4px solid;
}

.border4-bottom {
  border-bottom: 4px solid;
}

.border4-left {
  border-left: 4px solid;
}

.border5 {
  border: 5px solid;
}

.border5-top {
  border-top: 5px solid;
}

.border5-right {
  border-right: 5px solid;
}

.border5-bottom {
  border-bottom: 5px solid;
}

.border5-left {
  border-left: 5px solid;
}

.border6 {
  border: 6px solid;
}

.border6-top {
  border-top: 6px solid;
}

.border6-right {
  border-right: 6px solid;
}

.border6-bottom {
  border-bottom: 6px solid;
}

.border6-left {
  border-left: 6px solid;
}

.border7 {
  border: 7px solid;
}

.border7-top {
  border-top: 7px solid;
}

.border7-right {
  border-right: 7px solid;
}

.border7-bottom {
  border-bottom: 7px solid;
}

.border7-left {
  border-left: 7px solid;
}

.border8 {
  border: 8px solid;
}

.border8-top {
  border-top: 8px solid;
}

.border8-right {
  border-right: 8px solid;
}

.border8-bottom {
  border-bottom: 8px solid;
}

.border8-left {
  border-left: 8px solid;
}

.border9 {
  border: 9px solid;
}

.border9-top {
  border-top: 9px solid;
}

.border9-right {
  border-right: 9px solid;
}

.border9-bottom {
  border-bottom: 9px solid;
}

.border9-left {
  border-left: 9px solid;
}

.border10 {
  border: 10px solid;
}

.border10-top {
  border-top: 10px solid;
}

.border10-right {
  border-right: 10px solid;
}

.border10-bottom {
  border-bottom: 10px solid;
}

.border10-left {
  border-left: 10px solid;
}

.csspinner::before {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  display: block;
}

.csspinner {
  position: relative;
}

.loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  z-index: 100;
}

.preloader-ring.dark-style > .wrap > .circle::after {
  background-color: #000000;
}

.loading-indicator p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  /* top:0; */
  display: inline-block;
  text-align: center;
  margin-bottom: -5em;
}

.preloader {
  background-image: url(/assets/images/spinner.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.preloader p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  /* top:0; */
  display: inline-block;
  text-align: center;
  margin-bottom: -5em;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.form-horizontal label {
  padding-top: 15px;
  text-align: right;
  padding-right: 15px;
}

.form-horizontal-left label {
  padding-top: 15px;
  text-align: left;
  padding-right: 15px;
}

.input-control .input-validation-error {
  border-color: #FF004D;
}

.input-control .valid {
  border-color: #1fdd59;
}

.field-validation-error {
  color: #FF004D;
}

.validation-summary-errors ul {
  list-style: none;
}
.validation-summary-errors ul li {
  color: #FF004D;
}

.button {
  border-radius: 50px;
}
.button > [class*=mif-].place-right {
  margin-top: unset;
  margin-left: 5px;
}

.panel .row label {
  padding-top: 15px;
  font-family: "PoppinsMedium";
}

.required:after {
  color: #FF004D;
  content: " *";
}

/* sweet-alert */
.sweet-overlay {
  background-color: rgba(51, 51, 51, 0.7);
}

.sweet-alert {
  border-radius: 0;
}
.sweet-alert .sa-button-container button {
  border-radius: 0;
  margin-top: 10px;
}
.sweet-alert .sa-button-container button.confirm {
  background-color: #646569 !important;
  box-shadow: none !important;
}
.sweet-alert .sa-button-container button.cancel {
  background-color: #646569 !important;
}
.sweet-alert .sa-icon {
  margin: 5px auto;
}
.sweet-alert h2 {
  margin: 10px 0;
}

.position-relative {
  position: relative;
}

/* Play video button */
.play-video-button {
  position: absolute;
  top: 35%;
  left: 25%;
}
@media screen and (max-width: 1024px) {
  .play-video-button {
    margin-top: 28px !important;
  }
}

.play-class-video-button {
  position: absolute;
  top: 35%;
  left: 30%;
}

/* .play-video-button:hover {
    transform: scale(1.1);
} */
.member-list {
  height: 35px !important;
  border-color: #ffffff !important;
  display: flex !important;
}

.member-list:hover {
  border-color: #BAE3F5 !important;
  border-width: 2px;
}

.classplay-list {
  height: 65px !important;
  border-color: #ffffff !important;
  display: flex !important;
}

.classplay-list:hover {
  border-color: #BAE3F5 !important;
  border-width: 2px;
}

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

.align-center-important {
  text-align: center !important;
}

.error-border {
  border: 1px solid #FF004D;
}

.bg-error {
  background-color: #FF004D;
}

.tile-label.wide {
  left: 0px;
  width: 100%;
}

.min-height-30 {
  min-height: 30px !important;
}

.height-30 {
  height: 30px !important;
}

.width-30 {
  width: 30px !important;
}

.min-height-35 {
  min-height: 35px !important;
}

.height-35 {
  height: 35px !important;
}

.width-35 {
  width: 35px !important;
}

.min-height-40 {
  min-height: 40px !important;
}

.height-40 {
  height: 40px !important;
}

.width-40 {
  width: 40px !important;
}

.min-height-45 {
  min-height: 45px !important;
}

.height-45 {
  height: 45px !important;
}

.width-45 {
  width: 45px !important;
}

.min-height-50 {
  min-height: 50px !important;
}

.height-50 {
  height: 50px !important;
}

.width-50 {
  width: 50px !important;
}

.min-height-55 {
  min-height: 55px !important;
}

.height-55 {
  height: 55px !important;
}

.width-55 {
  width: 55px !important;
}

.min-height-60 {
  min-height: 60px !important;
}

.height-60 {
  height: 60px !important;
}

.width-60 {
  width: 60px !important;
}

.min-height-65 {
  min-height: 65px !important;
}

.height-65 {
  height: 65px !important;
}

.width-65 {
  width: 65px !important;
}

.min-height-70 {
  min-height: 70px !important;
}

.height-70 {
  height: 70px !important;
}

.width-70 {
  width: 70px !important;
}

.min-height-75 {
  min-height: 75px !important;
}

.height-75 {
  height: 75px !important;
}

.width-75 {
  width: 75px !important;
}

.min-height-80 {
  min-height: 80px !important;
}

.height-80 {
  height: 80px !important;
}

.width-80 {
  width: 80px !important;
}

.min-height-85 {
  min-height: 85px !important;
}

.height-85 {
  height: 85px !important;
}

.width-85 {
  width: 85px !important;
}

.min-height-90 {
  min-height: 90px !important;
}

.height-90 {
  height: 90px !important;
}

.width-90 {
  width: 90px !important;
}

.min-height-95 {
  min-height: 95px !important;
}

.height-95 {
  height: 95px !important;
}

.width-95 {
  width: 95px !important;
}

.min-height-100 {
  min-height: 100px !important;
}

.height-100 {
  height: 100px !important;
}

.width-100 {
  width: 100px !important;
}

.min-height-105 {
  min-height: 105px !important;
}

.height-105 {
  height: 105px !important;
}

.width-105 {
  width: 105px !important;
}

.min-height-110 {
  min-height: 110px !important;
}

.height-110 {
  height: 110px !important;
}

.width-110 {
  width: 110px !important;
}

.min-height-115 {
  min-height: 115px !important;
}

.height-115 {
  height: 115px !important;
}

.width-115 {
  width: 115px !important;
}

.min-height-120 {
  min-height: 120px !important;
}

.height-120 {
  height: 120px !important;
}

.width-120 {
  width: 120px !important;
}

.min-height-125 {
  min-height: 125px !important;
}

.height-125 {
  height: 125px !important;
}

.width-125 {
  width: 125px !important;
}

.min-height-130 {
  min-height: 130px !important;
}

.height-130 {
  height: 130px !important;
}

.width-130 {
  width: 130px !important;
}

.min-height-135 {
  min-height: 135px !important;
}

.height-135 {
  height: 135px !important;
}

.width-135 {
  width: 135px !important;
}

.min-height-140 {
  min-height: 140px !important;
}

.height-140 {
  height: 140px !important;
}

.width-140 {
  width: 140px !important;
}

.min-height-145 {
  min-height: 145px !important;
}

.height-145 {
  height: 145px !important;
}

.width-145 {
  width: 145px !important;
}

.min-height-150 {
  min-height: 150px !important;
}

.height-150 {
  height: 150px !important;
}

.width-150 {
  width: 150px !important;
}

.min-height-155 {
  min-height: 155px !important;
}

.height-155 {
  height: 155px !important;
}

.width-155 {
  width: 155px !important;
}

.min-height-160 {
  min-height: 160px !important;
}

.height-160 {
  height: 160px !important;
}

.width-160 {
  width: 160px !important;
}

.min-height-165 {
  min-height: 165px !important;
}

.height-165 {
  height: 165px !important;
}

.width-165 {
  width: 165px !important;
}

.min-height-170 {
  min-height: 170px !important;
}

.height-170 {
  height: 170px !important;
}

.width-170 {
  width: 170px !important;
}

.min-height-175 {
  min-height: 175px !important;
}

.height-175 {
  height: 175px !important;
}

.width-175 {
  width: 175px !important;
}

.min-height-180 {
  min-height: 180px !important;
}

.height-180 {
  height: 180px !important;
}

.width-180 {
  width: 180px !important;
}

.min-height-185 {
  min-height: 185px !important;
}

.height-185 {
  height: 185px !important;
}

.width-185 {
  width: 185px !important;
}

.min-height-190 {
  min-height: 190px !important;
}

.height-190 {
  height: 190px !important;
}

.width-190 {
  width: 190px !important;
}

.min-height-195 {
  min-height: 195px !important;
}

.height-195 {
  height: 195px !important;
}

.width-195 {
  width: 195px !important;
}

.min-height-200 {
  min-height: 200px !important;
}

.height-200 {
  height: 200px !important;
}

.width-200 {
  width: 200px !important;
}

.min-height-205 {
  min-height: 205px !important;
}

.height-205 {
  height: 205px !important;
}

.width-205 {
  width: 205px !important;
}

.min-height-210 {
  min-height: 210px !important;
}

.height-210 {
  height: 210px !important;
}

.width-210 {
  width: 210px !important;
}

.min-height-215 {
  min-height: 215px !important;
}

.height-215 {
  height: 215px !important;
}

.width-215 {
  width: 215px !important;
}

.min-height-220 {
  min-height: 220px !important;
}

.height-220 {
  height: 220px !important;
}

.width-220 {
  width: 220px !important;
}

.min-height-225 {
  min-height: 225px !important;
}

.height-225 {
  height: 225px !important;
}

.width-225 {
  width: 225px !important;
}

.min-height-230 {
  min-height: 230px !important;
}

.height-230 {
  height: 230px !important;
}

.width-230 {
  width: 230px !important;
}

.min-height-235 {
  min-height: 235px !important;
}

.height-235 {
  height: 235px !important;
}

.width-235 {
  width: 235px !important;
}

.min-height-240 {
  min-height: 240px !important;
}

.height-240 {
  height: 240px !important;
}

.width-240 {
  width: 240px !important;
}

.min-height-245 {
  min-height: 245px !important;
}

.height-245 {
  height: 245px !important;
}

.width-245 {
  width: 245px !important;
}

.min-height-250 {
  min-height: 250px !important;
}

.height-250 {
  height: 250px !important;
}

.width-250 {
  width: 250px !important;
}

.min-height-255 {
  min-height: 255px !important;
}

.height-255 {
  height: 255px !important;
}

.width-255 {
  width: 255px !important;
}

.min-height-260 {
  min-height: 260px !important;
}

.height-260 {
  height: 260px !important;
}

.width-260 {
  width: 260px !important;
}

.min-height-265 {
  min-height: 265px !important;
}

.height-265 {
  height: 265px !important;
}

.width-265 {
  width: 265px !important;
}

.min-height-270 {
  min-height: 270px !important;
}

.height-270 {
  height: 270px !important;
}

.width-270 {
  width: 270px !important;
}

.min-height-275 {
  min-height: 275px !important;
}

.height-275 {
  height: 275px !important;
}

.width-275 {
  width: 275px !important;
}

.min-height-280 {
  min-height: 280px !important;
}

.height-280 {
  height: 280px !important;
}

.width-280 {
  width: 280px !important;
}

.min-height-285 {
  min-height: 285px !important;
}

.height-285 {
  height: 285px !important;
}

.width-285 {
  width: 285px !important;
}

.min-height-290 {
  min-height: 290px !important;
}

.height-290 {
  height: 290px !important;
}

.width-290 {
  width: 290px !important;
}

.min-height-295 {
  min-height: 295px !important;
}

.height-295 {
  height: 295px !important;
}

.width-295 {
  width: 295px !important;
}

.min-height-300 {
  min-height: 300px !important;
}

.height-300 {
  height: 300px !important;
}

.width-300 {
  width: 300px !important;
}

.min-height-305 {
  min-height: 305px !important;
}

.height-305 {
  height: 305px !important;
}

.width-305 {
  width: 305px !important;
}

.min-height-310 {
  min-height: 310px !important;
}

.height-310 {
  height: 310px !important;
}

.width-310 {
  width: 310px !important;
}

.min-height-315 {
  min-height: 315px !important;
}

.height-315 {
  height: 315px !important;
}

.width-315 {
  width: 315px !important;
}

.min-height-320 {
  min-height: 320px !important;
}

.height-320 {
  height: 320px !important;
}

.width-320 {
  width: 320px !important;
}

.min-height-325 {
  min-height: 325px !important;
}

.height-325 {
  height: 325px !important;
}

.width-325 {
  width: 325px !important;
}

.min-height-330 {
  min-height: 330px !important;
}

.height-330 {
  height: 330px !important;
}

.width-330 {
  width: 330px !important;
}

.min-height-335 {
  min-height: 335px !important;
}

.height-335 {
  height: 335px !important;
}

.width-335 {
  width: 335px !important;
}

.min-height-340 {
  min-height: 340px !important;
}

.height-340 {
  height: 340px !important;
}

.width-340 {
  width: 340px !important;
}

.min-height-345 {
  min-height: 345px !important;
}

.height-345 {
  height: 345px !important;
}

.width-345 {
  width: 345px !important;
}

.min-height-350 {
  min-height: 350px !important;
}

.height-350 {
  height: 350px !important;
}

.width-350 {
  width: 350px !important;
}

.min-height-355 {
  min-height: 355px !important;
}

.height-355 {
  height: 355px !important;
}

.width-355 {
  width: 355px !important;
}

.min-height-360 {
  min-height: 360px !important;
}

.height-360 {
  height: 360px !important;
}

.width-360 {
  width: 360px !important;
}

.min-height-365 {
  min-height: 365px !important;
}

.height-365 {
  height: 365px !important;
}

.width-365 {
  width: 365px !important;
}

.min-height-370 {
  min-height: 370px !important;
}

.height-370 {
  height: 370px !important;
}

.width-370 {
  width: 370px !important;
}

.min-height-375 {
  min-height: 375px !important;
}

.height-375 {
  height: 375px !important;
}

.width-375 {
  width: 375px !important;
}

.min-height-380 {
  min-height: 380px !important;
}

.height-380 {
  height: 380px !important;
}

.width-380 {
  width: 380px !important;
}

.min-height-385 {
  min-height: 385px !important;
}

.height-385 {
  height: 385px !important;
}

.width-385 {
  width: 385px !important;
}

.min-height-390 {
  min-height: 390px !important;
}

.height-390 {
  height: 390px !important;
}

.width-390 {
  width: 390px !important;
}

.min-height-395 {
  min-height: 395px !important;
}

.height-395 {
  height: 395px !important;
}

.width-395 {
  width: 395px !important;
}

.min-height-400 {
  min-height: 400px !important;
}

.height-400 {
  height: 400px !important;
}

.width-400 {
  width: 400px !important;
}

.min-height-405 {
  min-height: 405px !important;
}

.height-405 {
  height: 405px !important;
}

.width-405 {
  width: 405px !important;
}

.min-height-410 {
  min-height: 410px !important;
}

.height-410 {
  height: 410px !important;
}

.width-410 {
  width: 410px !important;
}

.min-height-415 {
  min-height: 415px !important;
}

.height-415 {
  height: 415px !important;
}

.width-415 {
  width: 415px !important;
}

.min-height-420 {
  min-height: 420px !important;
}

.height-420 {
  height: 420px !important;
}

.width-420 {
  width: 420px !important;
}

.min-height-425 {
  min-height: 425px !important;
}

.height-425 {
  height: 425px !important;
}

.width-425 {
  width: 425px !important;
}

.min-height-430 {
  min-height: 430px !important;
}

.height-430 {
  height: 430px !important;
}

.width-430 {
  width: 430px !important;
}

.min-height-435 {
  min-height: 435px !important;
}

.height-435 {
  height: 435px !important;
}

.width-435 {
  width: 435px !important;
}

.min-height-440 {
  min-height: 440px !important;
}

.height-440 {
  height: 440px !important;
}

.width-440 {
  width: 440px !important;
}

.min-height-445 {
  min-height: 445px !important;
}

.height-445 {
  height: 445px !important;
}

.width-445 {
  width: 445px !important;
}

.min-height-450 {
  min-height: 450px !important;
}

.height-450 {
  height: 450px !important;
}

.width-450 {
  width: 450px !important;
}

.min-height-455 {
  min-height: 455px !important;
}

.height-455 {
  height: 455px !important;
}

.width-455 {
  width: 455px !important;
}

.min-height-460 {
  min-height: 460px !important;
}

.height-460 {
  height: 460px !important;
}

.width-460 {
  width: 460px !important;
}

.min-height-465 {
  min-height: 465px !important;
}

.height-465 {
  height: 465px !important;
}

.width-465 {
  width: 465px !important;
}

.min-height-470 {
  min-height: 470px !important;
}

.height-470 {
  height: 470px !important;
}

.width-470 {
  width: 470px !important;
}

.min-height-475 {
  min-height: 475px !important;
}

.height-475 {
  height: 475px !important;
}

.width-475 {
  width: 475px !important;
}

.min-height-480 {
  min-height: 480px !important;
}

.height-480 {
  height: 480px !important;
}

.width-480 {
  width: 480px !important;
}

.min-height-485 {
  min-height: 485px !important;
}

.height-485 {
  height: 485px !important;
}

.width-485 {
  width: 485px !important;
}

.min-height-490 {
  min-height: 490px !important;
}

.height-490 {
  height: 490px !important;
}

.width-490 {
  width: 490px !important;
}

.min-height-495 {
  min-height: 495px !important;
}

.height-495 {
  height: 495px !important;
}

.width-495 {
  width: 495px !important;
}

.min-height-500 {
  min-height: 500px !important;
}

.height-500 {
  height: 500px !important;
}

.width-500 {
  width: 500px !important;
}

.min-height-505 {
  min-height: 505px !important;
}

.height-505 {
  height: 505px !important;
}

.width-505 {
  width: 505px !important;
}

.min-height-510 {
  min-height: 510px !important;
}

.height-510 {
  height: 510px !important;
}

.width-510 {
  width: 510px !important;
}

.min-height-515 {
  min-height: 515px !important;
}

.height-515 {
  height: 515px !important;
}

.width-515 {
  width: 515px !important;
}

.min-height-520 {
  min-height: 520px !important;
}

.height-520 {
  height: 520px !important;
}

.width-520 {
  width: 520px !important;
}

.min-height-525 {
  min-height: 525px !important;
}

.height-525 {
  height: 525px !important;
}

.width-525 {
  width: 525px !important;
}

.min-height-530 {
  min-height: 530px !important;
}

.height-530 {
  height: 530px !important;
}

.width-530 {
  width: 530px !important;
}

.min-height-535 {
  min-height: 535px !important;
}

.height-535 {
  height: 535px !important;
}

.width-535 {
  width: 535px !important;
}

.min-height-540 {
  min-height: 540px !important;
}

.height-540 {
  height: 540px !important;
}

.width-540 {
  width: 540px !important;
}

.min-height-545 {
  min-height: 545px !important;
}

.height-545 {
  height: 545px !important;
}

.width-545 {
  width: 545px !important;
}

.min-height-550 {
  min-height: 550px !important;
}

.height-550 {
  height: 550px !important;
}

.width-550 {
  width: 550px !important;
}

.min-height-555 {
  min-height: 555px !important;
}

.height-555 {
  height: 555px !important;
}

.width-555 {
  width: 555px !important;
}

.min-height-560 {
  min-height: 560px !important;
}

.height-560 {
  height: 560px !important;
}

.width-560 {
  width: 560px !important;
}

.min-height-565 {
  min-height: 565px !important;
}

.height-565 {
  height: 565px !important;
}

.width-565 {
  width: 565px !important;
}

.min-height-570 {
  min-height: 570px !important;
}

.height-570 {
  height: 570px !important;
}

.width-570 {
  width: 570px !important;
}

.min-height-575 {
  min-height: 575px !important;
}

.height-575 {
  height: 575px !important;
}

.width-575 {
  width: 575px !important;
}

.min-height-580 {
  min-height: 580px !important;
}

.height-580 {
  height: 580px !important;
}

.width-580 {
  width: 580px !important;
}

.min-height-585 {
  min-height: 585px !important;
}

.height-585 {
  height: 585px !important;
}

.width-585 {
  width: 585px !important;
}

.min-height-590 {
  min-height: 590px !important;
}

.height-590 {
  height: 590px !important;
}

.width-590 {
  width: 590px !important;
}

.min-height-595 {
  min-height: 595px !important;
}

.height-595 {
  height: 595px !important;
}

.width-595 {
  width: 595px !important;
}

.min-height-600 {
  min-height: 600px !important;
}

.height-600 {
  height: 600px !important;
}

.width-600 {
  width: 600px !important;
}

.min-height-605 {
  min-height: 605px !important;
}

.height-605 {
  height: 605px !important;
}

.width-605 {
  width: 605px !important;
}

.min-height-610 {
  min-height: 610px !important;
}

.height-610 {
  height: 610px !important;
}

.width-610 {
  width: 610px !important;
}

.min-height-615 {
  min-height: 615px !important;
}

.height-615 {
  height: 615px !important;
}

.width-615 {
  width: 615px !important;
}

.min-height-620 {
  min-height: 620px !important;
}

.height-620 {
  height: 620px !important;
}

.width-620 {
  width: 620px !important;
}

.min-height-625 {
  min-height: 625px !important;
}

.height-625 {
  height: 625px !important;
}

.width-625 {
  width: 625px !important;
}

.min-height-630 {
  min-height: 630px !important;
}

.height-630 {
  height: 630px !important;
}

.width-630 {
  width: 630px !important;
}

.min-height-635 {
  min-height: 635px !important;
}

.height-635 {
  height: 635px !important;
}

.width-635 {
  width: 635px !important;
}

.min-height-640 {
  min-height: 640px !important;
}

.height-640 {
  height: 640px !important;
}

.width-640 {
  width: 640px !important;
}

.min-height-645 {
  min-height: 645px !important;
}

.height-645 {
  height: 645px !important;
}

.width-645 {
  width: 645px !important;
}

.min-height-650 {
  min-height: 650px !important;
}

.height-650 {
  height: 650px !important;
}

.width-650 {
  width: 650px !important;
}

.min-height-655 {
  min-height: 655px !important;
}

.height-655 {
  height: 655px !important;
}

.width-655 {
  width: 655px !important;
}

.min-height-660 {
  min-height: 660px !important;
}

.height-660 {
  height: 660px !important;
}

.width-660 {
  width: 660px !important;
}

.min-height-665 {
  min-height: 665px !important;
}

.height-665 {
  height: 665px !important;
}

.width-665 {
  width: 665px !important;
}

.min-height-670 {
  min-height: 670px !important;
}

.height-670 {
  height: 670px !important;
}

.width-670 {
  width: 670px !important;
}

.min-height-675 {
  min-height: 675px !important;
}

.height-675 {
  height: 675px !important;
}

.width-675 {
  width: 675px !important;
}

.min-height-680 {
  min-height: 680px !important;
}

.height-680 {
  height: 680px !important;
}

.width-680 {
  width: 680px !important;
}

.min-height-685 {
  min-height: 685px !important;
}

.height-685 {
  height: 685px !important;
}

.width-685 {
  width: 685px !important;
}

.min-height-690 {
  min-height: 690px !important;
}

.height-690 {
  height: 690px !important;
}

.width-690 {
  width: 690px !important;
}

.min-height-695 {
  min-height: 695px !important;
}

.height-695 {
  height: 695px !important;
}

.width-695 {
  width: 695px !important;
}

.min-height-700 {
  min-height: 700px !important;
}

.height-700 {
  height: 700px !important;
}

.width-700 {
  width: 700px !important;
}

.min-height-705 {
  min-height: 705px !important;
}

.height-705 {
  height: 705px !important;
}

.width-705 {
  width: 705px !important;
}

.min-height-710 {
  min-height: 710px !important;
}

.height-710 {
  height: 710px !important;
}

.width-710 {
  width: 710px !important;
}

.min-height-715 {
  min-height: 715px !important;
}

.height-715 {
  height: 715px !important;
}

.width-715 {
  width: 715px !important;
}

.min-height-720 {
  min-height: 720px !important;
}

.height-720 {
  height: 720px !important;
}

.width-720 {
  width: 720px !important;
}

.min-height-725 {
  min-height: 725px !important;
}

.height-725 {
  height: 725px !important;
}

.width-725 {
  width: 725px !important;
}

.min-height-730 {
  min-height: 730px !important;
}

.height-730 {
  height: 730px !important;
}

.width-730 {
  width: 730px !important;
}

.min-height-735 {
  min-height: 735px !important;
}

.height-735 {
  height: 735px !important;
}

.width-735 {
  width: 735px !important;
}

.min-height-740 {
  min-height: 740px !important;
}

.height-740 {
  height: 740px !important;
}

.width-740 {
  width: 740px !important;
}

.min-height-745 {
  min-height: 745px !important;
}

.height-745 {
  height: 745px !important;
}

.width-745 {
  width: 745px !important;
}

.min-height-750 {
  min-height: 750px !important;
}

.height-750 {
  height: 750px !important;
}

.width-750 {
  width: 750px !important;
}

.min-height-755 {
  min-height: 755px !important;
}

.height-755 {
  height: 755px !important;
}

.width-755 {
  width: 755px !important;
}

.min-height-760 {
  min-height: 760px !important;
}

.height-760 {
  height: 760px !important;
}

.width-760 {
  width: 760px !important;
}

.min-height-765 {
  min-height: 765px !important;
}

.height-765 {
  height: 765px !important;
}

.width-765 {
  width: 765px !important;
}

.min-height-770 {
  min-height: 770px !important;
}

.height-770 {
  height: 770px !important;
}

.width-770 {
  width: 770px !important;
}

.min-height-775 {
  min-height: 775px !important;
}

.height-775 {
  height: 775px !important;
}

.width-775 {
  width: 775px !important;
}

.min-height-780 {
  min-height: 780px !important;
}

.height-780 {
  height: 780px !important;
}

.width-780 {
  width: 780px !important;
}

.min-height-785 {
  min-height: 785px !important;
}

.height-785 {
  height: 785px !important;
}

.width-785 {
  width: 785px !important;
}

.min-height-790 {
  min-height: 790px !important;
}

.height-790 {
  height: 790px !important;
}

.width-790 {
  width: 790px !important;
}

.min-height-795 {
  min-height: 795px !important;
}

.height-795 {
  height: 795px !important;
}

.width-795 {
  width: 795px !important;
}

.min-height-800 {
  min-height: 800px !important;
}

.height-800 {
  height: 800px !important;
}

.width-800 {
  width: 800px !important;
}

.cover-thumb {
  height: 150px;
  width: 150px;
  display: block;
  float: left;
  margin: 10px;
  position: relative;
}

.thumb-img {
  border-radius: 10px;
  border: 2px solid #646569;
}

.selected-thumb {
  border: 5px solid #6EC4E9;
  overflow: hidden;
}

.thumb-img:hover {
  border: 5px solid #6EC4E9;
  overflow: hidden;
}

.thumb-img-selected {
  border: 5px solid #6EC4E9;
  overflow: hidden;
}

.photos-container {
  flex: 0 0 600px !important;
}

.challenge-photos-container {
  flex: 0 0 900px !important;
}

.chalenge-photos-width {
  width: 900px;
}

.profile-photo-container {
  flex: 0 0 30% !important;
}

#app .tile-group.double {
  width: 310px;
}
#app .tile-group {
  margin-left: 45px;
}
#app .tile-group-square {
  height: 320px !important;
  width: 320px !important;
  aspect-ratio: 1/1 !important;
}
#app .tile-wide, #app .tile-wide-static {
  height: 180px;
  width: 320px;
}
#app .tile-wide:focus, #app .tile-wide-static:focus {
  z-index: 10;
}
#app .tile-wide .tile-auto, #app .tile-wide-static .tile-auto {
  height: auto;
  width: auto;
}
#app .tile-wide-no-border:hover {
  outline: none;
}
#app .smaller-tile {
  height: 100px !important;
  width: 178px !important;
}
#app .tile-small-height {
  height: 82px !important;
}
#app .tile-big-height {
  height: 169px !important;
}
#app .tile-square {
  height: 145px;
  width: 145px;
}
#app .small-tile {
  height: 100px;
  width: 178px;
}
#app .align-center .tile-wide, #app .align-center .tile-wide-static {
  display: inline-block;
  float: none;
}

.scrolling-wrapper-flexbox {
  padding-top: 10px;
  padding-bottom: 10px;
}
.scrolling-wrapper-flexbox .card {
  flex: 0 0 auto;
}
.scrolling-wrapper-flexbox .med-tile {
  height: 141.1764705882px;
  width: 240px;
}
.scrolling-wrapper-flexbox .med-tile:hover {
  cursor: pointer;
  visibility: visible;
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
  z-index: 100;
  position: relative;
  transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  transition-duration: 400ms;
}

.workout-plan-tile {
  height: 200px;
  width: 300px;
  background-color: #ffffff;
  border-color: #ffffff !important;
  border: solid;
  border-width: 2px;
  border-radius: 10px;
  margin: 5px;
}
.workout-plan-tile .day-title {
  text-align: center !important;
  line-height: 180px;
  font-family: "PoppinsRegular";
  font-size: 36px;
  color: #646569;
}
.workout-plan-tile .free-day {
  text-align: center !important;
  line-height: 80px;
  font-family: "PoppinsRegular";
  font-size: 36px;
  color: #646569;
}

.free-option {
  margin: 50px 5px 5px 5px !important;
}

.single-option {
  margin: 70px 5px 5px 5px !important;
}

.multiple-option {
  margin: 5px 5px 5px 5px !important;
}

.sqaure-tile {
  height: 180px;
  width: 232px;
  background-color: #ffffff;
  border-color: #ffffff !important;
  border: solid;
  border-width: 2px;
  border-radius: 5px;
  margin: 5px;
}
.sqaure-tile:hover {
  cursor: pointer;
  transform: scale(1);
  visibility: visible;
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
  z-index: 100;
  position: relative;
  transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  transition-duration: 400ms;
  text-decoration: none;
  outline: 3px solid #999999;
}
.sqaure-tile:hover:focus {
  cursor: pointer;
  transform: scale(1);
  visibility: visible;
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
  z-index: 100;
  position: relative;
  transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  transition-duration: 400ms;
  text-decoration: none;
}

.tile-wide-static {
  background-color: #ffffff;
  border-color: #ffffff !important;
  border: solid;
  border-width: 2px;
  border-radius: 5px;
}

.wb-pink {
  color: #111F50;
}

/**
 * Slidebox default styles
 * 
 * http://github.com/keithjgrant/slidebox
 * Version 0.9
 */
.slidebox-container {
  position: relative;
  display: flex;
  overflow-x: auto;
}

.slidebox {
  height: 100%;
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
  padding: 10px;
}

.slidebox::-webkit-scrollbar {
  height: 10px !important; /* for horizontal scrollbars */
}

.assotiated-channels .tile-small {
  height: 82px;
  width: 145px;
}

.assotiated-channels-all div {
  display: inline-block;
}

.element-selected {
  background-color: #646569 !important;
  color: #E1E1E1 !important;
  border-color: #646569 !important;
}

.element-selected:after {
  padding: 5px;
  border-top: 28px solid #646569;
  background-color: transparent !important;
  color: #E1E1E1 !important;
}

.tile-image {
  width: auto;
  height: 169px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tile-image-small {
  width: auto;
  height: 82px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.workout-details-info {
  min-height: 460px;
}

.flex-grid .row .cell.size-x175 {
  -webkit-flex: 0 0 175px;
  flex: 0 0 175px;
}

.applied-filter-image {
  width: auto;
  height: 140px;
}

.error .input-file-wrapper,
.error .input-file-wrapper + .button {
  border-color: #FF004D;
}

/*menu*/
.charm {
  margin-top: 90px;
  padding: 0;
  background: rgba(29, 29, 29, 0);
  position: fixed;
  overflow: hidden;
  -ms-overflow-style: none; /* IE and Edge */
}
.charm:hover, .charm:active {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: auto;
}
.charm .charm-closer {
  visibility: collapse;
}
.charm div {
  width: 200px;
}
@media (hover: hover) and (pointer: fine) {
  .charm {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
  }
}

.menu-button {
  transition: transform 0.4s;
  background: transparent !important;
  border-color: transparent !important;
}
.menu-button:active {
  transform: rotate(0deg);
  transition: transform 0.4s;
  background: transparent !important;
  border-color: transparent !important;
  outline: none;
}
.menu-button:focus, .menu-button:hover {
  outline: 0;
}

/*--menu*/
.moveToRight {
  margin-left: 200px;
  -webkit-transition: margin-left 0.4s; /* Safari */
  transition: margin-left 0.4s;
}

.cursorPointer {
  cursor: pointer;
}

.sign-up-panel {
  min-height: 150px;
  max-height: 460px;
  overflow-y: auto;
  overflow-x: hidden;
}

.workout-details-cell {
  padding-right: 2em;
}
@media screen and (max-width: 1080px) {
  .workout-details-cell {
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .workout-details-cell {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.workout-details-cell .image-container {
  position: relative;
}
.workout-details-cell .image-container .mif-favorite {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #E1E1E1;
  cursor: pointer;
}

.mif-6x {
  font-size: 1.5em;
}

.mif-7x {
  font-size: 2em;
}

.image-container .frame {
  background-color: transparent !important;
}

.workout-details-instructor {
  min-width: 700px;
}

.my-schedule {
  max-height: 600px;
  overflow-y: auto;
}

.tile:hover {
  outline: unset;
  cursor: unset;
}

.class-second-text {
  font-size: 0.8em;
  color: #E1E1E1;
  margin-top: 2px;
}

.class-roster-second-text {
  font-size: 0.8em;
  color: #E1E1E1;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (max-width: 800px) {
  .marginResponsive {
    margin: 0px !important;
  }
}
.flex-grid .row .cell.size-x5 {
  -webkit-flex: 0 0 5px;
  flex: 0 0 5px;
}

.sign-up-table td {
  padding: 2px;
}

@media screen and (max-width: 640px) {
  .column-separator-right {
    border-right: 0 solid #ffffff;
  }
  .row-separator-top {
    border-top: 5px solid #ffffff;
  }
}
@media screen and (min-width: 640px) {
  .column-separator-right {
    border-right: 5px solid #ffffff;
  }
}
@media screen and (max-width: 640px) {
  .grid .row > .cell, .grid .row[class*=cells] > .cell, .grid .row > .cell[class*=colspan], .grid .row[class*=cells] > .cell[class*=colspan] {
    margin: 0;
  }
  .my-schedule-profile-photo {
    max-width: 75%;
  }
}
.row-separator-bottom {
  border-bottom: 5px solid #ffffff;
}

.timesheet-schedule {
  display: block;
  position: relative;
  width: 250px;
  height: 225px;
  min-height: 200px;
  min-width: 200px;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 10px !important;
}

.no-wrap-p {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.schedule-wrap-p {
  height: 40px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.timesheet-bg-past {
  background-color: #BAE3F5;
}

.bottom-buttons {
  display: block;
  position: absolute;
  bottom: 0;
  width: 80%;
  padding: 10px;
}

.width-5-persent {
  width: 5%;
}

.width-10-persent {
  width: 10%;
}

.width-15-persent {
  width: 15%;
}

.width-20-persent {
  width: 20%;
}

.width-25-persent {
  width: 25%;
}

.width-30-persent {
  width: 30%;
}

.width-35-persent {
  width: 35%;
}

.width-40-persent {
  width: 40%;
}

.width-45-persent {
  width: 45%;
}

.width-50-persent {
  width: 50%;
}

.width-55-persent {
  width: 55%;
}

.width-60-persent {
  width: 60%;
}

.width-65-persent {
  width: 65%;
}

.width-70-persent {
  width: 70%;
}

.width-75-persent {
  width: 75%;
}

.width-80-persent {
  width: 80%;
}

.width-85-persent {
  width: 85%;
}

.width-90-persent {
  width: 90%;
}

.width-95-persent {
  width: 95%;
}

.width-100-persent {
  width: 100%;
}

.width-5-persent-imp {
  width: 5% !important;
}

.width-10-persent-imp {
  width: 10% !important;
}

.width-15-persent-imp {
  width: 15% !important;
}

.width-20-persent-imp {
  width: 20% !important;
}

.width-25-persent-imp {
  width: 25% !important;
}

.width-30-persent-imp {
  width: 30% !important;
}

.width-35-persent-imp {
  width: 35% !important;
}

.width-40-persent-imp {
  width: 40% !important;
}

.width-45-persent-imp {
  width: 45% !important;
}

.width-50-persent-imp {
  width: 50% !important;
}

.width-55-persent-imp {
  width: 55% !important;
}

.width-60-persent-imp {
  width: 60% !important;
}

.width-65-persent-imp {
  width: 65% !important;
}

.width-70-persent-imp {
  width: 70% !important;
}

.width-75-persent-imp {
  width: 75% !important;
}

.width-80-persent-imp {
  width: 80% !important;
}

.width-85-persent-imp {
  width: 85% !important;
}

.width-90-persent-imp {
  width: 90% !important;
}

.width-95-persent-imp {
  width: 95% !important;
}

.width-100-persent-imp {
  width: 100% !important;
}

.break-word {
  word-wrap: break-word;
}

.button.active {
  color: #ffffff;
}

.workout-plan-detail {
  display: block;
  position: relative;
  width: 300px;
  height: 200px;
}

.workout-plan-header {
  height: auto;
  width: 100%;
  padding: 12px;
  height: 40px;
}
.workout-plan-header .input-control {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.workout-plan-header .input-control.checkbox {
  line-height: 0 !important;
}

.dimmed:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.workout-plan-cb {
  position: absolute;
  top: -0.425rem;
  right: 0;
}

.workout-plan-label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.425rem 0.25rem;
  z-index: 999;
  width: 100%;
  height: 44px;
}
.workout-plan-label .left-title {
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.workout-plan-label .right-title {
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.small-workout-plan-detail {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 115px;
}

.small-workout-plan-detail img {
  height: 100%;
  width: auto;
}

.small-workout-plan-detail.class-image img {
  max-width: none;
}

.workout-plan-details-content {
  padding: 5px;
}

.workout-plan-details-group {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.workout-plan-detail-option {
  width: 35px;
  text-align: center;
  vertical-align: middle;
}

.tile-middle-center {
  text-align: center !important;
  line-height: 58px;
}

.tile-middle-center-smaller {
  vertical-align: middle;
  display: table-cell !important;
  text-align: center !important;
  width: 178px;
  position: unset;
  top: unset;
  left: unset;
}

.tile-middle-center-smaller-x2 {
  vertical-align: middle;
  display: table-cell !important;
  text-align: center !important;
  width: 178px;
  position: unset;
  top: unset;
  left: unset;
  height: 70px;
}

.applied-filter {
  width: 200px;
}

.text-center-imp {
  text-align: center !important;
}

.table-cell {
  display: table-cell;
}

.display-none-break-small {
  display: normal !important;
}

.workout-plan-details-content {
  width: 320px;
}

.workout-plan-detail {
  height: 180px;
}

.small-workout-plan-detail {
  height: 180px;
}

@media screen and (max-width: 1200px) {
  .display-none-break-small {
    display: none !important;
  }
  .charm .sidebar2 {
    min-height: 540px;
  }
}
@media screen and (max-width: 950px) {
  .display-none-break-small {
    display: none !important;
  }
  .charm .sidebar2 {
    min-height: 500px;
  }
}
@media screen and (max-width: 850px) {
  .display-none-break-small {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .display-none-break-small {
    display: none !important;
  }
}
.workout-plan-details-cell {
  width: 75% !important;
}

.workout-plan-overview-cell {
  width: 25% !important;
}

.workout-plan-details {
  margin-left: 0% !important;
  width: 100% !important;
}

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

.input-control select {
  -moz-appearance: button-arrow-down;
  -webkit-appearance: menulist;
}

.no-wrap {
  white-space: nowrap;
}

.center-cropped {
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
}

.amp-default-skin.vjs-has-started .vjs-big-play-button {
  display: block;
}

.amp-default-skin.vjs-paused .vjs-big-play-button {
  display: block;
}

.amp-default-skin .vjs-big-play-button:before {
  line-height: 100px;
}

.amp-default-skin.vjs-playing .vjs-big-play-button {
  display: none;
}

.amp-default-skin .vjs-big-play-button {
  padding: 0 !important;
  border-radius: 50%;
  color: #ffffff;
  width: 96px;
  height: 96px;
  border: 2px solid #ffffff;
  z-index: 0;
}

.amp-default-skin.amp-big-play-centered .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.not-display {
  display: none;
}

.guest-layout .footer {
  height: inherit;
}
.guest-layout .logo {
  top: 5px;
}
.guest-layout .form-content {
  padding: 50px 5px;
}
@media screen and (max-width: 640px) {
  .guest-layout .form-content {
    padding-top: 100px;
  }
}

.oval-progress {
  width: 160px;
  height: 80px;
  background: #000;
  border-radius: 40%;
  border-style: solid;
  border-color: #fff;
  border-width: 4px;
}

.video-end {
  position: absolute;
  padding: 10px;
  left: 5px;
  top: 5px;
  font-size: 20px;
  display: none;
}

#classVideo2:hover .video-end, .video-end:hover {
  display: inline;
}

.group-dn {
  font-family: "PoppinsMedium" !important;
  font-size: 16px !important;
  color: #fff !important;
  line-height: 25px;
}

.group-text {
  font-family: "PoppinsMedium" !important;
  font-size: 16px !important;
  color: #fff !important;
  line-height: 50px;
}

.pleft {
  margin-left: 20px;
}

.pright {
  margin-left: auto;
  padding-right: 30px;
  order: 2;
}

.group-users {
  padding: 3px 20px 3px 20px;
}

.group-header {
  font-family: "PoppinsMedium" !important;
  font-size: 26px !important;
  color: #fff !important;
  line-height: 50px;
}

.group-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.group-line-row {
  height: 5px;
  font-family: "PoppinsMedium" !important;
  font-size: 16px !important;
  color: #646569 !important;
}

.group-line {
  border: 1px solid #646569;
  width: 95%;
}

.group-line-thick {
  border: 2px solid #646569;
  width: 95%;
}

.oval-progress-timer {
  position: absolute;
  padding: 3px;
  right: 0;
  border-radius: 40px;
  background-color: #000000;
  border: 2px solid #fff;
  opacity: 0.9;
  width: 140px;
  height: 80px;
}

.round-progress-timer {
  position: absolute;
  padding: 3px;
  right: 0;
  border-radius: 50%;
  background-color: #000000;
  border: 2px solid #fff;
  opacity: 0.9;
  width: 80px;
  height: 80px;
}

.group-panel {
  position: absolute;
  padding: 3px;
  right: 0;
  background-color: #000000;
  border-color: #fff;
  border-width: 6px;
  opacity: 0.9;
  width: 20rem;
  height: 100%;
  overflow-y: scroll;
}

.round-progress-timer svg, .oval-progress-timer svg {
  transform: rotate(180deg);
}

.round-progress-timer .time {
  position: absolute;
  font-size: 15px;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
}

.oval-progress-timer .time {
  position: absolute;
  font-size: 15px;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 70%;
}

.oval-progress-timer .user-image {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.oval-progress-timer .user-image.one {
  z-index: 10003;
  left: 30%;
}

.oval-progress-timer .user-image.two {
  z-index: 10002;
  left: 33%;
}

.oval-progress-timer .user-image.three {
  z-index: 10001;
  left: 36%;
}

.admin-panel {
  width: 500px !important;
}

.admin-device-panel {
  min-height: 670px !important;
}

.tile.tile-wide.content-center .tile-content, .tile.content-center.tile-wide-static .tile-content {
  line-height: 169px;
  text-align: center;
  position: static;
}

.admin-selection-panel {
  padding-top: 12px;
  padding-left: 10px;
}

.admin-item {
  font-style: oblique;
  margin-top: 5px;
  margin-bottom: 5px;
}

.admin-selection-panel .admin-item:hover {
  background-color: #BAE3F5;
  cursor: pointer;
}

.admin-item-selected {
  background-color: #17749B;
  color: #ffffff !important;
}

button.tile-wide, button.tile-wide-static {
  background-color: none;
  padding: 0;
  border: none;
}

button.tile-wide:disabled, button.tile-wide-static:disabled {
  opacity: 0.5;
  cursor: default;
}

.selected-filters .element-selected:before {
  content: "×";
  border: none;
  font-size: 1.5em;
  transform: none;
  width: auto;
  top: -8px;
}

.customer-subscription-selection {
  height: auto;
  min-height: 250px;
}

.customer-subscription-details {
  height: auto;
}

.admin-studio-panel {
  width: 800px !important;
}

.close-header-button {
  height: 1.75rem !important;
  right: 10px;
  top: 5px;
}

.sign-up-modal-header {
  margin-top: 5px;
  text-align: right;
  border-bottom: none !important;
}

.button-highlighted {
  background-color: #BAE3F5;
  border: double;
  border-width: 1px;
}

.my-favorite-lists .fav-tile {
  background: #6EC4E9 url(/assets/images/favorites_list_tile.png) !important;
  background-size: 300px 169px !important;
}
.my-favorite-lists .tile-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative !important;
}
.my-favorite-lists .tile-content .actions {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 14px;
}
.my-favorite-lists .tile-content .actions > span + span {
  margin-left: 5px;
}
.my-favorite-lists .tile-content .actions > [class*=mif-] {
  cursor: pointer;
}
.my-favorite-lists .tile-content .favorite-list-title {
  line-height: 22px;
  font-size: 22px;
  margin-bottom: 20px;
}
.my-favorite-lists .tile-content .favorite-list-count .mif-favorite {
  top: 25px;
  left: 50%;
  margin-left: -35px;
  position: absolute;
  font-size: 90px;
}
.my-favorite-lists .tile-content .favorite-list-count .count {
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.my-favorite-lists .tile-content .favorite-list-count .count2 {
  position: absolute;
  top: 63px;
  left: 53%;
  transform: translate(-50%, -50%);
}

.favorite-list-panel {
  min-height: 450px;
}

.favorit-list-details {
  height: 169px;
}

.favorite-list-item {
  height: 60px !important;
  border-color: #ffffff !important;
  display: flex !important;
}
.favorite-list-item .mif-favorite {
  color: #A9A9A9;
}
.favorite-list-item .mif-favorite.fg-red {
  color: #CE352C;
}
.favorite-list-item .mif-favorite.fg-pink {
  color: #111F50;
}

.favorite-list-item:hover {
  background-color: #E1E1E1 !important;
}

.tile-label .mif-favorite {
  color: #E1E1E1;
}
.tile-label .mif-favorite.fg-red {
  color: #CE352C;
}
.tile-label .mif-favorite.fg-wbpink {
  color: #111F50;
}

.favorite-input-list {
  padding-top: 3px !important;
}
.favorite-input-list .mif-minus {
  padding-top: 5px;
}

.facility-schedule {
  position: relative;
}
.facility-schedule .actions-panel {
  position: fixed;
  width: 100%;
  z-index: 10;
}
.facility-schedule .schedule-table {
  height: calc(100% - 45px);
  margin-top: 70px;
}

.button.file-label {
  padding-top: inherit !important;
  line-height: 1.9rem;
}
.button.file-label > input[type=file] {
  display: none;
}

.photo-file-label > input[type=file] {
  display: none;
}

.class-meta-data-table tr td {
  padding: 1px;
}

.button-wide {
  display: block;
  width: 100%;
}

.loader {
  margin-top: 2px;
  border: 4px solid #E1E1E1;
  border-radius: 50%;
  border-top: 4px solid #6EC4E9;
  width: 22px;
  height: 22px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.progress .progress-bar-wb-blue {
  background-color: #6EC4E9 !important;
}

.smartbanner {
  position: fixed;
  z-index: 1001;
}

.left-login-person {
  background: #ffffff url(/assets/images/username.png) left no-repeat;
  padding-left: 2.25rem !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: Auto 2.125rem;
}

@-webkit-keyframes autofill {
  to {
    background: #ffffff url(/assets/images/username.png) left no-repeat;
    background-size: Auto 2.125rem;
  }
}
@keyframes autofill {
  to {
    background: #ffffff url(/assets/images/username.png) left no-repeat;
    background-size: Auto 2.125rem;
  }
}
.left-login-person:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  animation-name: autofill;
  animation-fill-mode: both;
}

.left-login-lock {
  background: #ffffff url(/assets/images/password.png) left no-repeat;
  padding-left: 2.25rem !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: Auto 2.125rem;
}

.modal-open {
  overflow: auto !important;
}

.ratingStar {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.ratingStar li {
  padding: 1px;
  color: #ddd;
  font-size: 24px;
  text-shadow: 0.05em 0.05em #aaa;
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
}
.ratingStar li.filled {
  color: #111F50;
}
.ratingStar.readonly li.filled {
  color: #111F50;
}

.wb-star, .wb-star_blue {
  width: 24px;
  height: 24px;
}

.wb-star_blue {
  color: #197EA9;
}

.average-rating-container {
  position: relative;
  height: 31px;
  width: 130px;
  overflow: hidden;
}
.average-rating-container .background,
.average-rating-container .foreground {
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.wb-fav {
  background: url(/assets/images/liked-heart.png) center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.wb-no-fav {
  background: url(/assets/images/unliked-heart.png) center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.sidebar2 {
  border: 0px;
}

.charm .sidebar2 {
  height: 100% !important;
  background-color: #ffffff;
  min-height: 600px;
}

.sidebar2 li.app-version {
  margin: 0.75rem 2rem 0.75rem 2.5rem;
  font-size: 14px;
  bottom: 5px;
  background-color: #ffffff;
  color: #333333;
}

.sidebar2 li.app-version:hover {
  background-color: #ffffff;
  color: #333333;
}

.sidebar2.dark li.app-version {
  background-color: #ffffff;
  color: #333333;
}

@media (max-height: 800px) {
  .sidebar2.wb-menu li a {
    padding: 0.25rem 2rem 0.75rem 2.5rem;
    line-height: 1rem;
    font-size: 95%;
  }
}
.sidebar2.wb-menu li {
  border-top: 1px #ffffff solid;
}
.sidebar2.wb-menu li.title {
  background-color: #ffffff;
  color: #333333;
}
.sidebar2.wb-menu li a {
  background-color: #ffffff;
  color: #333333;
}
.sidebar2.wb-menu li a:hover {
  text-decoration: underline;
  color: #000000;
  font-size: 17px;
}
.sidebar2.wb-menu li:not(.title) + li.title, .sidebar2.wb-menu li.disabled {
  border-top-color: #ffffff;
}
.sidebar2.wb-menu li.disabled:hover {
  border-top-color: #ffffff;
}
.sidebar2.wb-menu li.disabled:hover a {
  background-color: #ffffff;
}
.sidebar2.wb-menu li.disabled a {
  color: #E1E1E1;
}
.sidebar2.wb-menu li.active a {
  background-color: #ffffff;
  color: #111F50;
}
.sidebar2.wb-menu .dropdown-toggle:before {
  border-color: #ffffff;
}
.sidebar2.wb-menu .d-menu li a {
  background-color: #ffffff;
  color: #333333;
}
.sidebar2.wb-menu .d-menu li a:hover {
  background-color: #111F50;
  color: #ffffff;
}

.modal-header {
  border-bottom-color: #646569 !important;
}
.modal-header h3 {
  font-family: "PoppinsMedium";
  font-size: 19px;
  font-style: italic;
  color: #111F50 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
}

.sub-header-button-active {
  font-family: "PoppinsRegular";
  font-size: 23px;
  color: #333333;
  background: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #6EC4E9;
  cursor: pointer;
}

.sub-header-button {
  font-family: "PoppinsRegular";
  font-size: 23px;
  color: #333333;
  background: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
}

.tab-button-active {
  font-family: "PoppinsRegular";
  font-size: 16px;
  color: #333333;
  background: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #6EC4E9;
  cursor: pointer;
}

.height-30 {
  height: 30px !important;
}

.tab-header-button {
  font-family: "PoppinsRegular";
  font-size: 16px;
  color: #333333;
  background: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
}

bg-transparent {
  background-color: transparent !important;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 2.125rem !important;
  height: 2.125rem !important;
  padding: 0 !important;
  margin: 0;
  font-family: "PoppinsRegular" !important;
  font-size: 16px !important;
  color: #646569 !important;
  border: 1px #d9d9d9 solid !important;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
}

.select2-container .select2-choice {
  display: block;
  height: 2.125rem !important;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px #d9d9d9 solid !important;
  white-space: nowrap;
  line-height: 2.125rem !important;
  font-family: "PoppinsRegular" !important;
  font-size: 16px !important;
  color: #646569 !important;
  text-decoration: none;
  /* border-radius: 4px; */
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  background-image: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 2.125rem !important;
  line-height: 2.125rem !important;
  position: absolute;
  right: 0;
  top: 0;
  border-left: none !important;
  border-radius: 0 !important;
  background-clip: unset !important;
  background: #ffffff;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-drop {
  box-shadow: none !important;
}

.switch-field {
  font-family: "PoppinsRegular" !important;
  overflow: hidden;
  float: left;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 120px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #646569;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.iframe-holder {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll !important;
}

.iframe-holder iframe {
  height: 100%;
  width: 100%;
}

.elm {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.unset-flex-direction {
  -webkit-flex-direction: unset !important;
  flex-direction: unset !important;
}

.custom-popup-wrapper {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #f9f9f9;
}

.custom-popup-wrapper > .message {
  border-bottom: 1px solid #ddd;
  color: #868686;
}

.custom-popup-wrapper > .dropdown-menu {
  position: static;
  float: none;
  display: block;
  min-width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.custom-popup-wrapper > .dropdown-menu li {
  list-style-type: none;
}
.custom-popup-wrapper > .dropdown-menu li a {
  color: #333333;
}
.custom-popup-wrapper > .dropdown-menu li.active a {
  color: #111F50;
}
.custom-popup-wrapper > .dropdown-menu .upload-progress {
  display: inline-block;
  width: 100px;
  border: 3px groove #CCC;
  background: unset;
  background-color: #111F50 !important;
  color: #333333;
  font-weight: bold;
}
.custom-popup-wrapper > .dropdown-menu .upload-progress-inner {
  background: unset;
  background-color: #111F50 !important;
  color: #333333;
  font-weight: bold;
  width: 0;
  vertical-align: middle;
}
.custom-popup-wrapper > .dropdown-menu td a:hover {
  cursor: pointer !important;
}

.button.link {
  color: #6EC4E9 !important;
  text-decoration: none !important;
  font-weight: normal !important;
  font-family: "PoppinsRegular";
}

.flexwrap {
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}

.admin-input {
  width: 12.875rem !important;
}

.reset-password {
  border: transparent;
  font-weight: bold;
}

.challenge-col {
  width: 175px;
  height: 175px;
  border: 1px #E1E1E1 solid;
}

.col-title-16 {
  font-family: "PoppinsMedium";
  font-size: 16px;
  color: #646569 !important;
}

.one-col {
  width: 165px;
  height: 135px;
  background-color: #ffffff;
  border: 1px #E1E1E1 solid;
}

.two-col {
  width: 165px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px #E1E1E1 solid;
}

.two-col-wide {
  width: 265px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px #E1E1E1 solid;
}

.add-challenge {
  margin-top: 5px;
  width: 165px;
  height: 35px;
  background-color: #ffffff;
  vertical-align: middle;
  align-content: center;
  text-align: center;
  align-items: center;
  border-radius: 5px;
  border: 1px #E1E1E1 solid;
}

.add-challenge img {
  margin-top: 10px;
  height: 15px;
  height: 15px;
}

.center-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  flex-direction: column;
}

.center-box-left {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  flex-direction: column;
  margin-left: 15px;
}

.import-status {
  margin: unset !important;
}

.import-reason {
  margin: 0 0 0 20px !important;
}

.fg-red-bold {
  color: #CE352C !important;
  font-weight: bold !important;
}

.bold {
  font-family: "BaltoBold" !important;
}

.nobull {
  list-style-type: none;
}

.rc-icon {
  width: 20px;
  height: 15px;
}

.rc-item-box {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px #E1E1E1 solid;
  width: 95%;
  padding: 5px !important;
}

.visually-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.button:hover, .button:focus {
  border-color: #333333;
  background-color: #333333 !important;
  color: #ffffff;
}

.my-schedule-selector .button:focus {
  background-color: none !important;
}

.tile-wide .tile-label, .tile-wide-static .tile-label {
  z-index: 0;
}

.bg-graylight {
  background-color: #E1E1E1;
}

.hint2 {
  z-index: 9999 !important;
}

.pt-1 {
  padding-top: 1em;
}

.no-button {
  background-color: rgba(255, 255, 255, 0) !important;
  border: 1px rgba(217, 217, 217, 0) solid !important;
  top: -11px !important;
}
.no-button:hover {
  border-color: rgba(51, 51, 51, 0);
  background-color: rgba(51, 51, 51, 0) !important;
  color: #000000;
}
.no-button:focus {
  border: none !important;
}

.v-menu .menu-title {
  background-color: #ffffff;
  font-size: 24px;
}
.v-menu .menu-title:hover {
  background-color: #ffffff;
  text-decoration: none;
}

.v-menu li:hover {
  text-decoration: underline;
  background: #ffffff;
}
.v-menu li:hover a {
  letter-spacing: 0.2ch;
}

.v-menu li.active {
  border-left: 2px solid;
  border-color: #111F50;
  color: #111F50;
}
.v-menu li.active a {
  color: #111F50;
  font-weight: bold;
  background-color: #ffffff;
}

.v-menu li:hover > a, .v-menu li:hover .icon {
  color: #000000;
}

.app-version {
  margin: 0.75rem 2rem 0.75rem 2.5rem;
  font-size: 14px;
  bottom: 5px;
  background-color: #ffffff;
  color: #333333;
}
.app-version:hover {
  background-color: #ffffff;
  color: #333333;
  text-decoration: none !important;
}

.ud-profile-photo-container {
  z-index: 100;
  margin-left: -104px;
}

@media screen and (max-width: 1160px) {
  .ud-profile-photo-container {
    padding-left: 1em;
  }
}
@media screen and (max-width: 1113px) {
  .ud-wrapper .top-row {
    height: 30%;
  }
  .split {
    margin-top: 2em;
  }
  .flex-grid .row .cell.size-p60 {
    padding-right: 5em;
  }
  .flex-grid .row .cell.size-p49 {
    -webkit-flex: 0 0 70%;
    flex: 0 0 70%;
  }
  .ud-profile-photo-container {
    padding-left: 1em;
  }
}
@media screen and (max-width: 640px) {
  .ud-profile-photo-container {
    margin-left: -140px;
  }
  .ud-wrapper .top-row {
    height: 20%;
  }
}
@media screen and (max-width: 800px) {
  .split {
    margin-top: 0;
  }
}
@media screen and (max-width: 414px) {
  .split {
    margin-top: 15em;
  }
  .flex-center-items {
    align-items: center;
  }
}
fieldset {
  border: 0;
}

@media only screen and (max-width: 800px) {
  .flex-grid .row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 800px) and (max-width: 414px) {
  .flex-grid .row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 800px) {
  .flex-grid .row .cell.size2 {
    -webkit-flex: 0 0 16.66666666% !important;
    flex: 0 0 16.66666666% !important;
  }
}
.allow-focus {
  display: block;
  height: 100%;
}
.allow-focus:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline: #333333 auto 2px;
  border: #333333 2px solid;
}

.uib-datepicker-popup .btn:hover, .uib-datepicker-popup .btn:focus {
  color: #000000;
  background-color: #E1E1E1;
  border-color: #646569;
}

.input-control.checkbox input[type=radio], .input-control.checkbox input[type=checkbox], .input-control.radio input[type=radio], .input-control.radio input[type=checkbox] {
  width: 1.0625rem;
  height: 1.0625rem;
  z-index: 100;
  top: 7px;
}

[data-whatintent=mouse] *:focus {
  outline: none;
}

[data-whatintent=keyboard] *:focus {
  outline: 2px solid #000000 !important;
}

/*
  Optionally: Define a strong focus indicator for keyboard focus.
  If you choose to skip this step then the browser's default focus
  indicator will be displayed instead.
*/
.js-focus-visible .focus-visible {
  outline: 2px solid #000000 !important;
}

@media screen and (max-width: 800px) {
  .modal-dialog {
    max-width: 775px !important;
  }
}
@media screen and (max-width: 700px) {
  .modal-dialog {
    max-width: 675px !important;
  }
}
@media screen and (max-width: 500px) {
  .modal-dialog {
    max-width: 475px !important;
  }
}
@media screen and (max-width: 414px) {
  .modal-dialog {
    max-width: 400px !important;
  }
  td.invited {
    max-width: 200px;
  }
}
@media screen and (max-width: 375px) {
  .modal-dialog {
    max-width: 350px !important;
  }
  td.invited {
    max-width: 200px;
  }
}
.modal-content {
  padding: 5px !important;
}

.letter {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: solid 1px #646569;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 26px;
  text-transform: uppercase;
  cursor: pointer;
}

.all {
  display: inline-block;
  width: 80px;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: solid 1px #646569;
  border-radius: 5%;
  text-align: center;
  line-height: 40px;
  font-size: 26px;
  text-transform: uppercase;
  cursor: pointer;
}

.modal-content {
  padding: 5px !important;
}

/*.flex-dir-unset-imp {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
}*/
@media only screen and (max-width: 400px) {
  .flex-grid .row.flex-dir-unset-imp {
    -webkit-flex-direction: unset;
    flex-direction: unset;
    max-width: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .flex-grid .row.flex-dir-unset-imp {
    -webkit-flex-direction: unset;
    flex-direction: unset;
    max-width: 600px;
  }
}
.wrap-flex {
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.block {
  display: block !important;
}

.table-header-group {
  display: table-header-group !important;
}

.table-cell {
  display: table-cell !important;
  padding: 7px;
}

.table-row {
  display: table-row !important;
}

.table-row-group {
  display: table-row-group !important;
}

.table {
  display: table !important;
}

.req-box {
  background: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #999999;
}

.white-space-pre-wrap {
  white-space: pre-wrap !important;
}

div.placeholder-wrapper {
  display: flex;
  align-items: center;
}
div.placeholder-wrapper input.placeholder-input {
  padding-left: 68px;
}
div.placeholder-wrapper span.placeholder {
  position: absolute;
  pointer-events: none;
  left: 1px;
  color: #9d9d9d;
  padding-left: 10px;
}

.ng-invalid {
  border: initial;
}

.tile-group-title {
  padding-left: 4px;
}

.home-admin-select-customer {
  padding-left: 20px;
}

label {
  font-family: "PoppinsMedium";
  font-weight: normal;
}

table > thead > tr > th {
  font-family: "PoppinsMedium";
  font-weight: normal;
}

.table > thead > tr > th {
  font-family: "PoppinsMedium";
  font-weight: normal;
}

.div-disabled {
  pointer-events: none;
  opacity: 0.5;
}

#app .row {
  margin-left: 0px;
  margin-right: 0px;
}

.egilibility-file-template-checkbox-span {
  left: -20px;
}