/* 
* General layout style
*/
body {
  position: relative;
  padding-top: 80px;
}

body.full-screen {
  padding-top: 0;
}

.root-container-margin-top {
  margin-top: 20px;
}

html,
body,
button,
input,
textarea {
  font-family: "Open Sans", sans-serif;
}

.animated {
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}

.well-small {
  padding: 10px;
}

.btn-success {
  background: #2ecc71;
  border-color: #29b062;
}

.btn-success:hover {
  background: #29b062;
}

.btn-dark {
  color: #fff;
  background-color: #111;
  border-color: #333;
}

.btn-dark:hover {
  color: #ddd;
  background-color: #222;
}

.btn-dark .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

.nav-tabs {
  margin: 15px 0;
}

.badge-important {
  background-color: #cc0000;
}

.badge-warning {
  background-color: #5cb85c;
}

.form-actions {
  padding: 19px 20px 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

.form-actions .btn {
  margin-bottom: 10px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

ul.nav li i.pull-right {
  margin-top: 4px;
}

.f-20 {
  font-size: 20px;
}

.f-20 .icon {
  margin: 0;
}

.header-profile-image {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-profile-image .pro-badge {
  right: -1px;
  bottom: 0;
  background-size: 25px 25px;
}

.stats-row {
  background-color: #f9f9f9;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}

.center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold !important;
}

.clear {
  display: block;
  clear: both;
  float: none;
}

.none {
  display: none;
}

.invisible {
  visibility: hidden;
}

.margin {
  margin: 15px 20px;
}

.margin-vertical {
  margin: 15px 0;
}

.margin-vertical-10 {
  margin: 10px 0;
}
.margin-vertical-30 {
  margin: 30px 0;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}
/*
* Summary graph
*/

.graph-container {
  padding-bottom: 20px;
}

.summary input,
.summary input:focus {
  cursor: default;
  box-shadow: none;
  border: none;
  height: auto;
  border-color: rgba(0, 0, 0, 0.8);
}

.summary {
  color: #777;
  font-size: 12px;
}

.summary.summary-full {
  font-size: 14px;
}

.summary .center,
.margin-bottom {
  margin-bottom: 20px;
}

.summary .item-wrapper {
  position: relative;
  -webkit-box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2),
    0 0px 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2),
    0 0px 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2),
    0 0px 0 4px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 35em;
  -moz-border-radius: 35em;
  border-radius: 35em;
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 5px;
}

.summary-full .item-wrapper {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.page-header {
  margin-top: 0;
}

/**
* FB login 
*/

.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #37528a;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active {
  color: #ffffff;
  background-color: #37528a;
  border-color: #304778;
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #133783;
  border-color: #133783;
}

.or {
  font-size: 14px;
  margin-top: 10px;
  color: #ccc;
}

/**
* Workout table
*/

/* Fix border radiuses broken by plugins */
#exe-dur {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.input-group-addon.exercise-details-view {
  background: #fff;
}

