html, body {
	font-family: Arial;
	-webkit-font-smoothing: antialiased;
}

html {
	/*background-image: url('../img/HiRes.jpg') no-repeat center center fixed;*/
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

@media(max-width:419px) {
	html, body {
		font-size: 12px;
	}
}

body {
	color: black;
	background: url("../../images/whitey.jpg") repeat scroll 0 0 #fff;
	background-size: 220px 220px;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
}

h1 {
	clear: both;
	color: #3498db;
	margin: 0 0 20px 0;
	padding-left: 14px;
	font-size: 2em;
}

.theme-color {
	color: #3498db;
}

h2 {
	clear: both;
	font-size: 1.8em;
	margin-bottom: 10px;
	padding: 10px 0 10px 30px;
}

h3 {
	border-bottom: 1px solid #c2c2c2;
	padding-left: 5px;
	margin-bottom: 15px;
	margin-top: 30px;
	font-size: 1.4em;
}

	h3 > span {
		border-bottom: 2px solid #c2c2c2;
		display: inline-block;
		padding: 0 5px 5px;
	}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .875em;
}

.roeing-hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	margin-block: 1rem;
	padding: 0;
	height: 0;
	border: 1px inset rgba(0,0,0,.125) !important;
	float: none;
	clear: both;
}

#theme-wrapper {
	box-shadow: 0 0 53px 0 rgba(0,0,0,.55);
	max-width: 1920px;
	margin: 0;
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
}

#header-navbar {
	background-color: #34495e;
	color: #fff;
	background-clip: border-box;
	border: 0 none;
	border-radius: 0;
	background-clip: padding-box;
	margin: 0;
	min-height: 50px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	position: relative;
	z-index: 99;
	padding-left: 8px;
	padding-right: 8px;
}

.normal-logo {
	height: 25px;
}
/*.navbar {
	padding-left: 8px;
	padding-right: 8px;
}

	.navbar > .navbar-brand {
		background: #34495e;
		color: #fff;
		font-family: 'Titillium Web',Geneva,sans-serif;
		font-weight: 700;
		width: 220px;
		margin-left: -8px;
		padding: 10px 15px;
	}

.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

@media(max-width:991px) {
	.navbar > .navbar-brand {
		background: transparent;
		color: #262626;
	}
}

@media(max-width:767px) {
	.navbar > .navbar-brand {
		padding-top: 12px;
		padding-top: 12.5px;
	}
}*/

/*@media(max-width:767px) {
	#logo {
		width: 150px;
		padding-left: 0;
		font-size: 1em;
		margin-left: 6px;
	}
}

@media(max-width:400px) {
	#logo {
		width: auto;
		margin-left: 15px;
	}
}

@media(max-width:767px) {
	#logo img {
		height: 19px;
	}
}

@media(max-width:400px) {
	#logo span {
		display: none;
	}
}

#logo.navbar-brand > img {
	float: left;
	padding-right: 4px;
	height: 30px;
}

@media(max-width:767px) {
	#logo.navbar-brand > img {
		height: 25px;
	}
}

@media(min-width:992px) {
	#logo.navbar-brand > img.normal-logo.logo-white {
		display: block;
	}
}

@media(max-width:991px) {
	#logo.navbar-brand > img.normal-logo.logo-white {
		display: none;
	}
}

@media(min-width:992px) {
	#logo.navbar-brand > img.normal-logo.logo-black {
		display: none;
	}
}

@media(max-width:991px) {
	#logo.navbar-brand > img.normal-logo.logo-black {
		display: block;
	}
}*/


#content-wrapper {
	background: #e7ebee;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	min-height: 1200px;
	padding: 15px 15px 35px 15px;
}

@media(max-width:991px) {
	#content-wrapper {
		margin-left: 0;
		border-left: 0 !important;
		border-right: 0 !important;
	}
}

@media(max-width:767px) {
	#content-wrapper {
		padding: 10px 8px 0 8px;
	}
}

@media(max-width:419px) {
	#content-wrapper {
		padding: 5px 5px 0 5px;
	}
}

#content-wrapper > .row, #content-wrapper > .two-columns, #content-wrapper > .three-columns, #content-wrapper > .wide-column, #content-wrapper > .narrow-column, #content-wrapper > .skinny-column, #content-wrapper > .four-columns, #content-wrapper > .six-columns, #content-wrapper > .two-thirds, #content-wrapper > .one-third {
	opacity: 1;
}

