/*!
classi personalizzate per FSE */
body {
/* 	font-family: Helvetica, Arial, sans-serif; */
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 300;
	color: #565656;
}
html.preview,
body.preview {
	height: 100%;
	min-height: 100%;
	overflow: hscl
	den;
}
html.preview {
	padding-top: 60px;
}

.h2, h2 {
    font-size: 25px;
}
.h3, h3 {
    font-size: 1.3rem;
    margin-top: 1.3rem;
}
.nav_custom {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  color: #333333;
}
.nav_custom > li {
  position: relative;
  display: block;
  color: #333333;  
}
.nav_custom > li > a {
  position: relative;
  display: block;
  padding: 1px 15px;
  color: #333333;  
}
.nav_custom > li > a:hover,
.nav_custom > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav_custom > li.disabled > a {
  color: #777;
}
.nav_custom > li.disabled > a:hover,
.nav_custom > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav_custom .open > a,
.nav_custom .open > a:hover,
.nav_custom .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav_custom .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav_custom > li > a > img {
  max-width: none;
}
.nav_custom-tabs {
  border-bottom: 1px solid #ddd;
}
.nav_custom-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav_custom-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav_custom-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav_custom-tabs > li.active > a,
.nav_custom-tabs > li.active > a:hover,
.nav_custom-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav_custom-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav_custom-tabs.nav-justified > li {
  float: none;
}
.nav_custom-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav_custom-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav_custom-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav_custom-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav_custom-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav_custom-tabs.nav-justified > .active > a,
.nav_custom-tabs.nav-justified > .active > a:hover,
.nav_custom-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav_custom-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav_custom-tabs.nav-justified > .active > a,
  .nav_custom-tabs.nav-justified > .active > a:hover,
  .nav_custom-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav_custom-pills > li {
  float: left;
}
.nav_custom-pills > li > a {
  border-radius: 4px;
}
.nav_custom-pills > li + li {
  margin-left: 2px;
}
.nav_custom-pills > li.active > a,
.nav_custom-pills > li.active > a:hover,
.nav_custom-pills > li.active > a:focus {
  color: #fff;
  background-color: #666666;
}
.nav_custom-stacked > li {
  float: none;
}
.nav_custom-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav_custom-justified {
  width: 100%;
}
.nav_custom-justified > li {
  float: none;
}
.nav_custom-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav_custom-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav_custom-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav_custom-justified > li > a {
    margin-bottom: 0;
  }
}
.nav_custom-tabs-justified {
  border-bottom: 0;
}
.nav_custom-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav_custom-tabs-justified > .active > a,
.nav_custom-tabs-justified > .active > a:hover,
.nav_custom-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav_custom-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav_custom-tabs-justified > .active > a,
  .nav_custom-tabs-justified > .active > a:hover,
  .nav_custom-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav_custom-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px 15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-custom
{
background-image: none;
border-radius: 0px;
box-shadow: none;
}
.navbar-default {
  background-color: transparent;
}
.navbar-default .navbar-brand {
  color: #0C0C0C;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #0C0C0C;
}
.navbar-default .navbar-nav > li > a {
  color: #0C0C0C;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #0C0C0C;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #0C0C0C;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #0C0C0C;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f0ad4e;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav_custom-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav_custom-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.card {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-ricerca{
	margin-bottom: 10px !important;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title-cust {
  margin-top: 0;
  margin-bottom: 0;
  padding:5px 0px 5px 15px;
  font-size: 16px;
  background-color: #1c5f7f;
  color:#ffffff;
  font-weight:600;
  
}
.panel-title-cust > a,
.panel-title-cust > small,
.panel-title-cust > .small,
.panel-title-cust > small > a,
.panel-title-cust > .small > a {
  color: inherit;
}
.panel-title-cust > a
{
	text-decoration:underline;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-title > a
{
	text-decoration:underline;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.card > .list-group,
.card > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.card > .list-group .list-group-item,
.card > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.card > .list-group:first-child .list-group-item:first-child,
.card > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card > .list-group:last-child .list-group-item:last-child,
.card > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.card > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.card > .table,
.card > .table-responsive > .table,
.card > .panel-collapse > .table {
  margin-bottom: 0;
}
.card > .table caption,
.card > .table-responsive > .table caption,
.card > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.card > .table:first-child,
.card > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card > .table:first-child > thead:first-child > tr:first-child,
.card > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.card > .table:first-child > tbody:first-child > tr:first-child,
.card > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card > .table:first-child > thead:first-child > tr:first-child td:first-child,
.card > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.card > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.card > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.card > .table:first-child > thead:first-child > tr:first-child th:first-child,
.card > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.card > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.card > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.card > .table:first-child > thead:first-child > tr:first-child td:last-child,
.card > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.card > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.card > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.card > .table:first-child > thead:first-child > tr:first-child th:last-child,
.card > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.card > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.card > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.card > .table:last-child,
.card > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.card > .table:last-child > tbody:last-child > tr:last-child,
.card > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.card > .table:last-child > tfoot:last-child > tr:last-child,
.card > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.card > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.card > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.card > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.card > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.card > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.card > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.card > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.card > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.card > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.card > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.card > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.card > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.card > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.card > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.card > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.card > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.card > .panel-body + .table,
.card > .panel-body + .table-responsive,
.card > .table + .panel-body,
.card > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.card > .table > tbody:first-child > tr:first-child th,
.card > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.card > .table-bordered,
.card > .table-responsive > .table-bordered {
  border: 0;
}
.card > .table-bordered > thead > tr > th:first-child,
.card > .table-responsive > .table-bordered > thead > tr > th:first-child,
.card > .table-bordered > tbody > tr > th:first-child,
.card > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.card > .table-bordered > tfoot > tr > th:first-child,
.card > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.card > .table-bordered > thead > tr > td:first-child,
.card > .table-responsive > .table-bordered > thead > tr > td:first-child,
.card > .table-bordered > tbody > tr > td:first-child,
.card > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.card > .table-bordered > tfoot > tr > td:first-child,
.card > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.card > .table-bordered > thead > tr > th:last-child,
.card > .table-responsive > .table-bordered > thead > tr > th:last-child,
.card > .table-bordered > tbody > tr > th:last-child,
.card > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.card > .table-bordered > tfoot > tr > th:last-child,
.card > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.card > .table-bordered > thead > tr > td:last-child,
.card > .table-responsive > .table-bordered > thead > tr > td:last-child,
.card > .table-bordered > tbody > tr > td:last-child,
.card > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.card > .table-bordered > tfoot > tr > td:last-child,
.card > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.card > .table-bordered > thead > tr:first-child > td,
.card > .table-responsive > .table-bordered > thead > tr:first-child > td,
.card > .table-bordered > tbody > tr:first-child > td,
.card > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.card > .table-bordered > thead > tr:first-child > th,
.card > .table-responsive > .table-bordered > thead > tr:first-child > th,
.card > .table-bordered > tbody > tr:first-child > th,
.card > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.card > .table-bordered > tbody > tr:last-child > td,
.card > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.card > .table-bordered > tfoot > tr:last-child > td,
.card > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.card > .table-bordered > tbody > tr:last-child > th,
.card > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.card > .table-bordered > tfoot > tr:last-child > th,
.card > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.card > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group-ricerca {
  margin-bottom: 10px;
}
.panel-group .card {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .card + card  {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #1c5f7f;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1c5f7f !important;
  border-color: #1c5f7f;
}
.panel-primary > .panel-heading-cust { 
  color: #fff;
  background-color: #1c5f7f !important;
  border-color: #1c5f7f;
  padding: 10px 15px;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #193441 !important;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #193441 !important;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #193441 !important;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 10px 24px;
  border-radius: 6px;
  
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* .modal.fade .modal-dialog { */
/*   -webkit-transition: -webkit-transform .3s ease-out; */
/*        -o-transition:      -o-transform .3s ease-out; */
/*           transition:         transform .3s ease-out; */
/*   -webkit-transform: translate(0, -25%); */
/*       -ms-transform: translate(0, -25%); */
/*        -o-transform: translate(0, -25%); */
/*           transform: translate(0, -25%); */
/* } */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
/* .modal-open .modal { */
/*   overflow-x: hidden; */
/*   overflow-y: auto; */
/* } */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* .modal-backdrop.fade { */
/*   filter: alpha(opacity=0); */
/*   opacity: 0; */
/* } */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
/* .modal-header .close { */
/*   margin-top: -2px; */
/* } */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn {
  margin-left: 5px;
  min-width: 50px;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 1.0;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  width: 200px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav_custom:before,
.nav_custom:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav_custom:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
/* .show { */
/*   display: block !important; */
/* } */
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.voci-menu {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #333333;
}

.icon-referti-laboratorio {
    color: #233e7f;
}

.icon-referti-radiologia {
    color: #406fe5;
}

.icon-referti {
    color: #337ab7;
}

.icon-farmaceutica {
    color: #7f0900;
}

.icon-standard-color-white {
    color: #ffffff;
}

.icon-farmaceutica_dema_bianca {
    color: #7f0900;
}

.icon-piani-terapeutici {
    color: #F0AD4E;
}

.icon-farmaceutica-erogata {
    color: #F4B27e;
}

.icon-specialistica {
    color: #bf2d19;
}

.icon-miei-documenti {
    color: #04756F;
}

.icon-ricoveri {
    color: #121f40;
}

.icon-vaccinazioni {
    color: #5CB85C;
}

.icon-autocertificazioni {
    color: #800080;
}

.icon-certificati-medici {
    color: #800080;
}

.icon-ps {
    color: #121f40;
}

.icon-patsum {
    color: #660000;
}

.icon-bilanci-salute {
    color: #006666;
}

.icon-libretto-sanitario {
    color: #006000;
}

.icon-altri {
    color: #3c7f78;
}

.icon-green-certificate {
    color: #119500;
}

.circle-icon2 {
    background: #ffffff;
    padding:20px;
    border-radius: 30%;
}

.circle-icon {
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 30%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    padding: 10px;
}
.nav_custom-button > li {
  float: left;
  font-size:85%;
}
.nav_custom-button > li > a {
  border-radius: 4px;
  padding-bottom: 5px;
}
.nav_custom-button > li + li {
  margin-left: 2px;
}
.nav_custom-button > li.active > a,
.nav_custom-button > li.active > a:hover,
.nav_custom-button > li.active > a:focus {
  color: #fff;
  background-color: #666666;
}
.myform input.form-control {
   display: block;  /* allows labels to sit on input when inline */
   margin-bottom: 15px; /* gives padding to bottom of inline inputs */
   margin-right:10px;
}
.riga-con-bordo-top-bottom
{
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	margin-top: 20px; 
	padding-bottom: 10px; 
}
.riga-con-bordo
{
	border-bottom: 1px solid #EAEAEA;
}
.riga-con-bordo-top
{
	border-top: 1px solid #EAEAEA;
	padding-top: 20px; 
	padding-bottom: 10px; 	
	margin-top: 10px;
}
.riga-con-bordo-top2
{
	border-top: 1px solid #EAEAEA;
	padding-bottom: 10px; 	
}

.margin-0
{
	margin: 0px;
} 
.margin-top-0
{
	margin-top: 0px;
}
.margin-top-5
{
	margin-top: 5px;
}
.margin-top-10
{
	margin-top: 10px;
}
.margin-top-15
{
	margin-top: 15px;
}
.margin-top-20
{
	margin-top: 20px;
}

.margin-bottom-5
{
	margin-bottom: 5px;
}
.margin-bottom-10
{
	margin-bottom: 10px;
}
.margin-bottom-20
{
	margin-bottom: 20px;
}
.margin-bottom-30
{
	margin-bottom: 30px;
}
.margin-bottom-65rem
{
	margin-bottom: .65rem;
}
.margin-right-10
{
	margin-right: 10px;
}
.padding-left-10
{
	padding-left:10px;
	padding-right:10px;
}
.padding-left-0
{
	padding-left: 0px;
}
.padding-right-0
{
	padding-right: 0px;
}
.margin-bottom-0
{
	margin-bottom:0;
}
.padding-left-20
{
	padding-left:20px;
}
.icon-user-green
{
	color:#5cb85c; 
	padding-top: 3px;
}
.icon-sign-out
{
	color:white; 
/* 	padding-left: 40px;  */
/* 	padding-top: 3px; */
}
.icon-sign-out-bg
{
	color:#D30128; 
}
.icon-sign-out-align
{
	text-align: right;
	font-size: 8px;
}
.padding-container
{
	padding-top: 0px; 
	padding-bottom: 30px;
}
.padding-top-container
{
	padding-top: 10px; 
}
.padding-top-3
{
	padding-top: 3px; 
}
.padding-top-5
{
	padding-top: 5px; 
}
.padding-top-10
{
	padding-top: 10px; 
}
.padding-top-container-20
{
	padding-top: 20px; 
	padding-bottom: 10px; 
}
.padding-top-container-45
{
	padding-top: 45px; 
}
.padding-bottom-container-45
{
	padding-bottom: 45px; 
}
.padding-top-container-70
{
	padding-top: 70px; 
}

.documenti_btn_small
{
/* 	background-color:#207f07 !important; */
	background-color:#47a447 !important;
/* 	background-color:#193441 !important;  */
	color:#fff;
}
.documenti_btn.focus, .documenti_btn:focus, .documenti_btn:hover, .documenti_btn_selected:hover {
/*     background-color:#207f07 !important; */
    background-color:#47a447 !important;
	color: #fff;
    text-decoration: none;
	opacity:0.8;
}

.panel-login
{
	background-color:#fff; 
	padding-top:15px;	
}

.circle-icon-grey {
	 background-color: #a6a6a6;
	 height: 100px;
	 -moz-border-radius:75px;
	 -webkit-border-radius: 75px;
	 width: 100px;
}
.circle-icon-grey-small{
	 background-color: #a6a6a6;
	 height: 50px;
	 -moz-border-radius:75px;
	 -webkit-border-radius: 75px;
	 width: 50px;
}
.circle-icon-green{
    background: #98ce08;
	 height: 100px;
	 -moz-border-radius:75px;
	 -webkit-border-radius: 75px;
	 -ms-border-radius: 75px;
	 width: 100px;
	 margin-left:20px;
}
.circle-icon-green-small{
    background: #98ce08;
	 height: 50px;
	 -moz-border-radius:75px;
	 -webkit-border-radius: 75px;
	 width: 50px;
	 margin-left:10px;
}
.circle-icon-yellow{
    background: #f4d45e;
	 height: 100px;
	 -moz-border-radius:75px;
	 -webkit-border-radius: 75px;
	 width: 100px;
	 margin-left:20px;
}
.circle-icon-yellow-small{
    background: #f4d45e;
	 height: 50px;
	 -moz-border-radius:75px;
	 -webkit-border-radius: 75px;
	 width: 50px;
	 margin-left:10px;
}
.circle-icon-blue{
    background: #00b0f0;
	 height: 100px;
	 -moz-border-radius:75px;
	 -webkit-border-radius: 75px;
	 width: 100px;
	 margin-left:20px;
}
.circle-icon-blue-small{
    background: #00b0f0;
	 height: 50px;
	 -moz-border-radius:75px;
	 -webkit-border-radius: 75px;
	 width: 50px;
	 margin-left:10px;
}

#slider
{
	width:35%;
	text-align:right;
	
}
.color-b {
    color: #0977C7;
}
.title-four {
    font-size: 30px;
    font-weight: 300;
}
.text-main {
    font-size: 14px;
    font-weight: 300;
}
.cd-timeline-content {
    position: relative;
    margin-left: 140px;
    background: #222930;
    border-radius: 5px;
    padding: 1em;
	color:#ffffff;
}
.medici-heading {
    margin-top: 10px;
    text-align: left;
/*     border-bottom: 1px solid #ccc; */
/* 	margin-left:10px; */
}

.dettaglio-medico {
    text-align: left;
	margin-left:10px;
}

#map-container { 
	height: 220px; 
}


.font-green
{
	color: #1D781D;
}
#guidecontrols
{
	width:80%;
	margin-left:30px;
	margin-top:30px;
}
#guidecontrols-home
{
	width:80%;
	margin-left:30px;
}
.login_controls{
	font-size: 13px;
}

.bc_grey
{
	background-color:#D2D7D3;
}
.border-red
{
	border-color: #AA0000;
}
.color-red
{
	color: #AA0000;
}
.color-orange
{
	color:#AA2E00;
}
.color-blu
{
	color:#193441;
}
.color-green
{
		color:#28A228;
}
.color-violet
{
		color:#9A12B3;
}
.color-purple
{
		color:#AF851A;
}
.grey-tooltip + .tooltip > .tooltip-inner {
	background-color: #3c763d;
	color:#fff;
	opacity:1.0;
}
.grey-tooltip + .tooltip > .tooltip-arrow { 
	border-bottom-color:#3c763d;
	color:#fff;
	opacity:1.0; 
}


/*classi per agenda*/
.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
	}
	
.fc-view {
	width: 100%;
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ddd;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #fcfcfc;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #bcccbc;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	padding: 0 .6em;
	overflow: hidden;
	height: 1.9em;
	line-height: 1.9em;
	white-space: nowrap;
	cursor: pointer;
}


.fc-text-arrow {
	margin: 0 .1em;
	font-size: 2em;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: baseline; /* for IE7 */
	}


	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
	}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.55;
	filter: alpha(opacity=65);
	box-shadow: none;
	}

	

/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event-container > * {
	z-index: 8;
	}

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
	z-index: 9;
	}
	 
.fc-event {
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	font-size: .85em;
	cursor: default;
	}

a.fc-event {
	text-decoration: none;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}

.fc-event-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
	border-left-width: 1px;
	}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
	border-right-width: 1px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}

.fc .fc-week-number {
	width: 22px;
	text-align: center;
	}

.fc .fc-week-number div {
	padding: 0 2px;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}

.fc-agenda .fc-week-number {
	font-weight: bold;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}

.fc-event-vert.fc-event-start {
	border-top-width: 1px;
	}

.fc-event-vert.fc-event-end {
	border-bottom-width: 1px;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}

.fc-event-vert .fc-event-inner {
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	cursor: s-resize;
	}
	
	
/*fine classi per agenda*/
/*-------------------------------------------------------------*/
/*secondo esempio colori home*/
/*-------------------------------------------------------------*/
.documenti2_btn
{
	background-color:#88A825; 
	height:100px;
	width:100px;	
	color:#000;
	margin-right:5px;
}
.documenti2_btn_selected
{
	background-color:#88A825; 
	height:100px;
	width:100px;	
	color:#000;
	margin-right:5px;
	border-bottom: 5px solid #000 !important;
}
.documenti2_btn_small
{
	background-color:#88A825 !important; 
	color:#000;
}
.documenti2_btn.focus, .documenti2_btn:focus, .documenti2_btn:hover, .documenti2_btn_selected:hover {
    background-color:#88A825 !important;
	color: #000;
    text-decoration: none;
	opacity:0.8;
}
.sol2_btn
{
	background-color:#ED8C2B; 
	height:100px;
	width:100px;	
	color:#000;
	margin-right:5px;
}
.sol2_btn_selected
{
	background-color:#ED8C2B; 
	height:100px;
	width:100px;	
	color:#000;
	margin-right:5px;
	border-bottom: 5px solid #D1DBBD !important;	
}
.sol2_btn_small
{
	background-color:#ED8C2B; 
	color:#000 !important;
}
.sol2_btn.focus, .sol2_btn:focus, .sol2_btn:hover, .sol2_btn_selected:hover {
    background-color:#ED8C2B !important; 
	color: #000;
    text-decoration: none;
	opacity:0.8;
}
.profilo2_btn
{
	background-color:#911146; 
	height:100px;
	width:100px;	
	padding-top:15px;
	color:#fff;
	margin-right:5px;
}
.profilo2_btn_selected
{
	background-color:#911146; 
	height:100px;
	width:100px;	
	padding-top:15px;
	color:#fff;
	margin-right:5px;
	border-bottom: 5px solid #193441 !important;		
}
.profilo2_btn_small
{
	background-color:#911146; 
	color:#fff;
}
.profilo2_btn.focus, .profilo2_btn:focus, .profilo2_btn:hover, .profilo2_btn_selected:hover {
    background-color:#911146 !important; 
	color: #fff;
    text-decoration: none;
	opacity:0.8;
}
.notifiche2_btn
{
	background-color:#35203B; 
	height:100px;
	width:100px;	
	padding-top:15px;
	color:#fff;
	margin-right:5px;
}
.notifiche2_btn_selected
{
	background-color:#35203B; 
	height:100px;
	width:100px;	
	padding-top:15px;
	color:#fff;
	margin-right:5px;
	border-bottom: 5px solid #3E606F !important;	
}
.notifiche2_btn_small
{
	background-color:#35203B; 
	color:#fff;
}
.notifiche2_btn.focus, .notifiche2_btn:focus, .notifiche2_btn:hover, .notifiche2_btn_selected:hover {
    background-color:#35203B !important; 
	color: #fff;
    text-decoration: none;
	opacity:0.8;
}
.agenda2_btn
{
	background-color:#588F27; 
	height:100px;
	width:100px;	
	color:#000;
	padding-top:15px;	
	margin-right:5px;
}		
.agenda2_btn_selected
{
	background-color:#588F27; 
	height:100px;
	width:100px;	
	color:#000;
	padding-top:15px;	
	margin-right:5px;
	border-bottom: 5px solid #3E606F !important;		
}
.agenda2_btn_small
{
	background-color:#588F27; 
	color:#000;
}		
.agenda2_btn.focus, .agenda2_btn:focus, .agenda2_btn:hover, .agenda2_btn_selected:hover {
    background-color:#588F27 !important; 
	color: #000;
    text-decoration: none;
	opacity:0.8;
}
.faq2_btn
{
	background-color:#CF4A30; 
	height:100px;
	width:100px;	
	color:#000;
	padding-top:15px;	
	margin-right:5px;	
}
.faq2_btn_selected
{
	background-color:#CF4A30; 
	height:100px;
	width:100px;	
	color:#000;
	padding-top:15px;	
	margin-right:5px;	
	border-bottom: 5px solid #D1DBBD !important;		
}
.faq2_btn_small
{
	background-color:#CF4A30; 
	color: #000 !important; 
}
.faq2_btn.focus, .faq2_btn:focus, .faq2_btn:hover, .faq2_btn_selected:hover {
    background-color:#CF4A30 !important;
	color: #000;
    text-decoration: none;
	opacity:0.8;
}

.btn-link 
{
  color: #647F8B;
}


.field-cust
{
	padding-left:10px;
	padding-right:10px;
}

.label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 500;
	color:#3E606F;
	font-size:100%;
	padding-left:0px;
}
.text-right
{
	text-align: right;
}
.text-center
{
	text-align: center;
}
.text-left
{
	text-align: left;
}
.text-justify
{
	text-align: justify;
}
.panel-body {
    padding-top: 10px;
}
.padding-bottom-0
{
	padding-bottom: 0px; 
}
.padding-bottom-10
{
	padding-bottom: 10px; 
}
.padding-bottom-15
{
	padding-bottom: 15px; 
}
.padding-bottom-20
{
	padding-bottom: 20px; 
}
.box-registrati
{
	border-top: 1px solid#888; 
	padding-top:15px; 
	font-size:85%;
	padding-left: 20px;
}

