    
.tpm-comment-board-modal-time{
    color: #8e9293;
    font-size: 12px;
}
.tpm-comment-board-modal-label{
background-color: #fff;
color: #173958;
font-size: 14px;
border: 1px solid #dadee2;
display: block; /* or inline-block, at least its a block element */
width: 180px; /* or width is certain by parent element */
height: auto; /* height cannot be defined */
word-break: break-all; /*  */
word-wrap: break-word; /* if you want to cut the complete word */
white-space: normal; /* be sure its not 'nowrap'! ! ! :/ */
line-height: 20px;
}
.font-weight-bold{
    font-weight: bold;
}
.sideBoardDropdownMenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.editDropdownMenu {
    position: absolute;
    top: 100%;
    left: -8.5rem;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.text-secondary{
    color:#6c757d;
}
.text-secondary:hover,.text-secondary:focus,.text-secondary:active{
    color:#6c757d;
}
.image-cover {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
.member-permission-modal-image-activity-modal{
    display: inline-block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
}
.member-permission-modal-image-text-perma{
    padding-top: 15px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #dfe3e6;
    color: #17394d;
}
.member-permission-modal-image-text{
    padding-top: 15px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #dfe3e6;
    color: #17394d;
}
.image-icon-size-text{
    padding-top: 15px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #dfe3e6;
    color: #17394d;
    font-size: 16px;
}
.text-light-grey{
    color:#6b808c;
}
.cursor-pointer{
    cursor: pointer;
}
.font-weight-bold{
    font-weight: bold;
}
.mb-0{
    margin-bottom: 0px;
}
.text-underline{
    text-decoration: underline;
}
.p-18{
    font-size: 18px;
}
.p-16{
    font-size: 16px;
}
.mt-15{
    margin-top: 15px;
}
.p-14{
    font-size: 14px;
}
.p-12{
    font-size: 12px;
}


.pr-pl-0{
    padding-right: 0px;
    padding-left: 0px;
}
