body, html {
  background-color: black;
  color: white;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1vh;
  font-weight: 500;
  font-family: BebasNeue, Helvetica, sans-serif;
  background-image: url("../img/boxing.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat; }

.form-group {
  margin-bottom: 28px; }
  .form-group label {
    font-family: BebasNeue;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 12px; }
  .form-group .label-btn-default {
    color: #ffffff; }
  .form-group .label-btn-default:hover {
    background-color: #ffffff !important;
    color: #832d90; }

@font-face {
  font-family: BebasNeue;
  src: url("../font/bebasneue.otf");
  src: url("../font/bebasneue.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

h1 {
  font-family: BebasNeue;
  font-size: 40px !important;
  font-weight: normal !important;
  margin: 0 0 20px !important;
  text-align: center !important; }

input {
  font-family: BebasNeue; }

p {
  opacity: 0.7;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.34;
  color: #ffffff; }

.layout {
  display: table;
  width: 100%;
  height: 100%; }

.impact-wrap {
  background-image: url("../img/impact-wrap.png");
  width: 391px;
  height: 91px;
  margin: 35px auto 50px; }

.layout-content {
  display: table-cell;
  background: url("../img/boxing.png") top center no-repeat;
  background-color: black;
  background-size: contain;
  vertical-align: top; }

/***** Login Container ******/
.login-container {
  max-width: 399px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .login-container .btn {
    margin: 15px 5px 15px; }
  .login-container a {
    font-size: 22px;
    cursor: pointer; }
  .login-container .form-group {
    margin-bottom: 10px; }

.form-group {
  margin-bottom: 28px; }
  .form-group label {
    font-family: BebasNeue;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 12px; }
  .form-group .label-btn-default {
    color: #ffffff; }
  .form-group .label-btn-default:hover {
    background-color: white;
    color: #832d90; }

.h1-login {
  font-family: BebasNeue;
  color: white;
  font-weight: 500; }

/***** form control ******/
.form-control {
  width: 100%;
  padding-left: 2%;
  height: 43px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 0;
  color: white;
  font-size: 15px;
  font-family: Helvetica, sans-serif; }

.form-control:focus {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none; }

.check-password {
  outline: 1px solid rgba(255, 0, 0, 0.8); }

.form-control::-webkit-input-placeholder {
  font-weight: 300; }

.form-control:-ms-input-placeholder {
  font-weight: 300; }

.form-control::-ms-input-placeholder {
  font-weight: 300; }

.form-control::placeholder {
  font-weight: 300; }

.form-control[readonly] {
  background-color: transparent;
  outline: none !important;
  border: none !important;
  padding-left: 0;
  padding-right: 0; }

.w50 {
  width: 50%; }

/***** button ******/
.btn-default, .btn-default:focus, .btn-default:active, .btn-default:visited {
  background-color: #ed1c24 !important;
  color: #ffffff !important; }

.btn-default:hover {
  background-color: #ffffff !important;
  color: #ed1c24 !important; }

.btn {
  border-radius: 0;
  border: none;
  padding: 26px 10px;
  color: white;
  font-size: 25px;
  line-height: 1.25px;
  font-family: BebasNeue, Helvetica, sans-serif;
  display: inline-block;
  text-decoration: none;
  outline: none !important; }

.top-nav {
  position: absolute;
  top: 0;
  right: 0; }

.top-nav > button > i {
  color: #ffffff !important;
  font-size: 30px; }

.top-nav > button > i:hover {
  color: #ed1c24 !important; }

.svg-icon {
  cursor: pointer;
  display: block;
  border: none 0;
  padding: 0;
  margin: 0;
  outline: none;
  background: transparent; }

.svg-icon:hover g, .svg-icon:hover svg, .svg-icon-no-hover g, .svg-icon-no-hover svg {
  fill: #ed1c24 !important; }

.svg-icon:hover.gray g, .svg-icon:hover.gray svg, .svg-icon-no-hover.gray g, .svg-icon-no-hover.gray svg {
  fill: gray; }

.svg-nav {
  float: right;
  margin: 30px 30px 0 0; }

.workout-history {
  margin: 100px 0 30px; }

.workout-history-top {
  margin: 0 15px 0;
  text-align: center; }

.table-responsive {
  padding: 0; }
  .table-responsive td:first-child {
    padding-left: 3% !important; }
  .table-responsive td:last-child {
    padding-right: 3% !important; }

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

.table-primary {
  width: 100%; }
  .table-primary td {
    white-space: nowrap;
    padding: 15px; }
  .table-primary td.text-wrap {
    white-space: normal; }
  .table-primary .btn-default {
    width: 194px;
    font-size: 15px;
    padding: 17px 0; }

.table-fixed {
  table-layout: fixed; }

.table-hover tr:hover, tr.selected {
  background: rgba(0, 0, 0, 0.8) !important;
  cursor: pointer; }
  .table-hover tr:hover .not-visible, tr.selected .not-visible {
    visibility: visible; }

.table-hover tr.no-hover {
  background: transparent !important; }

.text-small-din {
  font-family: BebasNeue;
  font-size: 18px;
  color: #afafaf; }

.text-large {
  font-family: BebasNeue;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  word-wrap: break-word; }

.text-small {
  font-family: BebasNeue;
  font-size: 20px;
  color: #afafaf; }

.text-left {
  text-align: left; }

.svg-workout {
  width: 140px;
  height: 70px; }

.container-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.section-mobile {
  vertical-align: middle;
  line-height: 60px;
  text-align: center;
  width: 100%; }

.width-100 {
  width: 100% !important; }

.login-register-button {
  margin-left: 5% !important;
  margin-right: 5% !important;
  min-width: 110px !important;
  width: 82% !important; }

a {
  color: white;
  text-decoration: underline;
  font-size: 15px; }

mt10 {
  margin-top: 10px !important; }

/****** DIALOGS *****/
ai-dialog-container {
  background: rgba(9, 5, 13, 0.8); }

ai-dialog-container > div {
  display: table;
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 15px !important; }

ai-dialog-container > div > div {
  display: table-cell !important;
  text-align: center;
  vertical-align: middle;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important; }

ai-dialog {
  margin: 0 auto;
  display: table;
  width: 100% !important;
  max-width: 400px;
  height: auto !important;
  border-radius: 0 !important;
  background: #2d2d2d !important;
  min-width: 0 !important; }

ai-dialog h1 {
  font-family: BebasNeue !important;
  font-size: 26px !important;
  margin-bottom: 10px !important; }

ai-dialog-body {
  padding: 23px 23px 0 23px !important; }

ai-dialog p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.44;
  margin-bottom: 37px;
  opacity: .7; }

ai-dialog-footer .btn {
  margin: 0 23px 23px !important;
  width: 89% !important;
  height: 45px;
  margin: 0;
  padding-right: 0 !important;
  padding-left: 0 !important; }

.btn-table {
  width: 100%;
  table-layout: fixed; }
  .btn-table td {
    padding: 0 5px; }
    .btn-table td:first-child {
      padding-left: 0; }
    .btn-table td:last-child {
      padding-right: 0; }
  .btn-table .btn {
    width: 100%; }

#svg-splash {
  fill: #ed1c24 !important; }

.back-div {
  width: 30px;
  height: 30px;
  background-image: url("../img/backArrow.png");
  background-repeat: no-repeat; }

.top-nav-left {
  position: absolute;
  top: 0;
  left: 0; }

.back-nav {
  margin: 37px 0 0 30px; }

.margin-splash-div {
  margin-top: -74px; }

.margin-div-small {
  margin-top: -8px; }

.logout-svg-icon {
  width: 40px;
  height: 33px; }

.mt22 {
  margin-top: 22px; }

.input-small {
  margin-right: 3% !important;
  margin-left: 3% !important;
  width: 90% !important; }

.logo-img {
  margin-bottom: 20px;
  max-height: 95px;
  max-width: 240px; }

.logo-div-img {
  background-image: url("../img/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 121px 80px;
  min-height: 80px;
  margin: 35px auto 50px; }

@media screen and (max-width: 805px) {
  .logout-svg-icon {
    width: 24px;
    height: 33px; } }

@media screen and (max-width: 956px) {
  .text-small-din {
    font-size: 17px !important; } }

@media screen and (max-width: 908px) {
  .text-small-din {
    font-size: 16px !important; } }

@media screen and (max-width: 861px) {
  .text-small-din {
    font-size: 15px !important; } }

@media screen and (max-width: 808px) {
  .text-small-din {
    font-size: 18px !important; } }

@media screen and (max-width: 379px) {
  .text-small-din {
    font-size: 15px !important; } }

@media screen and (max-width: 322px) {
  .text-small-din {
    font-size: 13px !important; } }

@media screen and (max-width: 258px) {
  .text-small-din {
    font-size: 10px !important; } }

.mobile-content-text-color {
  color: #ffffff !important; }

.radio {
  padding: 11px 0px 0px 0px;
  margin: 0px !important;
  width: 70px;
  height: 27px;
  background: #545156;
  text-align: center;
  display: inline-block;
  cursor: pointer; }

.radio-units {
  font-family: Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  width: 46%; }

.fs0 {
  font-size: 0 !important; }

.w400 {
  max-width: 410px;
  width: 100%; }

.w200 {
  max-width: 210px;
  width: 100%; }

.hidden {
  display: none !important; }

.p2 {
  padding: 20px !important; }

input:checked + .radio {
  background-color: #ed1c24 !important;
  color: white; }

.inline-input {
  width: 42%;
  margin-left: 4px;
  margin-right: 4px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.mt40 {
  margin-top: 40px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.p10 {
  padding: 10px !important; }

.close-btn {
  float: right;
  margin: 10px; }

/*--------- FORM DIALOG ---------*/
.ai-form-dialog {
  max-width: 725px; }

.form-edit-user {
  text-align: center; }

label {
  display: inline-block; }

.form-edit-user-input {
  margin: 0 auto;
  display: block; }

.text-right {
  text-align: right; }

.users-table {
  font-family: sans-serif;
  font-size: 17px; }

.users-table tr td {
  padding: 10px !important;
  word-wrap: break-word; }

.btn-cancel {
  background-color: transparent;
  border: solid 2px white;
  padding: 24px 69px; }

.btn-cancel:hover {
  background-color: white;
  color: black; }

ux-dialog-overlay.active {
  background-color: black;
  opacity: 0.6 !important; }

.float-right {
  float: right; }

.search-box {
  position: relative; }

.search-box .fas {
  position: absolute;
  padding: 10px;
  left: 0px;
  font-size: 17px;
  margin-top: 5px; }

.search-box input {
  padding-left: 40px; }

.collapse {
  display: none; }

.error-message {
  color: red; }
