/*Logo*/
.logo-lg {
	width: 100%;
  	max-width: 180px;
  	height: auto;
  	margin: auto;
}
.logo-mini {
	width: 100%;
  	height: auto;
}
.logo-lg .cls-1 {
	margin-top: 5px;
	padding:5px;
	fill: #cfff04;
}
.main-header .logo {
	line-height: 45px;
}

/*Colours*/
.bg-navy-blue {
	background-color: #2a3d73 !important;
	color: white !important;
}
.bg-charcoal {
	background-color: rgb(35,34,35) !important;
}
.bg-hot-pink {
	background-color: #F11E59;
}
.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
	background-color: #afd802 !important;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
	background-color: #F11E59 !important;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
	background-color: #2a3d73 !important;
}
.bg-neon-lime {
	background-color: #cfff04 !important;
}
.bg-mid-grey {
	background-color: #949494 !important;
	color: white;
}
.bg-light-grey {
	background-color: rgb(241,242,242);
	color: #2a3d73;
}
.lime-highlight {
	color: rgb(35,34,35) !important;
}

/*Background, navbar and sidebar menu*/
.skin-blue .main-header .navbar {
	background-color: rgb(241,242,242);
}
.skin-blue .main-header .navbar .nav>li>a {
	color: rgb(44,47,51) !important;
}
.skin-blue .main-header .navbar .sidebar-toggle {
	color: rgb(44,47,51) !important;
}
.content-wrapper {
	background-color: rgb(241,242,242);
}
.skin-blue .sidebar-menu>li.active>a {
	border-left: 4px solid #cfff04;
}
.treeview {
	font-size: 1.4rem;
}
.user-panel {
	background-color: #2a3d73 !important;
}
.user-panel>.image>img {
  max-width: 40px !important;
}
.main-sidebar {
	background-color: rgb(35,34,35) !important;
}
.content-wrapper {
	background-color: rgb(222,222,222) !important;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
	background-color: #24293a !important;
}
.content-header>.breadcrumb {
	background: none !important;
}
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 69px !important;
    z-index: 840;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 69px !important;
    z-index: 850;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 69px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 18px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 69px;
  }
}
.sidebar-menu li > a > .pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
  display: none;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  position: relative !important;
  float: right;
  width: auto !important;
  left: 180px !important;
  top: -22px !important;
  z-index: 900;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  display: block !important;
  position: absolute;
  width: 180px;
  line-height: 3;
  left: 60px;
}


/*Dashboard boxes*/
.box.box-primary {
	border-top-color: #2a3d73;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box p {
    font-size: 12px;
  }
}
.small-box .icon {
	color: #cfff04;
}

/*Specific item box styles*/
#gym-note {
	padding: 5px 20px 20px 20px;
}
#box-stats {
	padding: 10px 20px 10px 20px;
	align-items: center;
}
#db-charts {
	padding: 5px 20px 10px 20px;
	align-items: center;
}
#gym-note h2 {
	margin-top: 5px;
	color: #2a3d73;
	font-size: 1.5em;
	font-weight: bold;
}
#gym-note .box.box-primary {
	border-top-color: #cfff04;
	margin-top: 10px;
	margin-bottom: 0px;
}
.bg-neon-lime.small-box .icon {
	color: #2a3d73 !important;
}
#box-more-info {
	color: #2a3d73 !important;
	text-align: center !important;
	background-color: #2a3d73 !important;
	border-radius: 0 0 2px 2px;
	height: 30px;
}
#box-more-info>a {
	color: rgb(241,242,242) !important;
	vertical-align: middle;
}
#daily-table {
	width: 100%;
	align-content: center;
	margin-bottom: 10px;
}
.box {
	border-radius: 0 0 2px 2px;
}
#daily-table.table>thead>tr>th {
	border-bottom: 2px solid #cfff04 !important;	
}
#daily-table.table>tbody>tr>th, #daily-table.table>tfoot>tr>th, #daily-table.table>thead>tr>td, #daily-table.table>tbody>tr>td, #daily-table.table>tfoot>tr>td {
	border-top: 1px solid #cfff04 !important;
}

