﻿body {
    padding: 20px 10px 20px 10px;
    margin-right: 6vw;
    background-color: #fafafa;
    overflow-x:hidden;
}

.comment-wraper {
    background-color: #fafafa;
    border-top: 1px solid #c0c0c0;
    padding: 5px 15px;
    padding-bottom: 25px;
    margin: -1px 0px;
    border-bottom: 1px solid #c0c0c0;
}

.postedTime {
    display: block;
    color: #999;
    font-size: small;
}

.btn:focus {
    outline: none;
}

.comment-command {
    padding: 0px;
    font-weight: bold;
    margin-right: 10px;
}

.empty-comment-message-div {
    font-size: small;
    color: #428bca;
    padding-top: 30px;
}

#commentsContainer {
    margin-top: 20px;
}

.reply-input-element {
    border-radius: 20px;
}

blockquote {
    color: #6f6f6f;
    margin: 10px 0px;
    font-size: smaller;
    cursor: pointer !important;
}

#fancybox-outer {
    overflow: visible;
}

.comment-command-delete {
    color: #d05351 !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-5 {
    padding-bottom: 5px;
}

.border-b-3 {
    border-bottom: 3px solid #ccc;
}

.modal-dialog {
    position: relative;
    display: table; /* This is important */
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

#commentVirtualKeyboard {
    position: absolute;
    bottom: unset;
    border-radius: 5px;
    display: none;
    background-color: whitesmoke;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    z-index: 9999999;
}
.invisibleCommentLable {
    background-color: #ffe188;
    border: 1px solid #d3d3d3;
    padding: 0px 5px;
    border-radius: 4px;
    font-size: small;
}