﻿
.j-alertBox-Warning {
    /*color: #9F6000;*/
    color: #fcfcfc;
    background-color: #c30d0d;
    /*background-color: #00adef;*/
    position: fixed;
    top: 4px;
    /*width: 54%;*/
    width: 34%;
    z-index: 10000;
    /*left: 20%;*/
    left: 35%;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px 4px 4px 4px;
}

.j-alertBox-Success{
    /*color: #9F6000;*/
    color: #fcfcfc;
    /*background-color: #FEEFB3;*/
    background-color: #00e600;
    position: fixed;
    top: 4px;
    /*width: 54%;*/
    width: 34%;
    z-index: 10000;
    /*left: 20%;*/
    left: 35%;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px 4px 4px 4px;
}

.j-alertBox-Failed{
    color: #fcfcfc;
    background-color: darkorange;
    position: fixed;
    top: 4px;
    width: 34%;
    z-index: 10000;
    left: 35%;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px 4px 4px 4px;
}
