@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,600,700");

html, body {
    border: 0;
    padding: 0;
    margin: 0;
}
body {
    background-image: none;
    background-color: #e9e9e9; 
    display: inline;
    font-family: 'Raleway', sans-serif;
}
#page_wrapper {
    width: 100%;
    margin: auto;
	 background-color: #ffffff; 
}
#header img {
    width: 1010px;
    margin-left: -17px;
    margin-top: -10px;
}
#header_wrapper {
    display: none;
    width: 975px;
}
.alpha60 {
    background: #FFFFFF;
}
h1 {
    font-family: inherit;
    font-size: 21pt;
    font-weight: bold;
    color: #ee2e24; /*red*/
}
h2 {
    font-family: inherit;
    font-size: 15pt;
    font-weight: bold;
    color: #ee2e24; /*red*/
}
h3 {
    font-family: inherit;
    font-size: 13pt;
    color: #242b31; /*dark grey*/
}
p {
    font-family: inherit;
    font-size: 13pt;
    color: #242b31; /*dark grey*/
}
.footer_contact {
    background-color: transparent;
    font-family: inherit;
    font-size: 8pt;
    padding: 0;
    width: 100%;
}
.footer_contact a {
    font-size: 8pt;
}
.footer_contact a:hover {
    text-decoration: underline;
}
.swMain {
    width: 100%;
	background-color: #FFF;
}
.swMain .stepContainer {
    margin: 0;
    float: left;
    width: 100%;
	background-color: #FFF;
}
.swMain .stepContainer div.content {
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    color: #242b31; 
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
    border: 0;
    padding: 0;
    position: relative;
    background-color: #FFF;
}
.swMain .loader {
    position: relative;
    display: none;
    float: left;
    margin: 2px 0 0 2px;
    padding: 8px 10px 8px 40px;
    border: 1px solid #BFC0C1;/*medium grey*/
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    color: #BFC0C1; /*medium grey*/
    background: #FFF url(https://static.activecarrot.net/images/707/loader.gif) no-repeat 5px;
    border-radius : 0px;
    z-index: 998;
}
.swMain .msgBox {
    position: relative;
    display: none;
    float: left;
    margin: 4px 0 0 5px;
    padding: 5px;
    border: 1px solid #ee2e24; /*red*/
    background-color: #efeff0; /* light grey */
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #242b31; /* dark grey */
    border-radius: 0px;
    z-index: 999;
    min-width: 200px;
}
.swMain .msgBox .content {
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    padding: 5px;
    float: left;
}
.swMain .msgBox .close {
    border: 1px solid #242b31; /* dark grey */
    border-radius: 0px;
    color: #242b31; /* dark grey */
    display: block;
    float: right;
    margin: 0 0 0 5px;
    outline-style: none;
    padding: 0 2px 0 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.swMain .msgBox .close:hover {
    color: #ee2e24; /*red*/
    border: 1px solid #ee2e24;/*red*/
}
.swMain ul.anchor {
    margin: 0 0 20px 0;
    width: 100%;
}
.swMain ul.anchor li {
    clear: none;
    width: 24%;
    position: relative;
	margin:0 0.5% 0 0.5%;
	}
.swMain ul.anchor li a {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    height: 90px;
}

.swMain ul.anchor li a .stepDesc {
    font-family: inherit;
    font-size: 15pt;
    font-weight: bold;
    color: #bfc0c1; 
	border:none;
}
.swMain ul.anchor li a.selected .stepDesc {
    color: #ffffff; /*white*/
	border:none;
}
.swMain ul.anchor li a .stepDesc:hover {
    font-family: inherit;
    font-size: 15pt;
    font-weight: bold;
    color: #bfc0c1; /*medium grey*/
    text-decoration: none;
	border:none;
}
.swMain ul.anchor li a.selected .stepDesc:hover {
    color: #ffffff; /*white*/
    text-decoration: none;
	border:none;
}
.swMain ul.anchor li a.error {
    color: #ffffff !important;
    background: #ee2e24 !important;

}
.swMain ul.anchor li a.error:hover {
    color: #ffffff !important;
}
.swMain ul.anchor li a.disabled.error {
    color: #bfc0c1!important;
    background: #efeff0 !important;

}
.swMain ul.anchor li a.disabled.error:hover {
    color: #bfc0c1!important;
    background: #efeff0 !important;
 
}

.swMain ul.anchor li .disabled {
    border-radius: 0;

}
.swMain ul.anchor li .disabled .error {
    border-radius: 0;
}
.swMain ul.anchor li a.disabled {
  border: none;

}
.swMain ul.anchor li a.disabled:hover {
  background: #242b31;
}
.swMain ul.anchor li a.done:hover {
  border:none;
}

.swMain ul.anchor li a.selected {
	border: none;
	cursor: text;
	box-shadow: none;
}

a {
    font-family: inherit;
    font-size: 12pt;
    color: #525252;
}
a:hover {
    text-decoration: underline;
}
.swMain ul.anchor li a .stepDesc small {
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    color: #bfc0c1; /*medium grey*/
}
.swMain ul.anchor li a.selected .stepDesc small {
    color: #ffffff;
}
.swMain ul li .selected {
	text-shadow: none;
}

.swMain .stepContainer .StepTitle {
    font-family: inherit;
    font-size: 15pt;
    font-weight: bold;
    color: #242b31;
	margin-bottom:2px;
	padding:8px 0 8px 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-shadow: none;
}
#step-1 table tr td strong {
    font-family: inherit;
    font-size: 14pt;
    font-weight: bold;
    color: #242b31; 
}
.contract_grouping {
    color: #242b31; 
    font-size: 17pt;
    font-weight: bold;
	letter-spacing:-0.025em;
}
.swMain div.actionBar {
    height: 180px;
    background-color: #ffffff;
    border: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 40px 0 0 0;
    padding-top: 10px;
    border-top: 2px solid #dddddd;
}
.swMain ul.anchor li a.done {
    color: #ee2e24; /*red*/
    background: #efeff0; /*light grey*/
    border: none;
    text-decoration: none;
    border-radius: 0;
}
.swMain ul.anchor li a.done:hover {
    color: #ee2e24; 
    background: #efeff0; /*light grey*/
    border: none;
    text-decoration: none;
    border-radius: 0;
}
.swMain ul.anchor li a.done .stepNumber {
    color: #bfc0c1; /*dark grey*/
}
.swMain ul.anchor li a.done:hover .stepNumber {
    color: #ee2e24; /*red*/
}
.swMain ul.anchor li a.done .stepDesc {
    color: #bfc0c1; /*dark grey*/
}
.swMain ul.anchor li a.done:hover .stepDesc {
    color: #ee2e24; /*red*/
}
.swMain ul.anchor li a.done .stepDesc small {
    color: #bfc0c1; /*dark grey*/
}
.swMain ul.anchor li a.done:hover .stepDesc small {
    color: #ee2e24; /*red*/
}
.swMain .buttonCancel {
    font-family: inherit;
    font-size: 15pt;
    font-weight: bold;
    color: #242b31;  /*red*/
    background-color: #fcfcfc; /*light grey*/
    border: 2px solid #242b31;  /*red*/
    border-radius: 0;
}
.swMain .buttonCancel:hover {
    font-family: inherit;
    font-size: 15pt;
    font-weight: bold;
    color: #ffffff;  /*white*/
    text-decoration: none;
    background: #242b31;  /*red*/
}
.swMain .buttonNext {
    font-family: inherit;
    font-size: 15pt;
    font-weight: bold;
    color: #242b31; /*red*/
    background-color: #fcfcfc; /*light grey*/
    border: 2px solid #242b31; /*red*/
    border-radius: 0;
}
.swMain .buttonNext:hover {
    font-family: inherit;
    font-size: 15pt;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff; /*white*/
    background: #242b31; /*red*/
}
.swMain .buttonFinish {
    font-family: inherit;
    font-size: 15pt;
    font-weight: bold;
    color: #242b31;
    background-color: #efeff0;
    border: 2px solid #242b31;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0px;
    margin: 0;
    padding: 15px 0;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
}
.swMain .buttonFinish:hover {
    font-family: inherit;
    font-size: 15pt;
    font-weight: bold;
    color: #ffffff;
    background-color: #242b31;
    border: 2px solid #242b31;
    border-radius: 0px;
}
.swMain ul.anchor li a.selected {
    color: #ffffff; /*white*/
    background: #ee2e24; /*red*/
    text-decoration: none;
    border-radius: 0;
    box-shadow: none;
}
.swMain ul.anchor li a.selected:hover {
    color: #ffffff; /*white*/
    background: #242b31; /*red*/
    text-decoration: none;
    border-radius: 0;
}
#header_wrapper {
    width: 975px;
}
#footer_wrapper {
    background: none;
    margin: 0px;
    height: 0px;
    width: 100%;
}
/*Facility*/
.public_facility_bookings {
    opacity: 0.85;
    margin: 0;
    padding: 0;
}
/* .read_only_navigation  {
    visibility: hidden;
} */

