@charset "utf-8";
/* CSS Document */

/******************************* Event Messages *******************************/
.errorMsgBox {
    background: linear-gradient(#FFC7C6, #FFEBEA, #FFEBEA, #FFEBEA, #FFEBEA, #FFEBEA, #FFC7C6);
    border:solid 1px #6C2E16;
    border-radius:5px;
    color:#660000;
    padding:3px;
    text-align:center;
}
.errorMsgBox:before {
    content:"❗ ";
}

.errorMsgColor {
    color:#EE0000;
}

.errorMsgText {
    color:#660000;
    font-weight:bold;
    padding-top:3px;
}

.notifyMsgBox {
    background: linear-gradient(#94D1FE, #E8F5FF, #E8F5FF, #E8F5FF, #E8F5FF, #E8F5FF, #94D1FE);
    border:solid 1px #6C2E16;
    border-radius:5px;
    color:#000099;
    padding:3px;
    text-align:center;
}
.notifyMsgBox:before {
    content:"❗ ";
}


.successMsgBox {
    background: linear-gradient(#33EC41, #CCFDC4, #C6F8A5, #C6F8A5, #C6F8A5, #CCFDC4, #33EC41);
    border:solid 1px #6C2E16;
    border-radius:5px;
    color:#003300;
    padding:3px;
    text-align:center;
}
.errorMsgBox:before {
    content:"❗ ";
}


.warningMsgBox {
    background: linear-gradient(#FAEF1F, #FAFC9A, #FAFC9A, #FAFC9A, #FAFC9A, #FAFC9A, #FAEF1F);
    border:solid 1px#6C2E16;
    border-radius:5px;
    color:#666600;
    padding:3px;
    text-align:center;
}
.errorMsgBox:before {
    content:"❗ ";
}
