body {
	background-image: url(bgslice.png);
	background-repeat: repeat-x;
    background-color: #5c87b2;
    font-size: 11pt;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

td {
    vertical-align: top;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#logo {
	background-image: url(bellflower-logo.png);
	background-repeat: no-repeat;
	margin-left: 15%;
	width: 308px;
	height: 169px;
	position: absolute;
	z-index: 100;
}

#headerrow {
	background-image: url(header-row-bkg.png);
	background-repeat: repeat-x;
	height: 125px;
	z-index: 20;
}

#footer {
	background-image: url(bgslice-footer.png);
	background-repeat: repeat-x;
	background-position: top left;
	height: 312px;
	z-index: 20;
}

#footer2 {
	background-image: url(footer-extra-bkg.png);
	background-repeat: repeat-x;
	height: 63px;
}

#logofooter {
	background-image: url(bellflower-logo-footer.png);
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	height: 106px;
	width: 213px;
	z-index: 100;
}

#footertop {
	background-image: url(footer-top-bkg.png);
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 44px;
	border-top-width: 16px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	z-index: 70;
}

.page {
	width: 980px;
    margin-left: auto;
    margin-right: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: rgb(239, 148, 22);
}

#siteTitle {
    color: white;
}

#siteContent {
    padding: 40px 20px 20px 20px;
    background-color: #fff;
    min-height: 400px;
}

a {
    color: Navy;
}

textarea {
    border: 1px solid #ccc;
    width: 400px;
    min-height: 75px;
}

input[type="text"], input[type="password"] {
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #444;
    width: 400px;
}

select {
    border: 1px solid #ccc;
    color: #444;
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
}

input[type="file"] {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #444;
}

input[type="submit"] {
    /*padding: 2px 8px;*/
    position: relative;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 18px;
    color: #fefefe;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5);
    box-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #5c87b2;
    background-repeat: repeat-x;
    background-image: linear-gradient(top,#fee94f 0,#fd9a0f 100%);
}

    input[type="submit"]:hover, input[type="submit"]:focus {
        background-color: #4fafc9;
        background-repeat: repeat-x;
    }

    input[type="submit"]:active {
        background-image: none;
    }

.field-label {
    color: #4682B4;
}

.fee-label {
    color: #4682B4;
}

.required {
    color: Red;
}

.error {
    color: Red;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.date {
}

.OwnerView {
    background-color: #d9e8fc;
    padding: 0px 0px 10px 0px;
    /*min-height: 375px;*/
    max-height: 400px;
    width: 380px;
    border-radius: 8px;
}

.OwnerEdit {
    background-color: #d9e8fc;
    padding: 0px 0px 10px 0px;
    display: none;
    /*min-height: 375px;*/
    max-height: 420px;
    width: 380px;
    border-radius: 8px;
}

.OwnerNew {
    background-color: #d9e8fc;
    padding: 0px 0px 10px 0px;
    /*height: 398px;
    min-height: 375px;*/
    max-height: 420px;
    width: 380px;
    border-radius: 8px;
}

.OwnerHeader {
    background-color: #5c87b2;
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
    width: auto;
    font-weight: bold;
    color: #ffffff;
    text-shadow: #000000 1px 1px 1px;
    display: block;
}

.spanRequired {
    font-size: 12px;
    vertical-align: top;
    float: right;
    padding: 0px 10px 0px 0px;
}

.EmergView {
    background-color: #ffb87f;
    padding: 0px 0px 10px 0px;
    border-radius: 8px;
    /*min-height: 375px;*/
    max-height: 400px;
    width: 374px;
}

.EmergEdit {
    background-color: #ffb87f;
    padding: 0px 0px 10px 0px;
    border-radius: 8px;
    /*min-height: 375px;*/
    max-height: 420px;
    width: 374px;
    display: none;
}

.EmergNew {
    background-color: #ffb87f;
    padding: 0px 0px 10px 0px;
    border-radius: 8px;
    /*min-height: 375px;*/
    max-height: 420px;
    width: 374px;
}

.EmergHeader {
    background-color: #e47924;
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
    width: auto;
    font-weight: bold;
    color: #ffffff;
    text-shadow: #000000 1px 1px 1px;
    display: block;
}

.EmergSpanRequired {
    font-size: 12px;
    vertical-align: top;
    float: right;
    padding: 0px 10px 0px 0px;
}

.AlarmView {
    background-color: #f6caca;
    padding: 0px 0px 10px 0px;
    border-radius: 8px;
    height: 220px;
    width: 744px;
}

.AlarmEdit {
    background-color: #f6caca;
    padding: 0px 0px 10px 0px;
    border-radius: 8px;
    height: 220px;
    width: 774px;
    display: none;
}

.AlarmNew {
    background-color: #f6caca;
    padding: 0px 0px 10px 0px;
    border-radius: 8px;
    height: 220px;
    /*width: 774px;*/
}

.AlarmNew.EditMode{
    height: 220px;
}

.AlarmHeader {
    background-color: #b84747;
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
    width: auto;
    font-weight: bold;
    color: #ffffff;
    text-shadow: #000000 1px 1px 1px;
    display: block;
    text-align: left;
}

.AlarmNote {
    color:#C9C9C9;
}

.AlarmSpanRequired {
    font-size: 12px;
    vertical-align: top;
    float: right;
    padding: 0px 10px 0px 0px;
}

#EditAlarm{
    display:block;
    margin-top:20px;
}

#EditOwner{
    display:inline-block;
}


