input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:active,
select:-webkit-autofill:focus{
    background-color: #FFFFFF !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input[disabled]:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
   cursor: none;
  }


.form-control[disabled], fieldset[disabled] .form-control {
    cursor: text!important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}
div.pageHeader{
	height: 100px;

}
div.pageTop{
	height: 55px;
}

p {
    margin: 10px 10px;
	line-height:20px;
}

a {
    color: #022169;
    text-decoration: none;
}
.backToSite{
	/* background: #3b8f41; */
	background: #4e6c3b url(/corporate/fs/subscription-pony-world/media/images/game-btn-bg.jpg) no-repeat;
	background-size: cover;
    color: #fff;
}
.backToSite:hover{
	/* background: #208620; */
	background: #4e6c3b url(/corporate/fs/subscription-pony-world/media/images/game-btn-bg-r.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}
.container-bg{
	padding: 15px 5px;
	background:#fff;
}
#formDiv, #previewForm{
	padding-top:20px;
	border: 1px solid #c5c5c5;
}
.submit_success {
    text-align: center;
    padding-bottom: 20px;
}
.bottom-container{
	padding-right: 0px !important;
    padding-left: 0px !important;
}
.bottom-container >.row{
	margin-right: 0px;
    margin-left: 0px;
}
.title-line{
	width: 150px;
    border-width: 5px 0px 0px;
    border-color: #3b8f41;
}
.highlight-box {
	text-align: center;
	color: #fff;
	font-weight:bold;
	font-size:1.125em;
	padding: 10px;
	background:#6076b4;

}
.redemption-box {
    padding: 10px 10px;
    color: #333333;
    font-weight: bold;
    /* border: 2px solid #ccc; */
    background-color: #ececec;
    text-align: center;
    border-radius: 0px;
    line-height: normal;
    font-size: 1em;
    margin: 0 5px;
    letter-spacing: 0px;
    position: relative;
}

.form-bg {
	padding: 10px;
	margin: 10px;
}

