/*------------------------------------------------------------------
[Table of contents]

#index.html - HOME PAGE
1. General
2. Footer
3. Header
3.1. Avatar
4. Content
4.1. Pagination
4.2. Sidebar
4.3. Post

#02_topic.html - TOPIC
5. Breadcrumb
6. Topic
7. Quote post


#03_new_topic.html - NEW TOPIC

#04_new_account.html - NEW ACCOUNT

8. Extra small devices (less 767px)
8.1. index.html
8.2. 02_topic.html
8.3. 03_new_topic.html
9. Small devices (768 - 991px)
10. Medium devices (992-1200px)
11. Large devices (more 1200px)

-------------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/*--- General ---*/
*{
    padding:    0px;
    margin:     0px;
}
body {
    font-family:arial;
    font-size: 14px;
    color: #333;
    outline: none;
}

a {
    color: #363838;   
    text-decoration: none !important; 
}
a:hover {

}
.clear{
    float: none;
    clear: both;
}
/*-----------------------------------------------------------------*/
/*--- Footer ---*/

footer {
    height: 69px;
    line-height: 69px;
    color: #363838;
}

footer .logo {
    line-height: normal;
}


ul.socialicons li {
    display: inline-block;
    list-style: none;  
    font-size: 18px;
    color:#bdc3c7;
    margin-left: 15px;
}

ul.socialicons li a {
    color:#bdc3c7;
}

ul.socialicons li a:hover {
    color:#363838;

}


/*-----------------------------------------------------------------*/
/*--- Header ---*/
.headernav {
    height: 70px;
    border-bottom: 1px solid #c9cccd;
}


.content {
    background-color: #ecf0f1;
    border-top: solid 1px #e0e4e5;
}

.selecttopic {
    line-height: 69px;
    font-size: 16px;
    color: #363838;
}

.selecttopic select {
    border: none;
}

.selecttopic .dropdown-menu {
    margin-top: -20px;
}

.tp-banner-container .search {
    color: #363838;
    font-size: 14px;
    margin-top: 16px;
    height: 38px;
    float: right;
    width: 20%;
}
.logo_hea{
    display: inline-block;
    padding: 5px 0px;
}

.tp-banner-container .search  .wrap {
    background-color: #f3f5f9;
    border-radius: 3px;
}

.tp-banner-container .search .txt {
    width: 75%;
}

.tp-banner-container .search input {
    border: none;
    box-shadow: none;
    background-color: #f3f5f9;
    color: #363838;
    font-size: 14px;
    padding: 8px 19px;
    height: 38px;

}


.tp-banner-container .search button {
    border: solid 1px #697683;
    box-shadow: none;
    background-color: #697683;
    color: #ffffff;
    font-size: 18px;
}

/*--- Avatar ---*/
.avt {
    margin-top: 16px;
    height: 38px;
}

.avt button {
    height: 38px;
    border: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #1abc9c;
}

.avt .btn-primary:hover, 
.avt .btn-primary:focus, 
.avt .btn-primary:active, 
.avt .btn-primary.active{
    background-color: #1abc9c;


    border: none;
    box-shadow: none;

}

.env {
    font-size: 18px;
    color:#cfd5d7;
    line-height: 38px;
    padding: 0 20px;
}

.avatar {
    position: relative;
}

.avatar img {
    border-radius: 50%;
}

.avatar .status {
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50%;
    border: solid 2px #ffffff;
}

.dropdown.avatar .status {
    right: 14px;
}
.caretl {
    color:#363838;
    font-size: 14px;
    line-height: 38px;
    padding: 0 15px;
}


.avatar .green {
    background-color: #80d3ab;
}

.avatar .red {
    background-color: #f27777;
}

.avatar .yellow {
    background-color: #ecd346;
}



/*-----------------------------------------------------------------*/
/*--- Content ---*/

/*--- Pagination ---*/
.paginationforum li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}

