/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:330px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
 
#paymentView #gritter-notice-wrapper.bottom-right { 
    right: 100px;
}

#invoicesView:not(.modal-open) #gritter-notice-wrapper.bottom-right {
    right: 235px;
}

#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
    border-radius: 3px;
}

.gritter-item {
    display: block;
    padding: 15px 10px;
    color: #fff;
    font-size: 13px;
    font-family: "Muli", sans-serif;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}

/* alarm markup */
.gritter-alarm a {
    color: #FFC107 !important;
}

.gritter-notice a {
    color: #03a9f4 !important;
}
.gritter-item dl { margin: 0 !important; }
.gritter-item dt { font-weight: bold; clear: left; display: inline-block; }
.gritter-item dd { display: inline; }
/* end alarm */

.gritter-snooze .snooze-button {
    float: right; 
    font-weight: bold;
    padding: 4px 7px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 5px;
}

.gritter-close {
    display: none;
    position: absolute;
    top: 15px;
    left: auto;
    right: 15px;
    background: url(../images/gritter-warning.png) no-repeat left top;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    zoom: .5;
    -moz-transform: scale(.5);
    -moz-transform-origin: 0 0;
}
.gritter-title {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 3px 0;
    display: block; 
}
.gritter-image {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: 15px;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
    width: 245px;
    float: right;
}

.gritter-warning {
    background: #ffc425;
}
.gritter-warning.gritter-snooze .snooze-button {
    background: #FF5722;
    color: #fff;
}

.gritter-success {
    background: #54b948;
}
.gritter-success.gritter-snooze .snooze-button {
    background: #18561b;
    color: #fff;
}

.gritter-alarm {
    background: #673AB7;
}
.gritter-alarm.gritter-snooze .snooze-button {
    background: #9f71f2;
    color: #fff;
}

.gritter-notice {
    background: #174a7c;
}
.gritter-notice.gritter-snooze .snooze-button {
    background: #c3cfdd;
    color: #174a7c;
}

.gritter-error {
    background: #c41230;
}
.gritter-error.gritter-snooze .snooze-button {
    background: #aa0f13;
    color: #fff;
}

.gritter-general {
    background: #0077cc;
}
.gritter-general.gritter-snooze .snooze-button {
    background: #064679;
    color: #fff;
}

.gritter-payment {
    background: #00661b;
}
.gritter-payment.gritter-snooze .snooze-button {
    background: #4CAF50;
    color: #133909;
}