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

.fill-parent {
    width:100%;
    height:100%;
}

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

.main-page-body {

}

html, body {
    width: 100%;
    height: 100%;
    font: normal 12px tahoma, arial, verdana, sans-serif;
}

/*
@font-face {
    font-family: 'alwyn_thin';
    src: url('./font/alwyn_thin.ttf') format('truetype');
} */

/* Override GWT Default style */
#spinnerWidget {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    background: #eeeeee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #cfcfcf;
}

#spinnerWidgetLabel {
    font-size: smaller;
}

.x-panel-ghost {
    opacity:1.0;
    -moz-opacity:1.0;
    filter:alpha(opacity=100);
}

.x-toolbar {
    background: none;
    border : none 0px;
}
