html {
  height: 100%;
}
body {
  /*background-color:#E7E7E7;*/

}
.content-box,
.content-box:before,
.content-box:after,
.content-box *,
.content-box *:before,
.content-box *:after {
  box-sizing: content-box !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.main-box {
  /*& + &{
		margin-top:15px;
	}*/

  background-color: #FFF;
  display: inline-block;
  overflow: visible;
  width: 100%;
  border-radius: 5px;
  border-color: #grey;
  box-shadow: 0 0 7px #373737;
}
.main-box > div {
  height: 750px;
  margin-left: -1px !important;
  height: auto;
  padding-left: 5px;
  padding-top: 10px;
  padding-right: 5px;
}
.main-box > div.span4 {
  min-width: 33.333333333333336%;
}
.main-box > div.span4.middle {
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.main-box > div label + input {
  margin-left: 5px;
}
.main-box > div input[type="text"],
.main-box > div select {
  padding: 0;
  min-height: 0!important;
  height: auto;
  width: auto;
  min-width: 30px;
  border-radius: 0;
}
.main-box > div > h1 {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.main-box > div h3.label {
  font-size: 24px;
  line-height: 37px;
}
.main-box > div h4.label {
  font-size: 24px;
  line-height: 34px;
}
.main-box > div h4.label {
  font-size: 22px;
  line-height: 32x;
}
.main-box > div h3.label,
.main-box > div h4.label,
.main-box > div h5.label {
  display: block;
  text-align: center;
  margin-top: -10px;
  margin-right: -6px;
  margin-left: -4px;
  padding-left: 4px;
  padding-right: 6px;
  text-transform: uppercase;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.main-box > div > .well {
  padding: 15px;
}
.main-box > div > .well > .btn {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.main-box > div > .well > button.btn {
  width: 100%;
  min-width: 100%;
  max-width: auto;
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
}
.main-box > div .alert {
  margin-bottom: 0;
  text-align: center;
}
.main-box > div .form-inline {
  clear: both;
}
.main-box > div .dataTables_wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 5px;
  /*.content-box;*/

}
.main-box > div > .dataTables_wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
.main-box > div .table {
  width: 100%;
  max-width: 100%;
}
.main-box > div .table,
.main-box > div .table td,
.main-box > div .table th {
  border-radius: 0!important;
  /*box-sizing:content-box;*/

}
.main-box > div .table caption {
  border: 1px solid #DDD;
}
.main-box > div .table .input-mini {
  padding: 0;
  height: auto;
  width: auto;
  min-width: 30px;
  border-radius: 0;
}
.main-box > div .table td,
.main-box > div .table th {
  padding: 1px;
  vertical-align: middle;
  text-align: center;
}
.main-box > div .table td *,
.main-box > div .table th * {
  margin-top: 0;
}
.main-box > div .table td > .label,
.main-box > div .table th > .label {
  display: block;
  height: 100%;
  margin: -1px;
  border-radius: 0;
}
.main-box > div .table td .btn-toolbar,
.main-box > div .table th .btn-toolbar {
  margin: 0;
}
.main-box > div .dataTables_wrapper .dataTables_scrollBody {
  overflow-x: hidden!important;
}
.main-box > div .dataTables_wrapper .span6 {
  clear: both;
  float: none;
  width: 100%;
  margin: 0;
  text-align: center;
}
.main-box > div .dataTables_wrapper .span6:empty {
  display: none;
}
.main-box > div .dataTables_wrapper .span6 .pagination,
.main-box > div .dataTables_wrapper .span6 .dataTables_length,
.main-box > div .dataTables_wrapper .span6 .dataTables_info,
.main-box > div .dataTables_wrapper .span6 .dataTables_filter {
  padding: 2px;
  font-size: 12px;
}
.main-box > div .no_margin .dataTables_wrapper {
  margin: 0;
}
.main-box {
  position: relative;
}
.main-box .btn.help {
  position: absolute;
  top: 23px;
  left: 4px;
}
.wp-contatti dd + dt {
  margin-top: 5px;
}
