.cbk-forum a{text-decoration:none}
.cbk-forum a:hover{text-decoration:underline}
.cbk-forum .no-forum-data{display: block;text-align: center;padding: 100px 10px;background: #edecec;}
.cbk-forum .no-forum-data i{font-size: 70px;color: #999;}
.cbk-forum .no-forum-data span{display:block;margin: 10px 0px 15px;font-size:18px;font-weight:500;}
.cbk-forum .cf-flex{display:flex;}
.cbk-forum .cf-button{padding:8px 10px;background: #448aff; text-decoration:none;color:#fff;border-radius:3px;cursor:pointer;}
.cbk-forum .cf-button i{color:#fff;}
.cbk-forum .cf-button:hover{opacity:0.8;}
.cbk-forum .cf-search{display:flex;margin-bottom:10px;}
.cbk-forum .cf-search .cf-title{flex:1;}
.cbk-forum .cf-search .cf-search #search-forum{position:relative;}
.cbk-forum .cf-search .cf-search #search-forum input{float:left;width: calc(100% - 40px);border-radius:0px;height:32px;line-height:32px;font-size:16px;color:#999;border:1px solid #ddd;border-top-left-radius:3px;border-bottom-left-radius: 3px;padding:0px 5px;
                                                     -moz-box-sizing: border-box; 
                                                     -webkit-box-sizing: border-box; 
                                                     box-sizing: border-box;
}
.cbk-forum .cf-search .cf-search #search-forum .cf-button{width:40px;border: 0px;border-top-left-radius: 0px;border-bottom-left-radius: 0px;height:32px;line-height:32px;font-size:16px;padding:0px 5px;
                                                          -moz-box-sizing: border-box; 
                                                          -webkit-box-sizing: border-box; 
                                                          box-sizing: border-box;
}
.cbk-forum .cf-search .cf-title h1{font-size:28px;font-weight:500;margin:0px;}
.cbk-forum .cf-search .cf-title h1 a{text-decoration:none;}
.cbk-forum .cf-main {display:block;background: #fff; border:1px solid #ddd;border-radius:3px;padding:10px;box-shadow: 0 2px 3px rgba(0,0,0,.14);}
.cbk-forum .cf-main .cf-user-logged{display:block;border-bottom: 1px solid #ddd;margin-bottom:10px;padding-bottom:10px;font-size:13px;}
.cbk-forum .cf-main .cf-user-logged .logged-as{float:right;}
.cbk-forum .cf-main .cf-user-logged .logged-as span{font-weight:700;}
.cbk-forum .cf-main .cf-user-logged .logged-as span.admin{color:red;}
.cbk-forum .cf-main .cf-menu{display:inline-block;margin:10px 0px 15px;padding:0px;width:100%;}
.cbk-forum .cf-main .cf-menu li{display:inline-block;}
.cbk-forum .cf-main .cf-menu li a{padding:4px 8px;font-size:14px;display:block;margin-bottom:3px;}
.cbk-forum .cf-main .cf-menu li a span{background: red;border-radius: 50%;padding: 2px 6px;font-size: 11px;}
.cbk-forum .cf-main .cf-menu li a:hover{text-decoration: none;}
.cbk-forum .cf-main .cf-menu li a i{margin-right:7px;}
.cbk-forum .cf-main .cf-menu li a.active{background: #1c4a98;}
.cbk-forum .cf-main .cf-bread{display:block;margin-bottom: 15px;font-size:13px;padding:5px 10px;border:1px solid #ddd;box-shadow: 0 -2px 2px rgba(0,0,0,.08);background: #fff;
                              background-image: none;
                              background-image: linear-gradient(to bottom,#fff 0%,#f1f3f5 95%);}
.cbk-forum .cf-main .cf-bread li{list-style: none;display:inline-block;}
.cbk-forum .cf-main .cf-bread li i{font-size:8px;margin:0px 5px;vertical-align: middle;margin-bottom:3px;}
.cbk-forum .cf-main .cf-bread li a{text-decoration:none;}
.cbk-forum .cf-main .cf-bread li a:hover{text-decoration:underline;}
.cbk-forum .cf-main .cf-bread li span{font-style:italic;}
.cbk-forum .cf-main .cf-bread li a span{font-style: normal;}
.cbk-forum .cf-category {display:block;margin-bottom:15px;}
.cbk-forum .cf-category .cf-c-name{display:block;background: #1c4a98;color:#fff;border-top-left-radius:4px;border-top-right-radius:4px;padding:7px 10px;}
.cbk-forum .cf-category .cf-c-name i{margin-right:5px;font-size:16px;width:20px;}
.cbk-forum .cf-category .cf-c-name h3{display:inline-block;color:#fff;font-size:18px;font-weight:500;margin:0px;width:auto;}
.cbk-forum .cf-category .cf-c-name .collapse-category{float:right;cursor:pointer;}
.cbk-forum .cf-category .cf-c-name .collapse-category i{margin:0px;width:20px;text-align:center;}
.cbk-forum .cf-category .cf-c-name .collapse-category:hover i{color:#999; transition:all 0.3s ease;}
.cbk-forum .cf-category .no-results{display: block;background: #ddd;text-align: center;padding: 15px 10px;margin-top: 3px;color: #999;}
.cbk-forum .cf-category .no-results i{font-size:20px;}
.cbk-forum .cf-category .cf-board{display:block;margin-top:3px;border:1px solid #ddd;padding:10px;}
.cbk-forum .cf-category.cf-hide .cf-board{display:none;transition:all 3s ease;}
.cbk-forum .cf-category .cf-board .cf-b-icon{width:60px}
.cbk-forum .cf-category .cf-board .cf-b-icon i{font-size:40px;color: #aaa;}
.cbk-forum .cf-category .cf-board .cf-b-icon.new-reply i{color: #ff9d00;}
.cbk-forum .cf-category .cf-board .cf-b-description{width: calc(55% - 60px);border-right:1px solid  #ececec;}
.cbk-forum .cf-category .cf-board .cf-b-description a{text-decoration:none; font-size:16px;display:block;}
.cbk-forum .cf-category .cf-board .cf-b-description .d-text{font-size:13px;display:block;}
.cbk-forum .cf-category .cf-board .cf-b-stats{width:10%;font-size:13px;display: flex;justify-content: center;flex-direction: column;text-align:center;border-right:1px solid  #ececec;}
.cbk-forum .cf-category .cf-board .cf-b-info{font-size:12px;display: flex;justify-content: center;flex-direction: column;padding:0px 5px;}
.cbk-forum .cf-boards-menu{text-align:right;}
.cbk-forum .cf-topic-form{border:1px solid #ddd;margin-top:3px;padding:10px;}
.cbk-forum .cf-topic-form .cf-f-center{max-width:750px;margin:0px auto;padding:20px 0px;}
.cbk-forum .cf-topic-form .cf-f-block{display:inline-block;width:100%;margin-bottom:10px;}
.cbk-forum .cf-topic-form .cf-f-label{display:inline-block;float:left;width:120px;line-height:30px;}
.cbk-forum .cf-topic-form .cf-f-input{display:inline-block;width:calc(100% - 120px);}
.cbk-forum .cf-topic-form .cf-f-input input{width:400px;height:35px;line-height:35px;padding:0px 5px;
                                            -moz-box-sizing: border-box; 
                                            -webkit-box-sizing: border-box; 
                                            box-sizing: border-box;
}
.cbk-forum .cf-topic-form .cf-f-input .preview-icon{margin-left:10px;}
.cbk-forum .cf-topic-form .cf-f-input.checkbox input{width:15px;}
.cbk-forum .cf-topic-form .cf-f-input.checkbox label{cursor:pointer;}
.cbk-forum .cf-topic-form button{border:0px;border-radius:3px;padding:5px 10px;line-height:initial;color:#fff !important;}
.cbk-forum .cf-topics-list{display:block;border-radius:3px;border:1px solid #ddd;}
.cbk-forum .cf-topics-list .current-board{padding:8px 10px; background: #f0f4f7;}
.cbk-forum .cf-topics-list .current-board h3{margin:0px;padding:0px;font-size:16px;font-weight:700;display:inline-block;}
.cbk-forum .cf-topics-list .current-board .b-description{display:inline-block;font-size:12px;}
.cbk-forum .cf-topics-list .current-board .order-topic{float:right;}
.cbk-forum .cf-topics-list .current-board .order-topic i{cursor:pointer;color: #999;}
.cbk-forum .cf-topics-list .current-board .order-topic i:hover{
    color: #333;
}
.cbk-forum .cf-topics-list .no-topics{font-size:13px;font-weight:700;padding:10px;border-top:1px solid red;border-bottom:1px solid red;display:blokc;}
.cbk-forum .cf-topics-list .no-topics i{color: #999;}
.cbk-forum .cf-topics-list .cf-topic{display:block;border-top:1px solid #ddd;padding:5px 10px;}
.cbk-forum .cf-topics-list .cf-topic:nth-of-type(2n){
    background: #f0f4f7;
}
.cbk-forum .cf-topics-list .cf-topic.topic-sticky{background: #fee;}
.cbk-forum .cf-topics-list .t-icon{width:40px;text-align:center;padding:5px;display: flex;justify-content: center;flex-direction: column;}
.cbk-forum .cf-topics-list .t-icon .locked-topic{color: #f7a31c;margin-bottom:3px;}
.cbk-forum .cf-topics-list .t-subject{padding:5px;width:calc(65% - 40px);}
.cbk-forum .cf-topics-list .t-subject .new-tag{display:inline-block;margin-right:5px;font-size:9px;float:left;background: #ff9d00;border-radius:3px;padding:0px 5px;color:#fff;}
.cbk-forum .cf-topics-list .t-subject .solved-tag{display:inline-block;margin-right:5px;font-size:9px;float:left;background: #34ac38;border-radius:3px;padding:0px 5px;color:#fff;}
.cbk-forum .cf-topics-list .t-subject a{font-size:14px; display:block;text-decoration:none;margin-bottom:5px;}
.cbk-forum .cf-topics-list .t-subject a:hover{text-decoration:underline;}
.cbk-forum .cf-topics-list .t-subject a .locked-sticky{float:right;color:red;margin-left:5px;font-size:16px;}
.cbk-forum .cf-topics-list .t-subject span{font-size:12px;}
.cbk-forum .cf-topics-list .t-stats{text-align:center;padding:5px;display: flex;justify-content: center;flex-direction: column;font-size:13px;width:100px;}
.cbk-forum .cf-topics-list .t-last{font-size:12px;padding:5px;display: flex;justify-content: center;flex-direction: column; width:calc(35% - 100px)}
.cbk-forum .cf-topics-list .cf-topic.head-info{font-size:14px;font-weight:700;padding:0px 10px;border-top: 2px solid;
                                               border-bottom: 2px solid;	-moz-box-sizing: border-box; 
                                               -webkit-box-sizing: border-box; 
                                               box-sizing: border-box;}
.cbk-forum .cf-reply-topic{border:1px solid #ddd;padding:10px;margin-top:-15px;border-top:0px;}
.cbk-forum .cf-reply-topic h2{font-size:26px;font-weight:500;margin-bottom:10px;padding:0px;}
.cbk-forum .cf-reply-topic h2 .locked-topic{color: #f7a31c;margin-left:5px;font-size:16px;}
.cbk-forum .cf-reply-topic h2 .locked-sticky{color:red;margin-left:5px;font-size:16px;}
.cbk-forum .cf-reply-topic p{font-size:13px;margin:0px;color: #999;}
.cbk-forum .cf-replies{display:block;}
.cbk-forum .cf-replies .cf-reply{border:1px solid #ddd;box-shadow: 0 -2px 2px rgba(0,0,0,.1);padding:12px 10px;margin-top:15px;border-radius:3px;display:block;background: #fff;}
.cbk-forum .cf-replies .cf-reply:nth-of-type(2n){
    background: #f0f4f7;
}
.cbk-forum .cf-replies .cf-reply .inside{display:inline-block;width:100%;}
.cbk-forum .cf-replies .cf-reply .r-user{display:inline-block;width:160px;float:left;}
.cbk-forum .cf-replies .cf-reply .r-user h4{font-size:18px;margin:0px;padding:0px;color: #1c4a98;margin-bottom:10px;}
.cbk-forum .cf-replies .cf-reply .r-user .user-info{padding:0px;margin:5px 0px;font-size:13px;}
.cbk-forum .cf-replies .cf-reply .r-user .user-info li{list-style: none;display:inline-block;width:100%;font-size:12px;margin-bottom:5px;}
.cbk-forum .cf-replies .cf-reply .r-user .user-info .u-rank i{display:inline-block;float:left;margin:0px 1px;font-size:16px;}
.cbk-forum .cf-replies .cf-reply .r-user .user-info.is-admin .u-rank-text{font-weight:700;}
.cbk-forum .cf-replies .cf-reply .r-user .user-info .u-avatar img{width:60px;}
.cbk-forum .cf-replies .cf-reply .r-user .user-info .u-avatar i{font-size:70px;color:#ddd;}
.cbk-forum .cf-replies .cf-reply .r-user .user-info .u-link i{font-size:18px;}
.cbk-forum .cf-replies .cf-reply .r-body{display:inline-block;width: calc(100% - 170px);margin-left:10px;}
.cbk-forum .cf-replies .cf-reply .r-body .r-subject{padding:0px 0px 10px;margin:0px 0px 15px;border-bottom:1px solid #ddd;}
.cbk-forum .cf-replies .cf-reply .r-body .r-subject h5{font-size:18px;font-weight:500;padding:0px;margin:0px !important;}
.cbk-forum .cf-replies .cf-reply .r-body .r-subject h5 img{margin-right:5px;}
.cbk-forum .cf-replies .cf-reply .r-body .r-subject p{margin:5px 0px 0px;padding:0px;font-size:12px;}
.cbk-forum .cf-replies .cf-reply .r-body .r-subject p span{float:right;font-weight:700;}
.cbk-forum .cf-replies .cf-reply .r-body .r-content{font-size:14px;border-bottom:1px solid #ddd;margin-bottom:10px;padding-bottom:10px;min-height:50px;}
.cbk-forum .cf-replies .cf-reply .r-body .reply-options{display:block;margin-top:10px;text-align:right;}
.cbk-forum .cf-replies .cf-reply .r-body .reply-options ul{padding:0px;margin:0px;}
.cbk-forum .cf-replies .cf-reply .r-body .reply-options ul li{list-style:none;display:inline-block;}
.cbk-forum .cf-replies .cf-reply .r-body .reply-options ul li.last-edit{float:left;font-size:10px;}
.cbk-forum .cf-replies .cf-reply .r-body .reply-options ul li.last-edit .admin{color:red;}
.cbk-forum .cf-replies .cf-reply .r-body .reply-options a{border:1px solid #ddd;background: #fff; font-size:12px;text-decoration:none;display:block;padding:5px 10px;line-height:13px;}
.cbk-forum .cf-replies .cf-reply .r-body .reply-options a i{font-size:10px;}
.cbk-forum .cf-replies .cf-reply .r-body .reply-options a:hover{border:1px solid #999;}
.cbk-forum .cf-replies .cf-reply .r-body .reply-options a:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.cbk-forum .cf-replies .cf-reply .r-body .reply-options a:last-of-type {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.cbk-forum .cf-replies .cf-reply .user-signature{font-size:12px;margin-top:10px;display:block;border-top:1px solid #ddd;padding-top:10px;}
.cbk-forum .cf-replies .cf-topic-menu{text-align:right;}
.cbk-forum .cf-topic-form .add-attachments{display:block;}
.cbk-forum .add-attachments .a-title{font-size:16px;font-weight:700;margin:10px 0px;}
.cbk-forum .add-attachments .dropzone{color: #6a6a6a;display:block;margin:10px 0px; border:1px dashed #c4c3c3;text-align:center;position:relative; background: #f7f7f7; }
.cbk-forum .add-attachments .dropzone #cfUploader{cursor:pointer;width:100%;height:100%;padding:20px 10px;}
.cbk-forum .add-attachments .dropzone:hover{border-color: #777;}
.cbk-forum .dropzones-previews .dz-preview {background: #f7f7f7;padding:3px;position:relative;margin-bottom:10px;overflow: hidden;}
.cbk-forum .dropzones-previews .dz-image{display:inline-block;margin-right:10px;width:70px;height:70px;float:left;}
.cbk-forum .dropzones-previews .dz-details,.cbk-forum .dropzones-previews .dz-progress,
.cbk-forum .dropzones-previews .dz-error-message
{display:inline-block;width:calc(100% - 126px);}
.cbk-forum .dropzones-previews .dz-details{padding:10px 0px;}
.cbk-forum .dropzones-previews .dz-details div{display:inline-block;font-size:14px;}
.cbk-forum .dropzones-previews .dz-details .dz-filename{color:#777;}
.cbk-forum .dropzones-previews .dz-progress{background: #ddd;height:6px;padding:3px;border-radius:10px;}
.cbk-forum .dropzones-previews .dz-progress span{height:6px;display:inline-block;border-radius:8px;}
.cbk-forum .dropzones-previews .dz-processing .dz-progress  span{background:#fdc949;}
.cbk-forum .dropzones-previews .dz-complete .dz-progress span{background: #00FF00;}
.cbk-forum .dropzones-previews .dz-error .dz-progress span{background: #fff;}
.cbk-forum .dropzones-previews .dz-error .dz-progress span{border-color:red;}
.cbk-forum .dropzones-previews .dz-error-message{color:red;font-size:13px;margin:5px 0px;}
.cbk-forum .dropzones-previews .dz-error-mark{position:absolute;width:30px;height:30px;left:20px;top:20px;display:none;}
.cbk-forum .dropzones-previews .dz-success-mark{position:absolute;width:30px;height:30px;left:20px;top:20px;display:none;}
.cbk-forum .dropzones-previews .dz-success-mark svg, .cbk-forum .dropzones-previews .dz-error-mark svg{width:30px;height:30px;}
.cbk-forum .dropzones-previews .dz-remove{right:3px;top:3px;width:40px;text-align:center;position:absolute;}
.cbk-forum .dropzones-previews .dz-remove i{font-size:24px;margin-top:8px;color:#333;}
.cbk-forum .dropzones-previews .dz-remove i:hover{color:red;}
.cbk-forum .dropzones-previews .dz-file-preview .dz-image{background: url('../../images/attachment.png') no-repeat center;}
.cbk-forum .add-attachments .server-error{display:block;}
.cbk-forum .add-attachments .server-error li{list-style:none;color:red;font-size:13px;}
.cbk-forum .sceditor-container{width:100% !important;}
.cbk-forum .sceditor-container textarea{box-shadow: 0px 0px;}
.cbk-forum .reply-topic .cf-summary{display:block;}
.cbk-forum .reply-topic .cf-summary .cf-reply{border: 1px solid #ddd;box-shadow: 0 -2px 2px rgba(0,0,0,.1);padding:12px 10px;margin-top:15px;border-radius:3px;display:block;background: #fff;}
.cbk-forum .reply-topic .cf-summary .cf-reply:nth-of-type(2n){
    background: #f0f4f7;
}
.cbk-forum .reply-topic .cf-summary .cf-reply .r-user{ display:block;border-bottom:1px solid #ddd;padding-bottom:15px;font-size:14px;}
.cbk-forum .reply-topic .cf-summary .cf-reply .r-user .quote-summary{float: right;font-size: 12px;color: #333;text-decoration: none;border: 1px solid #ddd;padding: 4px 10px;border-radius: 3px;box-shadow: 1px 1px 1px rgba(0,0,0,.1);background: #fff;}
.cbk-forum .reply-topic .cf-summary .cf-reply .r-user .quote-summary:hover{border-color:#999;}
.cbk-forum .reply-topic .cf-summary .cf-reply h4{font-size:15px;padding:0px;display:inline-block;margin:0px;}
.cbk-forum .reply-topic .cf-summary .cf-reply .r-content{font-size:13px;margin-top:10px;}
.cbk-forum .r-content .code-block{display:block;margin-bottom:10px;}
.cbk-forum .r-content .code-block .code-select{display:block;margin-bottom:6px;font-size:12px;}
.cbk-forum .r-content .code-block code{border-radius:0px;display:block;overflow: hidden;border-top:2px solid #999;border-bottom:2px solid #999;padding:5px;white-space: nowrap;background: #eceefc;}
.cbk-forum .r-content  blockquote{font-size:13px;margin:0px 0px 10px;padding:6px 10px;background: #e4ebff;border-right:2px solid #999;border-left:2px solid #999;}
.cbk-forum .r-content  blockquote cite{border-bottom:1px solid #ddd;display:block;padding-bottom:5px;font-size:12px;}
.cbk-forum .r-content  blockquote cite:before{
    color: #aaa;
    font-size: 22px;
    font-style: normal;
    content: '\275D';
    margin-right: 3px;
    vertical-align: middle
}
.cbk-forum .r-content  blockquote blockquote{background: #ebf7fb;}
.cbk-forum .r-content  blockquote blockquote blockquote{background: #fff;}
.cbk-forum .media{display:block;}
.cbk-forum .media .attachment{display: inline-block; max-width: 100%;padding: 5px;border: 1px dashed #ddd; margin-bottom: 5px;position:relative;}
.cbk-forum .media .attachment.inactive{background: #fbecec;}
.cbk-forum .media .attachment a{font-size:12px;display:block;position:relative;}
.cbk-forum .media .attachment .a-thumb{display:block;text-align:center;}
.cbk-forum .media .attachment .a-info{display:block;margin-top:5px;font-size:12px;}
.cbk-forum .media .attachment .a-info a{display:block;}
.cbk-forum .media .attachment .a-info a:before{ color: #aaa;font: normal normal normal 14px/1 FontAwesome;
                                                font-size: 12px;
                                                font-style: normal;
                                                content: '\f0c6';
                                                margin-right: 3px;
                                                vertical-align: middle; display:inline-block;float:left;
}
.cbk-forum .media .attachment .a-info .size{display:block;}
.cbk-forum .media h5{font-size: 16px;font-weight: 700;margin: 10px 0px;color:#333;}
.cbk-forum .media .remove-attachment{color:red;font-size:12px;display:block;margin-top:5px;}
.cbk-forum .media .media-error{color:red;display:block;}
.cbk-forum .media .media-error li{display:block;margin-top:5px;color:red;list-style: none;font-size:12px;}
.cbk-forum .account textarea{width:400px;	-moz-box-sizing: border-box; 
                             -webkit-box-sizing: border-box; 
                             box-sizing: border-box;}
.cbk-forum .account .current-avatar{display:block;margin-bottom:10px;}
.cbk-forum .account .current-avatar img{display:inline-block;vertical-align: middle;margin-right:10px;}
.cbk-forum .account .current-avatar a{color:red;}
.cbk-forum .account form{background: #f7f7f7;}
.cbk-forum .profile .profile-info{display:block;margin-top:10px;background: #f0f0f0;padding:10px;border:1px solid #ddd;font-size:13px;}
.cbk-forum .profile .profile-info .p-inside{display:inline-block;width:100%;}
.cbk-forum .profile .profile-info .p-user{display:inline-block;width:160px;float:left;}
.cbk-forum .profile .profile-info .p-user .u-avatar i{font-size: 70px;
                                                      color: #ddd;}
.cbk-forum .profile .profile-info .p-user .u-avatar img{width:60px;}
.cbk-forum .profile .profile-info .p-user h4{font-size:18px;margin:0px 0px 10px;padding:0px;}
.cbk-forum .profile .profile-info .p-user .u-rank i{font-size:16px;}
.cbk-forum .profile .profile-info .p-user p{margin:0px;margin-bottom:5px;padding:0px;}
.cbk-forum .profile .profile-info .p-user .u-online .online{color:#8fc63c;}
.cbk-forum .profile .profile-info .p-user .u-online .offline{color:red;}
.cbk-forum .profile .profile-info.admin .u-rank-text{font-weight:700;}
.cbk-forum .profile .profile-info .p-info{display:inline-block;width: calc(100% - 170px);margin-left:10px;}
.cbk-forum .profile .profile-info .p-info p{margin:0px;margin-bottom:5px;padding:0px;}
.cbk-forum .profile .profile-info .p-info strong{display:inline-block;width:200px;}
.cbk-forum .profile .profile-info .p-info .u-signature{margin-top:10px;border-top:1px solid #ddd;padding:10px 0px;}
.cbk-forum .moderate .m-links{display:inline-block;width:100%;margin:10px 0px;padding:0px;}
.cbk-forum .moderate .m-links li{list-style: none;display:inline-block;}
.cbk-forum .moderate .m-links li a{padding: 4px 8px;font-size: 14px;text-decoration:none;}
.cbk-forum .moderate .m-links li a.active {background: #1c4a98;}
.cbk-forum .moderate .m-links li a span{background: red;border-radius: 50%;padding: 2px 6px;font-size: 11px;}
.cbk-forum .moderate .no-topics{font-size:13px;font-weight:700;padding:10px;border-top:1px solid red;border-bottom:1px solid red;display:blokc;}
.cbk-forum .moderate .no-topics i{color: #999;}
.cbk-forum .moderate .m-list{display:block;}
.cbk-forum .moderate .m-list .m-post{display:block;border:1px solid #ddd;padding:10px;margin:0px 0px 10px;background: #fff;box-shadow: 0 -2px 2px rgba(0,0,0,.1);}
.cbk-forum .moderate .m-list .m-post:nth-of-type(2n) {background: #f0f4f7;}
.cbk-forum .moderate .m-list .m-post .m-inside{display: inline-block; width: 100%;}
.cbk-forum .moderate .m-list .m-post p{margin:0px 0px 5px;padding:0px;}
.cbk-forum .moderate .m-list .m-post .m-title{font-size:15px;border-bottom:1px solid #ddd;}
.cbk-forum .moderate .m-list .m-post .inactive-media{border-bottom:1px solid #ddd;display:block;margin-bottom:10px;padding-bottom:10px;}
.cbk-forum .moderate .m-list .m-post h4{font-size:15px;}
.cbk-forum .moderate .m-list .m-post .m-title .inactive-reply{color:red;margin-left:10px;}
.cbk-forum .moderate .m-list .m-post .small-t{font-size:12px;}
.cbk-forum .moderate .m-list .m-post .m-content{display:block;padding:10px 0px;}
.cbk-forum .moderate .m-list .m-post .m-options{display:block;margin:10px 0px 0px;padding:0px;text-align:right;}
.cbk-forum .moderate .m-list .m-post .m-options li{list-style: none;display: inline-block;}
.cbk-forum .moderate .m-list .m-post .m-options li a{border: 1px solid #ddd;background: #fff;font-size: 12px;text-decoration: none;display: block;padding: 5px 10px;line-height: 13px;border-radius:3px;}
.cbk-forum .moderate .m-list .m-post .m-options li a:hover{border-color:#999;}
.cbk-forum .m-content .code-block{display:block;}
.cbk-forum .m-content .code-block .code-select{display:block;margin-bottom:6px;font-size:12px;}
.cbk-forum .m-content .code-block code{display:block;overflow: hidden;border-top:2px solid #999;border-bottom:2px solid #999;padding:5px;white-space: nowrap;background: #eceefc;}
.cbk-forum .m-content  blockquote{margin:0px;padding:6px 10px;background: #e4ebff;border-right:2px solid #999;border-left:2px solid #999;}
.cbk-forum .m-content  blockquote cite{border-bottom:1px solid #ddd;display:block;padding-bottom:5px;font-size:12px;}
.cbk-forum .m-content  blockquote cite:before{
    color: #aaa;
    font-size: 22px;
    font-style: normal;
    content: '\275D';
    margin-right: 3px;
    vertical-align: middle
}
.cbk-forum .m-content  blockquote blockquote{background: #ebf7fb;}
.cbk-forum .m-content  blockquote blockquote blockquote{background: #fff;}
.cbk-forum-pagination{display:block;padding:10px;}
.cbk-forum-pagination li{list-style: none;display:inline-block;font-size:13px;}
.cbk-forum-pagination li a,.cbk-forum-pagination li .searchPaginationSelected{padding:4px 6px;border-radius:2px;font-weight:700;}
.cbk-forum-pagination li a:hover,.cbk-forum-pagination li .searchPaginationSelected{background: #ddd;color:#333;text-decoration:none;}
.cbk-forum .cf-results .cf-reply{border:1px solid #ddd;margin-bottom:10px;box-shadow: 0 -2px 2px rgba(0,0,0,.1);background: #fff;border-radius:6px;padding:10px;}
.cbk-forum .cf-results .cf-reply:nth-of-type(2n) {
    background: #f0f4f7;
}
.cbk-forum .cf-results .cf-reply .r-subject{border-bottom:1px solid #ddd;}
.cbk-forum .cf-results .cf-reply .r-subject{display:block;font-size:12px;padding:0px;margin:0px 0px 10px;}
.cbk-forum .cf-results .search-no-results{display:block;padding:10px;border:1px solid  #d2f4c3;background: #e5ffe9;font-size:13px;font-weight:700;}
.cbk-forum .cf-results .search-no-results i{font-size:28px; margin-right:10px;display:inline-block;vertical-align:middle;color:#fd9595;}
.cbk-forum .cf-results .r-subject h5 strong{color:red;}
.cbk-forum .cf-results .r-content strong{color:red;}
.cbk-forum .search .cf-bread{margin-bottom:0px;}
.cbk-forum .search .cf-category .cf-c-name .order-results{float:right;}
.cbk-forum .search .cf-category .cf-c-name .order-results i{margin: 0px 0px 0px 5px;color:#fff;}
.cbk-forum .search .search-form{margin-bottom:15px;display:block;padding: 20px 10px;border:1px solid #ddd;border-top:0px;text-align:center;}
.cbk-forum .search .search-form form{width:60%;display:inline-block;margin:0px auto;}
.cbk-forum .search .search-form input{
    width:calc(100% - 160px); line-height:30px;height:30px;padding:0px 10px;display:inline-block;float:left;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
.cbk-forum .search .search-form button{border:1px solid #448aff;box-shadow:0px 0px;line-height:30px;width:120px;height:30px;padding:0px 10px;float:left;border-top-left-radius:0px;border-bottom-left-radius:0px;color:#fff !important;
                                       -moz-box-sizing: border-box; 
                                       -webkit-box-sizing: border-box; 
                                       box-sizing: border-box;
}
.cbk-forum .forum-stats{display:block;padding:10px;border-radius:4px;border:1px solid #ddd;background: #f0f4f7;}
.cbk-forum .forum-stats h4{font-size:14px;display:block;margin:10px 0px;border-bottom:1px solid #ddd;padding-bottom:5px;}
.cbk-forum .forum-stats p{margin:0px 0px 5px;font-size:12px;}
.cbk-forum .forum-stats p a.admin{color:red;}
.cbk-forum .error-messages{display:blokc;color:red;font-size:14px;}
.cbk-forum .error-messages li{list-style: none;background: #ffefef;padding:5px;margin-bottom:5px;border:1px solid #f4cbcb;}
.cbk-forum select{width:auto;display:inline-block;}
.cbk-forum.one #search-forum .button span{margin-left:0px;}
.comun_form.custom .main.back{background: transparent !important; box-shadow:  0px 0px;}
.cbk-forum .cf-replies .cf-reply .r-body .r-content br{font-size:0px;}
.cbk-forum .r-content p{margin:0px 0px 5px;}

@media only screen and (max-width: 985px){
    .cbk-forum { margin:0px 5px;}
    .cbk-forum.bender .select-box{width:auto;}
}
@media only screen and (max-width: 700px){
    .cbk-forum .cf-search{display:inline-block; width:100%;}
    .cbk-forum .cf-search .cf-title{display:block;margin-bottom:10px;}
    .cbk-forum .cf-search{margin-bottom:10px;}
    .cbk-forum .cf-topic-form .cf-f-label{width:100%;}
    .cbk-forum .cf-topic-form .cf-f-input input,.cbk-forum .cf-topic-form .cf-f-input {width:100%;}
    .cbk-forum .cf-flex{display:block;}
    .cbk-forum .cf-category .cf-board .cf-b-icon{display:inline-block;}
    .cbk-forum .cf-category .cf-board .cf-b-description{width: calc(100% - 66px);border-right:0px;display:inline-block;}
    .cbk-forum .cf-category .cf-board .cf-b-stats{display:none;}
    .cbk-forum .cf-category .cf-board .cf-b-info{display:block;margin-top:10px;padding:10px 0px 0px;border-top:1px solid #ddd;}
    .cbk-forum .cf-topics-list .cf-topic.head-info{display:none;}
    .cbk-forum .cf-topics-list .t-icon{display:inline-block;}
    .cbk-forum .cf-topics-list .t-subject{display:inline-block;width: calc(100% - 66px);}
    .cbk-forum .cf-topics-list .t-stats,.cbk-forum .cf-topics-list .t-last{display:none;}
    .cbk-forum .cf-replies .cf-reply .r-user{width:100%;text-align: center;}
    .cbk-forum .cf-replies .cf-reply .r-body{width:100%;margin:10px 0px;border-top:1px solid #ddd;padding-top:10px;}
    .cbk-forum .cf-replies .cf-reply .r-body .reply-options ul li.last-edit{display:block;margin-bottom:10px;width:100%;text-align:left;}
    .cbk-forum .cf-replies .cf-reply .r-user .user-info .u-rank i{float:none;}
    .cbk-forum .dropzones-previews .dz-progress{width: calc(100% - 10px);margin:5px;}
    .cbk-forum .reply-topic .cf-summary .cf-reply .r-user .quote-summary{float:none;text-align:center;margin-top:10px;display:block;}
    .cbk-forum .search .search-form form{width:100%;}
    .cbk-forum .search .search-form input {width: calc(100% - 120px);}
}
