﻿.alert-container {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 1000;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }


.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-icon {
    padding-left: 35px;
}

    .alert-icon:before {
        position: absolute;
        left: 6pt;
        font-size: 16pt;
        font-family: 'Material Icons';
        text-rendering: optimizeLegibility;
        font-feature-settings: "liga" 1;
        font-style: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        overflow: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.alert-success {
    background-color: rgba(76, 175, 80, 0.7);
    border-color: transparent;
    color: #ffffff;
}

    .alert-success hr {
        border-top-color: rgba(0, 0, 0, 0);
    }

    .alert-success .alert-link {
        color: #e6e6e6;
    }

    .alert-success.alert-icon:before {
        content: 'done';
    }

.alert-info {
    background-color: rgba(80, 90, 99, 0.7);
    border-color: transparent;
    color: #ffffff;
}

    .alert-info hr {
        border-top-color: rgba(0, 0, 0, 0);
    }

    .alert-info .alert-link {
        color: #e6e6e6;
    }

    .alert-info.alert-icon:before {
        content: 'info';
    }

.alert-warning {
    background-color: rgba(255, 193, 7, 0.7);
    border-color: transparent;
    color: #ffffff;
}

    .alert-warning hr {
        border-top-color: rgba(0, 0, 0, 0);
    }

    .alert-warning .alert-link {
        color: #e6e6e6;
    }

    .alert-warning.alert-icon:before {
        content: 'warning';
    }

.alert-danger {
    background-color: rgba(244, 67, 54, 0.7);
    border-color: transparent;
    color: #ffffff;
}

    .alert-danger hr {
        border-top-color: rgba(0, 0, 0, 0);
    }

    .alert-danger .alert-link {
        color: #e6e6e6;
    }

    .alert-danger.alert-icon:before {
        content: 'error';
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
