/** 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;
}

.application-MenuBar {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}

.packet {
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important;
}

.x-grid3-cell-inner,.x-grid3-hd-inner {
  font-size: 12px !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 3px 3px 3px 5px;
  white-space: normal !important;
}

.x-grid3-hd-inner {
  font-size: 12px !important;
  position: relative;
  cursor: inherit;
  padding: 4px 3px 4px 5px;
  vertical-align: middle;
}

.x-btn{
	font:normal 12px tahoma, verdana, helvetica;
}

.x-btn button{
    font:normal 12px arial,tahoma,verdana,helvetica;
    color:#333;
}

.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label {
  font: normal 12px arial, tahoma, helvetica, sans-serif;
}

.btn_gw .x-btn-tl,.btn_gw .x-btn-tr,.btn_gw .x-btn-tc,
.btn_gw .x-btn-ml,.btn_gwl .x-btn-mr,.btn_gw .x-btn-mc,
.btn_gw .x-btn-bl,.btn_gw .x-btn-br,.btn_gw .x-btn-bc {
   background-image: url(../ExtGWT/themes/slate/images/slate/button/btn.gif) !important;
}