@CHARSET "UTF-8";
@font-face {        
  font-family: 'Open-Sans';        
  src: url('/fonts/Open-Sans.eot');     
  src: url('/fonts/Open-Sans.eot?#iefix') format('embedded-opentype'),            
         url('/fonts/Open-Sans.woff') format('woff'),             
         url('/fonts/Open-Sans.ttf')  format('truetype'); 
}
body{
  min-width:100%;
  width:100%;
  background-repeat-y: no-repeat;
  background-repeat: no-repeat;
  background-color: #f3f3f5;
  background-size: 2600px;
  padding:0;  
  margin:0;
  height: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:#ccc;
    padding-left: 10px;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.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: 15px;
  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:550px;
  margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.control-group:last-child{
  margin-bottom: 10px;
  text-align: center;
}
.control-group:last-child span a{
  color: #f35727;
}
#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: 3px;
    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;
    width: 100%;
}
#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;;
}
.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;
}
#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;
}
.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_seperator{
  text-align:center; 
  color:#e5e5e5; 
  padding-bottom:30px;
  padding-top:5px;
  line-height: 0px;
  margin: 0 5px 0 5px;
}
.appuser_seperator span{
  color:#ccc;
}
.appuser_login_seperator:first-child{
  float:left;
}
.appuser_login_seperator:last-child{
  float:right;
}
.appuser_login_seperator{
  width:215px; 
  border-bottom:1px solid #e5e5e5; 
}
.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:10px; 
  box-shadow:none; 
  border:none; 
  text-shadow: none;
  height: 40px;
  font-size: 18px;
  /*font-family:'Open-Sans';*/
  text-decoration: none;
}
.appuser_login_facebook{
  background-color:#2d55ad;
}
.appuser_login_facebook img{
  width: 27px;
  margin: 0 11px 6px 0;
}
.appuser_wel_title {
  font-size: 19px;
}
.appuser_login_facebook span, .appuser_login_google span{
  font-family:'Open-Sans';
}
.appuser_login_google{
  background-color:#e7e7e7;
}
.appuser_login_google img{
  width:27px;
  margin:0 12px 0 0;
}
.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;
}
.appuser_login_bottom, .appuser_login_bottom a{
  text-align:center;
  color:#848484;
}
.app_signin_container .appuser_wel_title{
  text-align:center;
  color:#333;
  border-bottom:none;
  margin-bottom:15px;
  font-size: 22px;
}
.app_signin_container .appuser_others_login{
  text-align:center;
  margin-bottom: 5px;
}
.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;
  }
  #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: Jason(YHSPY);
 * @Page: AppUser_SignIn;
 * @Date: 20150723;
 */

 .appuser_signin.main_div{
  width: 100%;
  background-color: #f4f4f4;
  position: relative;
  top: 55px;
 }
 .appuser_signin.feed_div{
  background-color: #f4f4f4;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  width: 925px;
  position: initial;
  left: 0;
  right: 0;
  margin-top: 15px;
  margin-bottom: 20px;
 }
 .appuser_feed_page{
  float: left;
  width: 610px;
  /*margin-left: 20px;*/
 }
 @media only screen and (max-device-width: 300px){
 .appuser_feed_page{
    width：100%；
  }
 } 
 .appuser_signin.feed_block{
  background-color: white;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.12);
  margin-top: 15px;
  overflow: hidden;
 }
 .appuser_signin.feed_block:first-child{
  margin-top: 0px;
 }
 .appuser_signin.feed_block:hover{
  cursor: pointer;
 }
 .appuser_signin.feed_title_area{
  height: 42px;
    padding-top: 10px;
    padding-bottom: 5px;
 }
 .appuser_signin.feed_title_area_icon{
  float: left;
    margin-left: 16px;
    margin-top: 8px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    position: absolute;
    border-radius: 50%;
 }
 .appuser_signin.feed_title_area_icon.default_type{
  float: left;
    margin-left: 16px;
    margin-top: 8px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    position: absolute;
    border-radius: 50%;
 }
 .appuser_signin.feed_title_area_icon:hover{
  opacity: 0.7;
 }
 .appuser_signin.feed_title_area_icon_r{
  float: left;
  margin-left: 16px;
  margin-top: 8px;
  width: 32px;
  height: 32px;
  background-repeat: space;
  background-position: center;
  background-size: auto 36px;
  position: absolute;
  border-radius: 3px;
 }
 .appuser_signin.feed_title_area_icon img, .appuser_signin.feed_title_area_icon_r img{
  width: 36px;
  height: 36px;
  margin-top: 12px;
  margin-left: 12px;
  border-radius: 3px;
 }
 .appuser_signin.feed_title_area_desc {
  float: left;
    margin-left: 0px;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 88%;
    position: relative;
    left: 52px;
 }
 .appuser_signin.feed_title_area_desc_main{
  color: #f1642c;
  font-size: 15px;
  float: left;
  position: relative;
  top: 0px;
  line-height: 25px;
  margin-right: 5px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
 }
 .appuser_signin.feed_title_area_desc_sub{
  display: block;
    margin-left: 0px;
    height: 15px;
    float: left;
    padding-top: 2px;
    width: 68px;
    text-align: center;
    height: 21px;
    font-size: 12px;
    color: #bbb;
    border: solid 1px #bbb;
    border-radius: 3px;
    /*background-image: url("../img/feed_follow.png");
    background-repeat: no-repeat;
    background-size: 65px;*/
 }
 .appuser_signin.feed_title_area_desc_sub:hover{
  background-color: #bbb;
  color: white;
  -webkit-transition: all 220ms; 
  transition: all 220ms; 
  -moz-transition: all 220ms;
  -o-transition: all 220ms;
 }

 .appuser_signin.feed_big_pic{
    background-color: #ebebeb;
    width: auto;
    height: 240px;
    margin: 10px 0 10px 0;
    position: relative;
    /*margin-top: -29px;*/
 }
 .appuser_signin.feed_big_pic_main{
    height: 240px;
    width: auto;
    border-radius: 0px;
    /*background-size: 100% auto;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
 }
 .appuser_signin.feed_desc{
  padding: 10px 13px 0 16px;
  /*width: 63%;*/
  /*float: left;*/
  /*height: 105px;*/
  width: auto;
  height: auto;
 }
 .appuser_signin.feed_desc_title{
  word-break: break-word;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #1a1a1a;
  text-align: left;
 }
 .appuser_signin.feed_desc_title:hover{
  color: #1fb8dc;
 }
 .appuser_signin.feed_desc_main{
  word-break: break-word;
  padding-top: 5px;
  font-size: 15px;
  color: #222222;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
 }
 .appuser_signin.feed_desc_main:hover{
  cursor: auto;
 }
 .appuser_signin.feed_bottom{
  height: 39px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 95%;
  float: left;
  color: #222222;
  opacity: 0.6;
  font-weight: 300;
  cursor: default;
  /*position: relative;
  bottom: 0px;
  clear: both;*/
 }
 .appuser_signin.feed_bottom_time{
  float: left;
  margin-left: 16px;
  font-size: 14px;
  margin-top: 6px;
  opacity: 0.6;
 }
 .appuser_signin.feed_bottom_replies{
  float: left;
  font-size: 14px;
  margin-top: 6px;
  opacity: 0.6;
 }
 .appuser_signin.feed_bottom_replies span{
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 100px;*/
    margin-left: 5px;
    display: block;
    float: left;
 }
 .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{
  min-width: 880px;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
 }
 .appuser_navigation.inner{
  background-color: #1fb8dc;
  background-image: none;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  border: none;
  text-align: center;
 }
 .appuser_navigation.container{
    margin-top: -3px;
    width: auto;
    height: 55px;
 }
  .appuser_navigation.list{
    display: inline-block;
    margin-left: 30px;
 }
 .appuser_navigation.logo_pic{
  margin: 0 0 0 50px;
  float: left;
 }
 .appuser_navigation.logo_pic img{
  width: 32px;
  margin-top: 12px;
  margin-right: 5px;
  outline: none;
 }
 .appuser_navigation.logo_slogan{
  float: left;
 }
 .appuser_navigation.logo_slogan img{
  width: 100px;
  margin: 8px 8px 7px 8px;
 }
 .appuser_navigation.nav{
  float: right;
  margin-top: 6px;
  margin-right: 60px;
 }
