/**
* CSS for Upcoming Developments and User Requests
*
* @auther Narinder Kumar <n88work@gmail.com>
* @copyright  Broker IDX Sites Inc. 2009-2025
*/

#accountform {
    min-height: auto!important;
}
.upcoming_development_description .cke_contents{
    height: 250px !important;
}
.message-sender-text-form .cke_contents {
    height: 100px !important;
}
.upcoming_development_form .width-68{
    width: 68%;
}
.view_upcoming_development_wrap{
    margin: 10px;
    padding: 15px;
    clear: both;
    float: left;
    width: 95%;
}
.view_upcoming_development_wrap .main-body h2{
    font-size:20px;
    line-height: 30px;
}
.view_upcoming_development_wrap .main-body p{
    margin-top: 10px;
}
.view_upcoming_development_wrap .main-body textarea{
    width: 100%;
    margin: 10px auto;
}
.view_upcoming_development_wrap .view_owner_name {
    display:inline-block;
    vertical-align: middle;
}
.view_upcoming_development_wrap .view_owner_name-admin {
    margin-left: 5px;
    display:inline-block;
    vertical-align: middle;
}
.view_upcoming_development_wrap .view_owner_name h3{
    font-size: 14px;
}
.view_upcoming_development_wrap .view_owner_name h3 time{
    font-weight: normal;
}
.view_upcoming_development_wrap .view_owner_name time{
    font-size:12px;
}
.view_upcoming_development_wrap .view_owner img{
    border-radius: 5%;
    height: 45px;
    width: 45px;
}
.view_upcoming_development_wrap .message-body {
    float: left;
    width: 100%;
    margin: 15px 0px;
}

.view_upcoming_development_wrap .image-div img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
}
.view_upcoming_development_wrap .message-sender-img .reply-button-color{
    color:#999999;
    cursor:pointer;
    margin-top: 5px;
    margin-right: 10px;
}
.view_upcoming_development_wrap .message-sender-img .delete-button-color{
    color:#999999;
    cursor:pointer;
    margin-top: 5px;
}

.view_upcoming_development_wrap .message-sender-text .image-div{
    width: 4px;
}
.view_upcoming_development_wrap .message-sender-text .message-button{
    margin-top:5px;
}
.edit-action-item .action-add-upcoming-development{
    font-size: 10.8px;
}

.view_upcoming_development_wrap .reply-massage-body .first-comment{
    width: 100%;
    float: left;
    text-align: left;
}
.view_upcoming_development_wrap .reply-massage-body .second-comment{
    width: 93%;
    text-align: left;
    margin-left: 60px;
    float: left;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-15{
    margin-bottom: 15px;
}
.dp-none{
    display: none;
}
.view_upcoming_development_wrap .reply-massage-body .view-change{
    cursor:pointer;
    color:#999999;
}
.fa-viewhide-icon::before {
    content: "\f068";
}
.fa-viewshow-icon::before {
    content: "\f067";
}
.view_upcoming_development_wrap .view-description{
    margin-bottom: 25px;
}
.view_upcoming_development_wrap .view-description-comment{
    border: 1px solid grey;
    margin-top: 20px;
    padding: 10px;
}
.view_upcoming_development_wrap .view-description-comment p{
    color: red;
    margin-top:10px;
}
.view_upcoming_development_wrap .view-description-comment label{
    text-decoration:underline;
    font-weight: bold;
    font-size: 15px;
}
customform-data-container #upcoming_development_comment_id{
    height: 120px!important;
}
.float-none{
    float:none!important;
}
.width-80{
    width:80%;
}
#roadmap_textarea{
    height:200px !important;
}
