/*
Use http://www.minifier.org/ to generate ams_lite.min.css

Reds - #cd0913
Blues - #58a6f5, #0067b4, #0033cc
Grays - #dfd9d2, #cccccc, #666666
Browns - #a6ba7e
Yellows - #ffd54a

Debugging (Purple) - #3c105f
*/

* {
	font-family: "Segoe UI", Calibri, Verdana, Sans-Serif;
}

pre, code {
	font-family: Consolas, "Courier New", monospace;
}

html, body, form {
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin: 0;
}

body {
	background: #102f56;
	overflow: hidden;
}

body, .pageBody {
	font-size: 9pt;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	font-family: Arial, Sans-Serif;
	border-radius: 2px;
	border-width: 1px;
	border-style: outset;
	border-color: rgb(118, 118, 118);
	color: black;
	background-color: #cfe3fc;
	background-image: linear-gradient(#e8f1fc,#e3eefc 50%,#d2e1f4 50%,#adcffa);
	box-shadow: none;
}

	input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
		color: #000;
		background-color: #23f1f1;
		border-color: #26a0da;
		background-image: linear-gradient(#9edaf2,#9edaf2,#9edaf2,#9edaf2);
	}


	input[type="submit"]:disabled, input[type="button"]:disabled, input[type="reset"]:disabled {
		font-family: Arial, Sans-Serif;
		border-radius: 2px;
		border-width: 1px;
		border-style: outset;
		border: 1px solid #999999;
		background-color: #cccccc;
		background-image: none;
		color: #666666;
	}

a, a:link, a:visited, a:active {
	color: #0033cc;
}

a {
	text-decoration: none;
	font-size: 9pt;
}

	a:hover {
		text-decoration: underline;
		color: #58a6f5;
	}

	a img {
		border: 0;
	}

.bmar15 {
	margin-bottom: 15px !important;
}

.GridLabel {
	vertical-align: top;
	background-color: #dfd9d2;
	text-align: left;
	font-size: 9pt;
	padding: 3px;
	border-color: transparent;
}

.GridLabel label, .GridLabelRight label {
  font-family: "Segoe UI", Calibri, Verdana, Sans-Serif;
}

.SearchLabel {
	background-color: #dfd9d2;
	padding: 3px;
	border-color: White;
}

	.SearchLabel span {
		vertical-align: top;
		text-align: left;
		font-size: 9pt;
		padding: 3px;
		font-weight: bold;
	}

.GridLabelRight {
	vertical-align: top;
	background-color: #dfd9d2;
	text-align: right;
	font-size: 9pt;
	padding: 3px;
}

.LabelRightVerticalMiddle {
	vertical-align: middle;
	background-color: #dfd9d2;
	text-align: right;
	font-size: 9pt;
}

.LabelLeftVerticalBottom {
	vertical-align: bottom;
	background-color: #dfd9d2;
	text-align: left;
	font-size: 9pt;
	padding: 3px;
}

.GridInput {
	vertical-align: top;
	text-align: left;
	font-size: 9pt;
}

.GridInputMiddle {
	vertical-align: middle;
	text-align: left;
	font-size: 9pt;
}

td.GridInput table td {
	font-size: 9pt;
	padding: 3px;
}

td.GridInput table tbody td a {
	color: #0067b4;
	font-weight: bold;
	text-decoration: underline;
}

td.GridInput table tr:first-child td a {
	color: white !important;
}
/*BEGIN Search lists*/
.DataGridFixedHeader {
	position: relative;
}

.DataGridFixedPager {
	position: relative;
	margin-left: -5px;
}
/*END Search lists*/

/*BEGIN MasterPage menu/header layout*/
.ContentPane {
	padding: 4px;
	width: 100%;
}

.ButtonBar, .ButtonBarPanel {
	background-color: #333;
	height: 41px;
	text-align: center;
	vertical-align: middle;
}

div.ButtonBar {
	margin: 5px;
}

div.ButtonBarPanel {
	padding-top: 4px;
}

.ButtonBar table, .ButtonBarPanel table {
	width: 100%;
	margin: 0;
}

.ButtonBar td, .ButtonBarPanel td {
	font-family: Arial, Sans-Serif;
	padding: 4px 6px;
	vertical-align: top;
}


	.ButtonBar div, .ButtonBar td, .ButtonBar td div, .ButtonBarPanel div, .ButtonBarPanel td, .ButtonBarPanel td div {
		white-space: nowrap;
		display: table;
	}

.ButtonBar input, .ButtonBarPanel input {
	margin-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}



.ReportFilters {
	overflow: visible !important;
	border-color: white;
	border-spacing: 0;
	border-collapse: collapse;
}

	.ReportFilters .RadPicker {
		display: inline-block !important;
	}

	.ReportFilters th.GridLabel {
		padding-left: 3px;
		font-size: 9pt;
		font-weight: bold;
		text-align: left;
		border-top: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
		margin: 0;
		background-color: #dfd9d2;
	}

	.ReportFilters td.GridInput {
		padding-left: 3px;
		padding-bottom: 2px;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
		margin: 0;
		background-color: #dfd9d2;
	}

.DeveloperInfo {
	color: #66ff00;
	text-align: center;
	vertical-align: top;
	padding-bottom: 4px;
}

	.DeveloperInfo span {
		font: bold 9pt Consolas;
	}

#splitContainer {
	height: 100%;
	width: 100%;
	text-align: center;
}

