@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    		url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* misc font styles*/
body{
	font-family: 'open_sansregular','Helvetica Neue', Helvetica, Arial, sans-serif;
}
.cut{
	margin: -9px 0 35px 15px;
	border-top: 1px dotted #333;
}
.thumbnail{
	border:none;
	background: none;
}
.callout{
	padding: 5px 30px;
	background-color: #fbfbfb;
	border-top: 15px solid #f6f6f6;
}
.strong { font-weight: bold; }
.em{font-style: italic;}
.small, small, .label { font-size: 90%; }
label{
	vertical-align: bottom;
}
.mini {font-size: 55%;}
.large { font-size: 110%; }
.legend {
	border-bottom: 1px solid #e5e5e5;
	line-height: 36px;
	font-weight: normal;
}
.notop{
	margin-top: 0;
	padding-top: 0;
}
.nopadding{
	padding:0;
}
.nomargin{
	margin: 0;
}
.nobottom{
	margin-bottom: 0;
	padding-bottom: 0;
}

.align-bottom {
	vertical-align: bottom !important;
}
.main-login-header {
	border-bottom: 1px solid #e5e5e5;
	line-height: 36px;
	margin-top: 15px;
}
.btn{
	text-transform: uppercase;
	line-height: 1.3em;
	vertical-align: middle;
}
.btn-default, .btn-default:hover{
	background-color: #f3f3f3;
	border-top: 1px solid transparent;
	border-right:  1px solid transparent;
	border-left:  1px solid transparent;
	border-bottom: 1px solid #e3e3e3;
}
.btn-default:hover{
	background-color: #eeeeee;
}
.btn-primary{
	border-bottom: 1px solid #24537c;
}
.btn-info{
	border-bottom: 1px solid #408da0;
}
.btn-warning{
	border-bottom: 1px solid #d58512;
}
.btn-success{
	border-bottom: 1px solid #398439;
}
.btn-danger{
	border-bottom: 1px solid #ac2925;
}
.btn-xs{
	line-height: 1.5;
	padding:1px 5px;
}
.text-success { color: #468847; }

.text-error { color: #B94A48; }

.text-info { color: #3a87ad; }
.input-group-btn .btn{
	border-bottom: 1px solid transparent;
	line-height: 1.4em !important;
}
.input-group-btn:last-child > .btn-default, .input-group-btn:last-child > .btn-group {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.btn-group .btn-default{
	border: 1px solid #e3e3e3;
}
input[type="radio"], input[type="checkbox"]{
	margin-right: 3px;
}
.labelgroup label{
	display: block;
	font-weight: normal;
}
.width250{
	max-width: 250px;
	display: inline-block;
}
dd, dt { line-height: 22px; }

@media (min-width: 550px) {
	.dl-horizontal dt {
		width: 160px;
		float:left;
		text-align: right;

	}
}
.dl-horizontal dd { margin-left: 180px; }
}

table input[type="radio"], table input[type="checkbox"]{
	vertical-align: top;
	margin-top:3px;
}
legend + .form-group {
	margin-top: 0;
}

a:active, a:focus, button:active, button:focus, .btn:active, .btn:focus { outline: none; }

.required {
	background: url(../images/icon_star.png) no-repeat scroll right 8px transparent;
	padding-right: 7px;
}

@media (max-width: 480px) {
	.required {
		background: url(../images/icon_star.png) no-repeat scroll right 0 transparent;
		display:inline;
	}
}

.validity-tooltip {
	z-index: 1003;
	cursor: pointer;
	padding: 3px;
	position: absolute;
}

.validity-summary-container a{
	color: #B94A48;

}
.text-center, .text-center th {
	text-align: center !important;
}
/*tables*/
.table-lg > thead > tr > th, .table-lg > tbody > tr > th, .table-lg > tfoot > tr > th, .table-lg > thead > tr > td, .table-lg > tbody > tr > td, .table-lg > tfoot > tr > td{
 padding:15px;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 1px solid #dddddd;
}
.CV_columnTable { width: 100%; }

.CV_columnTable input[type="radio"], .CV_columnTable input[type="checkbox"] { margin-top: 0; }

.CV_columnTable th,.CV_columnTable td {
	padding: 8px;
	vertical-align: top;
	margin: 10px;
}
.trainerTable .popover{
	max-width: 500px;
	min-width: 400px;
}

@media (max-width: 600px) {
	.trainerTable .popover{
		max-width: 500px;
		min-width: 350px;
		left: 110px !important;
	}
}

@media (max-width: 479px) {
	.trainerTable .popover{
		max-width: 500px;
		min-width: 50%;
		left: 110px !important;
	}
}

.table { display: table !important;}

.table td, .table th { border-top: none	!important;  vertical-align: middle !important;}

.table th { border-bottom: 1px solid #efefef !important; }

.table-bordered td { border-top: 1px solid #efefef;
}
.table-bordered>thead>tr>th {
	border-bottom-width: 1px !important;
}
.table-cart tr td, .table-cart tr th{
	padding:15px !important;
	vertical-align: middle !important;
	border-color: #f5f5f5 !important;
}
.table-cart {
	border-color: #f5f5f5 !important;
}
.table-cart thead, .table-cart tfoot, .subtotal{
	font-size: 110%;
	font-weight: bold;
}
/* product listing */
.prod-thumbnail{
	max-height: 120px;
}
.prodForm{
	border: 1px solid #dfdfdf;
	border-radius: 10px;
	padding: 15px;
	margin: 0 auto 20px;
}
.productItem{
	width: 250px;
	display: inline-block;
	height: 400px;

}
.prodimg {
	height: 180px;
}

.prodinfo{
	border-top: 1px solid #ededed;
	margin-top: 25px;

}
.height50{
	height:50px;
}

.slideEffect  {
	position: relative;
	z-index: 1;
}

.slideEffect a {
	overflow: hidden;
	margin: 0 15px 0 0;
	position: relative;
	display: inline-block;
	outline: none;
}

.slideEffect a h4 {
	background: #efefef;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	margin-top: 0;
}

.slideEffect a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0 20px 10px;
	font-size: 17px;
	font-weight: 500;
	width: 100%;
	height: 100%;
	color: #B94A48;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}

.slideEffect a:hover h4,
.slideEffect a:focus h4 {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.slideEffect a:hover::before,
.slideEffect a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

/* Calendar styles*/
.calendar { table-layout: fixed;
}
.calendar th{
	border: 1px solid #efefef;
	background-color: #ddd;
	text-transform: uppercase;
}
.calendar td {
	width: 14%;
	text-overflow:ellipsis;
	overflow:hidden;

	padding: 15px !important;
	height: 126px;
	border: 1px solid #efefef;
	vertical-align: top !important;
}

.calendar .popover{
	max-width: 200px;
	text-align: center;
}

/*events*/
.fa-events{
	margin-top: 10px;
}
.tabs-left .nav-pills>li+li{
	margin-left: 0;
}
.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.tabs-left .nav-pills > li {
	float: none;
}

.tabs-left .nav-pills > li > a {
	margin-bottom: 4px;
}

.navwrap {
	margin-top: 30px;
}

.navwrap .tab-content {
	/* background: #fafafa; */
	padding: 15px 20px 10px;
}

.fa-tabs {
	display: block !important;
	margin-bottom: 5px;
}
.help-inline {
	padding: 5px 0 0;
}

p.lead{
	font-size: 15px;
	font-weight: bold;
}

.form-actions {
	border-top: solid 1px #dddddd;
	padding: 15px;
	margin-top: 25px;
	text-align: right;
	width: 100%;
}

.default-display {
	display: inline-block;
	vertical-align: middle;
}

.fixed-width { width: 150px !important;}

.accordion-toggle {
	cursor: pointer;
}

legend {
	padding-top: 20px;
}
.radio label, .checkbox label{
	padding-left: 0;
}
.alert-heading {
	margin-bottom: 15px;
}

.well {
	margin-top: 60px;
}

.form-inline {
	margin-bottom: 30px;
}

.userRow {
	padding: 15px;
}
.cartnav {
	width:100%;
	text-align:center;
	font-weight:700;
	padding:20px 0;
	margin-top: 15px;
}
.nav2 {
	padding-right: 25px;
	padding-left: 25px;
}

/* Required by anchors without href - 8/26/2014 */
a:hover{
	cursor: pointer;
}
@media (max-width: 479px) {
	.hidden-ts{
		display: none;
	}
}
@media (min-width: 480px) {
	.visible-ts{
		display: none;
	}
	.border-right{
		border-right: 1px solid #efefef;
	}
	.border-left{
		border-left: 1px solid #efefef;
	}
}
.col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11, .col-ts-12{
	position: relative;
	min-height: 1px;
	margin-bottom: 10px;
	float: left;
}
.col-ts-12 {
	width: 100%;
}
.col-ts-11 {
	width: 91.66666667%;
}
.col-ts-10 {
	width: 83.33333333%;
}
.col-ts-9 {
	width: 75%;
}
.col-ts-8 {
	width: 66.66666667%;
}
.col-ts-7 {
	width: 58.33333333%;
}
.col-ts-6 {
	width: 50%;
}
.col-ts-5 {
	width: 41.66666667%;
}
.col-ts-4 {
	width: 33.33333333%;
}
.col-ts-3 {
	width: 25%;
}
.col-ts-2 {
	width: 16.66666667%;
}
.col-ts-1 {
	width: 8.33333333%;
}
/*Firefox fix for .table-responsive class */
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}
/* end Firefox fix */



.inliner + .inlined {
  display: block;
  vertical-align: middle;
}

.inlined {
  width: 100%;
  margin: 0 auto;
}

.progress-meter {
  margin: 20px auto 40px;
  padding: 40px;
  counter-reset: point;
  list-style-type: none;
}
.progress-meter .progress-point:before {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  content: "\2713";
  display: block;
  width: 26px;
  margin: 0 auto 12px;
  border: 4px solid #aaaaaa;
  text-align: center;
  background-color: white;
  color: white;
}
.progress-meter .track {
  position: relative;
  height: 4px;
  background: #ddd;
}
.progress-meter .progress {
  -moz-transition: width 1s;
  -o-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: #4cae4c;
}
.progress-meter .progress-points {
  position: relative;
  margin: -14px 0 0;
  padding: 0;
  list-style: none;
}
.progress-meter .progress-points .progress-point:nth-child(1) {
  left: 0%;
}
.progress-meter .progress-points .progress-point:nth-child(2) {
  left: 25%;
}
.progress-meter .progress-points .progress-point:nth-child(3) {
  left: 50%;
}
.progress-meter .progress-points .progress-point:nth-child(4) {
  left: 75%;
}
.progress-meter .progress-points .progress-point:nth-child(5) {
  left: 100%;
}
.progress-meter .progress-point {
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
  position: absolute;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  cursor: pointer;
}
.progress-meter .progress-point .visible-ts{
	font-size: 1.2em;
	font-weight: 700;
}
.progress-meter .progress-point.completed{
	color: #398439;
}
.progress-meter .progress-point.completed:before {
  border-color: #4cae4c;
  background-color: #4cae4c;
}
.progress-meter .progress-point.active:before {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  border-color: #777;
}
/* .progress-meter .progress-point .lilabel:before {
  counter-increment: point;
  content: counter(point) ". ";
  Display the counter
} */
@media print {
  a[href]:after {
    content: none !important;
  }
}

@media (max-width: 480px){
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
		width:100%;
	}
}

/* Overriding nacuacontrol.css */
tr:nth-child(odd)
{
	background: #FFFFFF;
}
table
{
	border: none;
}
td a
{
	text-decoration: none;
}
td a:hover
{
	text-decoration: underline;
}

/*	AI 110040 - 5/12/2020 */
.icheckbox_flat-blue.disabled.checked {
	background-color: #0088cc;
	border-radius: 5px;
}

/** Select2 CSS Override **/
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #ccc !important;
	cursor: pointer !important;
}

.has-error .select2-container--default .select2-selection--multiple, .has-error .select2-container--default .select2-selection--single,
.has-error .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
}

.select2-container {
	width: 100% !important;
}

ul.select2-selection__rendered  {
  padding-right: 30px !important;
}

ul.select2-selection__rendered :after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid rgb(136, 136, 136);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
/** Select2 CSS Override Ends **/
