/** 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;
}

.gwt-Label {
    font:normal 12px arial, tahoma, helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    float: inherit;
 }
 
.FlexTableHeader {
  background-color: #f5f5f5;
  color: #666666;
  font: 11px arial, tahoma, helvetica, sans-serif;
  font-weight: bold;
}

.FlexTable {
  border: 1px solid #000000;
  padding: 0px;
  margin-bottom:6px;
}

.FlexTable-OddRow {
  background-color: white;
  text-align: left;
}

.FlexTable-EvenRow {
  background-color:  #fafafa;
  text-align: left;
}

.FlexTable-AllRows {
  background-color: white;
  text-align: left;
}

.FlexTable-ColumnLabel {
  color: #666666;
  font-family: arial, tahoma, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 9px;
  line-height: 15px;
  margin-left: 0px;
  padding-right: 0px;
}

.FlexTable-ColumnLabelCell {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #c0c0c0;
  color: black;
  margin: 0;
  padding: 0;
  text-align: left;
}

.FlexTable-Cell {
  background-color: white;
  border-color: #FAFAFA #EDEDED #EDEDED;
  border-right: 0 solid #EDEDED;
  border-style: solid;
  border-width: 1px 0;
  font: 11px arial, tahoma, helvetica, sans-serif;
  color: #666666; 
  overflow: hidden;
  padding: 5px 5px 4px 5px;
  line-height: 15px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
