
	
body
{
	background-color:#5d78af;
	padding:0px!important;
}

body.frame
{
	background-color: #FFF;
}

#auBacs {
	width: 206px;
    border: 1px solid #cccccc;
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    border-radius: 4px;
    vertical-align: middle;
}

h1,h2,h3,h4,h5{font-weight: normal!important;}
h2,h3{font-size: 21px;}
h3{margin:0;}

.control-label {width:120px!important;}
legend+.control-group {margin-top: 0;}
legend {color:inherit;}

legend + table.table > tbody > tr:first-child > td  {border-top: 0px solid #dddddd!important;} /* Add "underline" to LEGEND tags followed by tables*/

table.table legend {margin-bottom: 2px!important;}

legend + div.row-fluid {padding-top: 18px;}

fieldset {margin-bottom: 20px; margin-left: 20px;}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {background-color: rgba(0,0,0,0.05);}

.form-horizontal .control-group {margin-bottom: 10px;}

fieldset + table.table > tbody > tr:first-child > td {border-top: 0px solid #dddddd!important;}

.alert-danger, .alert-error
{
	background-color: rgba(0,0,0,0.05);
	color: red;
	border: 0px!important;
}

.alert, p.alert
{
	background-color: rgba(0,0,0,0.05);
	border: 0 solid #fbeed5;
}

legend ~ p.alert
{
	position: relative;
	top: 10px;
}

form.form.form-horizontal > fieldset > legend {padding-top: 10px!important;}

.form-horizontal .control-label
{
	text-align: left;
	margin-right: 20px;
}

.form-horizontal .controls
{
margin: 0!important;
}

.form-horizontal .elements {
	margin-left: 140px;
}

.elements .item {
	width: 206px;
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    border: 1px solid #cccccc;
}
.elements .elements-small {
	width: 70px;
}

.elements .elements-medium {
	width: 206px;
}
.elements .icon {
	position: relative;
	top: -5px;
}

.error-container {
	border: solid 1px #d93836;
    background-color: #cd9493;
    padding-top: 1px;
    padding-bottom: 3px;
    padding-right: 1px;
    padding-left: 1px;
}

.stripeError {
	top: 0px;
    width: 100%;
    position: fixed;
    height: 50px;
    text-align: left;
    font-size: 12pt;
    display: none;
    padding-top: 10px;
    z-index: 950;
}


.well
{
	background-color: rgba(0,0,0,0.05);
	border: 0px solid #e3e3e3;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.02);
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.02);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.02);
}

.well *:first-child
{
	margin-top: 0px;
}