.paginationforum li a {
    min-width: 24px;
    height: 24px;
    font-size: 14px;
    color: #ffffff;
    background-color: #cfd5d7;
    border-radius: 2px;
    display: block;
    padding: 0 8px;
    line-height: 24px;
}

.paginationforum li a.active,
.paginationforum li a:hover,
.paginationforum li a:focus,
.paginationforum li a:active {
    color: #363838;
    background-color: #ffffff;
    box-shadow: 0 1px 2px #c9cccd;
    text-decoration: none;

}



.paginationforum {
    margin: 19px auto;
    padding: 0;
}

.prevnext {
    font-size: 26px;
    color: #cfd5d7;
    margin-top: 11px;
    display: block;
}

.prevnext.last {
    margin-left: 20px;
}


/*--- Sidebar ---*/

.sidebarblock {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 20px;
}

.sidebarblock h3 {
    color: #363838;
    font-size: 14px;

    margin: 0;
    padding: 20px;


}

.sidebarblock .divline {
    height: 1px;
    line-height: 1px;
    border-bottom: solid 1px #f1f1f1;
}

.sidebarblock .blocktxt {
    padding:20px;
}

ul.cats li {
    list-style: none;
    display: block;
    margin:0;
    padding:0;
    line-height: 30px;
}

ul.cats {
    margin: 0;
    padding: 0;
}

ul.cats li a {
    font-size: 14px;
    color: #363838;
 
    line-height: 30px;
}

ul.cats .badge {
    background-color: #bdc3c7;
    font-size: 12px;
    color: #ffffff;
   
    margin-top: 7px;
}


.sidebarblock .blocktxt {

    font-size: 14px;
    color: #363838;
    font-family: 'Open Sans Light', sans-serif;

}


.sidebarblock .blocktxt .smal {
    font-size: 12px;
}

.chbox {
    width: 50px;
}

table.poll {
    width: 100%;
}

.progress-bar.color1 {
    background-color: #9b59b6;
}

.progress-bar.color2 {
    background-color: #3498db;
}

.progress-bar.color3 {
    background-color: #e67e22;
}

.progress-bar {
    font-size: 14px;
    color: #ffffff;
   
    line-height: 31px;
    text-align: left;
    padding-left: 10px;
    box-shadow: none;
}


.progress {
    background-color: #ecf0f1;
    height: 31px;
    border-radius: 2px;
    box-shadow: none;
}



.poll label {
    margin-bottom: 0;
    margin-left: 20px;
}

.poll input[type="radio"] {
    display:none;
}

.poll input[type="radio"] + label {
    display:inline-block;
    width:31px;
    height:31px;
    background: url(../images/radio.jpg) 0 0 no-repeat;
    vertical-align:middle;
    cursor:pointer;
}

.poll input[type="radio"]:checked + label {
    background: url(../images/radio.jpg) -31px 0 no-repeat;
}

td.chbox {
    vertical-align: top;
}


/*--- Post --*/
.post {
    background-color: #ffffff;

    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 20px;
}

.post .wrap-ut {
    width: 85%;
}
.wrap-video {
    width: 75%;
    
}
.post-video{
    padding: 10px 0px;
    border-bottom: 1px solid #CCC;
}
.postinfo-video{
    width: 25%;
}
.post-v{
    width: 100%;
    text-align: center;
    background: #000;
}
.postinfo-video{
    padding-left: 10px;
}

.post .userinfo {
    width: 15%;
    padding: 20px 0 15px 15px;
}

.post .posttext {
    width: 85%;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 15px;

    color: #989c9e;
    font-size: 14px;
    line-height: 25px;
}

.post .postinfo {
    width: 15%;
    border-left: solid 1px #f1f1f1;


}

.post .avatar {
    width: 37px;
    margin-left: 5px;
}

.post .icons {
    width: 48px;
    border-top: solid 1px #f1f1f1;
    margin-top: 12px;
    padding-top: 7px;
}