.facilities ul {
    visibility: hidden;
}
/*table header*/
table#trainer_booking_header td {
    background-color: #B2AFAF;
    font-family: inherit;
    font-size: 12px;
    color: #242b31;
}
table#trainer_booking_header th {
    background-color: #B2AFAF;
    font-family: inherit;
    font-size: 12px;
    color: #242b31;
}
.rounded_button ul li a {
    background-color: #242b31;/*grey*/
    font-family: inherit;
	padding:4px 0;
}
.rounded_button ul li a:hover {
    background-color: #ee2e24; /*red*/
    color: white;
    font-family: inherit;
}
.rounded_button .selected {
    background: #ee2e24;/*red*/
    color: white;
    font-family: inherit;
}
.public_facility_bookings .navigation ul li a {
    background-color: #525252;
    font-family: inherit;
}
.public_facility_bookings .navigation ul li a .selected {
    background-color: #eb131b;
    font-family: inherit;
}
.public_facility_bookings .navigation .selected {
    background-color: #ee2e24;
    font-family: inherit;
}
.public_facility_bookings .navigation ul li a:hover {
    background-color: #ee2e24;
    text-decoration: underline;
    color: #ffffff;
}
.public_table_heading td {
    background: #d6d6d6 !important;
	color:#242b31 !important;
	padding:6px 0 10px 0;
    font-family: inherit;
}
.public_table_data td {
    padding-left: 30px !important;
    text-align: left !important;
}
#main_content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: rgb(255,255,255);
    border-radius: 5px;
    padding-left: 0;
    padding-top: 1px;/*
    width: 1000px;
  padding-left: 15px;
    */
}
.step_table h3, #credit_card_details h3, #direct_debit_details h3 {
    color: #ee2e24; /*red*/
    line-height: 2em;
    font-size: 14px;
    font-weight: bold;
}
#credit_card_details label, #credit_card_details #total, #credit_card_details p {
    font-size: 12px;
    color: #242b31; /*dark grey*/
    text-align: left;
}
#credit_card_details table, #credit_card_details thead, #credit_card_details tr, #credit_card_details td {
    border: none;
}
#credit_card_details table tr:nth-child(odd) {
    background: #efeff0; /* middle grey */
}
.swMain ul.anchor li a.disabled {
	background-color:#242b31;
	color:#FFF;
}
.moveuptwolinebreaks {
    margin-top: -35px;
}
.step_table {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.step_table .visit_pass_row td {
    text-align: left !important;
}
.step_table .visit_pass_row td:first-child, .step_table .contract_row td:first-child {
    width: 20px;
}
#contact_details_form {
    width: 100%;
}
#contact_details_form table {
    width: 100% !important;
}
#contact_details_form table td {
    width: 100% !important;
    display: block;
    text-align: left;
    padding: 0;
}
#contact_details_form table td .txtBox {
    width: 90%;
}

