body {
    background-color: #FFF;
	font-style: normal;
    font-family: Montserrat, "Helvetica Neue";
	 margin: 0;

}

td {
    vertical-align: top;
}

#wrapper {
	min-height: 100%;
}

.heading {
	background-color: #212529;
	font-size: 19px;
}

#logo {
	margin-left: 20%;
	margin-bottom: 1%;
height: 105px;
}

ull {
	margin-right: 100px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

lli {
    float: right;
}

.item {
    margin-right: 500px;
	margin-top: 40px;
}

lli a {
	
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

}

#page {
}



.page {
    width: 100%;
	min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#siteTitle {
    color: white;
}

#siteContent {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
    padding: 20px 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;
    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-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;
}






//Bootstrep/custom CSS for Oakland 

.modal-footer > :not(:first-child) {

}








.site-footer {
background:#212529;
padding-top:100px;
margin-top: 200px;
font-size:1rem;
width:100%;
}

.site-footer h4 {
font-weight:400;
color:#e9eae7;
width: 100%;
}



.site-footer .footer-links a {
font-size:1rem;
line-height:1.2;
width:100%;
color:#fff;

}

.site-footer .footer-links a:focus,.site-footer .footer-links a:hover {
color:#e9eae7;
}

.site-footer .footer-links a:active {
color:#e9eae7;
}


.site-footer .site-logo {
max-width:14rem;
height:auto;
}


.footer-omega .right a {
font-size:1rem;
color:#404040;
}
 
 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

 .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .container {
  width: 100%;
  position:relative;
  min-height:100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.list-border-bottom,.list-no-style {
list-style:none;
padding-left:0;
}

ul.social-buttons,.post-excerpt:last-of-type,.footer-omega,.masthead .hero-caption p,.official .official-header .grid-row,.filterbox .grid-row,.filterbox .list-no-style li:last-child,.subheader .grid-row,.subheader .hero-caption p,.beta-banner .grid-row,.beta-banner .one-half,article .cta-section .cta-block p:last-child {
margin-bottom:0;
}

.grid-row .column-last {
margin-right:0;
}




/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after }
    text-shadow: none !important;
    box-shadow: none !important;
  {
  a,
  a:visited }
    text-decoration: underline;
  {
  abbr[title]::after }
    content: " (" attr(title) ")";
  {
  pre }
    white-space: pre-wrap !important;
  {
  pre,
  blockquote }
    border: 1px solid #999;
    page-break-inside: avoid;
  {
  thead }
    display: table-header-group;
  {
  tr,
  img }
    page-break-inside: avoid;
  {
  p,
  h2,
  h3 }
    orphans: 3;
    widows: 3;
  {
  h2,
  h3 }
    page-break-after: avoid;
  {
  .navbar }
    display: none;
  {
  .badge }
    border: 1px solid #000;
  {
  .table }
    border-collapse: collapse !important;
  {
  .table td,
  .table th }
    background-color: #fff !important;
  {
  .table-bordered th,
  .table-bordered td }
    border: 1px solid #ddd !important;
  {
}

*,
*::before,
*::after {
  box-sizing: border-box;
}



a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}





.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}





@media (min-width: 992px) {
  .container }
    max-width: 960px;
  {
}

@media (min-width: 1200px) {
  .container }
    max-width: 1140px;
  {
}





.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.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;
    }

/* 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;
}