.hero-unit
{
	padding: 0;
	margin-bottom: 0;
	color: inherit;
	background-color: inherit;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.hero-unit h1
{
	font-size: 21px;
	letter-spacing: 0;
	float: left;
	margin-right: 20px;
}

.breadcrumb
{
	background-color: #FFF;
	color: #000;
	border-radius:0px;
	font-weight: bold;
	font-size: 18px;
}

.breadcrumb > li
{
	text-shadow: none;
}


.breadcrumb > li > .divider
{
	color:black;
}


#idPageContainer
{
	background-color: #5d78af;
	min-width:600px;
	max-width:1100px;
	margin: 0px auto;
}

#idHeader
{
	background-color: #CCC;
	color: #000000;
	padding:10px 25px;
}

#idHeader a
{
	color: #000000;
}

#idHeader a:hover
{
	text-decoration: none;
}

#idNavigation
{
	vertical-align: top;
	padding: 10px 0px;
	width: 200px;
	background-color: #455880;
	color: #FFFFFF;
}

#idNavigation a:hover /* remove underline from ALL anchors in idNavigation*/
{
	text-decoration:none;
}

#idNavigation ul /* remove list bullets from ALL lists in idNavigation */
{
	list-style: none;
}

#idNavigation > ul > li
{
	display: block;
	line-height: 150%;
	font-size: 16px;
}

#idNavigation > ul > li:hover
{
	background-color: #57688c;
	margin-left: -25px;
	padding-left: 25px;
}

#idNavigation > ul > li > a
{
	display:block;
	padding: 3px 5px 3px 5px;
	height:1.5em;
	overflow:hidden;
	text-overflow: ellipsis;
	color: #FFFFFF;
}

#idNavigation > ul > li.active,
#idNavigation > ul > li.active:hover
{
	color: #000;
	background-color: #FFF;
	margin-left: -25px;
	padding-left: 28px;
	padding-top: 6px;
	padding-bottom: 7px;
}

#idNavigation > ul > li.active > a,
#idNavigation > ul > li.active:hover > a
{
	color: #000;
	background-color: #FFF;
	font-weight: normal;
}

#idNavigation > ul > li > ul.subnav
{
	margin-left: -28px;
	margin-bottom:5px;
	padding-left: 48px;
}

#idNavigation > ul > li > ul.subnav > li
{
	font-size:12px;
	color: #000;
	margin-left: -15px;
	padding-left: 5px;
}

#idNavigation > ul > li > ul.subnav > li.active
{
	background-color: #e5e5e5;
}


#idNavigation > ul > li > ul.subnav > li a
{
	color: #000;
	padding: 2px;
}

#idNavigation > ul > li > ul.subnav > li.active a
{
	background-color: #e5e5e5;
}


#idPage
{
	vertical-align: top;
	background-color:#FFF;
	color: #000;
	padding: 10px 20px;
}

.subtext
{
	color:  #CCC;
}

body.frame #idPage
{
	padding:0px;
}


#idPage h1,
#idPage h2,
#idPage h3,
#idPage legend
{
	color: #000;
}

#idPage a,
#idPage .hyperlink
{
	color:#00F;
	cursor: pointer;
}

.productList .panel {
	float:left!important;
	width:250px!important;
	min-width: 30%;
	height:auto!important;
	margin:0!important;
	position:inherit!important;
	margin-right: 25px!important;
}

.productList .panel:

.photo {border: solid 1px #999; background-color:#fff;}
.smallPhoto {border:solid 1px #999; padding:1px; background-color:#fff; max-height:75px; max-width:75px;}
.photoCrop {width: 250px;min-height: 250px;max-height: 250px;overflow:hidden;margin-top: 20px;}
.photoCrop img{min-width: 250px;}

.productList .name {font-weight: normal!important;
	font-size: 16px;
	border-bottom: solid 1px #fff;
	padding: 5px 0;
	margin-bottom: 10px;
}
.productList .price {}
.productList .buyNow {margin-top:10px;}

.productDetail {max-width:500px;}
.productDetail .photo {margin:0px 10px 10px 0px; max-height:400px; max-width:400px;}
.productDetail .price {font-size:14pt; color:black; margin-bottom:10px;}
.productDetail .description {}

/*
.tooltip {display:none;}
.dijitTooltipContainer {-moz-box-shadow:0px 0px 15px -5px #000;}*/

.CF_Grid > .img-rounded {min-width: 50px;}
table.CF_Grid > tbody > tr > td {padding-right: 25px;}
table.CF_Grid > thead {font-size: 12px;
font-weight: bold;}
table.CF_Grid{margin-bottom: 20px;}
form#idCheckoutForm.form.form-horizontal > div.outer > div.inner > table.CF_Grid > tbody > tr > td {line-height: 100%;}
form#idCheckoutForm.form.form-horizontal > div.outer > div.inner > table.CF_Grid > tbody > tr > td > input {width: 30px;
position: relative;
top: 13px;}
div#idCheckoutForm > div.outer > div.inner > table.CF_Grid > tbody > tr > td > input {width:100px;}

.form-horizontal .controls {
margin-left: 105px;
}

.form-horizontal .control-label {
	width: 90px;
}

div#idPageContainer > table > tbody > tr > td#idPage > div.panel > table.right {background-color: rgba(0,0,0,0.3);}

#idProductList_*{margin-right: 20px;}

#idSidebar
{
	vertical-align: top;
	width: 250px;
	background-color: #FFFADC;
	color: #000;
	padding: 10px;
	border-left: solid 1px #e5e1c6;
}

#idSidebar a,
#idSidebar .hyperlink
{
	color: #00F;
	cursor: pointer;
}

#idFooter
{
	background-color: #5d78af;
	color: #FFFFFF;
	padding: 20px;
	text-align:center;
}

#idFooter a
{
	color: #FFFFFF;
}

/* COMMON STYLES */
.bold {font-weight:bold;}
.italics {font-style:italic;}
.block {display:block;}
.red {color:#C00!important;}
.spaceAbove {margin-top:20px;}
.spaceBelow {margin-bottom:20px;}
.spaceLeft  {margin-left:20px;}
.spaceRight {margin-right:20px;}
.right {float:right;}
.left {float:left;}
.padding-4 {padding: 4px;}
.tooltipval {
	display: inline-block;
}

.tooltipval .tooltiptext {
	visibility: hidden;
	width: 180px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 15%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltipval .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltipval:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.hover-opacity-8:hover {
	opacity: 0.8;
}

/* Hide sidebar if the page is too narrow */
@media (max-width: 900px)
{
	#idSidebar {display:none;}
}


/** APPOINTMENT CALENDAR **/
table.cf-calendar.week
{
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-collapse:collapse;
	width:100%;
	margin:0px;
}

table.cf-calendar.week td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	text-align:center;
	vertical-align:middle;
	padding:0px;
}

table.cf-calendar.week thead td
{
	background: #cccccc;
	font-weight:bold;
	border-bottom:none;
}

table.cf-calendar.week tbody td
{
	background-image:url(bg-calendar.png);
	background-position:top left;
	background-repeat: repeat-xy;
}

table.cf-calendar.week td.label
{
	width:80px;
}

table.cf-calendar.week tbody td.label div.container div
{
	background-image:url(bg-calendar-time.png);
	background-position:top right;
	background-repeat:no-repeat;
	width:80px;
	height:1440px;
	position:relative;
	overflow:hidden;
}

table.cf-calendar.week td div.container
{
	position:relative;
	overflow:hidden;
	padding-right:1px;
}

table.cf-calendar.week td div.item
{
	position:absolute;
	left:1px;
	right:1px;
	overflow:hidden;
	cursor:pointer;
	border-radius:4px;
}

table.cf-calendar.week td div.item.nohover
{
	cursor:default;
}

table.cf-calendar.week td div.item div
{
	padding:2px;
	font-face:Verdana;
	font-size:8pt;
}

table.calendar div.sessionFull {background-image:url(session-full.png); background-repeat:repeat-xy; background-position:top left;}
.sessionFull {background-image:url(session-full.png); background-repeat:repeat-xy; background-position:top left;}

div.item.ScheduleBooked {
	opacity: 0.6;
}


/** PARSLEY VALIDATION **/
input.parsley-error,
select.parsley-error
{
  border-color: #E9322D;
  background-color:#FCC;
}

ul.parsley-error-list
{
	display:inline-block!important;
	list-style-type:none;
	margin:0px 10px;
}

ul.parsley-error-list > li
{
  font-size:10pt;
  color:#E9322D;
}

i.parsley-error-asterisk
{
  color:#E9322D;
}

ul.parsley-error-list + i.parsley-error-asterisk /* hide asterisk when a parsley error message is visible */
{
	display:none;
}


/* BOOTSTRAP HACKS */
.calendar .container,
.cf-calendar .container
{
	width: auto;
}


a.btn.btn-primary {color:#fff!important;}

a.btn,
ul.dropdown-menu > li > a
{
	color:black!important;
}

/** FULL CALENDAR HACKS **/
div.fc-event-inner,
div.fc-event-inner div.fc-event-time,
div.fc-event-inner div fc.event-title
{
	line-height: normal;
}

/* yesNo RADIO BUTTON FORMATTING */
div.yesNo, label.yesNo { float:left;}
div.yesNo > label {	display:inline;	}
/* Naira currency symbol */
.naira {
  text-decoration: none;
  position: relative;
}
.naira:after {
  content: "";
  font-size: inherit;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 40%;
  bottom: 40%;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.hasDatepicker
{
	margin-right:5px;
}

#idPersonRegistered
{
	 background: #DFE8CA;
	 color:#25872A;
}
table.CF_Grid > tbody > tr.group > td
{
background: #f9f9f9;
}

#showPasswordToggle {
	float: right;
	color: gray;
	cursor: pointer;
}

#showChangePasswordToggleDesktop {
	color: gray;
	cursor: pointer;
}

#idPassword {
	margin-bottom: 10px;
}

#passwordShowHideLabelContainer {
	display: flex;
	justify-content: space-between;
	width: 220px;
}

/* ------- Change Password Page ------- */

#outerChangePasswordContainer{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#innerChangePasswordContainer {
	display: flex;
	flex-direction: column;
	margin-right: 30px;
}

