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 {
	font-size: 18px;
  display: flex;

	a {
		display: flex;
	}
}
#header {
	background-color: #53c4ef;
	display: flex;
	align-items: center;
	gap: 16px;
	padding-inline: 12px;
	padding-block: 6px;
}

	#header .push-right {
		margin-left: auto;
		display: inherit;
	}

	#header .welcome,
	#header .support,
	#header .toolswitch {
		color: #fff;
    border: 0 none;
    border-left: 1px solid rgba(248, 249, 250, 0.75);
    align-items: center;
    display: flex;
    padding: 10px 14px;
    background: transparent;
    cursor: pointer;

    &:hover {
      background: rgba(255, 255, 255, 0.1);
    }
	}
	#header .toolswitch {
		background-color: #53c4ef;
	}
		#header .toolswitch img {
			cursor: pointer;
		}
	#header .support {
		background-color: #53c4ef;
	}
		#header .support img {
				margin: 0 3.5px;
		}

	#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 div {
    width: 28px;
    height: 28px;
    background-color: #fff;
    color: #53c4ef;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
  }

	#header .welcome,
  #header .support {
    color: #fff;
    display: flex;
    text-decoration: none;
    font-size: 14px;
    outline: none;
    gap: 0.5rem;
    align-items: center;
  }
  #header .welcome::after,
  #header .support::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

#content {
	width: 100%;
	min-width: 780px;
	padding: 0px;
	position: relative;
}
.main_dropdown {
	background-color:  #4290d2;
	border-color: #7bb0de;
	border-style: solid;
	border-width: 0;
	position: absolute;
	top: -12px;
	right: 12px;
	z-index: 500;
	display: none;
}
	.main_dropdown .item {
		color: #fff;
		padding: 0.75em 1rem;
    line-height: 1.5;
		border-bottom: 1px solid #4177c3;
		display: block;
		text-decoration: none;
		font-size: 0.75rem;
	}
	.main_dropdown .item a {
		color: #fff;
		text-decoration: none;
	}
	.main_dropdown .item:hover,
  .main_dropdown .item:focus {
    background: rgba(59, 40, 40, 0.05);
  }

#settings {
	width: 160px;
}
#support {
	width: 160px;
	right: 88px;
}
/* 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 {
	display: none;
	background: rgb(255, 242.6, 205.4);
	color: rgb(102, 77.2, 2.8);
	padding: .5rem 1rem;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.5;
	border: 1px solid rgb(255, 230.2, 155.8);
}


/********************************
*		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;
	
}