/* Minification failed. Returning unminified contents.
(2,11): run-time error CSS1030: Expected identifier, found ','
(2,16): run-time error CSS1031: Expected selector, found ')'
(2,16): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* Don't want everything to be Open Sans.  e.g. Fontawesome */
*:not(.fas,.fab) {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px !important;
}

fieldset {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}

html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

form {
	height: 100%;
	width: 100%;
}

td.admintop {
	background-position: left top;
	background-repeat: repeat-x;
	height: 25px;
	border-style: none;
}

.GridOutline {
	border-right: #4682b4 1px solid;
	border-left: #4682b4 1px solid;
	border-bottom: #4682b4 1px solid;
	border-top: #4682b4 1px solid;
}

.Grid2 {
	display:none;
}
/*Login page styles*/
#loginPane {
	height: 360px;
	width: 400px;
	margin: 100px auto 0;
}

#header {
	height: 57px;
	width: 400px;
}

#headerBar {
	height: 70px;
	width: 400px;
	background-repeat: repeat-x;
}

#loginContentArea {
	height: 223px;
	width: 400px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

	#loginContentArea form.search input {
		width: 175px;
		height: 50px;
		float: right;
		margin: 0 0 8px;
		padding: 2px;
		cursor: pointer;
		background-color: #feffed !important;
	}

	#loginContentArea form.search {
		width: 340px;
		float: right;
		padding: 10px;
		margin-left: 40px;
	}

#loginPoweredByArea {
	height: 33px;
	width: 400px;
}

/*End Login page styles
Begin Main Page styles*/
.publicLogin {
	border-right: darkgray thin solid;
	border-top: darkgray thin solid;
	border-left: darkgray thin solid;
	border-bottom: darkgray thin solid;
	background-color: gainsboro;
}

.wrapper {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 5px 8px;
}

.main {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

#contentHeader {
	width: 100%;
	height: 30px;
	padding-top: 5px;
}

	#contentHeader h1 {
		position: absolute;
		padding-top: 5px;
		font-family: 'Open Sans',Helvetica, Arial, sans-serif;
		font-size: 10px;
	}

	#contentHeader img {
		background-position: left top;
		left: 10px;
		position: relative;
		padding-top: 0;
		padding-right: 25px;
	}

.content {
	width: 79.0%;
	float: right;
	display: inline;
	position: relative;
	min-height: 500px;
	height: auto !important;
	background-color: transparent;
	margin: 0;
}

.contentBackground {
	min-height: 500px;
	height: auto !important;
	overflow: auto;
	background-color: transparent;
}

.sidebar {
	width: 20%;
	max-width: 20%;
	min-height: 500px;
	height: 100% !important;
	float: left;
}

/*End Main page styles
Page Loading Styles*/
.input {
	font-size: 9pt;
	color: #003366;
	font-family: Helvetica;
}

.loaderBkg {
	width: 600px;
	height: 400px;
	float: right;
	background-color: transparent;
	z-index: 999;
	position: absolute;
	margin: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

.footer {
	height: 10px;
	margin: 0;
}

.help {
	background-color: #fafad2;
	border-bottom: darkgray thin solid;
	border-left: darkgray thin solid;
	border-top: darkgray thin solid;
	border-right: darkgray thin solid;
}

.helptext {
	font-size: 7pt;
	font-weight: normal;
	padding-left: 5px;
	text-align: left;
}


.highslide-html-content {
	position: absolute;
	display: none;
}

.highslide-loading {
	display: block;
	color: #000;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid #000;
	background-color: #FFF;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	padding: 2px 2px 2px 22px;
}

a.highslide-credits, a.highslide-credits i {
	color: silver;
	text-decoration: none;
	font-size: 11px;
	padding: 2px;
}

	a.highslide-credits:hover, a.highslide-credits:hover i {
		color: #FFF;
		background-color: gray;
	}

.highslide-wrapper .highslide-html-content {
	width: 400px;
	height: 500px;
	padding: 0 5px 5px;
}

.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}

	.highslide-wrapper .highslide-header ul {
		text-align: right;
		margin: 0;
		padding: 0;
	}

		.highslide-wrapper .highslide-header ul li {
			display: inline;
			padding-left: 1em;
		}

			.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
				display: none;
			}

	.highslide-wrapper .highslide-header a {
		font-weight: 700;
		color: gray;
		text-transform: uppercase;
		text-decoration: none;
	}

		.highslide-wrapper .highslide-header a:hover {
			color: #000;
		}

	.highslide-wrapper .highslide-header .highslide-move a {
		cursor: move;
	}

.highslide-wrapper .highslide-footer {
	height: 15px;
}

	.highslide-wrapper .highslide-footer .highslide-resize {
		float: right;
		margin-top: 4px;
		height: 11px;
		width: 11px;
		background: url(highslide/graphics/resize.gif);
	}

.highslide-move {
	cursor: move;
	font-weight: 700;
	padding-left: 8px;
	color: #565656;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.highslide-resize {
	cursor: nw-resize;
}

