body{
  font-family: 'Poppins', sans-serif!important;
}


#page-content-wrapper {
  //min-width:92vw!important;
}

.gallery{
    //display: inline-block !important;
    margin-top: 20px;

}
.close-icon{
  	border-radius: 50%;
    position: absolute;
    right: 5px;
    top: -10px;
    padding: 5px 8px;
}
.form-image-upload{
    background: #e8e8e8 none repeat scroll 0 0;
    padding: 15px;
}

.list-group {
    display: flex;
    flex-direction: wrap !important;
    padding-left: 0;
    margin-bottom: 0;
}


/* PARTE RELATIVA ALLA MAPPA DI TEST*/
#map {
 height: 560px;
 width: 600px;
 overflow: hidden;
 float: left;
 border: thin solid #333;
 }

 #capture {
  height: 560px;
  width: 280px;
  overflow: hidden;
  float: left;
  background-color: #e5e5e5;
  border: thin solid #333;
  border-left: none;
  padding-left:10px;
  padding-top:10px;
  }

@media all and (min-width:300px) and (max-width: 660px) {
     #map {
      height: 560px;
      width: 300px;
      }
      #capture {
       height: 100px;
       width: 300px;
     }
     #diseases label{
       width:90px!important;
     }

    .right-nav{
      float:right;
      padding-right:100px;
    }

    .left-nav{
      margin-right:20px;
    }


      #sidebar-wrapper{
        display:none!important;
      }


}

@media all and (min-width:600px)  {
  .left-nav{
    display:none!important;
  }


}

#capture h3 {
  font-size: 14px;
}


.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: #858585!important;
}

#diseases label{
  width:120px;
}





.delete_image{
  position:relative;
  top:50px;
  left:6px;
}
