html {
	border: 0 none;
	margin: 0;
	outline: 0 none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	border: 0 none;
	margin: 0;
	outline: 0 none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: white;
	min-width: 890px;
	min-height: 500px;
	overflow: auto;
}

body.bodyClass .float-right {
	float: right;
}

body.bodyClass .float-left {
	float: left;
}

body.bodyClass .left-container {
	padding-left: 50px;
	padding-right: 20px;
}

body.bodyClass .right-container {
	padding-left: 0px;
	padding-right: 0px;
}

body.bodyClass #black-header {
	background: #000000;
	height: 24px;
}

body.bodyClass #logo {
	text-align: center;
	background: #002244;
	padding: 20px;
	width: 160px;
}

body.bodyClass .menu-container {
	margin: 0 10px 0 0;
	width: 200px;
}

body.bodyClass .menu-search {
	margin: 10px 5px 5px 5px;
	padding-bottom: 5px;
	border: 1px solid #ADADAD;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

body.bodyClass .menu-search input {
	padding-left: 5px;
	width: 155px;
	border: none;
	border-color: transparent;
	outline: 0 none;
}

body.bodyClass .menu-search span {
	position: relative;
	display: inline-block;
	top: 4px;
	cursor: pointer;
}

body.bodyClass .menu .nav-stacked {
	padding-left: 0;
}

body.bodyClass .menu .nav {
	margin-bottom: 0;
	text-overflow: clip;
}

body.bodyClass .menu a {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	outline: 0 none;
}

body.bodyClass .menu a.active {
	font-weight: bold !important;
	color: #000000 !important;
	background: transparent !important;
}

body.bodyClass .menu.level2 a {
	padding-left: 24px;
}

body.bodyClass .menu.level3 a {
	padding-left: 36px;
	font-size: 90%;
}

body.bodyClass .menu.level3 a:hover {
	font-weight: bold !important;
}

body.bodyClass .menu.level1 a.current {
	background: transparent !important;
}

body.bodyClass .menu.level2 a.current {
	background: #E8E4C3 !important;
}

body.bodyClass .menu.level3 a.current {
	background: #E8E4C3 !important;
}

body.bodyClass .menu.level1>ul>li {
	background: url(../img/layout/menu04.png);
}

body.bodyClass .menu.level2>ul>li {
	background: url(../img/layout/menu05.png);
}

body.bodyClass .menu.level3>ul>li {
	background: #EFEFEF;
}

body.embedded {
	background-color: transparent;
}

a,a:focus,a:hover,a:active {
	outline: 0 none;
	border: 0 none;
	color: #024;
	text-decoration: none;
}

a img {
	outline: 0 none;
	border: 0 none;
}

.navbar {
	height: 40px;
	top: 0;
	left: 0;
	right: 0;
	margin-bottom: 0;
}

.navbar-inner {
	min-height: 40px;
	max-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #D5D5D5;
	background-image: -moz-linear-gradient(top, #EFEFEF, #ADADAD);
	background-image: -ms-linear-gradient(top, #EFEFEF, #ADADAD);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EFEFEF),
		to(#ADADAD) );
	background-image: -webkit-linear-gradient(top, #EFEFEF, #ADADAD);
	background-image: -o-linear-gradient(top, #EFEFEF, #ADADAD);
	background-image: linear-gradient(top, #EFEFEF, #ADADAD);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',
		endColorstr='#adadad', GradientType=0 );
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0
		rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0
		rgba(0, 0, 0, .1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0
		rgba(0, 0, 0, .1);
	padding-right: 30px;
	padding-left: 30px;
}

.navbar .brand {
	float: left;
	display: block;
	padding: 8px 20px 12px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	line-height: 1;
	color: #024;
}

.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

li.languages {
	list-style: none;
}

.navbar .nav>li {
	display: block;
	float: left;
}

.navbar .nav>li>a {
	float: none;
	padding: 9px 10px 11px;
	line-height: 19px;
	color: #024;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav>li>a:hover {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

.navbar .nav .active>a,.navbar .nav .active>a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #adadad;
}

.nav {
	margin-left: 0;
	margin-bottom: 11px;
	list-style: none;
}

.nav>li>a {
	display: block;
}

.nav>li>a:hover {
	text-decoration: none;
	background-color: #eeeeee;
}

.nav>.pull-right {
	float: right;
}

.nav .nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.nav li+.nav-header {
	margin-top: 9px;
}

.nav-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}

.nav-list>li>a,.nav-list .nav-header {
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list>li>a {
	padding: 3px 15px;
}

.nav-list>.active>a,.nav-list>.active>a:hover {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #002244;
}

.nav-list [class^="icon-"] {
	margin-right: 2px;
}

.nav-list .divider {
	*width: 100%;
	height: 1px;
	margin: 4.5px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}

.nav-tabs,.nav-pills {
	*zoom: 1;
}

.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after {
	display: table;
	content: "";
}

.nav-tabs:after,.nav-pills:after {
	clear: both;
}

.nav-tabs>li,.nav-pills>li {
	float: left;
}

.nav-tabs>li>a,.nav-pills>li>a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 11px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>.active>a,.nav-tabs>.active>a:hover {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-pills>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nav-pills>.active>a,.nav-pills>.active>a:hover {
	color: #ffffff;
	background-color: #002244;
}

.nav-stacked>li {
	float: none;
}

.nav-stacked>li>a {
	margin-right: 0;
}

.nav-tabs.nav-stacked {
	border-bottom: 0;
}

.nav-tabs.nav-stacked>li>a {
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	cursor: pointer;
}

.nav-tabs.nav-stacked>li:first-child>a {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-stacked>li:last-child>a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.nav-tabs.nav-stacked>li>a:hover {
	border-color: #ddd;
	z-index: 2;
}

.nav-pills.nav-stacked>li>a {
	margin-bottom: 3px;
}

.nav-pills.nav-stacked>li:last-child>a {
	margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.nav-pills .dropdown-menu {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.nav-tabs .dropdown-toggle .caret,.nav-pills .dropdown-toggle .caret {
	border-top-color: #002244;
	border-bottom-color: #002244;
	margin-top: 6px;
}

.nav-tabs .dropdown-toggle:hover .caret,.nav-pills .dropdown-toggle:hover .caret
	{
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.nav-tabs .active .dropdown-toggle .caret,.nav-pills .active .dropdown-toggle .caret
	{
	border-top-color: #333333;
	border-bottom-color: #333333;
}

.nav>.dropdown.active>a:hover {
	color: #000000;
	cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover
	{
	color: #ffffff;
	background-color: #999999;
	border-color: #999999;
}

.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret
	{
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	opacity: 1;
	filter: alpha(opacity =       100);
}

.ui-layout-west {
	padding-top: 10px;
	width: 235px !important;
	background-color: #FFFFFF;
}

.jspPane {
	width: 200px !important;
}

.ui-layout-center {
	padding-top: 10px;
	width: 100%;
	height: 100%;
}

.ui-layout-south {
	height: 10px !important;
	display: block;
	position: relative;
	color: #024;
	border: solid 1px #ADADAD;
	border-bottom: 0 none;
	background: #D1D1D1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D1D1D1), to(#F2F2F2));
	background: -webkit-linear-gradient(#D1D1D1, #F2F2F2);
	background: -moz-linear-gradient(#D1D1D1, #F2F2F2);
	background: -ms-linear-gradient(#D1D1D1, #F2F2F2);
	background: -o-linear-gradient(#D1D1D1, #F2F2F2);
	background: linear-gradient(#D1D1D1, #F2F2F2);
	padding: 7px;
}

#paneWest, #paneSouth, #paneNorth {
	z-index: 3 !important;
}

.ui-layout-resizer-closed {
	overflow: visible !important;
}

.scrolling-content {
	border: none;
	outline: none;
}

#left-pane {
	margin-left: 15px;
	height: 100%;
}

.topopen {
	z-index: 100;
	position: absolute;
	top: 0px;
	width: 20px;
	right: 0px;
	background-color: white;
	text-align: center;
	height: 38px;
	line-height: 40px;
	cursor: pointer;
	color: #024;
	border: solid 1px #ADADAD;
	border-right: 0 none;
	background: -moz-linear-gradient(right center, #D1D1D1, #F2F2F2 80%)
		repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left bottom, right bottom, color-stop(.2,
		#F2F2F2), color-stop(.8, #D1D1D1) );
	background: -webkit-linear-gradient(right center, #D1D1D1, #F2F2F2 80%)
		repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(right center, #D1D1D1, #F2F2F2 80%)
		repeat scroll 0 0 transparent;
	background: -o-linear-gradient(right center, #D1D1D1, #F2F2F2 80%)
		repeat scroll 0 0 transparent;
	background: linear-gradient(right center, #D1D1D1, #F2F2F2 80%) repeat
		scroll 0 0 #F2F2F2;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2',
		endColorstr='#D1D1D1', GradientType=0 );
	-webkit-border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
}

.topclose {
	z-index: 100;
	position: absolute;
	top: 0px;
	width: 20px;
	right: -1px;
	background-color: white;
	text-align: center;
	height: 38px;
	line-height: 40px;
	cursor: pointer;
	color: #024;
	border: solid 1px white;
	background: -moz-linear-gradient(right center, #D1D1D1, #F2F2F2 80%)
		repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left bottom, right bottom, color-stop(.2,
		#F2F2F2), color-stop(.8, #D1D1D1) );
	background: -webkit-linear-gradient(right center, #D1D1D1, #F2F2F2 80%)
		repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(right center, #D1D1D1, #F2F2F2 80%)
		repeat scroll 0 0 transparent;
	background: -o-linear-gradient(right center, #D1D1D1, #F2F2F2 80%)
		repeat scroll 0 0 transparent;
	background: linear-gradient(right center, #D1D1D1, #F2F2F2 80%) repeat
		scroll 0 0 #F2F2F2;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2',
		endColorstr='#D1D1D1', GradientType=0 );
	-webkit-border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
}

.leftclose {
	z-index: 100;
	position: absolute;
	top: 0px;
	width: 20px;
	left: 0px;
	background-color: white;
	text-align: center;
	height: 38px;
	line-height: 40px;
	cursor: pointer;
	color: #024;
	border: solid 1px white;
	border-left: 0 none;
	background: -moz-linear-gradient(right center, #F2F2F2, #D1D1D1 80%)
		repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left bottom, right bottom, color-stop(.2,
		#D1D1D1), color-stop(.8, #F2F2F2) );
	background: -webkit-linear-gradient(right center, #F2F2F2, #D1D1D1 80%)
		repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(right center, #F2F2F2, #D1D1D1 80%)
		repeat scroll 0 0 transparent;
	background: -o-linear-gradient(right center, #F2F2F2, #D1D1D1 80%)
		repeat scroll 0 0 transparent;
	background: linear-gradient(right center, #F2F2F2, #D1D1D1 80%) repeat
		scroll 0 0 transparent;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1D1D1',
		endColorstr='#F2F2F2', GradientType=1 );
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
}

.leftopen {
	z-index: 100;
	position: absolute;
	top: 0px;
	width: 20px;
	left: 0px;
	background-color: white;
	text-align: center;
	height: 38px;
	line-height: 40px;
	cursor: pointer;
	color: #024;
	border: solid 1px white;
	border-left: 0 none;
	background: -moz-linear-gradient(right center, #F2F2F2, #D1D1D1 80%)
		repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left bottom, right bottom, color-stop(.2,
		#D1D1D1), color-stop(.8, #F2F2F2) );
	background: -webkit-linear-gradient(right center, #F2F2F2, #D1D1D1 80%)
		repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(right center, #F2F2F2, #D1D1D1 80%)
		repeat scroll 0 0 transparent;
	background: -o-linear-gradient(right center, #F2F2F2, #D1D1D1 80%)
		repeat scroll 0 0 transparent;
	background: linear-gradient(right center, #F2F2F2, #D1D1D1 80%) repeat
		scroll 0 0 transparent;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1D1D1',
		endColorstr='#F2F2F2', GradientType=1 );
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
}

#content {
	width: 100%;
}

.padding {
	padding-left: 50px;
}

.padding15 {
	padding-left: 15px !important;
}

.currentPageMaxWidth {
	white-space: nowrap;
	overflow: hidden;
	max-width: 200px;
}

.anav {
	color: #002244;
	float: none;
	line-height: 19px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.anav:hover {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

#dropdown-menus {
	display: none;
}

div.innerHeader {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-top: -16px;
	height: 69px;
	left: 0;
}

.placeholder {
	color: #aaa;
}

a.box:link,a.box:visited {
	display: block;
	float: left;
	width: 138px;
	height: 51px;
	margin-right: 24px;
	padding: 18px 8px 0 8px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #002245;
	background: url('../img/portal/box-bg.png') 0 0 no-repeat;
}

a.box-new:link,a.box-new:visited {
	display: block;
	float: left;
	width: 138px;
	height: 51px;
	margin-right: 24px;
	padding: 18px 8px 0 8px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #002245;
	background: url('../img/portal/box-bg.png') 0 -70px no-repeat;
	background-color: #FFFFFF;
}

a.box:hover,a.box-new:hover {
	color: #f28e0c;
}

.icon-but {
	float: left;
	position: relative;
	width: 140px;
	height: 140px;
	margin: 0 6px 10px 0;
	padding: 2px;
}

.icon-but-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 144px;
	height: 144px;
	background: url('../img/portal/icon-mask.png') 0 0 no-repeat;
	z-index: 12;
}

.icon-but-content {
	position: relative;
	float: left;
	width: 140px;
	height: 140px;
	overflow: hidden;
	z-index: 3;
}

.icon-but-bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 420px;
	background: url('../img/portal/icon-bg.jpg') 0 0 no-repeat;
	z-index: 4;
}

.icon-but-reflex {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 140px;
	z-index: 5;
}

.icon-but-logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 140px;
	z-index: 6;
}

.icon-but-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 140px;
	z-index: 10;
}

.icon-but-txt span {
	vertical-align: middle;
	width: 120px;
	padding: 11px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e8e4c3;
	text-shadow: 0 1px 2px #000;
	z-index: 11;
	top: 50%;
	position: absolute;
	left: 0;
}

.nav.float-right {
    padding: 0;
}

.but-mhp-container {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 90px;
	width: 100%;
}

a.but-mhp:link,a.but-mhp:visited {
	display: block;
	width: 111px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #002245;
	float: right;
	z-index: 1;
	position: relative;
}

a.but-mhp:hover {
	color: #f28e0c;
}

.nav>li>a {
	cursor: default;
}

img.bg {
    min-height: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: -1000;
    margin-top: 40px;
}

#changeLang, .nav.float-right>li>a {
	cursor: pointer;
}

.ui-dialog-grigio {
	background-color: #D5D5D5;
	background-image: -moz-linear-gradient(top, #ADADAD, #EFEFEF);
	background-image: -ms-linear-gradient(top, #ADADAD, #EFEFEF);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ADADAD),
		to(#EFEFEF));
	background-image: -webkit-linear-gradient(top, #ADADAD, #EFEFEF);
	background-image: -o-linear-gradient(top, #ADADAD, #EFEFEF);
	background-image: linear-gradient(top, #ADADAD, #EFEFEF);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#adadad',
		endColorstr='#efefef', GradientType=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0
		rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0
		rgba(0, 0, 0, .1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0
		rgba(0, 0, 0, .1);
}

div.bothPadding {
	padding-left: 20px;
	padding-right: 20px;
}

.overflow {
	overflow-y: auto !important;
}

/*maserati.css*/
.as400 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.1em;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	background: url("images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x
		scroll 50% 50% #DFEFFC;
	border: 1px solid #AEB0B2;
	color: #454A4F;
	font-weight: bold;
}

.as400 span {
	padding: 0.4em 1em;
	display: block;
	line-height: 1.4;
	text-align: center;
}

.as400:hover {
	border: 1px solid #3b434a;
	background: #d0e5f5 url("images/ui-bg_glass_75_d0e5f5_1x400.png") 50%
		50% repeat-x;
	font-weight: bold;
	color: #002245;
}

.disabledButton {
	opacity: 0.5;
	filter: alpha(opacity =   50);
}

.readonly {
	background-color: #ebebeb;
	color: black !important;
	font-weight: bold;
}

.error {
	border: #FF0000 2px solid;
}

.floatRight {
	float: right;
}

/*omm.css*/
.dispNone{
	 display:none;
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -33px;
	margin-left: -33px;
}

.lockscreen {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 1999;
}

.loading {
	display: none;
	z-index: 2000;
}

.ui-autocomplete-loading {
	background: white url('../../img/ui-anim_basic_16x16.gif')
		right center no-repeat;
}

.overflowVisible {
    overflow: visible !important;
}

#verifyForm .hiddenPrivacy {
	display:none;
}
#verifyForm input[type=submit] {
	padding: 5px;
	float: right;	
}

#editForm .typeRequired, #editForm .flagNameRequired{
	display: none;
}
#editForm .fieldGroup-title {
	text-align: center;
	border-top: 1px solid grey;
}
#editForm input[type="checkbox"], #editForm input[type="radio"] {
	vertical-align: top;
}
#editDiv {
	overflow-y: scroll;
	overflow-x: hidden;
}
#editDiv .edit-div-content{

}
#editDiv table {
	width: 100%;
}
#editDiv .form-div{
	float:left;
	width: 100%;
	background: url(images/ui-bg_flat_75_f6f6f6_40x100.png) 50% 50% repeat;
}
#editDiv .sub-form {
	z-index: 9999;
	position: absolute;
	background-color: white;
	box-shadow: -2px 0px 2px #888888;
	width: 100%;
}
#translationForm {
	padding-right: 25px;
}

@keyframes slide-in-from-right {
    from {left: 110%;}
    to {left: 10px;}
}
@keyframes slide-out-to-right {
	from {left: 10px;}
    to {left: 110%;}
}
.side-right {
    display:none;
}
.slide-in {
    animation-name: slide-in-from-right;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
.slide-right {
    animation-name: slide-out-to-right;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
.ui-pg-div i.ui-icon{
	float: left;
}
.main-form .ui-pg-div{
	padding:6px;
}
.hidden {
	display: none;
}

#mainForm textarea{
	width: 94%;
}

.half-width {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.conf-table th {
	text-align: left;
	border-bottom: 1px solid #262e5a;
}
.conf-table tr th:first-child, .conf-table tr td:first-child {
	text-align: right;
	font-weight: bold;
}
.conf-table tr td:first-child {
	border-right: 1px solid #262e5a;
}
.privacy-test-sit td, .privacy-test-sit th{
	text-align: center;
	padding-right: 10px;
}
.privacy-test-sit td:first-child, .privacy-test-sit th:first-child{
	text-align: right;
}

#showHidePreferences {
	cursor: pointer;
	font-weight: bold;
}

#labelGrid > .ui-jqgrid tr.ui-row-ltr td {
    max-height: 60px;
    overflow: -webkit-paged-x;
}
