
/* =Forms
-------------------------------------------------------------- */
.form-row {
  overflow: hidden;
  zoom: 1;
  padding: 3px;
  margin: 0 0 6px !important;
}
.form-row label {
  display: block;
}
.form-row label.hidden {
  visibility: hidden;
}
.form-row select {
  width: 100%;
  cursor: pointer;
  margin: 0 !important;
}
.form-row .required {
  color: #c00;
  font-weight: bold;
}
.form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.form-row label.checkbox {
  display: inline;
}
form .form-row, #content .form-row {
  /*display: block;
		padding: 1px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		width: 100%;
		border: 1px solid #ccc;
		outline: 3px solid #f5f5f5;
		background: #fff;*/

}                                                 
form .form-row input.input-text,
#content .form-row input.input-text,
form .form-row textarea,
#content .form-row textarea, 
form .form-row select,
table.variations tr select {
  width: 100%;             
  padding: 6px;            
  margin: 0;               
  outline: 0;                
  font-size: 14px;
  line-height: 1em;  
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);  
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);      
}      
.gecko table.variations tr select, 
.chrome table.variations tr select, 
.safari table.variations tr select,  
.opera table.variations tr select, 
#ie8 table.variations tr select, 
#ie9 table.variations tr select, 
.isMobile table.variations tr select {
    border: 1px solid #ccc;
}
form .form-row textarea, #content .form-row textarea {
  height: 3.5em;
  line-height: 1.5em;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .form-row input.input-text:focus,
#content .form-row input.input-text:focus,
form .form-row textarea:focus,
#content .form-row textarea:focus {
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  -moz-box-shadow: inset 0 0 0 3px #fff;    
  box-shadow: inset 0 0 0 3px #fff;
}
.form-row-first, .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}
.form-row-last {
  float: right;
}
/* =Checkout
-------------------------------------------------------------- */
form.login {
  border: 1px solid #ccc;
  padding: 20px;
  border: 1px solid #E7E7E7;
  margin: 20px 0 20px 0px;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#payment {
  background: #F9F9F9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#payment ul.payment_methods {
  overflow: hidden;
  zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #eee;
  margin: 0 !important;
  list-style: none outside;
}
#payment ul.payment_methods li {
  line-height: 2em;
  text-align: left;
  margin: 0 !important;
  font-weight: normal;
}
#payment ul.payment_methods li input {
  margin: 0 1em 0 0 !important;
}
#payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  position: relative;
}
#payment div.form-row {
  padding: 1em;
  border-top: 1px solid #fff;
}
#payment #place_order {
  float: right;
  margin: 0;
}
#payment .terms {
  padding: 0 1em 0 !important;
  text-align: right;
}
#payment div.payment_box {
  position: relative;
  width: 96%;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  padding: 1em 2% 0;
  margin: 1em 0 1em 0;
  font-size: 0.92em;
}
#payment div.payment_box #cc-expire-month, #payment div.payment_box #cc-expire-year {
  width: 48%;
  float: left;
}
#payment div.payment_box #cc-expire-year {
  float: right;
}
#payment div.payment_box span.help {
  font-size: 11px;
  color: #999;
  line-height: 13px;
  font-weight: normal;
}
#payment div.payment_box p, #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
#payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #f1f1f1;
  /* arrow size / color */

  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -5px;
  left: 0;
  margin: -1em 0 0 2em;
}
div.shipping-address {
  padding: 0;
  clear: left;
}
#shiptobilling {
  float: right;
  line-height: 1.62em !important;
  margin: 0 0 0 0 !important;
  padding: 0;
}
#shiptobilling label {
  font-size: 0.9em;
}
.checkout .col-2 h3 {
  float: left;
  clear: none;
}
.checkout .col-2 .notes {
  clear: left;
}
.checkout .col-2 .form-row-first {
  clear: left;
}


.button-alt:hover {
background: #5c8100;
text-decoration: none;
}
 
.button-alt {
color: #fff!important;
background: #86a43a;
border: 1px solid #808575;
padding: 6px 8px;
font-size: 12px;
font-weight: normal;
line-height: 1em!important;
margin: 4px 2px 0 0;
float: left;
width: auto!important;
vertical-align: middle!important;
text-align: center;
text-decoration: none;
cursor: pointer;
font-family: inherit;
}


.error{
    background-color: #ffebe8;
    border: 1px solid #c00;
    padding: 7px;
    margin: 5px 15px 2px;
}

.clear
{
clear:both;    
}
table.booking-detail 
{
    width:80%;    
}

.booking-detail {
  margin: 0; padding: 0; border-collapse: collapse; display:table;
}
.booking-detail td,
.booking-detail th {
  padding: 10px 4px; border-bottom: 1px solid #EEE;
}
.booking-detail th {
  text-align: left;
}
.booking-detail th {
  color: #006081; text-decoration: none; font-size: 1.1em; font-weight: 600;
}
.booking-detail thead tr,
.booking-detail tfoot tr {
  color: #555; font-size: 1.5em; text-align: right;
}
.booking-detail tr {
  font: 12px sans-serif; background: #F8F8F8; color: #666;width: 100%;
}
.booking-detail tr:hover {
  background: #FFF;
}

.training_form {
  width:100%;
}
.training_form tr{
  width:100%;
}
 