#OuterTopBottomSplitter {
	margin: 0 auto;
}

#AmsHeader {
	height: 86px;
}

	#AmsHeader #AmsLogo {
		background-image: url('https://teams.ts.transvoyantapps.com/images/amsheaderlogo.png');
		width: 257px;
		height: 100px;
	}

		#AmsHeader #AmsLogo span {
			display: none;
		}

	#AmsHeader #GcsLogo {
		background-image: url('https://teams.ts.transvoyantapps.com/images/peocscsslogo.png');
		width: 96px;
		height: 96px;
	}

		#AmsHeader #GcsLogo span {
			display: none;
		}

#AmsMenuContainer {
	background-color: #333;
	padding-top: 2px;
}

.OuterTopPane {
	height: 93px;
}

#OuterTableCellOverlay {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 1000em !important;
	position: absolute !important;
	background-color: #c6dbf2;
	z-index: 999;
	padding-top: 25%;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#InnerTableCellOverlay {
	text-align: center;
	margin: 0 auto;
	width: 400px;
	padding: 100px;
	z-index: 998;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.Expiring {
	color: red;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
}

.CountingDown {
	color: white;
	font-size: 8pt;
	font-family: Verdana, Sans-Serif;
	white-space: nowrap;
}

.ResetSessionCounterLink {
	font: 12pt Webdings;
	color: #66ccff;
	text-decoration: none;
}

.systemAlertBox {
	display: block;
}

.systemAlertBox * {
		display: block;
		height: 1px;
		overflow: hidden;
		font-size: .01em;
		background: #F0D825;
	}

.systemAlertBox1 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #908536;
	border-right: 1px solid #908536;
	background: #c6b42c;
}

.systemAlertBox2 {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #595640;
	border-right: 1px solid #595640;
	background: #d0bc2a;
}

.systemAlertBox3 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #d0bc2a;
	border-right: 1px solid #d0bc2a;
}

.systemAlertBox4 {
	border-left: 1px solid #908536;
	border-right: 1px solid #908536;
}

.systemAlertBox5 {
	border-left: 1px solid #c6b42c;
	border-right: 1px solid #c6b42c;
}

.systemAlertBoxfg {
	background: #F0D825;
	text-align: center;
}

/*END MasterPage layout*/

.AmsMenuPane {
	background-color: #333 !important;
	background-repeat: repeat !important;
}

.nowrap {
	white-space: nowrap;
}

