
.headerPanel {
	background: white;
	color: #497f54;
}

.menuBar {
	margin-top: 30px;
	margin-left: 30px;
}

.menuBar .gwt-MenuItem-selected {
	color: #fff;	
  	background: #487f53;
}

.logoPanel {
	display: inline-block;
	float: left;
	width: 270px;
	height: 56px;
	cursor: pointer;
	background: url("images/antsz_logo_100x70.png") no-repeat left center;
	margin-left: 10px;
	border-right: 1px solid #9EC864;
}

.logoPanel .logotext {
	display: inline-block;
	padding-left: 80px;
	padding-top: 10px;
	color: #fff;
	font: bold 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

a:link, a:visited, a:hover, a:active {
	color: #3262BA;
	text-decoration: underline;
	cursor: pointer;
}

.breadcrumbPanel {
	margin-top: 125px;
}

.middlePanelWrapper {
	margin-top: 0;
}

.head-left-block {
	height: 80px;
	float:left;
	margin-top: 10px;
	margin-left: 20px;
	background: url("images/antsz_logo_100x70.png") no-repeat left center;
	cursor: pointer;
}

.head-left-block .title {
	font-size: 20px;
	font-weight: bold;
	color: #98c2a0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 120px;
}

.head-left-block .subtitle {
	font-size: 14px;
	font-weight: bold;
	color: red;
	margin-bottom: 9px;
	margin-left: 120px;
}

/* User panel */

.antszUsrpn-Panel {
	padding: 20px 10px 0 0;
	float: right;
}

.antszUsrpn-User {
	margin: 10px 10px 5px;
	display: block;
	text-align: right;
	color: #98c2a0;
	font-size: 12px;
	font-weight: bold;
}

.antszUsrpn-Partner {
	margin: 5px 10px 10px;
	display: block;
	text-align: right;
	color: black;
}

.antszUsrpn-Help {
	background: url("images/help-question.png") no-repeat center;
	color: #fff;
	width: 32px;
	height: 32px;
	cursor:pointer;
	padding-right: 15px;
	margin-left: -10px;
}

.antszUsrpn-Logout {
	background: url("images/logout-gray.png") no-repeat center;
	color: #fff;
	width: 32px;
	height: 32px;
	cursor:pointer;
}

.headerPanel {
	/*background: #4285f4;*/
	height: 100px;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	color: #fff;
	z-index: 100;
}

.headerPanel:before {
	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
	content: "";
	height: 100px;
	left: -2%;
	position: fixed;
	width: 104%;
	z-index: -1;
}

.logoPanel {
	display: inline-block;
	width: 80px;
	height: 100px;
	cursor: pointer;
}

.antszUserPanel {
	float: right;
	display: inline-block;
	height: 100px;
}

.middlePanel {
	margin-top: 25px;
	width:100%;
}

.menuBar .gwt-MenuItem {
	line-height: 30px;
	font-size: 16px;
	padding: 2px 10px;
	cursor: pointer;
	color: black;
}

.menuBar .gwt-MenuItem-selected {
	color: white;
}

.permissionsScroll {
	width: 490px;
	height: 600px;
}

.permissionsVertical {
	width: 450px;
}

.permissionsSelect {
	width: 450px;
}

.com-google-gwt-user-cellview-client-CellTable-Style-cellTableHeader {
	text-align: center !important
}