a[href*="/login"] {
    display: inline-block;
	margin:8px 0 16px 0;
    padding: 4px 10px;
    background-color: #FFF;
    color: #242b31;
    border: 2px solid #242b31;
    border-radius: 0px;
    text-decoration: none;
}
a[href*="/login"]:hover {
    text-decoration: none;
    color: #fff;
	background-color: #242b31;
}


#payment_details_form table {
    width: 100% !important;
}
#membership_details, #membership_details ul, #membership_details ul li, #membership_details ul li:first-child {
    width: 100%;
    margin: 0;
    padding: 0;
}
.swMain ul.anchor li a .stepNumber {
    display: none;
}
.swMain ul.anchor li a .stepDesc {
    width: auto;
}
.swMain ul.anchor li a .stepDesc small {
/*display: none;*/
}
.swMain ul.anchor li a .stepDesc, .swMain ul.anchor li a:hover .stepDesc {
    font-size: 12pt;
}
form .button, .input[submit] {
    background-color: #ee2e24 !important;/*red*/
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border: 0px !important;
    min-width: 95px;
    padding: 10px 15px;
}
form .button:hover {
    color: #fff !important;
}

.public_facility_bookings table { width: 100%;}
.book {
	max-width: 100px;
	display: block;
	width: 80px;
	background: #ee2e24;
	color: #FFF;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: none;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 5px;
	text-decoration:none;
}
.book:hover {
	background: #242b31;
	color: #FFF;
	border: none;
	text-decoration:none;
	}