.noshade {
	height: 1px;
	color: Gray;
	border-color: Gray;
	background-color: Gray;
	outline-color: Gray;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.SystemAlert {
	margin-top: -70px;
	height: 50%;
}

.SessionTimeout {
	height: 20%;
}

.displayInlineBlockOptinal {
	display: inline-block;
}

.displayInlineBlock {
	display: inline-block !important;
}

.hidden {
	display: none;
	width: 0px;
}

.textAreaOverflowFix {
	padding-right: 10px !important;
	margin: 0 0 0 0;
	display: block;
}

.DisabledTab {
	display: none !important;
}

textarea {
	resize: none;
	font-size: 9pt;
}

/*Need for radgrid static headers*/
.rgDataDiv {
	overflow-y: scroll !important;
}

.grdAutoHeight .rgDataDiv {
	height: auto !important;
}

input[disabled] {
	background-color: White;
	color: black !important;
	font-weight: bold;
}

select[disabled] {
	border: solid 1px gray;
	background-color: White;
	color: black !important;
}

html .RadTabStrip .rtsUL {
	width: 100%;
	display: table;
	float: none;
}

html .RadTabStrip .rtsScroll {
	width: 100% !important;
}

html .RadTabStrip .rtsLI {
	width: auto !important;
	display: table-cell;
	float: none;
	background-color: gray;
}

.floatRight {
	float: right !important;
}

.lmar5 {
	margin-left: 5px !important;
}

.rmar5 {
	margin-right: 5px !important;
}

.bmar5 {
	margin-bottom: 5px !important;
}

.tmar10 {
	margin-top: 10px !important;
}

.tmar5 {
	margin-top: 5px !important;
}

span.noRecords {
	font-weight: bold;
	color: red;
}

table#PopupContainerTbl {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	height: 100%;
	width: 100%;
}

	table#PopupContainerTbl td {
		padding: 0;
	}

#grdKitablesContainer {
	height: 100%;
	position: relative;
}

	#grdKitablesContainer table tbody td:first-child, #grdKitablesContainer table th:first-child {
		padding-left: 1%;
	}

#grdKitsContainer {
	height: 100%;
	position: relative;
}

	#grdKitsContainer table tbody td:first-child, #grdKitsContainer table th:first-child {
		padding-left: 1%;
	}

.disabler {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1000;
	opacity: 0;
}

#PopupContainerTbl td#SearchControlsContainer {
	padding: 5px;
}

	#PopupContainerTbl td#SearchControlsContainer input.rfdRoundedCorners {
		position: relative;
		bottom: 2px;
	}

#PopupContainerTbl table#InputFieldsContainer {
	margin: 5px;
}

	#PopupContainerTbl table#InputFieldsContainer td {
		padding: 2px;
	}

		#PopupContainerTbl table#InputFieldsContainer td:first-child {
			vertical-align: middle;
		}

	#PopupContainerTbl table#InputFieldsContainer input.quantity {
		width: 97%;
	}

.AutoHeight {
	height: auto !important;
}

.rbDisabled.programDisabled {
	background-color: #f9f8f8 !important;
	border-color: black !important;
	color: cadetblue !important;
	box-shadow: 5px 5px 3px #102f56 !important;
	opacity: 1 !important;
}

.programEnabled {
	border-color: black !important;
	box-shadow: 5px 5px 3px #102f56 !important;
}

table.defects, table.newDefect {
	width: 100%;
}

	table.defects input.description {
		width: 90% !important;
	}

.btnAddDefect {
	margin: 1px;
	height: 30px;
}

/*Begin Dashboard style*/
.divDashboardPage {
	width: 100%;
	background-color: black;
	overflow: hidden;
}

.divDashboardPageRoundedBottom {
	width: 100%;
	background-color: black;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	overflow: hidden;
}
.tableQuadrant {
	border-radius: 7px;
	width: 49%;
	height: 50%;
	vertical-align: top;
	background-color: whitesmoke;
}

