﻿.ui-growl {
    margin-top: 100px;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 20em;
}

.ui-growl-item-container {
    position: relative;
    /*margin:0 0 10px 0;*/
    opacity: 1;
    filter: alpha(opacity=95);
    box-sizing: border-box;
    /*line-height: 1.4;*/
    /*padding: 15px 20px;*/
    background-color: #07bca8;
    border: 1px solid #07bca8;
    border-radius: 0.25rem;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .05);
    padding: 0 0 0 40px !important;
}

.ui-growl-item {
    position: relative;
    display: block;
    padding: .5em 1em;
}

    .ui-growl-item p {
        padding: 0;
        margin: 0;
    }

.ui-growl-icon-close {
    display: none;
}

.ui-growl-title {
    font-family: Montserrat, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    padding: 0 0 .5em 0;
    display: block;
    color: black;
}

.ui-growl-image {
    /*background-image: url('../../../Images/ico-success.svg');*/
    color: white;
    position: absolute;
    left: 0px;
    top: 1em;
    padding: 0;
}

.ui-growl-message {
    padding: 0 0 .25em 0;
    margin-left: 2.5em;
}

    .ui-growl-message p {
        font-family: Montserrat, sans-serif;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        color: black;
    }

.ui-growl .ui-growl-message-success {
    background-color: #5cb85c;
    color: #5cb85c;
}

.ui-growl .ui-growl-message-info {
    background-color: #5bc0de;
    color: #5bc0de;
}

.ui-growl .ui-growl-message-warn {
    background-color: #f0ad4e;
    color: #f0ad4e;
}

.ui-growl .ui-growl-message-error {
    background-color: #d9534f;
    color: #d9534f;
}
