﻿/*--------------------------*/



@media (max-width: 900px) {
    .login-container-wrapper .logo {
        width: 22% !important;
        left: 40% !important;
        padding: 5px !important;
        top: 10px !important;
    }

    .toast-container {
        width: 100% !important;
    }
}

@media (min-width: 900px) {
    .toast-container {
        width: 30% !important;
        max-width: 580px;
    }
}

.toast-container {
    margin: 0 auto;
    z-index: 30000;
}

[class*="toast-pos-"] {
    position: fixed;
    padding: 10px;
}

.toast-pos-top {
    top: 0;
}

.toast-pos-right {
    right: 0;
}

.toast-pos-bottom {
    bottom: 0;
}

.toast-pos-left {
    left: 0;
}

.toast {
    display: none;
    padding: 20px;
    margin: 20px 0;
    color: #333333;
}


.IsActivetrue {
    background-color: #11f116;
}

.IsActivefalse {
    background-color: #635f5f;
}

.toast-Wait {
    background-color: yellow;
    color: #000;
}

.toast-Reject {
    background-color: red;
    color: #fff;
}


.close-toast {
    float: right;
    text-decoration: none;
    color: #ffffff;
    vertical-align: middle;
}

/* Aditional Styles */


.toast-trigger {
    color: #ffffff;
}

/*.toast {
    background: rgb(16, 151, 31);
    color: #FFF;
}*/

.toast-trigger {
    display: inline-block;
    top: 50%;
    left: 50%;
    margin: 10px;
    padding: 20px 40px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    transition: ease .2s;
}

    .toast-trigger:hover {
        background: #ffffff;
        color: #009688;
    }

/*Error*/
.IsSuccessError {
    background-color: darkred;
    color: #ffffff;
}
/*Alert*/
.IsSuccessAlert {
    background-color: orange;
    color: #ffffff;
}
/*Success*/
.IsSuccessSuccess {
    background-color: green;
    color: #ffffff;
}
/* -----------------End toast--------------------*/