.tableSingle {
	width: 100%;
	height: 100%;
	vertical-align: top;
	background-color: whitesmoke;
}

.tableDouble {
	border-radius: 7px;
	width: 49%;
	height: 100%;
	vertical-align: top;
	background-color: whitesmoke;
}

.tableDoubleHalfSize {
	width: calc(100vw - 8px);
	border-collapse: collapse;
	background-color: whitesmoke;
}

.divSingleChartContainer {
	margin: 4px;
	margin-top: 0;
	height: 100%;
}

.divQuadrants {
	height: 100%;
}

.dashFilter {
	width: 100%;
	border-left: 4px solid black;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	background-color: whitesmoke;
	white-space: nowrap;
	font-weight: bold;
}

.quadrantCharts {
	width: 100%;
	height: 100%;
	border-spacing: 4px;
	margin-top: -4px;
}

.doubleCharts {
	width: 100%;
	height: 100%;
	border-spacing: 4px;
	margin-top: -4px;
}

.radQuadChart {
	width: 97%;
}

.radSingleChart, radSingleChartHalfSize, radDoubleChart {
	background-color: whitesmoke !important;
}

.chartTitle {
	vertical-align: top;
	text-align: center;
	width: 100%;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
	background-color: lightgray;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.chartButton {
	padding: 2px;
}

.chartButtonHidden {
	display: none;
	height: 0px;
}

.divChartZoomButtons {
	padding: 0px;
}

.divChartZoomButtonsHidden {
	display: none;
	height: 0px;
}

.divSingleChart {
	display: none;
	width: 100%;
	height: 100%;
}

.divDoubleChart {
	width: 100%;
	height: 100%;
}

.divSingleChartHalfSize {
	display: none;
	width: 100%;
	height: 50%;
}

.gridHeight {
	margin: 4px;
	margin-top: 0;
}

.radButtonMaximize {
	margin: 3px;
}

.radButtonMinimize {
	margin: 3px;
	visibility: hidden;
}
/*End Dashboard style*/


/*SimpleMap styles*/
.RadMap .k-i-marker:before,
.RadMap .k-i-marker-Pin-target:before,
.RadMap .k-i-marker-pin-target:before {
	content: "\E703" !important;
}

.k-map .label6 {
	position: absolute;
	font-size: 6px;
	z-index: 1000;
}

.k-map .label8 {
	position: absolute;
	font-size: 8px;
	z-index: 1000;
}

.k-map .label12 {
	position: absolute;
	font-size: 12px;
	z-index: 1000;
}

/*Marker colors*/
.RadMap .k-i-marker-aliceblue:before {
	color: aliceblue !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-antiquewhite:before {
	color: antiquewhite !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-aqua:before {
	color: aqua !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-aquamarine:before {
	color: aquamarine !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-azure:before {
	color: azure !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-beige:before {
	color: beige !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-bisque:before {
	color: bisque !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-black:before {
	color: black !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-blanchedalmond:before {
	color: blanchedalmond !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-blue:before {
	color: blue !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-blueviolet:before {
	color: blueviolet !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-brown:before {
	color: brown !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-burlywood:before {
	color: burlywood !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-cadetblue:before {
	color: cadetblue !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-chartreuse:before {
	color: chartreuse !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-chocolate:before {
	color: chocolate !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-coral:before {
	color: coral !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-cornflowerblue:before {
	color: cornflowerblue !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-cornsilk:before {
	color: cornsilk !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-crimson:before {
	color: crimson !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-cyan:before {
	color: cyan !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkblue:before {
	color: darkblue !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkcyan:before {
	color: darkcyan !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkgoldenrod:before {
	color: darkgoldenrod !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkgray:before {
	color: darkgray !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkgrey:before {
	color: darkgrey !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkgreen:before {
	color: darkgreen !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkkhaki:before {
	color: darkkhaki !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkmagenta:before {
	color: darkmagenta !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkolivegreen:before {
	color: darkolivegreen !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkorange:before {
	color: darkorange !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkorchid:before {
	color: darkorchid !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkred:before {
	color: darkred !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darksalmon:before {
	color: darksalmon !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkseagreen:before {
	color: darkseagreen !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkslateblue:before {
	color: darkslateblue !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkslategray:before {
	color: darkslategray !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkturquoise:before {
	color: darkturquoise !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-darkviolet:before {
	color: darkviolet !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-dodgerblue:before {
	color: dodgerblue !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-firebrick:before {
	color: firebrick !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-forestgreen:before {
	color: forestgreen !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-fuchsia:before {
	color: fuchsia !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-gold:before {
	color: gold !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-goldenrod:before {
	color: goldenrod !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-gray:before {
	color: gray !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-green:before {
	color: green !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-greenyellow:before {
	color: greenyellow !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-indianred:before {
	color: indianred !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-indigo:before {
	color: indigo !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-khaki:before {
	color: khaki !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-lawngreen:before {
	color: lawngreen !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-lightblue:before {
	color: lightblue !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-lightcoral:before {
	color: lightcoral !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-lightgoldenrodyellow:before {
	color: lightgoldenrodyellow !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-lightgreen:before {
	color: lightgreen !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-lime:before {
	color: lime !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-limegreen:before {
	color: limegreen !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-magenta:before {
	color: magenta !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-maroon:before {
	color: maroon !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-mediumblue:before {
	color: mediumblue !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-midnightblue:before {
	color: midnightblue !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-navajowhite:before {
	color: navajowhite !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-navy:before {
	color: navy !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-olive:before {
	color: olive !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-olivedrab:before {
	color: olivedrab !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-orange:before {
	color: orange !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-orangered:before {
	color: orangered !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-orchid:before {
	color: orchid !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-palegreen:before {
	color: palegreen !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-paleturquoise:before {
	color: paleturquoise !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-peru:before {
	color: peru !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-pink:before {
	color: pink !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-plum:before {
	color: plum !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-powderblue:before {
	color: powderblue !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-purple:before {
	color: purple !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-rebeccapurple:before {
	color: rebeccapurple !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-red:before {
	color: red !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-rosybrown:before {
	color: rosybrown !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-royalblue:before {
	color: royalblue !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-salmon:before {
	color: salmon !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-sandybrown:before {
	color: sandybrown !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-seagreen:before {
	color: seagreen !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-silver:before {
	color: silver !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-skyblue:before {
	color: skyblue !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-slateblue:before {
	color: slateblue !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-slategray:before {
	color: slategray !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-springgreen:before {
	color: springgreen !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-tan:before {
	color: tan !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-teal:before {
	color: teal !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-tomato:before {
	color: tomato !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-turquoise:before {
	color: turquoise !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-violet:before {
	color: violet !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-white:before {
	color: white !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-yellow:before {
	color: yellow !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-yellowgreen:before {
	color: yellowgreen !important;
	font-size: 20px !important;
}

.RadMap .k-i-marker-hotpink:before {
	color: hotpink !important;
	font-size: 20px !important;
}

.map-header-footer-export {
	display: none;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

.attachmentContainer a {
	display: block;
}
/*End SimpleMap styles*/

/* This section is for NEW responsive dashboards */   

.PageBody {
width: 100%;
}

.qaspReleasegridHeight {
margin-top: 0;
height: 90%;

}

.qaspAjaxPanel1 {
margin-top: 0;
margin-bottom: 75;

}

.qaspLowerWrapper {
	height: 50%;
}

.lowerWrapper {
	margin-top: 0;
min-width: fit-content; 
max-width: stretch; 
max-height: stretch; 
min-height: fit-content; 
vertical-align: top;
}

.divDashboardPage1 {
	width: 100%;
	height: 90%;
	background-color: black;
}

.divQuadrants1 {
	height: 100%;
}