@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Oswald');
/*Global helper classes and rules*/
body {
	font-family: Helvetica, 'Open Sans', sans-serif;
}

a:hover {
	text-decoration: none;
	color: black;
}

a:visited {
	color: rgb(2,139,255);
}

.meta-text {
	font-size: 11px;
	color: rgb(124,124,124);
	font-weight: 400;
}

.close-title {
	margin-bottom: 0px;
}

.margin-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-15 {
	margin-left: 15px;
}

.margin-right-15 {
	margin-right: 15px;
}

.title-font {
	font-family: oswald, sans-serif !important;
	font-weight: 500 !important;
}

.font-size-25 {
	font-size: 25px !important;
}

.font-size-30 {
	font-size: 30px !important;
}

.font-size-35 {
	font-size: 35px !important;
}

.black {
	color: black !important;
}

.bc-table {
	border: 1px solid black;
	width: 100%;
}
.bc-row {
	border: 1px solid black;
}
.bc-column {
	border: 1px solid black;
	padding: 4px;
	width: 33%;
}

.basic-link{
	text-decoration: underline;
}

.center {
	text-align: center;
}

.center-margin {
	margin: auto;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-top-15 {
	padding-top: 15px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-25 {
	padding: 25px;
}
/*Department colors*/
.GSD-color {
	color: #678E34 !important;
}

.CFM-color {
	color: #8B7A68 !important;
}

.RPL-color {
	color: #133C68 !important;
}

.SPR-color {
	color: #329EAB !important;
}

.SPM-color {
	color: #E75526 !important;
}
/*Department shadow-wrappers*/
.GSD-shadow-wrapper, .CFM-shadow-wrapper, .RPL-shadow-wrapper, .SPR-shadow-wrapper, .SPM-shadow-wrapper {
	background-color: white;
	padding: 25px;
	background: rgba(255, 255, 255, 0.6);
}

.GSD-shadow-wrapper {
	border-bottom: 10px solid #678E34;
}

.CFM-shadow-wrapper {
	border-bottom: 10px solid #8B7A68;
}

.RPL-shadow-wrapper {
	border-bottom: 10px solid #133C68;
}

.SPR-shadow-wrapper {
	border-bottom: 10px solid #329EAB;
}

.SPM-shadow-wrapper {
	border-bottom: 10px solid #E75526;
}
/*Top-panel*/
header {
	padding-bottom: 5px;
}

.logos {
	padding-right: 7px;
}

.logo-img {
	height: 40px;
	padding-right: 5px;
	padding-left: 5px;
}
/*Misson statement panel*/
.mission-statement {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	margin-bottom: 0px;
	margin-top: 0px;
}

	.mission-statement h2 {
		text-align: center;
		font-style: italic;
		font-weight: 200 !important;
		font-size: 19px !important;
		margin-left: 10%;
		margin-right: 10%;
		padding-top: 17px;
		padding-bottom: 17px;
		color: black !important;
		font-family: 'PT Sans', Arial, Sans-Serif !important;
	}
/*Navbar panel*/
#navbar img {
	padding-right: 10px;
	float: left;
	height: 55px;
	padding-bottom: 15px;
}

.nav-link {
	padding-top: 0px;
	padding-bottom: 18px;
	padding-top: 18px;
	margin-right: -10px;
}

nav {
	margin-left: -15px;
	margin-right: -15px;
}

#navlinks h5 {
	text-align: left;
	overflow: hidden;
	width: 130px;
	padding-right: -5px;
	font-size: 17px;
}

#SPM-text {
	width: 90px !important;
}

#RPL-text {
	width: 110px !important;
}
/*Popular-Links/Left pane*/
#Popular-Links {
	padding-right: 25px;
	overflow: auto;
}

	#Popular-Links div {
		padding-top: 25px;
		padding-bottom: 25px;
		border-bottom: 2px solid gray;
	}

	#Popular-Links a:hover {
		color: black !important;
	}
/*Right pane*/
#right-pane {
	margin-left: -15px;
}

#right-pane-pics {
	padding-right: 0px;
	margin-left: 0px;
}

	#right-pane-pics h4 h6 {
		padding-bottom: 0px;
		margin-bottom: 5px;
		margin-top: 5px;
		font-family: oswald, sans-serif !important;
		font-weight: 500 !important;
		color: black;
	}

	#right-pane-pics a h4:hover {
		color: gray !important;
	}

	#right-pane-pics img {
		width: 100%;
		height: 260px;
		object-fit: cover;
	}

