
.my-alert{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0px 0px;
    position: fixed;
    z-index: 999999 !important;
    color:#fff;
    text-align: center;
    font-weight: bold;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;

    top:0;
    left:0;
    margin:0;
    display:none;

}

.a-success{
    background-color: rgba(59, 133, 50, 0.9);
}
.a-warning{
    background-color: rgba(245, 202, 10, 0.9);
}
.a-error{
    background-color: rgba(170, 46, 35, 0.9);
}

/*-------------------------------*/
