﻿#weatherMon {
  left:245px;
  top:8px;
  /*width: 200px;
  height: 100px;*/
}
#oilMon {
  left:550px;
  top:8px;
  /*width: 200px;
  height: 100px;*/
}
#playMon {
  left:915px;
  top:48px;
  /*width: 200px;
  height: 100px;*/
}
#ecoMon {
  left:245px;
  top:158px;
}

.moveableMon {
  /*padding: 10px;
  border: 1px solid #000;
  background-color:darkseagreen;*/
  z-index:999;
  position:absolute;
  opacity:0.85;
}

.DTTT_button embed {
    width: 50px;
    height: 24px;
}

.margin-left-minus-50{
    margin-left:-50px;
}

.left-50{
    width:50%;
    float:left;
}


.margin-left-right {
    margin-left:10px;
    margin-right:10px;
}

.img-in-btn {
    width: 1.85em; 
}

.img-sens {
    width: 7em; 
    height: 3.5em; 
}

.img-shore {
    width: 78px; 
    height: 55px; 
}



#mapDiv {
padding:0;
margin:0;
height:250%;
position: relative;
}
#info {
background: #fff;
box-shadow: 0 0 5px #888;
left: 1em;
padding: 0.5em;
position: absolute;
top: 1em;
z-index: 40;
}

.legend-right {
    float:right;
    margin: 20px 20px 20px 20px;
    padding-left:20px;
    padding-top:20px;
    /*position:relative;
    right:50px;*/
}
.chart-left {
    float: left;
    /*position:relative;
    right:50px;*/
}

.table-marg {
    margin:10px;
}
.field-bold {
    font-weight: bold;
}

.field-number {
    text-align: right;
}

.top_hdr {
    margin-left: auto;
     margin-right: auto;
}

.item-hidden {
    visibility:hidden;
}
.row-hidden {
    visibility: hidden;
    height:auto;
}

.item-visible {
    visibility:visible;
}

/* Style the buttons that are used to open and close the accordion panel */
/*.legend-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}*/

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
 /*.active, .legend-accordion:hover {
        background-color: #ccc;
 }*/

/* Style the accordion panel. Note: hidden by default */
/*.legend-panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}*/

#HomeButton {
    position: absolute;
    top: 95px;
    left: 20px;
    z-index: 50;
}

.esri-icon-non-visible::before {
    content: "\e610";
}

.esri-icon-visible::before {
    content: "\e611";
}




.esri-layer-list__list {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

.esri-layer-list__item--has-children {
    padding-bottom: 10px;
}

.esri-layer-list-panel__content esri-layer-list-panel__content--html-element {
    margin: 0 0 0 0;
}

.esri-layer-list__item-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 5px 1px 5px;
}

.esri-layer-list__list .esri-layer-list__list--independent{
    margin-left:10px;

}

.esri-layer-list__item--has-children > .esri-layer-list__item-container {
    padding-left: 1px;
    padding-right: 1px;
}

.esri-layer-list__item {
    background-color: $background-color;
    border-bottom: 1px solid $border-color;
    position: relative;
    overflow: hidden;
    list-style: none;
    margin: 0 5px;
    padding: 0;
}

.esri-layer-list-panel {
    margin: 3px 20px;
}

.esri-layer-list-panel__content--legend .esri-legend__service {
    padding: 0 10px 0 0;
}

.esri-layer-list__list {
    margin: 0 3px 3px 0;
}

.esri-layer-list__item-actions {
    position: relative;
    background-color: $background-color--offset;
    color: $interactive-font-color;
    margin: -1px 2px 2px;
    height: auto;
}

.esri-layer-list__item-actions-list {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2px 0;
    list-style: none;
    border-top: 2px solid $background-color;
}