.small-box {
 	border-radius: 15px;
}
.small-box-footer {
 	border-radius: 0 0 15px 15px;
}

/*Custom icon styling*/
.custom-icon {
	height: 3.5rem;
	margin-right: 1rem;
	fill: rgb(241,242,242);
	vertical-align: middle;
}

.content-header>h1 {
	margin-top: 10px;
	font-weight: 600;
	font-size: 2.3em;
}
.content {
	align-items: center;
}
.stat-measurement {
	font-size: 14px;
}
.box.box-primary {
  border-top-color: #2a3d73;
}
.box.box-info {
  border-top-color: #cfff04;
}
.box.box-danger {
  border-top-color: #f11e59;
}
.box.box-warning {
  border-top-color: #FFC600;
}
.box.box-success {
  border-top-color: #00D679;
}
.box.box-default {
  border-top-color: #d2d6de;
}

.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #2a3d73;
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green,
.progress-bar-success {
  background-color: #00D679;
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-aqua,
.progress-bar-info {
  background-color: #cfff04;
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow,
.progress-bar-warning {
  background-color: #FFC600;
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red,
.progress-bar-danger {
  background-color: #f11e59;
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #f11e59 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #FFC600 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #cfff04 !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #2a3d73 !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00D679 !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #f11e59 !important;
}
.text-yellow {
  color: #FFC600 !important;
}
.text-aqua {
  color: #cfff04 !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #2a3d73 !important;
}
.text-green {
  color: #00D679 !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover,
.link-black:focus {
  color: #999;
}

.modal-header {
  border-bottom-color: #f4f4f4;
}
.modal-footer {
  border-top-color: #f4f4f4;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #307095;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321;
}

.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}
.contacts-list-msg {
  color: #999;
}
.direct-chat-danger .right > .direct-chat-text {
  background: #f11e59;
  border-color: #f11e59;
  color: #ffffff;
}
.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #f11e59;
}
.direct-chat-primary .right > .direct-chat-text {
  background: #2a3d73;
  border-color: #2a3d73;
  color: #ffffff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #2a3d73;
}
.direct-chat-warning .right > .direct-chat-text {
  background: #FFC600;
  border-color: #FFC600;
  color: #ffffff;
}
.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #FFC600;
}
.direct-chat-info .right > .direct-chat-text {
  background: #cfff04;
  border-color: #cfff04;
  color: #ffffff;
}
.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #cfff04;
}
.direct-chat-success .right > .direct-chat-text {
  background: #00D679;
  border-color: #00D679;
  color: #ffffff;
}
.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #00D679;
}

.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999;
}
.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
  border-top-color: #2a3d73;
}
.nav-tabs-custom.tab-info > .nav-tabs > li.active {
  border-top-color: #cfff04;
}
.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
  border-top-color: #f11e59;
}
.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
  border-top-color: #FFC600;
}
.nav-tabs-custom.tab-success > .nav-tabs > li.active {
  border-top-color: #00D679;
}
.nav-tabs-custom.tab-default > .nav-tabs > li.active {
  border-top-color: #d2d6de;
}
/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666;
}
/*
  .btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7;
}
.btn-primary {
  background-color: #2a3d73;
  border-color: #367fa9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #367fa9;
}
.btn-success {
  background-color: #00D679 !important;
  border-color: #008d4c !important;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
}
.btn-info {
  background-color: #cfff04;
  border-color: #00acd6;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6;
}
.btn-danger {
  background-color: #f11e59;
  border-color: #d73925;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925;
}
.btn-warning {
  background-color: #FFC600;
  border-color: #e08e0b;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
*/
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}

.todo-list > li.done .label {
  background: #d2d6de !important;
}
.todo-list .danger {
  border-left-color: #f11e59;
}
.todo-list .warning {
  border-left-color: #FFC600;
}
.todo-list .info {
  border-left-color: #cfff04;
}
.todo-list .success {
  border-left-color: #00D679;
}
.todo-list .primary {
  border-left-color: #2a3d73;
}