td, div, p, .highslide-wrapper div {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px !important;
	cursor: default;
}



h2, h1 {
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.highslide-html, .highslide-wrapper, .rounded-white {
	background-color: #FFF;
}

/*Dialogbox Styles*/

.iFrameCss {
	overflow: auto;
	width: 100%;
	height: 100%;
	position: static;
	background-color: White;
	border-style: none;
}

.iFrameCss_noOverflow {
	overflow: none;
	width: 100%;
	height: 100%;
	position: static;
	background-color: White;
	border-style: none;
}

.modalMaskCss div {
	width: 90%;
	height: 95%;
	max-width: 95%;
}

#mymodal {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0.5;
	background-color: silver;
	filter: alpha(opacity=50);
	width: 100%;
	height: 100%;
	display: none;
}

.imageMiddle {
	vertical-align: middle;
	padding-bottom: 5px;
}


.hoverImg {
	width: 11px;
	height: 11px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

	.hoverImg:hover {
		width: 11px;
		height: 11px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

.checkB label {
	cursor: pointer !important;
}

.checkB input {
	cursor: pointer !important;
}

.no-padding {
	padding:0;
	margin:0;
}

#newFilesNotification {
	display:inline-flex;
	padding-left:15px;
}

#newFilesNotification p {
	font-weight:bold;
}

.newFilesParent {
	display:inline-flex;
}

.newfilenot {
	padding-left:10px;
}

#notification-view {
	display:none;
}

#notification-dismiss {
	display:none;
}

#notification-show-all {
	display:none;
}

#notification-divider {
	display:none;
	font-size:16px!important;
	line-height:16px;
	padding-left:10px;
}
/*Notification tab styling*/
.tabNotification {
	font-size:22px !important;
	font-weight:bolder;
	line-height:13px !important;
	color:red;
	padding-left:5px;
}

.closeTab {
	padding-left:5px;
}

@keyframes ldio-l3cwvzij4qf {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.ldio-l3cwvzij4qf div {
	left: 47px;
	top: 24px;
	position: absolute;
	animation: ldio-l3cwvzij4qf linear 1s infinite;
	background: #888888;
	width: 6px;
	height: 12px;
	border-radius: 2.04px / 2.04px;
	transform-origin: 3px 26px;
}

	.ldio-l3cwvzij4qf div:nth-child(1) {
		transform: rotate(0deg);
		animation-delay: -0.9166666666666666s;
		background: #888888;
	}

	.ldio-l3cwvzij4qf div:nth-child(2) {
		transform: rotate(30deg);
		animation-delay: -0.8333333333333334s;
		background: #888888;
	}

	.ldio-l3cwvzij4qf div:nth-child(3) {
		transform: rotate(60deg);
		animation-delay: -0.75s;
		background: #888888;
	}

	.ldio-l3cwvzij4qf div:nth-child(4) {
		transform: rotate(90deg);
		animation-delay: -0.6666666666666666s;
		background: #888888;
	}

	.ldio-l3cwvzij4qf div:nth-child(5) {
		transform: rotate(120deg);
		animation-delay: -0.5833333333333334s;
		background: #888888;
	}

	.ldio-l3cwvzij4qf div:nth-child(6) {
		transform: rotate(150deg);
		animation-delay: -0.5s;
		background: #888888;
	}

	.ldio-l3cwvzij4qf div:nth-child(7) {
		transform: rotate(180deg);
		animation-delay: -0.4166666666666667s;
		background: #888888;
	}

	.ldio-l3cwvzij4qf div:nth-child(8) {
		transform: rotate(210deg);
		animation-delay: -0.3333333333333333s;
		background: #888888;
	}

	.ldio-l3cwvzij4qf div:nth-child(9) {
		transform: rotate(240deg);
		animation-delay: -0.25s;
		background: #888888;
	}

	.ldio-l3cwvzij4qf div:nth-child(10) {
		transform: rotate(270deg);
		animation-delay: -0.16666666666666666s;
		background: #888888;
	}

	.ldio-l3cwvzij4qf div:nth-child(11) {
		transform: rotate(300deg);
		animation-delay: -0.08333333333333333s;
		background: #888888;
	}

	.ldio-l3cwvzij4qf div:nth-child(12) {
		transform: rotate(330deg);
		animation-delay: 0s;
		background: #888888;
	}

.loadingio-spinner-spinner-pwg8vo5dcdr {
	width: 54px;
	height: 54px;
	overflow: hidden;
	background: none;
	position: absolute;
	left: 50%;
	top: 110px;
	z-index: 1000;
	display: block;
}

.ldio-l3cwvzij4qf {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(0.54);
	backface-visibility: hidden;
	transform-origin: 0 0; /* see note above */
}

	.ldio-l3cwvzij4qf div {
		box-sizing: content-box;
	}

.loading-container {
	width:100%;
	display:none;
}

loading-container-min {
	width:100%;
	display:block;
}

.quickSortCon {
	display:none;
}

#ctl00_cpMainArea_tbFolder {
	display:none;
}
