/** Add css rules here for your application. */
html, body {
   margin:0;
   padding:0;
   height:90%;
}

/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 40px;
  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;
}

.errorStyle {
  color: red;
  font-size: 16px;
}

.cache {
   visibility:hidden;
}

.affiche {
   visibility:visible;
}

.cacheCompletement {
   display:none;
}

.afficheCompletement {
   display:inline;
}

.aCursor {

cursor: pointer;
cursor: hand; /* IE5 fix */

}

.x-item-disabled {
	color:gray;
	cursor:auto;
	opacity:.85;
	-moz-opacity:.85;
	filter:alpha(opacity=85);
	click:false;
	
}

.image_clic {
	margin-left:20px;
	cursor: pointer;
	cursor: hand; /* IE5 fix */
}

.load {
	background-image: url( images/load.png) !important;
	background-repeat:no-repeat;
	background-position:30% 50%;
	cursor: pointer;
	cursor: hand; /* IE5 fix */
}

.csvFile {
	background-image: url( images/page_white_excel.png) !important;
	background-repeat:no-repeat;
	background-position:30% 50%;
	cursor: pointer;
	cursor: hand; /* IE5 fix */
}

/**********************************
*            Popup 
***********************************/

.centerStyle
{
    padding                :    5px;
    text-align             :    center;
    width                  :    100%;
}

.alignCenter
{
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  text-align: center;
}

.load-icon {
    background-image: url( images/load.png) !important;
	background-repeat:no-repeat;
	border:0;
}

.graph-icon {
    background-image: url( images/chart.png) !important;
	background-repeat:no-repeat;
	border:0;
}

.csvFile-icon {
	background-image: url( images/page_white_excel.png) !important;
	background-repeat:no-repeat;
	border:0;
}

.no-icon {
    background-image: url( images/delete.png) !important;
	background-repeat:no-repeat;
	border:0;
}

.first-icon {
    background-image: url( images/resultset_first.png) !important;
	background-repeat:no-repeat;
	border:0;
}

.previous-icon {
    background-image: url( images/resultset_previous.png) !important;
	background-repeat:no-repeat;
	border:0;
}

.next-icon {
    background-image: url( images/resultset_next.png) !important;
	background-repeat:no-repeat;
	border:0;
}

.last-icon {
    background-image: url( images/resultset_last.png) !important;
	background-repeat:no-repeat;
	border:0;
}

.information-icon {
	background-image: url( images/information.png) !important;
	background-repeat:no-repeat;
	border:0;
}

.result-grid {
    line-height: 20px;
	min-height:480px;
}

.grid-row:hover {
	background-color:yellow;
}

#all {
    min-height: 100%;
    height:100%;
    position:relative;
}

#footer{
   position:absolute;
   bottom:0;
   width:100%;
   height:60px; /* Height of the footer */
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}