.appuser_navigation.nav_seperator{
  margin: 10px;
  color: white;
  font-size:25px;
}
.appuser_navigation.list_one{
    border-bottom: solid 1px #e8e8e8;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: left;
}
.appuser_navigation.list_two{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: left;
}
.appuser_signin .loading{
  text-align: center;
  padding-bottom: 10px;
}
.loading{
  text-align: center;
  padding: 20px 0;
}
a, div{
  -webkit-transition: all 220ms; 
  transition: all 220ms; 
  -moz-transition: all 220ms;
  -o-transition: all 220ms;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  
}
.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.55);
  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; 
}
.navbar-inner{
  border-radius: 0;
}
.appuser_signin_left_part.forums_list_head:hover{
  background-color:#f1f3f4;
}
.appuser_signin_left_part.forums_list_body{
  display: none;
}
.appuser_signin.to_top{
  right: 50px;
  visibility: hidden;
  width: 40px;
  height: 40px;
  position: fixed;
  background-color: rgba(0,0,0, 0.35);
  border-radius: 3px;
  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);
}
/****** tag page start******/
.appuser_signin_left_part.rel_forums{
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 16px;
  margin-left: -5px;
  border-radius: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: white;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
.appuser_signin_left_part.rel_forums .header{
  border-bottom: 1px solid #e4e4e4;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  color:#777;
  font-size: 14px;
}
.appuser_signin_left_part.rel_forums .list .related-forums{
  padding-top: 10px;
  height: 70px;
}
.appuser_signin_left_part.rel_forums .list{
  margin-left: 10px;
}
.appuser_signin_left_part.rel_forums .list a{
  text-decoration: none;
}
.appuser_signin_left_part.rel_forums .list .related-forums .forum-logo{
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background-size: 60px 60px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
}
.appuser_signin_left_part.rel_forums .list .related-forums .forum-detail{
  margin-left: 75px;
  margin-right: 10px;
}
.appuser_signin_left_part.rel_forums .list .related-forums .forum-detail .forum-name{
  word-wrap: break-word;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #3b3b3b;
}
.appuser_signin_left_part.rel_forums .list .related-forums .forum-detail .forum-description{
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  font-size: 12px;
  color: #727272;
  line-height: 16px;
}
/****** tag page end******/

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

.appuser_signin.left_part{
    border-radius: 3px;
    width:250px;
    float:left;
    margin-right: 20px;
}
.appuser_signin.right_part{
    width:295px;
    float:right;
}

/*tips start*/
.appuser_signin_left_part.tips{
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 16px;
  margin-left: -5px;
  border-radius: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: white;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
.appuser_signin_left_part.tips .tips-title{
  word-wrap: break-word;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #3b3b3b;
  text-align: center;
  padding-top: 20px;
}
.appuser_signin_left_part.tips .tips-content{
  word-wrap: break-word;
  padding-top: 5px;
  font-size: 14px;
  color: #727272;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
/*tips end*/
/*home/searchresult forum detail info bar*/
.appuser_signin_left_part.left.forum_logo .sub_logo{
  left: 20px;
  right: 0px;
  margin: -30px 0 0 0;
}
.appuser_signin_left_part.left.forum_name{
  text-align: left;
}
.appuser_signin_left_part.left.forum_followers{
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.appuser_signin_left_part.left.detail_info_body{
  padding: 0 20px;
}
.appuser_signin_left_part.left.forum_description{
  margin-left: 0;
  text-align: left;
}
/*home/searchresult forum detail info bar end*/

/*forum detail info bar*/
.appuser_signin_left_part.detail_info{
    width: 275px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-radius: 2px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: white;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
.appuser_signin_left_part.forum_header div{
    height: 120px;
    width: 100%;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.appuser_signin_left_part.forum_header{
    position: relative;
    height: 120px;
    width: 100%;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    background-color: #dfdee4;
}

.appuser_signin_left_part.forum_logo{
    text-align: center;
    margin-bottom: 38px;
    position: relative;
}
.appuser_signin_left_part.forum_logo .sub_logo{
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  margin-top:-30px;
  vertical-align: middle;
  position: absolute;
  background-size: 60px 60px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  right:106.5px;
  border: solid 1px #ececec;
}
.appuser_signin_left_part.forum_name{
  word-wrap: break-word;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #3b3b3b;
  text-align: center;
}
.appuser_signin_left_part.forum_followers{
  word-wrap: break-word;
  margin-top: -5px;
  font-weight: normal;
  font-size: 14px;
  color: #9c9c9c;
  line-height: 22px;
  text-align: center;
}
.appuser_signin_left_part.forum_followers span{
  top:1px;
  position:relative;
}
.appuser_signin_left_part.forum_description{
  word-wrap: break-word;
  padding-top: 5px;
  font-size: 14px;
  color: #727272;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.appuser_signin_left_part.site_url button{
  text-align:center;
  display: block;
  margin:0 auto;
  outline:none;
  background-color: inherit;
  border:1px solid #02b8df;
  color:#02b8df;
  width:100px;
  height:38px;
  line-height: 38px;
  border-radius:3px;
  margin-bottom: 5px;
}
.appuser_signin_left_part.site_url button:hover{
  background-color:#02b8df;
  color:white; 
}
.appuser_signin_left_part.site_url a{
  font-size:16px;
  color: #02b8df;
  text-decoration: none;
}
.appuser_signin_left_part.feed{
  height: 50px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
  line-height: 50px;
  font-size: 15px;
  font-weight: regular;
  color:#1fb8dc;
}
.appuser_signin_left_part.feed:hover{
  cursor: pointer;
  color:#1fb8dc;
}
.appuser_signin_left_part.feed .w_feed{
  margin-left: 5px;
}
.appuser_signin_left_part.feed .w_gt{
  float: right;
  margin-right: 15px;
}
.appuser_signin_left_part.feed .w_home_logo img{
  width:20px;
  margin-left: 15px;
}
.appuser_signin_left_part.forums_head .w_gt{
  float: right;
  margin-right: 15px;
  display: none;
}
.appuser_signin_left_part.forums{
  background-color: white;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.12);
}
.appuser_signin_left_part.forums:last-child{
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
}
/*.appuser_signin_left_part.forums:nth-child(3){
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}*/
.appuser_signin_left_part.tags{
  border-radius: 3px;
  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: 8px;
    height: 42px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 40px;
}
.appuser_signin_left_part.forums_list_head .icon{
  float: left;
  background-size: auto 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-top: 8px;
}
.appuser_signin_left_part.forums_list_head .icon img{
  width: 36px;
  height: 36px;
  border-radius: 3px;
}
.appuser_signin_left_part.forums_list_head .title{
  float: left;
  margin-left: 6px;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 35px;
  text-overflow: ellipsis;
  width: 195px;
  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{
  margin-left: 41px;
  font-size: 15px;
  color: #696969;
  line-height: 33px;
}
.appuser_signin_left_part.feed_title{
  margin: 20px 0 0 0;
  padding: 10px 0 10px 20px;
  color: #888;
  font-size: 13px;
  border-bottom: 1px solid #e8e8e8;
  background-color: white;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.12);
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
.appuser_signin_left_part.forums_list_item{
  padding-top: 1px;
    padding-bottom: 1px;
  padding-left: 12px;
  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;
}

@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: 640px;
  padding: 0 80px;
  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(/images/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(/images/edit_profile_back_bottom.png);
}
.edit_profile_main_head img{
  margin-bottom: -135px;
  border-radius: 50%;
  width: 90px;
    height: 90px;
}
.edit_profile_main_basic,.edit_profile_main_pwd_main,.edit_profile_main_noti_main{
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 0 20px 0;
}
.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, .edit_profile_main_pwd_main li, .edit_profile_main_noti_main li{
  margin-top: 20px;
  margin-bottom: 10px;
}
.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, .edit_profile_main_basic select{
  margin: 0;
  height: 30px;
  padding-left: 12px;
  width: 288px;
  margin-right: 150px;
  border-color: #e8e8e8;
  box-shadow:none;
  border-radius: 3px;
}
.edit_profile_main_basic select{
  width: 110px;
  height: 42px;
  margin-right: 348px;
}
.edit_profile_main_basic span, .edit_profile_main_pwd_main span{
  font-weight: bold;
  font-size: 14px;
  float: left;
  line-height: 32px;
  color: #3b3b3b;
}
.edit_profile_main_noti_main span{
  font-size: 14px;
    font-weight: bold;
  margin-right: 10px;
    line-height: 32px;
    margin-left: 10px;
    color: #3b3b3b;
}

.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{
  margin: 10px 20px;
  padding-bottom: 20px;
  color:#3b3b3b;
}
.edit_profile_main_close_main .desc{
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
}
.edit_profile_main_close_main .desc strong{
  font-size: 14px;
}
.edit_profile_main_close_main .confirm{
  margin-top:10px;
  text-align: left;
  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:not(#noti_submit){
  text-align: justify;
  font-size: 12px;
  color: #3b3b3b;
  margin-left: 30px;
  margin-right: 20px;
  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 0 0 142px; 
    width: 120px;  
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    border: solid 1px white;
    background-color: #e1e1e1;
    color: white;
    pointer-events: none;
    cursor: not-allowed;
}
.edit_profile_main_submit.enable{
  background-color: #14b6da;
  color:white;
  border:solid 1px #1fb8dc;
  pointer-events: auto;
  cursor: pointer;
}
.edit_profile_main_submit.enable:hover{
  background-color: #12a8c9;
}
#close_submit.edit_profile_main_submit.enable{
  background-color: red;
  color:white;
  border:solid 1px red;
}
/*#close_submit.edit_profile_main_submit.enable:hover{
  background-color: red;
}*/
.edit_profile_main_submit:hover{
  cursor: pointer;
}
.edit_profile_main_basic_username_error, .edit_profile_main_basic_username_info{
  margin-top: -4px;
    margin-bottom: -20px;
    text-align: left;
    margin-left: 145px;
    display: none;
}
.edit_profile_main_basic_pwdold_error, .edit_profile_main_basic_pwdnew_error, .edit_profile_main_basic_birth_error{
    margin-top: -15px;
    text-align: left;
    /*visibility: hidden;*/
    display: none;
    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, .edit_profile_main_basic_location_error span{
  font-size: 12px;
  color: red;
  float: none;
  margin: 0;
}
.edit_profile_main_basic_username_info span{
  font-size: 12px;
  color: green;
  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_basic_location_error{
  display: none;
}
.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: 3px;
}


/*Guest Version*/
.appuser_guest_banner{
  text-align: center;
    background: url(/imgs/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: 3px;
  background-color: white;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}

.appuser_signin_left_part.download_list{
  padding: 10px;
  margin-bottom: 15px;
}
.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: 14px;
    border:none;
}
.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_right a{
  text-decoration: none;
  color: inherit;
}
.appuser_signin_left_part.download_list_body{
  background-color: #dfdee3;
    overflow: hidden;
    margin: 0 -10px -10px -10px;
}
.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: 3px;
    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: 3px;
    padding: 5px;
    color: #1fb8dc;
    text-align: center;
  margin-left: 15px;
  background-color: white;
}
.appuser_navigation.signup:hover{
  background-color: #1fb8dc;
  color:white;
  cursor: pointer;
}

/* Notification Version */
.dropdown-menu-right 
{
    right: 5px;
    left: auto;
}
.appuser_signin.feed_title_area .dropdown{
    float: left;
    position: relative;
    margin-top: 13px;
    left: 250px;
}
/*.appuser_signin.feed_title_area .dropdown{
    float: right;
    margin-right: 7px;
    margin-top: 13px;
}*/
.appuser_signin.feed_title_area .dropdown .dropdown-toggle{
    background-color: white;
    border: none;
}
.appuser_signin.feed_title_area .dropdown .dropdown-toggle .mdot{
    background-image: url(/imgs/feed_mdot.png);
    background-size: 15px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.appuser_signin.feed_title_area .dropdown .dropdown-toggle .mdot:hover{
    opacity: 0.7;
}
.badge-red{
    position: relative;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 10px;
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 16px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    white-space: nowrap;
    vertical-align: baseline;
    min-width: 12px;
    min-height: 15px;
    background-color: red;
}
.appuser_navigation.notis{
  float: right;
    width: 35px;
    height: 35px;
    background-size: 30px;
    position: relative;
    right: 145px;
    top: 15px;
    background-image: url(/imgs/icon_notification.png);
    background-repeat: no-repeat;
}
.appuser_navigation.notis:hover{
  cursor: pointer;
}
#appuser_navigation .popover {
  max-width: 100%;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  border: solid 1px #d0d0d0;
}
#appuser_navigation .popover-content{
  max-height: 550px;
    overflow-y: scroll;
    padding: 0px;
}
#appuser_navigation_pop{
  list-style-type: none;
  margin: 0px;
}
#appuser_navigation_pop ul{
  overflow: hidden;
}
#appuser_navigation_pop li a{
  color: black;
    text-decoration: none;
    width: 170px;
    display: block;
    padding: 7px 7px 7px 11px;
}
#appuser_navigation_pop li a:hover{
  cursor: pointer;
  background-color: #eee;
}
.noti_pop{
  margin: 0 auto; 
  max-height: 700px;
  overflow: hidden;
  padding: 10px 22px 0px 14px;
  border-bottom: solid 1px #e8e8e8;
  background: white;
}
.noti_pop:last-child.noti_pop_right.news_item{
  padding-bottom: 0;
}
.noti_pop:hover{
  cursor: auto;
}
#noti_content_me .noti_pop:hover{
  background: #f1f3f4;
}
#noti_content_sub .noti_pop{
  padding-top: 0;
}
#noti_content_sub .noti_pop .noti_pop_right:last-child{
  padding-top: 10px;
}
#noti_content_sub .noti_pop .noti_pop_left{
  top: 5px;
}
.noti_pop a{
  color: inherit;
}
.noti_pop .noti_pop_left{
  float: left;
  position: relative;
  top: -5px;
}
.noti_pop .noti_pop_left img{
  width: 52px;
  height: 52px;
  margin-top: 10px;
  margin-bottom:10px;
}
.noti_forum_icon{
  border-radius: 3px;
}
.noti_user_avatar{
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin-top: -62px;
  margin-bottom:10px;
  background-size: 52px 52px; 
  background-repeat: no-repeat;
}
.noti_user_avatar_default{
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin-top: 10px;
  margin-bottom:10px;
  background-size: 52px 52px;
  background-repeat: no-repeat;
}
.noti_pop .noti_pop_right{
  float: right;
  width: 90%;
  left: 12px;
  position: relative;
}
.noti_pop .noti_pop_right:last-child{
    border: none;
}
/*.noti_pop:last-child .noti_pop_right{
    border-bottom: none;
}*/
.noti_pop .noti_pop_right .noti_pop_right_bottom{
  margin-top: 5px;
  margin-bottom: 10px;
}
.noti_pop .noti_pop_right .author_name{
  color: #f1642c;
  font-weight: bold;
}
.noti_pop .noti_pop_right .noti_pop_right_bottom .dateline{
  color: #222222;
  opacity: 0.36;
}
.noti_pop .noti_pop_right_muti_icon{
  margin-top: 5px;
  overflow: hidden;
}
.noti_pop .noti_pop_right_muti_icon div{
    width: 30px;
    height: 30px;
    float: left;
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 11px;
    color: white;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
}
.noti_pop .noti_pop_right_muti_icon .muti_icon{
    margin-left: -35px;
}
.noti_pop .noti_pop_right.news_item{
  width: 90%;
  position: relative;
  padding: 15px 0;
  border-top: solid 1px #e8e8e8;
  left: 12px;
}
.noti_pop .noti_pop_right.news_item .noti_pop_right_top{
  padding-bottom: 6px;
  padding-top: 6px;
  padding-right: 15px;
}
.noti_pop .noti_pop_right.news_item:last-child .noti_pop_right_top{
  border-bottom:none;
}
.noti_pop .noti_pop_right.news_item:nth-child(3){
  margin-top: 7px;
}
.noti_pop .noti_pop_right:hover{
  background: #f1f3f4;
}
.noti_pop .noti_pop_right.news_item:hover{
  background: #f1f3f4;
}
#appuser-menu-popover{
  float: right;
    background-size: 30px;
    position: relative;
    right: 37px;
    top: 10px;
}
#appuser-menu-popover:hover{
  cursor: pointer;
}
#appuser-menu-popover .appuser_avatar{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    border-radius: 50%;
    float: left;
    position: absolute;
}
#appuser-menu-popover span{
  float: right;
    color: white;
    margin-left: 42px;
    top: 8px;
    position: relative;
}
#appuser-menu-popover span:focus{
  outline: none;
}
#appuser-menu-popover span:hover{
  outline:none;
}
#appuser-menu-popover span:visited{
  outline:none;
}
.appuser_signin .bottom_icon{
  height: 20px;
    vertical-align: bottom;
}

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

