﻿.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        cursor: inherit;
        display: block;
    }

#listfile > div > .remove_field {
    position: absolute;
    transition: .5s ease;
    opacity: 0;
    top: 18%;
    left: 78%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0px;
    z-index: 0;
}

#listfile > div:hover > .remove_field {
    opacity: 1;
    z-index: 1;
}

#listfile > div > .popoverItem {
    position: absolute;
    transition: .5s ease;
    opacity: 0;
    top: 78%;
    left: 30%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0px;
    z-index: 0;
    font-size: x-large;
    border: 0;
}

#listfile > div:hover > .popoverItem {
    opacity: 1;
    z-index: 1;
}


#listfile > div > img {
    width: 100px;
    height: 100px;
    margin: 5px;
    border-radius: 0.25rem !important;
}

#listfile > div > video {
    width: 100px;
    height: 100px;
    margin: 5px;
    border-radius: 0.25rem !important;
}

#listfile > div:hover > video {
    opacity: 0.3;
    z-index: 2;
}

#listfile > div:hover > img {
    opacity: 0.3;
    z-index: 2;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.PopoverButton {
    margin-left: 65%;
}

#txtContent {
    resize:none;
}

.imgProfileWall {
    height: 2.8125rem;
    width: 2.8125rem;
}

.imgProfileWallPost {
    height: 3.125rem;
    width: 3.125rem;
}


.comment-text {
    width: 100em;
}

.btnW {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btnW {
        transition: none;
    }
}

.btnW:hover, .btn:focus {
    text-decoration: none;
}

.btnW:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.Commet-Border-bottom {
    border-bottom: 1px solid #e1e2e3;
    padding-bottom: 0,65rem;
}


.btnW.disabled, .btn:disabled {
    opacity: 0.65;
}

.btnW:not(:disabled):not(.disabled) {
    cursor: pointer;
}


.btn-Wall {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

    .btn-Wall:hover {
        color: #0056b3;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-Wall:focus, .btn-link.focus {        
        border-color: transparent;
        box-shadow: none;
    }

    .btn-Wall:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-White {
    font-weight: 400;
    background-color: transparent;
    color: #000000;
}

    .btn-White:hover {       
        background-color: #E2E6EA;
        border-color: transparent;
    }

    .btn-White:focus, .btn-White.focus {        
        border-color: transparent;
        box-shadow: none;
    }

    .btn-White:disabled, .btn-White.disabled {
        color: #6c757d;
        pointer-events: none;
    }


.img-comment-list .buttons {
    margin-top: 0;
    padding-left: 40px;
}

    .img-comment-list .buttons p {
        display: inline-block;
        color: #365899;
        cursor: pointer;
        text-decoration: none;
        font-size: 12px;
        margin-right: 8px;
        margin-top: 5px;
    }

        .img-comment-list .buttons p:hover {
            text-decoration: underline;
        }

        .img-comment-list .buttons p:last-of-type {
            color: #90949c;
            cursor: auto;
            text-decoration: none;
        }


.single-comment {
    padding: 0 0 0 12px;
    margin: 0;
    margin-top: 10px;
}


    .single-comment img {
        position: absolute;
        width: 32px;
        height: 32px;
        background-size: cover;
        background-position: center;
        border: none;
    }

    .single-comment .single-container {
        padding-left: 40px;
        padding-right: 39px;
    }

        .single-comment .single-container span {
            font-size: 0.75rem;
            margin-left: 5px;
        }

        .single-comment .single-container span {
            cursor: pointer;
            font-weight: bold;
            color: #007bff;
            font-size: 0.875rem;
            margin: 0;
        }

            .single-comment .single-container span:hover {
                text-decoration: underline;
            }

        .single-comment .single-container p:first-of-type {
            font-size: 0.75rem;
        }

        .single-comment .single-container p {
            margin: 0;
            font-size: 0.875rem;
            word-break: break-all
        }

        .single-comment .single-container .single-menu {
            margin-left: 70%;
            position: absolute;
            /*display: block;*/
        }

        .single-comment .single-container .single-menu-reply {
            margin-left: calc(100% - 200px);
            position: absolute;
            /*display:block;*/
        }

    .single-comment .buttons {
        margin-top: 0;
        padding-left: 40px;
    }

        .single-comment .buttons p {
            display: inline-block;
            cursor: pointer;
            text-decoration: none;
            font-size: 0.75rem;
            margin-right: 8px;
            margin-top: 5px;            
        }       

            .single-comment .buttons p:last-of-type {
                color: #90949c;
                cursor: auto;
                text-decoration: none;
            }

    .single-comment .Comment-Blocked {
        background-color: #f5f5f5;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
        border-radius: 10px;
        width: calc(100% - 10px);
        padding-top: 10px;
    }

        .single-comment .Comment-Blocked p:first-child {
            display: inline-block;
            font-size: 0.90rem;
            margin-bottom: 2px;
            margin-left: 3%;
            color: #999;
        }

        .single-comment .Comment-Blocked span {
            display: inline-block;
            margin-left: 1%;
            font-size: 0.90rem;
            color: #999;
        }

        .single-comment .Comment-Blocked .timeBlockedStyle {
            font-size: 0.75rem;
            margin-left: 1%;
            display: inline-block;
            color: #999;
            padding-top: 10px;
        }

        .single-comment .Comment-Blocked .btnMenuBlocked {
            color: #9f9f9f;
        }

        .wall-footer .comment-section {
            margin: 0;
            padding-left: 0px;
            padding-top: 12px;
            list-style: none;
            width: 100%;
        }

.success {
    color: #007bff;
}

.input-comment {
    margin: 0;
    padding: 8px 12px 8px 12px;
}

    .input-comment img {
        width: 32px;
        height: 32px;
        background-size: cover;
        background-position: center;
        border: none;
        position: absolute;
        display: inline-block;
    }

    .input-comment .comment textarea {
        background: #fff;
        border: 1px solid #bdc7d8;
        box-sizing: border-box;
        cursor: text;
        width: calc(100% - 80px);
        height: 32px;
        margin-left: 40px;
        padding: 7px;
        outline: none;
        resize: none;
        overflow: hidden;
        font-size: 0.75rem;
        border-radius: 12px;
        display: inline-block;
    }

    .input-comment .comment button {
        right: 0px;
        top: 0px;
        border: none;
        background-color: transparent;
        color: #bbbbbb;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: inline-block;
        padding: 0 0 0 0;
        margin-bottom: 10px;        
    }
        .input-comment .comment button:hover {
            text-decoration: none;
        }

        .input-comment .comment button i {
            font-size: 20px;
            line-height: 30px;
            display: block;
        }

.wall-footer {
    padding: 0 0 0 0;
}   

    .commentreply-section {
        list-style: none;
    }


.chkReportMissConduct {
    width: 0px !important;
}

.ProfileNameWall {
    font-size: 1rem;
    display:block;
}

.ProfileSpecialtyWall {
    font-size: 0.75rem;
    color: #6c757d;
    display: block;
}

.PostDate {
    font-size: 0.70rem;
    color: #6c757d;
    display: block;
}

.ProfileNameComment {
    font-size: 0.90rem;
    display: block;
    width: 50%;
}

.ProfileSpecialtyComment {
    font-size: 0.65rem;
    color: #6c757d;
    display: block;
    width: 50%;
}

.SharedPostText {
    font-size: 0.90rem;
}