.background-color-main {
  background-color: #FFFFFF !important; }

.background-color-main-light {
  background-color: white !important; }

.background-color-light {
  background-color: #DDDDDD !important; }

.background-color-lighter {
  background-color: #FFFFFF !important; }

.background-color-pink {
  background-color: #E558BA !important; }

.background-color-red {
  background-color: #E55873 !important; }

.background-color-orange {
  background-color: #E58358 !important;
  color: #FFFFFF; }

.background-color-yellow {
  background-color: #E5CA58 !important; }

.background-color-green {
  background-color: #58E583 !important; }

.background-color-blue-green {
  background-color: #58E5CA !important; }

.background-color-blue-light {
  background-color: #58BAE5 !important; }

.background-color-blue {
  background-color: #5873E5 !important; }

.background-color-dark-gray {
  background-color: #545255 !important; }

.background-color-darker-gray {
  background-color: #434446 !important; }

.background-color-violet {
  background-color: #9B30FF !important;
  color: #FFFFFF; }

.background-color-gymswype {
  /*background-image : url(/Resources/Images/GymSwype_bg.png);
  background-color: $color-gray-gymswype !important;
  background-size : cover;*/ }

.background-polygon {
  background-color: #FFF;
  background: url("../img/background-polygon.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top; }

html {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-color: transparent;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto; }

body {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-image: url(/Resources/Images/GymSwype_bg.png);
  background-color: #5D5D5D !important;
  background-size: cover;
  width: auto;
  height: auto;
  color: #FFFFFF; }

.container-fluid {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative; }

h1, .h1, h2, .h2, h3, .h3 {
  margin: 0; }

.btn {
  margin-top: 12px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 12px;
  padding-right: 12px; }

@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%; } }
/*.modal-open {
    overflow: initial;
}

.modal-content{
    background-color : $color-light-gray-gymswype;
}*/
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.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: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.border-color-main {
  border-color: #FFFFFF !important; }

.border-top-color-main {
  border-top-color: #FFFFFF !important; }

.border-left-color-main {
  border-left-color: #FFFFFF !important; }

.border-right-color-main {
  border-right-color: #FFFFFF !important; }

.border-bottom-color-main {
  border-bottom-color: #FFFFFF !important; }

.border-color-main-light {
  border-color: white !important; }

.border-top-color-main-light {
  border-top-color: white !important; }

.border-left-color-main-light {
  border-left-color: white !important; }

.border-right-color-main-light {
  border-right-color: white !important; }

.border-bottom-color-main-light {
  border-bottom-color: white !important; }

table tbody tr td .btn {
  margin-top: 0 !important; }

.btn-action {
  background-color: #FFFFFF;
  border: 3px solid white;
  color: #FFFFFF;
  font-family: "Brandon", sans-serif;
  text-align: center;
  font-size: larger;
  font-weight: bold;
  margin-top: 12px;
  position: relative;
  z-index: 4;
  -moz-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s; }
  .btn-action:hover {
    background-color: #FFFFFF;
    color: #FFF; }
  .btn-action span {
    position: absolute;
    right: 12px; }
    .btn-action span i {
      font-size: 25px;
      display: none; }

.btn-full-width {
  width: 100%; }

.btn span {
  position: absolute;
  right: 12px; }
  .btn span i {
    display: none; }

.btn-navigator i {
  display: block !important; }

.list-group-item .btn {
  margin: 0;
  padding: 0;
  padding-left: 6px;
  padding-right: 6px; }

.btn {
  font-weight: bold; }

.btn-primary {
  background-color: #5D5D5D;
  border-color: #F3E700;
  color: #F3E700; }

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #656667;
  border-color: #F3E700;
  color: #F3E700; }

.btn-disabled,
.btn-disabled:hover,
.btn-disabled:focus,
.btn-disabled:active {
  background-color: #b4b4b4 !important;
  border-color: #b4b4b4 !important; }

.button {
  background: #BCBDC0;
  background: -moz-linear-gradient(top, #BCBDC0 0%, #5D5D5D 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BCBDC0), color-stop(100%, #5D5D5D)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BCBDC0', endColorstr='$color-gray-gymswype',GradientType=0 ); }

#back {
  color: #F3E700; }

.btn-yellow {
  background-color: #F3E700;
  border-color: #F3E700;
  color: white; }

.btn-xl {
  padding: 10px 16px;
  font-size: 36px;
  line-height: 2.33; }

div.checkbox input[type='checkbox'] {
  height: 20px;
  width: 20px;
  -webkit-appearance: checkbox;
  box-sizing: border-box;
  border: 0 none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }
div.checkbox span {
  position: relative;
  left: 6px; }

.styled-checkbox {
  position: absolute;
  opacity: 0; }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  .styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #BCBDC0; }
  .styled-checkbox:hover + label:before {
    background: #BCBDC0; }
  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  .styled-checkbox:checked + label:before {
    background: #F3E700; }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg); }

.color-main {
  color: #FFFFFF !important; }

.color-pink {
  color: #E558BA !important; }

.color-red {
  color: #E55873 !important; }

.color-orange {
  color: #E58358 !important; }

.color-yellow {
  color: #E5CA58 !important; }

.color-green {
  color: #58E583 !important; }

.color-blue-green {
  color: #58E5CA !important; }

.color-blue-light {
  color: #58BAE5 !important; }

.color-blue {
  color: #5873E5 !important; }

#container {
  margin-top: 120px; }
  @media only screen and (min-width: 18.75em) and (max-width: 46.5em) {
    #container {
      margin-top: 80px; } }
  @media only screen and (min-width: 12.5em) and (max-width: 17.75em) {
    #container {
      margin-top: 80px; } }

#content {
    /*margin-top: $content-height;

    @include MQ(S) {
        margin-top: $content-S-height;
    }

    @include MQ(XS) {
        margin-top: $content-S-height;
    }*/ }

.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: white; }

.datepicker td.active, .datepicker td.active:hover {
  color: #ffffff;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  filter: initial;
  border-color: #00611C #00611C #0E8C3A;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

#disabled {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #222222;
  z-index: 5;
  display: none; }

.shadow {
  -webkit-box-shadow: 0px 13px 12px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 13px 12px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 13px 12px -10px rgba(0, 0, 0, 0.5); }

/*.shadow
{     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow:before, .shadow:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}*/
.blur {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #000;
  z-index: 3; }

.focus-tooltip {
  display: table;
  position: relative;
  width: 100%;
  z-index: 4; }

.blur-editable {
  position: relative;
  z-index: 4; }

.form-group {
  margin-left: 6px; }
  .form-group label {
    font-family: "Brandon", sans-serif;
    font-weight: bold;
    font-size: large;
    margin: 0;
    margin-top: 12px;
    color: #F3E700; }
  .form-group p {
    font-family: "Brandon", sans-serif;
    color: #e6e6e6;
    font-size: medium; }

.form-control {
  /*border: $form-control-border;*/
  background-color: #555655;
  border: 1px solid #555655; }
  .form-control:focus {
    border: none;
    box-shadow: none;
    border-left: 6px solid white; }

select {
  display: block;
  color: #555555;
  font-size: 14px;
  height: 34px;
  width: 100%;
  padding-left: 12px;
  background-color: #F1F1F1;
  border: none; }
  select:focus {
    padding-left: 6px;
    box-shadow: none;
    border-left: 6px solid white; }

.form-control[disabled],
select[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  -webkit-appearance: none;
  color: #222222; }

textarea {
  min-height: 100px;
  max-height: 400px;
  resize: vertical; }

.inputerror {
  border-right: 6px solid #E58358; }
  .inputerror:focus {
    border-right: 6px solid #E58358; }

.switch-center {
  margin-top: 6px; }
  .switch-center .switchery {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 6px; }

.select2.select2-container {
  height: 34px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #555655; }

.select2-dropdown,
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #5D5D5D; }

.select2.select2-container .select2-selection {
  height: 34px;
  background-color: #555655; }

.select2.select2-container .select2-selection__arrow {
  height: 34px; }

.select2.select2-container .select2-selection__rendered {
  height: 34px;
  background-color: #555655;
  color: #FFFFFF; }

.select2.select2-container--default .select2-selection--single {
  border-radius: 0px;
  background-color: #5D5D5D; }

.select2-container--default .select2-selection--single,
.select2-dropdown {
  border: 1px solid #555655; }

.select2-results__options .select2-results__option {
  background-color: #5D5D5D; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #F3E700 transparent; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #F3E700 transparent transparent transparent; }

legend {
  color: #FFFFFF; }

.datepicker-dropdown.datepicker-orient-top:after,
.datepicker-dropdown.dropdown-menu {
  background-color: #555655; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #F3E700;
  border-color: #000; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #5D5D5D;
  cursor: pointer; }

.date-part {
  clear: both; }

.date-part .select2-container {
  float: left;
  width: 32% !important;
  max-width: 100px; }

.date-part span.slash {
  float: left;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 5px;
  color: #F3E700; }

.input-group .input-group-addon {
  background-color: #5D5D5D;
  border: none; }

.input-group .form-control {
  border: none; }

.page-full-height .form-control {
  height: 50px;
  font-size: 30px; }

.page-full-height .checkbox-big {
  transform: scale(1.5);
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 3px; }

.page-full-height .select2.select2-container .select2-selection__rendered {
  height: 50px;
  padding-top: 10px;
  font-size: 30px; }

#header {
  height: 120px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 4; }
  @media only screen and (min-width: 0) and (max-width: 992px) {
    #header {
      height: 80px; } }
  #header img {
    max-width: 100%;
    height: 100px; }
    @media only screen and (min-width: 0) and (max-width: 992px) {
      #header img {
        height: 68px; } }
  #header i {
    color: #FFFFFF;
    font-size: 38px; }
    @media only screen and (min-width: 0) and (max-width: 992px) {
      #header i {
        font-size: 22.66667px; } }

.widget-head-color-box {
  padding: 12px; }
  .widget-head-color-box h1, .widget-head-color-box h2, .widget-head-color-box h3, .widget-head-color-box h4 {
    color: #FFFFFF !important;
    font-size: 0.9em !important; }

.widget.style1 h1, .widget.style1 h2, .widget.style1 h3, .widget.style1 h4 {
  color: #fff !important; }

* {
  margin: 0;
  padding: 0;
  border: none; }

html {
  min-width: 18.75em;
  -webkit-text-size-adjust: none; }

.word-wrap {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.relative {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

hr {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 0;
  border: 1px solid white; }

.p-b-none {
  padding-bottom: 0 !important; }

.p-t-none {
  padding-top: 0 !important; }

.m-none {
  margin: 0 !important; }

.ads-container {
  width: 25%;
  height: 25%; }

.ads {
  position: fixed;
  /*width: 25%;
  height: 25%;*/
  z-index: 2; }

.ads-top-left {
  top: 0;
  left: 0; }

.ads-top-right {
  top: 0;
  right: 0; }

.ads-bottom-left {
  bottom: 0;
  left: 0; }

.ads-bottom-right {
  bottom: 0;
  right: 0; }

.page-centered {
  position: relative !important;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.page-no-ads {
  z-index: 3 !important;
  position: relative !important; }

.container-centered {
  /*position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 30%;
  margin: auto;*/ }

.container-centered-menu {
  /*position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 70%;
  margin: auto;*/ }

.virtual-keyboard #keyboard {
  width: 910px; }

.clear-both {
  clear: both; }

#div_countdown {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 2em;
  font-weight: bold; }

.contact-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
  font-size: 18px !important; }

.select2-results__option {
  font-size: 30px !important; }

.registration-errors {
  font-weight: bold;
  text-align: center;
  font-size: 18px; }

.resubscribe-link {
  font-weight: bold;
  color: black !important; }

.scroll-to-read-terms {
  color: red !important;
  font-size: 30px !important;
  font-weight: bold; }

.btn-acept-terms {
  font-size: 45px !important;
  height: 100px !important; }

.btn-kiosk-big {
  font-size: 45px !important;
  height: 100px !important; }

.btn-retry-scan {
  border: 10px solid red;
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  animation-name: flash;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: flash;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite; }

.btn-retry-scan:hover {
  border: 10px solid red; }

.renew-subscription-title {
  font-weight: bold;
  text-decoration: underline;
  color: black !important; }

.red-warning-message {
  color: #FFF !important;
  font-size: 20px !important;
  font-weight: bold;
  padding: 5px;
  background: red; }

ul {
  list-style: none; }

.horizontal li {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 12px; }

.loading {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  text-align: center;
  background-image: url(/Resources/Images/GymSwype_bg.png);
  background-size: cover;
  z-index: 5; }
  .loading h1, .loading h2, .loading h3, .loading h4 {
    font-family: "Brandon", sans-serif;
    color: #FFFFFF; }

.waking {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  text-align: center;
  background-image: url(/Resources/Images/GymSwype_bg.png);
  background-size: cover;
  z-index: 5; }
  .waking h1, .waking h2, .waking h3, .waking h4 {
    font-family: "Brandon", sans-serif;
    color: #FFFFFF; }

.marquee {
  width: 100%;
  height: 100%;
  text-align: center;
  display: table; }
  .marquee .content {
    display: table-cell;
    vertical-align: middle; }
    .marquee .content h1 {
      font-size: 3em !important;
      color: #e6e6e6; }
      @media only screen and (min-width: 18.75em) and (max-width: 46.5em) {
        .marquee .content h1 {
          font-size: 2em !important; } }
    .marquee .content .show-off {
      font-weight: bolder;
      font-style: italic; }

.menu-item {
  height: 100px;
  width: 100%; }

.kiosk-btn {
  min-height: 150px; }

.pages {
  position: relative;
  top: 0; }
  .pages [page] {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0;
    background-color: transparent;
    padding-bottom: 140px; }
    .pages [page] header {
      margin-top: 20px; }
    .pages [page] .disabled {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #000;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      display: none;
      z-index: 5; }
  .pages [page].active {
    z-index: 1; }

.welcome-container {
  background-image: url(/Resources/Images/gymswype-home.jpg);
  background-size: cover;
  width: 1020px;
  height: 504px; }

.pages .welcome-container header {
  margin-top: 200px; }

.welcome-video {
  margin-top: 0 !important;
  margin: 0;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100% !important;
  height: 100% !important; }

[page="SaveFingerPrint"],
[page="ScanFingerPrint"],
[page="UpdateFingerPrint"] {
  min-height: 601px;
  left: 0px;
  top: 0;
  /*background: url(/Resources/Images/fingerprint-instructions.png);*/
  background-position-x: 50%;
  background-size: 600px;
  background-repeat: no-repeat; }

.first-access-pages [page="UpdateFingerPrint"] {
  -moz-background-position-y: 40%;
  -o-background-position-y: 40%;
  background-position-y: 40%; }

.keyboard-spacer {
  height: 200px; }

h1, h2, h3, h4 {
  font-family: "Brandon", sans-serif;
  color: #FFFFFF; }

[page="Welcome"] h1 strong {
  color: #F3E700; }

p {
  font-family: "Brandon", sans-serif;
  font-size: 1.5em; }

.background-color-light h1, .background-color-light h2, .background-color-light h3, .background-color-light h4 {
  color: #e6e6e6; }

.background-color-lighter h1, .background-color-lighter h2, .background-color-lighter h3, .background-color-lighter h4 {
  color: #e6e6e6; }

.badget-green {
  border-radius: 10px;
  background-color: green;
  color: #FFF;
  padding: 0px 5px;
  font-weight: bold; }

.badge-green {
  background-color: green;
  color: #FFF; }

.no-wrap {
  white-space: normal; }

.validationMessage {
  color: red;
  font-size: 1.2em;
  font-weight: bold; }

[page="PinCode"] .validationMessage {
  color: #FFF !important;
  font-size: 20px !important;
  font-weight: bold;
  background: red;
  padding: 0 5px; }

a {
  color: #F3E700 !important; }

.text-large {
  font-size: 55px; }

.tile {
  display: inline-table;
  margin: 6px; }

.tile.bordered-xs {
  border-width: 1px;
  border-style: solid;
  border-color: #F3E700; }

.tile.bordered-sm {
  border-width: 3px;
  border-style: solid;
  border-color: #F3E700; }

.tile.bordered-top {
  border-top-width: 6px !important; }

.tile.bordered-left {
  border-left-width: 6px !important; }

.tile.bordered-right {
  border-right-width: 6px !important; }

.tile.bordered-bottom {
  border-bottom-width: 6px !important; }

.tile .gym-plan-name {
  color: #FFFFFF; }

.tile .gym-plan-days,
.tile .gym-plan-amount,
.tile .gym-plan-expiration {
  color: #F3E700; }

.gym-plan-about-to-expire {
  background-color: #F3E700;
  color: #FFFFFF;
  font-weight: bold; }

.dx .dx-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  .dx .dx-content .dx-top {
    position: absolute;
    top: 0; }
  .dx .dx-content .dx-left {
    position: absolute;
    left: 0; }
  .dx .dx-content .dx-right {
    position: absolute;
    right: 0; }
  .dx .dx-content .dx-bottom {
    position: absolute;
    bottom: 0; }
  .dx .dx-content .dx-top-left {
    position: absolute;
    top: 0;
    left: 0; }
  .dx .dx-content .dx-top-right {
    position: absolute;
    top: 0;
    right: 0; }
  .dx .dx-content .dx-top-center {
    position: absolute;
    top: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  .dx .dx-content .dx-left-center {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .dx .dx-content .dx-right-center {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .dx .dx-content .dx-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0; }
  .dx .dx-content .dx-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0; }
  .dx .dx-content .dx-bottom-center {
    position: absolute;
    bottom: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  .dx .dx-content .dx-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .dx .dx-content .dx-center-y {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .dx .dx-content .dx-center-x {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  .dx .dx-content .dx-fixed {
    position: fixed !important; }

.dx-cover {
  height: 100%;
  width: 100%; }

.dx-cover-x {
  width: 100%; }

.dx-cover-y {
  height: 100%; }

.p-none {
  padding: 0px; }

.p-xxs {
  padding: 5px; }

.p-xs {
  padding: 10px; }

.p-sm {
  padding: 15px; }

.p-m {
  padding: 20px; }

.p-md {
  padding: 25px; }

.p-lg {
  padding: 30px; }

.p-xl {
  padding: 40px; }

.p-l-xs {
  padding-left: 10px; }

.p-l-sm {
  padding-left: 15px; }

.p-l-m {
  padding-left: 20px; }

.p-l-md {
  padding-left: 25px; }

.p-l-lg {
  padding-left: 30px; }

.p-l-xl {
  padding-left: 40px; }

.p-r-xs {
  padding-right: 10px; }

.p-r-sm {
  padding-right: 15px; }

.p-r-m {
  padding-right: 20px; }

.p-r-md {
  padding-right: 25px; }

.p-r-lg {
  padding-right: 30px; }

.p-r-xl {
  padding-right: 40px; }

.m-xxs {
  margin: 2px 4px; }

.m-xs {
  margin: 5px; }

.m-sm {
  margin: 10px; }

.m {
  margin: 15px; }

.m-none {
  margin: 0px; }

.m-md {
  margin: 20px; }

.m-lg {
  margin: 30px; }

.m-xl {
  margin: 50px; }

.m-n {
  margin: 0 !important; }

.m-l-none {
  margin-left: 0; }

.m-l-xs {
  margin-left: 5px; }

.m-l-sm {
  margin-left: 10px; }

.m-l {
  margin-left: 15px; }

.m-l-md {
  margin-left: 20px; }

.m-l-lg {
  margin-left: 30px; }

.m-l-xl {
  margin-left: 40px; }

.m-l-n-xxs {
  margin-left: -1px; }

.m-l-n-xs {
  margin-left: -5px; }

.m-l-n-sm {
  margin-left: -10px; }

.m-l-n {
  margin-left: -15px; }

.m-l-n-md {
  margin-left: -20px; }

.m-l-n-lg {
  margin-left: -30px; }

.m-l-n-xl {
  margin-left: -40px; }

.m-t-none {
  margin-top: 0; }

.m-t-xxs {
  margin-top: 1px; }

.m-t-xs {
  margin-top: 5px; }

.m-t-sm {
  margin-top: 10px; }

.m-t {
  margin-top: 15px; }

.m-t-md {
  margin-top: 20px; }

.m-t-lg {
  margin-top: 30px; }

.m-t-xl {
  margin-top: 40px; }

.m-t-n-xxs {
  margin-top: -1px; }

.m-t-n-xs {
  margin-top: -5px; }

.m-t-n-sm {
  margin-top: -10px; }

.m-t-n {
  margin-top: -15px; }

.m-t-n-md {
  margin-top: -20px; }

.m-t-n-lg {
  margin-top: -30px; }

.m-t-n-xl {
  margin-top: -40px; }

.m-r-none {
  margin-right: 0; }

.m-r-xxs {
  margin-right: 1px; }

.m-r-xs {
  margin-right: 5px; }

.m-r-sm {
  margin-right: 10px; }

.m-r {
  margin-right: 15px; }

.m-r-md {
  margin-right: 20px; }

.m-r-lg {
  margin-right: 30px; }

.m-r-xl {
  margin-right: 40px; }

.m-r-n-xxs {
  margin-right: -1px; }

.m-r-n-xs {
  margin-right: -5px; }

.m-r-n-sm {
  margin-right: -10px; }

.m-r-n {
  margin-right: -15px; }

.m-r-n-md {
  margin-right: -20px; }

.m-r-n-lg {
  margin-right: -30px; }

.m-r-n-xl {
  margin-right: -40px; }

.m-b-none {
  margin-bottom: 0; }

.m-b-xxs {
  margin-bottom: 1px; }

.m-b-xs {
  margin-bottom: 5px; }

.m-b-sm {
  margin-bottom: 10px; }

.m-b {
  margin-bottom: 15px; }

.m-b-md {
  margin-bottom: 20px; }

.m-b-lg {
  margin-bottom: 30px; }

.m-b-xl {
  margin-bottom: 40px; }

.m-b-n-xxs {
  margin-bottom: -1px; }

.m-b-n-xs {
  margin-bottom: -5px; }

.m-b-n-sm {
  margin-bottom: -10px; }

.m-b-n {
  margin-bottom: -15px; }

.m-b-n-md {
  margin-bottom: -20px; }

.m-b-n-lg {
  margin-bottom: -30px; }

.m-b-n-xl {
  margin-bottom: -40px; }

.grayed-out {
  /*background-color: gainsboro !important;*/
  cursor: default !important;
  opacity: 0.4; }

.input-group .btn {
  margin-top: 0; }

.bootbox .modal-content {
  background-color: gray; }

.bootbox .btn {
  margin-top: 0; }

.bootbox .modal-title {
  font-size: 40px;
  font-weight: bold; }

.calendar .month span {
  margin-left: 20px;
  margin-right: 20px;
  padding: 0; }
.calendar .month button {
  margin: 0; }
.calendar .item {
  height: 200px;
  border: 2px solid #eaeaea;
  cursor: pointer; }
  @media only screen and (min-width: 0) and (max-width: 992px) {
    .calendar .item {
      height: auto;
      cursor: default;
      border: none;
      margin: 12px; } }
.calendar .item.inactive {
  background-color: #eaeaea;
  cursor: not-allowed; }
.calendar .events {
  height: 140px;
  overflow: hidden; }
.calendar .event {
  width: 100%;
  height: auto;
  max-height: 46.66667px;
  color: #FFFFFF;
  padding: 3px;
  margin: 3px;
  background-color: white;
  text-overflow: ellipsis; }
.calendar .eventlight {
  background-color: white !important; }

/*# sourceMappingURL=site-custom.css.map */
