/*msg loader*/

#msg_js_loader{
    display:none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index:99999;
}

#msg_container{
    padding-top: 20px;
    position: absolute;
    margin-top: 80px;
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
    height: auto;
    min-height: 60px;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
}

.msg-container-danger{
    background-color: #f2dede;
    color: #d9534f;
}

.msg-container-success{
    background-color: #dff0d8;
    color: #3c763d;
}

.msg-container-warning{
    background-color: #fff3cd;
    color: #856404;
}

.msg-container-info{
    background-color: #e2e3e5;
    color: #383d41;
}