/* Minification failed. Returning unminified contents.
(14,272): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: jGrowl
(14,272): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe2
(15,142): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe
(19,147): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe2
(20,142): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe
(24,272): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: jGrowl
(24,272): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe2
(25,271): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: jGrowl
(25,271): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe
(29,147): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe2
(30,271): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: jGrowl
(30,271): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe
(34,147): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe2
(35,142): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe
 */
div.jGrowl {
    z-index: 10002;    
    color: #fff;
    font-size: 12px;
}

div.ie6 {
    position: absolute;
}

    div.ie6.top-right {
        right: auto;
        bottom: auto;
        left: expression((0 - jGrowl.offsetWidth+(document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth)+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
        top: expression((0+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');
    }

    div.ie6.top-left {
        left: expression((0+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
        top: expression((0+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');
    }

    div.ie6.bottom-right {
        left: expression((0 - jGrowl.offsetWidth+(document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth)+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
        top: expression((0 - jGrowl.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');
    }

    div.ie6.bottom-left {
        left: expression((0+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
        top: expression((0 - jGrowl.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');
    }

    div.ie6.center {
        left: expression((0+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
        top: expression((0+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');
        width: 100%;
    }

div.jGrowl {
    position: absolute;
}

body > div.jGrowl {
    position: fixed;
}

div.jGrowl.top-left {
    left: 0;
    top: 0;
}

div.jGrowl.top-right {
    right: 0;
    top: 0;
}

div.jGrowl.bottom-left {
    left: 0;
    bottom: 0;
}

div.jGrowl.bottom-right {
    right: 0;
    bottom: 0;
}

div.jGrowl.center {
    top: 0;
    width: 50%;
    left: 25%;
}

div.jGrowl.mid-center {
    top: 30vh;
    width: 50%;
    margin: auto;
    left: 0;
    right: 0;
}

div.center div.jGrowl-notification, div.center div.jGrowl-closer {
    margin-left: auto;
    margin-right: auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: #ffffff;
    color: #000000;
    zoom: 1;
    width: 300px;    
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: left;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

div.jGrowl.mid-center div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    min-width: 300px;
    width: 100%;
}

div.jGrowl div.jGrowl-notification {
    min-height: 40px;
    position: relative;
}

    
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    margin: 20px 40px;
}

    div.jGrowl div.jGrowl-notification div.jGrowl-header {
        font-weight: bold;
        font-size: .85em;
    }

    div.jGrowl div.jGrowl-notification div.jGrowl-close {
        z-index: 99;
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 20px;
        cursor: pointer;
        display: block;
    }

        div.jGrowl div.jGrowl-notification div.jGrowl-close:hover {
            color: #a07936;
        }

        div.jGrowl div.jGrowl-notification div.jGrowl-close .icon-remove-circle {
            display: block;
        }

    div.jGrowl div.jGrowl-notification div.jGrowl-message {
        display: inline-block;
    }

        div.jGrowl div.jGrowl-notification div.jGrowl-message img {
            max-width: 100%;
        }

    div.jGrowl div.jGrowl-notification .jGrowl-title {
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    div.jGrowl div.jGrowl-notification .jGrowl-note {
        margin-top: 5px;
    }

        div.jGrowl div.jGrowl-notification .jGrowl-note a {
            text-transform: lowercase;
            color: #a07936;
        }

            div.jGrowl div.jGrowl-notification .jGrowl-note a:hover {
                color: #202020;
            }

div.jGrowl div.jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    color: #202020;
}

    div.jGrowl div.jGrowl-closer:hover {
        color: #a07936;
    }

@media print {
    div.jGrowl {
        display: none;
    }
}

div.jGrowl div.jGrowl-notification .jGrowl-message,
div.jGrowl div.jGrowl-notification .jGrowl-message > * {
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-top: 2px;
    margin-left: 40px;
    
}

div.jGrowl div.jGrowl-notification .jGrowl-message > *{
    margin-left: 0px;
}

div.jGrowl div.jGrowl-notification.error {
    background-color: #bd2130;
    border-color: #b21f2d;
    color: white;
    box-shadow: 0 0 0 0.4rem rgba(220,53,69,.5);
}

div.jGrowl div.jGrowl-notification.warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: white;
    box-shadow: 0 0 0 0.4rem rgba(255,193,7,.5);
}

div.jGrowl div.jGrowl-notification.error div.jGrowl-close i.fa,
div.jGrowl div.jGrowl-notification.warning div.jGrowl-close i.fa {
    color: white;
}


