body {
	background: transparent
		linear-gradient(119deg, #45842E 0%, #9ACD32 100%) 0% 0% no-repeat
		padding-box;
	opacity: 1;
}

.login-err-msg {
	font-size: 13px;
	font-weight: bold;
	color: #D8000C;
	position: relative;
	top: 60px;
	padding-left: 25px;
}

ul.login-err-msg {
	list-style: none;
	margin: 0;
}

#middle {
	margin-bottom: 100px;
}

#left-login, #mid-login, #support {
	width: 33.33%;
	height: 384px;
}

.headline {
	height: 90px;
	background: transparent linear-gradient(90deg, #45842E 0%, #9ACD32 100%)
		0% 0% no-repeat padding-box;
	opacity: 1;
}

.headline_inner {
	padding: 26px 0;
}

.boxSection {
	margin-top: 30px;
	width: 350px;
	height: 346px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #0000001F;
	border-radius: 4px;
	border: 1px solid #F2EDED;
	opacity: 1;
}

.boxHeaderColor {
	width: 100%;
	height: 5px;
	background: transparent linear-gradient(90deg, #45842E 0%, #9ACD32 100%)
		0% 0% no-repeat padding-box;
	border-radius: 4px 4px 0px 0px;
	opacity: 1;
}

.greyBackground {
	background-color: #F5F5F5;
}

h3.boxTop {
	text-align: center;
	font: 20px/24px RubikBold;
	letter-spacing: 0px;
	color: #393C3F;
	opacity: 1;
	margin-top: 20px;
	margin-bottom: 30px;
}

.center {
	text-align: center;
}

input#username, input#password {
	height: 40px;
	margin: 0px 0px 0px 25px;
	width: 300px;
	padding: 0px 0px 0px 30px;
	border: 2px solid #F2EDED;
	border-radius: 4px;
	opacity: 1;
	text-align: left;
	font: normal normal normal 16px/19px Rubik;
	letter-spacing: 0px;
	color: #757575 !important;
}

input#username:focus, input#password:focus {
	border: 1px solid #2196f3;
	outline: 0 none;
	box-shadow: 0 0 0 .2em #a6d5fa
}

.input-icon {
	position: absolute;
	left: 35px;
	top: calc(50% - 0.5em);
	/* Keep icon in center of input, regardless of the input height */
	color: #393C3F;
	opacity: 1;
}

.input-wrapper {
	position: relative;
}

.error-location {
	position: absolute;
	top: 30px;
}

input#password {
	margin-top: 20px;
}

.marginTop15 {
	margin-top: 15px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop25 {
	margin-top: 25px;
}

.marginTop40 {
	margin-top: 40px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginTop50 {
	margin-top: 50px;
}

.marginLeft10 {
	margin-left: 10px;
}

.marginLeft20 {
	margin-left: 20px;
}

.marginBottom0 {
	margin-bottom: 0px;
}

.marginBottom30 {
	margin-bottom: 30px;
}

.width300 {
	width: 300px;
	min-width: 300px;
}

.width200 {
	width: 200px;
	min-width: 200px;
}

.width150 {
	width: 150px;
	min-width: 150px;
}

.greenText {
	color: #64B047;
}

.greyText {
	text-align: left;
	letter-spacing: 0px;
	color: #757575;
	opacity: 1;
}

.darkText {
	text-align: left;
	letter-spacing: 0px;
	color: #393C3F;
	opacity: 1;
}

.rubikFontNormal {
	font: normal normal normal 16px/19px Rubik;
	color: #393C3F;
}

.whiteText {
	color: #FFFFFF;
}

input[type="submit"].sr-button, button.sr-button {
	margin-top: 0px;
	height: 42px;
	font: 18px/20px Rubik;
	padding: 12px 15px 5px 15px;
	background: #3778BA 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 2px #0000003D;
	border-radius: 4px;
	opacity: 1;
}

.button, .button:hover, .pj_sort a[name="pj_name"], .pj_sort a[name="pj_date"],
	a.pj_cat_filter {
	height: 42px;
	margin-top: 0px;
	border-radius: 4px;
	font: 18px/20px Rubik;
	background: #3778BA 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 2px #0000003D;
	border-radius: 4px;
	opacity: 1;
	padding: 12px 15px 5px 15px;
}

a#support-button, a#support-button:hover {
	height: 42px;
	font: 18px/20px Rubik;
	background: #3778BA 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 2px #0000003D;
	opacity: 1;
	padding: 12px 15px 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	text-transform: uppercase;
}

.content_wrap.r_sidebar form {
	float: none;
}

*::-webkit-input-placeholder {
	text-align: left;
	font: 16px/19px Rubik;
	letter-spacing: 0px;
	color: #757575;
	opacity: 1;
}

*:-moz-placeholder {
	/* FF 4-18 */
	text-align: left;
	font: 16px/19px Rubik;
	letter-spacing: 0px;
	color: #757575;
	opacity: 1;
}

*::-moz-placeholder {
	/* FF 19+ */
	text-align: left;
	font: 16px/19px Rubik;
	letter-spacing: 0px;
	color: #757575;
	opacity: 1;
}

*:-ms-input-placeholder {
	/* IE 10+ */
	text-align: left;
	font: 16px/19px Rubik;
	letter-spacing: 0px;
	color: #757575;
	opacity: 1;
}

.homeBtn {
	display: inline-block;
	margin-top: 0px;
}

.logoutBtn {
	display: inline-block;
	margin-right: 20px;
}

.center-horizontal-align {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.mainLabel {
	font: 32px/38px RubikBold;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

.loginInput {
	background-color: unset !important;
	border: 2px solid #F2EDED;
	border-radius: 4px;
	opacity: 1;
}

.linkStyle {
	font: normal normal medium 16px/19px Rubik;
	letter-spacing: 0px;
	color: #3778BA;
	opacity: 1;
}

input#password {
	margin-top: 15px;
}

.fontSize18 {
	font-size: 18px;
}

a:hover {
	color: #3778BA;
}

#page {
	background: none;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
	position: relative;
}

.marginLeft80 {
	margin-right: 106px;
}

#footer .footer_inner>span {
	text-align: left;
	font: normal normal normal 14px/17px Rubik;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

#footer .footer_nav>li a, #footer .footer_nav>li a:hover {
	text-align: left;
	font: normal normal medium 14px/17px Rubik;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

#header {
	display: none;
}

