﻿#notification {
    width: 100%;
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: -50px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.ie6 #notification {
    position: absolute;
}

#notification .close {
    color: #FFF;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 7px;
    top: 7px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    line-height: 18px;
}

.success {
    /*background:  #D4FFCD;
				border-bottom-color:  #9ADF8F;
				color:  #258815;*/
    background: #78CD78;
    border-bottom-color: #9ADF8F;
    color: White;
}

    .success .close {
        background: #258815;
    }

.information {
    background: #65bcca;
    border-bottom-color: #57abb8;
    color: #fff;
}

    .information .close {
        background: #fff;
        opacity: 1;
        color: #65bcca !important;
    }

.warning {
    background: #FEFCCB;
    border-bottom-color: #E5DB55;
    color: #878314;
}

    .warning .close {
        background: #878314;
    }

.error {
    background: #F83B49;
    border-bottom-color: #DE1F2D;
    color: #FFFFFF;
}

    .error .close {
        background: #000000;
    }

#notification .close:hover {
    background: #000;
}

.definePanelcontainer {
    background: #F1F1F1;
    border-bottom-color: #DF8F90;
    color: #716969;
    font-weight: bolder;
}
