/* --------------------------------------------------------------

   navigation.css
   * Sets up the page navigation (menus, links, etc.)

-------------------------------------------------------------- */


/* Top Main (top menu)
-------------------------------------------------------------- */

.main-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	height: 50px;
	margin-left: 10px;
}

.main-menu>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu>ul>li {
	width: 135px;
	height: 50px;
	display: block;
	float: left;
	position: relative;
}

.main-menu>ul>li>a {
	width: 135px;
	height: 50px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	margin-top: 16px;
	font-size: 10pt;
	color: #fff;
}

.main-menu>ul>li>a:hover {
	color: #fc0;
}

.main-menu .menu1 {
	background-position: right center;
	background-image: url(/ulem-industry/javax.faces.resource/img/menu_seperator.png.xhtml);
	background-repeat: no-repeat;
}

.main-menu .menu1 .selected {
	color: #fc0;
}

.main-menu .menu2 .selected {
	color: #fc0;
}

.main-menu .menu3 .selected {
	color: #fc0;
}

.main-menu .menu4 .selected {
	color: #fc0;
}

.main-menu .menu5 .selected {
	color: #fc0;
}

.main-menu .menu6 .selected {
	color: #fc0;
}

.main-menu .menu2 {
	background-position: right center;
	background-image: url(/ulem-industry/javax.faces.resource/img/menu_seperator.png.xhtml);
	background-repeat: no-repeat;
}

.main-menu .menu3 {
	background-position: right center;
	background-image: url(/ulem-industry/javax.faces.resource/img/menu_seperator.png.xhtml);
	background-repeat: no-repeat;
}

.main-menu .menu4 {
	background-position: right center;
	background-image: url(/ulem-industry/javax.faces.resource/img/menu_seperator.png.xhtml);
	background-repeat: no-repeat;
}

.main-menu .menu5 {
	background-position: right center;
	background-image: url(/ulem-industry/javax.faces.resource/img/menu_seperator.png.xhtml);
	background-repeat: no-repeat;
}

.main-menu .menu6 {
	background-position: right center;
	background-image: url(/ulem-industry/javax.faces.resource/img/menu_seperator.png.xhtml);
	background-repeat: no-repeat;
}

.main-menu>ul>li>a.menu1 {
	background-position: 0px -945px;
	outline: none;
}

.main-menu>ul>li>a.menu1:hover {
	background-position: 0px -980px;
	outline: none;
}

.main-menu>ul>li.selected>a.menu1 {
	background-position: 0px -1015px;
	outline: none;
}

.main-menu>ul>li>a.menu2 {
	background-position: 0px -945px;
	outline: none;
}

.main-menu>ul>li>a.menu2:hover {
	background-position: 0px -980px;
	outline: none;
}

.main-menu>ul>li.selected>a.menu2 {
	background-position: 0px -1015px;
	outline: none;
}

.main-menu>ul>li>a.menu3 {
	background-position: 0px -945px;
	outline: none;
}

.main-menu>ul>li>a.menu3:hover {
	background-position: 0px -980px;
	outline: none;
}

.main-menu>ul>li.selected>a.menu3 {
	background-position: 0px -1015px;
	outline: none;
}

.main-menu>ul>li>a.menu4 {
	background-position: 0px -945px;
	outline: none;
}

.main-menu>ul>li>a.menu4:hover {
	background-position: 0px -980px;
	outline: none;
}

.main-menu>ul>li.selected>a.menu4 {
	background-position: 0px -1015px;
	outline: none;
}

.main-menu>ul>li>a.menu5 {
	background-position: 0px -945px;
	outline: none;
}

.main-menu>ul>li>a.menu5:hover {
	background-position: 0px -980px;
	outline: none;
}

.main-menu>ul>li.selected>a.menu5 {
	background-position: 0px -1015px;
	outline: none;
}

.main-menu>ul>li>a.menu6 {
	background-position: 0px -945px;
	outline: none;
}

.main-menu>ul>li>a.menu6:hover {
	background-position: 0px -980px;
	outline: none;
}

.main-menu>ul>li.selected>a.menu6 {
	background-position: 0px -1015px;
	outline: none;
}


.main-menu>ul>li ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	list-style: none;
	margin-top: 24px;
	padding: 0;
	width: 185px;
	left: -5px;
	/*left:-25px;*/
	padding-top: 5px;
	z-index: 110;
}

