/* Loading wrapper */

#loading_wrapper {
  display: block;
  height: 100%;
  overflow: hidden;
}

#loading_table {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  border: 0;
}

#loading_vspacer {
  height: 10px;
}

/* Utils */

.gradient_background {
    background-attachment: fixed;
    background-color: #F6F6F6;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
}

.no_display {
  display: none !important;
}

/* Loading images */

.dynamic_header_loading {
  width: 100%;
  height: 100%;
  background-image: url(../images/loading2.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.dynamic_menu_loading {
  width: 100%;
  height: 100%;
  background-image: url(../images/loading2.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.dynamic_content_loading {
  width: 100%;
  height: 300px;
  background-image: url(../images/loading_big.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.dynamic_footer_loading {
  width: 100%;
  height: 100%;
  background-image: url(../images/loading2.gif);
  background-repeat: no-repeat;
  background-position: center;
}

/* gwt dynamic component */

.gwt_generic_div {
}

.gwt_cornered_transparent_border {
  background-color: transparent;
  /* see http://border-radius.com */
  /*
  border-radius: 14px
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;;
  border: 7px solid #D6E3F2 !important;
  */
  border: 1px solid #AEC9E5;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  box-shadow: 0px 3px 5px 2px #AEC9E5;
  -moz-box-shadow: 0px 3px 5px 2px #AEC9E5;
  -webkit-box-shadow: 0px 3px 5px 2px #AEC9E5;
  
}

.splitter_background {
  background-color: #D6E3F2;
}