#footer-bar {
	bottom: 0;
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	background-color: rgb(255, 255, 255);
	font-size: .8em;
	height: 36px;
	line-height: 36px;
}

#footer-copyright {
	text-align: center;
	margin: 0;
	font-size: .8em;
	line-height: 36px;
}

.login-wrapper {
	background-image: url('../images/LoginBackground.png');
	background-size: cover;
	background-repeat: no-repeat;
}

#pwindicator {
	margin-bottom: 5px;
	margin-top: 15px;
	width: 150px;
}

#pwindicator2 {
	margin-bottom: 5px;
	margin-top: 15px;
	width: 150px;
}

.bar {
	height: 2px;
}

.pw-very-weak .bar {
	background: #d00;
	width: 30px;
}

.pw-very-weak .label {
	color: #d00;
}

.pw-weak .bar {
	background: #d00;
	width: 60px;
}

.pw-weak .label {
	color: #d00;
}

.pw-mediocre .bar {
	background: #f3f01a;
	width: 90px;
}

.pw-mediocre .label {
	color: #f3f01a;
}

.pw-strong .bar {
	background: #f3b31a;
	width: 120px;
}

.pw-strong .label {
	color: #f3b31a;
}

.pw-very-strong .bar {
	background: #0d0;
	width: 150px;
}

.pw-very-strong .label {
	color: #0d0;
}


#pswd_info {
	position: absolute;
	bottom: -142px;
	right: 15px;
	width: 250px;
	padding: 15px;
	background: #fefefe;
	font-size: .875em;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
	border: 1px solid #ddd;
	z-index: 1000;
}

	#pswd_info h4 {
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: normal;
	}

	#pswd_info ul, li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#pswd_info::before {
		content: "\25B2";
		position: absolute;
		top: -12px;
		left: 45%;
		font-size: 14px;
		line-height: 14px;
		color: #ddd;
		text-shadow: none;
		display: block;
	}

#pswd_info {
	display: none;
}

#pswd_info2 {
	position: absolute;
	bottom: -64px;
	bottom: -64px\9; /* IE Specific */
	right: 15px;
	width: 250px;
	padding: 15px;
	background: #fefefe;
	font-size: .875em;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
	border: 1px solid #ddd;
	z-index: 1;
}

	#pswd_info2 h4 {
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: normal;
	}

	#pswd_info2 ul, li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#pswd_info2::before {
		content: "\25B2";
		position: absolute;
		top: -12px;
		left: 45%;
		font-size: 14px;
		line-height: 14px;
		color: #ddd;
		text-shadow: none;
		display: block;
	}

#pswd_info2 {
	display: none;
}

#pswd_info3 {
	position: absolute;
	/*bottom: -165px;
    bottom: -165px\9; /* IE Specific 
    right: 15px;*/
	top: -14px;
	right: -198px;
	width: 190px;
	padding: 15px;
	background: #fefefe;
	font-size: .875em;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
	border: 1px solid #ddd;
	z-index: 1000;
}

	#pswd_info3 h4 {
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: normal;
	}

	#pswd_info3 ul, li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#pswd_info3::before {
		content: "\25C0";
		position: absolute;
		top: 22px;
		left: -12px;
		font-size: 14px;
		line-height: 14px;
		color: #ddd;
		text-shadow: none;
		display: block;
	}

#pswd_info3 {
	display: none;
}

#pswd_info4 {
	position: absolute;
	/*bottom: -64px;
    bottom: -64px\9; /* IE Specific
    right: 15px;*/
	top: -14px;
	right: -198px;
	width: 190px;
	padding: 15px;
	background: #fefefe;
	font-size: .875em;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
	border: 1px solid #ddd;
	z-index: 1;
}

	#pswd_info4 h4 {
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: normal;
	}

	#pswd_info4 ul, li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#pswd_info4::before {
		content: "\25C0";
		position: absolute;
		top: 22px;
		left: -12px;
		font-size: 14px;
		line-height: 14px;
		color: #ddd;
		text-shadow: none;
		display: block;
	}

#pswd_info4 {
	display: none;
}

