.growl {
    position: fixed;
    top: 55px;
    right: 10px;
    float: right;
    width: 301px;
    z-index: 40000;
}

.growl-item.ng-enter,
.growl-item.ng-leave {
    -webkit-transition:0.5s linear all;
    -moz-transition:0.5s linear all;
    -o-transition:0.5s linear all;
    transition:0.5s linear all;
}

.growl-item.ng-enter,
.growl-item.ng-leave.ng-leave-active {
    opacity:0;
    transform: scale(0) !important;
    -webkit-transform: scale(0) !important;
    -moz-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    -o-transform: scale(0) !important;
}
.growl-item.ng-leave,
.growl-item.ng-enter.ng-enter-active {
    opacity:1;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;

}


#gritter-notice-wrapper {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 301px;
    z-index: 9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    bottom: 20px;
    left: auto;
    right: 20px;
    top: auto;
}
#gritter-notice-wrapper.bottom-left {
    bottom: 20px;
    left: 20px;
    right: auto;
    top: auto;
}
.gritter-item-wrapper {
    background: url("images/ie-spacer.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 0 10px;
    position: relative;
}
.gritter-top {
    background: url("images/gritter.png") no-repeat scroll left -30px rgba(0, 0, 0, 0);
    height: 10px;
}
.hover .gritter-top {
    background-position: right -30px;
}
.gritter-bottom {
    background: url("images/gritter.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    height: 8px;
    margin: 0;
}
.hover .gritter-bottom {
    background-position: right bottom;
}
.gritter-item {
    /*background: url("images/gritter.png") no-repeat scroll left -40px rgba(0, 0, 0, 0);*/
    background: rgba(0, 0, 0, 0.8);
    display: block;
    font-family: verdana;
    font-size: 11px;
    padding: 2px 11px 8px;
}
.hover .gritter-item {
    background-position: right -40px;
}
.gritter-item p {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
.gritter-close {
    background: url("images/gritter.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 30px;
    left: 270px;
    position: absolute;
    /*top: 5px;*/
    width: 30px;
}
.gritter-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 7px;
    text-shadow: 1px 1px 0 #000000;
}
.gritter-image {
    float: left;
    height: 48px;
    width: 48px;
}
.gritter-with-image, .gritter-without-image {
    padding: 0;
}
.gritter-with-image {
    float: right;
    width: 220px;
}
.gritter-light .gritter-item, .gritter-light .gritter-bottom, .gritter-light .gritter-top, .gritter-light .gritter-close {
    background-image: url("images/gritter-light.png");
    color: #222222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}

.grittershow {
    display:block !important;
}
.gritterhide {
    display:none !important;
}

.gritter-item a {
    color:#e5e5e5 !important;
    text-decoration:underline !important;
}
.gritter-item a:hover {
    color:#fff !important;
    text-decoration:underline !important;
}