$general_prefix: '.gpls-general';

// Notices.
#{$general_prefix}-notice {
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: 0.6180469716em solid rgba(0,0,0,.15);
    padding: 1em 0.5em 1em 0.6em;
    position: relative;
    list-style: none;
    margin-bottom: 15px;

    .notices-list {
        padding-left: 0px;
        padding-right: 5px;
        margin-right: 5px;
        line-height: 1.2;
        font-family: sans-serif;
        margin: 10px 0px 20px 0px;

        li {
            margin-bottom: 0px;
        }


        a {
            color: #FFF;
            text-decoration: none;
            font-weight: bolder;
        }
    }

    .errors-list {

        a {
            color: #9bedff;
        }
    }

    .msgs-list {

    }

    .warnings-list {
        color: #000;
    }

    .notice-buttons-wrapper {
        display: block;

        .notice-button {
            position: relative;
            margin: 0px 2px 10px;
            background-color: rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px rgb(0, 0, 0, 40%);
            border: none;
            padding: 10px 15px;
            font-size: 16px;
            font-family: "Source Sans Pro";
            color: #fff;
            outline: none;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;

            &:hover {
                background: rgba(0, 0, 0, 0.3);
            }
        }
    }

    .btn-close-wrapper {
        display: block;
        overflow: hidden;

        .btn-close {
            float: right;
        }
    }
}

#{$general_prefix}-warning-notice {
    background-color: #e6de48;
}

#{$general_prefix}-error-notice {
    background-color: #e2401c;
}

#{$general_prefix}-success-notice {
    background-color: #52c35f;
}

#{$general_prefix}-info-notice {
    background-color: #0074D9;
}