.post h2 {
    color: #363838;
    font-size: 18px;  
    margin-top: 10px;
    margin-bottom: 10px;
}

.post .comments {
    border-bottom: solid 1px #f1f1f1;
    padding: 18px 0 25px 0;
    text-align: center;
}


.post .comments .commentbg {
    background-color: #bdc3c7;
    border-radius: 2px;
    display: inline-block;
    padding: 12px 17px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
}

.post .comments .commentbg .mark {
    width: 11px;
    height: 11px;
    background-color: #bdc3c7;
    position: absolute;
    bottom: 0;
    left: 43%;
    margin-bottom: -5px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
}

.post .views {
    border-bottom: solid 1px #f1f1f1;
    color:#9da6aa;
    font-size: 12px;
    text-align: center;
    line-height: 29px;
}

.post .views i {
    font-size: 14px;
}

.post .time {
    color:#9da6aa;
    font-size: 12px;
    text-align: center;
    line-height: 29px;

}

.post .time i {
    font-size: 14px;
}







/*-----------------------------------------------------------------*/
/* #02_topic.html - TOPIC */

/*--- Breadcrumb ---*/
.breadcrumbf a , .breadcrumbf {
    color: #bdc3c7;
    font-size: 12px;
    line-height: 62px;
}

.breadcrumbf a:hover {
    text-decoration: underline;
}

/*--- Topic ---*/
.topic .userinfo {
    width: 12%;
}

.topic .posttext {
    width: 88%;
}

.postinfobot {
    border-top: solid 1px #f1f1f1;
    line-height: 50px;
    padding: 0 30px 0 94px;
}


.postinfobot .likeblock {
    width: 120px;
}

.postinfobot .prev {
    width: 30px;
}

.postinfobot .prev a {
    font-size: 18px;
    color: #bdc3c7;
}

.postinfobot .posted {
    width: 300px;
    margin-left: 18px;
    font-size: 12px;
    color: #bdc3c7;
}

.postinfobot .posted i {
    font-size: 18px;
    color: #bdc3c7;
    padding-right: 8px;
}

.postinfobot .next {
    width: 90px;
    text-align: right;
}

.postinfobot .next a {
    font-size: 18px;
    color: #bdc3c7;
}

.postinfobot .next a i {
    padding-right: 18px;
}

.up {
    color: #1abc9c;
    font-size: 12px;
}

.up i,
.down i {
    font-size: 20px;
    padding-right: 10px;
}

.down {
    color: #db7a7a;
    font-size: 12px;
    margin-left: 20px;
}

a.up:hover {
    text-decoration: none;
    color: #1de4bd;
}

a.down:hover {
    text-decoration: none;
    color: #f48989;
}

.beforepagination {
    margin-bottom: 0;
}


/*--- Quote post ---*/
.post blockquote {
    border: solid 1px #f1f1f1;
    border-radius: 2px;
    font-size: 14px;
    padding: 18px;
}

.post blockquote .original,
.postreply {
    font-size: 12px;
    color: #bdc3c7;
    display: block;
}

.textwraper textarea {
    border: none;
    box-shadow: none;
    background-color: #f1f1f1;
    /*    width: 610px;*/
    width: 100%;
}

.textwraper {
    background-color: #f1f1f1;
    border-radius: 2px;
    padding:18px;
}

.notechbox {
    width: 20px;
}

.notechbox input {
    width: 12px;
    box-shadow: none;
    margin-top: 8px;
    border-color: #bdc3c7;
}

.notechbox input:active,
.notechbox input:focus,
.notechbox input:hover {
    box-shadow: none;
}

.postinfobot label {
    color: #bdc3c7;
    font-size: 12px;

}


.smile a {
    margin-right: 20px;
    font-size: 20px;
    color: #bdc3c7;
}



.btn-primary {
    background-color: #1abc9c;
    box-shadow: none;
    border-radius: 2px;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 14px;
    border: none;

}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    border: none;
    background-color: #20e1bb;
    box-shadow: none;
}



