.disappearBubble{
    visibility: hidden !important;
    opacity: 0 !important;
}

.closeBubble{
    position: absolute;
    right: 0px;
    padding: 3px;
}

.flashCorner{
    position: absolute;
    z-index: 1000;
    border-radius: 10px;
    padding: 14px 14px 14px 14px;
    /*right: 70px;*/
    /*top: 57px;*/
    max-width: 300px;
    line-height: 15px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: center;
    box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.2);

    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: visible;
    opacity: 1;
    top:14px;
    right:14px;
    z-index: 9999999999;
}

span.redPale, div.error-messagePale, a.redPale{ color:#ff8e8e;}
.bgRedPale{                             background-color: rgba(255, 136, 114, 0.61);}

span.red, div.error-message, a.red{ color:red;}
.bgRed{                             background-color: #ff5b54;}

span.orange{    color:orange;}
.bgOrange{      background-color: #ffbf47;}

span.green{ color:green;}
.bgGreen{   background-color: #439a36;}

span.blue{  color: #028fbf;}
.bgBlue{    background-color: #8dd0f4 !important;}

.whiteParagraph{    color: #ffffff;}
.bgwWhite{   background-color: #ffffff;}