.ValidationErrors {
	color: #fb5858;
}
.reload-btn {
  font-size: 1.3em;
  letter-spacing: 1px;
  cursor: pointer;
  background: #646464;
  background-image: -webkit-linear-gradient(top, #646464, #272727);
  background-image: -moz-linear-gradient(top, #646464, #272727);
  background-image: -ms-linear-gradient(top, #646464, #272727);
  background-image: -o-linear-gradient(top, #646464, #272727);
  background-image: linear-gradient(to bottom, #646464, #272727);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #fdd900;
  width:42px;
  height:42px;
  padding: 8px;
  text-decoration: none !important;
  text-align:center;
}

.reload-btn:hover {
  background: #8b8b8b;
  background-image: -webkit-linear-gradient(top, #8b8b8b, #3c3c3c);
  background-image: -moz-linear-gradient(top, #8b8b8b, #3c3c3c);
  background-image: -ms-linear-gradient(top, #8b8b8b, #3c3c3c);
  background-image: -o-linear-gradient(top, #8b8b8b, #3c3c3c);
  background-image: linear-gradient(to bottom, #8b8b8b, #3c3c3c);
  text-decoration: none !important;
}	
@media(min-width: 769px) {
	.input_label {
		margin-bottom:25px;
	}
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(163, 174, 239, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
}

.btn_submit {
    cursor: pointer;
	text-align:center;
    color: #fff;
	padding: 10px 20px;
	width:100px;
 /*   -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  */
	font-weight: bold;
	letter-spacing: 1px;		
    display: inline-block;
    outline: none;
    text-decoration: none;
    line-height: normal;
    font-size: 1em;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    color: rgb(255, 255, 255);
    /*background-color: rgb(92, 117, 94);
    border-radius:3px;	
	margin: 0 auto;
	background: rgba(3, 34, 105, 0.8) none repeat scroll 0px 0px;
	*/
    /* border-radius: 5%; */

    /* background: -moz-linear-gradient( rgba(114, 179, 243, 1) 0%, rgba(43, 84, 166, 0.8) 100%);
    background: -webkit-linear-gradient(rgba(114, 179, 243, 1) 0%, rgba(43, 84, 166, 0.8) 100%);
    background: linear-gradient( rgba(114, 179, 243, 1), rgba(43, 84, 166, 1)); */
	background: #4e6c3b url(/corporate/fs/subscription-pony-world/media/images/game-btn-bg.jpg) no-repeat;
	background-size: cover;
}

.btn_submit:hover {
	color: #ffffff;
	/*opacity:0.7;*/
	/* transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
	background: -moz-linear-gradient( rgba(43, 84, 166, 1) 0%, rgba(114, 179, 243, 0.8) 100%);
	background: -webkit-linear-gradient(rgba(43, 84, 166, 1) 0%, rgba(114, 179, 243, 0.8) 100%);
	background: linear-gradient( rgba(43, 84, 166, 1), rgba(114, 179, 243, 1)); */
	text-decoration: none;
	background: #38522b url(/corporate/fs/subscription-pony-world/media/images/game-btn-bg-r.jpg) no-repeat;
	background-size: cover;
}

.btn.focus, .btn:focus, .btn:hover{
	color:#fff;
}

.cheerbox {
    background-color: inherit!important;
	color: #fff;
    padding: 15px;
}
.cheerbox h2 {
	color: #fff;
}
.popContain ul {
    color: inherit;
}

.footerProjectList{
	display:none;
}
.btn {
    border-radius: 0px!important;
}
.ValidationErrors_ {
    position: absolute;
    font-size: 12px;
    color: #e33;
	padding-left:5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .keyvisual {
      margin-top: 0px;
      width: 100%;
    }
  }
@media (max-width: 767px) and (min-width: 300px) {
    .keyvisual {
      margin-top: 0px;
      width: 100%;
    }
  }
  .reload-btn-pos {
    float: left;
    padding-left: 5px;
	margin-top: 20px;
  }
  #capImg {
    width: 230px;
  }
@media (max-width: 550px){  
  .form-bg {
	padding: 0px;
	margin: 0px;
  }
}

/* iphone5 only */
@media (max-width: 320px) {
  #capImg {
    width: 200px;
  }
}

.page{
	background:#fff; 
}


#formDiv, #previewForm {
	font-size:12px; 
	border: 0px; 
	background:#e9edf5; 
	width:100%; 
	/*padding-bottom:50px;*/
}

.font-title{
	color:#fff; 
	font-size:14px; 
	font-weight:bold; 
	text-align:left;
	/*font-family: Arial, Verdana, Helvetica, sans-serif;*/
	margin:0px;
	background:#022169;
	line-height:20px;
	padding:7px 5px 7px 10px;
}

.application-form{
padding:0px;
margin:0px 0px;
}
.formbox{
 /*border:1px solid #ccc;
 padding:20px;*/
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 5px;
    text-align: left;
	line-height:1.2em;
}

.font-title-sub{
	color:#022169; 
	font-size:14px;
	font-weight:bold; 
	text-align:left; 
	/*font-family: Arial, Verdana, Helvetica, sans-serif; */
	margin:0px;
}

.underline{
	border-bottom:1px dotted #ccc; 
	height:40px;
}

.box{
	border:1px dotted #ccc;
	width:100%;
	background:#fff;
	display:block;
}

.form-horizontal .form-group {
	margin-right: 0px;  
	margin-left: 0px; 
	margin-top: 20px; 
}

.grouplesson table {
	background:#fff; 
	border:1px solid #ccc; 
	width:100%;
}

.grouplesson table th{
	background-color:#cccccc;	
	padding:10px;
}

.grouplesson table tr{
	border-bottom:1px solid #ccc; 
}

.grouplesson table tr td{
	padding: 10px;
	line-height:1.5em;
	margin-top:-10px;
}

.cheerbox {
	background-color: inherit!important; 
	color: #333; 
	padding: 15px;
}

.clickButton {
	background-color: #022169; 
	color: white; 
	padding: 8px 15px; 
	display: inline-block; 
	text-align: center; 
	margin: 0 auto; 
	cursor: pointer; 
	width:200px;
	margin-bottom:30px;
	font-size:1.2em;
	font-weight:bold;
}
		
.marginTop-7px{
margin-top:7px;
z-index:1;
}

.marginTop-20px{
margin-top:20px;
}

.checkbox{
float:left;
margin: 0px 25px 15px 30px;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    /* padding-top: 20px;*/
}

.guestDisable{
	color: #ddd;
}

    /* BREC Riding Lesson Online Enrollment Form*/
.participantremark{
	margin-top:20px;
	color:red;
	margin-left:15px;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9edf5!important;
    color: #333;
    font-weight: nomal!important;
}


.ui-state-default, .ui-widget-content .ui-state-default{
	border: 1px solid #c5c5c5;
		background: #022169;
		font-weight: normal!important;
		color: #fff;
}
.ui-widget-content {
    border: 0px solid #dddddd!important;
}

 /* end BREC Riding Lesson Online Enrollment Form*/

.remarks{
line-height:18px;
margin-top:7px;
color:#666;
}

.remark-label, .remark-hidden{
	color:#666;
}

.left-fill{
display:inline; 
width:80%; 
float:left;
}
.remarks-Optional{
padding-left:5px;
}

.Residential-area-m{}
.marginTop20px-m{margin-top:0px;}

#captchaInputDiv{
margin-bottom:30px;
margin-top:10px;
}

.ridCap {
	margin-bottom:20px;
}

.bullet-icon ul{
	padding-left:30px!important;
}
.bullet-icon li{
	list-style-type: disc;
}

.bullet-icon ul li:before{
    content: '';
	margin:0px;
	}


#v_experience{
	margin-top:-10px;
}
#v_membership-error{
	margin-left:15px;
}

#v_lang_SpecTxt-error{
	margin-left:-20px;
}

h5 {
    color: #022169;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 100px;
    /*font-family: "Arial", "sans serif" !important;*/
}


.tm-group-Button a{
    background-color: #022169;
    color: #fff;
    padding: 8px 15px;
    display: block;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    width: auto;
}


.break-line{display:block;}


.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.15;
}

.language-checkbox{
	margin-left:-15px;
}


@media (max-width: 1119px) {
 .marginTop20px-m{margin-top:10px;}

 .remark-label{
 margin:3px 0px 5px 5px;
 line-height:1.5em;
 }


}

@media (max-width: 991px) {
	.language-checkbox{
	margin-left:0px;
}
#v_experience{
	margin-top:0px;
}

}

@media (max-width: 768px) {
	 .break-line{
	 display:inline;
	 }
}


@media (max-width: 767px) {
.marginTop-20px {
    margin-top: 10px;
}
 .Residential-area-m{margin-top:10px;}
 
 .title-marginTop-20px{
 margin-top:40px;
 }

 #v_conditions_b, #v_Residential1{
	 margin-top:20px;
 }
}

@media (max-width: 550px) {

.female{
width:120px;
}
}

/*
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox]{
   margin-top:7px;
} */


@media (max-width: 428px) {
	#v_otherRequest{
		margin-left:10px;
	}
}



