body {
    background: transparent;
    overflow: hidden;
    color: #3f4549;
    -webkit-text-size-adjust: none;
    font-family: "Helvetica Neue",arial,sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
    color: #288ce4;
    transition: color linear .1s;
}
.nav {
    margin: 0 0 24px;
    border-bottom: 2px solid;
    border-color: #eaedee;
    border-color: rgba(0,39,59,.08);
    padding: 0;
}
.user, .comment-actions, .comment-actions .active a {
    color: rgb(46, 159, 255);
    font-weight: 700;
}
.action-button {
    color: #a5b2b9;
    color: rgba(0,39,59,.35);
    font-weight: 500;
}
.textarea {
    color: #373c40;;
    cursor: text;
    resize: none;
    border: 0;
    display: block;
    padding: 6px 10px 8px;
    margin: 0;
    width: 100%;
    min-height: 44px;
    height: auto;
    line-height: 1.4;
    font-size: 14px;
    font-family: "Helvetica Neue",arial,sans-serif;
    overflow-y: scroll;
    transition: all .15s ease-in-out;
    overflow: auto;
    max-height: 350px;
    resize:none;
    width: 100%;
    border: 0px;
}
.buttons {
    text-align: right;
    paddijng-right: 5%;
    background-color: #f6f8f9;
    position: relative;
    margin-left: 62px;
    margin-bottom: 14px;
}

.textarea-wrapper {
    position: relative;
    margin: 0 0 0 62px;
    -webkit-appearance: none;
    background: #fff;
    border: 2px solid #cbd2d6;
    border: 2px solid rgba(0,39,59,.2);
    border-radius: 4px;
}

.userdata-wrapper {
    position: relative;
    margin: 0 0 0 60px;
    -webkit-appearance: none;
    background: #fff;

    padding-bottom: 6px;

}
.userdata-wrapper div {
    width: 50%;
    float: left;
}
.userdata-wrapper input {
    padding: 5px;

    border: 2px solid #cbd2d6;
    border: 2px solid rgba(0,39,59,.2);
    margin-right: 5px;
    width: 100%;
    width: 200px;
}

.btn {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    background: #b3bac0;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 5px;
}

.btn:hover {
    opacity: 0.8;
    text-decoration: none;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.nav-comments {
    color: #3f4549 !important;
    font-weight: bold;
    text-decoration: none;
}


.alert {
    background-color: #fcf8e3;
}

.alert {
    background: rgba(0,0,0,.5);
    padding: 10px 35px 10px 14px;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    font-size: 13px;
    text-shadow: none;
}
.alert a, .alert a:active, .alert a:visited {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}
.close {
    color: #fff!important;
    text-decoration: none!important;
    float: right;
    font-weight: 700;
    display: block;
    font-size: 20px;
    opacity: .8;
    padding: 0!important;
    background: 0 0!important;
}

.close {
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}

.avatar img  {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 3px;
}
.avatar {
    float: left;
    margin-right: 15px;
}
.comment {
    position: relative;
    margin-bottom: 24px;
    transition: all .2s ease-in-out;
    width:100%;
}

.comment-main {
    flodat:left;
    overflow: hidden;
}

.comment-main .header {
    color: #777;
    line-height: 1;
    font-size: 13px;
    padding-right: 46px;
    margin-bottom: 3px;
}
.comment-main body {
    margin: 5px 0px;
}

.content-container {
    width: 100%;
}
.comment-actions li {
float: left;
list-style-type: none;
margin: 0 7px 0 0;
padding: 0;
font-size: 13px;
line-height: 15px;
    }
.comment-actions, .comment-actions a {
color: #a5b2b9;
color: rgba(0,39,59,.35);
font-weight: 500;

    }
.unstyled {
    padding: 0px;
    margin: 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.timeago {
font-weight: 500;
font-size: 12px;
color: #a5b2b9;
color: rgba(0,39,59,.35);
    }
.clearfix {
    display: inline-block;
}
.upvoted .control, .upvoted .count {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2e9fff;
}
.downvoted .control,.downvoted .count {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #f55567;
}
.vote {
    cursor: pointer;
}
.vote:hover .control {
    color: #7f929c;
    color: rgba(0,39,59,.5);
}
html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.reply-area.ng-hide-add, .reply-area.ng-hide-remove {
    /* this is required as of 1.3x to properly
       apply all styling in a show/hide animation */
    transition: 0s linear all;
}

.reply-area.ng-hide-add-active,
.reply-area.ng-hide-remove-active {
    /* the transition is defined in the active class */
    transition: 2s linear all;
}
.disabled {
    cursor:  inherit !important;
}

.comment-main .body {
    /* For Firefox */
    /*
    white-space: pre-wrap;
    word-break: break-word;
    */
    word-break: break-word;
    /* For Chrome and IE */
    /*
    */
    word-wrap: break-word;
}


.buttons .upload_image span {
    background-image: url(/style/comentable/img/upload_image.png);
    background-position: 0 0;
    width: 14px;
    height: 14px;
}
.comment-topcomment {
    background-color: #efefef;
    padding-top: 5px;
    padding-bottom: 5px;
}


.pagination .btn {
    width: 100%;
    display: flex;
    padding: 10px 14px;
    background-color: #fff;
    text-transform: uppercase;
    color: #969696;
    border: 1px solid #b9b9b9;
    font-size: .8125rem;
    line-height: 1.125rem;
    text-align: center;
    justify-content: center;
    font-weight: 700;
    font-family: "Rubik",sans-serif;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    margin-bottom: 8px;
}
