@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300,100);
@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700);
body { font-family: Arial, Helvetica,sans-serif; color: #57575A; background: transparent; }

h2, .h2 { font-size: 25px; margin-bottom: 3px; margin-top: 15px; color: #F69630; }

p { margin-bottom: 3px; }

a { color: #BE2C37; text-decoration: underline; }

a:hover { color: #57575A; }

/*hides select input dropdown default in ie10+
--------------------------------------------------------------------------------------*/
select::-ms-expand { display: none; }


/* main container
--------------------------------------------------------------------------------------*/

.container { background: white; }

@media only screen and (min-width: 992px) {
    .container { width: 766px; }
}

.required { margin-bottom: 20px; }


/* Global Layout
--------------------------------------------------------------------------------------*/

header { margin: auto; }

footer { width: 100%; }

label.error { color: #be2c37; display: block; float: none; font-size: 12px; margin: 5px 0 0; padding: 0; vertical-align: top; font-weight:normal; }


.poweredby { width: 150px; height: 38px; float: right; margin-right: 20px;  }

.poweredByBlock { }

.headingCss { display: block; margin: 10px 0; position: relative; }

.textCss { display: block; margin: 10px 0; position: relative; text-align:center; }

.requiredCss {  display: block;  font-size: 12px; position: relative; margin-top:15px;}

.footerCss {  display: block; margin: 10px 0; position: relative; }

.SmallPrintCss { display: block; margin: 10px 0; position: relative;  font-size:11px;}



/* Global layout2
--------------------------------------------------------------------------------------*/

.footer { font-size: 12px; padding: 0px 0px 15px; text-align: center; margin: 0 auto; margin-top:15px; }

.logo { position: relative; max-width: 734px; min-width: 250px; display: block; margin: 0 auto; position: relative; width: auto; }

@media only screen and (max-width: 768px) {
   .logo { width: 100%; }
}



.page-content { margin: 15px 0; margin-top: 30px; display: table; width: 100%; }

.form-horizontal { margin-top: 15px; }




/*bootstrap form overides
--------------------------------------------------------------------------------------*/


.form-control { font-family: Arial, Helvetica, sans-serif; height: 35px; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 12px; color: #57575A; background-color: #ffffff; padding-right:38px;}


.form-horizontal .control-label { font-size: 12px; line-height: 18px; padding-top: 8px; font-weight: bold; padding-right: 0; }


.help-block { margin-bottom: 0; }

.control-label { color: #000; }

.input-group-addon { background-color: #86a3db; color: white; border-color: #86a3db; min-width: 44px; }

.has-success .form-control { border-color: #F69630; border-color: #ccc; border-color: #6ef1a9; background-image: none !important; }

.has-success .form-control:focus { border-color: #58ef9b; box-shadow: none; }


.has-success .input-group-addon { background-color: #F69630; border-color: #F69630; color: #fff; background-color: #666; border-color: #666; }

.input-group-addon { padding: 6px 14px; }


.has-success .form-control-feedback { color: #25b138; }


.form-control-feedback { background: white none repeat scroll 0 0; font-size: 17px; height: 31px; right: 17px; top: 2px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #57575A; }


.has-error .input-group-addon { background-color: #d4021b; color: #fff; border-color: #d4021b; background-color: #666; border-color: #666; }

.has-error .form-control { border-color: #d4021b; border-color: #ccc; border-color: #fef46f; }

.has-error .form-control { background-image: none !important; }


.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #BE2C37; }


.has-error .control-label { color: #57575A; }

.has-error .form-control:focus { border-color: #fef46f; box-shadow: none; }


.has-error .form-control-feedback { color: #BE2C37; }

.has-feedback .form-control { padding-right: 62.5px; padding-right: 43.5px; }


.form-horizontal .has-feedback .form-control-feedback { top: 0px; font-size: 17px; right: 17px; }



.form-horizontal .has-feedback .selectContainer .form-control-feedback { }

select.form-control { color: #ccc; }

select.form-control option { color: #555; }



.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; -webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-left: 0; }


.input-group-addon.fieldSpacer { background-color: none; color: white; border-color: none; background: none; border: transparent; min-width: 15px; padding: 6px; border-radius: 0 !important; }

.input-group-addon, .input-group-btn, .input-group .form-control { }

.form-control { border-radius: 0px; }


/*form field/select border colours*/

.form-control.form-input.error, .form-control.selectpicker.error { border: 1px solid #fef46f; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }

.form-control.form-input.valid, .form-control.selectpicker.valid { border: 1px solid #6ef1a9; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }



/*form field/select validation icons*/

.form-control-feedback.valid-icon { color: #25b138; line-height: 30px; display: none; }

.form-control-feedback.error-icon { color: #be2c37; display: none; }

.form-control.form-input.valid ~ .form-control-feedback.valid-icon, .form-control.selectpicker.valid ~ .form-control-feedback.valid-icon { display: block; }

.form-control.form-input.error ~ .form-control-feedback.error-icon, .form-control.selectpicker.error ~ .form-control-feedback.error-icon { display: block; }



/*custom button
--------------------------------------------------------------------------------------*/

.btn[disabled] { cursor: pointer; }

.btn-custom { background-color: #000; border-color: #000; background-image: none; color: white; border-radius: 0px; width: 100%; text-transform: uppercase; font-family: Arial,Helvetica,sans-serif; font-size: 15px; font-weight: bold; }
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active { background-color: #57575A; border-color: #57575A; color: white; }
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active { background-color: #57575A; border-color: #57575A; }



/*custom form field labels
--------------------------------------------------------------------------------------*/


.input-block.email .form-control { background: url("images/icon-email.png") no-repeat right center #fff; }

.input-block.first .form-control { background: url("images/icon-profile.png") no-repeat right center #fff; }

.input-block.last .form-control { background: url("images/icon-profile.png") no-repeat right center #fff; }

.input-block.state .form-control { background: url("images/icon-arrowdown.png") no-repeat right center #fff; }

.input-block.zip .form-control { background: url("images/icon-home.png") no-repeat right center #fff; }

.input-block.address_1 .form-control { background: url("images/icon-home.png") no-repeat right center #fff; }

.input-block.address_2 .form-control { background: url("images/icon-home.png") no-repeat right center #fff; }


.input-block.phoneNumber .form-control { background: url("images/icon-phone.png") no-repeat right center #fff; }
.input-block.phone .form-control { background: url("images/icon-phone.png") no-repeat right center #fff; }

.input-block.city .form-control { background: url("images/icon-home.png") no-repeat right center #fff; }

.input-block.birthday .form-control { background: url("images/icon-giftbox.png") no-repeat right center #fff; }
.input-block.birthDay .form-control { background: url("images/icon-giftbox.png") no-repeat right center #fff; }

.input-block.birthMonth .form-control { background: url("images/icon-giftbox.png") no-repeat right center #fff; }

.input-block.gender .form-control { background: url("images/icon-arrowdown.png") no-repeat right center #fff; }

.input-block.dropdown .form-control { background: url("images/icon-arrowdown.png") no-repeat right center #fff; }



/*general select dropdown types*/
.selectContainer .input-block .form-control.selectpicker { background: url("images/icon-arrowdown.png") no-repeat right center #fff; }




/*birthday custom fields inline
--------------------------------------------------------------------------------------*/

.birthDay { background: #fff url("images/icon-giftbox.png") no-repeat scroll right center; }

.birthMonth { background: #fff url("images/icon-arrowdown.png") no-repeat scroll right center; }
.birthYear { background: #fff url("images/icon-giftbox.png") no-repeat scroll right center; }

.form-control.birthDay, .form-control.birthMonth, .form-control.birthYear { padding-right: 35px; }

.customFieldsInline { display: table-cell; vertical-align: top; margin-bottom: 0; position: relative; width: 33%; }
.customFieldsInline.bm { display: table-cell; vertical-align: top; margin-bottom: 0; position: relative; width: 40%; }
.customFieldsInline.bd { display: table-cell; vertical-align: top; margin-bottom: 0; position: relative; width: 25%; }
.customFieldsInline.by { display: table-cell; vertical-align: top; margin-bottom: 0; position: relative; width: 35%; }
.form-horizontal .has-feedback.customFieldsInline .form-control-feedback { right: 3px; }



/*jquery ui custom overides

--------------------------------------------------------------------------------------*/

.ui-autocomplete { }

.ui-autocomplete.ui-widget-content { background: white; font-size: 12px; padding-bottom: 1px; max-height: 200px; overflow-x: hidden; overflow-y: auto; }

.ui-autocomplete.ui-widget { font-family: Arial, Helvetica,sans-serif; color: #57575A; }

.ui-menu-item.ui-state-focus { background: #3399ff; color: white; border: 1px solid #3399ff; font-weight: normal; }

.ui-menu .ui-menu-item { }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active { }


/*form item placeholder text 
--------------------------------------------------------------------------------------*/
.form-control::-webkit-input-placeholder { color: #ccc; }

.form-control::-moz-placeholder { /* Firefox 18- */ color: #ccc; }

.form-control::-moz-placeholder { /* Firefox 19+ */ color: #ccc; }

.form-control::-ms-input-placeholder { color: #ccc; }

option:first-child { color: #ccc; }


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { }



input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; }



.generalErrorBox { color: #d4021b; font-weight: normal; font-size: 85%; margin-top: 5px; }

.selectedDrop { color: #555 !important; }

.loadingIcon { margin: auto; display: block; text-align: center; margin-top: 15px; }
.righticon
{
	opacity:.5;
	color: silver;
}
.glyphicon-ok
{
	    z-index: 999;
}
.error-icon
{
	    z-index: 999;
}

.poweredby1 {
    width: 130px;
    /* height: 38px; 
    float: right;*/
    margin-right: 20px;
	margin-bottom: 10px;
	  margin-left: 20px;
}