@CHARSET "UTF-8";
@font-face {        
	font-family: 'Open-Sans';        
	src: url('/font/Open-Sans.eot');     
	src: url('/font/Open-Sans.eot?#iefix') format('embedded-opentype'),            
	       url('/font/Open-Sans.woff') format('woff'),             
	       url('/font/Open-Sans.ttf')  format('truetype'); 
}
body{
	min-width:1000px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:#ccc;
    padding-left: 10px;
}
.container {
	padding-left:10px;
	padding-right:10px;
    top: 6%;
    position: relative;
}
.form_activate {
  padding: 30px 50px 30px 50px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.form-signin, .form-forgetpassword
{
  padding: 20px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.form-register
{
  padding: 15px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
#signin_container ,#forgetpassword_container,#activate_container,#register_container {
	max-width:650px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#signin_container  .control-group .btn,#forgetpassword_container .control-group .btn ,#activate_container .control-group .btn,#register_container .control-group .btn ,.app_signin_container .btn{
	background-color: #f35727;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #f35727;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    background-image: none;
    /*box-shadow: 0 2px 2px #c24620;*/
    min-width:218px !important;
    line-height:34px;
    padding-top:0px;
    padding-bottom:0px;
}
/*#select_color .span2 {
	border: 1px solid #D4D4D4;
	height: 80px;
	text-align:center;
	cursor: pointer;
	min-width:82px;
}

#select_color .theme_word {
	font-size:13px;
	line-height:16px;
	margin-left:2px;
	margin-right:2px;
}
.color_div {
	height:40px;
	margin-left:2px;
	margin-right:2px;
	margin-top:2px;
}
*/
#custom_tab_order ul {
	list-style-type: none;
	margin: 0;
}
#custom_tab_order i {
	vertical-align: bottom;
	margin-left:4px;
}
#custom_tab_order li {
	border: 1px solid #E8E8E8;
	background-color: #FFFFFF;
	min-height:36px;
	margin-top:10px;
}
#custom_tab_order li div {
	margin-top:3px;;
}
/*
#custom_tab_order input {
	display:none;
}
*/
.hide {
	display:none;
}
#custom_tab_order span {
	line-height:26px;
}
#custom_tab_order .icon-edit {
	cursor:pointer;
}
#custom_tab_order .icon-remove {
	cursor:pointer;
}
.tab_icon_option {
	display:none;
}
.select_color .thumbnail {
	width:90px;
	height:90px;
	cursor:pointer;
}
.select_color .thumbnail i {
	left: 40px;
    position: relative;
    top: 40px;
}
.select_color > li{
	margin-left:20px;
}
label.valid {
  width: 24px;
  height: 24px;
  background: url("../img/valid.png") center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
  font-size:13px;
}
.ul-inline {
	list-style: none outside none;
}

.ul-inline li {
	float:left;
}
.inputInfo {
	border-color: #3A87AD;color: #3A87AD;
}
.btn-file-tapatalk {
	vertical-align: top;
}
.no-border {
	border:0;
}
.no-border td {
	border:0;
	font-size:18px;
	text-align:center;
	vertical-align: middle;
}
.no-border th {
	border:0;
	font-size:18px;
	text-align:center;
	vertical-align: middle;
}
.no_border {
	border:0;
}
.no_border td {
	border:0;
}
.no_border th {
	border:0;
}
.payment_table td {
	text-align:center;
}
#newsletter-modal h2 {
	font-size:20px;
	line-height:30px;
}
#newsletter-modal small {
	font-size:16px;
}