.workout-data > .row {
  padding: 10px 0 0 0;
}
.workout-data > .row:nth-child(odd) {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.workout-header {
  margin-bottom: 20px;
}

.workout-header input[type="text"] {
  display: inline-block;
  width: 8em;
}

div.set {
  padding: 0 1em 10px 0;
}

.workout-data .row .delete_exercise {
  opacity: 0.1;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
}

.workout-data .row:hover .delete_exercise {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.workout-data .exercise_column {
  margin-bottom: 10px;
}

.workout-data > .row.workout-totals {
  background-color: #ddd;
  padding: 10px;
  margin-bottom: 30px;
}

.workout-data .reps,
.workout-data .total_weight {
  display: block;
  margin-bottom: 10px;
}

.workout-data .header {
  padding-bottom: 10px;
  font-weight: bold;
}

.workout-plans-actions a {
  background: transparent;
  color: #428bca;
  cursor: pointer;
}

.workout-plans-actions a:hover {
  color: #2a6496;
  text-decoration: underline;
}

.workout-plans-actions a:active {
  box-shadow: none;
}

a.delete-button {
  color: #d9534f;
}

a.delete-button:hover {
  color: #d43f3a;
}

.workout-plans-actions .dropdown-menu {
  right: 0;
  left: unset;
}

.workout-plans-actions .dropdown-menu a {
  margin: 0;
  padding: 10px 20px;
}

div.set input[type="text"],
div.set input[type="number"] {
  display: inline-block;
  width: 3.5em;
  padding: 0.25em 0.2em 0.15em 0.2em;
  margin: 0 0.5em;
  text-align: center;
  -moz-appearance: textfield;
}

div.set input[type="number"]::-webkit-outer-spin-button,
div.set input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div.set input.exercise_reps {
  width: 2.5em;
  margin-left: 1em;
}

div.set .line {
  border-top: 1px solid #999999;
  margin: 3px 0;
}

div.set:hover .line {
  border-color: #333333;
}

.totals {
  color: #999;
}

.bootstrap-timepicker-widget table td input {
  display: inline-block;
  width: 3em;
  height: 34px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.daterange {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  color: #333333;
  padding: 7px;
  line-height: 18px;
  cursor: pointer;
}

.daterange .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.pro-badge::before {
  content: "PRO";
}

.new-badge::before {
  content: "NEW";
}

.pro-badge,
.trainer-badge,
.new-badge {
  position: absolute;
  top: -10px;
  left: 0px;
  background-color: #2ecc71;
  color: #fff;
  z-index: 2;
  display: inline-block;
  padding: 0 5px;
}

.trainer-badge::before {
  content: "TRAINER";
}

.user-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 10px 0 0 10px;
}

.user-image img {
  object-fit: contain;
  min-width: 100%;
  min-height: 100%;
}

.messages-form .btn[disabled="disabled"] .fa-refresh {
  display: inline-block;
}

.messages-form .btn .fa-refresh,
.messages-form .btn[disabled="disabled"] .fa-comment {
  display: none;
}

/* Premium page */
.get-pro {
  text-align: center;
}

.get-pro a {
  text-decoration: none;
}

.get-pro i {
  font-size: 80px;
  line-height: 100px;
  text-shadow: 0px 0px 2px #ccc;
}

.get-pro .description {
  margin: 10px 0 20px 0;
}

.exercises_small {
  width: 100px;
}

.exercises_small img.img-responsive {
  margin: 0 auto;
}

@media (max-width: 979px) {
  .get-pro i {
    font-size: 60px;
    line-height: 80px;
  }
}

.featherlight-full-image {
  display: none;
}

.featherlight-full-image .prog-comment {
  display: block;
  text-align: center;
}

.workout-progress-thumb {
  display: inline-block;
}

.popover-content-wrapper {
  position: absolute;
  left: -170px;
}
.popover-content-wrapper .popover {
  display: block;
}
.popover-content-wrapper .popover .arrow {
  left: auto;
  right: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.blue {
  color: #428bca;
}

.needs-attention {
  color: #e00000;
}

.yellow {
  color: #e8c20a;
}

.red {
  color: #ee2e31;
}

.front-workout-date {
  font-size: 12px;
}

.my-gym {
  padding: 20px 0;
}

.text-center-xs {
  text-align: center;
}

@media (min-width: 768px) {
  .text-center-xs {
    text-align: left;
  }
}

.gymwolf-mention {
  font-weight: bold;
  color: #26a9e1;
}

.footer {
  margin-top: 50px;
}

.footer-container {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #26a9e1;
  font-size: 16px;
  color: #ffffff;
}

.footer .lead {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #041628;
}

.footer a,
footer a:visited,
footer a:hover,
footer a:focus {
  color: #ffffff;
}

.footer hr {
  border-top: 1px solid #89cfec;
}

.footer .copyright {
  font-size: 12px;
}

.footer-lifted {
  padding-top: 56px;
  padding-bottom: 50px;
  background-color: #e6e7ea;
  text-align: center;
}

.footer-lifted .footer-counter {
  line-height: 40px;
  font-size: 20px;
  color: #041628;
}

.footer-lifted .label-default {
  margin-right: 3px;
  padding: 6px 10px;
  background-color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  color: #041628;
}

.footer-lifted .lead {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #041628;
}

.site-heading {
  height: 80px;
  width: 100%;
  background-color: #25a9e0;
  background-image: url("../img/header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trainer-clients-header {
  background-image: url("../img/clients.jpg");
}

.chat-header {
  background-image: url("../img/chat.jpg");
}

.plans-header {
  background-image: url("../img/workout-plans.jpg");
}

.calculators-header {
  background-image: url("../img/calculators.jpg");
}

.exercises-header {
  background-image: url("../img/exercises.jpg");
}

.site-heading h1 {
  color: #fff;
  font-size: 28px;
  margin: 0;
}

.client-feed-item {
  padding: 10px !important;
  display: flex;
  align-items: center;
  align-content: flex-start;
}

.client-feed-info {
  margin: 0px 20px;
  flex-grow: 1;
}

.client-feed-info h3 {
  margin-top: 0;
}

button#invite-client-btn {
  color: white;
}

.search-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}

.search-container > * {
  margin: 20px 0;
}

.page-search {
  max-width: 300px;
  width: 100%;
  /* margin: auto; */
}

.page-search input {
  width: 80%;
  height: 40px;
  border-radius: 23px;
  border: solid 1px #25a9e0;
  outline: none;
  display: block;
  font-size: 1.5em;
  padding: 0 20px 0 40px;
}

.page-search label {
  position: absolute;
  left: 17px;
  top: 10px;
  color: #25a9e0;
}

.sort-clients-table {
  margin: auto 0;
  max-width: 50px;
}

.sort-clients-table > * {
  right: 0;
}

.client-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.action-link {
  display: flex;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  justify-content: center;
  padding: 10px;
  color: #25a9e0;
}

.action-link > i {
  position: relative;
  height: 45px;
  width: 45px;
}
.action-link > i::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.action-link > span {
  text-align: center;
}

.action-link:hover {
  color: #25a9e0;
}

.client-messages-unread {
  position: absolute;
  top: 17px;
  left: 0;
  right: 10px;
  color: white;
}

/* .modal {
  text-align: center;
  padding: 0 !important;
}

.modal-dialog {
  width: 90%;
  max-width: 1176px;
}

.modal-content {
  background: #25a9e0;
  color: white;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; 

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  border: none;
  margin: 20px 0 0;
}

.modal-header > h2 {
  margin: 0 auto;
  text-align: center;
}

.modal-header > button {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

.modal-body > input,
textarea {
  margin: 20px;
  font-size: 14px;
  padding: 20px;
  border-radius: 10px;
  border: none;
  resize: none;
}

.modal-footer {
  border: none;
  text-align: center;
  margin: 0 0 20px;
}

.modal-footer > .modal-submit {
  background: #2ecc71;
  border: none;
}

.modal-header > button.close {
  height: 24px;
  width: 24px;
  border-radius: 24px;
  background: #ee2e31;
  opacity: 1;
}

button > .close-cross {
  color: white;
  text-shadow: none;
} */

@media (min-width: 540px) {
  .client-actions {
    flex-direction: row;
  }
  .page-search input {
    width: 100%;
  }
  .workout-plans-actions a {
    margin-left: 20px;
  }
}

.filter-clients-buttons {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .page-search {
    max-width: 550px;
  }

  .site-heading {
    height: 230px;
    font-size: 25px;
  }

  .site-heading h1 {
    font-size: 48px;
  }

  .footer {
    margin-top: 70px;
  }

  .footer-container {
    padding-top: 60px;
    font-size: 18px;
  }

  .footer .lead {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .footer hr {
    margin-top: 70px;
    margin-bottom: 24px;
  }

  .footer .copyright {
    font-size: 14px;
  }

  .footer-lifted {
    padding-top: 112px;
    padding-bottom: 95px;
  }

  .footer-lifted .footer-counter {
    font-size: 30px;
  }

  .footer-lifted .label-default {
    margin-right: 5px;
    padding: 6px 15px;
    font-size: 36px;
  }

  .footer-lifted .lead {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer .col-sm-2 {
    width: 20%;
  }
}

.navbar {
  margin-bottom: 0;
}

.navbar-inverse {
  background-color: #041628;
  border-bottom: none;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: transparent;
  outline: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #26a9e1;
  background-color: transparent;
  outline: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
}

.navbar-gymwolf-logo {
  display: inline-block;
  height: 40px;
  width: 38px;
  background-color: transparent;
  background-image: url("../img/gymwolf-small.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar-btn-group {
  float: right;
  margin: 0 15px 0 -5px;
}

.navbar-btn-group .btn-default,
.navbar-btn-group .btn-default:hover,
.navbar-btn-group .btn-default:focus,
.navbar-btn-group .btn-default:active {
  float: left;
  margin: 18px 0 18px 4px;
  background-color: transparent;
  border-color: #444444;
  color: #ffffff;
  outline: 0;
}

.navbar-btn-group .btn-default.active {
  color: #26a9e1;
}

.navbar-inverse .navbar-collapse {
  border-top: 1px solid #444444;
  box-shadow: none;
}

.navbar-trainer {
  font-size: 22px;
  line-height: 30px;
  height: 30px;
  font-weight: 600;
  letter-spacing: 2.29px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  border-left: 3px solid #fff;
  padding-left: 5px;
  margin-left: 5px;
}

.nav .nav-divider {
  margin: 5px 0;
  background-color: #444444;
}

.nav .nav-label {
  padding: 3px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.428571429;
  color: #26a9e1;
}

.navbar-search form {
  margin: 12px -15px;
}

.nav > li.search-dropdown-link {
  position: static;
}

.dropdown-menu.search-dropdown {
  left: 0;
  right: 0;
  padding: 5px 0 15px 0;
  border: none;
  border-radius: 0;
  background-color: #041628;
  line-height: normal;
}

.search-dropdown .form-control:focus,
.navbar-search .form-control:focus {
  border-color: #cccccc;
  box-shadow: none;
}

.no-data {
  font-size: 3em;
  color: #ccc;
  text-align: center;
  padding: 100px 0;
}

@media (min-width: 390px) {
  .navbar-btn-group .btn-default,
  .navbar-btn-group .btn-default:hover,
  .navbar-btn-group .btn-default:focus,
  .navbar-btn-group .btn-default:active {
    margin: 12px 0 12px 4px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
  }
}

@media (min-width: 768px) {
  .navbar-inverse .navbar-collapse {
    margin-right: 5px;
    border-top: none;
  }

  .navbar-inverse .navbar-nav > li {
    max-width: 140px;
    line-height: 80px;
    text-align: center;
  }

  .navbar-inverse .navbar-nav > li > a {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 10px;
    line-height: 16px;
    font-size: 14px;
  }

  .navbar-inverse .navbar-nav > li.dropdown {
    max-width: none;
    white-space: nowrap;
  }

  .menu-name-label {
    display: inline-block;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .navbar-inverse .navbar-nav > li.dropdown .caret {
    margin-top: -6px;
  }

  .search-dropdown-icon-search {
    width: 15px;
  }

  .search-dropdown-icon-close {
    display: none;
    width: 15px;
  }

  .open .search-dropdown-icon-search {
    display: none;
  }

  .open .search-dropdown-icon-close {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .navbar-gymwolf-logo {
    width: 145px;
    background-image: url("../img/gymwolf.png");
  }

  .navbar-inverse .navbar-nav > li {
    max-width: 160px;
  }

  .navbar-inverse .navbar-nav > li > a {
    line-height: 18px;
    font-size: 16px;
  }

  .menu-name-label {
    max-width: 90px;
  }
}

@media (min-width: 1200px) {
  .navbar-inverse .navbar-collapse {
    margin-right: 0;
  }

  .navbar-inverse .navbar-nav > li {
    max-width: none;
  }

  .navbar-inverse .navbar-nav > li > a {
    padding: 15px;
  }

  .menu-name-label {
    max-width: 200px;
  }
}

.well .trainer-box {
  margin-bottom: -10px;
}

.well .trainer-box h3 {
  margin-top: 0;
}

.trainer-box img {
  max-width: 150px;
}

@media (min-width: 768px) {
  .trainer-box img {
    margin-top: 10px;
    max-width: 100%;
  }
}

.last-child-no-margin-bottom:last-child {
  margin-bottom: 0;
}

.info-for-trainer {
  padding-top: 15px;
  background-color: #eeeeee;
}

#workout-plan-from-existing {
  margin-top: 20px;
}

.copy-exerc-selector {
  display: block;
  margin: 0 0 30px 0;
}

.pricing h3 {
  margin: 10px 0;
  font-size: 20px;
  text-align: center;
}

.pricing .price {
  font-size: 2em;
}

.pricing .subtext {
  color: #999;
}

.bank-logo {
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background-color: #ffffff;
}

.bank-logo input[type="radio"] {
  margin-top: 10px;
}

.alert-container {
  margin-top: 15px;
}
