﻿.CommentInsertUserInfoImageAvatar {
    border-radius: .5rem;
    border: 0;
    margin: 0 0 0 .5em;
    width: 3rem;
}

.CommentInsertUserInfoTextTitle {
    font-weight: bold;
    font-size: 1rem;
    margin: 0 0.5rem;
}

.CommentInsertUserInfoText {
    color: #555555;
    margin: 0;
    padding-top: .3em;
    padding-right: 58px;
    direction: rtl;
    text-align: right;
    font-size: .9rem;
}

.CommentInsertText {
    font-size: .9rem;
    margin: 1rem 0;
    display: flex;
    align-items: center;
}

    .CommentInsertText .bi {
        display: flex;
    }

.CommentInsertLink {
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    background-color: var(--nx-box-soft-backcolor, whitesmoke);
    padding: 0.3rem 2rem;
    border-radius: 0.5rem;
}

    .CommentInsertLink .bi {
        display: flex;
        font-size: 1.4rem;
        margin-left: .3em;
    }

    .CommentInsertLink:hover {
        color: red;
    }

.CommentsInsertTextBox {
    color: var(--nx-text-general-color, dimgray);
    width: 100%;
    border: 1px solid #D2D2D2;
    transition: all 0.5s ease;
    margin: 0.2em 0;
    min-height: 2.5em;
    border-radius: 3px;
    padding: 0.3em 0.6em;
    outline: none;
    border: 1px solid var(--nx-box-soft-bordercolor, silver);
    font-weight: 200;
    font-size: .9rem;
}

    .CommentsInsertTextBox:focus {
        background-color: var(--nx-box-soft-backcolor, whitesmoke);
        border: 1px solid var(--nx-box-soft-bordercolor, silver);
        color: navy;
    }

    .CommentsInsertTextBox:read-only {
        background-color: var(--nx-box-soft-backcolor, whitesmoke);
        border: 1px solid var(--nx-box-soft-bordercolor, silver);
        color: navy;
        opacity: .7;
        cursor: default;
    }

        .CommentsInsertTextBox:read-only:hover {
            background-color: var(--nx-box-soft-backcolor, whitesmoke);
            border: 1px solid var(--nx-box-soft-bordercolor, silver);
            color: navy;
            opacity: 1;
        }


.CommentsInsertTextBoxMultiline {
    height: 12em;
    resize: vertical;
}

.CommentInsertSentBtn {
    background-color: var(--nx-box-soft-backcolor, whitesmoke);
    width: 100%;
    margin: .3rem 0 1rem;
    border: 1px solid var(--nx-box-soft-bordercolor, silver);
}

.CommentInsertSentMsg {
    font-weight: 400;
    font-size: .9rem;
    letter-spacing: -.03rem;
}

.CommentInsertSentMsgError {
    font-weight: 400;
    font-size: .9rem;
    letter-spacing: -.03rem;
    color: red;
}

.CommentListDivHeader {
    background-color: var(--nx-box-soft-backcolor, whitesmoke);
    padding: .5rem 1rem;
    margin: 1rem 0;
    border-radius: .5rem;
}

.CommentListHeaderIcon {
    margin: 0 0 0 .5em;
    vertical-align: middle;
    font-size: 1.3em;
    color: royalblue;
}

.CommentListHeaderCount {
    font-size: 1.2em;
}

.CommentListDivMain {
    border: 1px solid var(--nx-box-soft-bordercolor, whitesmoke);
    transition: all 0.5s ease;
    border-radius: 7px;
    margin: .3rem 0;
    padding: .5rem;
}

    .CommentListDivMain:hover {
        background: var(--nx-box-soft-backcolor, whitesmoke);
    }


.CommentInsertTextNotLoggedInfo {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 0 1.5rem 0;
}

    .CommentInsertTextNotLoggedInfo .bi {
        font-size: 1.5rem;
        display: flex;
        margin-left: .5rem;
        color: silver;
    }

.CommentInsertTextNotLoggedLink {
    font-weight: bold;
    background-color: var(--nx-box-soft-backcolor, whitesmoke);
    padding: .4rem 1rem;
    border-radius: .5rem;
    display: block;
    margin: .3rem 0;
}

    .CommentInsertTextNotLoggedLink:hover {
        color: navy;
    }

    .CommentInsertTextNotLoggedLink .bi {
        font-size: 1.5rem;
        position: relative;
        top: .2rem;
    }

.CommentListTextHeader {
    font-weight: 300;
    font-size: .9rem;
}

.CommentsInsertDivMain {
    width: 100%;
    border: 1px white solid;
    direction: ltr;
    text-align: right;
    transition: all 0.3s ease;
}

    .CommentsInsertDivMain:hover {
        border: 1px silver solid;
        direction: ltr;
        text-align: right;
        background-color: #F0F0F0;
        transition: all 0.3s ease;
    }

.CommentsInsertTableMain {
    width: 450px;
    direction: rtl;
    padding: 5px;
    transition: all 0.3s ease;
}