/* Common Styles */
.background_press{
  background-color: #f1f3f4;
  color: rgb(31, 184, 220);
}
.background_normal{
  background-color: white;
}
.a, .a:hover{
  text-decoration: none;
  color: black;
  overflow: hidden;
}





/**
  * Page: topic.blade.php;
  * Author: YHSPY;
  * Date: 2016/03/22;
  */

#tapatalk-topic-banner{
  min-width: 880px;
  width: 100%;
  height: 64px;
  background-color: white;
  box-shadow: 0px 1px 2px #CCC;
  text-align: center;
  position: absolute;
  top: 55px;
}
#tapatalk-topic-banner a{
  color: inherit;
  text-decoration: none;
}
#tapatalk-topic-banner .banner-main{
  top: 12px;
  position: relative;
  float: left;
  left: 5%;
  width: 90%;
}
#tapatalk-topic-banner .banner-main a .sub_logo{
  right:935px;
  height: 32px;
  margin-right: 3px;
  border-radius: 3px;
  width: 32px;
  position: absolute;
  background-size: 50px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: solid 1px #ececec;
}
#tapatalk-topic-banner .banner-main .sub_logo{
  right:935px;
  height: 32px;
  margin-right: 3px;
  border-radius: 3px;
  width: 32px;
  position: absolute;
  background-size: 50px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: solid 1px #ececec;
}
#tapatalk-topic-banner .banner-main span{
  font-weight: bold;
  font-size: 18px;
  top: 3px;
  position: relative;
}
#tapatalk-topic-banner .banner-side{
  float: right;
  top: 21px;
  position: relative;
  right: 20px;
  display: inline;
}
#tapatalk-topic-banner .banner-side img{
  height: 20px;
  margin-right: 5px;
}
#tapatalk-topic-banner .banner-side span{
  font-size: 14px;
  top: 1px;
  position: relative;
}
#tapatalk-topic-container{
  background-color: #f3f3f5;
  margin-left: auto;
  margin-right: auto;
  width: 925px;
  position: relative;
  left: 0;
  right: 0;
  top: 119px;
  margin-top: 15px;
  overflow: hidden;
  padding-bottom: 10px;
}
#tapatalk-topic-container .left-main{
  float: left;
  margin-bottom: 20px;
  width: 610px;
}
#tapatalk-topic-container .left-main .floor_wrapper:first-child{
  padding-top: 20px;
}
#tapatalk-topic-container .left-main .floor_wrapper:last-child{
  box-shadow: 0px 1px 1px #CCC;
  border-radius: 3px;
}
#tapatalk-topic-container .left-main .floor_wrapper{
  background-color: white;
  padding: 10px 20px;
}
.appuser-signin.reply_data .floor_wrapper{
  padding-top: 10px;
  font-weight: 300;
  color:#333;
}
.appuser-signin.reply_data .floor_wrapper a{
  color:#08c;
}
.appuser-signin.reply_data img{
  max-width: 55%;
}
#tapatalk-topic-container .left-main-forum-feed{
  float: left;
  width: 610px;
}
#tapatalk-topic-container .left-main .topic-title{
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2em;
  margin: 15px 0px;
}
#tapatalk-topic-container .left-main .topic-img .main{
  height: 330px;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#tapatalk-topic-container .left-main .topic-img{ 
  margin: 15px 0px;
}
#tapatalk-topic-container .left-main .topic-content{ 
  margin: 10px 0px;
  word-wrap: break-word;
  line-height: 22px;
  font-size: 16px;
}
#tapatalk-topic-container .left-main .topic-bottom{ 
  overflow: hidden;
  top: 5px;
  position: relative;
}
#tapatalk-topic-container .left-main .topic-bottom a{ 
  float: right;
  text-decoration: none;
  color: black;
  font-size: 12px;
}
#tapatalk-topic-container .left-main .topic-bottom a span{ 
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  display: inline-block;
}
#tapatalk-topic-container .left-main .topic-bottom img{ 
  float: left;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