#right-pane h1:hover {
	transform: scale(1.03);
}

#carouselExampleControls {
	padding-bottom: 15px;
}

#right-pane-leftpic {
	padding-left: 0px;
	padding-right: 15px;
}

#right-pane-rightpic {
	padding-left: 0px;
}
/*Footer*/
.footer {
	background-color: white;
	padding-top: 3%;
	padding-bottom: 3%;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

	.footer img {
		position: absolute;
		left: 20%;
		bottom: -205px;
		opacity: 0.1;
		z-index: -1;
	}

#foot-left {
	float: right;
	text-align: right;
}

	#foot-left a, #foot-right a {
		color: black;
		font-size: 18px;
	}

		#foot-left a:hover, #foot-right a:hover {
			color: gray;
		}

#vert-line {
	border-right: 2px solid black;
}

#foot-right h3 {
	margin-top: 3.8px;
	margin-bottom: 1px;
	font-size: 22px !important;
	color: black !important;
}

#foot-right h4 {
	margin-bottom: 3px;
	font-size: 18px;
}
/*Background*/
.container {
	background-color: rgba(255, 255, 255, 0.9);
	padding-top: 15px;
	/*margin-bottom: -80px;
	 padding-bottom: 80px;
	margin-top: 64px;*/
}
/*Resonsive adjustments*/
@media only screen and (max-width: 768px) {
	.mission-statement {
		text-overflow: ellipsis;
		width: 300px;
		margin: 0 auto;
		white-space: nowrap;
		overflow: hidden;
	}

		.mission-statement:hover {
			height: auto;
			overflow: visible;
			white-space: normal;
			margin: 0 auto;
		}

	.container {
		margin-top: -15px;
	}

	.top-panel-left {
		text-align: center;
	}

	.logos div {
		text-align: center;
	}

	#right-pane-pics div {
		padding: 15px;
		text-align: center;
	}

	#right-pane-pics img {
		height: 100% !important;
	}

	#Popular-Links {
		margin-left: 2px;
	}

	#navlinks {
		margin: 0 auto;
		width: 280px !important;
	}

	.navbar-toggler {
		margin-left: 87%;
	}

	#right-pane-leftpic {
		margin-bottom: 45px;
	}

	.services-block {
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-top: 20px;
	}

	#Popular-Links {
		height: auto;
	}

	.eds_news_module_85027, .eds_news_module_85042 {
		margin: auto !important;
		height: 280px !important;
	}

	#GSD-button {
		margin-left: 0px !important;
		margin-bottom: 15px !important;
	}
}

@media only screen and (max-width: 992px) {
	#right-pane-pics img {
		height: 200px;
	}

	#quick-links {
		margin-left: 0px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	#contact {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 1200px) {
	.line {
		display: inline-block;
	}

	.navbar-expand-xl {
		margin-left: -10px;
	}

	#navlinks h5 {
		width: auto;
		padding-top: 10px;
	}

	#SPM-text {
		width: auto !important;
	}

	#RPL-text {
		width: auto !important;
	}
}

#RPL-table thead {
	background-color: #133C68;
}

#RPL-table h3 {
	color: white !important;
}

#contact p {
	margin-bottom: 0px;
}

.list-of-links p {
	margin-bottom: 0px;
}

.title-margin {
	margin-top: 69px;
}

#quick-links p {
	margin-bottom: 0px;
}

#SPM-button, #SPR-button {
	color: white;
	margin-bottom: 15px;
	max-width: 100%;
}

.center-list {
	display: table;
	margin: 0 auto;
}

.img-100 {
	height: 420px;
	overflow: hidden;
}

#flag-table {
	width: 100%;
	background-color: white;
}

	#flag-table thead {
		text-align: center;
	}

#flag-type {
	text-align: left;
}

.tree-img {
	height: 200px;
	margin-top: 17px;
	max-width: 100%;
}

.w-100 {
	max-height: 420px;
	overflow: hidden;
}

