﻿mf-message .mf-message{
    z-index: 9999998;
}
mf-message .mf-message .mf-message-container.center {
    width: 500px;
    padding: 0px;
    max-height: 80%;
    padding-bottom: 54px;
    padding-top: 51px;
    display: inline-block;
    overflow: auto;
}
mf-message .mf-message .mf-message-title,
.modal-header {
    background-color: rgb(40, 45, 50);
    border-color: rgb(40, 45, 50);
    color: rgb(255, 255, 255);
    margin-top: -51px;
}
mf-message .mf-message .mf-message-detail {
    padding: 10px;
    background-color: rgb(255, 255, 255);
    overflow: auto;
}
mf-message .mf-message .mf-message-buttons {
    background: rgb(255, 255, 255);
    text-align: right;
    padding: 10px;
    margin-bottom: -54px;
}
mf-message .mf-message .mf-message-buttons button{
    min-width: 100px;
}
mf-message .mf-management-form{
    padding-top: 0px;
    margin: 0px;
    max-width: 100%;
    max-height: 100%;
}
mf-message .mf-management-form form{
    padding: 0px;
}
mf-message .mf-management-form form .form-group{
    margin-bottom: 0px;
}