.save-btn, .cancel-btn, .form-table{
    display:none;
}

.phone {
}

.FileSizeError {
    background-color: #ffeeee;
    border: 2px solid #f1ca7f;
    padding: 5px 10px 10px 5px;
}

input[type="file"] {
    background-color: #d9e8fc;
    background-repeat: repeat-x;
    border: hidden;
    border-width: 0px;
}

.Contact-label {
    white-space: normal;
    color: #656F67;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9e9e9e;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #9e9e9e;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #9e9e9e;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #9e9e9e;
}

div.wrapper {
    position: relative;
}

label.placeholder {
    position: absolute;
    color: #9e9e9e;
    left: 7px;
    top: 5px;
    font-size: 11pt;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

.roitextbox {
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
}

.roitxt {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
    font-weight: normal;
}

.roi-txt {
    font-weight: bold;
    color: #000000;
    text-shadow: #000000 1px 1px 1px;
}

.roi-btn {
    position: relative;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 18px;
    color: #fefefe;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5);
    box-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #5c87b2;
    background-repeat: repeat-x;
    background-image: linear-gradient(top,#fee94f 0,#fd9a0f 100%);
}

    .roi-btn:hover, .roi-btn:focus {
        background-color: #4fafc9;
        background-repeat: repeat-x;
    }

    .roi-btn:active {
        background-image: none;
    }

    .roi-btn.disabled {
        background-color:#38536D;
        color:gray;
    }

.red-btn {
    background-color: #d04949;
}

    .red-btn:hover, .red-btn:focus {
        background-color: #f96c6c;
        background-repeat: repeat-x;
    }

    .red-btn:active {
        background-image: none;
    }

    .red-btn.disabled{
        background-color: #973434;
    }

.grn-btn {
    background-color: #2f7a3f;
}

    .grn-btn:hover, .grn-btn:focus {
        background-color: #51c12a;
        background-repeat: repeat-x;
    }

    .grn-btn:active {
        background-image: none;
    }

.gry-btn {
    background-color: #888888;
}

    .gry-btn:hover, .grn-btn:focus {
        background-color: #cccccc;
        background-repeat: repeat-x;
    }

    .gry-btn:active {
        background-image: none;
    }

.webgrid {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    font-family: Calibri;
}

    .webgrid a {
        color: #1F99E4;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
    }

.webgrid-header {
    border: 1px solid #ecf6f6;
    padding: 6px 5px;
    text-align: left;
    background-color: #ecf6f6;
    font-size: 12px;
    height: 30px;
    color: #444;
    font-family: Calibri;
}

    .webgrid-header th {
        text-align: left;
        font-size: 12px;
        padding: 6px 13px;
        color: #444;
        font-family: Calibri;
        vertical-align: top;
    }

        .webgrid-header th a {
            text-align: left;
            font-size: 12px;
            color: #444;
            font-weight: bold;
            vertical-align: top;
        }

.webgrid-footer td {
    text-align: center;
    padding-right: 12px;
    font-size: 12px;
    color: #444;
}

.webgrid-footer {
    border: 1px solid #ECF6F7;
    background-color: #ECF6F7;
    height: 30px;
    font-size: 12pt;
    color: #444;
    text-align: center;
    font-weight: bolder;
    vertical-align: text-bottom;
}

    .webgrid-footer a {
        background-color: #ECF6F7;
        height: 30px;
        font-size: 12px;
        color: #444;
        text-align: center;
        font-weight: normal;
        vertical-align: text-bottom;
    }

.webgrid-alternating-row {
    height: 30px;
    text-align: left;
    padding: 6px 5px 6px 12px;
    font-size: 12px;
    color: #000000;
    background-color: #EEEEEE;
}

.webgrid-row-style {
    height: 30px;
    text-align: left;
    padding: 6px 5px 6px 12px;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
}

.webgrid-selected-row {
    border: 1px solid #A6A6A6;
    font-weight: bold;
    text-align: left;
    padding: 6px 5px;
    font-size: 12px;
    font-family: calibri;
    color: #000000;
    background-color: #F8F8F8;
}

input.error {
    border: 2px solid #FF0000 !important;
}

label.error, div.error {
    font-weight: normal;
    color: #FF0000 !important;
    padding-left:5px;
    padding-top:2px;
    padding-bottom:2px;
}

.text-normal {
    font-weight: normal !important;
}

#errorContainer {
    display: none;
    overflow: auto;
    margin-top: 10px;
}

#errorContainer label {
    float: none;
    width: auto;
    font-weight:bold ;
    padding-left:10px;
    margin-top:0px;
    color: #FF0000 !important;        
}

