/*

=======================================================================
	forum_wrapper
=======================================================================
*/

#forum_wrapper {
    width:100%;
    margin:0 auto;
    font-size: 100% !important;
    margin-top: 25px;
    /*font: 75%/150% Arial, Helvetica, sans-serif !important;*/
}


/*
=======================================================================
	Body
=======================================================================
*/

section#body { width:100%; clear:both; margin:10px auto; font-family: 'Open Sans',Arial,sans-serif;}

/*
=======================================================================
	Forum Page
=======================================================================
*/

section#body .content .forum { width:100%; margin:0px auto; }

section#body .content .forum h1 { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:24px; font-weight:normal; color:#dc4e2d; border-bottom:#d7d7d7 1px solid; padding-bottom:2px; text-transform:uppercase; padding-left:2px; margin-bottom:20px; }

section#body .content .forum h1 a { font-size:12px; color:#5a5a5a5; float:right; padding:6px 10px 0 10px; }

section#body .content .forum h1 a:hover { color:#dc502f; }

section#body .content .forum .block { width:100%; }

section#body .content .forum .block h2 {
    /*background: -moz-linear-gradient(top , #FFFFFF 0px, #F3F3F3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background: #F3F3F3;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 37%, #F3F3F3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(37%,#F3F3F3), color-stop(100%,#F3F3F3));
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#F3F3F3 37%,#F3F3F3 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%,#F3F3F3 37%,#F3F3F3 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%,#F3F3F3 37%,#F3F3F3 100%);
    /*background: -moz-linear-gradient(top, #FFFFFF 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);*/
    color: #463D40;
    font: 17px/32px Trebuchet MS;
    margin: 0;
    padding-left: 12px;
    text-transform:uppercase;
    border: 1px solid #E1E1E1;
    height: 31px;
    padding-top:1px;
    clear:both;
    margin-top:18px;
}

.breadcrumbs {
    margin-bottom: 20px;
}

section#body .content .forum .block .board_index { width:100%; clear:both; padding:8px 0 15px 0; float:left; }

section#body .content .forum .block .board_index p { float:left; }

section#body .content .forum .block .board_index p a {
    font-size:12px;
    color: #5a5a5a5;
}

section#body .content .forum .block .board_index p a:hover { color:#dc502f; }

section#body .content .forum .block .board_index .links { width:40%; float:right; text-align:right; }

section#body .content .forum .block .board_index .links ul { list-style:none }

section#body .content .forum .block .board_index .links ul li { font-size:12px; color:#5a5a5a5; float:left; padding:0 5px 0 5px; text-align:right; float:right; }

section#body .content .forum .block .board_index .links ul li a { font-size:12px; color:#5a5a5a5; }

section#body .content .forum .block .board_index .links ul li a:hover { color:#dc502f; }

