/*body{padding-top:70px}.navbar-main{background: #FF8F00}

.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #2196F3;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}

.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}*/

.layout-top-nav .edge-logo {
    width: 100px;
}

.edge-logo {
    width: 130px;
}

.edge-logo-mini {
    width: 30px;
}

.inner-content {
    max-width: 1280px;
    margin: auto;
}

.messages {
    padding: 10px 5px 0 5px;
}

.modal {
    padding-top: 50px;
}

.gym-info {
  display: flex;
}

.gym-info .image {
  display: flex;
  align-items: center;
  min-width: 150px;
}

.challenges {
  display: flex;
  justify-content: space-around;
}

.difficulty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0.8;
  /*cursor: pointer;*/
}

.difficulty:hover {
  opacity: 1;
}

.num-steps {
  text-align: center;
  font-size: 20px;
  cursor: default;
  text-transform: capitalize;
}

.num-steps.easy {
  color: #B56040;
}

.num-steps.medium {
  color: #A8A8A8;
}

.num-steps.hard {
  color: #D8A34A;
}

.inline-difficulty {
  margin-top: -7px;
  width: 20px;
}

.bootstrap-tagsinput {
  width: 100%;
}

.no-logo {
  background-color: orange;
  padding: 10px;
  border-radius: 30%;
}
