#jsn-logo, a[href="http://www.chronoengine.com/"] {
	display: none !important;
}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 100%;
	overflow-x: hidden;
}

#jsn-pos-topbar, #jsn-topheader-inner, #jsn-header-inner, #jsn-promo-inner, #jsn-pos-content-top, #jsn-content_inner, #jsn-content-bottom-inner, #jsn-footer-inner {
	width: auto;
}

.normalsplit, .subsplit {
	display: grid;
	grid-template-columns: calc(100vw / 1920 * 400) 4fr;
	min-height: 100vh;
	overflow-x: auto;
}

.normalsplit > div:first-child, .subsplit > div:first-child {
	background-color: rgba(84, 185, 72, 1);
	display: grid;
	padding: 40px;
}

.subsplit > div:first-child {
	display: block;
	position: relative;
}

.subsplit > div:first-child > div {
	position: fixed;
}

.normalsplit > div:last-child {
	position: relative;
}

.normalsplit > div:first-child {
	align-items: center;
	justify-content: center;
}

.normalsplit > div:first-child form {
	margin: 0;
	width: fit-content;
} 

.normalsplit .mainlogo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 700px;
	width: 100%;
}

.subsplit .mainlogo {
	height: 128px;
	margin: 0 auto 40px auto;
	display: block;
}

.smallsvg {
	max-width: 175px;
	display: block;
	margin: 10px auto 0 auto;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

#form-login-submit button {
	margin-left: -13px;
	margin-top: 10px;
}

.subsplit > div {
	padding: 40px;
}

.subbuttons {
	overflow: hidden;
	transition: all 0.2s ease-out;
	height: auto;
	max-height: 600px;
	padding: 10px;
	background-color: #185D1D;
}

.subbuttons.collapse {
	padding: 0 10px;
	max-height: 0;
}

.btn.btn-link {
	color: #fff;
	display: block;
	width: 100%;
	padding: 5px 10px;
	text-shadow: none;
	font-size: 1rem;
	margin: 0;
	border: 0;
	text-align: left;
	transition: background-color 0.2s;
	background-color: transparent;
}

.btn.btn-link:hover {
	background-color: rgba(255,255,255,0.1);
	text-decoration: none;
}

.btn.btn-link:focus {
	text-decoration: none;
	outline: none;
}

.btn.btn-link.header {
	font-size: 1.75rem;
}

input[type="month"], select {
	width: 150px;
    background-color: #fff;
	border: 1px solid #ccc;
	height: 30px;
}

#inLabel, #slLabel {
	width: 150px;
}

.selectedDept {
	background-color: rgba(255,255,255,0.2) !important;
	font-weight: 700;
}

#titleDisplay {
	text-align: center;
	display: block;
	margin: 10px auto;
	font-size: 1.6rem;
	font-weight: 700;
	color: rgb(84, 185, 72);
}

#login-form {
	color: #fff;
}

.filters {
	padding: 10px;
	background-color: #efefef;
	display: flex;
	align-items: center;
}

.downloadbuttons {
	justify-self: right;
	text-align: right;
	width: -webkit-fill-available;
}

.filters label {
	flex-grow: 0;
    width: fit-content;
    margin: 0 10px;
}

.filters label select, .filters label input {
	display: block;
}

#jsn-page .downloadbuttons a.button, #dashboardHolder a {
	cursor: pointer;
	text-shadow: none;
	background: none;
	background-color: #fff;
	padding: 5px 10px;
	margin: 0 10px;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	color: #000;
	transition: background-color 0.2s;
}

#dashboardHolder a {
	margin: 5px auto;
	text-align: center;
	color: #fff;
	background-color: rgb(84, 185, 72);
	display: table;
}

#dashboardHolder a:hover {
	background-color: rgba(84, 185, 72, 0.8);
}

#jsn-page .downloadbuttons a.button:hover {
	background-color: rgba(84, 185, 72, 0.5);
}

#dashboardHolder > div {
	padding: 20px;
}

#dashboardHolder > div:nth-child(even) {
	background-color: #f7f7f7;
}

#dashboardHolder > div:nth-child(even) svg > rect {
	fill: #f7f7f7 !important;
}

.switchtabs {
	text-align: center;
}

.switchtabs .btn.btn-link {
	color: #fff;
	width: auto;
	display: inline-block;
	background-color: #185D1D;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.switchtabs .btn.btn-link:hover {
	background-color: rgb(84, 185, 72) !important;
}

.chronoforms form.ui.form .field > label {
	font-size: .8rem;
}

.subheader h1 {
	font-weight: 700;
	font-size: 3rem;
	line-height: normal;
	margin: 0;
	text-align: center;
}

.sublinks {
	margin-top: 40px;
	text-align: center;
	color: #fff;
}

.sublinks a {
	color: #fff !important;
}

.sublinks a:hover {
	color: #eee !important;
}

.approvaltable {
	width: 100%;
}

.approvaltable tr:nth-child(odd) {
	background-color: #f4f4f4;
}

.approvaltable tr:first-child {
	background-color: #eee;
	
}

.approvaltable tr td {
	padding: 4px;
}

.approvaltable tr td:nth-child(n + 14) {
	background-color: rgba(0, 0, 0, 0.05);
}

#dashboardHolderHolder {
	margin-top: 20px;
}

#dashboardHolder {
	padding-top: 10px;
	border-top: 2px solid rgb(84, 185, 72);
}

.switchtabs {
	display: flex;
    justify-content: center;
    align-items: flex-end;
}

h3, h4 {
	color: #185D1D;
	margin-bottom: 0;
}