.AddressToolWrapper {
    font-size: 12px;
    width: 400px;    
}

.AddressToolWrapper img {
    height: 14px;
    vertical-align: top;
}

.AddressVerifMsgLoading {
    font-style: italic;
}

.AddressVerifMsgVerified {
    color: green;
}

.AddressVerifMsgNotValid {
    color: red;
}

.UspsSuggestion {
    font-size: 14px;
}

.UspsSuggestion .ui-dialog-titlebar {
    display: none !important;
}

.UspsSuggestion .ui-dialog-buttonpane {
    border: none !important;
}

.UspsSuggestion .ui-dialog-buttonset button {
    background-color: #5c87b2;
    width: 64px;
    padding: 5px 0 5px 0;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: #000000 0.5px 0.5px 0.5px;
}

.UspsSuggestion .UspsLogo {
    height: 48px;
    vertical-align: middle;
}

.UspsSuggestion .AddressSuggestionTitle {
    font-size: 24px;
    font-weight: bold;
}

.UspsSuggestion .AddressSuggestionHint {
    font-size: 12px;
    font-weight: bold;
    clear: both;
    padding: 10px 0 10px 0;
}

.UspsSuggestion .AddressSuggestionVerified {
    color: green;
}

.UspsSuggestion .AddressSuggestionWarning {
    color: red;
}

.UspsSuggestion .AddressSuggestionWarning1 {
    color: red;
}

.UspsSuggestion .AddressSuggestionError {
    color: red;
}

.UspsSuggestion .AddressSuggestionMsg {
    padding-top: 5px;
}

.UspsSuggestion .AddressSuggestionMsg img {
    height: 16px;
    vertical-align: middle;
}

.UspsSuggestion .AddressSuggestionSelectionUnitNo {
    width: 50px;
    height: 10px;
    font-size: 12px;
}

.UspsSuggestion .AddressSuggestionList {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid black;
}

.UspsSuggestion .AddressSuggestionList ul {
    list-style: none;
}

.UspsSuggestion .AddressSuggestionList ul li {
    margin: 5px 0 5px 0;
    height: 80px;
}

.UspsSuggestion .AddressSuggestionRowRadio {
    float: left;
    margin-right: 32px;
    height: 80px;
}

.UspsSuggestion .AddressSuggestionRowRadio input[type="radio"] {
    margin-top: 5px;
}

.UspsSuggestion .AddressSuggestionErrorMsg {
    font-weight: bold;
    color: red;
    padding: 10px 0 10px 0;
}

.UspsSuggestion .UnitNoSuggestion {
    font-size: 12px;
}

.TextAreaDisabled {
    background: #e9e9e2;
}

.ConfirmDataTable {
    width:100%;
}

.ConfirmDataTable td:nth-child(2n+1) {
    width: 40%;
}

.ConfirmDataTable td:nth-child(2n) {
    padding-left: 50px;
}

/* vs: don't know why input[type="number"] is not included from css above */
.input-type-number {
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #444;
    width: 400px;
}/*
    dg: jira_4823 colors must be wcag 2.1 compliant (wcag 1.4.3)
*/

body {
    background-color: #4d78a3;
    font-size: 11pt;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}