.box.box-primary {
  border-top-color: #2a3d73;
}
.box.box-info {
  border-top-color: #cfff04;
}
.box.box-danger {
  border-top-color: #f11e59;
}
.box.box-warning {
  border-top-color: #FFC600;
}
.box.box-success {
  border-top-color: #00D679;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #2a3d73;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #2a3d73;
  background-color: #2a3d73;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #cfff04;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #cfff04;
  background-color: #cfff04;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #f11e59;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #f11e59;
  background-color: #f11e59;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #FFC600;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #FFC600;
  background-color: #FFC600;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00D679;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00D679;
  background-color: #00D679;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}

.payment_method label {
    margin-right: 10px;
}

.profile {
  padding-left: 0px !important;
}
.profile .form-group {
    margin-bottom: 5px;
}
.form-control {
  border-radius: 3px !important;
}
input[type="text"],
input[type="password"] {
    background-color: #b3ced626;
}
select.form-control {
    background-color: #b3ced626;
}
.input-group .input-group-addon {
    color: #fff;
    background: #2a3d73;
    border-radius: 3px 0 0 3px !important;
}
.input-group .input-group-addon.grey {
    background: #9c9c9c;
}
.alert.alert-notice {
    margin-bottom: 0px;
    background: #2a3d73;
    color: #f2f1f1;
    border-radius: 0;
    font-size: 13px;
}
.profile-image .form-group {
  margin-bottom: 0px;
}
.mg-t-md {
  margin-top: 10px;
}
.mg-t-l {
  margin-top: 30px;
}
.mg-r-md {
  margin-right: 10px;
}
.pd-r-none {
  padding-right: 0 !important;
}
.payment_method {
  min-height: 65px;
  margin-left: 0px;
  background-color: #f2f1f1;
  padding: 1.5em 1.5em;
  border-radius: 4px;
  vertical-align: middle;
}
@media screen and (max-width: 768px)
{
  .pd-r-none-sm {
    padding-right: 0 !important;
  }
  .payment_method {
    padding: 1.5em 0.5em;
  }
}

.cart_button {
  margin-left: 5px;
}

.product_image .product_image_inner {
    overflow: hidden;
    height: 200px;
    border-radius: 4px 4px 0px 0px;
}
.product_image .product_image_inner img {
  width: 100%;
  height: 102%;
  object-fit: cover;
  object-position: 50% 50%;
}
.product_footer {
    text-align: center;
    margin-bottom: 1em;
    background: #f7f7f7;
    padding-top: 1em;
    border-radius: 0px 0px 4px 4px;
}
.product_name {
    font-weight: 900;
}
.product_price {
    /*margin-bottom: 0.5em;*/
}
.inner_product_wrapper {
    padding: 0.5em;
    margin-bottom: 3.5em;
    /*border: solid 1px lightgrey;*/
}
.product_detail_image_wrapper {
    overflow: hidden;
    padding-left: 0;
}
.nav-tabs-custom>.tab-content {
  padding: 0px !important;
}
.product_name a,
.product_price a {
  color: #2a3e73;
}

.product_detail_image_wrapper {
   height: 650px;
   padding: 20px;
   margin: 0px auto 20px;
   text-align: right;
}

.product_detail_image_wrapper img {
   width: 100%;
   height: 104%;
   object-fit: cover;
   object-position: 50% 50%;
}

.product_category {
   padding-top: 20px;
}
.product_description {
   min-height: 150px;
}

.product_stock {
   margin: 10px 0px;
}
.product_price {
   margin-bottom: 0.8em;
   font-size: 1.7em;
}

.cart .header {
  background-color: #cfff04 !important;
  text-align: center !important; 
}
.cart h5 {
  /* font-weight: 600 !important; */
}
.cart h5 .cart-dd-small {
  font-weight: 300 !important;
}
.cart h5 .cart-dd-total {
  font-weight: 400 !important;
}
.cart-total-li {
  background-color: #f3f3f3 !important;
}
.cart-total-li h5 {
 font-weight: 600 !important; 
}
.navbar-nav>.notifications-menu>.dropdown-menu>li.footer.cart-total-footer>a {
  background-color: #2a3d73 !important;
  color: #fdfdfd !important;
  height: 36px !important;
}
.btn.btn-gym-mate {
    border: 2px solid #2a3e73;
    margin: 10px 5px 15px 5px;
    background: #f7f7f7;
    color: #2a3e73;
    font-weight: 600;
    width: 90%;
}
.btn.btn-gym-mate:hover {
    background: #2a3e73;
    color: #f7f7f7;
}
#mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 98;
    opacity: 0.8;
}
.d-none {
    display: none;
}
#group_select_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 98;
    opacity: 0.8;
}
.group_select_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2em;
    font-size: 1.5em;
    line-height: 2em;
    border-radius: 5px;
    border: 3px solid black;
    text-align: center;
    z-index: 99;
}
.group_select_modal-close {
    position: absolute;
    top: 8px;
    right: 13px;
}
.group_select_modal_content {
    text-align: left;
    margin: 0 20px;
}
.modal_title {
    font-size: larger;
    font-weight: bolder;
    text-decoration: underline;
}
.member_schedule .display_booking.booked_out {
    background-color: #deb1b1;
}
.top-menu-controls i.os-icon{
  font-size: 20px;
}
.gym_logo{
  min-width: 200px;
  max-width: 100%;
  max-height: 200px;
}
.powered_by{
  font-size: 0.75em;
}
.powered_by_logo{
  width: 75px;
}
.search_results .btn-block {
  margin-left: 0px !important;
}
.gym_heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.member_schedule .display_booking {
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: black;
    /*margin: 2px 2px 8px 2px;*/
    font-size: 16px;
    border: solid 1px black;
    /*width: 49%;
    float: left;*/
    min-height: 115px;
}
.member_schedule .display_booking.booked {
    color: #292929;
}
.member_schedule .display_booking.unbooked {
    color: #5a595a;
    background-color: #fff;
}
.member_schedule .display_booking.cancelled {
    color: #5a595a;
    background-color: #b94a48a6 !important;
}
.member_schedule .display_booking.booked.class {
    background-color: #beff00bf;
}
.member_schedule .display_booking.booked.pt {
    background-color: #86d6fd7a;
}
.member_schedule .cat_count {
    height: 20px;
}
.member_schedule .add-block {
    width: 15px;
    height: 15px;
    padding: 12px;
    margin: auto;
    background-color: lightgray;
    text-align: center;
    cursor: pointer;
}
.member_schedule .add-block .awe-plus {
    display: inline-block;
    width: 100%;
}
.group_select_booking.btn.btn-block {
    margin-left: 0 !important;
}
.mg-b-m {
  margin-bottom: 10px;
}
.pd-r-md{
  padding-right: 10px;
}
.pd-l-md {
  padding-left: 10px;
}
.payment_option_button {
  width: 47%;
  padding: 10px;
}
.open_gym{
  width: 100%;
}
.all-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body:before {
  background: #f2f4f8 !important;
  font-family: Source Sans Pro;
}
.top-bar.color-scheme-gm-blue {
  background-color: #37416f;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.logged-user-w a {
  background: transparent;
  border: 2px solid white;
  color: white;
}
.element-wrapper .element-box {
  box-shadow: none;
}
.member_schedule {
  /*margin-top: 30px;*/
}
.member_schedule .display-booking, .member_schedule .display_booking.unbooked, .member_schedule .display_booking.unbooked.class,  .member_schedule .display_booking.booked,.member_schedule .display_booking.booked.class, .member_schedule .display_booking.booked.pt{
  padding: 1rem 1.1rem;
  border: none !important;
  min-height: 55px;
}
.member_schedule .display_booking.unbooked {
  background-color: #fff;
  color: #37406f;
}
.display_booking.unbooked .class_time, .display_booking.unbooked .class_name {
  border-right: 1px solid whitesmoke;
}
.display_booking.booked .class_time, .display_booking.booked .class_name {
  border-right: 1px solid whitesmoke;
}
.display_booking .class_name {
  font-weight: 600;
  font-size: 1.2em;
}
.cat_count .class_category, .cat_count .class_booking_count {
  padding: 0px 5px;
  font-size: small;
}
.class_attend {
  padding: 0px 10px;
}
.member_schedule .display_booking.booked.class, .member_schedule .display_booking.booked.pt {
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 5px #37416f33;
  background-color: #dadeec !important;
  color: #37406f;
}
.display_booking.open_gym.signin, .display_booking.open_gym.signout{
  padding: 16px;
  font-weight: 600;
  font-size: 1.3em;
  background: #37416f;
  color: white;
  min-height: 55px;
}
.btn-gm-transparent {
    border-radius: 4px;
    background: transparent;
    border: 2px solid #37416f;
    color: #37416f;
}
.btn-gm-primary {
  border-radius: 4px;
  background: #37416f;
  border: 2px solid #37416f;
  color: white;
}
.element-box h3 {
  font-size: 1.25em !important;
}
.alert {
  line-height: 1.3em;
  text-align: center;
  font-size: 1.0em;
  margin-top: 30px;
}
.modal_title {
  text-decoration: none;
}