.loginFieldContainerRow {
	margin-bottom: 8px;
}

#newRulesContainer {
	min-width: 240px;
}
.control-label.wide-label {
	width: 220px!important;
}

/* ------------------------------------ */
.loadingOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1000;
	text-align: center;
	line-height: 100vh;
}
.loadingSpinner {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 3px solid rgba(255,255,255,.3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

.loadingSpinnerStripe {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 1000;
	left: 45%;
	top: 45%;
	border: 3px solid rgba(255,255,255,.3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}
.cancelMembership {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cancel-container {
	margin-bottom: 18px;
}
.alert {
	display: flex;
	align-items: center;
	padding: 16px;
	border-left: 4px solid;
	font-size: 14px;
	margin: 20px 0;
	border-radius: 8px;
}
.pay-bills-link {
	margin: 0 5px;
	text-decoration: underline;
}
.billing-title {
	margin-right: 8px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 10px;
}
.icon-asterisk {
	font-size: 8px;
	vertical-align: super;
	margin-left: 2px;
}
.drop-reason-container {
	margin: 16px 0 10px;
}
.drop-reason-container .drop-reason-radio {
	margin-right: 10px;
}
.button-container{
	margin: 24px 0 20px;
}
.cancelled-badge {
	display: inline-block;
	padding: 5px 17px;
	font-size: 14px;
	color: black;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
}
.membershipInfoRow {
	display: flex;
	justify-content: space-between;
}

 spin {
	to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	to { -webkit-transform: rotate(360deg); }
}