.label-data{
	margin-left: 2px;	
}

.label-dema
{
	font-size: 80%;
	width: 40px;;
	margin-left: 14px;
	margin-top: -10px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
/* 	background-color: #644D52; */
/* 	border: 1px solid #644D52; */
	color: #fff;
	border-radius: 0.25em;
}

.label-dema-farmaceutica{
	background-color: #7f0900;
	border: 1px solid #7f0900;
}

.label-dema-specialistica{
	background-color: #bf2d19;
	border: 1px solid #bf2d19;
}

/* .label-crol{ */
/* 	font-size: 12px; */
/* 	padding-left: 2px; */
/* 	padding-right: 2px; */
/* 	text-align: center; */
/* 	background-color: #5CB85C; */
/* 	color: #fff; */
/* 	margin: 2px 10px 0 16px; */
/*     width: 23px; */
/*     height: 19px; */
/*     display: inline-block; */
/*     line-height: 16px; */
/*     vertical-align: top; */
/*     margin-top: -10px; */
/* } */

.label-crol-disabled{
	background-color: #D9534F !important;
}

.label-stato-ricetta{
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
/* 	background-color: #644D52; */
/* 	border: 1px solid #644D52; */
	color: #fff;
	margin: 2px 10px 0;
    width: 170px;
    display: inline-block;
/*     line-height: 16px; */
    vertical-align: top;
}

