
html {
    font-family: sans-serif;
    line-height: 1.15;
}

body {
    margin: 0;
}

.ab-wrap {
    margin: 0 auto;
    width: 100%;
}

body .inner-ab-wrap a, body .inner-ab-wrap a:hover, body .inner-ab-wrap a:focus {
    box-shadow: none;
    text-decoration: none;
}

.ab-title h2 {
    font-size: 3em;
    font-weight: 600;
    margin: 3%;
    text-align: center;
    width: 94%;
}

.ab-sbr-wrap {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    float: left;
    padding: 1%;
    width: 100%;
    display: none;
}

.img-sbr {
    margin-top: 8px;
    border-radius: 8px;
    float: left;
    height: 45px;
    margin-right: 1%;
    overflow: hidden;
    width: 45px;
    border: 1px solid #ddd;
    background: #ddd;
}

.img-sbr img {
    width: 100%;
}

.sbr-info {
    float: left;
    margin-left: 3px;
}

.sbr-icon-wrap {
    float: right;
}

.sbr-icon-wrap a {
    color: #8e8e8e;
    float: left;
    font-size: 21px;
    font-weight: 700;
    line-height: 2;
    margin-right: 7px;
}

.sbr-info p {
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 700;
    line-height: 3;
    margin: 0;
}

.icon-agree {
    color: #5bb667;
}

.sbr-ask-title {
    float: left;
    text-align: center;
    width: 100%;
}

.sbr-ask-title h2 {
    color: #8e8e8e;
    font-size: 23px;
    font-weight: 600;
    margin: 4%;
}

.sbr-action-btn-wrap {
    float: left;
    width: 100%;
}

.sbr-action-btn-wrap .sbr-action-btn {
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    float: left;
    font-weight: 500;
    height: 61px;
    line-height: 4;
    text-decoration: none;
    width: 30%;
}

.sbr-action-btn-wrap .sbr-action-btn:hover {
    box-shadow: none;
    color: #ffffff;
}

.sbr-action-btn-wrap .sbr-left-btn {
    background: #5bb667 none repeat scroll 0 0;
    float: left;
    margin-left: 2%;
}

.comment-lists .sbr-action-btn-wrap {
    margin-bottom: 10px;
}

.comment-lists .sbr-action-btn-wrap .sbr-left-btn, .comment-lists .sbr-action-btn-wrap .sbr-right-btn {
    margin-left: 0;
    width: 100%;
}

.sbr-action-btn-wrap .sbr-right-btn {
    background: #dc3129 none repeat scroll 0 0;
    /*float: right;
    margin-right: 2%;*/
    margin-left: 2%;
}

.fa.sbr-icon, .sbr-icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 25px;
    float: left;
    font-size: 22px;
    height: 45px;
    line-height: 2;
    margin-left: 5px;
    margin-right: 6px;
    margin-top: 8px;
    text-align: center;
    vertical-align: middle;
    width: 45px;
    overflow: hidden;
}

.sbr-icon.icon-depends > img {
    width: 100%;
}

.sbr-action-btn-wrap .sbr-depends-btn.sbr-left-btn {
    background-color: #DBA627;
}

.icon-disagree {
    color: #dc3129;
}

.sbr-group-actions {
    float: left;
    width: 100%;
}

.sbr-group-actions h3 {
    color: #8e8e8e;
    font-size: 28px;
    font-weight: 600;
    margin: 6% 2% 2%;
    text-align: center;
    width: 98%;
}

.group-action-wrap {
    float: left;
    width: 100%;
}

.left-wrap {
    float: left;
    padding-right: 2%;
    width: 50%;
}

.right-wrap {
    float: right;
    padding-left: 2%;
    width: 50%;
}

.comment-sec-wrap .right-wrap {
    border-left: 1px solid #d9d9d9;
}