#tapatalk-topic-container .left-main .floor_wrapper:first-child .topic-header{ 
  border-top: none;
  padding-top: 0px;
}
#tapatalk-topic-container .left-main .topic-header{ 
  overflow: hidden;
  height: 45px;
  border-top: solid 1px #dddddd;
  padding-top: 20px;
}
#tapatalk-topic-container .left-main .topic-header .left{
  float: left;
  height: 45px;
  width: 75%;
}
#tapatalk-topic-container .left-main .topic-header .left div{
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  background-size: 50px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#tapatalk-topic-container .left-main .topic-header .left span{
  left: 50px;
  font-size: 16px;
  color: #f1642c;
  position: relative;
  top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 400px;
  display: block;
}
#tapatalk-topic-container .left-main .topic-header .right{
  float: right;
  color: #999999;
  font-size: 14px;
  height: 45px;
}
#tapatalk-topic-container .left-main .topic-header .right span{
  top: 13px;
  position: relative;
}
#tapatalk-topic-container .left-main .topic-content p{
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0px;
}
#tapatalk-topic-container .left-main .user_reply{
  border-radius: 3px;
}
#tapatalk-topic-container .left-main .related_disscussion{
  font-weight: 300;
  margin-top: 16px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0px 1px 0px #CCC;
}
#rel_discuss a{
  text-decoration: none;
}
#tapatalk-topic-container .left-main .related_disscussion .rel_header{
  font-size: 14px;
  color: #727272;
  line-height: 1.2em;
  margin: 15px 0px;
  padding-top: 15px;
  padding-left:20px;
}
#tapatalk-topic-container .left-main .related_disscussion .floor_wrapper .topic-header{
  overflow: hidden;
  border-top: solid 1px #dddddd;
  margin-bottom: 20px;
  height:auto;
}
#tapatalk-topic-container .left-main .related_disscussion .floor_wrapper{
  padding: 0; 
  margin-left: 20px;
  margin-right: 20px;
}
#tapatalk-topic-container .left-main .related_disscussion .floor_wrapper:last-child{
  box-shadow: 0px 0px 0px #CCC;
  border-radius: 3px;
  padding-bottom: 5px;
}
#tapatalk-topic-container .left-main .related_disscussion .floor_wrapper .topic-header .left{
  float: left;
  height: initial;
}
#tapatalk-topic-container .left-main .related_disscussion .floor_wrapper .topic-header .left .topic_image {
  width:150px;
  height:120px;
  background-size: cover;
  border-radius: 2px;
  position:relative;
}