.label-crol{
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	color: #fff;
	margin: 2px 10px 0;
    width: 170px;
    display: inline-block;
    vertical-align: top;
    /*cursor: pointer;*/
}

.label-elimina-doc{
	color: #777;
    display: inline-block;
    font-size: 12px;
    margin: 2px 10px 0;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    vertical-align: top;
    background-color: #ececec;
    cursor: pointer;
    width: 170px;
}

.label-modifica-fascia-reddito-profilo {
	color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0px 10px 0;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    vertical-align: top;
    background-color: #47a447; 
    cursor: pointer;
    width: 90px;
    padding: 0.4em .6em .4em;
}

.label-modifica-fascia-reddito-profilo:hover {
	background-color:#6CB66C !important;
	color: #fff;
    text-decoration: none;
}

.label-libretto-profilo {
	color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    vertical-align: top;
    background-color: #47a447; 
    cursor: pointer;
    width: 140px;
    padding: 0.4em .6em .4em;
}

.label-libretto-profilo:hover {
	background-color:#6CB66C !important;
	color: #fff;
    text-decoration: none;
}

.label-nuova-FA2-profilo {
	color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0px 10px 0;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    vertical-align: top;
    background-color: #47a447; 
    cursor: pointer;
    width: 190px;
    padding: 0.4em .6em .4em;
}

