html {
	font-size: 14px;
	--filter-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20"> <path d="M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5zm1 .5v1.308l4.372 4.858A.5.5 0 0 1 7 8.5v5.306l2-.666V8.5a.5.5 0 0 1 .128-.334L13.5 3.308V2z"/> </svg>')
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000 !important;
}

.featured {
}

.content {
}

.copyright {
}

.clear-fix::after {
	content: "";
	clear: both;
	display: table;
}

.logo {
	width: 70px;
	margin: 10px;
}

h1, .h1 {
	font-size: 3em;
}

h2, .h2 {
	font-size: 2.5em;
}

h3, .h3 {
	font-size: 2.0em;
}

h4, .h4 {
	font-size: 1.5em;
}

h5, .h5 {
	font-size: 1.3em;
}

h6, .h6 {
	font-size: 1.2em;
}

.selected-item {
	border-left: 5px solid #00586e;
	border-radius: 4px;
	padding-left: 4px;
}

.backToMeetingContent {
	float: right;
	padding-right: 10px;
}

.backToMeetingContent a::before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 3px;
	border-left: 0.4em solid #00586e;
	border-bottom: 0.4em solid #00586e;
	transform: rotate(45deg);
}

.item-view-title {
	font-size: 100% !important;
}

.item-view-title-text {
	display: inline;
	white-space: pre-wrap;
}

.item-view-header {
	font-size: 100% !important;
}

.item-view-minute-text,
.item-view-action-text {
	display: inline;
	white-space: pre-wrap;
}

/* Styles for the item view column on the view meeting page */
div#itemView {
	font-size: 120%;
}

div#main-content {
	padding-right: 15px;
}

div#main-content, div#itemView {
	word-wrap: hyphenate;
}

thead {
	color: #002d38;
	border: none;
}

/* Override Bootstrap that causes extra lines in tables */
.table > :not(:first-child) {
	border-top: none !important;
}

.content-wrapper > h4 {
	color: #002d38;
	border-bottom: 1px solid #002d38;
}

a {
	color: #356ab8;
	text-decoration: underline;
	border: 1px solid transparent;
	border-radius: 3px;
}

a:hover {
	color: #356ab8;
	text-decoration: none;
	border-color: #356ab8;
}

.header {
	color: #eeeeee;
	background-color: #00586e;
	border-radius: 4px;
	padding: 7px 7px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}

.footer {
	float: left;
}

.navbar {
	background-color: #00586e;
	min-height: 55px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-dark {
	border-color: #00586e !important;
}

.navbar-header {
	margin-left: auto;
}

.navbar-toggler {
	margin-right: 15px;
}

.navbar-toggler:hover,
.navbar-toggler:hover > span {
	box-shadow: none;
	background-color: #67af54;
}

.navbar-toggler:focus,
.navbar-toggler:focus > span {
	box-shadow: none;
	background-color: #528e42;
}

#meetings-list .nav-tabs {
	border-color: #00586e;
}

#meetings-list .nav-link {
	background-color: #eeeeee;
	border-color: #ffffff #ffffff #00586e #ffffff;
	border-width: medium thin thin thin;
}

#meetings-list .nav-link:hover {
	background-color: #67af54;
	border-color: #00586e #00586e #ffffff #00586e;
}

#meetings-list .nav-link.active {
	background-color: #ffffff;
	border-color: #00586e #00586e #ffffff #00586e;
}

#meetings-list .nav-tabs li a {
	color: #002d38 !important;
	text-decoration: none;
}

#meetings-list .nav-tabs li a:hover {
	color: #002d38 !important;
}

.meeting-results-count {
	display: block;
	padding-left: 0.5rem;
}

.agenda-item {
	width: 17px;
	height: 17px;
	margin-right: 0.5em;
}

.nav > li {
	position: relative;
	display: block;
}

.nav li a {
	color: #eeeeee !important;
	display: block;
	padding-left: 15px;
	border: none;
	text-decoration: underline;
}

.nav li a:hover {
	color: #eeeeee !important;
	text-decoration: none;
}

.meetingPadding {
	margin-right: 0.5em;
}

.meeting-link {
	margin-right: 0.15em;
}

.packet {
	margin-right: 0.15em;
}

.header span {
	padding-top: 4px;
	padding-right: 4px;
}

