/** 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;
}

.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;
}

.omundo-PopupPanel {
  border: 1px solid #808080;
}

.omundo-PopupPanel .popupContent {
  background-color: #E0E0E0;
  padding: 10px;
}

.omundo-PopupPanel .gwt-ScrollTable {
  border: none;
}

.btn div {
  font-size: 110%;
}

.m-10 {
  margin: 10px 0;
}

.opw-user-msg {
  background-color: #d45500;
  color: white;
  font-weight: bold;
  padding: 3px;
}

.msg-rp {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.gwt-TabLayoutPanel {
  height: 100%;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {

}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
  padding: 5px;
  margin: 0px 3px 0px 0px;
  background: gray;
  color: white;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
  padding: 5px;
  background: white;
  color: black;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabInner {
  cursor: pointer;
  cursor: hand;
}

.moreinfo {
  background: white;
  padding: 5px;
}

.mosaic-LayoutPanel {
  padding: 5px;
  margin: 0px;
  /* debug */ /*
    margin: 1px;
    border: 1px dotted #f00;
    */
}

.mosaic-LayoutPanel-FormLayout .mosaic-LayoutPanel {
  /* required by Safari to handle the 'width' attribute */
  position: absolute !important;
}

.mosaic-LayoutPanel-FillLayout {
  padding: 0px;
}

.mosaic-LayoutPanel-BoxLayout {

}

.mosaic-LayoutPanel-BorderLayout {

}

.mosaic-LayoutPanel-BorderLayout .NorthCollapsedImageButton {
  border: 1px solid #d0e4f6;
  border-top: none;
  height: 18px !important;
  padding: 0px 1px 1px 1px;
  overflow: hidden;
}

.mosaic-LayoutPanel-BorderLayout .SouthCollapsedImageButton {
  border: 1px solid #d0e4f6;
  border-bottom: none;
  height: 18px !important;
  padding: 1px 1px 0px 1px;
  overflow: hidden;
}

.mosaic-LayoutPanel-BorderLayout .WestCollapsedImageButton {
  border: 1px solid #d0e4f6;
  border-left: none;
  /* required by Safari to handle the 'width' attribute */
  position: absolute !important;
  width: 18px !important;
  padding: 1px 1px 1px 0px;
  overflow: hidden;
}

.mosaic-LayoutPanel-BorderLayout .EastCollapsedImageButton {
  border: 1px solid #d0e4f6;
  border-right: none;
  /* required by Safari to handle the 'width' attribute */
  position: absolute !important;
  width: 18px !important;
  padding: 1px 0px 1px 1px;
  overflow: hidden;
}

.mosaic-LayoutPanel-BorderLayout .NorthSplitBar {
  overflow: hidden; /* required by IE6 */ /*background: #fff;*/
  cursor: n-resize;
}

.mosaic-LayoutPanel-BorderLayout .NorthSplitBar:hover {
  /*border-top: 1px dashed #888;*/

}

.mosaic-LayoutPanel-BorderLayout .NorthSplitBar-Movable {
  background: #000;
  cursor: n-resize;
}

.mosaic-LayoutPanel-BorderLayout .SouthSplitBar {
  overflow: hidden; /* required by IE6 */ /*background: #fff;*/
  cursor: s-resize;
}

.mosaic-LayoutPanel-BorderLayout .SouthSplitBar:hover {
  /*border-bottom: 1px dashed #888;*/

}

.mosaic-LayoutPanel-BorderLayout .SouthSplitBar-Movable {
  background: #000;
  cursor: s-resize;
}

.mosaic-LayoutPanel-BorderLayout .WestSplitBar {
  overflow: hidden; /* required by IE6 */ /*background: #fff;*/
  cursor: w-resize;
}

.mosaic-LayoutPanel-BorderLayout .WestSplitBar:hover {
  /*border-left: 1px dashed #888;*/

}

.mosaic-LayoutPanel-BorderLayout .WestSplitBar-Movable {
  background: #000;
  cursor: w-resize;
}

.mosaic-LayoutPanel-BorderLayout .EastSplitBar {
  overflow: hidden; /* required by IE6 */ /*background: #fff;*/
  cursor: e-resize;
}

.mosaic-LayoutPanel-BorderLayout .EastSplitBar:hover {
  /*border-right: 1px dashed #888;*/

}

.mosaic-LayoutPanel-BorderLayout .EastSplitBar-Movable {
  background: #000;
  cursor: e-resize;
}

.mosaic-LayoutPanel-ColumnLayout {

}

.mosaic-LayoutPanel-ColumnLayout .SplitBar {
  overflow: hidden; /* required by IE6 */ /*background: #fff;*/
  cursor: w-resize;
}

.mosaic-LayoutPanel-ColumnLayout .SplitBar:hover {
  /*border: 1px dashed #888;*/

}

.mosaic-LayoutPanel-ColumnLayout .SplitBar-Movable {
  background: #000;
  cursor: w-resize;
}

.mosaic-LayoutPanel-RowLayout {

}

.mosaic-LayoutPanel-RowLayout .SplitBar {
  overflow: hidden; /* required by IE6 */ /*background: #fff;*/
  cursor: n-resize;
}

.mosaic-LayoutPanel-RowLayout .SplitBar:hover {
  /*border: 1px dashed #888;*/

}

.mosaic-LayoutPanel-RowLayout .SplitBar-Movable {
  background: #000;
  cursor: n-resize;
}

.gwt-ScrollTable {
  border: none;
}

.gwt-TabLayoutPanelTab  div {
  color: inherit;
}

