html,
body {
    margin: 0px;
}

.navbar {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}
#completeBlockTable{
  font-size: 9pt;
  padding-left: 4px;
}
.navbarContent {
    letter-spacing: 4px;
    color: #7a2426!important;
    background-color: #edf2f6!important;
    padding: 8px 16px!important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
    overflow: hidden;
}
/* #page {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
} */
#login {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 225px;
  line-height: 200px;
  vertical-align: middle;
  text-align: center;
  background-color: #edf2f6;
  border-radius: 3px;
  z-index: 99999;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
  display: none;
}

#imgSignIn {
  height: 100%;
  position: relative;
  width: 170px;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px; */
  background-image: url('../img/PinLogo_CSS.png');
  /* background-color: white; */
}
#btnLogout{
  letter-spacing: normal;
}
#editHistory{
  font-size: x-small;
  font-style: italic;
}
#signIn {
  line-height: normal;
  height: 100%;
  position: relative;
  width: 300px;
  float: left;
}
.navbarContent > .right{
  position: absolute;
  right: 0px;
  margin-right: 10px;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

*/ .navbarContent:before,
.navbarContent:after {
    content: "";
    display: table;
    clear: both;
}

.navbarButton {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    outline: none;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
#help{
    position: relative;
    top: 55px;
    z-index: 9999;
    background: rgba(255,255,255,0.9);
    width: 50%;
    margin: auto;
    text-align: center;
    padding:4px 0px;
}
#mapView {
    top: 50px;
    bottom:0px;
    position: absolute;
    padding: 0;
    margin: 0;
    height: auto;
    /* width: 100%; */
    left: 0px;
    right: 0px;
    background-color: green;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#mapView.info {
    right: 300px;
}

#infoPanel {
    background-color: #fff!important;
    color: black;
    position: fixed;
    top: 50px;
    right: 0px;
    width: 300px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#infoPanel.slideout {
    right: 0;
}
.infoPanelPage{
    display: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.infoPanelPage.slideout{
right:0;
}
.infoHeader {
    font-size: larger;
    padding: 5px;
}
#closeButton {
    float: right;
    height: 18px;
    cursor: pointer;
}
#progressBar{
  background-color: #9dbcff; position: absolute;
  top: 37.5px;
  z-index: -1;
  height: 50px;
}
#blockInfo {
    padding: 0px 8px;
    height: 100%;
}
.infoTable{
    width: 100%;
    text-align: center;
    table-layout: fixed;
}
.infoTable td {
    width: 100%;
}
.metrics{
    color: #0285a8;
    margin-bottom: -5px;
    font-weight: bold;
}
.metricTitle{
    font-size: small;
    font-family: Avenir Next
}



.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 7px 11px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }
  .button-complete{
    background-color: #9dbcff;
  }
  .button-locked{
    background-color: #EC847F;
    cursor:default;
  }
  .top{
    margin-top: 0px;
  }
  .left{
    margin-left: 0px;
  }
  #blockSurvey{
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
select{
    width: 90%;
    font-size: medium;
    
}
textarea{
    width: 90%;
}
#cancelEdit{
    background-color: gray;
    display: none;
}
#blockSurvey h4 {
margin:2px
}
.check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin: 5 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
  }
  
  /* Hide the browser's default checkbox */
  .check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .check:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .check input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .check input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .esri-legend__layer-caption{
    display: none;
  }
  .esri-component.esri-legend.esri-widget.esri-widget--panel{
    max-height: 139px;
    max-width: 187px;
  }
  #landing-panel__snappingButton{
    display: none;
  }
  .tabBar{
    width: 100%;
    overflow: hidden;
    color: #fff!important;
    background-color: #000!important;
  }
  .tabContent{
    overflow: auto;
  }
  .tabButton{
    white-space: normal;
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
    user-select: none;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
  }
  .tabButton:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: rgb(170, 170, 170)!important;
}
.tabButton.activeTab{
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  background-color: darkgray;
  font-weight: bold;
  color: white;
}
.esri-editor__panel-content__section:first-of-type{
  display: none;
}
#editOpps > * .header{
  display: none;
}
.header-content{
  display: none !important;
}
.selectContainer {
  width: 100%;
  border: 1px solid #dbdbdb;
  padding-right: 3px;
  display: none;
}

.selectContainer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
  font-size: 11pt;
  color: #656565;
}

.selectContainer li {
  display: inline-block;
  border-left: 1px solid #dbdbdb;
}

.selectContainer li a {
  display: block;
  /* color: black; */
  text-align: center;
  padding: 3px 2px;
  text-decoration: none;
  /* background-color: white; */
}

.selectContainer li a:hover {
  background-color: lightgray;
  color: black;
}

.selectContainer .active {
  background-color: #111 !important;
  color: white !important;
}
#txtOpp{
    box-sizing: border-box;
    width: 100%;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 18px;
    border: 1px solid #dbdbdb;
    font-size: 12pt;
}
#tblTypes td img{
  width: 100%;
  max-width: 24px;
}
.btn-group button {
  background-color: #04AA6D; /* Green background */
  border: 1px solid green; /* Green border */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #3e8e41;
}
#oppInstructions{
  font-weight: 500;
  font-size: 11pt;
}
#addFeatureDiv{
  margin-top: 5px;
}
.or-wrap {
  background-color: #e0e0e0;
  height: 1px;
  margin: 2em 0;
  overflow: visible;
}
.list-heading {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #323232;
}
.or-text {
  background: #fff;
  line-height: 0;
  padding: 0 1em;
  position: relative;
  /* bottom: 0.75em; */
}
#surveySave{
  position: fixed;
  bottom: 0px;
  right:0px;
  width: 300px;
}
#surveySave > button{
  width: 148.5px;
  padding-left:0;
  padding-right: 0;

}
.esri-item-list__filter-container--sticky{
  display: none;
}
.esri-item-list__list-item{
  margin-bottom: 2px;
  min-height: 41px;
}
#statusPage{
  position: absolute;
  height: 100%;
  overflow: scroll;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 225px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.curved {
  border-radius: 10px;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  /* margin: auto; */
  padding: 0;
  border: 1px solid #888;
  width: fit-content;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  right: 25px;
  float: right;
}
#saveSpinner{
  float: left;
  width: 23px;
  left: 10px;
  position: absolute;
  top: 8px;
  display: none;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.modal-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
#btnSaveSurvey{
  font-weight: bold;
}
#btnComplete{
  text-align: left;
  display: block;
  margin: auto;
  width: 200px;
  margin-top: 7px;
  padding-left:5px;
}#btnIncomplete{
  text-align: left;
  display: block;
  margin: auto;
  width: 200px;
  background-color: #ff4d64;    margin-top: 7px;
  margin-bottom: 7px;
  margin-top: 7px;
  padding-left:5px;
}
#imgComplete{
  float: left;
  width:18px;
margin:0 5 30;
}
#imgIncomplete{
  float: left;
  width:18px;
margin:0 5 75;
}
.esri-layer-list__item-title{
  font-size: 9pt;
}
.esri-ui-corner .esri-expand .esri-widget--panel, .esri-ui-corner .esri-expand .esri-widget--panel-height-only, .esri-ui-corner .esri-component>.esri-widget--panel, .esri-ui-corner .esri-component.esri-widget--panel {
  width: 200px;
}
#oppsStats > .esri-legend__layer-table > .esri-legend__layer-body > .esri-legend__layer-row > .esri-legend__layer-cell{
  padding:2px;
}