#pswd_info5 {
	position: absolute;
	top: -14px;
	/*bottom: -64px;
    bottom: -64px\9; /* IE Specific */
	right: -198px;
	width: 190px;
	padding: 15px;
	background: #fefefe;
	font-size: .875em;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
	border: 1px solid #ddd;
	z-index: 1;
}

	#pswd_info5 h4 {
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: normal;
	}

	#pswd_info5 ul, li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#pswd_info5::before {
		content: "\25C0";
		position: absolute;
		top: 45%;
		left: -12px;
		font-size: 14px;
		line-height: 14px;
		color: #ddd;
		text-shadow: none;
		display: block;
	}

#pswd_info5 {
	display: none;
}


.pswd_info-invalid {
	padding-left: 22px;
	line-height: 24px;
	color: #ec3f41;
}

.pswd_info-valid {
	padding-left: 22px;
	line-height: 24px;
	color: #3a7d34;
}

#pswd_info .fa-li {
	left: -0.50em;
	position: absolute;
	text-align: center;
	top: 0.52857em;
	width: 2.14286em;
}

#pswd_info2 .fa-li {
	left: -0.50em;
	position: absolute;
	text-align: center;
	top: 0.52857em;
	width: 2.14286em;
}

#pswd_info3 .fa-li {
	left: -0.50em;
	position: absolute;
	text-align: center;
	top: 0.52857em;
	width: 2.14286em;
}

#pswd_info4 .fa-li {
	left: -0.50em;
	position: absolute;
	text-align: center;
	top: 0.52857em;
	width: 2.14286em;
}

#pswd_info5 .fa-li {
	left: -0.50em;
	position: absolute;
	text-align: center;
	top: 0.52857em;
	width: 2.14286em;
}

#pswd_infoA {
	position: absolute;
	bottom: -142px;
	/*bottom: -142px\9;*/ /* IE Specific */
	right: 15px;
	width: 250px;
	padding: 15px;
	background: #fefefe;
	font-size: .875em;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
	border: 1px solid #ddd;
	z-index: 1000;
}

	#pswd_infoA h4 {
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: normal;
	}

	#pswd_infoA ul, li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#pswd_infoA::before {
		content: "\25B2";
		position: absolute;
		top: -12px;
		left: 45%;
		font-size: 14px;
		line-height: 14px;
		color: #ddd;
		text-shadow: none;
		display: block;
	}

#pswd_infoA {
	display: none;
}

	#pswd_infoA .fa-li {
		left: -0.50em;
		position: absolute;
		text-align: center;
		top: 0.52857em;
		width: 2.14286em;
	}

.main-header h2 {
	border: none;
}

.webgrid-button-width {
	width: 40px;
}

.webgrid-button-column-width {
	width: 25px;
}

.fullwidth {
	width: 100%;
}

.report-checklist {
	height: 120px;
	max-height: 120px;
	width: 100%;
	overflow: auto;
	border: solid;
	/*margin-left: 5px;*/
}

.btn-file {
	position: relative;
	overflow: hidden;
}

	.btn-file input[type=file] {
		position: absolute;
		top: 0;
		right: 0;
		min-width: 100%;
		min-height: 100%;
		font-size: 100px;
		text-align: right;
		filter: alpha(opacity=0);
		opacity: 0;
		outline: none;
		background: white;
		cursor: inherit;
		display: block;
	}

