.main_ui {
	font: 12px Arial, Helvetica, sans-serif;
}

#main .heading {
	padding-top: 8px;
	font-size: 14px;
	color: white;
	margin-bottom: 15px;
	/*font-weight: bold;*/
	height: 25px;
	width: 380px;
	-moz-border-radius: 15px;
	text-align: center;
	border-radius: 15px;
	background-color: #B10000;
	/*background-color: #F58220;*/
	/*background-color: #575757;*/
}

#map-canvas {
	height: 100%;
	/*text-align: right;
	color: #999999;
	padding-bottom: 11px;*/
}

.div_loader {
	background: url(../../Scripts/libs/jqwidgets-ver4.5.2/images/ajax-loader.gif) no-repeat center center;
}

#menu_wrapper {
	width: 100%;
	margin: 0 0 0 0;
	/*padding-bottom: 200px;*/
	/*background: url('../images/header.png') no-repeat 0 0;*/
	font: 13px Arial, Helvetica, sans-serif;
	/* background: #4D0000;
	border-color: #4D0000; */
	/*border-radius: 10px;*/
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/*background-position: 0px 32px;*/
}

#menu {
	font: 14px "Segoe UI", Arial, Helvetica, sans-serif;
	background: transparent;
	border-color: transparent;
	/*border-radius: 10px;*/
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-weight: bold;
	color: #65676B !important;
}

.jqx-fill-state-pressed-ui-darkness {
	background: #F0F2F5 !important;
	border: none !important;
	color: #65676B !important;
	font-size: 14px !important;
}

.jqx-fill-state-hover-ui-darkness {
	background: #F0F2F5 !important;
	border: none !important;
	color: #65676B !important;
	font-size: 14px !important;
}

.jqx-widget-content-ui-darkness {
	background: #ffffff !important;
	border: none !important;
	color: #65676B !important;
	font-size: 14px !important;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*--used in drop down menu items--*/
.menuseprator {
	border-bottom: 1px solid #ddd;
	margin: 10px 0 10px 0;

}

/*--for showing down arrow in drop down menu item--*/
.arrowdown {
	color: #eee;
	font-size: 0.5em;
}

/*--for the left navigation menu--*/
.floatleft {
	float: left;
}

/*--for the right options navigation menu--*/
.floatright {
	float: right;
}

/*--clear all floating, left and right--*/
.clear {
	clear: both;
}

/*
body {
	height: 100%;
	width: 100%;
	background: #fff;
	font: 12px "Trebuchet MS", Verdana, sans-serif;
}

a {
	text-decoration: none;
	outline: none;
}

p {
	text-align: justify;
	line-height: 120%;
}
*/
#panel {
	margin-left: -175px;
}

#colleft {
	width: 0px;
	margin-top: 10px;
	float: left;
	overflow: hidden;
	background: #333;
	display: none;
}

#colleft h1 {
	height: 30px;
	background-color: #000;
	color: #eee;
	padding: 10px 0 0 20px;
	margin-bottom: 10px;
}

#colleft ul {
	margin-bottom: 20px;
}

#colleft ul li {
	border-bottom: 1px solid #666;
	margin: 0 0 0 5px;
	padding: 0 0 2px 5px;
}

#colleft #hidePanel {
	height: 24px;
	padding: 4px 0 0 72px;
}

#colleft #hidePanel a {
	color: #FFF;
}

#colleft #hidePanel a:hover {
	color: #999;
}

#colleft,
#showPanel {
	color: #fff;
}

#showPanel {
	position: inherit;
	z-index: 2;
	left: 0;
	float: left;
	padding-top: 0;
	display: block;
	width: 28px;
	cursor: pointer;
}

#showPanel span {
	display: block;
	font-size: 24px;
	height: 30px;
	margin-top: 20px;
	padding: 2px 0 0 3px;
	width: 20px;
	background: #333;
	line-height: 1;
}

#colright {
	padding-top: 10px;
	color: #1c1c1c;
	margin-left: 200px;
}

.window-row label {
	font-size: 100%;
}

.window-row label u {
	font-style: normal;
	text-decoration: underline;
}

.window-row {
	clear: left;
	display: block;
	zoom: 1;
	margin: 5px 0 0 0;
}

fieldset {
	clear: none;
	border-width: 1px;
	border-style: solid;
	border-color: #C1C1C1;
	margin: 0 0 0 0px;
	padding: 0 0px 8px 5px;
	width: 99%;
}