.form-control[disabled]{
	    background-color: transparent;
		border: 0px solid #ccc;
}


.participantremark[disabled]{
	display:none;
}

select[disabled]{
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
   border: 0px solid #cccccc;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  
}


/* For IE10 */
select[disabled]::-ms-expand {
  display: none;
   border: 0px solid #cccccc;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
	cursor: auto;
}
input[type="text"][disabled]{
	border: 0px solid #cccccc;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
	cursor: auto;
}


input:-webkit-autofill, input[disabled]:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #e9edf5 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
	background-color:transparent;
	cursor: auto;
}

input:-webkit-autofill:focus, input[disabled]:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #e9edf5 inset;/*your box-shadow*/
    -webkit-text-fill-color: #333;
	background-color:transparent;
	cursor: auto;
} 

#guestAlert[disabled]{
	display:none;
}
#brcc_noSelect{
	margin-left:18px;
}
#v_enrol, #v_enrol_div, #v_privacy{
	float:left; 
}


#v_object-error, #v_enrol-error, #v_privacy-error, #v_consent-error{margin-left:18px;}

#v_brccScheme-error{margin-left:15px;}

#v_sales_div p, #v_object_div p, #v_enrol_div p, #v_privacy_div p, #v_consent_div p{
    float: right;
    width: calc(100% - 18px);
	padding-left:5px;
}

input[type="text"][disabled]::-webkit-input-placeholder {
	/* WebKit browsers */
	 opacity: 0;
}
input[type="text"][disabled]:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	 opacity: 0;
}
input[type="text"][disabled]::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	 opacity: 0;
}
input[type="text"][disabled]:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	 opacity: 0;
}
input[type="text"][disabled]::placeholder {
	 opacity: 0;
}
input[type="text"][disabled]::-webkit-input-placeholder {
	/* WebKit browsers */
	 opacity: 0;
}
input[type="text"][disabled]:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	 opacity: 0;
}
input[type="text"][disabled]::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	 opacity: 0;
}
input[type="text"][disabled]:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	 opacity: 0;
}
input[type="text"][disabled]::placeholder {
	 opacity: 0;
}
button#nextBtn[disabled] {
    cursor: no-drop;
    background-color: grey;
}

hr {
    border-top: 1px solid #ccc;
}
.text-black{
	color:#000;
}


#v_pokfulamArray-error， #v_pokfulamArray-error{
	margin-left:-15px;
}

.margin-up20{
	margin-top:-20px!important;
}

#more_info_detail ul li a {
    color: #022169 !important;
    word-wrap: normal;
    line-height: normal;
}
#more_info_detail ul li a:hover {
    text-decoration: underline !important;
}