/** New member style **/
section[roll=plugins] > article[roll=gm_new_member] {
    padding: 0 !important;
}

.gm_dashboard_content .content-box {
    padding: 0 !important;
}

.element-wrapper .element-header:after {
    background-color: #2a3d73;
    /*background-color: #cfff04;*/
}

.menu-w.color-style-transparent {
    background-color: #232223;
}

.menu-w ul.main-menu > li > a {
    color: #f1f1f1;
}

.top-bar.color-scheme-transparent {
    background-color: white;
}

.menu-w .side-menu-magic {
    display: none;
}

.menu-position-side.menu-w .messages-notifications .new-messages-count {
    background-color: #f11e59;
}

.top-bar .messages-notifications .new-messages-count {
    background-color: #f11e59;
}

.el-tablo .trending-down-basic {
    color: #f11e59;
}

body {
    font-family: Source Sans Pro;
}

.floated-colors-btn {
    display: none;
}

.floated-customizer-btn.third-floated-btn {
    display: none;
}

.floated-chat-btn {
    display: none;
}

.menu-w.color-scheme-light .logo-w .logo-label {
    color: #f1f1f1;
}

.logged-user-w.avatar-inline {
    color: #f1f1f1;
    background-color: #2a3d73;
}

.menu-position-side.menu-w .element-search input {
    background-color: #f1f1f1;
}

