@charset "utf-8";

.forms h1 {
	text-transform: uppercase;
}

.forms .forms_label,
.forms .section > div,
.forms .section > h2 {
	font-size: 16px;
	text-transform: uppercase;
}

.forms input[type=text],
.forms input[type=password] {
	width: 100%;
	border-radius: 0;
	border: 2px solid #989898;
	height: 48px;
	font-size: 16px;
	background-color: #f6f7f8;

	padding-left: 10px;
	margin-bottom: 15px;
}

.forms input[type=checkbox] {
	margin: 0;
}

.forms textarea {
	width: 100%;
	border-radius: 0;
	border: 2px solid #989898;
	height: 180px;
	font-size: 16px;
	background-color: #f6f7f8;

	margin-bottom: 15px;
}

.forms .inp_sel { 
	display: block;
	background: url(../exaapp/img/select.png) no-repeat top right;  
	cursor: pointer; 
	position: relative; 
	border: 2px solid #989898;
	background-color: #f6f7f8;

	margin-bottom: 15px;
}

.forms .inp_sel_inner { 
	width: 100%; 
	height: 48px; 
}

.forms .inp_sel .val {
	font-size: 15px;
	padding-left:10px;
	line-height: 48px;
	display: block;
	z-index: 2;
}

.forms .inp_sel ul {
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 48px;
	left:-2px;
	z-index: 3;
	border: 2px solid #989898;
}

.forms .inp_sel li {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 26px;
	height: 26px;
	display: block;
	background: #f6f7f8;
}

.forms .inp_sel li:hover {
	background: #5cc2dd;
	color: white;
}

.forms .inp_sel li div {
	padding-left: 10px;
}

.forms .errmsg {
	color: red;
}

.forms .btn {
	color: white;
	text-align: center;
	width: 300px;
	height: 65px;
	line-height: 60px;
}

#facebook_pane {
    position: relative;
}

.btn_facebook_sign {
    background: url('../../img/btn_facebook_sign_bg.png') repeat-x;
    width: 300px;
    height: 50px;
    display: inline-block;
}

#facebook_pane .facebook_text {
    position: absolute;
    top: 0;
    margin-top: 14px;
    margin-left: 50px;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 20px;
}

#facebook_pane .facebook_click {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Register */
.forms .login_left .question {
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px
}

.forms .hor_hr {
	font-size: 24px;
	text-transform: uppercase;
}
.forms .guide3_content li.selected {
	color: #5cc2dd;
}

.forms .btn_forgot_pw {
	font-size: 20px;
	text-transform: uppercase;
	display: block;
}

.forms .login_register {
	text-decoration: none;
	font-size: 24px;
}

.forms .login_left .recaptcha_div {
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}

.forms .login_left .recaptcha_div .g-recaptcha{
	display: inline-block;
}

/* END Register */

/* PAD Size */
@media (max-width: 990px) {

}

/* Mobile Size */
@media (max-width: 768px) {

}

.feedback_zone, .feedback_box { padding: 0; }
.feedback_zone fieldset, .feedback_zone label { margin: 0; padding: 0; }
.feedback_zone .feedback_description, .feedback_zone .feedback_description_readonly { width: 100%; overflow-wrap: break-word; }
.feedback_zone .detail_wrapper .detail { overflow-wrap: break-word; }
.feedback_zone .avatar { max-width: 100px; height: 100px; }
.feedback_zone.row { margin-left: -8px; }

/****** Style Star Rating Widget *****/

.feedback_zone .rating, #profile .rating { 
  border: none;
  /* float: left; */
  display: inline-block;
}

.feedback_zone .rating > input,
#profile .rating > input { display: none; } 
.feedback_zone .rating > label:before,
#profile .rating > label:before  { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
#profile .rating > label:before  { 
  margin-left: 0px;
	color: #FFD700;
}
#recent_feedback .feedback_zone .rating > label:before { 
  font-size: 0.9em;
}

.feedback_zone .rating > .half:before,
#profile .rating > .half:before  { 
  content: "\f089";
  position: absolute;
}

.feedback_zone .rating > label { 
  color: #ddd; 
 float: right; 
}

.feedback_zone .no_feedback { 
  margin-bottom: 40px;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.feedback_zone .rating > input:checked ~ label, /* show gold star when clicked */
.feedback_zone .rating:not(:checked):not(:disabled) > label:hover, /* hover current star */
.feedback_zone .rating:not(:checked):not(:disabled) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.feedback_zone .rating:not(:disabled) > input:checked + label:hover, /* hover current star when changing rating */
.feedback_zone .rating:not(:disabled) > input:checked ~ label:hover,
/* .feedback_zone .rating:not(:disabled) > label:hover ~ input:checked ~ label, */ /* lighten current selection */
.feedback_zone .rating:not(:disabled) > input:checked ~ label:hover ~ label { color: #FFED85;  } 