/*-----------------------------------------------------------------*/
/*--- #03_new_topic.html - NEW TOPIC ---*/

.newtopic input[type=text],
.newtopic input[type=password]
{
    border-radius: 2px;
    box-shadow: none;
    border: none;
    background-color: #f1f1f1;
    padding: 20px;
    font-size: 14px;
    color: #989c9e;
    margin-bottom: 20px;
    height: 50px;
}

.newtopic select {
    border-radius: 2px;
    box-shadow: none;
    border: solid 1px #cfd5d7;
    background-color: #ffffff;

    font-size: 14px;
    color: #989c9e;
    margin-bottom: 20px;
    height: 50px;
}

.newtopic select:hover,
.newtopic select:focus,
.newtopic select:active {
    box-shadow: none;
}


.newtopic textarea {
    border-radius: 2px;
    box-shadow: none;
    border: none;
    background-color: #f1f1f1;
    padding: 20px;
    font-size: 14px;
    color: #989c9e;
    margin-bottom: 20px;
    height: 150px;
}

.newtopic textarea:hover,
.newtopic textarea:focus,
.newtopic textarea:active {
    box-shadow: none;
}

.newtopic p {
    font-size: 14px;
    color: #363838; 
}


.newtopcheckbox input {
    margin-top: 5px;
    width: 18px;
    height: 18px;

    /*    width: 18px;
        box-shadow: none;
        margin-top: 8px;
        border-color: #bdc3c7;*/

}

.checkbox input {
    margin-right: 7px;
}

.checkbox .fa-facebook-square {
    color: #3b5b99;
    font-size: 20px;
    margin-top: 4px;
}

.checkbox .fa-google-plus-square {
    color: #e74724;
    font-size: 20px;
    margin-top: 4px;
}

.checkbox .fa-twitter {
    color: #42c8f4;
    font-size: 20px;
    margin-top: 4px;
}

.loading {
    text-align: right;
}

.similarposts {
    /*    height: 57px;*/
    margin-bottom: 20px;

}

.similarposts p {
    display: inline;
    color: #bdc3c7;
}
.similarposts p span {
    color: #363838;
}

.similarposts .fa-info-circle {
    font-size: 18px;
    color: #3498db;
    margin-right: 10px;
}

.similarposts .fa-spinner {
    font-size: 18px;
    color: #363838;
}

.postinfotop h2 {
    color: #363838;
    font-size: 14px; 
    padding: 20px;
    margin: 0;
    border-bottom: solid 1px #f1f1f1;
}



/*-----------------------------------------------------------------*/
/*--- #04_new_account.html - NEW ACCOUNT ---*/

.acccap h3 {
    padding: 7px;
    margin: 0;
    border-radius: 2px;
    background-color: #697683;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;


}

.acccap .posttext {
    padding-bottom: 0;
}

.acccap .userinfo {
    padding-top: 0;
    padding-bottom: 0;
}

.accsection.privacy h3 {
    background-color: #9b59b6;
}

.accsection.privacy .posttext {
    padding: 0;
    padding-top: 20px;
}

.accsection.privacy p {
    margin-bottom: 0;
}

.accsection.privacy .checkbox {
    margin: 20px 0 10px 0;
}

.accsection.survey h3 {
    background-color: #e67e22;
}

.accsection.networks h3 {
    background-color: #80d3ab;

}

.accsection .htext {
    width: 40%;
    float: left; 
}

.accsection .hnotice {
    width: 60%;
    float: left;
    text-align: right;
}

.networks .btn {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
}

.networks .btn-fb {
    background-color: #3b5b99;
}

.networks .btn-tw {
    background-color: #42c8f4;
}

.networks .btn-gp {
    background-color: #cd3d1e;
}

.networks .btn-pin {
    background-color: #bd1425;
}