#class-schedule {
    background-color: #37416f;
    padding: 20px;
    margin: 30px 0px;
    border-radius: 5px;
}

#class-schedule .element-header {
    color: #f1f1f1;
}

#class-schedule .element-wrapper, #class-schedule .element-header {
    border-bottom: 1px solid #cfff0426;
}

#class-schedule .element-wrapper, #class-schedule .element-header:after {
    background-color: #cfff04;
} 

#class-schedule th {
    color: #f1f1f1;
}

.class-name {
    font-weight: bold;
    color: #2a3d73;
}

.badge-cat-pwlft {
    background-color: #2d499a9e;
}

.badge-cat-strgr {
    background-color: #9c27b0ab;
}

.badge-cat-olylt {
    background-color: #673ab7bd;
}

.status-pill.gm-red, .status-pill.red {
    background-color: #f11e59;
}

.row.gm-dash-section-one {
    margin: 0px !important;
    padding: 0px;
    width: 100%;
}

#available-trainers {
    padding: 20px 45px 20px 0px;
    margin: 30px 0px;
}

.status-pill.green {
    background-color: #8BC34A;
}

#pt-schedule {
    margin-top: 30px;
}

.gm-dash-header {
    margin: 20px 0px 25px 0px;
}

.success>i {
    color: #8BC34A !important;
}

.danger>i {
    color: #f11e59 !important;
}

.booked-out td {
    background-color: #dadeec !important;
}

.booked-out .success>i {
    color: grey !important;
}

.profile-tile .pt-new-icon {
    background-color: #2a3d73;
}

.ql-sub-header {
    text-transform: uppercase;
    padding-bottom: 15px;
    letter-spacing: 0.05em;
    font-size: smaller;
    padding-top: 20px;
}
    