fieldset legend {
	font-size: 100%;
	padding: 0 3px 0 9px;
	font-weight: bold;
}

fieldset a,
fieldset a:visited {
	color: blue;
	text-decoration: underline;
	outline: 0;
}

fieldset a:hover,
fieldset a:focus {
	color: blue;
}

.window-row label {
	display: block;
	float: left;
	width: 200px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}

.window-row div {
	display: inline-block;
	padding: 0px 0px;
}

.window-row small {
	display: block;
	margin: 5px 0 5px 210px;
	padding: 1px 3px;
	font-size: 88%;
	zoom: 1;
}

#topmenu ul {
	padding: 0;
	margin: 0;
	font: 1em sans-serif;
}

#topmenu ul li {
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
}

#topmenu {
	margin-top: 5px;
	height: 35px;
}

#topmenu ul li a:hover {
	background: #F0F2F5;
	border-radius: 6px;
}

#topmenu ul ul {
	display: none;
}

#topmenu ul li:hover>ul {
	display: block;
	position: absolute;
	top: -1px;
	left: 100%;
}

#topmenu li a {
	display: inline-block;
	padding: 5px 7px;
	text-decoration: none;
}

/* #topmenu li.sub>a { 
	font-weight: bold;
} */

#topmenu ul>li:hover>ul {
	width: 10em;
	top: 2em;
	left: -3px;
}

.info {
	border: 1px solid;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #00529B;
	background-color: #BDE5F8;
	word-wrap: break-word;
	background-image: url('../images/info.png');
}

.hor-minimalist-b {
	font-family: "Arial,Helvetica,sans-serif";
	/*"Lucida Sans Unicode", "Lucida Grande", "Sans-Serif";*/
	font-size: 12px;
	background: #fff;
	margin-left: 15px;
	width: 350px;
	border-collapse: collapse;
	text-align: left;
}

.hor-minimalist-b th {
	font-size: 14px;
	font-weight: normal;
	color: rgb(0, 0, 0);
	/*#669;*/
	padding: 10px 8px;
	border-bottom: 2px solid rgb(0, 0, 0);
	/*#6678b1;*/
}

.hor-minimalist-b td {
	border-bottom: 1px solid #ccc;
	color: rgb(0, 0, 0);
	/*#669;*/
	padding: 6px 8px;
}

.hor-minimalist-b tbody tr:hover td {
	color: rgb(0, 0, 0);
	/*#669;*/
}

.inner-hor-minimalist-b td {
	border-bottom: 0px solid #ccc;
	color: rgb(0, 0, 0);
	/*#669;*/
	text-align: right;
	padding: 6px 8px;
}

/*Block headline*/

.d-flex {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

.font-inherit {
	font-family: inherit !important;
}

.font-rc {
	font-family: 'Roboto Condensed' !important;
}

.font-hel {
	font-family: Helvetica !important;
}

.font-bold {
	font-weight: bold !important;
}

.font-wt-800 {
	font-weight: 800 !important;
}

.fs-14 {
	font-size: 14px !important;
}

.fs-24 {
	font-size: 24px !important;
}

.text-blue {
	color: #0021a6 !important;
}

.text-red {
	color: #b10000 !important;
}

.text-grey {
	color: #65676b !important;
}

.bg-light-grey {
	background-color: #F0F2F5 !important;
}

.bg-red {
	background-color: #b10000 !important;
}

.bg-blue {
	background-color: #0021a6 !important;
}

.bg-white {
	background-color: #ffffff !important;
}

* {
	font-family: 'Roboto Condensed';
}

.px-2 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.px-3 {
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.py-2 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.mt-2 {
	margin-top: 10px !important;
}

.mb-2 {
	margin-bottom: 10px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.position-fixed {
	position: fixed;
}

.shadow-round {
	box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%),
		0 6px 10px 0 rgb(0 0 0 / 14%),
		0 1px 18px 0 rgb(0 0 0 / 12%);
}

.border-rounded {
	border-radius: 50% !important;
}

.cursor-pointer {
	cursor: pointer;
}

.d-none {
	display: none !important;
}

.br-10 {
	border-radius: 10px;
}

.shadow {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

body {
	background-color: #F0F2F5 !important;
}

.vh-75 {
	height: 75vh !important;
}

.text-deco-none {
	text-decoration: none !important;
}