.bootbox .modal-content .modal-header .modal-title {
    color: #424242;
}

.modal-registration .modal-content .modal-header .modal-title {
    height: auto !important;
    line-height: normal !important;
}

.bootbox .modal-content .modal-body,
.modal .modal-body {
    border: 1px solid #efefef;
    /*    border-radius: 5px 5px 0px 0px;*/
}

.modal .modal-footer {
    margin-top: 0px;
}

.modal .modal-footer button {
    margin-left: 15px;
}

.bootbox .modal-content .modal-footer {
    border-top: 0px solid #efefef;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.bootbox .modal-footer {
    margin-top: 0px !important;
}

.bootbox .modal-footer .btn-default {
    background: #dddcdc none repeat scroll 0 0;
    border-color: #e7e7e7;
    color: #4d4d4d;
}

.bootbox .modal-footer .btn-danger {
    background: #a42f29 none repeat scroll 0 0;
    border-color: #a42f29;
    color: #fff;
}

.modal .modal-header {
    padding: 0 10px;
    line-height: 29px;
    border-color: #efefef;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.modal .modal-header .modal-title {
    font-size: 14px;
    line-height: 39px;
    height: 39px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.modal .modal-header .modal-title .report-member-title {
    font-size: 16px;
    line-height: 1.3;
    height: auto;
    margin: 0;
    font-weight: 600;
    padding: 0 10px 0 15px;
}

.modal.report-member .modal-header .modal-title {
    height: auto;
    line-height: 1.3;
}

.modal .modal-header .report-member-header {
    display: flex;
    padding: 15px 15px;
    align-items: center;
}
.report-member-image {
    height: 70px;
    width: 70px;
}

.modal .modal-header .close {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 0;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #dddddd;
    text-shadow: 0 1px 0 #fff;
}