@import url("https://ajax.googleapis.com/ajax/libs/dojo/1.6/dojox/layout/resources/ExpandoPane.css");

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#app-layout {
  width: 100%;
  height: 100%;
  padding: 1px;
}

#app-header {
  padding: 0px;
  margin: 0px;
  height: 36px;
  border: none;
}

#app-header_splitter {
  height: 1px;
}

#app-headerLayout {
  padding: 0px;
  margin: 0px;
  border: none;
}

#app-headerLayout .dijitGutterV {
  width: 0px;
  border: none;
}

#app-headerLayout .dijitBorderContainer-child {
  border: none;
}

#app-title {
  width: 20%;
  text-align: left;
  display: table;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: white;
  /*background-color: #404040;*/
  background-image: linear-gradient(#666666, #111111);
}

#app-title h4 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}

#app-toolbar {
  text-align: center;
  display: table;
  /*background-color: #404040;*/
  background-image: linear-gradient(#666666, #111111);
  padding: 0;
  margin: 0;
}

#toolbar {
  margin: 0;
  padding: 0;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
}

#toolbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*border: 1px solid #0092CC;*/
  /*border: 1px solid #404040;*/
  /*border-radius: 2px;*/
  display: inline-flex;
  margin-top: 3px;
}

#toolbar li {
  float: right;
}

#toolbar li a {
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 0px;
  color: white;
  text-align: center;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  opacity: 0.8;
}

#toolbar li a:hover {
  border: 1px solid #0092CC;
  opacity: 1;
}

.button {
  background-color: white;
/*  height: 24px;
  width: 24px;*/
  border: 1px solid white;
  color: white;
  /*padding: 2px 2px;*/
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 0px 0px;
  cursor: pointer;
  border-radius: 2px;
}

.button:active {
  background-color: #80dbff;
}

.button img {
  display: block;
  margin: 1px;
}

.button img:active {
  opacity: 0.7;
}

#app-view {
  padding: 0px;
  border: 1px solid #404040;
}

#app-viewLayout {
  padding: 0px;
}

#map {
  padding: 0px;
  border-bottom: 1px solid #404040;
  border-top: none;
  border-left: none;
  border-right: none;
}

#datagrid {
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 0px;
  height: 30px;
  background-color: white;
  overflow: hidden;
}

#datagrid-header {
  /*background-color: #404040;*/
  background-image: linear-gradient(#ffffff, #777777);
  height: 20px;
  width: 100%;
  display: table;
  font-family: sans-serif;
  font-weight: bold;
  color: #404040;
  text-align: center;
  cursor: pointer;
}

#datagrid-header h5 {
  display: table-cell;
  vertical-align: middle;
  outline: none;
  user-select: none;
}

#datagrid-header:hover {
  background-color: #666666;
}

#datagrid-header:active {
  /*background-color: #999999;*/
  background-image: linear-gradient(#ffffff, #999999);
}

#datagrid-header h5:hover {
  color: #0092FF;
}

#datagrid-content {
  display: block;
  width: 100%;
  margin-top: 1px;
  /*background-color: blue;*/
}

#app-sidebar {
  width: 16%;
  border: 1px solid #404040;
  padding: 0px;
  font-family: consolas;
}

#app-sidebarLayout {
  padding: 0px;
}

#app-collections {
  padding: 0px;
  border: none;
  font-family: consolas;
  font-size: 12px;
}

#basemap {
  font-size: 12px;
  font-family: consolas;
}

.tabLabel {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.tabLabel:focus {
  outline: none;
  color: #0092CC;
}

.dijitAccordionTitleFocus {
  font-size: 11px;
  font-weight: bold;
}

.dijitAccordionTitleFocus:focus {
  outline: none;
  color: #0092CC;
}

#app-operator {
  padding: 0px;
  border: none;
  /*border-top: 1px solid #cccccc;*/
  height: 50%;
}

#app-operator_splitter {
  /*height: 0px;*/
}

