/**
 * Caja del Comentario
 ---------------------------*/

.tx_nsnewscomments .reply-list {
    padding-left: 40px;
}
.tx_nsnewscomments .active-comment-form {
    position: relative;
    margin-top: 10px;
}
.tx_nsnewscomments .comment-box .comment-btn {
    color: inherit;
    padding-left: 20px;
    position: relative;
}
.tx_nsnewscomments .comment-box .comment-btn:hover{
    text-decoration: none;
}
.tx_nsnewscomments .ns-icon-reply {
    background-image: url("../Icons/reply.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 14px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 14px;
}
.tx_nsnewscomments .text-muted {
    color: #777;
}

.tx_nsnewscomments span {
    display: inline;
}
.tx_nsnewscomments .header-right {
    float: right;
}

.tx_nsnewscomments .footer-left {
    display: block;
    line-height: 22px;
}
.tx_nsnewscomments .footer-right {
    float: right;
    display: block;
    margin-top: 0px;
    line-height: 22px;
}
.tx_nsnewscomments .comment-footer {
    font-family: "Open Sans",Roboto,sans-serif;
}
.tx_nsnewscomments .comment-footer .footer-right .comment-date {
    display: inline-block;
    margin-left: 10px;
}
.tx_nsnewscomments .typo3-messages {
    width: 100%;
    margin-top: 10px;
}
.tx_nsnewscomments .typo3-messages li {
    list-style-type: none;
    list-style: none;
    padding-left: 20px;
    width: 55%;
}
.tx_nsnewscomments .media-left {
    display: none;
}
.tx_nsnewscomments .media-body p {
    padding: 0px !important;
}
.thanksmsg, .approve {
    width: 70%;
}
.tx_nsnewscomments .error-msg {
    display: none;
}
.tx_nsnewscomments #comment-form .text-muted {
    margin-top: 10px;
}
.tx_nsnewscomments .has-error {
    position: relative;
}
.tx_nsnewscomments .error-msg {
    background: #ee0101 none repeat scroll 0 0;
    border-radius: 6px;
    bottom: 82%;
    color: #fff !important;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    min-width: 120px;
    padding: 4px 10px;
    position: absolute;
    right: 0px;
    text-align: center;
    text-transform: capitalize;
    z-index: 999;
}
.tx_nsnewscomments .error-msg p {
    margin: 0;
    color: #fff !important;
    font-family: "Open Sans",Roboto,sans-serif;
}
.tx_nsnewscomments .error-msg::after {
    background-color: #ee0101;
    bottom: -5px;
    content: "";
    height: 10px;
    position: absolute;
    right: 15px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tx_nsnewscomments  .ns-btn {
    background-color: #ee8433;
    border: 1px solid #ee8433;
    border-radius: 0;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    font-weight: 700;
    min-width: 105px;
    width: auto !important;
    outline: medium none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}
.tx_nsnewscomments .ns-btn:hover,
.tx_nsnewscomments .ns-btn:active,
.tx_nsnewscomments .ns-btn:focus{
    background-color: #ee7315;
    border: 1px solid #ee7315;
}
.tx_nsnewscomments ul,.tx_nsnewscomments ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
.tx_nsnewscomments .reply-form:not(:empty){
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    margin-top: 30px;
    padding: 30px;
}
.tx_nsnewscomments .comment-form-close-btn{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    padding: 0;
    position: absolute;
    right: 15px;
    text-shadow: 0 1px 0 #fff;
    top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tx_nsnewscomments .comment-form-close-btn:focus, .comment-form-close-btn:hover {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}
.tx_nsnewscomments ul ul {
    padding-left: 114px;
}
.tx_nsnewscomments .ns-form-group-main{
    display: inline-block;
    width: 100%;
}
.tx_nsnewscomments .comment-link a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.tx_nsnewscomments .comment-form-close-btn{
    display: none;
}
.tx_nsnewscomments .reply-form .comment-form-close-btn{
    display: inline-block;
    z-index: 1;
}
.tx_nsnewscomments .ns-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.tx_nsnewscomments .ns-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
