body, html{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #f6f6f6;
	overflow: hidden;
}

body, p, span, div, td, th, form, input, select, option, textarea, a{
	font-family: Roboto, Arial, helvetica, sans-serif;
	color: #707070;
	font-size: 14px;
}

a{
	cursor: pointer;
	text-decoration: underline;
}
form{
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
}
.error{
	font-weight: bold;
	color: #C90002;
}
input {
	border: 1px solid #7D7E7C;
	background-color: #FFFFFF;
}
input.button {
	border: 2px solid #7D7E7C;
	background-color: #E0E0E0;
}
#working {
	display: none;
}
/* --------- Main table --------- */
#leftmenu {
	float: left;
	height: 200px;
	width: 200px; 
	border-right: 2px solid gray;
	padding-top: 20px;
}
#leftmenu a {
	display: block;
	text-decoration: none;
	padding: 3px 0px 3px 15px;
	font-size: 14px;
}
#leftmenu a.inactive {
	font-style: italic;
	color: #C0C0C0;
}
#leftmenu a:HOVER {
	background-color: #E0E0E0;
}
#list {
	float: left;
	height: 200px;
	overflow: hidden;
	padding-top: 20px;
	border-right: 2px solid gray;
}

div.spacer, 
div.clear {
	font-size: 0px;
	clear: both;
	float: none;
}
div.clr {
	clear: both;
	float: none;	
}
#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	display:none;
}

#logo {
	margin-left: 13px;
	margin-bottom: 6px;
	font-size: 18px;
	height: 49px;
	float: left;
	
}
#header {
	background-color: #53c4ef;
	padding-top: 6px;
	margin-bottom: 20px;
}
	#header .welcome,
	#header .support,
	#header .toolswitch {
		float: right;
		color: #fff;
		margin-right: 6px;
		padding: 15px 15px 0 15px;
		border-left: 1px solid #fff;
		height: 34px;
	}
	#header .toolswitch {
		border: 0;
		background-color: #53c4ef;
	}
		#header .toolswitch img {
			cursor: pointer;
		}
	#header .support {
		width: 18px;
		overflow: hidden;
		background-color: #53c4ef;
	}
		#header .support .support_wrapper {
			width: 130px;
		}
		#header .support img {
			cursor: pointer;
		}

	#header a.dropdown {
		color: #fff;
		display: inline-block;
		text-decoration: none;
		font-size: 15px;
		background: url(../svg/arrow_white.svg) right 3px no-repeat;
		background-size: 16px 13px;
		padding-right: 35px;
		outline: none;
	}
	#header .welcome a.dropdown {
		overflow: hidden;
	    text-overflow: ellipsis; 
		width: 40px;
	}
	#header .welcome a.dropdown div {
		width: 16px;
		height: 20px;
		background-color: #fff;
		color: #53c4ef;
		border-radius: 50%;
		padding-left: 7px;
		padding-top: 4px;
		font-size: 14px;
	}

	#header .support img {
		margin-right: 15px;
	}
#content {
	width: 100%;
	min-width: 780px;
	border-top: 2px solid gray;
	padding: 0px;
	position: relative;
}
.main_dropdown {
	background-color:  #4290d2;
	border-color: #7bb0de;
	border-style: solid;
	border-width: 0 0 1px 1px;
	position: absolute;
	top: -20px;
	right: 0px;
	z-index: 500;
	display: none;
}
	.main_dropdown .item {
		color: #fff;
		padding: 15px 0 15px 15px;
		border-bottom: 1px solid #4177c3;
		display: block;
		text-decoration: none;
	}
	.main_dropdown .item a {
		color: #fff;
		text-decoration: none;
	}

#settings {
	width: 270px;
}
#support {
	width: 163px;
	right: 270px;
}
/* Tooltip */
#data-title {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	z-index: 9999;
	
}
	#data-title .hdr {
		height: 7px;
		background: var(--img-bg-tooltip) center top no-repeat;
	}
	#data-title .cnt {
		background-color: #4173c0;
		color: #fff;
		font-size: 12px;
		min-height: 12px;
		display: inline-block;
		padding: 5px;
	}

/********************************
*		Announcement    	    *
*********************************/
#msg_announcement {
	top: 62px;
	right: 15px; 
	position: absolute;
	display: none;
	background: #ffffff;
	padding: 5px;
	border: 3px solid #e64258;
	z-index: 9999;
}


/********************************
*		Right click menu	    *
*********************************/
.vmenu {
	border: 1px solid #00beed;
	position: absolute;
	background: #fff;
	display: none;
	font-size: 0.75em;
	z-index: 9999;
	-moz-box-shadow: 0 5px 5px #888;
	-webkit-box-shadow: 0 5px 5px#888;
	box-shadow: 0 5px 5px #888;

}
.vmenu .first_li {
	border-radius: 5px;
}
.vmenu .first_li div {
	width: 180px;
	display: block;
	padding: 5px 10px;
	cursor: pointer;
}
.vmenu .first_li span.checkmark {
	visibility: hidden;
}
.vmenu .inner_li {
	display: none;
	margin-left: 120px;
	position: absolute;
	border: 1px solid #aaa;
	border-left: 1px solid #ccc;
	margin-top: -19px;
	background: #fff;
}

.vmenu .sep_li {
	border-top: 1px ridge #aaa;
	margin: 5px 0
}

.vmenu .fill_title {
	font-size: 11px;
	/*
	font-weight: bold;
	height: 15px;
	*/
	overflow: hidden;
	word-wrap: break-word;
}
/* fullscreen */
#fullscreenheader {
	margin-bottom: 10px;
	padding: 6px 0 0 0;
	height: 50px;
	background-color: #53c4ef;
	display:none;
}

#fullscreenlogo {
	margin-left: 13px;
	margin-bottom: 6px;
	font-size: 18px;
	height: 49px;
	float: left;
	
}