<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.titleplate {
    background-color: #005D95; /* Blue */
    border: none;
    color: white;
    font-weight: 300;
    padding: 10px 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
}
.titlemake {
    background-color: #005D95; /* Blue */
    border: none;
    color: white;
    font-weight: 300;
    padding: 10px 45px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
}
.titleloc {
    background-color: #005D95; /* Blue */
    border: none;
    color: white;
    font-weight: 300;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
}
.readonlyfield {
	background:#eee none;
	color:#222;
}

.question-number {
	float: left;
	width: 4%;
}

.question-text {
	float: left;
	width: 93%
}

button.trust-seal-action {
  color: #18191c;
}

form textarea {
    border: 1px solid #5b616b;
    width: 500px;
    height: 100px;
}

form label span {
    display: block;
    float: left;
    width: 200px;
    text-align: right;
    padding-right: 5px;
}

html {
  overflow-y: scroll;
}
/*
APP OVERRRIDES
*/
.form-group {
	margin-right: 25px;
}

.form-row {
	margin-left:0px;
}

label {
    margin-bottom: 0;
}

.invalid-feedback {
    display: block;
    width:auto;
    border: 0px;
    font-size: 1em;
    height: auto;
    height: fit-content;
    font-family: Roboto,serif;
}

.row-home {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -45px;
}

.cds-nav-secondary-links a, .cds-nav-secondary-links .cds-header-search-button {
    font-size: 1.3rem;
}

@media (min-width: 768px) {
	.cds-nav-secondary-links li {
	   display:flex;
	}
	
	.cds-nav-secondary {
    	top: -8rem;
	}
	
	.cds-nav-secondary-links li:not(:last-child)::after {
	    color: #d9d9d9;
	    content: " ";
	    padding-left: .5rem;
	}
}

@media (max-width: 575.98px) {
	.cds-logo-text a h1, .cds-logo-text a .h1 {
    	font-size: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.cds-nav-secondary-links li {
    	display: flex;
	}	
}

.table th {
	font-family:"Roboto";
}


.cds-nav {
	z-index:1040;
}


@media screen and (max-width: 575.98px) {
	.cds-logo-text a h1, .cds-logo-text a .h1 {
	    font-size: 1.6rem;
	}
}

@media screen and (max-width: 376px) {
	.cds-logo-text a h1, .cds-logo-text a .h1 {
	    font-size: 1.4rem;
	}
}

@media screen and (max-width: 321px) {
	.cds-logo-text a h1, .cds-logo-text a .h1 {
	    font-size: 1.15rem;
	}
}


@media screen and (max-width: 414px) {
	.cds-header .alert {
		word-spacing: 9999999px;
	}
}

/*
Collapse
*/

.accordion-toggle::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  float: right;
  color: #626668;
  margin-top: -25px;
  font-weight: 900;
}

.accordion-toggle.collapsed::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
}


.main-alert {
	text-align: center;
	font-weight: 600;
}

@media (min-width: 40em) {
	.cds-hero-callout {
	    max-width: 43rem;
	}
}

.row_index {
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: 80px;
}

/*
APP
*/

.owner-tree {
	display: flex;
    width: fit-content;
    float: right;
    margin-top: -35px;
}

.card-tree {
	min-height: 0px;
    padding: 0rem;
}

.accordion-inner &gt; .card &gt; .card-header &gt; h2 {
	margin-left:2rem;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,0);
    border-top: 0px solid rgba(0,0,0,.125);
}

@media (max-width: 768px) {
	.main-alert {
    	font-size: 1.25rem;
	}
}

@media (max-width: 575.98px) {
	.main-alert {
    	font-size: 1rem;
	}
}

.select-auto {
	width: auto;
}

.stepper{
	color: #d0d0d0;
}

.stepper-active {
	color: #000000;
}

.card-fixed-height {
    height: 280px;
    margin-bottom: 10px;
    overflow-y: hidden;
}

.input-xxs {
     width: 80px !important;
}
.input-xs {
     width: 100px !important;
}
.input-sm {
     width: 150px !important;
}
.input-md {
     width: 200px !important;
}
.input-lg {
     width: 250px !important;
}
.input-xl {
     width: 300px !important;
}
.input-xxl {
     width: 425px !important;
}

@media screen and (max-width: 480px){
	.input-xxl {
    	 width: 300px !important;
	}
}


.eds-radiobuttons {
	margin-right: .5rem;
}

.eds-item {
	background-color: #F1F1F1;
    text-decoration: none;
    padding: 2rem;
}

.eds-page-nav {
	background-color: #F1F1F1;
}

.eds-page-nav a {
	border-right: 1px solid #dedede;
}


.accordion-btn::before {
    font-family: "Font Awesome 5 Free";
    content: "\f107 ";
    font-weight: 900;
}

.accordion-btn.collapsed::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105 ";
    font-weight: 900;
}

.eds-login
{
	width:260px;
}

.eds-login &gt; form &gt; .form-group
{
	margin-right: 5px;
}

.form-login {
	width: 100%;
}

.eds-user {
	margin-right: 8px;
}

.cds-header-title {
	font-size: 3.95rem;
}

.cds-navbar {
    padding-left: 1.5rem;
}

/*
Login Menu
*/
    .submenu-login {
      font-size: 1.5rem; color:white;
    }

    .submenu-right {
      margin-left: -11rem;
      width: 22.5rem;
    }

    .menu-right {
        float:right;
      }

    .btn-login {
      padding: 1.5rem !important;
      color: white !important;
    }
    
	#loginform div.form-group {
		margin-right:0px !important;
	}
	
	#nav-6 #cmdLogin {
		color:white;
	}

    @media screen and (max-width: 575.98px) {
      .menu-right {
        float:inherit;
      }

      .submenu-right {
        margin-left: inherit;
        border: 1px solid #C0C0C0;
        color: inherit;
      }

      .btn-login {
        padding: inherit !important;
        color:inherit !important;
      }
    }
    
/*
HERO
*/

.cds-hero {
    background-image: url('/buildingrecords/resources/images/banner/OBM.9.17.jpg');
    background-position: 50%;
    font-size:inherit!important;
}

.blue-100 {
  font-family: lora;
  font-size: 1.5rem;
}

.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
     right: ; 
     content: ""; 
}
.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
     right: ; 
     content: ""; 
}
.table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
     right: ; 
     content: "";
}
.table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: ;
    content: "";
}

.table.dataTable thead .sorting_asc {
    background-image: none;
}
.table.dataTable thead .sorting_desc {
    background-image: none;
}
.table.dataTable thead .sorting {
    background-image: none;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.75rem;
}

.row-receipt_print {
	display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 2px;
}

.row-contactus {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 8px;
}
</pre></body></html>