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


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

h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 20px 0px 5px;
    text-align: left;
}

.copyright {
}

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

.mainPanel {
    width: 100%;
}

.interfaceWidget {
    border-top: 1px solid grey;
    width: 100%;
}

.interfaceWidget-header {
    font-size: 2em;
    font-weight: bold;
}

.scanWidget {
    width: 100%;
}

.scanWidget-transponderList {
    width: 200px;
}

.configWidget {
    width: 100%;
}

.configWidget-buttonPanel {
    margin: 20px;
}

.progressWidget {
    width: 80%;
    margin: 20px;
}

.progressWidget-barContainer {
    border: 1px solid grey;
    margin-left:auto;
    margin-right:auto;
    width: 50%;
}

.progressWidget-bar {
    height: 20px;
    background-color: #6f99c8;
}

.progressWidget-title {
  font-size: 14pt;
  text-align: center;
  margin: 10px;
}

.progressWidget-text {
  font-size: 14pt;
  text-align: center;
  margin: 10px;
}

.serviceBrowserWidget {
    margin-top: 20px;
    width: 100%;
    border: 1px solid grey;
}

.serviceBrowserWidget-title {
    width: 100%;
    border-bottom: thin solid #111111;
    background-color: #6f99c8;
    font-size: 16pt;
    font-weight: bold;
}

.serviceBrowserWidget-table {
    width: 100%;
}

.serviceBrowserWidget-tableHeader {
        font-size: 16pt;
        font-weight: bold;
}

.serviceBrowserWidget-rowEven {
    cursor: pointer;
}

.serviceBrowserWidget-rowOdd {
    cursor: pointer;
    background-color:  #dedede;
}

.serviceEditorWidget {
    margin-top: 20px;
    width: 100%;
    border: 1px solid grey;
}

.serviceEditorWidget-title {
    width: 100%;
    border-bottom: thin solid #111111;
    background-color: #6f99c8;
    font-size: 16pt;
    font-weight: bold;
}

.serviceEditorWidget-table {
    width: 100%;
}

.serviceEditorWidget-tableHeader {
    font-size: 16pt;
    font-weight: bold;
}

.serviceEditorWidget-row {
}

.help-container {
    width: 240px;
    margin-top: 80px;
    margin-left: 30px;
    border-left: dotted grey;
    padding: 10px;
}