.book_disabled {background: #CCC;}

.cw-block-book .book {
	margin-left:10px;
	}



@media only screen and (min-width:450px) {
.swMain div.actionBar {
    height: 120px;
}
.swMain .buttonFinish {
    padding: 5px;
    margin: 5px 10px 0 3px;
    width: 150px;
    box-sizing: initial;
    position: static;
}
} /* End  Media */

/* new media resize eHost 2019 */
@media only screen and (max-width: 680px), only screen and (max-device-width: 680px) {
.step_table, .step_table tr, .step_table td {
    display: block !important;
    width: 98%;
    text-align: left !important;
	position:relative;
}
.step_table td {
    padding: 6px 10px !important;
}


.swMain ul.anchor li {
    clear: both;
    width: 100%;
    position: relative;
	margin:0;
	padding-top:0;
	padding-bottom:2px;
	
	}
.swMain ul.anchor li a {
    padding: 8px 0 8px 8px;
	margin:0;
    height: auto;
}

body #wizard.swMain #step-1 table strong, body #wizard.swMain #step-1 tbody strong, body #wizard.swMain #step-1 td strong, body #wizard.swMain #step-1 tr strong {
	position: absolute;
	top: -24px;
	left: 40px;
}

}/* End media */


@media only screen and (min-width:769px) {
#contact_details_form table {
    width: 720px !important;
}
#contact_details_form table td {
    padding: 3px;
}
#contact_details_form table td:nth-child(odd) {
    width: 135px !important;
    display: table-cell;
    text-align: right;
}
#contact_details_form table td .txtBox {
    width: 400px;
}
.swMain ul.anchor li a .stepDesc small {
    display: inline;
}
}

@media only screen and (min-width:1024px) {
body {
    /* background-image: url("https://static.activecarrot.net/images/707/background.png"); */
	background-color: #FFF;
}
#header_wrapper {
    width: 975px;
    display: block;
}
#page_wrapper {
    width: 1010px;
	background-color: #FFF;
}
.swMain {
    width: 980px;
	background-color: #FFF;
}
table {
    width: auto;
}
table table {
    width: 100%;
}


.swMain .stepContainer {
  /*  padding-left:248px;*/
    float: left;
	clear:both;
	box-sizing:border-box;
}
.swMain .stepContainer div.content {
	width:100%;
    border: none;
    padding: 5px;
    position: absolute;
    background-color: #F8F8F8;
    font-size: 12pt;
    font-weight: 400;
	box-sizing:border-box;
}
.swMain ul.anchor {
    margin: 5px 0px 20px 0;
	width:100%;
}
.swMain ul.anchor li {
	display:inline;
	
}
.swMain ul.anchor li a {
    height: 70px;
    padding: 3px;
    box-sizing: initial;
	display:inline;
}
.swMain div.actionBar {
	width:100%;
    margin: 3px 0 0 0;
    padding-top: 0;
    border-top: 0;
}
.footer_contact {
    padding: 5px;
    width: 980px;
}
#footer_wrapper {
    width: 989px;
}
#main_content {
    width: 1000px;
    padding-left: 15px;
}



#payment_details_form table {
    width: auto;
}
#membership_details, #membership_details ul, #membership_details ul li, #membership_details ul li:first-child {
    width: 700px;
    margin: 5px 10px 0 5px;
    padding: 0 0 0 5px;
}
.swMain ul.anchor li a .stepDesc {
    width: 70%;
}
.swMain ul.anchor li a .stepNumber {
    display: inline;
}
.swMain ul.anchor li a .stepDesc, .swMain ul.anchor li a:hover .stepDesc {
    font-size: 15pt;
}
}