.newaccountpage .postinfobot {

    padding: 0 30px 0 115px;

}


.accsection .imgsize {
    color:#989c9e;
    font-size: 12px;
    margin: 10px 0;
}

.accsection input[type=password] {
    margin-bottom: 0;
}


/*-----------------------------------------------------------------*/
/*--- Extra small devices (less 767px) ---*/

@media (max-width: 767px) {
    
    /*--- index.html ---*/
    .container-fluid {
        padding: 0;
    }

    .post .userinfo {
        width: 30%;
        padding: 15px 0 15px 15px;
    }

    .post .posttext {
        width: 70%;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .post .comments .commentbg {
        font-size: 12px;
        padding: 7px;
        min-width: 35px;
    }
    .post .time i {
        display: block;
        margin-top: 5px;
    }

    .post .views i {
        display: block;
        margin-top: 5px;
    }

    .post .comments .commentbg .mark {
        left: 36%;
    }

    .post .time,
    .post .views,
    .post .views {
    }


    .headernav {
        height: auto;
    }

    .avt {
        height: auto; 
        margin-bottom: 15px;
    }

    .selecttopic select {
        width: 100%;
    }

    .avatar .dropdown-menu {
        left: auto;
        right: 0;
    }

    .selecttopic .dropdown-menu {
        margin-top: -20px;
    }

    .dropdown.avatar .status {
        right: 14px;
    }

    .dropdown.avatar b.caret {
        color: #363838;
    }

    .sociconcent {
        text-align: center;
    }

    /*--- 02_topic.html ---*/

    .postinfobot {
        padding: 10px;
    }

    .postinfobot .likeblock {
        width: 100%;
    }

    .postinfobot .posted {
        width: 200px;
        margin: 0;
    }

    .postinfobot .next {
        width: 76px;
        margin: 0;
    }

    .textwraper textarea {
        width: 175px;
    }

    footer ul.socialicons {
        margin: 0;
        padding: 0;
    }
    /* end 2*/

    /*--- 03_new_topic.html ---*/
    #pass {
        margin-bottom: 20px;
    }

    .accsection .htext, 
    .accsection .hnotice {
        width: 100%;
    }

    .accsection .hnotice {
        font-size: 10px;
    }

    .postinfobot .lblfch {
        width: 80%;
    }
    .postinfobot .lblfch label {
        line-height: normal;
        padding-top: 15px;
        padding-bottom: 15px;

    }
    /* end 3 */
}


/*-----------------------------------------------------------------*/
/*--- Small devices (768 - 991px) ---*/

