/* inserire i css qui */
body {
	font-family: 'PT Sans', sans-serif !important;
}
#nbl_search_box .ui-widget-header {
	background: #DEDEDE;
}
.searchSubmit {
	background-color: #191970;
	border-radius: 0;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}
.searchSubmit:hover {
	color: #059BE3;
}
#builder, #model, #freeText {
	height: 28px;
}
.form-control {
  background-color: #fff !important;
  border: 1px solid #aaa !important;
  border-radius: 0px !important;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.centro_imbarcazioni {
    display: flow-root;
}
#nbl_search_box {
	background-color: white;
}
select,
.select2-container--default .select2-selection--single {
  border-radius: 0px !important;
}
.searchSubmit {
	border-radius: 100px !important;
	background: rgb(122, 192, 195);
	font-weight: bold;
	font-size: 18px;
}
.searchSubmit:hover {
	transition: all 0.3s ease-in-out;
	background: #369E9E;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
}
.imbarcazione-100 {
  width: 100%;
  float: left;
  margin: 0 5% 5% 0;
}
.text-box-elenco .title {
    transition: all 0.3s ease;
    padding-left: 0;
}

.text-box-elenco:hover .title {
    padding-left: 20px;
    background-color: rgb(20, 24, 38);
    color: #fff;
}
.easyPaginateList {
	margin-top: 50px;
}
.full-width-lycam {
	padding-left: 0;
  	padding-right: 0;
}
