﻿.secondary-band {
    clear: both;
    background: #fff;
    padding: 1em 0 1em 0;
}

    .secondary-band li {
        list-style: none;
        display: block;
        padding-top: 2.5em;
    }

        .secondary-band li:last-child {
            border-bottom: none;
        }

        .secondary-band li a {
            display: block;
            cursor: pointer;
            padding: .25em 0;
        }

            .secondary-band li a:hover {
                background: rgba(255, 255, 255, 0.1);
            }

.alert {
    opacity: .9;
    line-height: 1.2em;
    letter-spacing: 0.075em;
    margin: 1em 0 1em 0;
    background: #C32026;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    padding: 16px;
    position: relative;
    text-decoration: underline;
    color: #ffffff;
    font-size: 1rem;
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: bold;
    margin-bottom: 1.25em;
    position: relative;
    padding: 0.6875em 1.3125em 0.75em 0.6875em;
    font-size: 0.875rem;
    background-color: #89171a;
    border-color: #5d1012;
    color: white;
}

    .alert-box a.close {
        font-size: .95rem;
        padding: 10px;
        line-height: 0;
        position: absolute;
        top: 0.4375em;
        right: 0.3125em;
        color: #333333;
        opacity: 0.3;
    }

    .alert-box span.span2 a {
        margin-right: 3%;
    }

.alert a:link, .alert a:visited {
    text-transform: capitalize;
    display: table;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.alert a:hover {
    opacity: 1;
}

#page .alert-box a.close:hover, .alert-box a.close:focus {
    opacity: inherit;
    text-decoration: none !important;
}

.alert-box.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
.alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white;
}

.alert-box.secondary {
    background-color: #194b6b;
    border-color: #0f2e42;
    color: white;
}

.alertHide {
    display: none;
}

a.moredetails {
    text-transform: capitalize;
    display: inline-block;
    opacity: .5;
    padding-left: 5px;
}

.alert.normal {
    background: #194b6b;
}

.alert.elevated {
    background: #DD660E;
}

.alert-box.alert {
    border: 0 none;
}

.content-group .alertPadding .alert-box a {
    text-decoration: none;
    color: #f09e9e !important
}

    .content-group .alertPadding .alert-box a:hover {
        text-decoration: underline;
        color: #fff !important;
    }

.alertDetailsContainer {
    margin-bottom: 30px;
    padding: 2em 1em;
    background: #E6E7E8;
    word-wrap: break-word;
}
#s4-workspace .alertDetailsContainer h2.alertTitle > a, h2.alertTitle, h2.alertTitle a{
    margin-bottom: 0 !important;
    font-size: 1rem !important;
    line-height: 1.77rem !important;
}

#page .alert a, div.alert {
    /*text-decoration: none !important;*/
}

    #page .alert a:hover, #s4-workspace .alert a:focus {
        text-decoration: underline !important;
        color: #FAFAFA;
    }

.alert a.fa-close {
    top: -8px;
    color: #fafafa;
    text-shadow: none;
    opacity: inherit;
    text-decoration: none !important;
}

.span6 {
    margin-bottom: 0px;
}