.banner-img {
	height: 420px;
	overflow: hidden;
	width: 100%;
}
/*Top button*/
#btn {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 20px;
	/* Place the button at the bottom of the page */
	right: 30px;
	/* Place the button 30px from the right */
	z-index: 99;
	/* Make sure it does not overlap */
	border: none;
	/* Remove borders */
	outline: none;
	/* Remove outline */
	color: white;
	/* Text color */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	padding: 15px;
	/* Some padding */
	border-radius: 10px;
	/* Rounded corners */
	font-size: 18px;
	/* Increase font size */
}

	#btn:hover {
		background-color: #555;
		/* Add a dark-grey background on hover */
	}

.gray-background {
	background-color: #4f4e4e;
}

.SPM-background {
	background-color: #E75526;
}

.SPR-background {
	background-color: #329EAB;
}

.CFM-background {
	background-color: #8B7A68;
}

.RPL-background {
	background-color: #133C68;
}

.services-block {
	position: relative;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

	.services-block a {
		color: #4f4e4e;
	}

		.services-block a:hover {
			color: #007bff;
		}

	.services-block > .row {
		padding-top: 0px;
	}

	.services-block hr {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 20px;
	}

	.services-block ul {
		padding-left: 25px;
		margin-top: 15px;
	}

	.services-block img {
		width: 100%;
		height: 130px;
		object-fit: cover;
		margin-bottom: -44px;
	}

.services-header {
	color: white;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}

	.services-header a {
		color: white;
	}

		.services-header a:hover {
			color: white;
		}
/*Pan-image-gsd*/
#slow-pan {
	height: 420px;
}

	#slow-pan img {
		-webkit-animation: slowpan 50s linear 0s infinite alternate;
		height: 420px;
		margin-top: -52px;
	}

@-webkit-keyframes slowpan {
	0% {
		transform: translateX(-80px) scale(1.25);
	}

	100% {
		transform: translateX(90px) scale(1.25);
	}
}

#right-pane h1 {
	position: absolute;
	top: 20px;
	left: 180px;
	z-index: 1;
	font-size: 35px;
	font-family: 'Arial Narrow' !important;
	color: white !important;
}

.background-fill {
	background-color: white;
	box-shadow: 0px 5px 5px gray;
	height: 100%;
}
/*GSD and SPR main page news modules*/
.eds_news_module_85027, .eds_news_module_85042 {
	background: rgba(255, 255, 255, 0.6);
	margin-right: -15px;
	margin-left: -15px;
	padding: 15px;
	overflow: auto;
	height: 260px;
}

.eds_template_List_Article_GSD a {
	font-family: oswald, sans-serif !important;
	font-weight: 500 !important;
}

	.eds_template_List_Article_GSD a:hover {
		color: gray !important;
		text-decoration: none !important;
	}

.eds_template_Details_Article_GSD, .eds_news_module_46451 {
	padding: 25px;
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 10px solid #678E34;
}

.eds_news_module_85131 {
	padding: 25px;
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 10px solid #329EAB;
}

.eds_template_Details_Article_GSD h1 {
	font-family: oswald, sans-serif !important;
	font-weight: 500 !important;
}

.eds_template_Details_Article_GSD p {
	font-family: Helvetica, 'Open Sans', sans-serif !important;
}
/* width */
.eds_template_List_Article_GSD::-webkit-scrollbar {
	width: 10px;
}
/* Track */
.eds_template_List_Article_GSD::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
/* Handle */
.eds_template_List_Article_GSD::-webkit-scrollbar-thumb {
	background: rgb(233, 238, 234);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
	/* Handle on hover */
	.eds_template_List_Article_GSD::-webkit-scrollbar-thumb:hover {
		background: rgb(215, 219, 215);
	}
/*SPR news module*/
.eds_news_module_46398, .eds_news_module_46456 {
	padding: 25px;
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 10px solid #329EAB;
}

#Popular-Links::-webkit-scrollbar {
	width: 10px;
}
/* Track */
#Popular-Links::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
/* Handle */
#Popular-Links::-webkit-scrollbar-thumb {
	background: rgb(233, 238, 234);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
	/* Handle on hover */
	#Popular-Links::-webkit-scrollbar-thumb:hover {
		background: rgb(215, 219, 215);
	}

.gray {
	color: rgb(100, 100, 100) !important;
}

.fa {
	margin-right: 5px;
}

.tiny-logo-img {
	height: 30px;
	margin-right: 10px;
	padding-bottom: 4px;
}

.article_rss {
	display: none;
}