.CommentsInsertCellLabel {
    width: 60px;
}

.CommentsInsertCellInput {
    text-align: right;
    width: 330px;
    vertical-align: middle;
}


.CommentsInsertTextTitle {
    font-size: .9rem;
    color: #555555;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}

.CommentsInsertTextTitleMandatory {
    font-size: .9rem;
    color: red;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
}

.CommentsInsertTextConfirmation {
    width: 330px;
    font-size: .9rem;
    color: #555555;
    margin-top: 0px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.CommentsInsertTextConfirmationError {
    font-size: .9rem;
    color: red;
    margin-top: 0;
    margin-bottom: 0.7rem;
    transition: all 0.5s ease;
}

.CommentsInsertTextConfirmationSuccess {
    font-size: .9rem;
    color: #CEFFFF;
    margin-top: 0;
    margin-bottom: 0.7rem;
    transition: all 0.5s ease;
}

}

.CommentInsertImageInfo {
    width: 16px;
    height: 16px;
    border-width: 0px;
    vertical-align: middle;
}

.CommentInsertTextNotLogged {
    font-size: .9rem;
    color: #555555;
    margin: 5px 5px 10px 5px;
    direction: rtl;
    font-weight: bold;
}

.CommentInsertTextNotLoggedThin {
    font-size: .9rem;
    font-weight: 100;
    margin: .2rem;
}

.CommentInsertUserInfoTable {
    width: 100%;
    direction: rtl;
    padding: 0px;
}



.CommentInsertUserInfoCellAvatar {
    width: 42px;
    vertical-align: top;
    text-align: center;
}

.CommentInsertUserInfoCellContent {
    vertical-align: middle;
    direction: rtl;
    text-align: right;
}




.CommentInsertUserInfoLink {
    font-size: .9rem;
    color: royalblue;
    direction: rtl;
    font-weight: bold;
    text-decoration: none;
}

    .CommentInsertUserInfoLink:hover {
        font-size: .9rem;
        color: navy;
        direction: rtl;
        font-weight: bold;
        text-decoration: none;
    }


.CommentElementMainTable {
    width: 100%;
    direction: rtl;
}

.CommentElementCellValue {
    direction: rtl;
    vertical-align: top;
}

.CommentElementTextLabel {
    font-size: .9rem;
    color: royalblue;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: right;
}

    .CommentElementTextLabel:hover {
        font-size: .9rem;
        color: navy;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
        text-align: right;
    }

.CommentElementTextValue {
    font-size: .9rem;
    color: #555555;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: right;
}


    .CommentElementTextValue:hover {
        font-size: .9rem;
        color: navy;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
        text-align: right;
    }

.CommentElementTextHeader {
    font-size: 10pt;
    color: royalblue;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: right;
    font-weight: bold;
    direction: rtl;
}

.CommentElementTextID {
    font-size: 10pt;
    color: #555555;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
    direction: ltr;
}

.CommentElementHR {
    border: 0px silver solid;
    height: 1px;
}


.CommentListTableContainer {
    width: 100%;
    direction: rtl;
}

.CommentListRowContainer {
    text-align: center;
}

.CommentListTableTemplate {
    width: 99%;
    direction: rtl;
}

.CommentListCellAvatar {
    width: 50px;
    vertical-align: top;
    text-align: center;
    border-width: 0px;
}

.CommentListAvatar {
    width: 50px;
    text-align: center;
    vertical-align: top;
    margin: 5px 5px 5px 5px;
    border-width: 1px;
    border-color: Silver;
    direction: ltr;
    border-radius: 7px;
    transition: all 0.5s ease;
}

    .CommentListAvatar:hover {
        width: 50px;
        text-align: center;
        vertical-align: top;
        margin: 5px 5px 5px 5px;
        border-width: 1px;
        border-color: gray;
        direction: ltr;
        border-radius: 7px;
        transition: all 0.5s ease;
        transform: scale(1.20);
    }

.CommentListCellContent {
    text-align: right;
}

.CommentListTextID {
    font-size: 7pt;
    color: #eaeaea;
    direction: ltr;
    text-align: left;
    margin: 5px 10px 5px 10px;
}

.CommentListTextTopTitle {
    font-size: .9rem;
    margin: .5rem;
    font-weight: 100;
    display: flex;
    align-items: center;
}

.CommentListTextTitleName {
    font-size: 1rem;
    color: var(--nx-text-general-color);
    font-weight: bold;
}

.CommentListTextTitle {
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
    margin: .5rem;
}

.CommentListTextBody {
    font-size: .9rem;
    text-align: justify;
    margin: .5rem;
    font-weight: 300;
    letter-spacing: -.03rem;
}

.CommentListImageQuotation {
    border-width: 0px;
    margin: 2px 5px 2px 5px;
    vertical-align: middle;
}

.CommentListTextDate {
    color: #888888;
}

@media screen and (max-width:575px) {
    .CommentListTextTopTitle {
        align-items: start;
        flex-direction: column;
        justify-content: center;
    }
}