#test-img {
    width: 70%;
    border-radius: 5px;
    opacity: 0.9;
    margin: 0px 1%;
}

.content-w {
    min-height: 100vh;
}

.gm-dash-footer {
    height: 40px;
    border-top: 1px grey solid;
}

.step-contents input.form-control, 
.step-contents select.form-control,
.input-group-prepend {
    font-family: Futura;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
    background: rgb(232, 240, 254) !important;
    text-transform: capitalize;
    height: calc(2.1rem + 4px) !important;
}

/*.step-contents select.form-control, .step-contents select.form-control option {
    background: transparent;
}*/

.step-contents select.form-control option:first-of-type:before, .gm-not-valid-option {
    background: whitesmoke !important;
    color:grey !important;
}

.step-contents select:not([multiple]) {
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
    padding: .5em;
    padding-right: 1.5em;
}

.step-contents input.form-control.gm-input-lrg {
    font-size: 26px;
    font-weight: 500;
    height: 58px !important;
}

.gm-form-text {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 34px;
    color: #293c73e0;
    line-height: 1.2em;
    padding-top: 10px;
}

.gm-form-subtext {
    font-size: 19px;
    font-weight: 600;
    margin-left: -10px;
    padding: 30px 0px 20px;
    color: #293c73e0;
}

.step-contents input.form-control:valid {
/*    background-color: transparent !important;*/
}

.gm-form-option {
    color: #435484;
    font-size: 13px;
    margin:2px 0px 2px 2px;
}

.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.gm-link-align {
    position: absolute;
    bottom: 20%;
}

a.gm_submit,
button.gm_submit,
.gm_submit {
    background-color: #293c73 !important;
    border-color: #293c73 !important;
    color: #fff !important;
}

.gm-trans-button {
    background-color: transparent !important;
    color: #293c73 !important;
    width: 100% !important;
    border: solid 2px rgb(41, 60, 115) !important;
    border-radius: 4px !important;
}

.step-contents label {
    color: #435484;-
}

.step-triggers .step-trigger:before {
    background-color: #f11e59 !important;
}

.step-triggers .step-trigger:first-of-type:before {
    border-radius: 2px 0px 0px 2px; 
}

.step-triggers .step-trigger:last-of-type:before {
    border-radius: 0px 2px 2px 0px; 
}

.gm-form-not-required {
    background-color: transparent !important;
}

.step-contents .form-buttons-w {
    margin-top: 3.5rem;
}

.step-triggers .step-trigger {
    font-size: 1.01rem;
    color: lightgrey !important;
}

.step-triggers .step-trigger.active {
    color: #f11e59 !important;
    font-weight: 700;
    font-size: 1.1em;
}

input[type="radio"] label.form-check-label {
  margin-top: -1px;
  vertical-align: middle;
}

.step-content .form-check.form-check-inline {
    vertical-align: middle;
    margin: 0px 5px;
}

label.gm-form-label-adj {
    margin-right: 5px;
    margin-left: -10px;
}
label.gm-form-label-adj-no-lmargin {
    margin-right: 5px;
    margin-left: 0px !important;
}

.gm-form-button-group .btn.btn-secondary, .gm-form-button-group-inline .btn.btn-secondary {
    margin-left: 0px !important;
    height: calc(2.1rem + 4px);
    width: 50%;
    background-color: whitesmoke;
    border: 1px solid #dde2ec;
    color: #495057;
}

.gm-form-button-group-inline .btn-group {
    width: 60%;
    margin-left: 10px;
}

.gm-form-button-group .btn-group {
    width: 100%;
}

.gm-form-button-group .btn.btn-secondary.active, 
.gm-form-button-group-inline .btn.btn-secondary.active {
    background-color: #293c73 !important;
}

.btn-gm-actions {
    height: 20px !important;
    width: 20px !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 1px !important;
    background-color: #8090bd !important;
    border-color: #8090bd !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
}

.gm-table-subheader {
    font-size: 13px !important;
    color: #afb4c1;
}

