﻿.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

    .toast-message a,
    .toast-message label {
        color: #fff
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

    .toast-close-button:focus,
    .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

.rtl .toast-close-button {
    left: -.3em;
    float: left
}

.toast-container {
    pointer-events: none;
    position: fixed;
    z-index: 999999
}

    .toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .toast-container .toast {
        position: relative;
        padding: 15px;
        margin: 0 0 6px;
        border-radius: 3px;
        background-color: #030303;
        color: #fff;
        font-family: iranyekan;
        width: 300px;
        pointer-events: auto;
        overflow: hidden;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0)
    }

        .toast-container .toast.ng-leave {
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            filter: alpha(opacity=0)
        }

        .toast-container .toast.ng-enter {
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            filter: alpha(opacity=0)
        }

            .toast-container .toast.ng-enter.ng-enter-active {
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                filter: alpha(opacity=100)
            }

        .toast-container .toast.ng-leave.ng-leave-active {
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            filter: alpha(opacity=0)
        }

    .toast-container .toast-progress {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        background-color: #000;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

    .toast-container.toast-top-center {
        top: 0;
        right: 0;
        width: 100%
    }

    .toast-container.toast-bottom-center {
        bottom: 0;
        right: 0;
        width: 100%
    }

    .toast-container.toast-top-full-width {
        top: 0;
        right: 0;
        width: 100%
    }

    .toast-container.toast-bottom-full-width {
        bottom: 0;
        right: 0;
        width: 100%
    }

    .toast-container.toast-top-left {
        top: 12px;
        left: 12px
    }

    .toast-container.toast-top-right {
        top: 12px;
        right: 12px
    }

    .toast-container.toast-bottom-right {
        right: 12px;
        bottom: 12px
    }

    .toast-container.toast-bottom-left {
        bottom: 12px;
        left: 12px
    }

.rtl .toast-container.toast-top-left {
    left: auto;
    right: 12px
}

.rtl .toast-container.toast-top-right {
    right: auto;
    left: 12px
}

.rtl .toast-container.toast-bottom-right {
    right: auto;
    left: 12px
}

.rtl .toast-container.toast-bottom-left {
    left: auto;
    right: 12px
}

.toast-container.toast-top-center .toast,
.toast-container.toast-bottom-center .toast {
    margin-left: auto;
    margin-right: auto
}

.toast-container.toast-top-full-width .toast,
.toast-container.toast-bottom-full-width .toast {
    max-width: none;
    width: 96%
}

.toast-container.toast-top-left .toast,
.toast-container.toast-top-right .toast,
.toast-container.toast-bottom-right .toast,
.toast-container.toast-bottom-left .toast {
    width: 300px
}

.toast-container.toast-top-center .toast {
    text-align: center
}

.toast-container.toast-bottom-center .toast {
    text-align: center
}

.toast-container.toast-top-full-width .toast {
    text-align: center
}

.toast-container.toast-bottom-full-width .toast {
    text-align: center
}

.toast-container .toast-error {
    background-color: #bd362f
}

.toast-container .toast-info {
    background-color: #2f96b4
}

.toast-container .toast-success {
    background-color: #51a351
}

.toast-container .toast-warning {
    background-color: #f89406
}
