html,body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.panel-body{
	width: 425px !important;
	height: auto !important;
}

.esri-attribution{ 
  display:none !important; 
}

.esri-legend__layer-caption {
  display: none
}

.esri-legend {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff; 
}

.esri-legend__service-label {
   color: #fff
}


#project-list {
  list-style: none;
  margin: 0;
  padding: 0;
}


.panel-result {
  list-style: none;
  padding: 10px 20px;
  cursor: pointer;
  margin: 2px 0;
  background-color: rgba(0, 0, 0, 0.3);

}

.panel-result:hover,
.panel-result:focus {
  color: orange;
  background-color: rgba(0, 0, 0, 0.75);
}

.status-item {
  background-color: rgba(204, 204, 204, 0.15);
}

.label-danger {
    background-color: #de2900;
}

.services-list {
  list-style-type: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.label {

    margin-left: 25px;
    display: inline;
    padding: .2em .6em .3em;   
    color: #fff;
    text-align: center;  
    border-radius: .25em;
}

::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}
::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(204, 204, 204, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(204, 204, 204, 0.05);
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}