.main-menu>ul>li:hover ul {
	top: 35px;
}

.main-menu>ul>li ul li {
	display: inline-block;
	width: 185px;
	height: 27px;
	background-color: #333;
	text-align: left;
	border-color: #fff;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
}

.main-menu>ul>li ul li a {
	padding-left: 10px;
	color: #fff;
	display: inline-block;
	width: 180px;
	height: 20px;
	padding-top: 7px;
	padding-bottom: 0px;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
	overflow-x: hidden;
	outline: none;
}

.main-menu>ul>li ul li a:hover {
	color: #fc0;
	font-weight: bold;
}

.main-menu>ul>li ul li.first {
	border-color: #fff;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	display: block;
	width: 185px;
	height: 27px;
	background: none;
	background-image: url(/ulem-industry/javax.faces.resource/img/dropdownmenutop.png.xhtml);
	background-repeat: no-repeat;
}

.main-menu>ul>li ul li.first:hover {
	background-image: url(/ulem-industry/javax.faces.resource/img/dropdownmenutop_over.png.xhtml);
	background-repeat: no-repeat;
}

.main-menu>ul>li ul li.middle {
	border-color: #fff;
	border-style: dotted;
	background: none;
	background-image: url(/ulem-industry/javax.faces.resource/img/dropdownmenumiddle.png.xhtml);
	background-repeat: no-repeat;
	height: 27px;
	display: block;
	width: 185px;
}

.main-menu>ul>li ul li.middle:hover {
	background-image: url(/ulem-industry/javax.faces.resource/img/dropdownmenumiddle_over.png.xhtml);
	background-repeat: no-repeat;
}

.main-menu>ul>li ul li.last {
	background: none;
	background-image: url(/ulem-industry/javax.faces.resource/img/dropdownmenubottom.png.xhtml);
	background-repeat: no-repeat;
	height: 27px;
	display: block;
	width: 185px;
	border: none;
}

.main-menu>ul>li ul li.last:hover {
	background-image: url(/ulem-industry/javax.faces.resource/img/dropdownmenubottom_over.png.xhtml);
	background-repeat: no-repeat;
	height: 28px;
}

.main-menu>ul>li ul li.last a {
	
}

.main-menu>ul>li ul li.first a:hover {
	background-color: transparent;
}

.main-menu>ul>li ul li.last a:hover {
	background-color: transparent;
}

.main-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	position: relative;
	left: 235px;
}

.main-menu-list li {
	float: left;
	margin-right: 5px;
	display: block;
	padding: 0;
	padding-left: 7px;
	height: 27px;
	min-width: 100px;
	background-image: url(/ulem-industry/javax.faces.resource/img/tab_left.png.xhtml);
	background-repeat: no-repeat;
	margin-top: 3px;
}

.main-menu-list li.selected {
	background-image: url(/ulem-industry/javax.faces.resource/img/selected_tab_left.png.xhtml);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 16px;
	margin-top: 0px;
}

.main-menu-list li a {
	text-decoration: none;
	display: block;
	height: 27px;
	padding: 0;
	padding-right: 7px;
	text-align: center;
	background-image: url(/ulem-industry/javax.faces.resource/img/tab_right.png.xhtml);
	background-repeat: no-repeat;
	background-position: top right;
}

.main-menu-list li.selected a {
	background-image: url(/ulem-industry/javax.faces.resource/img/selected_tab_right.png.xhtml);
	background-repeat: no-repeat;
	background-position: top right;
	height: 30px;
	cursor: default;
}

.main-menu-list li a span {
	color: #2779AA;
	display: block;
	height: 27px;
	margin-left: 3px;
	margin-right: 3px;
	background-image: url(/ulem-industry/javax.faces.resource/img/tab_center.png.xhtml);
	background-repeat: repeat-x;
	font-size: 8pt;
	line-height: 29px;
}

.main-menu-list li a:hover span {
	color: #09f;
}

.main-menu-list li.selected a span {
	height: 30px;
	line-height: 23px;
	padding-top: 5px;
	color: #2779AA;
	font-size: 8pt;
	font-weight: bold;
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	background-image: url(/ulem-industry/javax.faces.resource/img/selected_tab_center.png.xhtml);
	background-repeat: repeat-x;
}

