/* Gwt style settings */

.gwt-DateBox {
	width: 130px;
}

/* Wait and loading popup */

.waitIcon {
	background: url("images/loading_small.gif") no-repeat center center;
	width: 30px;
	height: 10px;
	display: inline-block;
}

.loadingPopup {
	padding: 5px;
}

.loadingPopup .popupContent {
	line-height: 35px;
	vertical-align: middle;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	display: block;
	background: url("images/loading.gif") no-repeat;
	padding-left: 35px;
}

/* Icons */

.Icon {
	width: 22px;
	height: 22px;
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center; 
}

.addIcon {
	background-image: url("images/add.png");
}

.deleteIcon {
	background-image: url("images/delete.png");
}

.checkIcon {
	background-image: url("images/check.png");
}

.infoIcon {
	background-image: url("images/info.png");
}

.lockIcon {
	background-image: url("images/lock.png");
}

.unlockIcon {
	background-image: url("images/lock_open.png");
}

.viewIcon {
	background-image: url("images/view.png");
}

.downloadIcon {
	background-image: url("images/download.png");
}

.uploadIcon {
	background-image: url("images/upload.png");
}

.editIcon {
	background-image: url("images/edit.png");
}

.rightIcon {
	background-image: url("images/right.png");
}

.okIcon {
	background-image: url("images/ok.png");
}

.printIcon {
	background-image: url("images/print.png");
}

.roleIcon {
	background-image: url("images/role.png");
}

.searchIcon {
	background-image: url("images/search.png");
}

.dataIcon {
	background-image: url("images/data.png");
}

.debugIcon {
	background-image: url("images/debug.png");
}

.settingsIcon {
	background-image: url("images/settings.png");
}

.saveasIcon {
	background-image: url("images/save_as.png");
}

.nullIcon {
	background: none;
}

/* Context menu */

.MenuIcon {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center; 
	margin-right: 10px;
}

/* MainFrame */

#rootContainer {
	width: 1200px;
	margin: auto;
	padding: 0;
	vertical-align: top;
} 

.headerPanel {
	background: #4285f4;
	height: 56px;
	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: 56px;
	left: -2%;
	position: fixed;
	width: 104%;
	z-index: -1;
}

.logoPanel {
	display: inline-block;
	width: 80px;
	height: 56px;
	cursor: pointer;
}

.menuBar {
	display: inline-block;
	height: 30px;
	line-height: 30px;
}

.menuBar .gwt-MenuItem {
	line-height: 30px;
	font-size: 14px;
	padding: 2px 10px;
	cursor: pointer;
}

.menuBar .gwt-MenuItem-selected {
	color: #fff;	
  	background: #1a6bf2;
}

.userPanel {
	float: right;
	display: inline-block;
	height: 56px;
	width: 150px;
}

.middlePanelWrapper {
	margin-top: 70px;
}

.middlePanel {
	margin-top: 10px;
	width:100%;
}

.mainPanel {
	width: 1200px;
	min-width: 1000px;
}

.infoPanelCell {
	border-left: 1px solid #e1e1e1;
	width: 250px;
}

.infoPanel {
	margin-left: 10px;
}

.infoText {
	position: relative;
	display: block;
	font-size: 11px;
	overflow: hidden;
	text-align: justify;
	padding: 0 20px;
	left:-18px;
	background:url(images/info-pnl-arrow.png) no-repeat 0 50%;
}

.footerPanel {
	display: none;
}

.loadingPopup {
	padding: 5px;
}

.loadingPopup .popupContent {
	line-height: 35px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	display: block;
	background: url("images/loading.gif") no-repeat;
	padding-left: 35px;
}

.noResultsPanel {
	margin: 10px;
	padding: 10px;
	border: 2px solid #999;
	background: #f0f0f0;
	display: inline-block;
}

.panelMargin {
	margin: 10px;
}

/* User panel */

.usrpn-Panel {
	padding: 0 10px 0 0;
	float: right;
}

.usrpn-User {
	margin: 10px;
    display: block;	
}

.usrpn-Logout {
	background: url("images/logout.png") no-repeat center;
	color: #fff;
	width: 32px;
	height: 32px;
	cursor:pointer;
}

/* PageNumberWidget */

