@import url('https://fonts.googleapis.com/css?family=Open+Sans:400&display=swap');
:root, html {
	--se-black: #1D1D1D; 
	--se-blue: #263780; 
	--se-brown: #C19463; 
	--se-green: #94C11F; 
	--se-orange: #F39200; 
	--se-purple: #8164A9; 
	--se-red: #E74262; 
	--se-skyblue: #009EE1; 

	--se-light-blue: #8A93BA;
	--se-light-brown: #DEC5AB;
	--se-light-green: #C5DE86;
	--se-light-orange: #F9C475;
	--se-light-purple: #BBABD1;
	--se-light-red: #F299AA;
	--se-light-skyblue: #80CFF0;
}

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit;  }

a { color: inherit; }
a:hover,
.item:hover .label { 
    color: rgb(0, 71, 186);
    color: var(--se-skyblue);
	text-decoration: underline;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #ccc;
    color: var(--se-black);
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 11pt;
	line-height: 1.5;
	margin-top: 56px;
}

.clearfix {
	clear: both;
	display: block;
}

.fullscreen {
	background-color: rgba(0,0,0,0.6);
	display: none;
	overflow-y: scroll;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:999;
}

#body>div, #foot>div,#footer, #head>div {
	background-color: whitesmoke;
    margin: 0px auto;
    /* max-width: 980px; */
}
#body { margin-top: 8px; }

.dialog {
    background-color: whitesmoke;
    border: 2px solid rgb(128, 128, 128);
    border-radius: 8px;
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin: -8px auto;
    padding: 8px;
    text-align: left;
    width: 624px;
}

.dialog .buttonbar {
    border-top: 1px solid rgb(208, 208, 208);
    clear: both;
    margin-top: 4px;
    padding-top: 8px;
    text-align: right;
}

.dialog .buttonbar input[type=submit],
.dialog .buttonbar input[type=button] {
    font-size: 9pt !important;
    clear: none !important;
    height: intrinsic !important;
    width: intrinsic !important;
}

.dialog h2 {
    border-bottom: 1px solid rgb(208, 208, 208);
	color: rgb(0,129,201);
    font-size: 14pt;
    margin: 0px 0px 12px 0px;
    padding: 4px 8px;
}

.dialog input[type="text"], .dialog select {
	clear: right;
	float:left;
}
 
	
.dialog label {
	clear: left;
	float:left;
	margin-bottom: 8px;
	min-width: 72px;
	padding-left: 12px;
}

.dialog span {
    width: 128px;
}

.dialog textarea {
    clear: none;
    margin-bottom: 8px;
    width: 75%;
}

#dlgWait
{
	background: url(../../style/images/wait.gif) no-repeat left center;
	background-size: contain;
	background-color: white;
	border: 2px solid rgb(128,128,128);
	border-radius: 8px;

	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
 
    height: 100px;
    margin: auto;
    position: absolute;
    width: 220px;

    top:0; bottom: 0;
    left: 0; right: 0;
}

#dlgWait>div
{
	float: right;
	font-size: 14pt;
	padding: 36px 8px;
}

#footer
{
	border-radius: 0px 0px 6px 6px;
	border-top: 1px solid rgb(229, 229, 229);
	box-sizing: border-box;
	color: rgb(68, 68, 68);
	padding: 0px 8px;
}

#footer li { border-left: 1px solid rgb(229,229,229); float: left; padding: 0 10px; }
#footer li:first-child { border: none; padding-left: 0px; } 
#footer li:last-child { padding-right: 0px; } 
#footer li a {color: inherit; text-decoration: none; }
#footer li a:hover { color: rgb(0,137,207); }
#footer ul
{
	list-style: none;
	width: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-inline-start: 0px; 
}
#footer ul.left { 
	float: left; 
	margin-left: 32px; 
}
#footer ul.right { 
	float: right; 
	margin-right: 32px; 
}

#menubar
{
	height: 48px;
	line-height: 1.2;
    margin: 0px auto;
    padding: 0px 8px;
}

#menubar .bottom div 
{
	position: relative;
	height: 40% ;
	margin: 0px 0px 0px 24px;
}

#menubar .bottom .menu 
{
	background-color: white;
	border: 1px solid rgb(196,196,196);
	border-radius: 6px;
	box-sizing: border-box;
	min-width: 640px;
	padding: 16px;
	position: absolute;
	right: -8px; top: 24px;
}

