html, body, #container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  padding-top: 50px;
}
span.tipologia {
    font-size: 13px;
    color: #555555 !important;
}
td.feature-name-img img {
    margin-left: -43px;
    margin-top: 41px;
}
img.img-modal-md {
    width: 100%;
    padding-bottom: 20px;
}
p.name-title {
    font-size: 25px;
}
i.fa.white {
    color: #00a9a0 !important;
}
span#searchicon {
    color: #00A9A0;
}

span.location {
    font-size: 16px;
    color: #00A9A0;
    line-height:18px !important;
}
p.category-md {
    font-size: 14px;
    line-height: 27px;
    color: #555;
}
.leaflet-control-layers-overlays {
    padding-right: 5px;
}
strong.cat-md {
    color: #000;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent !important;
}
#sidebar {
  display: block;
  width: 380px;
  height: 90% !important;
  max-width: 100%;
  float: left;
}
span.leaflet-control-layers-group-name {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    padding-left: 9px;
}
a.rm-btn {
    background-color: #00A9A0 !important;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 4px;
}
a.rm-btn:hover{
  background-color: #007974 !important;
  color: #FFF;
  text-decoration:none;
}

.read-more-button {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 15px;
}
#map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.leaflet-top .leaflet-control {
    margin-top: 55px !important;
}

#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 {
  margin-top: -2px;
}

.progress-bar {
background-color:#00A9A0 !important;
}

a.titlemap {
    text-decoration: none;
    color: #333333;
    transition-property: opacity;
    transition-duration: 300ms;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 300ms;
         
    -o-transition-property: opacity;
    -o-transition-duration: 300ms;
         
    -moz-transition-property: opacity;
    -moz-transition-duration: 300ms;
	
}

img.cursfiltro {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -3px;
}

a.titlemap:hover {
    opacity:0.7;
    color:#000000;
}

h2.navbar-brand.logomap {
color:#fff;
font-size: 19px;
padding:0 15px;
height:10px;
margin-top:20px;
font-weight:normal;
}

img.imgmap {
    margin-right: 6px;
    margin-top: -12px;
    max-width: 185px;
}

.btn-primary {
    color: #fff;
    background-color: #00A9A0 !important;
    border-color: #00A9A0 !important;
}
#aboutTabsContent {
  padding-top: 10px;
}
.progress-bar-full {
  width: 100%;
}
.white {
  color: #333333;
}
.panel-heading{
   width: 380px;
}
.panel-body{
  width: 380px;
}
.feature-row {
  cursor: pointer;
  width: 380px;
}
.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;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    background: none;
    border-bottom: none;
    border-radius: 0;
}

.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;
}

.modal-content {
    background-color: rgba(255,255,255,0.95);
    border-radius: 0;
    border-color: #333333;
    color: #000000;
    font-weight: normal;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eeeeee;
    border: ;
}

.text-primary {
    color: #777777;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none;
}

button.close {
    color: #000000;
    text-shadow: none;
}

button.btn.btn-default {
    color: #000000;
    background: none;
    border-radius: 0;
    border: 2px solid #000000;
}



@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }button.prometeo.btn.btn-primary {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;
  }
   img.imgmap {
    max-width: 150px !important;
}
.navbar-header {
    min-height: 75px !important;
}
.navbar-header a.navbar-icon {
    margin-top: 12px !important;
}
}
/* Print Handling */
@media print {
  .navbar {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
}

.navbar-inverse .navbar-nav>li>a {
    color: #333333;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
    background-color: transparent;
}
.navbar-inverse {
    background-color: #ffffff;
    border-color: #dddddd;
    box-shadow: 1px 1px 12px #ccc;
}

.leaflet-top .leaflet-control {
    margin-top: 25px;
}
.leaflet-control-layers label {
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 35px;
}

@media screen and (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 32px !important;
    
}
.navbar-collapse.collapse {
    
    height: 88px !important;
   
}

.navbar-right {
    margin-top: 27px;
}
}

/* Filters */

.filters {
  display: none;
}

button.prometeo.btn.btn-primary {
    position: absolute;
    top: 312px;
    right: 14px;
}

.leaflet-control-layers.leaflet-control-layers-expanded.leaflet-control.pfilters {
    margin-top: 350px !important;
}
.pfilters label {
    font-size: 12px;
    line-height: 25px;
}
.leaflet-control-layers.leaflet-control-layers-expanded.leaflet-control.pfilters {
    max-width: 152px;
}

/* Opener */

.opener {
    position: absolute;
    z-index: 99;
    top: 105px;
    left: 10px;
    
}
#list-btn2 {
	display: none;
}

@media (max-width: 851px) and (min-width: 768px){

ul.nav.navbar-nav {
    display: none;
}

}

@media (max-width: 768px) {
li.hidebar {
    display: none;
}
}

@media (max-width: 450px) {
div#sidebar {
    max-width: 300px;
}
.panel-body {
    width: 300px !important;
}
.panel-heading {
    max-width: 300px;
}
}