.card-primary {
	border-color: #00586e;
}

.card-body {
	background-color: #00586e;
}

.control-label {
	color: #eeeeee;
}

.btn-primary {
	background-color: #528e42;
	border-color: #528e42;
	display: inline-block;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #67af54;
}

.multi-select-menu-header {
	background-color: #AAA !important;
	color: #fff;
}

.results-count {
	font-style: italic;
	display: flex;
	padding-top: 0.5rem;
	flex-wrap: wrap;
}

.search-header {
	color: #eeeeee;
	padding-bottom: 10px;
	font-weight: bold;
}

.item-view {
	position: fixed;
	float: right;
}

.no-padding-left {
	padding-left: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-top {
	padding-top: 0px !important;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.no-padding {
	padding: 0px !important;
}

img.onbase-logo {
	clear: left;
	margin-right: 16px;
	margin-bottom: 16px;
	max-width: 96px;
}

.input-normal {
	color: black;
}

#search-controls .form-control,
#search-controls .dropdown-menu,
#search-controls .multi-select-menu-header {
	font-size: inherit !important;
	height: auto !important;
	line-height: normal !important;
}

#mediaAndItemView {
	position: relative;
}

#btnGetMoreResults {
	margin-top: 10px;
}

.player {
	height: 280px;
}

.player-container {
	width: 100%;
}

.media-collapse {
	border: solid 1px gray;
	border-top: none;
	margin: auto;
	width: 110px;
	text-align: center;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	cursor: pointer;
	color: #eeeeee;
	height: 25px;
	box-shadow: 3px 3px 3px 0px black;
	display: none;
	position: fixed;
}

.noflash {
	display: flex;
	margin-top: auto;
	margin-bottom: auto;
}

.noflash img {
	height: 48px;
	width: 48px;
	vertical-align: middle;
	flex: none;
}

.noflash span {
	margin-left: 5px;
}

table.table tr > th span.chevron {
	display: inline-block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	margin: 0 0 0 8px;
	vertical-align: middle;
}

table.table tr > th span.chevron-asc {
	background-image: url('Images/Chevron_up_16.png') !important;
}

table.table tr > th span.chevron-dec {
	background-image: url('Images/Chevron_down_16.png') !important;
}

table.table tr > th[data-sortable-type] > div:not(.dropdown) {
	cursor: pointer;
}

.table {
	color: #000000 !important;
}

div#meetings-list div#results-message {
	font-style: italic;
	margin: -12px auto auto auto;
	padding: 8px;
	padding-left:1rem;
}

div.post-meeting-grid-spacer {
	overflow: hidden;
	display: block;
	width: 100%;
	min-width: 100%;
	min-height: 128px;
	height: 128px;
	padding-bottom: 2em;
}

.dropdown-item {
	/* Used for filtering meetings*/
	display: table-cell;
	width: auto;
}

.meeting-row {
	/* Used for sorting meetings*/
}

.meeting-document-row {
	/* Used for sorting meetings*/
}

/* Styles pulled from older Bootstrap for compatibility vvvvv */
.text-right {
	text-align: right;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.filter-icon {
	display: inline-flex;
	width: 1.25em;
	height: 1.25em;
	position: relative;
	top: 0.4em;
	background-color: currentColor;
	mask-image: var(--filter-icon);
}

@media (max-width: 576px) {
	.navbar-collapse {
		border-top: 1px solid black;
		overflow-x: visible;
		-webkit-overflow-scrolling: touch;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
}

.btn-default {
	color: #528e42;
	background-color: #ffffff;
	border-color: #528e42;
	opacity: 1 !important;
}

.btn-default:hover {
	color: #528e42;
	border-color: #528e42;
}

.form-group {
	margin-bottom: 15px;
	margin-left: 15px;
}

.card-group {
	margin-bottom: 20px;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

@media (min-width: 992px) {
	.col-lg-1, .col-lg-4, .col-lg-8, .col-lg-11, .col-lg-12 {
		float: left;
	}
}

@media (max-width: 575px) {
	.d-xs-none {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.col-md-10 {
		float: left;
		width: 83.33333333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.control-label {
		text-align: right;
	}
}
/* Styles pulled from older Bootstrap for compatibility ^^^^^^ */
