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

.inputNumberTextBox {
    width: 60px;
}

.inputNumberTextBoxInvalid {
    width: 60px;
    border-color: red;
    background-color: #FFCCCC;
}

.matrixPopupWidgetShow {
    display: block;
}

.matrixPopupWidgetHide {
    display: none;
}

.commentTextBox {
    width: 500px;
}

/* CellTable default styling is given by
com/google/gwt/user/cellview/client/CellTable.css in gwt-user.jar. */

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

h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #4b4a4a; /* color: #777777; */
    margin: 20px 0px 30px;
    text-align: center;
    text-shadow: #ddf 1px 1px 0;
}

/* test */
.cellTableHeader {
  border-bottom: 2px solid #6f7277;
  padding: 3px 15px;
  text-align: left;
  color: #ff0000;
  text-shadow: #ddf 1px 1px 0;
}


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