.label-nuova-FA2-profilo:hover { 
	background-color:#6CB66C !important;
	color: #fff;
    text-decoration: none;
}

#sell2 img {
	border: 7px solid #eeeeee;
	border-radius: 50%;
	max-width: 130px;
	height:auto;
	margin: 0 auto;
}
#sell2 .img-small {
	border: 7px solid #eeeeee;
	border-radius: 50%;
	max-width: 80px;
	height:auto;
	margin: 0 auto;
}
.titolo-home
{
	margin: 10px 0 10px;
	text-align:center;
	font-size:180%;
}
.testo-slogan
{
	font-size:120%;
	padding-top:5%;
}
.testo-slogan-small
{
	font-size:100%;
	padding-top:5%;
}
.nav>li>a {
    position: relative;
    display: block;
	padding: .75rem;
	border-radius: .25rem;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
#menu_nav
{
	font-size:14px;
}
.innerMenuPage
{
	font-size:14px;
	margin-right: 10px;
	margin-left: -10px;
}
#elenco_doc
{
	font-size:14px;
}
.margin-top-0
{
	margin-top:0;
}
.padding-top-0
{
	padding-top:0;
}
.label-ps
{
	font-size:85%;
	margin:0;
}
hr {
    border: 0;
    border-top: 1px solid #eee;
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.hr-blue {
    border: 0;
    border-top: 1px solid #5B7876;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
.hr-blue-bottom {
    border: 0;
    border-bottom: 1px solid #5B7876;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
.font-size-90
{
	font-size:90%;
}
.box-print
{
	border:3px solid #EAEAEA;
}
/* dropdown menu*/
.marginBottom-0 {margin-bottom:0;}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu { 
    border-radius: 0 6px 6px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0;
}

.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover .dropdown-menu {
    display:block;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: -100%;
    margin-left: 10px;
}

.dropdown-menu li span {
    clear: both;
    color: #333;
    display: block; 
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu li a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.public-button-font-size {
	font-size: 14px;
}

.public-button-font-size-mobile {
	font-size: 10px;
}

.button-menu {
	padding-top: 6px !important;
}

.help-online-align{
	text-align: right;
}

.help-online-margin {
	margin-top: 5px;
	margin-bottom: 5px;
}

li a[class="active"],
li a:hover[class="active"],
li a:focus[class="active"] {
  color: #fff;
  background-color: #666666;
}
	
	
.preferitoStar {
	color:#E67E22;
}

span.prev, span.next, span.first, span.goto, span.last, a.next, a.last, a.prev, a.first {
 	position: relative;
 	float: left;
 	padding: 6px 12px;
 	line-height: 1.428571429;
 	text-decoration: none;
 	color: #428bca;
 	background-color: #fff;
 	border: 1px solid #ddd;
 	margin-left: -1px;
}

div.pagination span:hover, div.pagination a:hover { 
 	background-color: #eee;
 	text-decoration: none;
}

.goto em {
 	font-weight: bold;
 	font-size: 150%;
}	

.goto a[disabled="disabled"] {
 	font-weight: bold;
 	font-size: 150%;
}

div.feedbackPanelTop{
	padding-top: 0px;
}

div.feedbackPanel{
	padding-top: 0px;
	/* padding-bottom: 5px; */
}

.no-padding-top {
	padding-top: 0px !important;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.no-padding {
	padding: 0px !important;
}

.no-border{
	border: 0px !important;	
}

div.header{
	padding-top: 10px;
}

.btn-logout{
	background-color: #D9534F;
/* 	background-color: #d30128; */
/*     border-color: #d30128; */
    border-color:#D9534F;
    padding: 9px 35px;
    color: white;
/*     padding: 0 3px; */
	padding: 5px;
    font-size: 12px;
/*     margin-left: 10px; */
    margin-top: -20px;
}

.btn-logout.focus, .btn-logout:focus, .btn-logout:hover{
/*     background-color:#e40128 !important; */
    background-color:#c9302c  !important;
/*     border-color: #e40128 !important;  */
    border-color: #ac2925 !important;
	color: #fff;
    text-decoration: none;
	opacity:0.8;
}

.lastLoginDivBlock{
	margin-top: -10px;
	margin-bottom: 5px;
}

.lastLogin{
	font-size:10px;
}
	
.tagNotePanel{
	padding-top:0px;
}

.tagNoteForm input, textarea{
	width: 100% !important;
	resize: none;
}

.tagNoteForm button {
	margin-top: 10px
	background-color: #ececec;
	color: rgb(86, 86, 86);
}

.tagNoteFormSmall{
	font-size: 10px;
	font-weight: normal;
}

li.tagMenuRow {
	color: #333333;
    display: block;
    padding: 1px 15px;
    position: relative;
}

.lowercaseField{
	text-transform: lowercase;
}

.uppercaseField{
	text-transform: uppercase;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}

.alignCenter{
	text-align: center;
}

.refertoHtml{
	padding: 15px;
}

.boxRefertoHtml{
	margin: 10px;
}

img.fotoprofilo {
	margin-top:1em;
	margin-bottom:1em;
  	border-radius: 20%;
}

img.fotoProfiloHome {
  	border-radius: 20%;
  	margin-right: 8px; 
  	margin-bottom: 8px;
}

img.fotoProfiloPreview {
	border-radius: 20%;
}

div.fsedi {
/* 	float: left;  */
	margin-bottom: 0px; 
	padding-bottom: 0px; 
/* 	padding-top: 65px;  */
	line-height: 30px;
	font-size: 12px;
}

div.fseUserDesc {
/* 	float: left;  */
	font-weight:bold; 
	line-height: 14px; 
	margin-top: -10px; 
	min-width: 160px;
}

div.fseFotoProfile {
	float: left;
	text-align: left;
}

div.paddingHeaderUser{
	padding-right: 0px !important;
}

div.fseProfileContainer {
	margin-left: 10px;
    margin-top: -10px;
}

div.fotoProfileContainer {
	margin-left: 5px;
}

.noBorderTop{
	border-top: none !important;
}

.livelloconsenso {
	font-weight: bold;
}

span.sceltaConsensi > label {
	font-weight: normal;
	margin-left: 5px;
	display: inline;
}

span.presenzaFebbre {
	display: inline-block;
}

span.presenzaFebbre label{
	margin-right: 10px;
}

span.presenzaFebbre > label {
	font-weight: normal;
	margin-left: 5px;
	display: inline;
}

.label-warning-consensi {
  background-color: #ffd017;
  text-align: justify;
}

.label-warning-consensi[href]:hover,
.label-warning-consensi[href]:focus {
  background-color: #ffd017;
}

.paddingWarningConsensi{
	padding: 15px !important;
}

.label-danger-consensi{
	background-color: #f2dede;
	background-image: none;
	color: #a94442;
	padding: 5px;
}

.btn-carica-documenti{
/* 	float: left; */
	margin-top: 20px;
}

.fileUploadButton {
    position: relative;
    overflow: hidden;
    margin: 10px;
    float: left;
}

.fileUploadButton input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.uploadFileDesc{
	margin-top: 12px;	
}

.uploadFileRicevutaLabel{
	margin-bottom: -20px;	
}

.ruolidocumento input {
	margin-right:5px;
}

.ruolidocumento label {
	font-weight:normal;
}

.statoricetta {
	font-weight: bold;
}

.linkDisponibilitaNonPrenotabile {
	color: #565c61 !important;
	font-size: 14px;
	font-weight: bold;
	cursor: default;
	text-decoration: none !important;
}

.linkDisponibilitaStessaAusl {
	color: #5CB85C;
	font-size: 14px;
	font-weight: bold;
}

.linkDisponibilitaStessaAusl:hover {
	color: #5CB85C;
}

.linkDisponibilitaAltraAusl {
	color: #F0AD4E;
	font-size: 14px;
	font-weight: bold;
}

.linkDisponibilitaAltraAusl:hover {
	color: #F0AD4E;
}

.dropDownAltriFseLine{
	display: flex;
	padding-right: 10px;
	border-radius: 0 !important;
	padding: 0 !important;
}

.dropDownButtonsMenu{
	display: flex !important;
	padding-right: 10px;
	border-radius: 0 !important;
}

.configNotificheTitle{
	font-size: 17px;
}

.configNotificheSubtitle{
	font-size: 12px;
}

.table-hover> tbody > tr:hover{
	background-color: #e8e8e8 !important;
}

.table > tbody {
	border-bottom: 1px solid #000000;
	border-collapse: separate;
}

.table > thead .headers th {
	border-bottom: 1px solid #000000;
}

.table > thead th a {
	color:#565656;
	margin-left: 10px;
}

th.wicket_orderUp {
    background-image: url("../img/sort_asc.png");
    background-repeat: no-repeat;
    background-position: left;
}

th.wicket_orderDown {
    background-image: url("../img/sort_desc.png");
    background-repeat: no-repeat;
    background-position: left;
}

th.wicket_orderNone {
    background-image: url("../img/sort_both.png");
    background-repeat: no-repeat;
    background-position: left;
}

.table-notifiche{
	font-size: 14px;
}

.table-erogazioni{
	font-size: 14px;
}

.rowsPerPageDropdown{
	padding: 7px 0px 0px 10px;
}

.rowsPerPage {
	font-weight: 700;
	color: rgb(86, 86, 86);
}

/* .input-group-addon i{ */
/* 	cursor: pointer; */
/*     height: 14px; */
/*     width: 14px; */
/* } */

.default-bg-color{
	background-color: #fff !important;
}

.ricercaDocInput{
	display: inline-block;
	border-radius: 4px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.altriMediciBottomBorder{
	border-bottom: 1px solid #ddd;
}

.altriMediciTitleFont{
	font-weight: bold;
}

div.permessiRadio > input{
	margin-right: 5px;
}

div.permessiRadio > label{
	font-weight: normal;
}

.permessiRadio{
	padding-left: 15px;
}

.documentPagination {
	margin-bottom: -5px !important;
	margin-top: 5px !important;
}

.documentPaginationBottom {
	border-bottom: none;
	margin-top: 1rem;
}

.documentPaginationPanelContainer {
	background-color: #f4f4f4;
}

.page-header {
    border-bottom: 1px solid #eeeeee;
/*     margin: 10px 0 20px; */
	margin: 0px;
    padding-bottom: 9px;
}

.page-footer {
    border-top: 1px solid #eeeeee;
	margin: -1px 0 0;
    padding-top: 9px;
}

.secondHeaderBar {
	margin-bottom: 0px;
}

.btn .buttonPanelCaret {
	margin-top: -15px;
}

div.iconaContainer {
	margin-right: 10px;
}

div.buttonsPanelMobile {
	padding-left: 5px;
	padding-top: 5px;
}

.label-validity{
	color: #777;
    display: inline-block;
    font-size: 12px;
    margin: 2px 10px 0;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    vertical-align: top;
    width: 250px;
    background-color: #ececec;
}

.bkg_home
{
	background-image: url("../img/img_home.jpg");
   	background-repeat:no-repeat;
   	border:0;
}

.no-doc-found-box {
	box-shadow: none;
	background-image: none;
    margin-top: 15px;
    text-align: center;
    color: #a0a0a0;
    font-size: 15px;
}

.no-patient-summary-found-box {
	box-shadow: none;
	background-image: none;
    margin-top: 5px;
    text-align: center;
    color: #a0a0a0;
    font-size: 15px;
}

.no-doc-found-text {
    font-size: 16px;
}

.public-menu-button-mobile{
	padding: 7px !important; 
	height: 50px !important; 
	width: 75px !important; 
	text-align: center !important;
}

.nav-pills > li + li {
	margin-left: 0px !important;
}

.public-button-mobile-margin {
	margin-top: 5px;
}

.label-empty-value {
	color: #808080;
	font-style: italic;
}

.prestazioniListLabel {
	margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 5px;
    font-size: 100% !important;
}

.docTypeLabel {
	margin-bottom: 5px;
	text-decoration: none;
	color: #666666;
}

.docTypeLabel em {
    font-style: inherit;
}

.docTypeLabel a:link,  .docTypeLabel a:visited,  .docTypeLabel a:hover,  .docTypeLabel a:active{
	margin-bottom: 5px;
	text-decoration: none;
	color: #666666;
} 

.docTypeIconSole {
	color: #233E7F;
}

.docTypeIconUser {
	color: #5CB85C;
}

.note_taccuino {
	height:400px !important;
}

@media (max-height: 400px) {
	.note_taccuino {
		height:200px !important;
	}
}

.bannerStage {
	width: 100%; 
	background-color: #BF2D19; 
	height: 6px; 
	margin: 0px; 
	padding: 0px;
}

.stageBannerStripe {
	margin: 0px; 
	padding: 0 0 0 5px;
	z-index: 10; 
	position: absolute;
}

.bodyUnsupportedBrowser{
	background-image: linear-gradient(0deg, #47a447 0px, #ffffff 100%);
    height: 100%;
    min-height: 400px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.unsupportedBrowserBG{
	background-color: #f6f4f4;
}

.unsupportedBrowserBox{
	text-align: center; 
	padding: 50px; 
	background-color: #FFFFFF; 
	border-radius: 4px; 
	border: 2px solid #e4e3e3;
}


.adminDocStatusValido{
	background: #5CB85C;
	color: 		#FFFFFF;
}

.adminDocStatusCancellato{
	background: #d9534f;
	color: 		#FFFFFF;
}

.adminDocStatusSostituito{
	background: #777;  /* #f9f275; */
	color: 		#FFFFFF; /* grey; */
}

.adminDocStatusScaduto{
	background: #d9534f;
	color: 		#FFFFFF;
}

.adminDocAutocertStatusInviato {
	background: #f0ad4e;;
	color: 		#FFFFFF;
}

.adminDocAutocertStatusRifiutato {
	background: #d9534f;
	color: 		#FFFFFF;
}

.adminDocAutocertStatusSostituito {
	background: #d9534f;
	color: 		#FFFFFF;
}

.adminDocAutocertStatusAccettato {
	background: #5CB85C;
	color: 		#FFFFFF;
}

.btn-autocert {
	white-space: normal !important;
	word-wrap: break-word !important;
	padding: 6px 5px;
/* 	width: 300px; */
/* 	height: 60px; */
	border-radius: 4px 4px 4px 4px !important;
	display: block;
}

.btn-container-autocert {
	box-shadow: none;
	background-image: none;
    margin-top: 15px;
    text-align: center;
    color: #a0a0a0;
    font-size: 15px;
    min-width: 450px;
    padding: 1px 10px;
}

.formAutocert {
	font-size: 85%;
	padding-left: 15px; 
/* 	color: #929392; */
}

.formAutocert label {
	padding: .2em .6em .3em 0em;
}

.btn-autocert-parent{
	white-space: normal !important;
	word-wrap: break-word !important;
/* 	padding: 6px 5px; */
	width: 100%;
/* 	height: 60px; */
	border: 1px solid #e3e3e3;
	background: #E9ECEF;
}

.autocert-title{
	text-align: center;
}

.btn-autocert-profilo {
	height: 100%;
}

.btn-contatti-profilo {
	width: 100%;
}

.btn-edit-contatti-profilo {
	width: 40%;
}

.msg-info-cell-profilo{
	font-size: 12px;
	margin-top: -15px;
	margin-left: 5px;
}

.autocert-title > a {
	text-decoration: none;
	font-size: 14px;
}

.nav-item-autocert{
	flex: 1 1 auto;
	flex-grow: 1;
	padding: 0 1px;
}

.nav-autocert{
	display: flex;
	border-bottom: none !important;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.nav-tabs-autocert{
	border-bottom: none !important;
}

.autocertBoldCenterText {
	font-weight: bold;
	text-align: center;
/* 	color: #333; */
}

.autocertBoldText {
	font-weight: bold;
/* 	color: #333; */
}

.autocertUploadDisclaimer{
    padding-left: 130px;
    font-size: 80%;
    margin-top: -15px;
}

.esistoTamponeUploadDisclaimer{
    padding-left: 130px;
    font-size: 80%;
/*     margin-top: -10px; */
}

.tipiTamponeDisclaimer{
    font-size: 80%;
    margin-top: -10px;
}

.tipiTamponeSup{
    font-size: 60%;
    vertical-align: super;
}

.autocertPage label{
	color: #647F8B;
}

.label-modifica-autocert{
	color: #777;
    display: inline-block;
    font-size: 12px;
    margin: 2px 10px 0;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    vertical-align: top;
    background-color: #ececec;
    cursor: pointer;
    width: 230px;
}

.tesserinoStatusValido{
	background: #ececec;
	color: 		#777;
}

.tesserinoStatusSostituito{
	background: #d9534f;
	color: 		#FFFFFF;
}

.tableDettaglioTesserino > .rowTesserino > div:nth-of-type(1) > span {
	font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.tableDettaglioTesserino > .rowTesserino > .col-md-12 {
/* 	    padding-left: 23.6em; */
	}
	
	.adapter_col-md-12 {
		margin-top: -1.5em;
	}
}

#prestazioniList li a{
    padding-bottom: 0px;
    padding-top: 0px;
    cursor: pointer;
}

.dettaglioPrestazioniLink{
	position: relative; 
	float: left; 
	font-size: 85%; 
	margin-left:5px;
	background: #EEE;
	font-weight: bold;
	height: 18px;
}

.dettaglioPrestazioniLink:hover,
.dettaglioPrestazioniLink:focus {
	text-decoration: none;
}

.barCodeDema{
	position: relative; 
	float: left; 
	font-size: 85%; 
	margin-left:9px;
	margin-top: -10px;
}

.prestazioniListLabel > span.wicket-ajax-indicator {
	float: left;
	margin-left: 5px;
}

.row.dettaglioPrestazioni{
	padding: 5px 0px !important;
}

.panel-body-prestazioni {
  padding: 0px 15px;
  font-size: 82%;
}

.datiPrescrizione {
  font-size: 82%;
}

.row.horizontal-divider {
  overflow: hidden;
  border-bottom: 1px #ddd solid;
  margin-left: -10px;
  margin-right: -10px;
}

.row.horizontal-divider:last-child {
  border-bottom: none;
}

.grid-divider {
    position: relative;
    padding: 0;
}

/* .grid-divider>[class*='col-']:nth-child(n+2):before { */
/*     content: ""; */
/*     border-left: 1px solid #DDD; */
/*     position: absolute; */
/*     top: 0; */
/*     bottom: 0; */
/*     left: -10px; */
/* } */

.divider{
    position: absolute;
    width: 1px;
    background: #ddd;
    top: 5px;
    bottom: 5px;
    left: 49%;
}

.divider:after{
  content: '\f073';
  font-family: 'Font Awesome 5 Free';
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 12px;
  color: #4caf50;
  background: #fff;
  border:1px solid #f0f0f0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  text-align: center;
}

.col-padding {
    padding: 0 15px;
}

.buonoCeliachiaValido{
	font-size: 12px;
/*     margin: 2px 10px 0; */
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
	background: #5CB85C;
	color: 		#FFFFFF;
}

.buoniCeliachiaList{
    padding: 2px 10px 2px;
}

.menu-label-padding {
	padding: 0px 3px;
}

.menu-label-padding-mobile {
	padding: 3px 3px !important; 
	display: inline-block !important;
	color: grey !important;
}

.marginButton {
  margin-top: 30px;
}

.sceltaMedicoAlertCenterText {
	font-weight: bold;
	text-align: center;
	padding: 10px;
}



/* 	landscape */  
@media only screen and (orientation:landscape) {
	   .hide-landscape {
	    	display: none;
	   }
}
			
				 
/*  portrait */  
@media only screen and (orientation:portrait) {
	body {
	  height: 100vw;
	  }
	.hide-portrait {
	    display: none;
	}
}

.label-prenotata-parzialmente {
	background: linear-gradient(45deg, #5CB85C 45%, #f0ad4e 55%);
}

.bootstrap-select > .dropdown-toggle{
	width: 220px;
}

.f1 {
	padding: 25px; 
	background: #fff;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}
.f1 h3 { 
	margin-top: 0; 
	margin-bottom: 5px; 
	text-transform: uppercase; 
}

.f1-steps { 
	overflow: hidden; 
	position: relative;
	margin-top: 20px; 
}

.f1-progress { 
	position: absolute; 
	top: 24px; 
	left: 0; 
	width: 100%; 
	height: 1px; 
	background: #ddd; 
}

.f1-progress-line { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 1px; 
	background: #47a447;
}

.f1-step { 
	position: relative; 
	float: left; 
	width: 50%; 
	padding: 0 5px; 
}

.f1-step-icon {
	display: inline-block; 
	width: 40px; 
	height: 40px; 
	margin-top: 4px; 
	background: #ddd;
	font-size: 16px; 
	color: #fff; 
	line-height: 40px;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
	background: #fff; 
	border: 1px solid #47a447; 
	color: #47a447; 
	line-height: 38px;
}

.f1-step.active .f1-step-icon {
	width: 48px; 
	height: 48px; 
	margin-top: 0; 
	background: #47a447; 
	font-size: 22px; 
	line-height: 48px;
}

.f1-step p { 
	color: #ccc; 
}

.f1-step.activated p { 
	color: #47a447; 
}

.f1-step.active p { 
	color: #47a447; 
}

.f1 fieldset { 
	display: none; 
	text-align: left; 
}

.f1-buttons { 
	text-align: right; 
}

.f1 .input-error { 
	border-color: #47a447; 
}

.footer-button-link,
.footer-button-link:hover,
.footer-button-link:focus {
	color: grey !important;
	padding: 0.2rem .75rem !important;
}

.footer-button-link-disabled,
.footer-button-link-disabled:hover,
.footer-button-link-disabled:focus {
	color: #CACACA !important;
	padding: 0.2rem .75rem !important;
}

.caret-news-hp {
	margin-left: 5px;
}

.panel-title > a.title-news-hp {
	text-decoration: none;	
}

.panel-title > a.title-news-hp:hover,
.panel-title > a.title-news-hp:focus {
	text-decoration: underline;	
}

.nav-rapid-buttons-top-header {
    border-bottom: none !important;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    float: right !important;
}

.nav-item-rapid-button-top-header{
	float: right !important;
	margin-bottom: 2px !important;
}

.btn-rapid-button-top-header {
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 6px 5px;
    width: 170px;
    border-radius: 4px 4px 4px 4px !important;
    display: block;
    margin-right: 0px !important;
    margin-left: 2px;
}

.wicket-aa-container {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.wicket-aa-container div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.wicket-aa-container ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.wicket-aa-container li:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
