input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	background:#fff !important;
}

/* HEADER USER */
.nav-user .user-header{
	background: #fff;
	padding: 7px 0px;
	width: 100%;
}

.user-header-active > li > .fa {
		color:#fff !important;
}

.user-header-active .fa {
	color:#333;
}

.nav-user .user-header > li {
	padding: 0px 12px !important;
}


.user-header-active {
	display: inline-block;
	position: relative;
    margin-bottom: 0px;
	font-size: 14px;
}

.user-header-active ul {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
    padding: 10px;
    width: 200px;
    z-index: 999;
	border: 3px solid #790c79;
    top: 24px;
	text-align: left;
}

.user-header-active ul:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    top: -10px;
    left: 0px;
} 

.user-header-active ul:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #790c79;
    top: -13px;
    left: 20px;
}

.user-header-active:hover ul {
	display: block;
}

.user-header-active ul li {
	margin-bottom: 5px;
}

.user-header-active ul li a {
	color:#333;
}

.user-header-active ul li:hover a {
	color:#790c79;
}

.user-header, .lang {
	display: inline-block;
}

.user-header {
	margin-bottom: 0px;
}

.user-header > li {
    display: inline-block;
    padding: 0px 10px;
    line-height: 14px;
    font-family: 'OpenSansRegular';
}

.user-header > li:last-child {
	padding-right: 0px;
	border-right: none;
}

.user-header > li > a{
    color: #fff;
}

/* END HEADER USER */

.border-member {
	height: 1px;
	background:#ccc;
	margin: 10px -50px;
}

.wid-avatar {
	width: 240px;
}

.title-member {
	width: 100%;
    text-transform: uppercase;
    color: #37a344;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.no-avatar {
    width: 94px;
    height: 94px;
    overflow: hidden;
    float: left;
    margin-right: 4px;
    position: relative;
    background-color: transparent;
    text-align: center;
}

.fileupload {
    display: none !important;
}

.avatar-upload-item {
    background: #37a244;
    padding: 6px 0;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
    float: left;
    height: 38px;
    width: 112px;
    font: normal 14px/24px tahoma;
    margin: 56px 14px 0;
}

.content--full{

}

.box--center {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

.box_register {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
}

.box__header {
	border-bottom: 1px solid #d2d2d2;
	padding: 14px 20px;
}

.box__title {
	display: inline-block;
	margin: 0;
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
}

.box__body {
	padding: 20px 20px 20px;
}

form.form--general {
	position: relative;
}

.form--general .form-group> label {
	color: #999999;
	font-weight: 400;
	font-size: 13px;
	float: left;
	width: 150px;
	margin-top: 5px;
}

.text-color-red {
	color: #ee272f !important;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.form--general .form-group .input-group-addon:first-child {
	border-right: 0;
}


.input-group-addon {
	padding: 6px 8px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 0px;
}

.input-group-textarea {
	padding: 0px;
	border: none;
}

.input-group-textarea .form-control {
	height: 100px !important;
}

.form--general .form-group .input-group .input-group-addon {
	border-radius: 0px;
	background-color: #fff;
	font-size: 20px;
	color: #bbbbbb;
	padding: 6px 8px;
}

.form__inner .form-group {
    padding-left: 30px;
    padding-right: 30px;
}

.form__inner .fa{
	width:20px;
}

.form--general .form-group .form-control {
	font-size: 14px;
	border-radius: 0px;
	height: 36px;
}

.form--general .form-group .radio-list> label {
	margin-right: 30px;
	font-weight: 400;
	
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
}

.padding_Captcha{

}

.form--general .form-group .padding_Captcha .form-control{
	border-radius:0px;
}

.padding_Captcha img{
	position: absolute;
	width: 100px;
	height: 46px;
	right: 0px;
	top: 0px;	
	border-radius: 0px 4px 4px 0px;
}


.widget--profile .profile {
    padding: 25px 20px;
    border-bottom: 1px solid #eeeeee;
}

.widget--profile .profile__avatar {
    float: left;
    margin-right: 15px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    border-radius: 100%;
}

.widget--profile .profile__avatar img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
}

.img-circle {
    display: inline-block;
    border: 1px solid #ffffff;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
}

.widget--profile .profile__name {
    padding: 5px 0 5px;
    font-weight: 500;
    font-size: 15px;
}

.box--no-padding> .box__body {
    padding: 0;
}

.box_tt> li {
    list-style-type: none;
}
.box_tt li> a {
    padding: 0 20px;
    font-size: 15px;
}

.box_tt> li.active> a, .box_tt> li> a:hover {
    color: #ee272f;
    text-decoration: none;
}

.box_tt> li> a {
    position: relative;
    display: block;
    height: 50px;
    border-bottom: 1px solid #e7e7e7;
    color: #222222;
    line-height: 50px;
}

.box_tt> li> a:after {
    font-family: 'Hotdeal';
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #e7e7e7;
}

.link-qmk {
	text-decoration: underline;
	color:#008810 !important;
	text-decoration: underline;
}

.link-login-member {
	color:#008810 !important;
	margin-left: 15px;
	font-style: italic;
}

.link-login-member:hover {
	text-decoration: underline;
}

@media(max-width: 500px) {
	.form--general .form-group> label {
		width: 100%;
	}
}