#tapatalk-topic-container .left-main .related_disscussion .floor_wrapper .topic-header .right{
  float: none;  
  height: 120px;
  margin-left: 165px;
  position: relative;
}
#tapatalk-topic-container .left-main .related_disscussion .floor_wrapper .topic-header .right .topic_title{
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
}
.related_disscussion .right .topic_content{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
}
#tapatalk-topic-container .left-main .related_disscussion .floor_wrapper .topic-header .right .forum_name{
  position: absolute;
  bottom: 0;
}

/*reply quote start*/
.appuser_signin.feed_desc_main .content_quote{
  border: solid 1px #E0E0E3;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F5F6F8;
  color: #646464;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.reply_quote{
  border: solid 1px #E0E0E3;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F5F6F8;
  color: #646464;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}
#tapatalk-topic-container .left-main .user_reply .floor_wrapper .topic-content p img{
  padding-top: 10px;
  padding-bottom: 10px;
}
.reply_quote .reply_mention{
  /*to do*/
}
.reply_quote .origin_post{
  text-decoration: underline;
  color:#14b6da;
  margin-bottom: -15px;
  display: block;
}
/*reply quote end*/
/*view all posts start*/
#tapatalk-topic-container .left-main .user_reply .floor_wrapper .border{
  border-top: solid 1px #dddddd;
  padding-top: 30px;
  margin-bottom: 20px;
}
#tapatalk-topic-container .left-main .user_reply .floor_wrapper a button{
  width: 570px;
  height: 60px;
  background-color: #14b6da;
  text-align: center;
  border-radius: 3px;
  border: none;
  color: white; 
  outline: none;
}
#tapatalk-topic-container .left-main .user_reply .floor_wrapper a button:hover{
  background-color: #1dafd1;
}
#tapatalk-topic-container .left-main .user_reply .floor_wrapper a button img{
  margin-right: 5px;
}

