/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

body{
	margin: 0px !important;
	padding: 0px !important;
	
	-moz-user-select:none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

fieldset{
	height: 93px;
	padding-left: 3px;
	padding-right: 3px;
}

.myComboBox{
	border: solid black 1px;
	border-top: 0px;
	overflow-x: hidden !important;
	max-height: 320px;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.gwt-PopupPanel{
	border: 0px solid #E7E7E7;
	padding: 0px;
}
.popup-heading {
	font-size: 20px;
}
.gwt-InlineLabel popup-heading {
}

.gwt-TabBar .gwt-TabBarItem-selected {
	cursor: default;
	color: #F79324 !important;
	font-weight: normal !important;
	outline: none;
}

.gwt-Image {
	display: block;
}

.rootGwtDiv{
	width: 990px;
	height: 775px;
	overflow: hidden;
	background-image: url("./img/ui/bg_konf.JPG");
	
}
