﻿.info-toast {
    width: 350px;
    height: auto;
    /* position: absolute; */
    position: fixed;
    left: 50%;
    margin-left: -175px;
    bottom: 80px;
    background-color: #009ca6;
    color: #F0F0F0;
    font-size: 15px;
    padding: 20px;
    line-height: 1.4;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
.error-toast {
    width: 280px;
    height: auto;
    position: fixed;
    /*position: fixed;*/
    /*left: 50%;*/
    margin-top: 10px;
    margin-right: 10px;
    top: 0;
    right: 0;
    /*bottom: 80px;*/
    background-color: rgba(255, 0, 0, 0.9);
    color: #F0F0F0;
    font-size: 15px;
    padding: 15px;
    line-height: 1.4;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
.success-toast {
    width: 280px;
    height: auto;
    position: fixed;
    margin-top: 10px;
    margin-right: 10px;
    top: 0;
    right: 0;
    /*bottom: 80px;*/
    background-color: rgba(12,183,85, 0.9);
    font-size: 16px;
    padding: 15px;
    line-height: 1.4;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
    .success-toast .msg {
        font-size: 16px;
        margin-top:20px;
    }
.warning-toast {
    width: 280px;
    height: auto;
    position: fixed;
    margin-top: 10px;
    margin-right: 10px;
    top: 0;
    right: 0;
    /*bottom: 80px;*/
    background-color: rgba(230, 126, 34,0.9);
    font-size: 16px;
    padding: 15px;
    line-height: 1.4;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

    .warning-toast .msg {
        font-size: 16px;
        margin-top: 20px;
    }
