.comments{
    display: block;
    width: 100%;
    position: relative;
    margin: 60px 0;
}
.comments .widget-title{
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #1d2c391a;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
}
.comments .widget-title h4{
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    color: #2C3B49;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    line-height: 15px;
}
.comments .widget-title h4:after{
    position: absolute;
    left: 0;
    bottom: -21px;
    display: inline-block;
    width: 100%;
    content: " ";
    height: 1px;
    background: #00A6E1;
}
.widget-area.blank {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
body .no-padding {
    padding: 0;
}
.widget-area {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    float: left;
    margin-top: 30px;
    padding: 25px 30px;
    position: relative;
    width: 100%;
}
.status-upload {
    background: none repeat scroll 0 0 rgba(29, 44, 57, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    float: left;
    width: 100%;
}
.status-upload form {
    float: left;
    width: 100%;
}
.status-upload form textarea {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #777777;
    float: left;
    font-size: 14px;
    height: 142px;
    letter-spacing: 0.3px;
    padding: 20px;
    width: 100%;
    resize:vertical;
    outline:none;
    border: 1px solid rgba(29, 44, 57, 0.1);
    margin-bottom: 0;
}

.status-upload ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 15px;
    width: auto;
}
.status-upload ul > li {
    float: left;
}
.status-upload ul > li.user-info {
    padding: 15px 0 15px 10px;
}
.status-upload ul > li.log-out {
    padding: 1px 0 1px 0;
    margin: 0px 0 0 6px;
}
.status-upload ul > li.log-out > a:hover{
    background: #ff0007;
    color: #FFF;
}
.status-upload ul > li.user-img > a:hover{
    background: transparent;
    color: #FFF;
}
.status-upload ul > li.user-login > a{
    width: inherit;
    color: #FFF;
    line-height: 21px;
    text-transform: none;
}
.status-upload ul > li.user-login > a > i{
    margin-right: 10px;
}
.status-upload ul > li.user-login > a:hover{
    background: #00A6E1;
}
.status-upload ul > li > a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #777777;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 10px 0;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 30px;
    cursor: pointer;
}
.status-upload ul > li > a:hover {
    background: none repeat scroll 0 0 #606060;
    color: #fff;
}
.status-upload form button {
    border: medium none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-right: 9px;
    margin-top: 9px;
    padding: 6px 15px;
}
.dropdown > a > span.green:before {
    border-left-color: #2dcb73;
}
.status-upload form button > i {
    margin-right: 7px;
}
a.comment-user-link{
    margin-right: 10px;
}
.comments .comment-body{
    margin-bottom: 15px;
}
.comments .comment-body p{
    font-weight: 300;
    font-size: 14px;
    color: #6A737B;
    line-height: 24px;
    margin-bottom: 10px;
}
.comments .comment{
    margin-bottom: 30px !important;
}
#comment-form input[type="text"], #comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea {
    color: #737373;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 10px 15px;
    display: block;
    margin-bottom: 10px;
}
.comments .row-user-inputs{
    background: #FFF;
}
input.is-invalid{
    border-color: #dc3545 !important;
}
.invalid-feedback{
    display: none;
}
.comments .alert{
    margin-bottom: 30px;
}
.alert a.alert-btn-right{
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.col-com-surname{
    display: none !important;
}
.comment, .comments{
    position: relative;
}
.comment-body .btn-delete-com{
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.comment-body:hover .btn-delete-com{
    opacity: 1;
}
.add-comment-reply {
    padding: 15px 0;
    font-size: 13px;
    display: block;
    text-align: left !important;
}
.comment-create-form{
    position: relative;
    display: block;
    width: 100%;
}
.widget-comment-reply{
    margin-bottom: 60px;
}
.vote-btns{
    position: relative;
    float: right;
    display: inline-block;
    padding: 10px 0 0 0;
}
.reply-btns{
    position: relative;
    float: left;
    display: inline-block;
    margin-bottom: 30px;
}
.btn-vote{
    background: transparent;
    border: transparent;
    padding: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.btn-vote:focus{
    outline: none;
    box-shadow: none;
}
.btn-vote span{
    font-size: 13px;
}
.btn-vote i{
    font-size: 18px;
}
.btn-up-vote{
    color: #999;
    padding-right: 10px;
}
.btn-down-vote{
    color: #999;
}
.btn-up-vote:hover i{
    color: #4CAF50;
}
.btn-down-vote:hover i{
    color: #f44336;
}
.btn-vote:hover{
}
.comments a.content-img-auto-gen{
    display: block;
    max-width: 300px;
    margin: 15px 0;
}
.comments a.content-img-auto-gen img{
    border: 1px solid #e8eaeb;
}
.comments .widget-title .comment-ordering{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.load-comment-body{
    position: relative;
    display: block;
    width: 100%;
}