#editor {
	max-height: 250px;
	height: 150px;
	background-color: white;
	border-collapse: separate; 
	border: 1px solid rgb(204, 204, 204); 
	padding: 4px; 
	box-sizing: content-box; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; 
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	overflow: scroll;
	outline: none;
}
#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  -moz-transform: scale(2.0, 2.0);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu a {
  cursor: pointer;
}
.user-nav-bottom {
	color:#fff;
	font-size:15px;
}
.user-nav-bottom a {
	color:#fff;
	font-size:15px;
}
#logo-user {
	text-align:center;
	padding-bottom:40px;
}
#logo-user img{
	width: 280px;
}
#mon-table-gray {
	border:1px solid gray;
}
#mon-table-green {
	border:1px solid green;
}
#mon-table-gray table td, #mon-table-gray table th {
	color:gray;
}
#mon-table-green table td, #mon-table-green table th {
	color:green;
}

/*
 * @Author: YHSPY
 * @Date: 20151109
 */

.app_signin_container{
	width: 516px;
	font-family: 'Open-Sans';
}
.form-horizontal .appuser_username_input, .form-horizontal .appuser_pwd_input{
	font-size:15px;
	color:#333;
	text-align:left;
	margin-left:10px;
	width:150px;
	float:left;
}
.appuser_login_seperator{
	width:215px; 
	border-bottom:1px solid #e5e5e5; 
	margin-left: 5px;
}
.appuser_login_signin{
	color:#f35726;
	text-decoration: underline;
}
.form-horizontal .appuser_input{
	margin-left:10px;
	text-align: left;
	width: auto;
}
.appuser_input_wrap>input{
	box-shadow: none;
    width: 280px;
    height: 28px;
    border-color: #e8e8e8;
}
.appuser_login_signin{
	width: 465px; 
	margin-top:30px; 
	box-shadow:none; 
	border:none; 
	text-shadow: none;
	height: 40px;
	font-size: 18px;
	font-family:'Open-Sans';
	text-decoration: none;
}
.app_signin_container .appuser_login_facebook{
	height:40px;
	width: 220px;
	text-shadow:none;
	margin-bottom:20px;
	margin-right:10px;
	font-size:13px;
	background-color:#2d55ad;
	box-shadow:none;
	border:none;
}
.app_signin_container .appuser_login_google{
	height:40px; 
	width:220px;
	text-shadow:none;
	margin-bottom:20px;
	margin-left:10px;
	font-size: 13px;
	background-color:#e7e7e7;
	box-shadow:none;
	border:none;
	color:#333;
}
.app_signin_container .appuser_login_facebook:hover, .app_signin_container .appuser_login_google:hover{
	background-color: initial;
}
.appuser_login_bottom{
	text-align:center;
	color:#848484;
}
.appuser_wel_title{
	text-align:center;
	font-size:22px;
	color:#333;
	border-bottom:none;
	margin-bottom:15px;
}
.appuser_captcha_wrap{
	margin-left: 180px;
}
.controls.appuser_input_wrap{
  	margin-left: 180px;
}

@media (max-width: 536px) {
/*  .form-signin.form-horizontal{
  	min-width: 335px;
  }*/
  .app_signin_container{
  	width: initial;
  }
  #signin_container{
  	width: initial;
  }
  .appuser_input{
  	display: none;
  }
  .app_signin_container .appuser_login_facebook, .app_signin_container .appuser_login_google{
  	width: 94%;
  	margin-left: 0px;
  	margin-right: 0px;
  	height: 50px;
  }
  .appuser_login_seperator{
  	width: 40%;
  }
  .appuser_login_signin{
  	width: 94%;
  	height: 50px;
  }
  .controls.appuser_input_wrap{
  	text-align: center;
  	margin-left: 0px;
  	box-shadow: none;
  }
  .appuser_input_wrap>input{
  	width: 90%;
  	height: 35px;
  	box-shadow: none;
  }
  .appuser_wel_title{
  	font-size: 19px;
  }
  #logo-user{
  	padding-bottom:10px;
  }
  #logo-user img{
  	width: 200px;
  }
  .container{
  	top:2%;
  }
  .appuser_captcha_wrap{
	width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}


/*
 * @Author: Mark Xiong;
 * @Page:  Forum Owner Vip;
 * @Date: 20150831;
 */


.clapat-counters {
    display:block;
    text-align:center;
    margin-left:0px;
}