#GSD-button {
	color: white;
	margin-left: -15px;
	margin-top: 5px;
}

	#GSD-button:hover {
		background-color: gray;
	}

#faq-ul {
	list-style-type: none;
	padding-left: 0px;
}

	#faq-ul li {
		margin-bottom: 20px;
	}

	#faq-ul > li > h3 {
		font-size: 1em;
		font-weight: 700;
	}

#searchBox {
	margin-bottom: 20px;
}

.background-fill p {
	padding-left: 10px;
	padding-right: 10px;
}

	.background-fill p a {
		color: rgb(2,139,255);
	}

.box-border {
	border: 1px solid black;
	padding: 5px;
}

.alert-info {
	text-align: center;
	margin: auto;
	color: #678E34 !important;
	background-color: transparent !important;
	border-color: transparent !important;
}

#SkipButton {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.table-white {
	background-color: white;
}
/*SPM*/
.med-img {
	height: 150px;
	margin: auto;
}

.eventFields > div > div > input, .eventFields > div > div > select, .eventFields > div > div > textarea {
	background-color: #f3f3f3;
	border-color: lightgray;
	border: none;
	border-radius: 0;
}

.dspFields > div > div > input, .dspFields > div > div > select, .dspFields > div > div > textarea {
	background-color: #f3f3f3;
	border-color: lightgray;
	border: none;
	border-radius: 0;
}

.dspFields > div > div > label {
	margin-bottom:1px;
}

.orderFields > div > div > input, .orderFields > div > div > select, .orderFields > div > div > textarea {
	background-color: #f3f3f3;
	border-color: lightgray;
	border: none;
	border-radius: 0;
}

.orderFields > div > div > label {
	margin-bottom: 1px;
}

.hidden {
	display: none;
}


.recurCheckBox {
	height:18px;
	width:18px;
	margin-top:10px;
	outline: 1px solid gray;
}

.daysCheckBox {
	height: 18px;
	width: 18px;
	margin-top: 8px;
	outline: 1px solid gray;
}

.daysResult {
	margin:0;
	padding:8px;
}

.smallDrops {
	width: 15%;
	padding: 6px;
}

