﻿#toast-container {
    position: fixed;
    z-index: 999999;
}

.md-toast-bottom-full-width {
    right: 0;
    bottom: 0;
    width: 100%;
}

#toast-container.md-toast-top-full-width > div, #toast-container.md-toast-bottom-full-width > div {
    width: 40%;
    margin: auto;
    display: none;
}

#toast-container > div {
    position: relative;
    /* width: 18.75rem; */
    padding: 15px 15px 15px 50px;
    /* margin: 0 0 6px; */
    overflow: hidden;
    /* filter: alpha(opacity=95); */
    background-repeat: no-repeat;
    background-position: 15px center;
    /* -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    /* opacity: .95; */
}

.md-toast-success {
    background-color: rgba(182, 215, 246, 1);
    background-image: url("../PWA/Addtohomeicon.png");
}


@media screen and (max-width: 650px) {
    #toast-container.md-toast-top-full-width > div, #toast-container.md-toast-bottom-full-width > div {
        width: 100%;
        margin: auto;
        display: block;
    }
}
