html body {
	background: #f7f7f7;
	margin: 0;
	overflow: hidden;
}

* {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}

.imgLoading {
	height: 24px;
	width: 24px;
	margin: 15px;
}

.rightPart {
	position: absolute;
	left: 15%;
	width: 85%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.full {
	width: 100%;
}

.pBottom {
	clear: both;
	/*margin-left: 5%;
	width: 90%;*/
	width: 100%;
}

.pDate {
	width: 30%;
	margin-right: 3%;
	float: left;
}

.Caption {
	color: white;
	font-size: 13px;
	text-align: center;
}

.errorDialog {
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 15px;
	max-width: 300px;
	background: #72537c;
	z-index: 10;
}

.alert {
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 15px;
	max-width: 350px;
	background: #72537c;
	z-index: 10;
}

.alert-content {
	
}

.alert-password {
	clear: both;
	width: 98%;
	font-size: 15px;
	margin-right: 50px;
	margin-top: 5px;
	border-radius: 5px;
	box-sizing: content-box;
	padding: 5px;
}

.alert-buttons {
	clear: both;
	float: right;
	padding-top: 5px;
	height: 50px;
	width: 100%;
}

.alert-buttons .grayButton, .alert-buttons .greenButton {
	clear: none;
	padding: 0px;
	float: left;
	margin: 5px;
	max-height: 50px;
	border: 0px;
	width: 43%;
}

.alert-buttons .redButton {
	clear: none;
	padding: 0px;
	float: left;
	margin: 5px;
	margin-right: 8%;
	max-height: 50px;
	border-radius: 3px;
	border: 0px;
	width: 42%;
}

.dialogMiddle .gwt-Button {
	margin-top: 20px;
	background: #b5c02f;
	border-radius: 5px;
	color: white;
	padding: 10px;
	margin-left: 15%;
	width: 70%;
	text-align: center;
	font-size: 15px;
}

.dialogMiddle .gwt-Button:hover {
	cursor: pointer;
	background: #cdd84d;
}

.placeHolder {
	color: #bebebe;
}

.rightPart .container {
	position: absolute;
	top: 80px;
	bottom: 50px;
	height: auto;
	left: 2%;
	right: 20%;
	width: 76%;
}

.danger {
	color: darkred;
	font-weight: bold;
}

.gwt-PopupPanelGlass {
	z-index:1;
}