﻿.jq-toast-wrap, .jq-toast-wrap * {
    margin: 0;
    padding: 0
}

.jq-toast-wrap {
    display: block;
    position: fixed;
    width: 500px;
    pointer-events: none !important;
    letter-spacing: normal;
    z-index: 9000 !important
}


    .jq-toast-wrap.bottom-left {
        bottom: 20px;
        left: 20px
    }

    .jq-toast-wrap.bottom-right {
        bottom: 20px;
        right: 40px
    }

    .jq-toast-wrap.top-left {
        top: 50px;
        left: 20px
    }

    .jq-toast-wrap.top-right {
        top: 20px;
        right: 40px
    }

.jq-toast-single {
    display: block;
    width: 498px;
    padding: 10px;
    margin: 0 0 0px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial,sans-serif;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: #444;
    color: #fff
}

    .jq-toast-single h2 {
        font-family: arial,sans-serif;
        font-size: 14px;
        margin: 0 0 7px;
        background: 0 0;
        color: inherit;
        line-height: inherit;
        letter-spacing: normal
    }

    .jq-toast-single a {
        color: #eee;
        text-decoration: none;
        font-weight: 700;
        border-bottom: 1px solid #fff;
        padding-bottom: 3px;
        font-size: 12px
    }

    .jq-toast-single ul {
        margin: 0 0 0 15px;
        background: 0 0;
        padding: 0
    }

        .jq-toast-single ul li {
            list-style-type: disc !important;
            line-height: 17px;
            background: 0 0;
            margin: 0;
            padding: 0;
            letter-spacing: normal
        }

.close-jq-toast-single {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 14px;
    cursor: pointer
}

.jq-toast-loader {
    display: block;
    position: absolute;
    top: -2px;
    height: 5px;
    width: 0;
    left: 0;
    border-radius: 5px;
    background: red
}

.jq-toast-loaded {
    width: 100%
}

.jq-has-icon {
    padding: 10px 10px 10px 10px;
    background-repeat: no-repeat;
    background-position: 10px
}

.jq-icon-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
    background-color: #31708f;
    color: #d9edf7;
    border-color: #bce8f1
}

.jq-icon-warning {
    background-color: #fff;
    color: #000;
    border-color: #faebcc
}

.jq-icon-error {
    background-color: #fff;
    color: #000;
    border-color: #faebcc
}

.jq-icon-success {
    background-color: #fff;
    color: #000;
    border-color: #4cb050;
}

.jq-toast-wrap-1 .jq-icon-warning {
    border: none;
    border-top: 10px solid #ffcf55;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.jq-toast-wrap-1 {
    box-shadow: 0 3px 10px 0 rgba(242, 82, 93, 0.2);
    border: 1px solid #ffcf55;
    border-radius: 5px;
}

.jq-toast-wrap-2 {
    box-shadow: 0 3px 10px 0 rgba(242, 82, 93, 0.2);
    border: 1px solid #74ac18;
    border-radius: 5px;
}


.jq-toast-wrap-3 {
    box-shadow: 0 3px 10px 0 rgba(242, 82, 93, 0.2);
    border: 1px solid #ed5564;
    border-radius: 5px;
}

.jq-toast-heading {
    font-family:'Aksorn' !important;
    font-size:18px !important;
}
.jq-iconcol-warning {
    color: #ffcf55 !important;
}

.jq-iconcol-success {
    color: #4cb050 !important;
}

.jq-iconcol-error {
    color: #ed5564 !important;
}

.jq-toast-text {
    font-family: 'Aksorn' !important;
    font-size: 15px !important;
    color: #999;
    padding-left:40px;
}

.jq-toast-wrap-2 .jq-icon-success {
    border: none;
    border-top: 10px solid #74ac18;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.jq-toast-wrap-3 .jq-icon-error {
    border: none;
    border-top: 10px solid #ed5564;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}