/**
Below is all css changes for the application
**/
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.application {
  width:100%;
  height:100%;
  border: 0;
  margin: 0;
  padding: 1em 1em 0 1em;
}

/* Adjust padding of alignment for expand pane */
.application .dojoxExpandoTitle {
  padding: 4px 0 2px 0;
}

#Busy {
  position:absolute;
  right: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: transparent url("/images/backgrounds/66percenttransparent.png");
  text-align:center;
  overflow:hidden;
  z-index: 10000;
}

.application .application-actions {

  /* Will be adjustable for each account */
  background: transparent;


  border:0;
  border-bottom: 1px solid #036;
  padding:0;


  text-align:right;
  padding: 6px 0 3px 0;

  /* removed from tabContainer to here, was cuasing inner tab container issues*/
	/* removing completely no need. padding in titles.*/
  /*margin-bottom: 0.5em; */
}

.application .application-actions a {
  text-decoration: none;
  color: #036;
  font-size: 12px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.application .application-actions a:hover {
  color: #036;
  text-decoration: underline;
}
.application .dijitSplitterH,
.application .dijitGutterH {
  background:transparent;
}

.application .application-actions .application-name {
  font-size: 16px;
  color: #036;
  text-align:left;
  float:left;
}

.application .odysen_app_views_shared_DijitClock {
	padding: 0;
}

