/*dark background to support form theme*/
*{
	box-sizing:border-box;
}
html,
body {
	/*background:url(../img/bgg.jpg);*/
	height:100%;
	font-family:'Raleway', sans-serif;
    font-display:fallback;
}

/*sass variables used*/
$full:100%;
$auto:0 auto;
$align:center;

@mixin disable{
  outline:none;
  border:none;
}

@mixin easeme{
  -webkit-transition:1s ease;
  -moz-transition:1s ease;
  -o-transition:1s ease;
  -ms-transition:1s ease;
  transition:1s ease;
}

/*site container*/
.wrapper{
  width:420px;
  text-align: center;
	margin: 0 auto;
}

h1{
  text-align:$align;
  font:25px Oswald;
  color:#ffffff;
  text-transform:uppercase;
  text-shadow:#000 0px 1px 5px;
  margin:0px;
}
h3{
  text-align:$align;
  padding:30px 0px 0px 0px;
  color:mintcream;
  text-shadow:#000 0px 1px 5px;
  margin:0px;
}

.name-help, .fathername-help, .phone-help, .parentphone-help, .dob-help, .username-help, .password-help, .email-help, .agesex-help, .address-help, .agent-help, .card-help{
  display:none;
  padding:0px;
  margin:0px 0px 15px 0px;
}

.optimize{
  position:fixed;
  right:3%;
  top:0px;
}

#account-page .change_payment_status{
	display:block;
	position: relative;
}
#account-page .change_payment_status .payment_status_message{
    display:none;
    color:red;
    background:#fff;
    font-weight: bold;
    position:absolute;
    text-shadow: none;
    top:10px;
}
#account-page .change_payment_status:hover .payment_status_message{
    display:block !important;
    z-index:10;
}

#account-page, #index-page, #register-page, #view-all{
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 100px;
	text-align: center;
}

#register-page h1{
	margin-bottom:15px;
}

#account-page h1{
	margin:25px 0 15px 0;
}

#account-page form{
	width: 30%;
    margin: 0 auto;
}

#index-page h3 a, #view-all h3 a, #account-page h3 a, #register-page h3 a{ color: red; }

#table_id th, #table_id td{
	border: 1px solid silver;
	margin: 0 auto;
	padding: 8px;
}
#table_id tr:hover {background-color: silver;color:white;}

#photograph{
	position: absolute;
	top: 10px;
	right: 10px;
	max-width: 200px;
	max-height: 185px;
}
#register-page.update-existing .form input{
	color: #ffffff !important;
}

/* ==========
Contact Section
========== */
#contact {
	background-position:center center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}
.contact-form {
	margin-bottom:20px;
}
.contact-form input, 
.contact-form select{
	width:100%;
	margin-right:15px;
	display:inline-block;
	outline: none;
    background: none;
    color: #000000;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
    font-weight: 300;
    font-size: 14px;
    margin-right: 3%;
    padding: 10px;
    background: #ffffff;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact-form input[type='submit']{
    color: #ffffff;
	padding: 0;
    margin: 0;
    background: none;
    font-weight: bold;
	font-size: inherit;
	width: 50%;
}
.contact-form input[type='submit']:hover{
	background-color:#fff;
	color:#E02217;
}
.contact-form textarea {
	width:100%;
	margin-right:15px;
	display:inline-block;
	outline: none;
    background: none;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
    font-weight: 300;
    font-size: 13px;
    margin-right: 3%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	resize:none;
	height:60px;
}
.contact-form textarea:hover,
.contact-form textarea:focus,
.contact-form input:hover,
.contact-form input:focus,
button[type='submit']:hover,
button[type='submit']:focus {
	background-color:#E02217;
	color:#fff;
}
div.btn {
	font-weight: 700;
    border-radius: 4px;
    color: #f1f1f1;
    border: none;
    min-width: 120px;
    font-size: 15px;
    margin-right: 10px;
    text-decoration: none;
    outline: none;
    padding: 7px 20px;
    cursor: pointer;
    margin-top: 13px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #E02217;
}
div.btn:hover {
    color:#333;
    background-color:#fff;
}
.info-box-wrapper {
	width:100%;
	margin-right:15px;
	display:inline-block;
	outline: none;
    background: none;
    color: #f1f1f1;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
    font-weight: 300;
    font-size: 14px;
    margin-right: 3%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	position:relative;
	overflow:hidden;
	padding-left:60px;
	
}
.info-box-wrapper a {
	color:#f1f1f1;
	text-decoration:none;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	
}
.info-box-wrapper a:hover {
	text-decoration:none;
}
.info-box-wrapper:hover {
	color:#f1f1f1;
	background-color:#E02217;
}
.info-box-wrapper:hover a {
	color:#fff;
}
.icon-box {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    padding-left: 18px;
    padding-top: 7px;
    width: 50px;
    height: 100%;
    background-color: #E02217;
}
.icon-box.location {
    padding-top: 12px;
    padding-left: 19px;
    font-size: 20px;
}
/*Success Message Style*/
.form_success {
	width:100%;
	border-radius:5px;
	outline:none;
	padding:10px;
	background-color:#D3D3D3;
	text-indent: 20px;
	color:#0487cc;
    font-weight:bold;
    font-size:13px;
	margin-bottom: 15px;
	position:relative;
	
}
/*Error Messages Style*/
.form_info {  
	width:100%;
	border-radius:5px;
	outline:none;
	padding:10px;
	background-color:#D3D3D3;
	text-indent: 20px;
	color:#E02217;
    letter-spacing:.6px;
    font-size:13px;
    font-weight:bold;
	margin-bottom: 15px;
	position:relative;
	
}

/***** Account Page ******/
#table_id th, #table_id td{
	text-align: center;
}

.hidden-date{
	display: none;
}

.modal-header, 
.modal-header h4, 
.modal-header .close{
	background-color: #E02217;
    color:white;
    text-align: center;
}
.modal-header .close{
	color:black !important;
	font-size: 40px;
}
.modal-body label{ font-weight:bold; }