/*view all posts end*/
#tapatalk-topic-container .right-main{
  float: right;
  width: 300px;
  margin-left: 15px;
}

/* Byo Display Page */
#byo_display_container{
  width: 100%;
  height: 100%;
  font-family: 'Open-Sans';        
}
#byo_display_container .byo_display_main{
  width: 1000px;
  position: relative;
  margin: 0 auto;
  top: 9%;
}
#byo_display_container .byo_display_main .byo_display_main_mobile{
  background-image:url(/images/byo_display_mobile.png);
  height: 535px;
  width: 480px;
  background-repeat: no-repeat;
  background-size: 480px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#byo_display_container .byo_display_main .byo_display_main_mobile .byo_display_img{
  width: 95px;
  height: 95px;
  position: relative;
  top: 160px;
  text-align: center;
  border: solid 4px white;
  border-radius: 3px;
}
#byo_display_container .byo_display_main .byo_display_main_mobile .byo_display_title{
  position: relative;
  top: 180px;
  font-weight: bold;
  font-size: 20px;
  width: 200px;
  margin: 0 auto;
}
#byo_display_container .byo_display_main .byo_display_main_mobile .byo_display_desc{
  position: relative;
  top: 200px;
  font-size: 14px;
  width: 215px;
  margin: 0 auto;
}
#byo_display_container .byo_display_main .byo_display_main_download{
  overflow: hidden;
  position: relative;
  top: 30px;
}
#byo_display_container .byo_display_main .byo_display_main_download .byo_display_ios{
  width: 260px;
  float: left;
  left: 225px;
  height: 70px;
  line-height: 60px;
  text-align: center;
  position: relative;
  color: white;
  background-color: black;
}
#byo_display_container .byo_display_main .byo_display_main_download .byo_display_ios:hover{
  opacity: 0.8;
  cursor: pointer;
}
#byo_display_container .byo_display_main .byo_display_main_download .byo_display_android{
  width: 260px;
  float: right;
  right: 225px;
  height: 70px;
  line-height: 60px;
  text-align: center;
  position: relative;
  color: white;
  background-color: black;
}
#byo_display_container .byo_display_main .byo_display_main_download .byo_display_android:hover{
  opacity: 0.8;
  cursor: pointer;
}
.byo_display_left{
  width: 35%;
  float: left;
  height: 100%; 
}
.byo_display_right{
  width: 65%;
  float: right;
  height: 100%; 
  text-align: left;
  padding-top: 7px;
}
.byo_display_right span{
  display: block;
}
.byo_display_left img{
  width: 30px;
  position: relative;
  top: 3px;
}
.byo_display_right .byo_display_line_one{
  line-height: 22px;
  font-size: 13px;
}
.byo_display_right .byo_display_line_two{
  line-height: 25px;
  font-size: 24px;
}

.content-shade {
  position: absolute;
  width: 610px;
  height: 467px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 87%, rgba(255,255,255,0.1) 88%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.content-shade span i {
  margin-right: 5px;
}
.content-shade span {
  top: 434px;
  position: relative;
  display: block;
  padding: 5px 0px;
  margin: 0px 20px;
  cursor: pointer;
  font-size: 13px;
  color: #1fb8dc;
  opacity: 0.9;
}
.content-shade span:hover {
  opacity: 0.9;
}
.content-wrap {
  position: absolute;
  width: 610px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 94%, rgba(255,255,255,0.8) 95%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.content-wrap span {
  position: relative;
  display: block;
  padding: 5px 0px;
  margin: 0px 20px;
  cursor: pointer;
  font-size: 13px;
  color: #1fb8dc;
  opacity: 0.9;
}
.content-wrap span i {
  margin-right: 5px;
}
.content-wrap span:hover {
  opacity: 0.9;
}
.hide-more {
  height: 410px;
  overflow: hidden;
}
.show-more {
  min-height: 410px;
  height: auto;
  overflow: initial;
  max-height: 750px;
}
.main-content {
  overflow: hidden;
}
/**amazon ads start*/
.alignleft{
  font-weight: 300;
  margin-left: -5px;
  margin-bottom: 11px;
}
.alignleft div iframe{
  border-radius: 6px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
}
.alignleft div iframe img{
  border-radius: 6px;
}
/**amazon ads end*/
/**rubicon ads start*/
.rubicon{
  margin-left: -5px;
  margin-bottom: 16px;
}
.rubicon img{
  border-radius: 3px;
}
.rubicon.large{
  width: 728px;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
  top: 120px;
}
.rubicon.mobile-top{
  position: relative;
  top: 120px;
  margin-top: 16px;
}
.r1-oba-wrapper{
  margin: 0 auto; 
}
div[id^="adsatlas"]{
  margin: 0 auto;
}
/**rubicon ads end*/
/*home topic page sorry page start*/
.center-block.sorry_icon{
  text-align:center;
}
.center-block.sorry_icon img{
    margin: 0 auto;
    width: 90px;
}
.sorry_title{
    margin-top: 25px;
}
.sorry_title p{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.sorry_content p{
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}
#sorry_page{
    vertical-align: middle;
    margin-top: 20%;
}
/*home topic page sorry page end*/

.visible-phone{
  display: none!important;
}

.appuser_signin_left_part.home_forum {
      position: relative;
      height: 44px; /* exactly two lines */
      overflow: hidden;
    }
.appuser_signin_left_part.home_forum:after {
      content: "";
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0;
      height: 22px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
 }
 /*search*/
 #follow-list{
  float:right;
  height: 442px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.12);
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 3px;
  top: 55px;
  position: absolute;
  display: none;
  right: 72px;
  z-index: 30;
 }
 .search_result{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  max-width: 1176px;
  margin: 0 auto;
  position: relative;
  top: 55px;
 }
 .result-type{
  margin: 45px 0 12px 0;
 }
 .result-type.discuss{
  margin: 32px 0 -4px 0;
 }
 .result-type .name{
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 500;
 }
 .result-type .seemore{
  float: right;
  font-size: 16px;
  font-weight: 500;
  color: #1fb8dc;
 }
 .icon-icon_forum{
  font-size: 26px;
 }
