﻿.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    width: 400PX;
    font-weight: normal;
    margin-bottom: 1.25rem;
    position: fixed;
    /*top: 0;*/
    bottom: 15px;
    right: 0px;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    font-size: 0.8125rem;
    background-color: #F39C12;
    border-color: #F39C12;
    color: white;
    box-shadow: 0px 1px 5px 0 darkslategrey;
}

    .alert-box.success {
        background-color: #000;
        border-color: #ffa320;
        color: white;
        text-align: center;
        font-size: 20px;
         z-index:999999 !important;
    }
    @media (min-width:991px) and (max-width:1200px) {
    .alert-box {
        border-style: solid;
        border-width: 1px;
        display: block;
        width: 400PX;
        font-weight: normal;
        position: fixed;
        /*top: 0;*/
        bottom: 0px;
        right: 0px;
        padding: 0.875rem 1.5rem 0.875rem 0.875rem;
        font-size: 0.8125rem;
        background-color: #F39C12;
        border-color: #F39C12;
        color: white;
        box-shadow: 0px 1px 5px 0 darkslategrey;
    }

        .alert-box.success {
            background-color: #F39C12;
            border-color: #F39C12;
            color: white;
            text-align: center;
            font-size: 20px;
            z-index:999999 !important;
        }
}
    @media (min-width:768px) and (max-width:991px) {
    .alert-box {
        border-style: solid;
        border-width: 1px;
        display: block;
        width: 400PX;
        font-weight: normal;
        position: fixed;
        /*top: 0;*/
        bottom: 0px;
        right: 0px;
        padding: 0.875rem 1.5rem 0.875rem 0.875rem;
        font-size: 0.8125rem;
        background-color: #F39C12;
        border-color: #F39C12;
        color: white;
        box-shadow: 0px 1px 5px 0 darkslategrey;
    }

        .alert-box.success {
            background-color: #F39C12;
            border-color: #F39C12;
            color: white;
            text-align: center;
            font-size: 20px;
            z-index:999999 !important;
        }
}
@media (min-width:310px) and (max-width:767px) {
    .alert-box {
        border-style: solid;
        border-width: 1px;
        display: block;
        width: 400PX;
        font-weight: normal;
        position: fixed;
        /*top: 0;*/
        bottom: 0px;
        right: 0px;
        padding: 0.875rem 1.5rem 0.875rem 0.875rem;
        font-size: 0.8125rem;
        background-color: #F39C12;
        border-color: #F39C12;
        color: white;
        box-shadow: 0px 1px 5px 0 darkslategrey;
    }

        .alert-box.success {
            background-color: #F39C12;
            border-color: #F39C12;
            color: white;
            text-align: center;
            font-size: 20px;
            z-index:999999 !important;
        }
}