.wj-control.form-control {
	padding: 0;
	height: auto;
}

	.wj-control.form-control input {
		margin-top: 0px;
		margin-bottom: 0px;
		height: 34px;
	}

	.wj-control.form-control.wj-state-focused {
		border-color: #8FBD8F;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	}

.dashboard-link-active {
	border: 3px solid black !important;
	font-weight: bold;
}


.summary-icon-text {
	margin-top: -1px;
}

/*------------------------------------------------*/
/*	Main Navigation
/*------------------------------------------------*/
/* main menu */
ul.main-menu {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 4px;
}

	ul.main-menu > li a {
		display: block;
		position: relative;
		padding: 13px 0 13px 15px;
		font-size: 14px;
		color: #ffffff;
		background-color: #437042;
		border-top: 1px solid #dfdfdf;
		text-decoration: none;
	}

		ul.main-menu > li a:hover {
			text-decoration: none;
			background-color: #f1f1f1;
			color: #000000;
		}

	ul.main-menu > li.active > a {
		background-color: #dfdfdf;
		color: #437042;
	}

	ul.main-menu > li:first-child > a {
		border-top: none;
	}

	ul.main-menu > li i {
		width: 14px;
		text-align: center;
	}

	ul.main-menu > li .text {
		padding-left: 8px;
		font-size: 0.9em;
	}

	ul.main-menu > li .toggle-icon {
		font-size: 14px;
		width: 10px;
		position: absolute;
		right: 10px;
		top: 16px;
		text-shadow: none;
	}

	ul.main-menu .sub-menu {
		position: relative;
		display: none;
		padding-left: 0;
		background-color: #9FC69F;
	}

		ul.main-menu .sub-menu.open {
			overflow: hidden;
			display: block;
		}

		ul.main-menu .sub-menu li a {
			padding-left: 33px;
			background-color: #9FC69F;
		}

		ul.main-menu .sub-menu li.active > a {
			font-weight: 700;
		}

		ul.main-menu .sub-menu .sub-menu li a {
			padding-left: 50px;
		}

	ul.main-menu > li > a,
	.content-wrapper {
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

.left-sidebar {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 170px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	left: 0;
	/*position: absolute;*/
	float: none;
	z-index: 999;
	background-color: #ececec;
}

	.left-sidebar.minified {
		width: 40px;
		margin-right: -40px;
		z-index: 9;
	}

		.left-sidebar.minified .main-menu > li {
			position: relative;
		}

			.left-sidebar.minified .main-menu > li i {
				width: 40px;
			}

			.left-sidebar.minified .main-menu > li .toggle-icon {
				display: none;
			}

			.left-sidebar.minified .main-menu > li > a {
				padding-left: 0;
			}

				.left-sidebar.minified .main-menu > li > a > .text {
					display: none;
				}

			.left-sidebar.minified .main-menu > li:hover > a > .text {
				position: absolute;
				display: block;
				left: 40px;
				top: -1px;
				min-width: 200px;
				z-index: 9999;
				padding: 13px 10px;
				border: 2px solid #dfdfdf;
				line-height: 1.5;
				background: #dfdfdf;
				font-weight: 700;
				opacity: 1 !important;
			}

			.left-sidebar.minified .main-menu > li:hover > ul.sub-menu {
				display: block !important;
				min-width: 200px;
				position: absolute;
				margin-left: 40px;
				z-index: 9999;
				border: 1px solid #E4E4E4;
				border-top: none;
			}

				.left-sidebar.minified .main-menu > li:hover > ul.sub-menu > li > a {
					padding-left: 10px;
				}

	.left-sidebar.sidebar-hide-left {
		left: -230px;
	}

@media screen and (max-width: 992px) {
	.left-sidebar {
		left: -230px;
	}
}

@media screen and (max-width: 600px) {
	.mobile-hide {
		display: none !important;
	}

	.mobile-show {
		display: inline !important;
	}
}

.mobile-hide {
	display: block;
}

.mobile-show {
	display: none;
}

.menu-scroll {
	background-color: #fed9ff;
	width: 600px;
	height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
	padding: 20px;
	z-index: 1;
	zoom: 1;
}

/*body.sidebar-float .left-sidebar {
	left: -230px;
	-moz-box-shadow: 1px 4px 5px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 4px 5px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 4px 5px 4px rgba(0, 0, 0, 0.3);
}

	body.sidebar-float .left-sidebar.sidebar-float-active {
		left: 0;
	}

body.sidebar-fixed .left-sidebar {
	position: fixed;
	height: 100%;
}*/

body.focus-mode .left-sidebar {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.sidebar-minified {
	text-align: center;
	position: relative;
	margin: 8px 0;
}

@media screen and (max-width: 992px) {
	.sidebar-minified {
		display: none;
	}
}

.sidebar-minified:before {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	content: "";
	height: 0;
	border-top: 1px solid #c4c4c4;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 13px;
}

.sidebar-minified i {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	width: 25px;
	height: 25px;
	position: relative;
	border: 1px solid #A2A2A2;
	color: #A2A2A2;
	padding: 4px;
	background-color: #f1f1f1;
	cursor: pointer;
}

	.sidebar-minified i:hover {
		background-color: #f6f6f6;
	}

.toggle-sidebar-collapse {
	color: #ffffff;
	font-size: 22px;
	margin-right: 15px;
	line-height: 34px;
}

	.toggle-sidebar-collapse:hover, .toggle-sidebar-collapse:active, .toggle-sidebar-collapse:focus {
		color: #ffffff;
	}

/*------------------------------------------------*/
/*	Main Content
/*------------------------------------------------*/
.content-wrapper {
	padding: 0;
	margin-left: 170px;
	position: relative;
	background-color: #fdfdfd;
	border-left: 1px solid #e4e4e4;
	padding-top: 50px;
	padding-bottom: 4px;
}

	.content-wrapper.expanded {
		width: 100%;
		padding-left: 70px;
		margin-left: 0;
	}

	.content-wrapper.expanded-full {
		margin-left: 0;
		padding: 15px;
		padding-top: 50px;
	}

li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media screen and (max-width: 480px) {
	.content-wrapper {
		padding: 15px;
	}
}

body.sidebar-float .content-wrapper {
	margin-left: 0;
	padding-top: 50px;
}

.top-general-alert {
	padding: 10px 15px;
	margin-bottom: 30px;
	border: none;
	text-align: center;
	display: none;
}

	.top-general-alert .close {
		text-decoration: none;
		position: relative;
		top: -3px;
		font-size: 12px;
		float: none;
	}

@media screen and (max-width: 992px) {
	.top-general-alert {
		position: relative;
		padding-right: 45px;
		text-align: left;
	}

		.top-general-alert .close {
			position: absolute;
			right: 15px;
			top: 0;
			font-size: 3em;
		}
}

.breadcrumb {
	background-color: inherit;
	padding-left: 0;
}

	.breadcrumb a {
		color: #555;
	}

	.breadcrumb i {
		font-size: 1.2em;
		margin-right: 5px;
	}

	.breadcrumb .active {
		font-weight: 300;
	}

/* top content, visible on every page */
@media screen and (max-width: 1199px) {
	div[class*="col-lg-"] .top-content {
		text-align: center;
	}
}

.top-content {
	text-align: right;
	margin-bottom: 20px;
	/* dashboard only */
	/* every page except dashboard */
}

	.top-content ul.mini-stat {
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		margin-bottom: 0;
	}

@media screen and (max-width: 992px) {
	.top-content ul.mini-stat {
		display: block;
	}
}

.top-content ul.mini-stat > li {
	border-left: 1px solid #ddd;
	padding-left: 15px;
	padding-right: 15px;
}

	.top-content ul.mini-stat > li:first-child {
		border-left: none;
	}

@media screen and (max-width: 992px) {
	.top-content ul.mini-stat > li {
		width: 100%;
		border-left: none;
		padding-bottom: 15px;
	}
}

@media screen and (min-width: 992px) {
	.top-content ul.mini-stat > li {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.top-content ul.mini-stat h5 {
	float: left;
	margin: 0;
	text-align: left;
	font-size: 0.85em;
	color: #888888;
}

	.top-content ul.mini-stat h5 .stat-value {
		display: block;
		font-size: 1.5em;
		margin-top: 3px;
	}

		.top-content ul.mini-stat h5 .stat-value.stat-color-seagreen {
			color: #3F7577;
		}

		.top-content ul.mini-stat h5 .stat-value.stat-color-blue {
			color: #fc7292;
		}

		.top-content ul.mini-stat h5 .stat-value.stat-color-orange {
			color: #CE7B11;
		}

.top-content .mini-bar-chart {
	display: block;
	float: right;
	margin: 6px 0 0 20px;
}

.top-content ul.quick-access {
	margin-bottom: 0;
}

	.top-content ul.quick-access > li {
		width: 15em;
		padding: 0;
	}

@media screen and (max-width: 768px) {
	.top-content ul.quick-access > li {
		width: 100%;
	}
}

.top-content ul.quick-access > li a, .top-content ul.quick-access > li a:focus, .top-content ul.quick-access > li a:hover {
	text-decoration: none;
}

.top-content ul.quick-access > li .quick-access-item {
	display: block;
	position: relative;
	background-color: #555;
	color: #ffffff;
	padding: 15px;
	text-align: left;
	overflow: hidden;
}

	.top-content ul.quick-access > li .quick-access-item h5, .top-content ul.quick-access > li .quick-access-item p {
		margin: 0;
	}

	.top-content ul.quick-access > li .quick-access-item em {
		font-size: 0.85em;
	}

	.top-content ul.quick-access > li .quick-access-item i {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
		opacity: 0.1;
		-moz-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
		position: absolute;
		top: 0.15em;
		right: -0.1em;
		font-size: 5em;
	}

	.top-content ul.quick-access > li .quick-access-item:hover i {
		-moz-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}

	.top-content ul.quick-access > li .quick-access-item.bg-color-green {
		background-color: #859419;
	}

	.top-content ul.quick-access > li .quick-access-item.bg-color-blue {
		background-color: #fc7292;
	}

	.top-content ul.quick-access > li .quick-access-item.bg-color-orange {
		background-color: #CE7B11;
	}

.main-header {
	margin-bottom: 20px;
}

	.main-header h2 {
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		/*border-right: 1px solid #ccc;*/
		margin: 0;
		padding-right: 10px;
		margin-right: 10px;
	}

@media screen and (max-width: 768px) {
	.main-header h2 {
		display: block;
		border-right: none;
	}
}

.main-header em {
	color: #bbbbbb;
}

.main-content {
	padding-bottom: 30px;
}

.top-bar .notifications,
.top-bar .logged-user {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	text-align: left;
	font-size: 1.25em;
}

.c1-grid-mask {
	display: none !important;
}

.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
}

.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
}

.modal-content {
	width: inherit;
	height: inherit;
	margin: 0 auto;
}


.panel-group .panel .panel-title > a:focus {
	text-decoration: none;
	outline: none;
}

.form-control-header {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.form-control-with-header {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.modal {
	overflow: auto;
}

.reservation-button-width {
	width: 165px;
}

.reservation-button-alignright {
}

.form-group-header-label {
	font-weight: bold;
	font-size: larger;
	padding-bottom: 4px;
}

.form-group {
	padding-bottom: 4px;
}

.input-group-addon {
	padding: 6px 8px 6px 8px !important;
}

.widget {
	border: none;
}

	.widget .widget-content {
		padding: 0;
	}

/*.k-dropdown:not(.k-editor-widget):not(.form-control-no-width) {
	width: 100% !important;
}*/

/*input.k-textbox {
	height: 2.43em !important;
}*/

/*.k-input-inner.k-placeholder,
.k-input-inner:-ms-input-placeholder {
	color: inherit;
	opacity: .5;
}*/

.k-textbox > .k-input {
	border-width: 0 !important;
	/* height: 2.43em !important;
  line-height: 1.93571428em;
  text-indent: .8em;*/
}

.k-edit-form-container {
	padding: 10px;
	width: auto !important;
}

/*.form-control {
	height: auto !important;
}*/

.k-numerictextbox, .k-maskedtextbox, .k-textbox {
	padding: 0;
	width: 100% !important;
	height: auto !important;
}

.k-widget.k-button-group {
	border: none;
}

.k-rpanel-left, .k-rpanel-right {
	overflow: visible !important;
}

.k-drawer {
	overflow: visible !important;
}

.k-drawer-wrapper {
	width: 180px !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
}

/*.k-button.k-state-active, .k-button:active {
	color: #000 !important;
	background-color: #ebebeb !important;
	border-color: #6FAA6E !important;
}*/

*, :before, :after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.form-control, /*if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.form-control.k-widget {
		padding: 0;
		width: 100%;
		height: auto;
	}

.form-control-no-width.k-widget {
	padding: 0;
	height: auto;
}

.form-control.k-widget:not(.k-autocomplete):not(.k-textbox) {
	border-width: 0;
}

.form-control[readonly] {
	background-color: #eee !important;
	font-size: 12px !important;
}

.k-dropdown-wrap, .k-numeric-wrap, .k-picker-wrap {
	padding-right: 0;
}

.material-switch > input[type="checkbox"] {
	display: none;
}

.material-switch > label {
	cursor: pointer;
	height: 0px;
	position: relative;
	width: 40px;
}

	.material-switch > label::before {
		background: rgb(0, 0, 0);
		box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
		border-radius: 8px;
		content: '';
		height: 16px;
		margin-top: -8px;
		position: absolute;
		opacity: 0.3;
		transition: all 0.4s ease-in-out;
		width: 40px;
	}

	.material-switch > label::after {
		background: rgb(255, 255, 255);
		border-radius: 16px;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
		content: '';
		height: 24px;
		left: -4px;
		margin-top: -8px;
		position: absolute;
		top: -4px;
		transition: all 0.3s ease-in-out;
		width: 24px;
	}

.material-switch > input[type="checkbox"]:checked + label::before {
	background: inherit;
	opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
	background: inherit;
	left: 20px;
}

.vcenter {
	/*display: inline-block;
  vertical-align: middle;
  float: none;*/
	height: 32px;
	padding-top: 6px;
	padding-left: 4px;
}

.vcenter2 {
	height: 26px;
	padding-top: 8px;
	padding-left: 4px;
}

.k-datepicker {
	width: 100%;
}

.image-addon {
	border-radius: 4px 0 0 4px;
}

.multi-line {
	width: 100%;
	/*text-indent: .8em each-line;*/
}

/*Kendo*/

.k-grid-toolbar.k-toolbar {
	margin: 0;
	padding: 6px 2px 6px 6px;
	cursor: default;
}

.k-grid .k-grid-IsActive {
	margin-left: auto;
	margin-right: 0;
}

.k-grid-icon-button {
	margin-left: 4px !important;
	margin-right: 4px !important;
}

.k-grid .k-button:not(.roeing-search-button):not(.k-input-button) {
	margin: 0 .16em !important;
}

/*	
  readonly / disabled	
*/
.k-disabled, .k-state-disabled {
	opacity: 1; /* override the kendo setting */
}

/*.k-input[readonly],
.k-input-inner[readonly],
.k-textarea[readonly],
.k-dropdown[aria-readonly="true"] > .k-dropdown-wrap.k-state-default,
.k-dropdownlist[aria-readonly=true],
.k-switch[aria-readonly=true] > .k-switch-track {
	background-color: #eee !important;
	color: black;
}*/


.k-input-inner.k-placeholder,
.k-input-inner.placeholder,
.k-input-inner.k-readonly {
	color: inherit;
	opacity: .8;
}



/*.k-textarea {	
	border-color: rgba(0,0,0,.08);	
}*/
.k-dropdown[aria-readonly="true"] > .k-dropdown-wrap.k-state-default > .k-select {
	color: #a1a1a1;
}

.k-editor {
	border-radius: 4px;
}


.k-editor-toolbar-hide {
	display: none !important;
}

.k-editor-background-hide {
	background: none !important;
}

.k-editor-content-hide {
	border-width: 0 !important;
}

span.k-widget.k-tooltip-validation {
	display;
	inline-block;
	width: 100%;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	box-shadow: none;
	color: red;
}

.k-tooltip-validation .k-warning {
	display: none;
}

.roeing-card-header {
	font-size: 24px;
}



.login-box, .register-box {
	width: 360px;
	margin: 7% auto;
}

.login-page, .register-page {
	background: #d2d6de;
}

.login-logo, .register-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300;
}

.login-box-msg, .register-box-msg {
	margin: 0;
	text-align: center;
	padding: 0 20px 20px 20px;
}

.login-box-body, .register-box-body {
	background: #fff;
	padding: 20px;
	border-top: 0;
	color: #666;
}

.has-feedback {
	position: relative;
}

.k-window {
	border-radius: 4px;
}

.k-window-content:not(.k-popup-edit-form) {
	padding: 0 !important;
}

.widget-content-test {
	width: auto;
	border-top: 12px solid white !important;
	border-left: 12px solid white !important;
	border-right: 12px solid white !important;
	border-bottom: 0 !important;
}

/*.k-window-content:not(.k-popup-edit-form) {
  padding: 0 !important;
}*/

.k-window-content.k-dialog-content {
	padding: 12px 12px !important;
}

.k-window-titlebar {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.k-window .k-edit-form-container .k-edit-buttons {
	/*float: right !important;*/
	justify-content: flex-end;
}

.k-scheduler-edit-form .k-edit-form-container .k-edit-buttons {
	float: right !important;
}

.k-sprite-fontawesome {
	height: 13px !important;
	font-size: 13px !important;
}

.roeing-grid-command-buttons {
	clear: both;
	padding: 2px;
}

/*.k-edit-buttons .k-button {
	margin: 0 .16em;
}*/

.roeing-k-edit-buttons {
	clear: both;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #ccc;
	position: relative;
	bottom: -1em;
	padding: .6em;
	background: #f5f5f5;
}

.roeing-k-button-left {
	float: left;
}

.roeing-search-autocomplete {
	border-radius: 0;
}

.roeing-search-button {
	margin: 0 0 !important;
}

.roeing-search-button-right {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 2px !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 2px !important;
}

/* this is needed to fix a format issue when using FontAwesome icons in the IconClass of buttons */
.roeing-button-icon .k-svg-icon {
	height: 14px !important;
	width: 14px !important;
}

/*.roeing-auto-width {
  width: auto !important;
}*/

.k-grid-column-buttons-1 {
	width: 30px;
}

.k-grid-column-buttons-2 {
	width: 55px;
}

.roeing-partial-toolbar {
	width: 100% !important;
}

.roeing-toolbar {
	border-style: solid !important;
	border-width: 1px 0 0 0 !important;
	box-shadow: none !important;
	padding: 4px !important;
}

.spacer-container {
	background-color: #f3f3f3;
}

.roeing-appbar-container {
	/*box-shadow: 0 !important;*/
}

.k-appbar.k-appbar-bottom {
	box-shadow: none !important;
}

.logged-user {
	z-index: 99999;
}

.roeing-partial-appbar {
	width: 100% !important;
	box-shadow: none !important;
	padding-bottom: 10px !important;
	/*background-color: transparent !important;*/
	border-color: rgba(0, 0, 0, 0.08);
	color: #424242;
	background-color: #fafafa;
}

.k-appbar {
	padding: 0 0 10px 0 !important;
}

.k-appbar-section {
	width: 100% !important;
	align-items: normal !important;
}

	.k-appbar-section .container-fluid {
		margin-right: unset !important;
	}

.trv-nav .k-menu .k-menu-group .k-item > .k-link {
	background-color: white !important;
}

	.trv-nav .k-menu .k-menu-group .k-item > .k-link:hover {
		background-color: rgb(159, 198, 159) !important;
	}

.k-animation-container > .k-group .k-menu-group .k-popup {
	max-height: 800px !important;
}

.k-calendar-range .k-content {
	margin-right: 6px !important;
	margin-left: 6px !important;
}

.roeing-transparent-background {
	background-color: transparent !important;
}

.k-grid-header span.k-link {
	color: #333;
}

.k-link {
	color: #333;
}

.text-delete {
	color: red;
}

.k-grid .k-dropdown {
	margin: .16em;
}

/* Kendo Base Settings */

/* Grid */

/* Grid Toolbar */

.k-listview {
	border-left-width: 0px !important;
	border-right-width: 0px !important;
}

.k-menu-link > .k-sprite.fa-solid,
.k-menu-link > .k-sprite.fa-regular,
.k-menu-link > k-sprite.fa-light,
.k-menu-link > .k-sprite.fa-thin,
.k-menu-link > .k-sprite.fa-duotone {
	text-indent: 0;
	font-size: 1em;
	width: 1em !important;
}

/*.k-menu.k-header .k-link.k-menu-link {
	padding: 2px 4px 2px 4px !important;
	border-width: 0;
	border-style: none;
}*/

/*.k-menu-vertical > .k-menu-item + .k-menu-item {	
  margin-top: 0;	
}*/
.k-menu-vertical > .k-item.k-menu-item.k-menu-link, .k-menu-vertical > .k-item.k-menu-item {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

#loginMenu.k-menu.k-header .k-link.k-menu-link {
	padding: 2px 4px 2px 4px !important;
	border-width: 0;
	border-style: none;
}

#loginMenu.k-menu.k-header {
	background: #569155;
	border: 0;
}

	#loginMenu.k-menu.k-header > .k-state-highlight {
		background: #569155;
		border: 0;
	}

	#loginMenu.k-menu.k-header > .k-item.k-menu-item.k-first > .k-link.k-menu-link > .k-menu-link-text {
		color: #fde0b4;
	}

.eap-application-status-arithspan {
	padding-top: 7px !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
}

.input-group-reset-right-radius {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.text-warning {
	color: red !important;
}
