﻿.toast-container {
    max-width: 400px;
    z-index: 9999;
    min-height: 86px !important;
}

* html .toast-container {
    position: absolute;
    min-height: 86px !important;
}

.toast-item {
    height: auto;
    background: #333;
    opacity: .9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #eee;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
    font-family: lucida Grande;
    font-size: 14px;
    display: block;
    position: relative;
    margin: 0 0 12px 0;
    font-family: Arial;
    min-height: 45px;
}

    .toast-item p {
        text-align: left;
        margin: 10px;
    }

.toast-item-close {
    padding: 0px;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
    font-size: .9rem !important;
}

.toast-item input {
    margin: 2px;
}

.toast-item-image {
    display: none;
}

.toast-item-image-notice {
}

.toast-item-image-success {
}

.toast-item-image-warning {
}

.toast-item-image-error {
}

.toast-item-image-question {
}

.toast-type-notice {
    color: white;
    background: #2980b9;
}

.toast-type-success {
    color: white;
    background: #16a085;
}

.toast-type-warning {
    color: black;
    background: #FCBD57;
}

.toast-type-error {
    color: white;
    background: #B32B2B;
}

.toast-position-top-left {
    position: fixed;
    left: 20px;
    top: 20px;
}

.toast-position-esquerda-topo {
    position: fixed;
    left: 20px;
    top: 20px;
}

.toast-position-top-center {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -140px;
}

.toast-position-centro-topo {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -140px;
}

.toast-position-centro-pe {
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -140px;
}

.toast-position-top-right {
    position: fixed;
    top: 20px;
    right: 20px;
}

.toast-position-direita-topo {
    position: fixed;
    top: 20px;
    right: 20px;
}

.toast-position-direita-pe {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.toast-position-esquerda-pe {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.toast-position-middle-left {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -40px;
}

.toast-position-esquerda-centro {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -40px;
}

.toast-position-middle-center {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}

.toast-position-centro-centro {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}

.toast-position-middle-right {
    position: fixed;
    right: 20px;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}

.toast-position-direita-centro {
    position: fixed;
    right: 20px;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}

.botao-OK {
    background-color: #3f3f3f;
    border: 0px;
    border-radius: 6px;
    padding: 3px 8px;
    color: White;
    border: 1px solid #444343;
    cursor: pointer;
    margin-top: 10px;
}

    .botao-OK:hover {
        background-color: #454545;
    }

.botao-Cancel {
    background-color: #3f3f3f;
    border: 0px;
    border-radius: 6px;
    padding: 3px 8px;
    color: White;
    border: 1px solid #444343;
    cursor: pointer;
    margin-top: 10px;
}

    .botao-Cancel:hover {
        background-color: #454545;
    }