#app-operatorLayout {
  padding: 0px;
}

#operator-header {
  border: none;
  border-bottom: 1px solid #cccccc;
  display: table;
  background-image: linear-gradient(#ffffff, #e3e3e3);
  font-size: 12px;
  font-weight: bolder;
  text-align: center;
  color: #0092FF;
}

#operator-header_splitter {
  /*height: 0px;*/
}

#operator-header h4 {
  display: table-cell;
  padding: 0px;
  margin: 0px;
  display: inline;
  vertical-align: middle;
}

#operator {
  border: none;
  font-size: 11px;
}

#app-statusbar {
  border: 1px solid #404040;
  height: 20px;
  padding: 0px;
  /*background-color: #404040;*/
  background-image: linear-gradient(#666666, #111111);
  color: greenyellow;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: lighter;
  display: table;
}

#coordinates {
  display: table-cell;
  padding: 0px;
  margin: 0px;
  /*padding-left: 20px;*/
  text-align: center;
  vertical-align: middle;
}

#app-statusbar_splitter {
  height: 1px;
}

.tundra .dijitSplitterV .dijitSplitterThumb {
  background: #404040 !important;
}

.tundra .dijitSplitterH .dijitSplitterThumb {
  background: #404040 !important;
}

.esriLayerList .esriTitle {
  font-size: 12px !important;
  font-weight: bold;  
}

.esriLayerList .esriLabel {
  padding: 2px !important;
}

.esriLayerList .esriButton {
  padding: 3px !important;
}

.esriLayerList .esriLabel {
  margin: 2px !important;
}

.esriLayerList .esriCheckbox {
  float: left;
  height: 12px !important;
  width: 12px !important;
  padding: 0;
  margin: 6px !important;
}

.esriLayerList .esriToggleButton {
  padding: 0px !important;
  margin: 6px !important;
  width: 12px !important;
  height: 12px !important;
}

.esriLayerList .esriToggleButton:focus {
  outline: none;
}

.esriLayerList .esriContainer {
  background-color: #85adad !important;
  color: #404040 !important; 
  border-top: 2px solid #ffffff !important; 
  border-bottom: 2px solid #ffffff !important;
}

.esriLayerList .esriTitleContainer {
    margin: 0;
    border-top: 2px solid #ffffff !important;
}

.esriLayerList .esriTabSelected {
  display: block;
  padding: 1px 10px !important;
  background-color: white !important;
}

.esriLayerList .esriLegend {
    margin-left: 0px !important;
}

.esriLayerList .esriTabMenu .esriTabMenuSelected {
  border-color: #404040 !important;
  background-color: #404040 !important;
  color: #ffffff !important;
  cursor: default;
}

.esriLayerList .esriTabMenu .esriTabMenuSelected:focus {
  outline: none !important;
}

.esriLayerList .esriTabMenu {
  display: none;
  list-style: none;
  margin: 5px 10px;
  padding: 0;
  border-bottom: 1px solid #404040 !important;
}

.layer-grid-button {
  font-family: Verdana, sans-serif;
  font-weight: normal;
  font-size: 10px !important;
  padding: 0px;
  height: 30px;
  width: 52px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  border: 1px solid #85adad;
  background-color: #404040;
  color: #FFFFFF;
}

.layer-grid-button:hover {
  background-color: #85adad;
  border: 1px solid #404040;
  font-weight: bold !important;
}

.layer-grid-button:active {
  border-color: #ffffff;
  color: #ffffff !important;
}

.tundra .dijitSliderImageHandleH:focus {
  outline: none;
}

#datagrid-content {
  padding: 0px;
  border: 0px;
  margin: 0px;
}

#datagrid-layout {
  padding: 0px;
}

#datagrid-header {
  border: none;
  margin: 0px;
  padding: 0px;
}

#datagrid-header_splitter {
  height: 0px;
}

#grid {
  font-family: Verdana, sans-serif;
  font-weight: normal;
  font-size: 10px;
}