.icon-icon_trending{
  font-size: 26px;
 }
.icon-icon_noresult{
  color: #1fb8dc;
  font-size: 90px;
  width: 80px;
  margin-top: 10%;
 }
 #no-result{
  text-align: center;
 }
 .search-query{
  border:none!important;
 }
 .all-result button:focus{
  outline:none;
 }
 .icon-icon_trending{
  color: #f46514;
 }
 .icon-icon_search.google-sg{
  font-size: 18px;
  float: left;
  padding-top: 7px;
  color: #888888;
}
#discussion{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
#discussion >div{
  display: flex;
  display: -webkit-flex;
}
#discussion .column{
  width: 580px;
  flex-direction: column;
}
#discussion .l{
  margin-right: 16px;
}
 /*search end*/
 /*no follow page*/
 #empty_page{
  text-align: center;
 }
 .icon-icon_empty{
  color: #1fb8dc;
  font-size: 90px;
  width: 80px;
  margin-top: 10%;
 }
 #empty-text{
  margin-top: 100px;
 }
 #empty-text a{
  text-decoration: underline;
  color: #1fb8dc;
 }
 /*no follow page end*/
[class^="icon-"], [class*=" icon-"]{
  background-image: none!important;
}

/*navbar search*/
.navbar-search.center{
  display: inline-block;
  margin: 9px 35px 9px 0;
  float: none;
}
.icon-icon_arrow{
  font-size: 20px;
  margin-left: 6px!important;
}
.icon-icon_member{
  font-size: 30px;
}
.search-query.center{
  width: 200px;
  border-radius: 20px;
  padding: 8px 24px 8px 24px;
  font-size: 16px;
}
.icon-icon_search.nav.center{
  top: 8px;
  left: 218px;
}
.icon-icon_siteowner{
  font-size: 26px;
  color: #fff;
}
.part{
  float: left;
}
.part.left{
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 8px;
}
.part.left .text{
  margin-top: -8px;
}
.part.left .icon-icon_siteowner{
  margin-top: -8px;
}
.part .text a{
  font-size: 15px;
  color:#fff;
}
/*navbar search end*/
/*public profile*/
#public_profile{
  position: relative;
  top: 55px;
}
.profle_info{
  text-align: center;
  margin-left: 0!important;
}
.profile_avatar{
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-size: auto 100px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
}
.profile_name{
  font-size: 20px;
  font-weight: bold;
  margin-top: 164px;
}
.profile_email{
  margin: 10px 0 50px 0;
}
.profile_word{
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 15px;
}
.profile_forums{
  border-top: 1px solid rgba(107,107,107,0.25);
  border-bottom: 1px solid rgba(107,107,107,0.25);
  width: 640px;
  margin: 0 auto; 
  padding: 35px 0;

}
.profile_forums :first-child{
  margin-left: 0px;
}
.profile_forums :nth-child(2n+1){
  margin-left: 0;
}
.profile_forum{
  width: 48%;
  margin-left: 4%;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.profile_forum a{
  text-decoration: none;
}
.profile_flogo{
  width: 60px;
  height: 60px;
  position: absolute;
}
.profile_flogo .icon{
  width: 60px;
  height: 60px;
  background-size: auto 60px;
  border-radius: 2px;
  position: absolute;
}
.profile_finfo{
  margin-left: 75px;
}
.profile_finfo .fname{
  font-size: 16px;
  font-weight: bold;
  color:initial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile_finfo .desc{
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: rgba(107,107,107,0.6);
  font-weight: 300;
  height: 40px;
}
.profile_link{
  margin-left: 0;
  text-align: center;
  margin-top: 30px;
}
.profile_link a{
  text-decoration: underline;
  color: rgb(31,184,220);
}
.profile_link p{
  font-size: 14px;
  color: rgba(26,26,26,0.6);
}
#profile_body{
  max-width: 1160px;
  margin: 0 auto;
}
.line-ul{
  text-align: center;
  width: 100%;
  margin: 0;
  background-color: #fff;
  border-radius: 3px;
  font-size: 0;
}
.line-ul li{ 
  list-style: none;
  padding: 15px 0 12px 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  box-sizing: border-box;
}
.line-ul li a{
  padding: 15px 40px;
  color: #333;
}
.line-ul li:hover{
  background-color: #f3f3f5;
}
.line-ul li.selected{
  /*background-color: #f3f3f5;*/
  border-bottom: 3px solid #1fb8dc;
  box-sizing: border-box;
}
.line-ul li.selected a{
  font-weight: bold;
}
#tab-content{
  margin-top: 20px;
}
#tab-content>div{
  display: none;
}
#tab-content div.active{
  display: block;
}
.following-btn,.follower-btn{
  border: none;
  border-radius: 2px;
  padding: 5px 10px;
  float: right;
  margin: 5px 20px 0 20px;
  font-size: 12px;
  color: #fff;
  width: 111px;
  background-color: #cccccc;
}
.following-items,.follower-items{
  background-color: #fff;
}
.row-fluid .following-item.span6,.row-fluid .follower-item.span6{
  position: relative;
  padding: 20px!important;
}
.row-fluid .following-item.span6:nth-child(even),.row-fluid .follower-item.span6:nth-child(even){
  padding-right: 0px!important;
  padding-left: 40px!important;
}
.following-item .avatar,.follower-item .avatar{
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  border-radius: 45px;
  position: absolute;
  float: left;
}
.following-item .username,.follower-item .username{
  margin-left: 56px;
  margin-top: 10px;
  float: left;
  color: #333;
  font-weight: bold;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bluebtn{
  border-radius: 2px;
  background-color: #1fb8dc;
  border: none;
  color: #ffffff;
}
.profile_button button{
  width: 120px;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: inline-block;
  margin: 16px 10px 40px 10px;
}
.follow-btn.notfollow{
}
.follow-btn.following{
  background-color: #cccccc;
}
.follow-forum{
  margin-top: 10px;
  margin-bottom: -12px;
  height: 40px;
  text-align: center;
}
.follow-forum .follower-btn{
  float: none;
  width: 235px;
}
.icon-icon_camera{
  /*font-size: 20px;*/
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
}
.edit_profile_block{
  background-color: #fff;
  margin: 10px 0;
}
.edit_profile_block .edit_profile_title{
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 10px;
  margin: 0 10px; 
}
#noti_submit{
  margin-left: 30px;
}
.edit_profile_title span{
  color: #727272;
}
#close_submit{
  margin-left: 0;
}
.icon-icon_followed, .icon-icon_follow, .icon-icon_message{
  margin-right: 5px;
  color: #fff;
}
.follow-forum .follower-btn{
  padding: 10px;
}
.edit_profile_main_comments{
  text-align: left;
  font-size: 13px;
  color: #898989;
  margin-left: 140px;
}
.icon-icon_groups, .icon-icon_activities, .icon-icon_following, .icon-icon_follower, .icon-icon_setting{
  font-size: 24px;
  color: #cccccc;
}
.line-ul li.selected .visible-phone{
  color: #1fb8dc;
}
.nofollow-message{
  margin: 50px auto;
  text-align: center;
}
.nofollow-message img{
  width: 90px;
}
.nofollow-message .msg-text{
  margin-top: 20px;
}
/*public profile end*/

