#popup-messages{
    z-index: 20;
    display: none;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    border: 0px solid blue;
    margin: auto;
    padding: 0;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 100%  !important;
    /*overflow: auto;*/
    /*background-image: url('../../imm/dimmer1.png');*/
}
.popup-messages-container{
    z-index: 20;
    display: inline-block;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    border: 0px solid red;
    margin: auto;
    padding: 0;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 100%  !important;
    overflow: auto;

    background-image: url('../../../imm/dimmer1.png');
}
.popup-message{
    text-align: left;
    /*top:10em;*/
    top:5em;
    display:inline-block;
    position: relative;
    background-color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: 200ms -webkit-transform;
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.8), 0 2px 6px rgba(0,0,0,0.15);
}

button[aria-label="Close"]{
    margin-top: 6px;
    font-size: 24px;
    opacity:.8;
}
button[aria-label="Close"]:hover{
}

.popup-message-content{
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.925);
}
.popup-message-footer{
    padding: 0 24px 15px 15px;
    text-align: right;
    border-top: 0px solid #E5E5E5;
    min-height: 80px;    
}
.popup-message-header{
    background-color: rgb(45,184,197);
    /*background: linear-gradient(to right, transparent 10%, rgb(45,184,197) 100%);*/
    color: rgba(242,242,242,1);
    padding: 10px 18px 0px 18px;
    height: 2.86em;
    display: inline-block;
    width: 100%;
}
.popup-message-bkg-title {
    margin-top: -6px;
    height: 32px;
    margin-right: 8px;
    /*float: left;*/
}
.popup-message-title{
    margin-bottom: 0px;
    color: #070769;
    border: 0px solid blue;
    display: inline-block;
    cursor: default;
    margin-top: 0;
    color: white;
    /*    font-size: 16px;
        font-weight: bold;*/
}
.popup-message-title:hover{
    cursor: default !important;
}
.popup-message-message{
    margin-left: 0px;
    padding: 8px;
}
.popup-message-body{
    padding: 6px 15px 12px 15px;
    display: inline-block;
    width: 100%;
}
.popup-message-container{
    display: inline-block;
    width: 100%;
}
@media (max-width: 767px) {
    .popup-message{

        top: 4em !important;
        left: 1% !important;
        width:95% !important;
        right: auto !important;
    }
}

.popup-message-footer button{
    margin-right: 15px;
}
.msg-hclose{
    margin-top: -2px !important;
}
.msg-image,.msg-content{
    min-height: 96px;
    display: inline-block;
    border: 0px solid red;
}
.msg-image{
    width: 15%;
    border: 0px solid red;
    background-repeat: no-repeat;
    background-position: 50% 30%;
}
.msg-content{
    border: 0px solid blue;
    width: 84%;
    float: right;
    padding-top: 24px;
    word-wrap: break-word;
}
.msg-buttons{
    border: 0px solid brown;
    padding: 24px 0px 10px 10px;
}
.msg-buttons.one{
    text-align: center;
}
.msg-buttons.more{

}
.msg-question {
    background-image: url('msg/o_question.png');
}

.msg-exclamation {
    background-image: url('msg/o_warning.png');
}

.msg-information {
    background-image: url('msg/o_info.png');
}

.msg-critical {
    background-image: url('msg/o_stop.png');
}