.group-action-wrap .label {
    color: #8e8e8e;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}

.row_with_slider .group-action-wrap .label {
    float: none;
}

.comment-item {
    border-bottom: 1px solid #d9d9d9;
    float: left;
    margin-bottom: 6px;
    width: 100%;
}

.comment-sec-wrap {
    float: left;
    margin-top: 2%;
    width: 98%;
}

.ab-header-wrap {
    float: left;
    width: 100%;
    /*padding-top: 5px;*/

}

.slider .ab-header-wrap, .slider .ab-desc-wrap, .slider .showall {
    padding: 5px 20px 0 20px;
}

.comment-lists .ab-header-wrap, .comment-lists .ab-desc-wrap, .comment-lists .showall {
    padding: 5px 0px 0 0px;
}

.comment-lists .ab-header-wrap {
    padding-top: 15px;
}

.sbr-info .sbr-uname {
    box-shadow: none;
    color: #669ece;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
    text-decoration: none;
}

.sbr-info .sbr-uname:hover {
    box-shadow: none;
    color: #669ece;
    text-decoration: none;
}

.date-wrap {
    clear: both;
    color: #8e8e8e;
    float: left;
    font-size: 12px;
    font-weight: 600;
    margin-top: 2px;
}

.sbr-info .status {
    border: 2px solid;
    border-radius: 10px;
    float: right;
    height: 10px;
    margin-left: 3px;
    margin-top: 5px;
    width: 10px;
}

.status.offline {
    border-color: #8e8e8e;
}

.status.online {
    border-color: #5bb667;
}

.status.ideal {
    border-color: #dba627;
}

.comment-item-inner {
    position: relative;
}
.ab-desc-wrap{
    cursor: pointer;
}
.comment-lists .ab-desc-wrap, .slider .ab-desc-wrap {
    float: left;
    width: 100%;
    max-height: 113px;
    overflow: hidden;
}

.ab-desc-wrap p {
    color: #6d6d6d;
    /*float: left;*/
    font-size: 13px;
    margin: 1.5em 0;
}

.ab-desc-wrap p.marctv-moderate-links {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.ab-footer-wrap {
    float: left;
    padding-top: 3px;
    width: 100%;
}

.ab-cmnt-status {
    color: #8e8e8e;
    float: left;
    font-size: 15px;
    padding: 3px 7px 3px 1px;
    cursor: pointer;
}

.ab-cmnt-status.sbr-active {
    color: #669ece;
}

.ab-seperator {
    border-right: 1px solid #d9d9d9;
    float: left;
    height: 18px;
    margin-right: 6px;
    margin-top: 6px;
    width: 1px;
}

.ab-cmnt-count {
    color: #8e8e8e;
    float: right;
    font-size: 15px;
    cursor: pointer;
}

.comment-close-icon {
    float: right;
    cursor: pointer;
}

.onoffswitch {
    -moz-user-select: none;
    float: left;
    position: relative;
    width: 90px;
}

.row_with_slider .onoffswitch {
    float: none;
    margin: 0 auto;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    border: 2px solid #999999;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.onoffswitch-inner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}

.onoffswitch-inner::before, .onoffswitch-inner::after {
    box-sizing: border-box;
    color: white;
    display: block;
    float: left;
    font-family: Trebuchet, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 50%;
}

.onoffswitch-inner::before {
    background-color: #999999;
    color: #ffffff;
    content: "ON";
    padding-left: 10px;
}

.onoffswitch-inner::after {
    background-color: #eeeeee;
    color: #999999;
    content: "OFF";
    padding-right: 10px;
    text-align: right;
}

.onoffswitch-switch {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #999999;
    border-radius: 20px;
    bottom: 0;
    display: block;
    height: 21px;
    margin: 6px;
    position: absolute;
    right: 56px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 21px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.icon-depends {
    color: #e5c780;
}

.running {
    opacity: 0.5;
}

.sbr-cmnt-form-wrap {
    display: none;
}

.required.error {
    border-color: #dc3129;
}

.ajax-success, .ajax-error, .ajax-warning {
    color: #fff;
    padding: 9px;
    text-align: center;
    border-radius: 5px;
}

.ajax-success {
    background: #64b06e none repeat scroll 0 0;
}

.ajax-error {
    background: #DC3129 none repeat scroll 0 0;
}

.ajax-warning {
    background: #feefb3 none repeat scroll 0 0;
    color: #000;
    float: none !important;
}

/* Form [ */

.sbr-cmnt-form-wrap {
    float: left;
    margin: 2% 0;
    width: 100%;
}

.cmnt-form {
    margin: 0 auto;
    width: 50%;
}

.cmnt-form p {
    float: left;
    margin-bottom: 1%;
    width: 100%;
}

.fld.fld-submit {
    float: right;
}

.loading-wrap {
    float: left;
    margin: 0 0 3% 0;
    text-align: center;
    width: 100%;
}

.loading-wrap a {
    color: #669ece;
}

.sub-comment-wrap {
    background: none;
    /*display: none;*/
    float: right;
    /*margin: 2% 0;*/
    padding: 5px 22px;
    width: 97%;
}

.threecol .sub-comment-wrap {
    padding: 5px 0px 5px 5px;
}

.threecol .comment-item-inner {
    border-left: 2px solid #bbb;
}

.threecol .comment-item-item_agree > .comment-item-inner {
    border-left-color: #5bb667;
}

.threecol .comment-item-item_disagree > .comment-item-inner {
    border-left-color: #dc3129;
}

.threecol .comment-item-item_depends > .comment-item-inner {
    border-left-color: #dba627;
}

.sub-comment-wrap .comment-item {
    border-bottom: none;
    border-top: 1px solid #ddd;
}

.comment-item-inner {
    border-left: 6px solid;
    float: left;
    padding-left: 7px;
    width: 100%;
}
.comment-item-inner.highligthed {
    background: #fdffde;
}

.sub-comment-wrap.do-plain {
    padding: 0;
    width: 100%;
}

/* ] */
.inner-ab-wrap {
    float: left;
    width: 100%;
}

.regular.slider {
    float: left;
    margin: 2% 5%;
    width: 90%;
    /*padding: 5%;*/
}

.slick-prev::before, .slick-next::before {
    color: #ccc;
    font-size: 30px;
}

.ab-wrap h3#reply-title {
    display: none;
}

@media (min-width: 320px) and (max-width: 480px) {
    .ab-title h2 {
        font-size: 1.3em;
    }

    .ab-sbr-wrap {
        padding: 2%;
    }

    .sbr-ask-title h2 {
        font-size: 16px;
        font-weight: 600;
    }

    .sbr-action-btn-wrap .sbr-action-btn {
        font-size: 13px;
        height: 37%;
        line-height: 3;
    }

    .sbr-icon {
        font-size: 14px;
        height: 28px;
        line-height: 2;
        margin-top: 5px;
        width: 28px;
    }

    .sbr-group-actions h3 {
        font-size: 20px;
    }

    .group-action-wrap .label {
        font-size: 13px;
    }

    .row .group-action-wrap .label {
        float: none;
    }
}

@media (max-width: 640px) {
    .ab-title h2 {
        font-size: 1.3em;
    }
}
@media (max-width: 990px) {
    .randomCommentWrapper {
        clear: both;
    }
}

@media (max-width: 500px) {
    .sub-comment-wrap {
        padding: 5px;
    }

    .cmnt-form {
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 380px) {
    .sbr-action-btn-wrap .sbr-action-btn {
        font-size: 7px;
        font-weight: bold;
        height: 37%;
        line-height: 6;
    }

    .sbr-icon {
        font-size: 12px;
        height: 25px;
        line-height: 2;
        margin-top: 10px;
        width: 25px;
    }

    .db-tab a {
        color: #fff;
        float: left;
        font-size: 12px;
        padding: 9px;
        width: 100%;
    }
}

/* popup [ */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 9999999;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.d-btn-actions {
    clear: both;
    text-align: center;
    width: 100%;
}

.d-btn-actions > a {
    background: #ccc none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    padding: 7px;
    margin: 2px;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

/* ] */

a.show_troll_spam {
    background: black;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
}

div.db-tab {
    width: 100%;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.notification_comment {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 15px;
    top: calc(50% - 24px);
}

.notification_icon {
    display: inline-block;
    padding: 10px 0;
}

.notification_comment ul.dropdown-menu {
    padding: 0;
    /*width: 400px;*/
}

.notification_comment ul.dropdown-menu li {

}

.notification_comment ul.dropdown-menu li span {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    padding: 10px 15px;
    color: #636467;
}

.notification_comment ul.dropdown-menu li a {
    display: inline;
    padding: 0;
}

.wrap-all-comments .cmnt-form {
    width: 100%;
}
.color-code-off{
    border-left: 2px solid #bbb;
    border-left-color: #bbb!important;
}

span.reply-wrapper {
    font-size: 10px;
    clear:both;
    float: left;
}

.reply-to-header-form {
    font-size: 10px;
    color: #c6c6c6;
}


.counter-wrapper {
    font-size: 13px;
}

/*reply box*/

#multiple-reply-box{
    display: none;
    /*width: 361px;*/
    /*height: 500px;*/
    /*border: solid 1px black;*/
    position: fixed;
    top:50px;
    right: 5%;
    z-index: 55;
}

#multiple-reply-box #abc {
    width:100%;
    height:100%;
    opacity:.95;
    overflow:auto
}
#multiple-reply-box img#close {
    position:absolute;
    right:-14px;
    top:-14px;
    cursor:pointer
}
#multiple-reply-box div#popupContact {
    /*position:absolute;*/
}
#multiple-reply-box #abc {
    max-width:300px;
    min-width:300px;
    padding:10px 50px;
    border:2px solid gray;
    border-radius:10px;
    background-color:#fff
}
#multiple-reply-box p {
}
#multiple-reply-box h2 {
    background-color:#FEFFED;
    padding:20px 35px;
    margin:-10px -50px;
    text-align:center;
    border-radius:10px 10px 0 0
}
#multiple-reply-box hr {
    margin:10px -50px;
    border:0;
    border-top:1px solid #ccc
}
#multiple-reply-box input[type=text] {
    width:100%;
    margin-top:30px;
    border:1px solid #ccc;
    font-size:16px;
}
#multiple-reply-box #name {
    background-repeat:no-repeat;
    background-position:5px 7px
}
#multiple-reply-box #email {
    background-repeat:no-repeat;
    background-position:5px 7px
}
#multiple-reply-box textarea {
    background-repeat:no-repeat;
    background-position:5px 7px;
    height:95px;
    resize:none;
    margin-top:30px;
    border:1px solid #ccc;
    font-size:16px;
}
#multiple-reply-box #submit {
    text-decoration:none;
    width:100%;
    text-align:center;
    display:block;
    background-color: #24890d;
    color: #fff;
    border: 1px solid #4CAF50;
    padding:10px 0;
    font-size:20px;
    cursor:pointer;
    border-radius:5px
}
#multiple-reply-box form {
    width: 100%;
}

#multiple-reply-box button {
    width:10%;
    height:45px;
    border-radius:3px;
    background-color:#cd853f;
    color:#fff;
    font-size:18px;
    cursor:pointer
}

.main-content-inner.col-sm-12.col-md-8 {
    width: 100%;
}

ul.nav.navbar-nav {
    margin-right: 30px;
}
.reply-list{
    color:blue;
}
.sub-comment-wrap textarea::placeholder, .sub-comment-wrap input::placeholder{
    color: #d3d3d3;
}