/*notification page*/
#noti_type{
  border-bottom: solid 1px #e8e8e8;
}
#noti_type ul{
  margin: 0;
}
#noti_type .item{
  list-style: none;
  display: inline-block;
  padding: 15px;
  height: 50px;
  box-sizing: border-box;
}
#noti_type li:nth-child(1){
  border-bottom: #1fb8dc 3px solid;
}
#noti_type .item:hover{
  border-bottom: #1fb8dc 3px solid;
}
#pmModal{
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  width: 680px;
  height: 500px;
  margin-left: -340px; /*calc*/
}
#pmModal .modal-header{
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin: 10px auto;
  padding: 7px 15px 15px 15px;
}
.modal-header .close{
  margin-top: -2px;
}
#pmModal .message{
  font-size: 15px;
  text-align: center;
  color: #8e8e8e;
  margin-bottom: 20px;
}
#pmModal .download-link{
  width: 265px;
  height: 285px;
  margin-left: 40px;
  margin-top: 10px;
}
#pmModal .download-link img{
  width: 150px;
  margin-top: 30px;
}
/*notification page end*/
/*login_modal*/

.popup-signin #logo-user img{
  width: 60px;
}
.popup-signin .form-signin, .form-forgetpassword{
  border: none;
}
.popup-signin .modal-backdrop.fade.in{
  background: rgb(72,79,89);
  opacity: 0.85!important;
}
.popup-signin #signin_container{
  padding: 0 10px;
}
.popup-signin fieldset{
  border: none;
  padding: 0;
  margin: 0;
}
.popup-signin .control-group span{
  font-size: 14px;
}
.popup-signin .control-group .appuser_login_signin.btn{
  margin: 10px 0 0 0;
}

/*login_modal end*/

/*search groups*/
.search_group{
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  top: 55px;
}
.appuser_signin_left_part .group_images .group_image{
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
  background-size: cover; 
  background-color: #bbb;
  -webkit-transition: all 220ms; 
  transition: all 220ms; 
  -moz-transition: all 220ms;
  -o-transition: all 220ms;
  margin-right: 7px;
}
#groups .appuser_signin_left_part.forum_description{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
}
#groups .appuser_signin_left_part.home_forum{
  height: auto;
}
.search_result .appuser_signin.feed_block{
  margin-top: 16px;
}
.group_images{
  height: 60px;
}
.group_images .group_image:last-child{
  margin-right: 0;
}
/*search groups end*/

/*change bootstrap default style*/
/*card spacing unified to 16px*/
.my-row{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -20px;
}
.my-row .span3{
  width: 275px;
  margin-left: 0;
  margin-right: 20px;
}

/*.row-fluid .span3:nth-child(4n){
  margin-right: 0;
}
.row-fluid .span3:nth-child(4n+1){
  margin-left: 0;
}*/
.row-fluid .span6{
  width: 50%;
  padding: 0 8px;
  margin: 0;
}
.row-fluid .span6:nth-child(odd){
  padding-left: 0;
}
.row-fluid .span6:nth-child(even){
  padding-right: 0;
}
/*end*/
/*fix firefox click link border*/
a:focus{
  outline: none;
}
/*end*/

/*download app modal start*/
.download-link{
  border: 1px solid #dddddd;
  width: 47%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 20px;
  border-radius: 2px;
}
.download-link button{
  border-radius: 25px;
  border: 1px solid #1fb8dc;
  color: #1fb8dc;
  height: 38px;
  width: 140px;
  background-color: #fff;
  margin-top: 20px;
}
.download-link button:focus{
  outline: none;
}
/*download app modal end*/
/*home page*/
#tapatalk-comments{
  text-align: center;
  font-size: 15px;
  color: #fff;
  position: relative;
  top: 33%;
  width: 50%;
  margin: 0 auto;
}
#zip-icon{
  width: 60px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -30px;
}
/*home page end*/
.navbar .nav{
  margin: 0;
}
.navbar .nav > li{
  padding: 0 10px;
}
.navbar .nav > li > a{
  height: auto;
  padding: 19px 10px;
  margin: 0;
}