.clapat-counter {
    text-align: center;
    list-style:none;
    display:inline-block;
    vertical-align: top;
    padding:0 40px;
    /*border-right:1px solid #f0f0f0;*/
    border:0;
}

.clapat-counter:last-child {
    border-right:none;
}

.clapat-counter .number,
.clapat-counter .numberSub {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto',"Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight:300;
    line-height: 48px;
    margin-bottom: 5px;
}

.clapat-counter .subject {
    font-family: 'Roboto',"Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color:#20b8dc;
}

.has-animation[data-animation="fade-in-from-bottom"] {
    bottom: -50px;
}

.remove-hover a:hover{
    text-decoration:none;
    color:#ffffff;
}

/*
 * @Author: Jason(YHSPY);
 * @Page: AppUser_SignIn;
 * @Date: 20150723;
 */

 .appuser_signin.main_div{
 	width: 100%;
 	background-color: #f4f4f4;
 	margin-top: 50px;
 }
 .appuser_signin.feed_div{
 	background-color: #f4f4f4;
 	margin-left: auto;
 	margin-right: auto;
 	padding-top: 1px;
 	width: 880px;
 	position: absolute;
	left: 0;
	right: 0;
 }
 .appuser_feed_page{
 	float: left;
 	width:580px;
 	margin-left: 20px;
 }
 .appuser_signin.feed_block{
	background-color: white;
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.12);
	margin-top: 12px;
 }
 .appuser_signin.feed_block:hover{
	cursor: pointer;
 }
 .appuser_signin.feed_title_area{
	height: 50px;
	padding-top: 8px;
 }
 .appuser_signin.feed_title_area_icon{
	float: left;
	margin-left: 20px;
	margin-top: 8px;
	width: 36px;
	height: 36px;
	background-repeat: space;
	background-position: center;
	background-size: auto 36px;
	position: absolute;
 }
 .appuser_signin.feed_title_area_icon img{
	width: 36px;
	height: 36px;
	margin-top: 12px;
	margin-left: 12px;
	border-radius: 3px;
 }
 .appuser_signin.feed_title_area_desc {
	float: left;
	margin-left: 7px;
	margin-top: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 500px;
	position: relative;
  	left: 60px;
 }
 .appuser_signin.feed_title_area_desc_main{
 	color: #3b3b3b;
 	font-size: 17px;
 }
 .appuser_signin.feed_title_area_desc_sub{
 	display: block;
 }
 .appuser_signin.feed_big_pic{
 	background-color: #ebebeb;
 }
 .appuser_signin.feed_big_pic_main{
 	width: 580px;
 	margin-bottom: 16px;
 	margin-top: 10px;
 	height: 300px;
 	background-size: auto 400px;
    background-repeat: no-repeat;
    background-position: center;
 }
 .appuser_signin.feed_desc{
 	padding: 5px 20px;
 }
 .appuser_signin.feed_desc_title{
 	word-wrap: break-word;
 	font-size: 22px;
 	font-weight: bold;
 	line-height: 25px;
 	color: #1a1a1a;
 	text-align: left;
 }
 .appuser_signin.feed_desc_main{
	word-wrap: break-word;
	padding-top: 11px;
	font-size: 14px;
	color: #222222;
	line-height: 23px;
 }
 .appuser_signin.feed_bottom{
 	height: 40px;
 	border-bottom-left-radius: 10px;
 	border-bottom-right-radius: 10px;
 	padding-bottom: 5px;
 }
 .appuser_signin.feed_bottom_time{
 	float: left;
 	margin-left: 20px;
 	font-size: 14px;
 	color: #898989;
 	margin-top: 6px;
 }
 .appuser_signin.feed_bottom_good{
 	width: 55px;
 	height: 28px;
 	margin: 0 19px 8px 8px;
 	float: left;
 	text-align: center;
 	line-height: 28px;
 	color: #999;
 	border: solid 1px #b9b9b9;
  	border-radius: 2px;
  	background-color: white;
 }
 .appuser_signin.feed_bottom_good:hover{
	background-color: #ddd;
	cursor: pointer;
 }
 .appuser_signin.feed_bottom_good img{
 	margin-bottom: 3px;
 	margin-right: 3px;
 	vertical-align: middle;
 }

 /****** NaviBar ******/

 #appuser_navigation{
 	position:fixed;
 	min-width: 500px;
 }
 .appuser_navigation.inner{
	background-color: #1fb8dc;
	background-image: none;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	border: none;
 }
  .appuser_navigation.container{
  	margin-top: -3px;
	width: auto;
 }
 .appuser_navigation.logo_pic{
 	margin: 0 0 0 50px;
 	float: left;
 }
 .appuser_navigation.logo_pic img{
 	width: 36px;
 	margin-top: 10px;
 	margin-right: 15px;
 }
 .appuser_navigation.logo_slogan{
 	float: left;
 }
 .appuser_navigation.logo_slogan img{
 	width: 120px;
 	margin: 8px;
 	margin-top: 15px;
 }
 .appuser_navigation.nav{
 	float: right;
 	margin-top: 6px;
 	margin-right: 60px;
 }
 .appuser_navigation.nav_a.colapse-menu{
 	color: white;
 	text-shadow: none;
 	font-size: 16px;
 	padding: 8px;
 	margin-right: 10px;
}
 .appuser_navigation.nav_a.colapse-menu:hover{
 	color: white;
}
 .appuser_navigation.nav_a.colapse-menu img{
 	margin-right: 10px;
}
 .appuser_navigation.nav_a.dropdown-toggle{
 	color: white;
 	text-shadow: none;
 	font-size: 16px;
 	padding: 8px;
 	margin-right: 10px;
}
.appuser_navigation.nav_a.dropdown-toggle:hover{
 	color: white;
}
.appuser_navigation.nav_a.dropdown-toggle img{
	margin-right: 10px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.appuser_navigation.nav_seperator{
	margin: 10px;
	color: white;
	font-size:25px;
}
.appuser_navigation.list_one{
    border-bottom: solid 1px #e8e8e8;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
}
.appuser_navigation.list_two{
    height: 43px;
    line-height: 43px;
    font-size: 16px;
}
.appuser_signin .loading{
	text-align: center;
	padding-bottom: 10px;
}
a, div{
	-webkit-transition: all 220ms; 
	transition: all 220ms; 
	-moz-transition: all 220ms;
	-o-transition: all 220ms;
}
.navbar .nav li.dropdown.open>.dropdown-toggle{
	color: #fff; 
    background-color: transparent; 
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a{
	background-color:#f1f3f4;
	background-image: none;
	color: #000;
}
.dropdown-menu{
	border:none;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	border-radius: 2px;
	left: initial;
	/*right:10px;*/
}
.navbar .nav>li>.dropdown-menu:before{display: none;}
.navbar .nav>li>.dropdown-menu:after{display: none;}
div#cc-app .uk-table td.cc-row.cc-online:hover{
	background-color: #f1f3f4; 
}
.appuser_signin_left_part.forums_list_head:hover{
	background-color:#f1f3f4;
}
.appuser_signin_left_part.forums_list_body{
	display: none;
}
.appuser_signin.to_top{
	visibility: hidden;
	width: 40px;
    height: 40px;
    position: fixed;
    background-color: rgba(0,0,0, 0.35);
    border-radius: 4px;
    bottom:40px;
    line-height: 40px;
    text-align: center;
    z-index: 999;
}
.appuser_signin.to_top:hover{
	cursor: pointer;
    background-color: rgba(0,0,0, 0.50);
}

 /****** LeftBar ******/

.appuser_signin.left_part{
	width: 270px;
	float: left;
	margin-top: 12px;
}
.appuser_signin_left_part.feed{
	height: 50px;
	border-radius: 4px;
	background-color: white;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color:#1fb8dc;
}
.appuser_signin_left_part.feed:hover{
	cursor: pointer;
	color:#1fb8dc;
}
.appuser_signin_left_part.feed .w_feed{
	margin-left: 15px;
}
.appuser_signin_left_part.feed .w_gt{
	float: right;
	margin-right: 15px;
}
.appuser_signin_left_part.forums_head .w_gt{
	float: right;
	margin-right: 15px;
	display: none;
}
.appuser_signin_left_part.forums{
	border-radius: 3px;
	background-color: white;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	margin-bottom: 20px;
}
.appuser_signin_left_part.tags{
	border-radius: 4px;
	background-color: white;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
.appuser_signin_left_part.forums_head{
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	color:#1a1a1a;
	line-height: 50px;
}
.appuser_signin_left_part.forums_head:hover{
	cursor: pointer;
	color:#1fb8dc;
}
.appuser_signin_left_part.tags_head{
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	color:#1a1a1a;
	margin-left: 15px;
	line-height: 50px;
	margin-right: 15px;
	border-bottom: solid 1px #e8e8e8;
}

.appuser_signin_left_part.forums_list:hover{
	cursor: pointer;
}
.appuser_signin_left_part.forums_list_head{
	padding-top: 13px;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 40px;
}
.appuser_signin_left_part.forums_list_head .icon{
	float: left;
	background-size: auto 40px;
	background-position: center;
	width: 36px;
	height: 36px;
	border-radius: 4px;

}
.appuser_signin_left_part.forums_list_head .icon img{
	width: 36px;
	height: 36px;
	border-radius: 4px;
}
.appuser_signin_left_part.forums_list_head .title{
	float: left;
	margin-left: 10px;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 35px;
	text-overflow: ellipsis;
	width: 170px;
	overflow: hidden;
}
.appuser_signin_left_part.forums_list_head .arrow{
	float: right;
    line-height: 35px;
    width: 20px;
    text-align: center;
}
.appuser_signin_left_part.forums_list_body{
	text-align: justify;
}
.appuser_signin_left_part.forums_list_body span{
	font-size: 14px;
	color: #696969;
	line-height: 33px;
}
.appuser_signin_left_part.feed_title{
	margin: 20px 0;
	padding-left: 10px;
	color: #888;
	font-size: 16px;
}
.appuser_signin_left_part.forums_list_item{
	padding-top: 1px;
    padding-bottom: 1px;
	padding-left: 60px;
	font-size: 16px;
    line-height: 25px;
    padding-right: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.appuser_signin_left_part.forums_list_item:hover{
	background-color: #f1f3f4;
}
.appuser_signin_left_part.forums_list_body{
	color:#636363;
}
button.btn.btn-primary.btn-red:hover{
	background-color: #dd4a17;
}

@media screen and (max-height: 600px) {
  #logo-user{
  	padding-bottom: 20px;
  }
}

.appuser_signin.feed_title_area_type{
	float: right;
}
.appuser_signin.feed_title_area_type img{
	margin-top: 20px;
	margin-right: 20px;
}

/* edit_profile float */

#edit_profile_float{
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	max-height: 640px;
	border: none;
	border-radius: 8px;
}
.edit_profile_main_close{
	color: white;
	font-weight: bold;
	height: 40px;
	background-color: #1fb8dc;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-image: url(/img/edit_profile_back_top.png);
}
.edit_profile_main_close div{
	float: right;
	padding: 5px 9px;
	font-size: 20px;
}
.edit_profile_main_close div:hover{
	opacity: 0.8;
	cursor: pointer;
}
.edit_profile_main_head{
	height: 80px;
	text-align: center;
	background-color: #1fb8dc;
	background-image: url(/img/edit_profile_back_bottom.png);
}
.edit_profile_main_head img{
	margin-bottom: -135px;
	border-radius: 50%;
	width: 90px;
    height: 90px;
}
.edit_profile_main_basic{
	background-color:white;
	padding-top: 40px;
	margin-left: 20px;
    margin-right: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e8e8e8;
}
.edit_profile_main_pwd_main{
	display: none;
	background-color:white;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: solid 1px #e8e8e8;
}
.edit_profile_main_noti_main{
	display: none;
	background-color:white;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
}
.edit_profile_main_basic ul, .edit_profile_main_pwd_title ul, .edit_profile_main_pwd_main ul, .edit_profile_main_noti_title ul, .edit_profile_main_close_title ul{
	list-style-type:none;
	margin: 0;
	text-align: right;
}
.edit_profile_main_noti_main ul{
	list-style-type:none;
	margin: 0;
 }
.edit_profile_main_basic li{
	margin-top: 20px;
	margin-bottom: 10px;
}
.edit_profile_main_pwd_main li{
	margin-bottom: 15px;
}
.edit_profile_main_noti_main li{
	margin-bottom: 5px;
}
.edit_profile_main_noti_main li:last-child{
	margin-bottom: 0;
}
.edit_profile_main_noti_main li:last-child div{
	border:none;
}
.edit_profile_main_basic input, .edit_profile_main_pwd_main input{
	margin: 0;
	height: 22px;
	width: 225px;
	border-color: #e8e8e8;
	box-shadow:none;
}
.edit_profile_main_basic select{
	width: 110px;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	border-color: #e8e8e8;
	box-shadow:none;
}
.edit_profile_main_basic span{
	font-weight: bold;
	font-size: 14px;
	float: left;
    line-height: 32px;
    color: #3b3b3b;
}
.edit_profile_main_pwd_main span{
	font-size: 14px;
	margin-right: 10px;
    margin-left: 10px;
}
.edit_profile_main_noti_main span{
	font-size: 14px;
    font-weight: bold;
	margin-right: 10px;
    line-height: 32px;
    margin-left: 10px;
}
.edit_profile_main_pwd_title span, .edit_profile_main_noti_title span, .edit_profile_main_close_title span{
	font-size: 14px;
	margin-right: 10px;
	float: left;
    line-height: 32px;
    color: #3b3b3b;
}
.edit_profile_main_pwd_title, .edit_profile_main_noti_title, .edit_profile_main_close_title{
	background-color:white;
}
.edit_profile_main_pwd_title li, .edit_profile_main_noti_title li, .edit_profile_main_close_title li{
	font-weight: normal;
	margin: 15px 10px;
}
.edit_profile_main_pwd_title li:first-child, .edit_profile_main_noti_title li:first-child, .edit_profile_main_close_title li:first-child{
	font-weight: bold;
    line-height: 33px;
    margin: 0;
    padding: 10px 20px 10px 20px;
}
.edit_profile_main_pwd_title li:first-child:hover, .edit_profile_main_noti_title li:first-child:hover, .edit_profile_main_close_title li:first-child:hover{
	cursor: pointer;
	background-color: #f1f3f4;
}
.edit_profile_main_close_main{
	display: none;
	margin: 10px 20px;
}
.edit_profile_main_close_main .desc{
	padding: 5px;
    border: solid 1px #eee;
    border-radius: 5px;
}
.edit_profile_main_close_main .confirm{
	margin-top:10px;
	text-align: center;
	color: red;
}
.edit_profile_main_close_main .confirm .confirm_radio{
	margin: 5px 5px;
 	display: inline;
 	color: black;
}
.edit_profile_main_close_main .confirm input{
	margin: 0 5px;
}
.edit_profile_main_noti_main div{
	text-align: justify;
	font-size: 13px;
	margin-left: 30px;
	border-bottom: solid 1px #e8e8e8;
    padding-bottom: 10px;
    line-height: 16px;
}
.edit_profile_main_noti_main input{
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 10px;
}
.edit_profile_main_noti_main li:hover{
	cursor: pointer;
}
.edit_profile_main_submit{
    height: 40px;
    margin: 20px;   
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    border: solid 1px white;
    background-color: #e1e1e1;
    color: white;
}
.edit_profile_main_submit.enable{
	background-color: #14b6da;
	color:white;
	border:solid 1px #1fb8dc;
}
.edit_profile_main_submit.enable:hover{
	background-color: #12a8c9;
}
.edit_profile_main_submit:hover{
	cursor: pointer;
}
.edit_profile_main_basic_username_error{
	margin-top: -15px;
    margin-bottom: -27px;
    text-align: left;
    margin-left: 160px;
    visibility: hidden;
}
.edit_profile_main_basic_pwdold_error, .edit_profile_main_basic_pwdnew_error{
    margin-top: -15px;
    text-align: left;
    visibility: hidden;
    margin-left: 150px;
}
.error_icon{
    margin-right: 5px;
    margin-bottom: 2px;
    width: 12px;
}
.edit_profile_main_basic_pwdold_error span, .edit_profile_main_basic_pwdnew_error span, .edit_profile_main_basic_username_error span, .edit_profile_main_basic_birth_error span{
	font-size: 12px;
	color: red;
	float: none;
	margin: 0;
}
.edit_profile_appendix_info{
	text-align: center;
	font-size: 12px;
	color: #555;
}

/* Scrollbar */
::-webkit-scrollbar {width:4px;height:4px;background:#CCC;}
::-webkit-scrollbar-thumb {background:#999;border-radius:7px;}
::-webkit-scrollbar-thumb:hover {background:#666;}
::-webkit-scrollbar-corner {background:#CCC;}

/* FLoat div */
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: .4;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly]{
	background-color:#f6f6f6;
}
.edit_profile_main_basic_birth_error{
	margin-top: -15px;
    margin-bottom: -27px;
    text-align: left;
    margin-left: 300px;
    visibility: hidden;
}
.edit_profile_main_head img:hover{
	cursor: pointer;
	opacity: 0.95;
}

input[type="text"]:focus{
	border-color: #14b6da;
	box-shadow: none;
}


.round_type{
	border-radius: 50%;
}

.default_type{
	border-radius: 4px;
}


/*Guest Version*/
.appuser_guest_banner{
	text-align: center;
    background: url(/app/img/guest_big_banner.jpg);
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.appuser_guest_midtxt{
	text-align: center;
	margin: 30px;
	min-width: 880px;
	margin-top: 35px;
}
.appuser_guest_banner.button{
	position: relative;
    margin-left: auto;
    margin-right: auto;
    color: #1fb8dc;
    padding: 13px;
    font-size: 20px;
    min-width: 120px;
    background-image: none;
    height: 22px;
    top: 210px;
    width: 340px;
}
.appuser_guest_banner.button img{
	vertical-align: text-top;
	margin-right: 10px;
}
.appuser_guest_banner_header{
	position: relative;
    top: 190px;
    font-size: 50px;
    font-weight: bold;
}
.appuser_guest_banner_desc{
    position: relative;
    top: 180px;
    font-size: 25px;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
}
.appuser_guest_banner_desc_list{
	position: relative;
    top: 205px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    font-size: 17px;
    padding-top: 10px;
}
.appuser_guest_banner_desc_list_li{
	line-height: 35px;
	list-style-type: none;
}
.appuser_guest_banner_desc_list_li img{
	margin-right: 10px;
}
.appuser_guest_banner.button:hover{
	cursor: pointer;
	opacity: 0.9;
}
.appuser_guest_getapp{
    color: #1fb8dc;
    border: solid 2px;
    width: 180px;
    padding: 7px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 17px;
}
.appuser_guest_getapp:hover{
	cursor: pointer;
	background-color: white;
}
.appuser_guest_getapp img{
	margin-right: 5px;
    vertical-align: middle;
}
.appuser_guest_midtxt .first{
    font-size: 26px;
    font-weight: bold;
}

.appuser_guest_midtxt .last{
	font-size: 18px;
	color: #969696;
    padding-top: 20px;
    width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.appuser_signin_left_part.download{
	border-radius: 4px;
    background-color: white;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}

.appuser_signin_left_part.download_list{
	padding: 10px;
}
.appuser_signin_left_part.tags_list{
	padding: 10px;
	padding-bottom: 0;
	margin-top: 20px;
}
.appuser_signin_left_part.guest_list_head{
    color: #777;
    border-bottom: solid 1px #DDD;
    padding-bottom: 10px;
    font-size: 16px;
}
.appuser_signin_left_part.tags_list_item{
	line-height: 45px;
    font-weight: bold;
    font-size: 15px;
    margin: 0 -10px;
  	padding: 0 10px;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.appuser_signin_left_part.tags_list_item:hover{
	background-color: #f1f3f4;
	cursor: pointer;
}
.appuser_signin_left_part.tags_list_item img{
	margin-top: 10px;
	margin-right: 15px;
	float:left;
	width:26px;
	border-radius: 2px;
}
.appuser_signin_left_part.tags_list_item img:hover{
	cursor: pointer;
}
.appuser_signin_left_part.download_list_left{
	float: left;
	text-align: center;
  	width: 50%;
}
.appuser_signin_left_part.download_list_right{
	float: right;
	text-align: center;
  	width: 50%;
  	color: white;
  	margin-top: 45px;
}
.appuser_signin_left_part.download_list_body{
	background-color: #dfdee3;
    overflow: hidden;
    margin: 0 -10px -10px -10px;
    width: 270px;
}
.appuser_signin_left_part.download_list_body:hover{
	cursor: pointer;
}
.download_btn{
	background-color: black;
    width: 80%;
    font-size: 12px;
    margin-left: 10%;
    padding: 2px;
    margin-top: 9px;
    text-align: left;
}
.download_btn span{
	margin-left: 4px;
}
.download_btn img{
	width: 15px;
	margin-left: 2px;
	margin-top: 2px;
	vertical-align: sub;
}
.download_btn:hover{
	background-color: #555;
	cursor: pointer;
}
.appuser_navigation.btn_group{
	float: right;
	margin-top: 12px;
	margin-right: 20px;
}
.appuser_navigation.login{
	float: left;
    width: 80px;
    height: 60%;
    border: solid 1px white;
    border-radius: 4px;
    padding: 5px;
    color: white;
    text-align: center;
}
.appuser_navigation.login:hover{
	background-color: white;
	color:#1fb8dc;
	cursor: pointer;
}
.appuser_navigation.signup{
	float: left;
    width: 80px;
    height: 60%;
    border: solid 1px white;
    border-radius: 4px;
    padding: 5px;
    color: #1fb8dc;
    text-align: center;
	margin-left: 15px;
	background-color: white;
}
.appuser_navigation.signup:hover{
	background-color: #1fb8dc;
	color:white;
	cursor: pointer;
}


@media screen and (max-height: 600px) {
  #logo-user{
  	padding-bottom: 20px;
  }
}

@media screen and (max-height: 600px) {
  #logo-user{
  	padding-bottom: 20px;
  }
}



.background_press{
	background-color: #f1f3f4;
}
.background_normal{
	background-color: white;
}

/* Others */
#dfp_selection{
	overflow: hidden;
	margin-bottom: 10px;
}
.dft_choose{
	width: 250px;
    height: 500px;
    float: left;  
    margin-right: 20px;
    margin-bottom: 45px;
    text-align: center;
    position: relative;
}
.dft_choose img{
	width: 50px;
	position: relative;
	top: 485px;
	display: none;
	margin: 0 auto;
}
.dft_choose:hover{
	cursor: pointer;	
	opacity: 0.9;
}
.dfp_type_0{
	display: none;
}
.dfp_type_1{
	background: url(/img/dfp-flag-1.png) no-repeat;
	background-size: 230px;
}
.dfp_type_2{
	background: url(/img/dfp-flag-2.png) no-repeat;
	background-size: 230px;
}
.dfp_type_3{
	background: url(/img/dfp-flag-3.png) no-repeat;
	background-size: 230px;
}
.dfp_type_4{
	background: url(/img/dfp-flag-4.png) no-repeat;
	background-size: 230px;
}