#footer {
	background: none;
	opacity: 1;
	width: 100%;
	overflow: hidden;
	position: relative;
	/* top:140px; */
}

.knBaseSec {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #0000001F;
	border-radius: 4px;
	opacity: 1;
	width: 350px;
	height: 125px;
	margin-top: 25px;
}

.knLabel {
	text-align: center;
	font: normal normal normal 16px/22px Rubik;
	letter-spacing: 0px;
	color: #393C3F;
	opacity: 1;
	position: relative;
	top: 25px;
	left: 25px;
}

.knLabelsec {
	text-align: center;
	font: normal normal normal 16px/22px Rubik;
	letter-spacing: 0px;
	color: #393C3F;
	opacity: 1;
	position: relative;
	top: 30px;
	left: 75px;
}

.knBaseHeading {
	position: relative;
	left: 59px;
	top: 40px;
}

.knBaseSec .fa-arrow-up-right-from-square {
	font-size: 16px;
	line-height: 19px;
	color: #3778BA;
	margin-left: 5px;
}

.l-medium-16-20-rubik {
	text-align: right;
	font: normal normal 14px/20px RubikMedium;
	letter-spacing: 0px;
	color: #3778BA;
	opacity: 1;
}

.boxCenter {
	width: 100%;
}

@media screen and (max-width:767px) {
	.login-err-msg {
		position: relative;
		top: 30px;
	}
}

@media screen and (max-width:400px) {
	.boxSection, .knBaseSec {
		width: 300px;
	}
	input#username, input#password, #loginButton.width300 {
		width: 250px
	}
	.knLabel {
		position: relative;
		left: 12px;
	}
	.knLabelsec {
		position: relative;
		left: 53px;
	}
	.knBaseHeading {
		position: relative;
		left: 48px;
	}
}

@media screen and (max-width:320px) {
	.boxSection {
		width: 270px;
	}
	.knBaseSec {
		width: 270px;
		height: 150px;
	}
	input#username, input#password, #loginButton.width300 {
		width: 220px;
	}
	.knLabelsec {
		position: relative;
		left: 40px;
	}
	.knBaseHeading {
		position: relative;
		left: 33px;
	}
}

@media screen and (max-width:290px) {
	.boxSection {
		width: 250px;
	}
	.knBaseSec {
		width: 250px;
	}
	input#username, input#password, #loginButton.width300 {
		width: 200px;
	}
	.knLabel {
		position: relative;
		left: 10px;
	}
	.knLabelsec {
		position: relative;
		left: 30px;
	}
	.knBaseHeading {
		position: relative;
		left: 22px;
	}
}