#menubar .bottom .menu h1{ font-size: 14pt; font-weight: normal; margin: 4px 0px; }
#menubar .bottom .menu ul { box-sizing: border-box; font-size: 10pt; float: left; line-height: 1.5; list-style-image: url('../../style/images/common/bullet.png'); margin: 0px; padding-left: 12px; width: 60% }
#menubar .bottom .menu div { box-sizing: border-box; font-size: 9pt; float: right; margin: 0px; padding-left: 4px; width: 40% }
#menubar .bottom .menu>ul>li { margin-bottom: 4px; }
#menubar .bottom .menu>ul>li:hover { color: rgb(0, 71, 186); text-decoration: underline; }
#menubar .bottom .menu>ul>li>a { text-decoration: none; }
#menubar .bottom .menu .menu_description { color: rgb(68,183,81); line-height: 16px; margin-top: -28px;}


#menubar .top .item, #menubar .bottom .item
{
	box-sizing: border-box;
	cursor: pointer;	
	display: table;
	height: 100%;
	float: right;
	font-size: 16px;
	padding: 8px 0px 8px 12px;
	z-index: 3;
}

#menubar .item .icon
{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	height: 28px;
	position: relative;
	width: 28px;
}

#menubar .item .icon .badge
{
	background: rgb(0,137,207);
	border: 1px solid rgb(0, 71, 186);
	border-radius: 12px;
	bottom: -3px; right: -3px;
	color: white;
	font-size:7pt;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	position: absolute;
	text-align: center;
}

#menubar .item .icon .notification
{
	background: rgb(64,128, 240);
	border: 1px solid rgb(32,64,240);
	border-radius: 12px;
	color: white;
	display: table;
	font-size: 7pt;
	min-width: 9px;
	padding: 1px 3px;
	position: absolute;
	top: -3px; left: -3px;
	text-align: center;
}

#menubar .item .label
{
	display: inline-block;
	font-size: 12px;
	padding: 0px 0px 0px 4px;
}

#menubar .items
{
	clear: both;
	margin: 0px auto;
	max-width: 960px;
}

#menubar .logo 
{
	background: left center url(../../style/images/common/logo.png) no-repeat;
	background-origin: content-box;
    background-size: contain;
	box-sizing: border-box;
	cursor: pointer;
	height: 100%; 
	padding: 4px;
	position: absolute; 
	width: 128px; 
	z-index:999;
}

#menubar .submenu
{
	background-color: white;
	border: 1px solid rgb(128,128,128);
	border-radius: 8px;
	display: none;
	padding: 4px;
	position: absolute;
	top: 36px;
	z-index: 4;
}

#menubar .submenu>a
{
	color: inherit;
	text-decoration: none;
	width:100%;
}

#menubar .submenu a:hover
{
	color: inherit;
	text-decoration: none;
}

#menubar .submenu input[type=submit]
{
	background-image: url(../../style/images/common/green-gradient.png);
	background-size: cover;
	border: 1px solid rgb(128,196,128);
	border-radius: 6px;
	clear:both;
	color: white;
	cursor: pointer;
	float:right;
	margin: 4px;
	padding: 4px 12px;
}

#menubar .submenu ul
{
	font-size: 9pt;
	list-style: none;
	margin: 4px;
	padding: 2px 0;	
}

#menubar .submenu ul li
{
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	padding: 4px;
}

#menubar .submenu ul li:hover
{
	background-color: rgb(0,137,207);
	border-radius: 2px;
	width: 100%;
	color: white;
}

#menubar .submenu ul li:hover ul
{ 
   display : inline; 
   position : absolute; 
   margin-left : 5px; 
   top: -8px;
   left: 80px;
} 

#menubar .submenu ul ul
{
	display: none;

	background-color: white;
	border: 1px solid rgb(90, 90, 90);
	border-radius: 8px;
	color: rgb(90, 90, 90);
	padding: 4px 8px;
	white-space: nowrap;
}

#menubar .mobile
{
	background: center center url(../../style/images/button/mobilemenu.png);
	background-size: contain;
	display: none;
	float:left;
	height: 32px;
	width: 32px;
}

#menubar .top,
#menubar .bottom
{
    box-sizing: border-box;
	clear: both;
    float: right;
    padding-left: 96px;
    width: 100%;
}

#menubar .bottom .item { color: rgb(68,68,68); }
#menubar .top .item { color: rgb(150,150,150); }



#menubar .top { height: 60% }

#messageCtrl
{
	border-radius: 6px;
	color: rgb(255, 255, 255);
	font-size: 12pt;
	font-weight: bold;
	margin: 2px;
	overflow: hidden;
	padding: 12px 24px;
	position: fixed;
	right: 16px;
	top: 8px;
	z-index: 999999;
}

#messageCtrl.info { background-color: rgba(0, 0, 128, 0.6); }
#messageCtrl.error { background-color: rgba(255, 0, 0, 0.6); }

@media only screen and (max-width: 880px)
{
	#menubar .bottom div 
	{
		font-size: 9pt;
		margin: 0px 0px 0px 12px;
		max-width: 144px;
	}
}

@media only screen and (max-width: 640px)
{
    #menubar .bottom { display: none;}
}