/* CPAVerify */

body {
	font: 16px Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none; 
	color: #115e9a;
}

a:hover {
	color:rgb(0, 125, 97);
}

table {
	border-collapse: collapse;
}

.errors {
	color: #AB1A0D;
	font-weight: bold;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

.disclaimer {
 	font-size:0.850em; 
	text-align:left; 
	padding: 10px 50px 10px 50px; 
	height: 400px; 
	overflow: auto;
}

.button {
	border: 1px solid #006;
 	font-size:1.00em; 
}

.page_content_header {
	background-color: #fff;
	color: #000;
	position: relative;
	font-size: 1.40em;
	height: 25px;
}

.back_link {
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.back_link:hover {
	color: #1053c1;
	cursor: pointer;
}

/* end CPAVerify */

/* begin usded leftovers */
.data_block {
	padding: 10px;
}

.data_block_left {
	padding: 10px;
	text-align: left;
}

.data_block_border {
	padding: 10px;
    background-color: #e9e9e9;
    line-height: 100%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.jurisdiction_header {
    line-height: 120%;
    color: #ffffff;
    background-color: #115e9a;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
}

.license_data {
	text-align: left;
	line-height: 180%;
	margin-left: 6px;
	margin-right: 6px;
}

.page_content_seperator {
	background-color: #000000;
	height: 4px;
	position: relative;
	line-height: 4px;
	font-size: 0px;
}

.page_content_data {
	background-color: #dddddd;
	position: relative;
	padding: 10px;
}

#paging {
	text-align: center;
}

/* end usded leftovers */

table {
    float: none;
}

:root, [data-bs-theme=light] {
    --bs-highlight-bg: #000;
}


.dropdown-menu {
    --bs-dropdown-link-color: #fff;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border-color: transparent;
}

.navbar {
    background-color: #015B93 !important;
}

.nav-link > div {
    padding: 0.4rem 0.2rem;
}

.navbar-nav .nav-link {
    color: #ffffff;
}

.nav-item > .dropdown-menu > li > a.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #024F87;
}

.nav-item .dropdown-menu {
    background-color: #015B93;
    margin: 0;
}

.nav-item > .dropdown-menu > li > a.dropdown-item {
    color: #ffffff;
    padding: 0.4rem 1.5rem;
}

.nav-item > .dropdown-menu > li > ul > li > a.dropdown-item {
    color: #ffffff;
    padding: 0.4rem 1.5rem;
    padding-left: 3rem;
}

.nav-item > .dropdown-menu > ul > li > a.dropdown-item {
    color: #ffffff;
    padding: 0.4rem 1.5rem;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff !important;
}

.navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #024F87;
}

@media (max-width: 991.98px) {
    .nav-link > div {
        padding: 0.4rem 1rem;
    }

    .btn-group {
        display: block !important;
    }

    .navbar-brand > a {
        padding: .8rem 1rem;
    }

    ul.navbar-nav > li:first-child {
        padding-top: 0.3rem;
        border-top: 1px solid #006687;
    }
	.navbar {
        --bs-navbar-padding-y: 0.5rem !important;
    }
}

.nav-link.dropdown-toggle::after {
    display: none !important;
}

.nav-link.dropdown-toggle > div::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.large-navbar-margin {
    margin-left: 6.7rem !important;
}

@media (max-width: 991.98px) {
    .large-navbar-margin {
        margin-left: 0 !important;
    }
    td {
        display: block;
        width: 100% !important;
    }
    table.layout .col3 {
        padding: 0.75em;
        width: 100% !important;
    }
    img {
        height: unset;
    }
    .logo {
        height: 35px;
    }
    .datarow-odd {
        display: block;
        padding: 10px;
    }
    .datarow {
        display: block;
        padding: 10px;
    }
    .datarow-header {
        display: block;
        padding: 10px;
    }
    .datarow-header-element {
        margin-bottom: 10px;
    }
}

footer {
    background-color: #252525;
    color: #B5B5B5;
}

footer h5 {
    color: #fff;
}

footer a {
    color: #B5B5B5;
}

.start-search {
	color:rgb(0, 125, 97);
	font-size: 1.5rem;
}

.start-search img {
	height: 60px;
}

.start-search span {
	margin-left: -20px;
}

.start-search:hover {
	text-decoration: underline;
}

.navbar {
	--bs-navbar-padding-y: 0;
}

*:focus {
	/* inner indicator */
	outline: 2px #F9F9F9 solid;
	outline-offset: 0;
	/* outer indicator */
	box-shadow: 0 0 0 4px #193146;
}

.nav-link:focus {
    outline: 2px dotted #333;
    box-shadow: none;
}

.required {
	color: #AB1A0D;
}

#footernav li {display:inline;}
#footernav li a {padding:0 8px 0 6px; display:inline-block; background:url(../images/ln10_white.gif) no-repeat right center;}
#footernav li:first-child a {padding-left: 0;}
#footernav li:last-child a {background: none;}
#footernav a { text-transform:none; color:white;}
#footernav a:hover{color:#3eb644; text-decoration: none;}
footer a:hover{color:#3eb644; text-decoration: none;}

.modal-body {
	text-align: left;
}

.form-check-input, .form-check-input {
	margin-top: 0;
}

h1 {
	font-size: 30px; 
	line-height:32px; 
	color:#015B93; 
}

.btn-primary {
	--bs-btn-bg: #00614C;
    --bs-btn-border-color: rgb(0, 125, 97);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(0, 125, 97);
    --bs-btn-hover-border-color: rgb(20, 108, 67);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(0, 125, 97);
    --bs-btn-disabled-border-color: rgb(0, 125, 97);
	--bs-btn-active-bg: rgb(20, 108, 67);
	--bs-btn-active-border-color: rgb(19, 101, 63);
}

.btn-primary:focus-visible {
	background-color: rgb(0, 100, 77);
	border-color: rgb(20, 108, 67);
	box-shadow: rgba(60, 153, 110, 0.5) 0px 0px 0px 4px;
	color: #fff;
	outline: 0;
}

.btn-primary:disabled {
	background-color: rgb(25, 135, 84);
	border-color: rgb(25, 135, 84);
	color: #fff;
	opacity: 0.65;
	pointer-events: none;
}

.data_table table .datarow-header a {
	color: #ffffff;
}

.data_table table .datarow-header a:hover {
	color: #D0E1B8;
	cursor: pointer;
}

.datarow {
	background-color: #c2e8c3;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.datarow-odd {
	background-color: #e9e9e9;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.datarow-header {
	line-height: 120%;
	color: #ffffff;
	background-color: #115e9a;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.searchForm {
	margin-bottom: 5rem;
}

.addressTable {
    width: 80%;
}

.addressTable td {
    border-width: 1px; 
}

.page-results-select {
	display: inline-block;
	width: unset;
}

.pagination {
    --bs-pagination-color: #115e9a;
    --bs-pagination-active-bg: #115e9a;
    --bs-pagination-active-border-color: #115e9a;
}

.search-result-title {
	display: inline;
	color: black;
}

.bi-link {
    font-size: 16px;
    line-height: 0;
}