/* Add here all your CSS customizations */

ul.gallery{
	list-style:none;
	padding:5px;
}

ul.gallery li{
	  margin: 5px;
    height: 150px;
    width: 150px;
    text-align: center;
    float: left;
    border: 1px solid #eee;
    padding: 2px;
    position: relative;
    background: #f6f6f6;
    border-radius: 5px 5px 0 0;
}

img.gallery{
	max-height:100px;
	max-width:100%
}

ul.gallery li div{
	margin-top:3px; 
	width:100%;
	padding:5px;
}
.text-right-imp{
	text-align:right !important;
}
input.btn-danger,select.btn-danger{
	border: 3px solid;
	border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  background-color:#fff !important;
  color:#000 !important;
}
input.btn-danger:hover , input.btn-danger:focus{
	color:#000 !important;
}

.gist {
  margin-top: 10px;
  font-size: 12px;
}

.ui-autocomplete-input, .input input {
  border: none; 
  font-size: 14px;
  /*width: 300px;
  height: 24px;*/
  margin-bottom: 5px;
  padding-top: 2px;
}

.ui-autocomplete-input {
  border: 1px solid #DDD !important;
  padding-top: 0px !important;
}

#map {
  border: 1px solid #DDD; 
  width:100%;
  height: 300px;
  float:left;  
  margin: 0px 10px 0px 0px;
  -webkit-box-shadow: #AAA 0px 0px 15px;
}
.ui-menu .ui-menu-item a {
  font-size: 12px;
}

.select2-container--bootstrap{
	max-width:100% !important;
}

.commessa-chiusa{
	opacity:0.4;	
}

label.control-label{
	font-weight:800;
}