/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 27, 2016, 12:52:02 PM
    Author     : zwaller
*/

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body{
  background-color: #FFF;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-family: 'PT Sans', sans-serif;*/
  color:#020911;
}
div, span{
  outline: none;
}
h3, b{
  color:#121921;
  clear:both;
}

#mainContainer {
  visibility:hidden;
  width: 100%;
  height: 100%;
}

.pointer {
  z-index: 11;
}

.window {
  z-index: 11;
}


#toolPane{
  top: 0;
  right: 0;
  left:366px;
  z-index: 1;
  height:40px;
  margin: 0;
  padding:0;
  position:absolute;

  box-shadow: 0 0 2px 0 #8596b0;
  background-color:#fafafa;
  background: -webkit-linear-gradient(0deg, #ecfafd 10%, #fafcff 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(0deg, #ecfafd 10%, #fafcff 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(0deg, #ecfafd 10%, #fafcff 90%); /* IE10 */
  background:      -o-linear-gradient(0deg, #ecfafd 10%, #fafcff 90%); /* Opera 11.10+ */
  background:         linear-gradient(0deg, #ecfafd 10%, #fafcff 90%); /* W3C */
}

.ui-dialog {
  height: auto !important;
  z-index: 100 !important;
  border: none !important;
  padding: 0 !important;
}
.ui-dialog .ui-dialog-content {
  width: auto !important;
  /*min-height: 100% !important;*/
  overflow: auto !important;
  padding: 0 0 0 0 ;
}
.ui-widget-header {
  background-image: none !important;
  background-color: rgba(77, 127, 185, 1);
  color: #ffffff !important;
  border: none !important;
}

.ui-dialog-title {
  font-size: 75% !important;
}



.ui-dialog-titlebar {
  padding: 5px 5px 5px 5px !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}



.dropbtn {
    background-color: transparent;
    color: #ababab;;
    padding: 3px;
    font-size: 18px !important;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

.dropdown {
    position: absolute;
    right: 10px;
    top: 3px;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0px;
    min-width: 115px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    /*background-color: rgba(77, 127, 185, 1);*/
    color: #444;
}

.dijitHidden
{
  display: none;
}

.legendrow > * 
{
  vertical-align: middle;
}

#legendsDialog .legendrow
{
  font-size: .8em;
}

.esriPopupVisible
{
  z-index: 200;
}

#disclosure_dlg
{
  padding: 10px;
}
#disclosure_chk_div input
{
  position: relative;
  top: 13px;
}

#disclosure_chk_div label 
{
  position: relative;
  font-size: .5em;
  top: 10px;
}
#disclaimer
{
  width: 300px;
  height: 100px;
}

/* Layer Wrapper */
.titleWrapper.pretty .state label:after,
.titleWrapper.pretty .state label:before{
  width: 12px;
  height: 12px;
  top:0;
}

.titleWrapper.pretty{
  white-space: normal;
  line-height: 13px;
}

/* Datatable */
/*
.dt-button.my-btn.my-btn-secondary.my-btn-sm {
  color: #337ab7;
}

.dt-button.my-btn.my-btn-secondary.my-btn-sm:hover, 
.dt-button.my-btn.my-btn-secondary.my-btn-sm:focus, 
.dt-button.my-btn.my-btn-secondary.my-btn-sm:active {
  color: #fff;
  background-color: #337ab7;
  border-color: #285e8e;  
}
*/

.dataTables_info, 
.dataTables_length {
    line-height: 32px;
}

.dataTables_wrapper .dt-buttons .menu{
  z-index: 900;
  position: fixed;
}

.dataTables_wrapper .dt-buttons .apimenu{
  z-index: 900;
  position: fixed;
}

#removeTabDialog {
  text-align: center;
}

/*.dijitTabListWrapper{
  width: calc(100% - 66px) !important;
}*/

.dijitTabContainerNoLayout{
  height: 100%;
}

.dijitTabPaneWrapper{
  height: calc(100% - 31px);
/*  max-height: calc(100% - 31px);
  overflow-y: auto;*/
}

.dijitTabInnerDiv.dijitTabContent.dijitButtonContents.dijitTab.tabStripButton.dijitbelow-altArrowButton.tabStripButton-top.dijitAlignRight{
  right: 0px;
  left: auto !important;
}

.dijitTabInnerDiv.dijitTabContent.dijitButtonContents.tabStripButton-top.dijitAlignRight.dijitTab.tabStripButton{
  right: 22px;
  left: auto !important;
}