﻿body {}
/* fonts */
@font-face {
	font-display: block;
	font-family: "bootstrap-icons";
	src: url("/lib/bootstrap-icons/font/fonts/bootstrap-icons.woff2") format("woff2"), url("/lib/bootstrap-icons/font/fonts/bootstrap-icons.woff") format("woff");
}
#result .item {
    border: 1px solid #e9ecef !important;
}
	#result .item:hover {
		background-color: #f8f9fa !important;
	}

#result .default {
    border-left: 2px solid #198754 !important;
}
#result .deactivated {
    border-left: 2px solid #dc3545 !important;
}
#result .invalid {
    border-left: 2px solid #dc3545 !important;
}
#result .unknown {
    border-left: 2px solid #ffc107 !important;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ad-wrapper {
	text-align:center !important;
}
.bi-arrow-return-right::before { content: "\f132"; }
.bi-bookmark-star-fill::before { content: "\f19e"; }
.bi-bookmarks::before { content: "\f1a4"; }
.bi-bookmarks-fill:before { content: "\f1a3"; }
.bi-box-arrow-in-left::before { content: "\f1bd"; }
.bi-calendar::before { content: "\f1f6"; }
.bi-calendar2::before { content: "\f20c"; }
.bi-calendar2-check::before { content: "\f1f8"; }
.bi-calendar-month::before { content: "\f1ed"; }
.bi-card-list::before { content: "\f227"; }
.bi-check::before { content: "\f26e"; }
.bi-chevron-bar-right::before { content: "\f277"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-collection-fill::before { content: "\f2c9"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-filter::before { content: "\f3ca"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-globe::before { content: "\f3ee"; }
.bi-globe-americas::before {content : "\f882"; }
.bi-info-circle::before { content: "\f431"; }
.bi-link::before { content: "\f470"; }
.bi-list::before { content: "\f479"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-person-lines-fill::before { content: "\f4db";}
.bi-question-circle::before { content: "\f505"; }
.bi-search::before { content: "\f52a"; }
.bi-share-fill::before { content: "\f52d"; }
.bi-x::before { content: "\f62a"; }
.bi-x-square-fill::before { content: "\f628"; }

/* end fonts */
/* ad sizes */
@media (min-width:576px) {
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}
/* end ad sizes */

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
	/* */
}
.breadcrumb-item {
	max-width:190px;
	font-size:0.95rem;
}
.menu-bg {
	background-color: #085CA6 !important;
}
.tab-state, .tab-type {
	max-width:170px;
}
a {	
	text-decoration:none;
}
.fs-7 {
	font-size:0.9rem;
}
.phone-fax {
	width:50px;
}
.pcard:hover {
	background-color: var(--bs-card-cap-bg);
}
#providers-here .card:hover, #providers-near .card:hover {
	background-color: var(--bs-card-cap-bg);
}
.w-90 {	width: 90% !important; }

.navbar-toggler:focus, .no-outline:focus {
	box-shadow:none;
}

.type-1 {
	background-image: url('/img/type1.svg');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	background-position: .5rem .5rem;
	color:#800000;
}
.type-2 {
	background-image: url('/img/type2.svg');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	background-position: .5rem .5rem;
	color: #800000;
}
#grouping, #states, #classification {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	max-height: 350px;
	overflow-y: auto;
}
#dates {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	max-height: 250px;
	overflow-y: auto;
}
/* small */
@media (min-width: 576px) {
	.breadcrumb-item {
		max-width: 300px;
	}
}
/* medium */
@media (min-width: 768px) {
	.breadcrumb-item {
		max-width: 100%;
	}
	.tab-state, .tab-type {
		max-width: 300px;
	}
	#dates {
		box-shadow: none !important;
		max-height: 100%;
		overflow: auto;
	}
}
/* large */
@media (min-width: 992px) {
	.tab-state, .tab-type {
		max-width: 100%;
	}

	#grouping, #states {
		box-shadow: none !important;
		max-height: 100%;
		overflow-y: auto;
	}
}