ul.pageNumber {
	font-size: 9px;
	font-weight: bold;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 20px;
	display: inline-block;
}

ul.pageNumber li {
	display: inline-block;
	float:left;
	width: 22px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size:17px;
	vertical-align: middle;
	padding: 0;
	margin: 0 5px 0 0;
}

li.pageNumberItem-visited {
	background: url("images/pgnumVisit.png") no-repeat center;
	color: #fff;
}

li.pageNumberItem-actual {
	color: #fff;
}

li.pageNumberItem-next {
	background: url("images/pgnumNext.png") no-repeat center;
/* 	color: #fdca00; */
}

/* Dialog */

.dlg-Main {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

.dlg-Main TD {
	padding-top: 10px;
}

.dlg-Buttons {
	margin: 20px 10px 10px 10px;
	text-align: center;
}

.dlg-Buttons .gwt-Button {
	margin-left: 5px;
	margin-right: 5px;
}

.dlg-Icon {
	width: 60px;
	height: 60px;
	display: block;
}

.dlg-Icon-Exclamation {
	background: url("images/dlgIconE.png") no-repeat;
}

.dlg-Icon-Question {
	background: url("images/dlgIconQ.png") no-repeat;
}

.dlg-Icon-Information {
	background: url("images/dlgIconI.png") no-repeat;
}

.dlg-Message {
}

.dlg-Widget {
}

.dlg-Error {
	color: red;
}

.dlg-Info {
	font-style: italic;
}

.dlg-Table {
	width: 100%;
	border: none;
	border-spacing: 5px;
}

/* AbstractPage */

div.pg-Caption {
	background-color: #fafafa;
	color: #000;
	box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);		
	padding: 5px 16px;
}

div.pg-Caption .gwt-Label {
	display: block;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
}

div.pg-CaptionWidgets {
	float: right;
	vertical-align: middle;
	display: block;
}

/*
.pg-CaptionText {
	float: left;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}
*/

div.pg-Split {
	float: right;
	vertical-align: middle;
	display: block;
}

div.pg-Contents {
	clear: both;
	margin-top: 10px;
	background:#fefefe;
	box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);		
}

div.pg-Contents * {}

div.pg-Message {
	clear: both;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}

div.pg-Buttons {
	clear: both;
	margin-top: 10px;
	background: #fafafa;
	box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);		
	text-align: center;
}

div.pg-Buttons .gwt-Button {
	margin: 10px;
}

/* Breadcrumb */

.breadcrumbPanel {
	margin:10px 0px;
}

.breadcrumbPanel a {
	text-decoration:none;
	color:#4a4a4a;
	font-size:14px;
}

.breadcrumbPanel a.dotted {
/* 	background:url(images/breadcrumb-sep.png) no-repeat left center; */
	margin-left: 10px;
	padding-left: 15px;
}

.breadcrumbPanel a:hover {
	text-decoration: underline;
}

/* Egyszerű flextable stílus */

.simpleTable {
	margin: 10px;
	font-size: 12px;
	color: #000;
	border-spacing: 0px;
	padding: 0px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.simpleTable > tbody > tr > td {
	padding: 2px 10px 2px 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.simpleTable .Header {
	background-color: #eee;
	font-weight: bold;
}

.simpleTable .Odd {
	background-color: #fff;
}

.simpleTable .Even {
	background-color: #f7f7f7;
}

/* List pages */

.pglist-Filter {
	border: none;
	margin: 10px;
	border-spacing: 0px;
	padding: 0px;
}

.pglist-Filter TD {
	padding: 2px 10px 2px 10px;
}

.pglist-Header {
	background: #fcfcfc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px 0px;
	height: 28px;
}

.pglist-SelectAll {
	display: inline-block;
	text-align: center; 
}

.pglist-SelectAll .gwt-CheckBox {
	padding-left: 15px;
}

.pglist-Buttons {
	display: inline-block;
	margin-left: 10px;	
	margin-right: 5px;	
}

.pglist-Pager {
	float: right;
	display: inline-block;
}

.pglist-Table {
	width: 100%;
}

.pglist-scroll {
	overflow-y: hidden;
}

/* Highlight colors */

.HighlighText-Green {
	color: #31B404;
}

.HighlighText-Red {
	color: #F78181;
}