/* Top Side (top side menu)
-------------------------------------------------------------- */
.main-menu-side-list {
	position: absolute;
	right: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	z-index: 1;
}

.main-menu-side-list li {
	float: left;
	padding-top: 15px;
}

.main-menu-side-list li.menu1 {
	width: 25px;
	height: 30px;
	background-image: url(/ulem-industry/javax.faces.resource/img/user.png.xhtml);
	background-repeat: no-repeat;
	background-position: center center;
}

.main-menu-side-list .menu1:hover {
	background-image: url(/ulem-industry/javax.faces.resource/img/user_hover.png.xhtml);
	cursor: pointer;
}

.main-menu-side-list li.menu2 {
	width: 25px;
	height: 30px;
	background-image: url(/ulem-industry/javax.faces.resource/img/settings.png.xhtml);
	background-repeat: no-repeat;
	background-position: center center;
}

.main-menu-side-list .menu2:hover {
	background-image: url(/ulem-industry/javax.faces.resource/img/settings_hover.png.xhtml);
	cursor: pointer;
}

.main-menu-side-list li.menu3 {
	width: 25px;
	height: 30px;
	background-image: url(/ulem-industry/javax.faces.resource/img/info.png.xhtml);
	background-repeat: no-repeat;
	background-position: center center;
}

.main-menu-side-list .menu3:hover {
	background-image: url(/ulem-industry/javax.faces.resource/img/info_hover.png.xhtml);
	cursor: pointer;
}

.main-menu-side-list li.logout {
	width: 50px;
	height: 40px;
	background-image: url(/ulem-industry/javax.faces.resource/img/logout.png.xhtml);
	background-repeat: no-repeat;
	background-position: center center;
}

.main-menu-side-list .logout:hover {
	background-image: url(/ulem-industry/javax.faces.resource/img/logout_hover.png.xhtml);
	cursor: pointer;
}

.main-menu-side-list li.language {
	width: 145px;
	height: 30px;
}

/* Navigate to top of the page action
-------------------------------------------------------------- */
.nav-to-top {
	bottom: 60px;
	display: none;
	height: 64px;
	position: fixed;
	right: 50px;
	width: 64px;
	z-index: 1999;
	opacity: 0.4;
}

.nav-to-top a {
	background-image: url(/ulem-industry/javax.faces.resource/img/gototop.png.xhtml);
	background-repeat: no-repeat;
	display: block;
	height: 64px;
	text-decoration: none;
	width: 64px;
}

/* Section Controls (help) 
-------------------------------------------------------------- */
.controls {
	position: absolute;
	right: 23px;
	width: 400px;
}

.section-help {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}

.section-help li {
	float: left;
	padding-top: 4px;
	margin-left: 10px;
}

.section-help li.help-small a {
	text-decoration: none;
	color: #fff;
	color: white;
	font-size: 15px;
}

.section-help li.help-small a:hover {
	color: #FF8305;
}

.viewmore {
	background-image: url(/ulem-industry/javax.faces.resource/img/eye_inv.png.xhtml);
	background-repeat: no-repeat;
	background-position: middle middle;
	padding-left: 40px;
	margin-left: 15px;
	cursor: pointer;
	position: relative;
}

.link-side {
	font-size: 13px;
	padding-left: 5px;
	text-decoration: underline;
	font-weight: bold;
	color: #222;
}

.link-help {
	text-decoration: underline;
	color: #222;
	cursor: pointer;
}

.link-help-warnbox {
	text-decoration: underline;
	color: #C09853;
	cursor: pointer;
	font-weight: bold;
}

.process-loading {
	position: absolute; 
	top: 62%; 
	left: 45%; 
	z-index: 1999;
}

.process-menu ul li:first-child {
	display: none;
}

.process-menu { /* background: none;
	border: 0; */
	border-radius: 6px 6px 6px 6px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

.process-menu .ui-menuitem-text {
	font-size: 12px;
	padding: 10px;
}

.process-menu .ui-menuitem-icon {
	margin-top: 10px;
}

.process-menu .ui-menuitem-link {
	width: 98%;
}

.process-menu-wrapper .ui-menu{
	width: 100%;
}

.process-menu-wrapper .ui-menu .ui-menuitem-link{
	width: 98%;
}