.gm-inline {
    display: inline-block;
}

.gm-input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: center;
    white-space: nowrap;
    background-color: #283b73;
    border: 1px solid #273a73;
    border-radius: 4px 0px 0px 4px;
}

.gm-manual-adj {
    /*margin-top: 30px;*/
}

.gm-manual-adj .input-group {
    margin-top: 10px;
}

.gm-input-ro {
    border-top: 2px solid #dde2ec !important;
    border-left: 2px solid #dde2ec !important;
    background-color: #dde2ec !important;
    /*text-align: center !important;*/
}


.box-minmax{
    /*margin-top: 30px;*/
    width: 610px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #293c73;
}

.box-minmax span:first-child {
    margin-left: 10px;
 }

.range-slider, .box-minmax {
    /*margin-top: 30vh;*/
    margin: 0px auto;
}
.rs-range {
    margin-top: 15px !important;
    width: 600px;
    -webkit-appearance: none;
    /*&:focus {
        outline: none;
    }*/
}
.rs-range -webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #ffffff;
    border-radius: 0px;
    border: 0px solid #010101;
}
.rs-range -moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #ffffff;
    border-radius: 0px;
    border: 0px solid #010101;
}

.rs-range -webkit-slider-thumb {
    box-shadow: none;
    border: 0px solid #ffffff;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: rgba(255,255,255,1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}
.rs-range -moz-range-thumb{
    box-shadow: none;
    border: 0px solid #ffffff;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: rgba(255,255,255,1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}
.rs-range -moz-focus-outer {
border: 0;
}

.rs-label {

position: relative;
transform-origin: center center;
display: block;
width: 50px;
height: 50px;
background: #283b73;
border-radius: 50%;
line-height: 30px;
text-align: center;
font-weight: bold;
padding-top: 4px;
box-sizing: border-box;
border: 2px solid #283b73;
margin-top: 8px;
margin-left: -16px;
left: attr(value);
color: #fff;
font-style: normal;
font-weight: normal;
line-height: normal;
font-size: 21px;
}

.rs-label:after {
content: "%";
display: block;
font-size: 12px;
letter-spacing: 0.07em;
margin-top: -2px;
}

#rs-range-line {
background-color: #3f4d5d;
height: 2px;
}

.gm-form-plaintext {
margin-top: 30px;
color: #485057;
font-size: 16px;
background-color: #ffffff;
border-radius: 13px;
padding: 25px;
margin: 30px -10px 0px -10px;
line-height: 1.7em;
border: 2px solid #dde2ec;
}

.gm-form-emtext {
font-weight: bold;
color: #f11e59;
font-size: 16px;
}

.full-width {
width: 100%;
}

#apply-price {
margin-top: 12px !important;
height: calc(2.1rem + 4px) !important;
padding-top: 12px !important;
box-shadow: none !important;
border: 1px solid #293c73 !important;
font-weight: bold;
}

input.input-border {
border-top: 2px solid #dde2ec !important;
border-right: 2px solid #dde2ec !important;
height: 42px !important;
}

body:before {
background: #f2f4f8;
}

.element-box {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}

.display_address2,
.show_price_override {
cursor: pointer;
}
span.step-trigger{
cursor: not-allowed !important;
}

.pd-t-none {
padding-top: 0 !important;
}
.mg-t-lg {
margin-top: 20px !important;
}
.mg-t-m {
margin-top: 10px !important;
}
.mg-t-none {
margin-top: 0 !important;
}
.mg-b-sm {
margin-bottom: 5px !important;
}
.btn-secondary:hover {
color: #fff !important;
background-color: #171818 !important;
border-color: #101112 !important;
}
.gm-checkbox {
height: 18px !important;
width: 18px !important;
}

.liability_waiver_text {
padding: 10px;
border: solid 1px black;
margin-left: 10px;
max-height: 200px;
overflow-x: scroll;
}

