/*bof notification bar*/

#mapx_notification_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 30px;
    color: #155724;
    background-color: #c3e6cb;
    text-align: left;
    z-index: 9999999;
    font-size: 14px;
    line-height: 18px;
    border-top: 2px black solid;
    box-sizing: border-box;
}

.mapx_close_notification_bar{
    float: right;
    cursor: pointer;
    text-decoration: underline;
}

.mapx_proxification_success_true{
    color: #155724;
    font-weight: bold;
}

.mapx_proxification_success_false{
    color: #721c24;
    font-weight: bold;
}

/*eof notification bar*/