﻿/* Site Messages (no layout or other content) */
.site-message-body {
    font-family: Arial;
    font-size: .80em;
    color: #333;
    background-image: url('/Images/napa-background-civicplus.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.site-message-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 650px;
    height: 300px;
    margin: -150px 0 0 -325px;
    background-color: rgba(248,249,250, .9);
    box-shadow: 0px 0px 12px #777;
    border: 2px solid #D9B104;
    border-radius: 3px;
    color: #003F59;
}

.site-message-panel-welcome {
    position: absolute;
    top: 55%;
    left: 0px;
    width: 100%;
    height: 80px;
    margin: 27px 0 0 0;
    box-shadow: 0px 0px 12px #777;
    border-top: 2px solid #D9B104;
    border-bottom: 2px solid #D9B104;
    border-radius: 3px;
    opacity: .9;
}

.site-message-panel-logo {
    height: 65px;
    width: 100%;
    background: none, linear-gradient(to bottom, rgba(40,40,52,.9), rgba(58,58,70,.9));    
    padding: 8px 0 8px 0;
    text-align: center;
}

.site-message-panel-logo-welcome {
    height: 65px;
    width: 90%;
    background: none, linear-gradient(to bottom, rgba(40,40,52,.9), rgba(58,58,70,.9));
    padding: 8px;
    text-align: center;
}

.site-message-panel h1 {
    font-size: 1.15em;
    font-weight: normal;
    height: 48px;
    padding: 14px 0 0 80px;
    color: #36578C;
}

.site-message-panel h1.error {
    background: url('/Images/Alert.png') no-repeat;
    font-size: 1.15em;
    font-weight: normal;
    color: rgb(169, 68, 66);
    height: 48px;
    padding: 14px 0 0 80px;
    background-position-x: 15px;
}

.site-message-panel a {
    text-decoration: none;
    color: rgb(0, 102, 204);
}

.site-message-panel-message {
    padding-left: 80px;
    float: left;
    width: 570px;
}
