﻿#noty_top_layout_container {
    width: 100%;
}
.panel-default {
    background-color: #ce482a;
}

.site-wide-noty div.panel-default {
    margin-bottom:0px;
}

.site-wide-noty div.panel-body {
    margin-bottom:0px;
}

.site-wide-noty div.noty_close {
    font-size: 40px;
    margin-left:5px;
}

ul#noty_top_layout_container div.panel-body {
    background-color: #ce482a;
    color: white;
}

span.noty_text {
    margin-right:20px;
}

.advisory-button {
    font-size: 18px;
    display: inline-block;
    width: 120px;
    height: 40px;
    background-color: #ce482a;
    font-family: Arial, sans-serif;
    border: 2px solid white;
    color: white !important;
    line-height: 38px;
    text-align: center;
}

.advisory-link {
    font-weight:normal;
    border-left: solid 1px white;
    height: 40px !important;
    width: 38px;
    margin-right: 28px;
}

    .advisory-link a:link, .advisory-link a:visited,
    .advisory-link a:active, .advisory-link a:hover {
        color: white;
        background-color: transparent;
    }
.site-wide-noty a:link, .site-wide-noty a:visited,
.site-wide-noty a:active, .site-wide-noty a:hover {
    color: white;
    background-color: transparent;
    text-decoration:underline;
}

.noty_text {
    color: white !important;
}

.list-group-item.list-group-item-info {
    border-color: white;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.8;
}

    .close:focus, .close:hover {
        color: #FFF;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 2;
    }