li {
list-style: inherit !important;
}
.step-contents input,
.step-contents textarea {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.gm_dashboard_content .btn {
border: none !important;
padding: 0.7rem 1rem !important;
border-radius: 4px !important;
}
.step-contents .form-group {
margin-bottom: 0.9rem !important;
}
.content-box .element-wrapper {
padding-bottom: 0rem;
padding-top: 0.5rem !important;
}
.steps-contents input:focus:required:invalid:focus,
.steps-contents textarea:focus:required:invalid:focus,
.steps-contents select:focus:required:invalid:focus {
border-color: #293c73 !important;
}
.steps-contents input:focus:required:invalid,
.steps-contents textarea:focus:required:invalid,
.steps-contents select:focus:required:invalid {
color: inherit !important;
border-color: inherit !important;
}
.gm_dashboard_content select {
min-width: 0 !important;
}
#injury_description {
height: 73px !important;
max-width: 100% !important;
}
.gm_dashboard_content label {
margin-bottom: 0 !important;
}
.gm_dashboard_content .btn.membership_extra_increase,
.gm_dashboard_content .btn.membership_extra_decrease {
padding: 0 !important;
}
.gm_dashboard_content .btn.membership_extra_increase:hover,
.gm_dashboard_content .btn.membership_extra_decrease:hover {
background-color: #2a3d73 !important;
}
.extras_display .table td,
.extras_display .table tr:hover:not(.red-bg):not(.green-bg) td {
background: rgba(232, 240, 254, 0.33) !important;
}
button#auto_renew_no {
border-radius: 0px 4px 4px 0px !important;
}
button#auto_renew_yes {
border-radius: 4px 0px 0px 4px !important;
}
.price_override_link {
margin-top: 20px;
}
#original_price,
#proposed_price {
border-radius: 0px 4px 4px 0px !important;
}
table.ezidebit_fees_table {
text-align: left; 
padding: 5px; 
min-width: 350px;
}
table.ezidebit_fees_table td {
padding-right: 35px;
}
.extra-modify {
width: 74px !important;
}
.ezidebit_service_agreement {
height: 200px;
overflow-y: scroll;
border: 1px solid black;
padding: 10px;
}
.gm_agreement_text {
font-family: Source Sans Pro !important;
color: #2e2e2e !important;
font-size: 12px !important;
}
.contact_extra_questions {
border: 2px solid #2a3d73;
border-radius: 4px;
padding: 20px;
text-align: center;
margin: auto 25%;
}
.btn.btn-secondary.red {
background-color: #f11e59 !important;
border-color: #f11e59 !important;
}
.row:before, 
.row:after {
display: none !important;
}
select.form-control {
-webkit-appearance: menulist !important;
}

@media (max-width: 1024px){
  .sidebar-toggle-buttons {
      margin-left: -14px;
      margin-top: -3px;
  }
}

.white-bg {
  background-color: white !important;
}
#new-member-success {
    background-color: transparent !important;
    color: #2a3d73 !important;
    border-color: #2a3d73 !important;
}

@media (max-width: 768px){
  .step-contents input.form-control.gm-input-lrg {
    font-size: 20px !important;
    font-weight: 500 !important;
    height: 45px !important;
  }
  .gm-link-align {
    position: unset !important;
    bottom: unset !important;
    display: block !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 1250px){
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 1800px){
  .step-contents {
    max-width: 1400px !important;
    margin: 0 6% !important;
  }
}

@media (max-width: 900px){
  .gm-form-label-adj-no-lmargin{
    display: block !important;
  }
}

.gm-hidden-input {
    display:none !important;
}

.wrapper {
  position: relative;
  width: 600px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid black;
}
#clear_signature {
  margin-top: 5px;
}
.extras_display {
  width: 100%;
}
.payment_instructions {
  margin-bottom: 20px;
}
.content-w {
  background-color: white;
}

/* Start embedded style changes */
.gym_heading.embedded,
.top-bar.embedded {
  display: none;
}
.membership_name_title {
font-weight: bold;
color: #f11e59;
font-size: 16px;
}
/* End embedded style changes */

.pd-b-sm {
  padding-bottom: 5px !important;
}
.mg-b-med {
  margin-bottom: 30px !important;
}

.search_results {
  max-height: 500px;
  overflow: scroll;
}