/*------- FORUM POSTS Sub divs --------*/
.forum_posts { width:100%; min-height:56px; border-top:2px solid #fff; background:#fafafa; clear:both; padding-bottom:5px; }

.forum_posts img { float:left;}

.request { width:57%; float:left; height:auto; font:12px/18px Trebuchet MS; color:#6c6c6c;}

.request p { padding:6px}

.request a { font:bold 13px/20px Trebuchet MS; color:#db4d2d; text-decoration:none;}

.request a:hover { color:#453d3f}

.no_posts  { float:left; width:142px; border-left:2px solid #fff; border-right:2px solid #fff; background:#f5f5f5; height:54px; text-align:center; font:11px/16px Verdana; color:#6c6c6c;}

.no_posts p { padding:10px 0 0 0;}

.date_posts  {
    float:left;
    /*height:54px; */
    font:11px/16px Verdana;
    color:#6c6c6c;
}

.date_posts p { padding:2px 0 0 20px;}

.date_posts a { color:#db4d2d; text-decoration:none;}

.date_posts a:hover { color:#6a6a6a !important; }

.post_person { color:#000 !important;}

.br_p { line-height:15px;}

/*------- FORUM Stats div ------*/

#forum_stats { width:100%; height:auto; clear:both; padding:10px 0 0 0; border:1px solid #e1e1e1; border-top:0px !important;}

.forum_hd2 { width:100%;  height:auto; float:left;}

.forum_hd2 p { font:13px/20px Trebuchet MS; color:#6c6c6c; padding:15px 0 15px 22px; line-height:20px;}

.forum_hd2 a { font:11px/18px Trebuchet MS; color:#dc4e2d; text-decoration:none;}

.forum_hd2 a:hover { color:#423b3d}

#forum_stats img { float:left; margin:7px 6px 0 8px;}

#forum_stats h5 {background-color:#000; font:17px/32px Trebuchet MS; color:#fff;}

.active_users { font-size:13px !important;} 


/*
=======================================================================
	Forum Detail
=======================================================================
*/

section#body .content .forum .breadcrumb { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#5a5a5a; width:100%; padding-bottom:15px; line-height:20px; }

section#body .content .forum .breadcrumb span { padding:0 6px 0 6px; font-size:12px; }

section#body .content .forum .breadcrumb a { color:#5a5a5a; }

section#body .content .forum .breadcrumb a:hover { color:#dc502f; }

.forum_hd .new_thread { float:left; width:100%; margin-top: 6%}

.forum_hd .new_thread a { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFF; text-transform:uppercase; background:#443c3f; border-radius:2px; padding:10px 15px; }

.forum_hd .new_thread a:hover { background:#de6040; }

.forum_hd .pagination { float:right; width:40%; text-transform:none; text-align:right; padding-right:15px; }

.forum_hd .pagination p { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#5a5a5a; }

.forum_hd .pagination p span { font-weight:bold; }

.forum_hd .pagination p a { margin:0 3px 0 3px; }

.forum_hd .pagination p a:hover { color:#dc502f; }

#paginationbar {
    /*background: -moz-linear-gradient(center top , #FFFFFF 0px, #F3F3F3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background: #F3F3F3;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 37%, #F3F3F3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(37%,#F3F3F3), color-stop(100%,#F3F3F3));
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#F3F3F3 37%,#F3F3F3 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%,#F3F3F3 37%,#F3F3F3 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%,#F3F3F3 37%,#F3F3F3 100%);
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 -1px 1px #FFFFFF inset;
    color: #666666;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    min-height: 0;
    padding: 15px;
    position: relative;
    /*height: 56px;*/
    padding: 4px 12px; }

.request_detail { /*width:700px !important; float:left;*/ height:auto; font:12px/18px Trebuchet MS; color:#6c6c6c; }

.request_detail p { padding:6px 0 0 5px; font-family:Arial, Helvetica, sans-serif; line-height:20px; border-right:#FFF 1px solid; padding:4px 15px;}

.request_detail a { font:bold 13px/20px Trebuchet MS; color:#db4d2d; text-decoration:none; line-height:25px; }

.request_detail a:hover { color:#453d3f; }

/*
=======================================================================
	Forum Detail  (28 August 2013)
=======================================================================
*/

section#body .content .forum .posts { width:100%; /*overflow:hidden;*/ }

section#body .content .forum .posts h4 {
    background: #F3F3F3;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 37%, #F3F3F3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(37%,#F3F3F3), color-stop(100%,#F3F3F3));
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#F3F3F3 37%,#F3F3F3 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%,#F3F3F3 37%,#F3F3F3 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%,#F3F3F3 37%,#F3F3F3 100%);
       border: 1px solid #e1e1e1;
    clear: both;
    color: #463d40;
    font: 14px/32px Trebuchet MS;
    height: 31px;
    margin: 18px 0 0;
    padding-left: 12px;
    padding-top: 1px;
    text-transform: uppercase;
 }

section#body .content .forum .posts .sidebar { width:70%; float:left; background:#f5f5f5; /*padding-bottom: 500em; margin-bottom: -500em;*/ padding-left:10px; padding-right:10px; }

section#body .content .forum .posts .sidebar .name { background:#FFF; border-radius:4px; padding:7px; padding-top:6px; padding-bottom:6px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; color:#5a5a5a; margin-top:12px; border: 1px solid #E1E1E1; }

section#body .content .forum .posts table { background:#f5f5f5; }

section#body .content .forum .posts table tr { border:#E1E1E1 1px solid; border-bottom:#E1E1E1 2px solid; }

section#body .content .forum .posts .sidebar .name a { color:#5a5a5a; }

section#body .content .forum .posts .sidebar .name a:hover { color:#e54d2d; }

section#body .content .forum .posts .sidebar .user_thumb { margin-top:15px; border: 1px solid #E1E1E1; }

section#body .content .forum .posts .sidebar .user_thumb .avatar img {
    max-width:100%; 
    height:auto;
    width: 80%;
    margin: 10%;
}

section#body .content .forum .posts .sidebar .user_thumb .msg_icon img {
    max-width:100%;
    height:auto;
}

section#body .content .forum .posts .sidebar .detail { width:100%; padding-top:10px; padding-bottom:10px; }

section#body .content .forum .posts .sidebar .detail p { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#5a5a5a;line-height:19px; }

section#body .content .forum .posts .sidebar .detail p span { font-weight:bold; }

section#body .content .forum .posts .sidebar .detail p a { color:#de6040; }

section#body .content .forum .posts .sidebar .detail p a:hover { color:#333; }

section#body .content .forum .posts .comment_box {  float: left;
   float: left;
    margin: 13px;
    min-height: 100px;
    padding: 3px;
    width: 96%;} /*padding-bottom: 500em; margin-bottom: -500em;*/ }

section#body .content .forum .posts .comment_box .message  { padding-bottom:20px; border-bottom:#E1E1E1 1px solid; }

section#body .content .forum .posts .comment_box .message p { font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; color:#5a5a5a; line-height:22px; padding-bottom:10px; }

section#body .content .forum .posts .comment_box .signature { clear:both; margin-top:15px; padding-top:15px; padding-bottom:15px; border-top:#E1E1E1 1px solid; }

section#body .content .forum .posts .comment_box .signature p { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#666; line-height:18px; padding-bottom:10px; }

section#body .content .forum .posts .comment_box .signature p a { color:#de6040; }

section#body .content .forum .posts .comment_box .signature p a:hover { color:#333; }

section#body .content .forum .posts .comment_box .signature ul { list-style: none; }

section#body .content .forum .posts .comment_box .signature ul li { float: left; margin-right: 5px; }

section#body .content .forum .posts .comment_box .signature ul li img { border: 1px solid #e1e1e1; }

section#body .content .forum .posts .comment_box .post_on {  
    background:#f5f5f5; 
    padding:6px; padding-left:12px; 
    padding-right:12px; 
    border-radius:6px; 
    margin-top:10px;
    /*height: 25px;*/
}

section#body .content .forum .posts .comment_box .post_on 
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    color:#5a5a5a;
    line-height:20px;
}

section#body .content .forum .posts .comment_box .post_on span {
    float:right;
    padding:0 12px 0 12px;
}

section#body .content .forum .posts .comment_box .post_on a { float:right; color:#111110; }

section#body .content .forum .posts .comment_box .post_on a span { color:#de6040; padding:0px; }

section#body .content .forum .posts .comment_box .post_on a:hover { color:#de6040; }

section#body .content .forum .posts .comment_box .post_on a img { margin-bottom:-3px; }

section#body .content .forum .posts .comment_box .post_on .last-user-name {
    /*width: 50%;*/
    /*float: left;*/
}

section#body .content .forum .posts .comment_box .post_on .post-controls {
    /*width: 50%;*/
    /*float: right;*/
}

@media screen and (max-width : 960px){
    section#body .content .forum .posts .comment_box .post_on .last-user-name {
        /*width: 45%;*/
    }

    section#body .content .forum .posts .comment_box .post_on .post-controls {
        /*width: 55%;*/
    }
}

@media screen and (max-width : 750px){
    section#body .content .forum .posts .comment_box .post_on {
        /*height: 45px;*/
    }

    section#body .content .forum .posts .comment_box .post_on .last-user-name {
        /*width: 100%;*/
        text-align: right;
    }

    section#body .content .forum .posts .comment_box .post_on .post-controls {
        /*width: 100%;*/
    }
}


/*Quote*/


section#body .content .forum .posts .comment_box .quote { background:#f5f5f5; padding:20px; padding-top:10px; }

section#body .content .forum .posts .comment_box .quote h5 { font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#5a5a5a; padding-bottom:10px; text-transform:uppercase; padding-top:10px; }

section#body .content .forum .posts .comment_box .quote p span { font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:24px; color:#666; line-height:30px; }

section#body .content .forum .posts .comment_box .quote p { background:#e0e0e0; padding:15px; border-radius:2px; }



/*Post Quote for PostForm*/

.postform .comment_box .quote { background:#f5f5f5; padding:20px; padding-top:10px; }

.postform .comment_box .quote h5 { font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#5a5a5a; padding-bottom:10px; text-transform:uppercase; padding-top:10px; }

.postform .comment_box .quote p span { font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:24px; color:#666; line-height:30px; }

.postform .comment_box .quote p { background:#e0e0e0; padding:15px; border-radius:2px; }



/*Forum Account*/


/*.forum .posts .comment_box .quote .forum_account { width:70%; }*/

.forum .posts .comment_box .quote .forum_account .user_avatar { width:130px; height:130px; float:right; }

.forum .posts .comment_box .quote .forum_account .user_avatar img { max-width:100%; height:auto; border: 1px solid #E1E1E1; }

.forum .posts .comment_box .quote .forum_account .form { width:70%; float:left; }

.forum .posts .comment_box .quote .forum_account .form .text_field { width:95%; padding:8px; background:#FFF; border: 1px solid #E1E1E1; border-radius:3px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#5a5a5a; margin-bottom:15px; }

.forum .posts .comment_box .quote .forum_account .form .text_area { width:95%; padding:8px; background:#FFF; border: 1px solid #E1E1E1; border-radius:3px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#5a5a5a; margin-bottom:15px; }

.forum .posts .comment_box .quote .forum_account .form .input_field3 {width:75%; padding:8px; padding-bottom:7px; border-radius:0px; background:#FFF; border: 1px solid #E1E1E1; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#5a5a5a; margin-top:0px; margin-bottom:5px; box-shadow:0px; -webkit-appearance: none; float:left; }  

.forum .posts .comment_box .quote .forum_account .form .browse_btn { background:url(../images/advanceforum/browse_btn.jpg) no-repeat; width:79px; height:34px; border:0px; cursor:pointer; float:left; border-radius:0px; text-indent:-9999px; margin-left:-1px; }   

.forum .posts .comment_box .quote .forum_account .form .btn { background:#2c2a2b; text-align:center; border:0px; padding:5px 25px 4px 25px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#FFF; margin-top:10px; clear:both;
-webkit-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; -moz-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; -o-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s
 }

.forum .posts .comment_box .quote .forum_account .form .btn:hover { background:#dc502f; }

.forum .posts .comment_box .quote .forum_account p { background:none; padding:4px 0 8px 0; font-size:11px; }

.forum .posts .comment_box .quote .forum_account .form .htmlButton {height:30px;}

.htmlButtonOuterL {  border-left: 1px solid #333333; }

.htmlButtonOuter, .htmlButtonOuterL { height:80%; background-color: #F6F6F6; border-bottom: 1px solid #333333; border-right: 1px solid #333333; border-top: 1px solid #333333; padding: 0; font-weight: normal; text-align: left; vertical-align: top; margin: 0; display: table-cell; }

.htmlButtonInner { background-color: transparent; border-style: solid; border-width: 1px; padding: 0 3px; text-align: center; }

.htmlButtonOff { font-size: 11px; font-weight: bold; padding: 1px 2px 2px; white-space: nowrap; }



/*
=======================================================================
	My Private Messages  (05 September 2013)
=======================================================================
*/

section#body .content .forum .posts .comment_box .private_messages { background:#f5f5f5; padding:20px; padding-top:10px; min-height:300px; }

section#body .content .forum .posts .comment_box .private_messages .top_bar { width:auto; background:#e8e8e8; height:28px; padding:0 10px 0 10px; }

section#body .content .forum .posts .comment_box .private_messages .top_bar p { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#5a5a5a; padding-top:3px; }

section#body .content .forum .posts .comment_box .private_messages .top_bar p a { color:#dc502f; margin:0 5px 0 5px; }

section#body .content .forum .posts .comment_box .private_messages .top_bar p a:hover { color:#000; }

section#body .content .forum .posts .comment_box .private_messages .left_sidebar { width:24%; float:left; margin-top:10px; }

section#body .content .forum .posts .comment_box .private_messages .left_sidebar .bar { width:auto; background:#e8e8e8; height:28px; padding:0 10px 0 10px; }

section#body .content .forum .posts .comment_box .private_messages .left_sidebar .bar p { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#5a5a5a; padding-top:3px; }

section#body .content .forum .posts .comment_box .private_messages .left_sidebar ul { list-style:none; margin:8px; }

section#body .content .forum .posts .comment_box .private_messages .left_sidebar ul li { clear:both; background:url(../images/advanceforum/folder_icon.png) no-repeat left;  border-bottom:#e8e8e8 1px solid; padding-top:4px; padding-bottom:4px; }

section#body .content .forum .posts .comment_box .private_messages .left_sidebar ul li a { padding-left:22px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#5a5a5a; line-height:22px; }

section#body .content .forum .posts .comment_box .private_messages .left_sidebar ul li a:hover { color:#000; }

section#body .content .forum .posts .comment_box .private_messages .left_sidebar ul li a.active { color:#000; font-weight:bold; }

section#body .content .forum .posts .comment_box .private_messages .right_grid { width:75%; float:right; background:#FFF; margin-top:10px;/* min-height:300px;*/ border:#e8e8e8 1px solid; border-top:0px; }

section#body .content .forum .posts .comment_box .private_messages .right_grid .bar { width:auto; background:#e8e8e8; height:28px; padding:0 10px 0 10px; }

section#body .content .forum .posts .comment_box .private_messages .right_grid .bar p { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#5a5a5a; padding-top:3px; }

section#body .content .forum .posts .comment_box .private_messages .right_grid .bar p span { padding-right:20%; }

section#body .content .forum .posts .comment_box .private_messages .right_grid .bar p span input { float:left; margin:5px 6px 0 0; }

section#body .content .forum .posts .comment_box .private_messages .right_grid ul { list-style:none; }

section#body .content .forum .posts .comment_box .private_messages .right_grid ul li { clear:both; border-bottom:#f5f5f5 1px solid; min-height:24px; padding:6px 10px 5px 10px;  }

section#body .content .forum .posts .comment_box .private_messages .right_grid ul .unread { clear:both; border-bottom:#f5f5f5 1px solid; min-height:24px; padding:6px 10px 5px 10px; background-color:#F3F4F5;}

section#body .content .forum .posts .comment_box .private_messages .right_grid ul li .subject { width:41%; float:left; margin-right:15px; }

section#body .content .forum .posts .comment_box .private_messages .right_grid ul li .subject p input { float:left; margin:5px 6px 0 0; }

section#body .content .forum .posts .comment_box .private_messages .right_grid ul li .subject p { font-size:12px; }

section#body .content .forum .posts .comment_box .private_messages .right_grid ul li .subject p a { color:#5a5a5a; }

section#body .content .forum .posts .comment_box .private_messages .right_grid ul li .subject p a:hover { color:#dc502f; }

section#body .content .forum .posts .comment_box .private_messages .right_grid ul li .from { width:28%; float:left; margin-right:18px; font-size:12px; color:#5a5a5a; }

section#body .content .forum .posts .comment_box .private_messages .right_grid ul li .from p { font-size:12px; color:#5a5a5a; }

section#body .content .forum .posts .comment_box .private_messages .right_grid ul li .date { width:20%; float:right; font-size:12px; color:#5a5a5a; }

section#body .content .forum .posts .comment_box .private_messages .right_grid ul li .date p { font-size:12px; color:#5a5a5a; }


/*Message Detail*/

section#body .content .forum .posts .comment_box .private_messages .right_grid .message_detail { width:96%; padding:10px; }

section#body .content .forum .posts .comment_box .private_messages .right_grid .message_detail .title { border-bottom:#E8E8E8 1px solid; padding-bottom:4px; }

section#body .content .forum .posts .comment_box .private_messages .right_grid .message_detail .title p { font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:normal; color:#595959; padding:0px; }

section#body .content .forum .posts .comment_box .private_messages .right_grid .message_detail .user_detail { width:100%; padding-top:10px; float:left; margin-right:12px; border-bottom:#E8E8E8 1px solid; padding-bottom:10px; font-size:12px; }

section#body .content .forum .posts .comment_box .private_messages .right_grid .message_detail .user_detail .thumbnail { width:35px; height:35px; background:#ddd; float:left; margin-right:10px; }

section#body .content .forum .posts .comment_box .private_messages .right_grid .message_detail .user_detail .email { float:left; width:90%; }

section#body .content .forum .posts .comment_box .private_messages .right_grid .message_detail .user_detail .email span { color:#353535; font-weight:bold; } 

section#body .content .forum .posts .comment_box .private_messages .right_grid .message_detail .user_detail .email img { float:right; }

section#body .content .forum .posts .comment_box .private_messages .right_grid .message_detail .message_container { padding:15px 25px 15px 25px; margin-top:20px; clear:both; }

section#body .content .forum .posts .comment_box .private_messages .right_grid .message_detail .message_container p { padding:8px 0 8px 0; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#5a5a5a; line-height:20px; }

section#body .content .forum .posts .comment_box .private_messages .right_grid .message_detail .signature { padding:15px 25px 15px 25px; margin-top:5px; clear:both; border-top:#E8E8E8 1px solid; }

section#body .content .forum .posts .comment_box .private_messages .right_grid .message_detail .signature p { padding:8px 0 8px 0; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#999; line-height:20px; }


/*
=======================================================================
	Report/Delete Dropdown                         C
=======================================================================
*/
 
  #backgroundPopup {
    z-index:1;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
  }

  .toPopup {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 70%;
    margin-left: -402px;
    position: fixed;
    top: 35%;
    width: 230px;
    z-index: 2;
  }
  
  div.loader {
    background: url("../images/advanceforum/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px;
  }
  
  div.close {
    background: url("../images/advanceforum/closebox.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -27px;
    top: -24px;
    width: 30px;
  }
  
  span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
  }
  
  span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
  }
  
  div.popup_content {
    margin: 4px 7px;
  }

/*
=======================================================================
	Table                         C
=======================================================================
*/

.spaceUnder { /*border-right: 1px solid #E5E5E5;*/ vertical-align: top;/*border-bottom: 1px solid #E5E5E5;*/padding: 10px;}
.tdfisrt {/*width:30%;*/font-weight: 700;  text-align: right; }
.tdsecond { padding-left:10%; }
.NoCssApplied {margin:20px; margin-left:40px; background:none !important; border:none !important; border-collapse:separate !important; background-color:transparent;}

.tdfisrt a { cursor:pointer; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFF; text-transform:uppercase; background:#443c3f; border-radius:2px; padding:1px 5px; }
.tdfisrt a:hover { cursor:pointer; background:#de6040; }

/*
=======================================================================
	Pager                        C
=======================================================================
*/

.pager{
  
  background:none;
  margin: 0;
  /*padding-right:20px;*/
  padding-top:0px;
  padding-bottom:0px;
  float: right;
  border:none;
  
}

.pager li > a {
    padding: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
}

/*
=======================================================================
	Private Msg                        C
=======================================================================
*/
.msg_icon {width:100%;  float:left; padding-left:30%; }

.msg_form_container {float:left; text-align:center; /*padding-left:20%*/}
/*
#ktop {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#ktopmenu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#ktab {
   
    height: 39px;
   
} 
#ktab ul {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#ktab ul.menu li.active {
    border-bottom: 1px solid #FFFFFF !important;
    margin-bottom: -1px;
    position: relative;
    z-index: 10;
}
#ktab ul.menu li {
    border-bottom: medium none;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid #E05A00;
    float: left;
    padding: 0;
}

#ktab a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: medium none;
    color: #FFFFFF;
    display: block;
    font-size: 95%;
   line-height: 38px;
    margin: 0;
    padding: 0 20px;
    text-decoration: none;
}
#ktab a span {
    padding: 0;
    text-indent: 0;
}

 #ktab ul.menu li a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
}
#ktab li a:hover  span {
    text-shadow: none !important;

}
 #ktab ul.menu li a:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
} */
.kbody {
    padding: 10px;
}
.kblock #kprofilebox table.kprofilebox {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
}
.no_posts span{
   display: block;
    font-size: 1.2em;
    font-weight: 400;  
}
.forumdes{
    padding: 15px;
    vertical-align: top;
}

.request_detail input[type="submit"] {
     background: none repeat scroll 0 0 #4C90FE;
    border: medium none;
    border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    margin: 20px 5px 2px 2px;
    padding: 0 20px;
    text-align: center;
    transition: all 0.1s ease-out 0s;
}
.request_detail input[type="file"] {
   border-radius: 2px;  
   padding: 5px;
}


.request_detail ul li { display: inline; }
.request_detail ul li input[type="checkbox"], input[type="radio"] {
    float: left;
    margin-top: 25px;
}
.new-topic input[type="radio"] {
    float: none;
    margin-top: 13px;
}

.new-topic .container-fluid .row {
    padding: 8px;
}

.new-topic .iconTopic {
    padding: 8px;
}

.new-topic input.input-text {
    width: 100%;
}

.new-topic select {
    width: 100%;
}

.new-topic textarea {
    width: 100%;
}

#searchform .container-fluid {
    background: #f5f5f5;
}

.kmessage-top ul li {  display: table-cell;padding: 5px; }

.posts h6 {
    background: -moz-linear-gradient(top , #E6E6E6 1%, #F5F5F5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 0 none;
    border-right: 0 none;
    box-shadow: 0 -1px 0 #FFFFFF inset;
    line-height: 0.5em;
    padding: 15px;
    font-size: 11px;
    font-weight:700;
    margin: 0 0 0px;
}
.posts p { padding:5px; }
.posts h6 span { font-size: 10px;
    font-weight: 100;
    margin-left: 52px;
    margin-top: -6px; }
 .image_thumb{
    border: 1px solid #B4C896;
    border-radius: 4px;
    height: auto;
    margin: 4px;
    max-width: 20%;
    padding: 6px;
}    
.online-yes {
    border-radius: 4px;
    height: auto;
    margin: 4px;
    padding: 0px;
    background: none repeat scroll 0 0 #F5FFE6;
    border: 1px solid #B4C896;
    color: #6E8746;
    font-size: 12px;
}
.online-no {
    border-radius: 4px;
    height: auto;
    margin: 4px;
    padding: 0;
    background: none repeat scroll 0 0 #FBEFE5;
    border: 1px solid #E8CAAF;
    color: #A06855;
    font-size: 12px;
}
.username {
    border-radius: 4px;
    height: auto;
    margin: 4px;
    padding: 6px;
    /*background: none repeat scroll 0 0 #F5FFE6;*/
    /*border: 1px solid #B4C896;*/
    color: #6E8746;
}

.posts  td.kmessage-top {
    padding: 10px 10px 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.posts .kbuttonbar-top .kmessage-buttons-row a {
    background: none repeat scroll 0 0 #443C3F;
    border-radius: 2px;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    float: right;
    margin: 5px;
}

.posts .kbuttonbar-top .kpost-thankyou a {
    background: none repeat scroll 0 0 #443C3F;
    border-radius: 2px;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    float: left;
    margin: 5px;
}

.kmessage-thankyou{
 float: left;
    margin-left: -107px;
    margin-top: 49px;
    padding: 2px;

}

.kreply-form {
    border: 1px solid #DDDDDD;
    color: #000000;
    padding: 15px 20px 15px 15px;
}

.kreply-form .inputbox {
    border: 1px solid #DDDDDD;
    margin: 2px 0;
}

.kreply-form textarea {
    margin-top: 8px !important;
    height: 10em;
    width: 95%;
}

.kreply-submit {
    background: none repeat scroll 0 0 #443C3F;
    border-radius: 2px;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    margin: 5px;
    border: none;
}

.kpost-smallicons {
    float: right;
    padding-top: 5px;
    text-align: right;
    width: auto;
    margin: 14px;
}

#kprofile-leftcol {
    float: left;
    line-height: 30px;
    padding: 7px;
    width: 235px;
}

table.kblocktable {
    border-bottom: 1px solid #F0F0F0;
    text-align: left;
     width: 100%;
}

table#kprofile td.kcol-right {
    border-left: 0 none;
    padding: 10px 10px 30px;
    vertical-align: top;
     width: 100%;
     line-height: 30px;
}

#kprofile-tabs {
    margin-top: 0;
    width: 100%;
}

dl.tabs {
    float: left;
    margin: 10px 0 -1px;
    padding-left: 0;
    z-index: 50;
}

dl#tabs, dl.tabs {
    border: 1px solid #E5E5E5;
    min-height: 30px;
    overflow: hidden;
    padding: 13px 0;
}

div.currentLi {
    border: 1px solid #DDDDDD;
    clear: both;
    max-width: 700px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

dl.tabs dt.open {
    border-bottom: 1px solid #FFFFFF;
    z-index: 9;
}

dl.tabs dt {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    color: #333333;
    float: left;
    margin-right: 3px;
    padding: 12px 10px;
    position: relative;
    z-index: 8;
}

.kheader:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

div.kheader {
    background: -moz-linear-gradient(center top , #FFFFFF 0px, #F3F3F3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 -1px 1px #FFFFFF inset;
    color: #666666;
    font-size: 100%;
    min-height: 0;
    padding: 15px;
    position: relative;
}

td.kcol-first {
    border-left: medium none;
    padding: 4px 8px;
    vertical-align: top;
    white-space: nowrap;
}

td.kcol-mid {
    padding: 8px;
    vertical-align: top;
}

 td.kcol-ktopiclastpost {
    font-size: 0.917em;
    vertical-align: middle;
    width: 25%;
}

tr.krow1 td {
    /*background: none repeat scroll 0 0 #F5F5F5;*/
    overflow: hidden;
    padding: 10px;
}

div.clrline {
    border-top: 1px solid #DDDDDD;
    clear: both;
    line-height: 10px;
    margin: 15px 0 20px;
}

.kavatar-lg {
    border: 1px dotted #DDDDDD;
    display: table-cell;
    padding: 4px 4px 0;
    text-align: center;
    vertical-align: middle;
}

div#kprofile-stats ul li {
    clear: both;
    font-size: 0.917em;
    list-style-type: none;
    padding-top: 5px;
}

.block .fieldset {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 15px;
}

.block .fieldset legend {
    color: #333333;
    font-size: 110%;
    font-weight: 700;
    margin: 0;
    padding: 3px 5px 5px;
}

#kforumsearch tr.krow1 td {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}

#kforumsearch input[type="text"] {
   width: 254px;
   height: 33px;
}

#kforumsearch input[type="submit"],input[type="reset"] {
    background: none repeat scroll 0 0 #4C90FE;
    border: medium none;
    border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    margin: 0 5px 2px 2px;
    padding: 0 20px;
    text-align: center;
    transition: all 0.1s ease-out 0s;
}

td.kprofile-left {
    background: -moz-linear-gradient(center top , #FFFFFF 0px, #F4F4F4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    box-shadow: 0 -1px 2px #FFFFFF inset;
    min-width: 170px;
    vertical-align: top;
    width: 15%;
    padding: 30px;
}

td.kmessage-left {
    border-bottom: 1px solid #DDDDDD;
    line-height: 1.5;
    overflow: hidden;
    padding: 10px;
    vertical-align: top !important;
    width: 85%;
}

div.kresult-title {
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    padding-bottom: 5px;
}

span.kmsgtitle {
    font-size: 1.333em;
    font-weight: 700;
    line-height: 28px;
    padding-left: 10px;
    text-decoration: none;
}

#ksearchresult table table {
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
    margin-bottom: 10px;
}

tr.ksth th {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    color: #666666;
    font-size: 22px;
}

span.kmsgdate {
    font-weight: 400;
    padding-left: 5px;
    text-decoration: none;
    white-space: nowrap;
}

.pagingrow{width:100%;background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    color: #666666;
    padding: 4px 8px;
    text-align: left;
    font-size: 20px;
}

.forum_hd {
    padding-bottom:10px; 
    padding-top:8px; 
    float:left; 
    width:100%;
}

blockquote {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0 0 #fff;
    margin: 1.5em 10px;
    padding: 0.5em 14px;
    font-size: 1em;
    line-height: 1.5;
    border-left: 0.5em solid #ddd;
    width:90%;
}

blockquote:before {
    color: #999;
    content: "“";
    display: block;
    font: italic 400%/1 Cochin,Georgia,"Times New Roman",serif;
    height: 0;
    margin-left: -0.95em;
}

blockquote span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.clear:before,
.clear:after { content: " "; display: table; }
.clear:after { clear: both; }

/*
=======================================================================
	Navigation
=======================================================================
*/

.forum_navigation {
	height: 39px;
	margin-bottom:10px;
}

/*Strip the ul of padding and list styling*/
.forum_navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
.forum_navigation li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
.forum_navigation li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	background: -moz-linear-gradient(center top , #ffffff 0px, #f3f3f3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 -1px 1px #ffffff inset;
    color: #666666;
    cursor: pointer;
}

/*Hover state for top level links*/
.forum_navigation li:hover a {
    /*background-color:rgba(21, 185, 0, 0.5);*/
	background: #15b900;
	color: #fff;
}

/*Style for dropdown links*/
.forum_navigation li:hover ul a {
	background: #15b900;
	color: #fff;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.forum_navigation li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
.forum_navigation li ul {
	display: none;
}

/*Make dropdown links vertical*/
.forum_navigation li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.forum_navigation li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
.forum_navigation ul li a:hover + .hidden, .forum_navigation  .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.forum_navigation .show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #3399cc;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
.forum_navigation input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.forum_navigation input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 960px){
	/*Make dropdown links appear inline*/
	.forum_navigation ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.forum_navigation li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.forum_navigation ul li,.forum_navigation  li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.forum_navigation .show-menu {
		display:block;
	}
}



/*
=======================================================================
	End Navigation
=======================================================================
*/

/*26 January 2015*/

section#body .content .forum .posts .container { width:auto; clear:both; border:#e1e1e1 1px solid; border-top:0px; }

section#body .content .forum .posts .container .sidebar { width:18%; height:; float:left; background:#f5f5f5; padding-left:10px; padding-right:10px; display:block; padding-bottom:20px; }

section#body .content .forum .posts .container .comment_box { width:72%; float:left; padding:20px; word-break: break-all;}

.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

@media (min-width:200px) and (max-width: 400px) {

section#body .content .forum .posts .container .sidebar { width:100%; padding:0px; }

section#body .content .forum .posts .sidebar .user_thumb { width:100%; }

section#body .content .forum .posts .sidebar .user_thumb img { max-width:100%; height:auto; }

section#body .content .forum .posts .container .comment_box {
    display:block;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
}

section#body .content .forum .posts .sidebar .name { width:auto; padding:10px 10px !important; background:none; border:0px; }

section#body .content .forum .posts .sidebar .detail { width:auto; padding:10px 10px; !important }

}

@media (min-width:400px) and (max-width: 540px) {

section#body .content .forum .posts .container .sidebar { width:20%; }

section#body .content .forum .posts .sidebar .user_thumb { width:100%; height:auto; }

section#body .content .forum .posts .sidebar .user_thumb img { max-width:100%; height:auto; }

section#body .content .forum .posts .container .comment_box { width:54%; }

}

@media (min-width:540px) and (max-width: 650px) {
    
section#body .content .forum .posts .container .sidebar { width:20%; }

section#body .content .forum .posts .container .comment_box { width:58%; }

}

@media (min-width:650px) and (max-width: 850px) {
    
section#body .content .forum .posts .container .sidebar { width:20%; }

section#body .content .forum .posts .container .comment_box { width:63%; }

}

@media (min-width:850px) and (max-width: 975px) {
    section#body .content .forum .posts .container .comment_box { width:69%; }
}

.forumdes .forum_hd {
    padding-top: 0px;
}

.forumdes .new_thread {
    margin-top: 10px;
}

#new-post-form .g-recaptcha {
    margin-top: 20px;
}
.nav.container{
    width: auto;
}

body:not(.cms-extended-view) .dropdown-toggle .icon.close-to-text {
    margin-top: -10px !important;
    margin-right: -5px !important;
}