.createBtn {
	font-size: 18px !important;
	font-weight: 600 !important;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.orderBtn {
	font-size: 18px !important;
	font-weight: 600 !important;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #e94e3d;
}

.reviewBtn {
	font-size: 18px !important;
	font-weight: 600 !important;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	margin-top: 10px;
	padding: 5px 20px;
	border-left: 1px outset rgb(40 167 69);
	border-top: 1px outset rgb(40 167 69);
	border-right: 2px outset rgb(40 167 69);
	border-bottom: 2px outset rgb(40 167 69);
}
.reviewBtn:visited {
	color:white;
}

.reviewOrderBtn {
	font-size: 18px !important;
	font-weight: 600 !important;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	margin-top: 10px;
	padding: 5px 20px;
	border-left: 1px outset #942b1f;
	border-top: 1px outset #942b1f;
	border-right: 2px outset #942b1f;
	border-bottom: 2px outset #942b1f;
	background-color: #e94e3d;
}
.reviewOrderBtn:visited {
	color:white;
}

.dspDetailsBox {
	border:1px solid lightgray;
	background-color: #f3f6fb;
	font-size: 12px;
	margin: 0 10px 3px 10px;
	padding: 5px 5px 0 5px;
}
.dspDetailsBox > div > dl {
    margin-bottom: 5px;
}

.orderDetailsBox {
	border:1px solid lightgray;
	background-color: #f3f6fb;
	font-size: 12px;
	margin: 0 10px 3px 10px;
	padding: 5px 5px 0 5px;
}
.orderDetailsBox > div > dl {
    margin-bottom: 5px;
}

.businessCardDetailsBox {
	border: 1px solid lightgray;
	background-color: #d5eaf2;
	font-size: 12px;
	margin: 0 0 3px 10px;
	padding: 5px 5px 0 5px;
}
.businessCardBox > div > dl {
	margin-bottom: 5px;
}

.dpsItemTable {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 6px;
	border-bottom: 1px solid lightgray;
}
	.dpsItemTable th {
		font-weight: 600;
		padding: 10px 5px 2px 5px;
	}
	.dpsItemTable td {
		padding: 6px 5px 6px 5px;
	}
.dpsItemRows:nth-child(even) {
	background-color: #f8f8f8;
}


.orderItemTable {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 6px;
	border-bottom: 1px solid lightgray;
}
	.orderItemTable th {
		font-weight: 600;
		padding: 10px 5px 2px 5px;
	}
	.orderItemTable td {
		padding: 6px 5px 6px 5px;
	}
.orderItemRows:nth-child(6n),.orderItemRows:nth-child(6n-1),.orderItemRows:nth-child(6n-2) {
	background-color: #f8f8f8;
}



.addDpsItem > div {
	padding-left:5px;
	padding-right:5px;
}

.addOrderItem > div {
	padding-left: 5px;
	padding-right: 5px;
}

.uploadBox {
	height: 80px !important;
	padding-top: 25px !important;
	background-color: #efefef !important;
	margin-top: -10px;
	font-size: 14px !important;
	font-weight: 600;
	color: gray !important;
	padding-left: 20% !important;
}

.btnGroup > a {
	height: 18px;
	width: 18px;
	font-size: 18px;
	color:steelblue!important;
}

.btnGroup {
	min-width: 92px;
	padding-top:2px!important;
	padding-bottom:2px!important;
}
.btnGroupSingle > a {
	height: 16px;
	width: 16px;
	font-size: 16px;
	color:steelblue!important;
}

.btnGroupSingle {
	min-width: 50px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.smallLabel {
	font-size: 12px !important;
	margin-bottom: 0;
	padding-bottom: 0;
	color: gray;
}
.mediumLabel {
	font-size: 13px !important;
	margin-bottom: 0;
	padding-bottom: 0;
	color: gray;
}
.bold{
	font-weight: bold !important;
}

.taskDesc {
	white-space: nowrap;
	overflow: hidden;
	max-width: 240px !important;
}
.uploadPanelBtn {
	padding: 3px 4px;
	margin: -1px 0 0 0 !important;
	font-size: 14px !important;
	background-color: rgba(46,109,164,0.1);
	border: none;
	color: steelblue;
}

.dspUpDropdownHdr {
	background-color: rgb(230, 230, 230);
	font-size: 12px;
	color: rgb(135, 135, 135);
}

	.dspUpDropdownHdr > th {
		padding-top: 4px !important;
		padding-bottom: 1px !important;
	}

.dspUpDropdown {
	background-color: rgb(240, 240, 240);
	font-size: 12px;
	border-bottom: 2px solid lightgray;
}

.eventCreateBtns {
	padding: 6px 12px;
	margin: 15px 12px;
	font-size: 12px;
	text-align: center;
}
	.eventCreateBtns > div > p {
		margin: 12px 12px;
		padding: 8px 12px;
		text-align: center;
		background-color: #f2f2f2;
		height: 30px;
	}
	.eventCreateBtns > div {
		text-align: center;
		padding: 6px 12px;
	}

.disabledLabel {
	color:lightgray!important;
}
.pdfLink {
	height: 20px;
	width: 20px;
	font-size: 18px;
	padding-left: 0;
	color:steelblue;
	border:none!important;
	outline:none!important;
}
.disabledField {
	background-color:#f8f8f8!important;
}

.enabledField {
	background-color: #f0f8ff !important;
	border: 2px solid #96bce6 !important;
}
.itemNavTable > tbody > tr > th {
	border-top:none!important;
	border-bottom:none!important;
	border-left:1px solid lightgray;
	border-right:1px solid lightgray;
	font-size:14px;
}
	.itemNavTable > tbody > tr > th:hover {
		background-color: #b6c6d8;
	}

.categoryNavBtn {
	background: none;
	border: none;
	font-weight: 700;
}
.activeNav {
	background-color: #133C68 !important;
	color:white!important;
}
.activeNav > button {
	color:white!important;
}
.searchBoxDbl {
	margin-bottom: 0 !important;
	background-color: #99adc3 !important;
	border-top: 2px solid slategray;
	padding-top: 5px !important;
	padding-bottom: 1px !important;
	min-height: 40px !important;
	font-size: 10pt;
}

.searchBoxBot {
	margin-bottom: 5px !important;
	background-color: #99adc3 !important;
	border-top: 1px solid rgb(221, 221, 221);
	border-bottom: 2px solid slategray;
	padding-top: 4px !important;
	padding-bottom: 2px !important;
	min-height: 40px !important;
	font-size: 10pt;
}

.poDropdowns {
	padding: 5px;
	width: 100%;
	font-size: 9pt;
}

.poDates {
	padding: 2px;
	width: 37%;
}

.poDates2 {
	padding: 1px;
	width: 37%;
}

.poSearchBtn > input {
	padding: 3px 12px;
	font-weight: 800;
	border-radius: 4px;
}

.searchBoxInput {
	height: 28px;
	width: 70%
}

.poFooter {
	background-color: #99adc3;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px !important;
	padding-bottom: 5px;
}

.hlDay {
	border: 2px inset steelblue !important;
}

.shadeDay {
	background-color: steelblue !important;
	color: white !important;
}


.poFooterDiv {
	margin-bottom: 15px !important;
	background-color: #99adc3 !important;
	border-top: 2px solid slategray;
	border-bottom: 2px solid slategray;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	height: 45px !important;
}

.poFooterTable {
	margin-bottom: 4px !important;
	width: 100% !important;
}

.ftrNavBtn {
	font-weight: 800 !important;
	padding: 1px 10px 1px 10px;
	border-color: rgb(32,77,116);
	border-bottom-color: rgb(46,109,164);
	border-bottom-style: outset;
	border-bottom-width: 2px;
	border-right-color: rgb(46,109,164);
	border-right-style: outset;
	border-right-width: 2px;
	border-left-color: rgb(46,109,164);
	border-left-style: outset;
	border-left-width: 2px;
	border-top-color: rgb(46,109,164);
	border-top-style: outset;
	border-top-width: 2px;
	border-radius: 0;
}

.ftrTableCol {
	padding-top: 5px !important;
	padding-bottom: 0 !important;
	font-size: 13px;
	font-weight: 400 !important;
}

.ftrValue {
	font-weight: 700 !important;
	font-size: 14px;
}

.leaseDesc {
	white-space: nowrap;
	overflow: hidden;
	max-width: 180px !important;
}

.leaseType {
	white-space: nowrap;
	overflow: hidden;
	max-width: 150px !important;
}

.leaseDesc2 {
	white-space: nowrap;
	overflow: hidden;
	max-width: 80px !important;
}

.detailsRows > dt, dd {
	min-height: 25px;
}

.agencyCheck {
	padding-bottom: 10px;
	margin-top: auto;
	margin-bottom: auto;
}

.agencyCheckBox {
	transform: scale(1.5);
	margin-top: auto;
	margin-bottom: auto;
	padding-right: 5px;
	padding-bottom: 6px;
}

.leaseSection {
	border: 1px solid rgba(134, 135, 138, 0.6);
	padding: 5px 10px 0 10px;
	background: rgba(180, 192, 208, 0.1);
	border-radius: 7px;
	margin-bottom: 3px;
}

	.leaseSection > div > div > label, div > label {
		margin-bottom: 1px;
	}

.leaseDetail {
	border: 1px solid rgba(134, 135, 138, 0.6);
	border-radius: 7px;
	background: rgba(180, 192, 208, 0.1);
	margin: 1px 0 3px 0;
	padding: 3px 5px 0 5px;
}

.tableHead > th {
	padding-top: 3px;
	padding-bottom: 3px;
}

.tableBody > td {
	padding-top: 4px;
	padding-bottom: 7px;
}

.officeRow {
	border-top: 1px solid #d1d6e0;
	padding-top: 10px;
	margin-bottom: 5px;
}

.triggerRow {
	border-top: 1px solid #d1d6e0;
	padding-top: 0;
	margin-bottom: 10px;
}

.leaseTitle {
	margin-top: 0;
	font-size: 2rem;
	margin-bottom: 0.5rem;
	font-weight: 500;
}

.buttonLink {
	border: none;
	background-color: white;
	color: steelblue;
}

.triggerLabel {
	font-size: 12px;
}

.trigOffset {
	padding-top: 24px;
}

.trigInput {
	margin-top: -4px;
}

.reportCheckList {
	list-style: none;
	line-height: 2;
}

.hiLightBtn {
	font-weight: 600;
	background-color: darkblue;
	border-top-color: #0d1245;
	border-left-color: #0d1245;
}

.reportError {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 175px;
	padding-right: 175px;
}

@media (max-width: 1000px) {
	.reportError {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.leaseHdr > th {
	font-weight: 700;
}