@media (min-width: 768px) and (max-width: 991px) {

    .container-fluid {
        padding: 0;
    }

    .post .userinfo {
        width: 15%;
        padding: 15px 0 15px 15px;
    }

    .post .posttext {
        width: 85%;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .post .comments .commentbg {
        font-size: 12px;
        padding: 7px;
        min-width: 35px;
    }
    .post .time i {
        display: block;
        margin-top: 5px;
    }

    .post .views i {
        display: block;
        margin-top: 5px;
    }

    .post .comments .commentbg .mark {
        left: 36%;
    }

    .headernav {
        height: auto;
    }

    .avt {
        height: auto; 
        margin-bottom: 15px;
    }

    .selecttopic select {
        width: 100%;
    }

    .avatar .dropdown-menu {
        left: auto;
        right: 0;
    }

    .selecttopic .dropdown-menu {
        margin-top: -20px;
    }

    .dropdown.avatar .status {
        right: 14px;
    }

    .dropdown.avatar b.caret {
        color: #363838;
    }
    
}


/*-----------------------------------------------------------------*/
/*--- Medium devices (992-1200px) ---*/
@media (min-width: 992px) and (max-width: 1200px) {
    .container-fluid {
        padding: 0;
    }

    .headernav .search .txt {
        width: 75%;
    }

    .avatar .dropdown-menu {
        left: auto;
        right: 0;
    }
    ul.socialicons {
        margin-bottom: 0;
    }

    /* 2 */
    .textwraper textarea {

        width: 100%;
    }
    /* end 2 */
}


/*-----------------------------------------------------------------*/
/*--- Large devices (more 1200px) ---*/
@media (min-width: 1201px) {
    .container-fluid {
        padding: 0;
    }

    .container {
        padding: 0;
    }
}
.wap_tp{
    padding-top:30px;
}

.container-fix{
    margin-top:15px
}
.wap-like-box{
    margin:10px 0px 0px 0px;
    padding: 5px 0px;
}
.title-obj{
    font-size: 24px;
    font-weight: bold;
}

.msg-like{
    color: #BA0069;
    font-weight: bold;
}
.read_more{
    text-align: center;
    margin: 15px 0px 5px 0px;
}
.read_more a{
    font-size: 14px;
    color: #FFF;
    text-align: center;
    padding: 4px 7px;
    color: #000;
    border:1px solid #CCC;
    border-radius: 5px;
    display: inline-block;
}
.read_more a:hover{
    background: #CCC;
    color: #FFF;
}
.author a img{
    float:left;
    padding:    3px;
    border:1px solid     #CCC;
    margin-right:   10px;
}
.author h3{
    font-size:14px;
    font-weight:    bold;   
}
.author h3 span{
    font-size:  12px;
    color:   #999;
    padding-left:   10px;
}
.main_content{
    background: #FFF;
    padding: 10px;
}
.menu_top ul,.menu_top li{
    padding: 0px;
    margin: 0px;
}
.menu_top  li{
    float: left;
    list-style: none;
}
.menu_top{
    background: #19232D;
    border-bottom: 3px solid #4682B4;
    height: 38px;
}
.menu_top  li a{
    display: block;
    padding: 0px 10px;
    height: 38px;
    line-height: 35px;
    color: #FFF;
    text-transform: capitalize;
    font-size: 15px;
    font-family: tahoma;

      box-sizing: border-box;
    
}
.menu_top li a:hover{
    border-bottom: 3px solid #D70060;
    background:#41484E;
}
.item_news{
    padding: 10px 0px;
    border-bottom: 1px dotted #CCC;
}








.form_login{
    height:auto;
	padding-bottom:15px;
}
.form_login .register{
    width:65%;
	margin:0px auto;
	overflow:auto;
}


.form_login .register.wa_lg_top{
	
}
.register .testbox {
  margin: 20px auto;
  width: 343px; 
  height: 464px; 
  -webkit-border-radius: 8px/7px; 
  -moz-border-radius: 8px/7px; 
  border-radius: 8px/7px; 
  background-color: #ebebeb; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;
}

.register .input[type=radio] {
  visibility: hidden;
}


.register label.radio {
    cursor: pointer;
  text-indent: 35px;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.register label.radio:before {
  background: #3a57af;
  content:'';
  position: absolute;
  top:2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.register label.radio:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 0.5em;
    height: 0.25em;
    background: transparent;
    top: 7.5px;
    left: 4.5px;
    border: 3px solid #ffffff;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.register input[type=radio]:checked + label:after {
    opacity: 1;
}

.register hr{
  color: #a9a9a9;
  opacity: 0.3;
}

.register input[type=text],input[type=password]{
  width: 200px; 
  height: 36px; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  margin-top: 13px; 
  padding-left: 10px;
}

.register input[type=password]{
  margin-bottom: 25px;
}

.register #icon {
  display: inline-block;
  width: 40px;
  background-color: #26BCB0;
  padding: 8px 0px 8px 15px;
  margin-left: 15px;
  -webkit-border-radius: 4px 0px 0px 4px; 
  -moz-border-radius: 4px 0px 0px 4px; 
  border-radius: 4px 0px 0px 4px;
  color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 0px #cbc9c9;
}

.register .gender {
  margin-left: 30px;
  margin-bottom: 30px;
}

.register .accounttype{
  margin-left: 8px;
  margin-top: 20px;
}

.register a.button {
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 4px 20px;
  margin: 10px 8px 20px 0px;
  display: inline-block;
  text-decoration: none; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background-color: #26BCB0; 
  
  margin-left: 77px;
}

.register a.button:hover {
  background-color:#2e458b;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
  
}
.form_login{
    border-radius: 5px;
    border:2px solid #2e458b; 

}

.tt_frm{
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    color: #3A57AF;
    text-align:center;
}
.msg_re,.msg_lg{
    text-align: center;
    color: red;
}
.list_login_openid{
    list-style: none;
}
.list_login_openid{
    display: block;
    text-align: center;
}
.list_login_openid img{
    width: 40px;
    height: auto;
}
.list_login_openid li{
    float: left;
}
.list_login_openid a{
    display: block;
    text-align: center;
}
.list_login_openid .lg_fb{
    margin: 0px 10px 0px 89px;
}
.icon-login-f{
    font-size:  18px;
    vertical-align:middle;  
    color:  #FFF;
    margin-right: 4px;

}
.btn_login{
    float:  right;  
    margin-top:     -30px;
    margin-right:10px;
}
.btn_login a {
    color: #FFF;
    float: right;
    margin-top: -1px;
}
.register_text a{
	color:blue;
}
.register_text{
	padding:5px 0px 0px 10px;
}
.main-cate .title-cate{
    background-color: #26BCB0;
    color: #FFF;
    font-size: 1.2em;
    padding: 8px 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	text-indent:10px;
}
.main-child{
    background: #FFF;
}
.cate-child dl,.post-child dl{
    padding: 0px;
    margin: 0px;
    padding: 8px 10px;
    border-bottom: 1px solid #CCC;
}
.cate-child dt,.post-child dt{
    float: left;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
.cate-child .cl-1,.post-child .cl-1{
    width: 70%;
    background: url('../images/icon_cate_read.svg') left center no-repeat;
    padding-left: 44px;
	padding-right:15px;
}
.post-child .cl-1{
   width: 76%;     
}
.post-child .cl-3{
    color:  #777;
    font-size: 0.9em;
}
.cate-child .cl-2,.post-child .cl-2{
    width: 6%;
}
.cate-child .cl-3,.post-child .cl-3{
    width: 24%;
}
.post-child .cl-3{
    width: 18%;
}
.cate-child .cl-3{
	font-size:0.9em;
}
.title-cate-child a{
	font-size:1.2em;
	font-weight:bold;
}
.cate-description{
	font-size:0.8em;
}
.main-cate{
    padding-bottom: 5px;
    margin-bottom: 10px;
    background:#FFF;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.main-child .cate-child.last-child dl{
    border: none;
}
.tha-username{
    font-size:  0.8em;
    color:  #777;
}
.cate-child .title-tha a{
    font-size:  1.2em;
    color:  #333;
}

.pagination > li > a, .pagination > li > span{
	padding:0px 6px;
}
.pagination{
	float:right;
}
.pagination > li > a.active{
	background:#26BCB0;
	color:#FFF;
}
.main-thread{
	background:#FFF;
	padding:10px;
}
.info_username{
	background:#f6f6f6;
	width:100px;
	height:auto;
	padding:5px;
	font-family:tahoma;
	border:1px solid #CCC;
	position:relative;
}

.info_username .avatar img{
	width:100%;
	background:#CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.info_username .username{
	font-size:1.1em;
	text-align:center;
	font-weight:bold;
	word-wrap: break-word;
}
.info_username .level{
	font-size:0.9em;
	text-align:center;
}
.rowsp{
	position: absolute;
	top: 10px;
	right: -10px;
	display: block;
	/* width: 0px; */
	/* height: 0px; */
	line-height: 0px;
	border: 10px solid transparent;
	border-left-color: rgb(219, 219, 219);
	-moz-border-left-colors: rgb(219, 219, 219);
	border-right: none;
	_display: none;

}
.rowsp span{
	position: absolute;
	top: -10px;
	left: -11px;
	display: block;
	width: 0px;
	height: 0px;
	line-height: 0px;
	border: 10px solid transparent;
	border-left-color: #f6f6f6;
	-moz-border-left-colors: #f6f6f6;
	border-right: none;

}



.main-thread .title-thread{
	font-size:1.4em;
	margin-top:10px;
}
.main-thread .info_theard{
	font-size:0.9em;
	color:#999;
}
.content_post{
	padding:10px 0px 0px 0px;
}
.content_post img{
	max-width:100%;
	height:auto;
}
.form_comment{
	margin:20px 0px 0px 0px;
}
.form_comment .btn_send_comment{
	float:right;
}
.form_comment .btn_send_comment{
	margin:10px 0px 10px 0px;
	padding:2px 10px;
}
.left_comment{
	width:100px;
	text-align:center;
	float:left;
}
.item_comment{
	clear:both;
	padding:15px 0px;
	border-bottom:1px solid #CCC;
}
.ct_comment{
	padding-left:125px;
	margin-bottom:30px;
}
.list_comment{
	margin-top:20px;
}
.box_cm_qu{
	width:100%;
	height:auto;
	position:relative;
}
.relay_cm{
	position:absolute;
	bottom:-30px;
	right:10px;
}
.relay_cm a{
	display:block;
	font-size:0.9em;
	text-decoration:underline !important;
}
.username_quote_tg{
	font-size: 11pt;
	color: rgb(109,63,3);
	background-color: #d7edfc;
	background-repeat: repeat-x;
	background-position: top;
	padding: 3px 10px;
	border-bottom: 1px solid rgb(101, 165, 209);
	border-left: 2px solid rgb(4, 85, 143);
}
.username_quote{
	padding: 5px 0px;
	width: 100%;
	border-bottom: 1px solid #CCC;
}

blockquote {
	padding: 3px 10px;
	margin: 0 0 20px;
	font-size: 1em;
	border-left: 2px solid rgb(4, 85, 143);
	background-color: #d7edfc;
	background-repeat: repeat-x;
}
.console_hide_w_top{
	display:none;
}
.menu_top li a{
    white-space: nowrap;
}

.create_post{
    float: right;
    margin-bottom: 5px;
}
.create_post a{
    display: block;
    padding: 5px 8px;
    border-radius: 5px;
    background: #26BCB0;
    color: #FFF;
    font-weight: bold;
}
.main_create .pagination{
    margin: 0px;
    float:  left;   
}
.main-frm-create input[type=text],.main-frm-create select{
    padding: 4px 0px;
    width: 60%;
    margin: 5px 0px;
}
.main-frm-create .txt-content{
    margin-top:15px;
}


.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Bấm vào đây để đăng hình';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.custom-file-input{
    width: 300px;
    font-size: 0px;
}
.sm_create{
    padding: 5px 10px;
    background: #26BCB0;
    border: 1px solid #CCC;
    color: #FFF;
    font-weight: bold;
    margin-top: 5px;
}
.txt-content p{
    padding: 0px;
    margin: 0px;
}
.list-image .img_up_tmp{
    float: left;
    margin: 5px;
    text-align: center;
}
.img_up_tmp img{
    float: left;
}
.remove_img{
    color:blue;
}
.navicate-bc div{
    float: left;
    padding:0px 5px;
}
.navicate-bc div span{
    padding-left:   5px;
}
.navicate-bc .last-child{
    font-weight: bold;
}
.item-file{
    float: left;
    padding:3px;  
}
.item-file img{
    border-radius:4px;
}



@media screen and (min-width: 300px) and (max-width:692px){
	.form_login .register.wa_lg_top,.form_login .register.wa_re_top{
		width:100%;
	}
}


