html, body, #container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  padding-top: 50px;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0;
}
#sidebar {
  width: 300px;
  height: 100%;
  max-width: 100%;
  float: left;
  -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#loading {
  position: absolute;
  width: 220px;
  height: 19px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -110px;
  z-index: 20001;
}
#features {
  margin: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
    box-shadow: none;
}
#sidebar-hide-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 999;
}
#aboutTabsContent {
  padding-top: 10px;
}
.progress-bar-full {
  width: 100%;
}
.white {
  color: #FFFFFF;
}
.feature-row {
  cursor: pointer;
}
.feature-row td:first-child {
  width: 18px;
}

.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
/*
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 103px;
  bottom: 0px;
  overflow: auto;
}
*/
.leaflet-control-layers {
  overflow: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.leaflet-control-layers-list input[type="radio"], input[type="checkbox"] {
  margin: 2px;
}
.table {
  margin-bottom: 0px;
}
.navbar .navbar-brand {
  font-weight: bold;
  font-size: 25px;
  color: #FFFFFF;
}
.navbar-collapse.in {
  overflow-y: hidden;
}
.navbar-header .navbar-icon-container {
  margin-right: 15px;
}
.navbar-header .navbar-icon {
  line-height: 50px;
  height: 50px;
}
.navbar-header a.navbar-icon {
  margin-left: 25px;
}
.typeahead {
  background-color: #FFFFFF;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
}
.tt-suggestion.tt-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}
.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.container-fluid {
  padding-right: 0;
}

@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }

  .container-fluid {
    padding-right: 15px;
  }

  #right_logo {
    display: none;
  }


}
@media (max-width: 767px){
  #sidebar {
    display: none;
  }
  .url-break {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
      hyphens: auto;
  }
  .dropdown-menu a i{
    color: #FFFFFF;
  }
}
/* Print Handling */
@media print {
  .navbar {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
}


.opa_slider_link {
  margin-left: 0;
}
.opa_slider_wrap {
  padding: 5px 5px 5px 18px;
}

.accordion {
	width: 100%;
	margin: 0;
	padding: 0;
}

.accordion h3 {
	background: url(img/plus.png) no-repeat 270px center #F6F6F6;
    border: 1px solid #EEEEEE;
    color: #3777AF;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: -1px 0 0 !important;
    padding: 0.5em 1em;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.accordion p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0;
}

.accordion h3.active {
	background: url(img/delete.png) no-repeat 270px center #ffffff;
}

.accordion h3:hover {
	background-color: #ffffff;
	color: #536aae;
	border: 1px solid #EEEEEE;
	cursor: pointer;
}

.accordion div {
	padding: 0 .25em;
	max-height: 500px;
	overflow-y: auto;
}

.sidebar-wrapper .panel-heading {
  border-bottom: solid 1px #c0c0c0;
}

#tabs { 
    background: transparent; 
    border: none;
	padding: 0;
	margin: 0;
} 
#tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}
#tabs .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
#tabs .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
#tabs .ui-tabs-nav .ui-state-active { 
    background: transparent url(../img/uiTabsArrow.png) no-repeat bottom center; 
    border: none; 
} 
#tabs .ui-tabs-nav .ui-state-default a { 
    color: #9299c3; 
} 
#tabs .ui-tabs-nav .ui-state-active a { 
    color: #343e74;
  font-weight: bold;
}

#tabs .ui-tabs-panel {
  padding: 0;
}

#tabs .ui-tabs-panel .panel-default {
  border: none;
}

input[type="text"] {
    width: 100% !important;
    box-sizing: border-box;
}
.w202 {
  width: 202px;
}
#search_address_result {
  margin: 0;
  padding: 0;
  font-size: smaller;
  color: #dd7874;
  display:none;
}

#view_overlay_opacity {
}

.opa_slider_wrap {
  margin: 15px;
}

.accordion div.opa_slider_wrap {
  overflow-x: visible;
  overflow-y: visible;
}

.accordion div.opa_slider_wrap div {
  overflow-x: visible;
  overflow-y: visible;
}

.opa_title {
  margin: 5px 0;
  font-weight: normal;
  font-size: 14px;
}

table.iw_list {
  width: 100%;
  border-collapse: collapse;
}

table.iw_list th, table.iw_list td  {
  padding: 5px;
  border: solid 1px #ccc;
  font-size: 16px;
}

table.iw_list tr:nth-child(odd) {
	background-color: #e9ecf3;
}
