/**background and text colour**/
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
}
.form-control:focus,
.form-control.active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #00965f;
}
.form-control.attenzione {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #FFAA52;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.8rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  line-height: 2.3em;
  border: 1px solid #FFFFFF;
  border-radius: 1rem;
  -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  height: auto;
}
.form-horizontal .control-label {
  text-align: left;
}
label {
  font-weight: 300;
}
.checkbox-inline {
  margin-left: 0;
  margin-top: 0;
  font-size: 14px;
}
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #ff0000;
}
.label-error {
  color: #ff0000;
  font-size: 15px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #FFFFFF;
  border: #EEEEEE;
}
.rail-select {
  position: relative;
  width: 90px;
  padding: 0;
}
.rail-select select,
.rail-select .select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.8rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  line-height: 2.3em;
  border: 1px solid #FFFFFF;
  border-radius: 1rem;
  -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  height: auto;
}
.rail-select select:focus,
.rail-select .select2-container--default .select2-selection--single:focus {
  outline: none;
  box-shadow: none;
  border: solid 1px #00965f;
}
.rail-select .select-side,
.rail-select .rail-select .select-side,
.rail-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  pointer-events: none;
  width: 22px;
  position: absolute;
  top: 0px;
  background-color: #00965f;
  height: 100%;
  left: unset;
  right: 0;
  border-radius: 0 6px 6px 0;
  border-right: solid 1px #00965f;
  border-top: solid 1px #00965f;
  border-bottom: solid 1px #00965f;
}
.rail-select .select-side:before,
.rail-select .rail-select .select-side:before,
.rail-select .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  /* or 100px */
}
.rail-select .select-side i,
.rail-select .rail-select .select-side i,
.rail-select .select2-container--default .select2-selection--single .select2-selection__arrow i {
  color: #FFFFFF;
  left: 13%;
  top: 8px;
}
.rail-select .select-side i.blue,
.rail-select .rail-select .select-side i.blue,
.rail-select .select2-container--default .select2-selection--single .select2-selection__arrow i.blue {
  color: #FFFFFF;
}
.input-group-addon {
  background-color: #00965f;
  border: 1px solid #00965f;
  color: #FFFFFF;
  border-radius: 6px 0 0 6px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #999999;
  cursor: default;
  background-color: #EEEEEE;
  border-color: #DDDDDD;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #999999;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li > a {
  color: #999999;
}
.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.2em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
  background: #EEEEEE;
}
.radio .cr {
  border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 49%;
  left: 19%;
  color: #333333;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
          transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  -webkit-transform: scale(1) rotateZ(0deg);
          transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: 0.5;
}
.alert {
  border-radius: 2px;
}
.alert h2 {
  color: #333333;
  font-size: 22px;
  text-transform: none;
  margin-top: 20px ;
  margin-bottom: 10px;
}
.alert-success {
  color: #333333;
  background: #FFFFFF;
  border: #FFFFFF;
}
.alert-danger {
  color: #721c24;
}
body {
  font-family: "Roboto", Sans-serif;
  background: #f4eeed;
  font-size: 16px;
  color: #565857;
}
a {
  color: #00965f;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-weight: bold;
}
h2 {
  font-weight: bold;
}
/* Bottoni */
.btn {
  border-radius: 1rem;
}
.btn-default {
  color: #FFFFFF;
  background-color: #00965f;
  border-color: transparent;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 0;
  margin: 6px;
  height: 38px;
  display: inline;
  color: #00965f;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
  background-color: transparent;
  max-width: 100%;
}
.btn-default:focus,
.btn-default.focus {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #00965f;
  border-color: transparent;
}
.btn-default .badge {
  color: #00965f;
  background-color: #FFFFFF;
}
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: transparent;
  color: #00965f;
}
.btn-default.active,
.btn-default:active {
  box-shadow: none;
}
input[type=submit].btn-default {
  color: #FFFFFF;
  background-color: #00965f;
  border-color: transparent;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 9px 40px;
  height: 38px;
  width: 100%;
  display: inline;
  font-weight: 400;
  text-decoration: none;
  text-underline-position: none;
  max-width: 100%;
}
input[type=submit].btn-default:focus,
input[type=submit].btn-default.focus {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
input[type=submit].btn-default:hover {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
input[type=submit].btn-default:active,
input[type=submit].btn-default.active,
.open > .dropdown-toggleinput[type=submit].btn-default {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
input[type=submit].btn-default:active:hover,
input[type=submit].btn-default.active:hover,
.open > .dropdown-toggleinput[type=submit].btn-default:hover,
input[type=submit].btn-default:active:focus,
input[type=submit].btn-default.active:focus,
.open > .dropdown-toggleinput[type=submit].btn-default:focus,
input[type=submit].btn-default:active.focus,
input[type=submit].btn-default.active.focus,
.open > .dropdown-toggleinput[type=submit].btn-default.focus {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
input[type=submit].btn-default:active,
input[type=submit].btn-default.active,
.open > .dropdown-toggleinput[type=submit].btn-default {
  background-image: none;
}
input[type=submit].btn-default.disabled:hover,
input[type=submit].btn-default[disabled]:hover,
fieldset[disabled] input[type=submit].btn-default:hover,
input[type=submit].btn-default.disabled:focus,
input[type=submit].btn-default[disabled]:focus,
fieldset[disabled] input[type=submit].btn-default:focus,
input[type=submit].btn-default.disabled.focus,
input[type=submit].btn-default[disabled].focus,
fieldset[disabled] input[type=submit].btn-default.focus {
  background-color: #00965f;
  border-color: transparent;
}
input[type=submit].btn-default .badge {
  color: #00965f;
  background-color: #FFFFFF;
}
.btn-success {
  font-weight: 400;
  font-size: 15px;
  background-color: #00965f;
  border-color: #00965f;
}
.btn-default-small {
  color: #FFFFFF;
  background-color: #00965f;
  border-color: transparent;
  border-radius: 6px;
  color: #00965f;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-position: under;
  height: 28px;
  font-size: 15px;
  font-weight: 700;
  background-color: transparent;
  max-width: 100%;
}
.btn-default-small:focus,
.btn-default-small.focus {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default-small:hover {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default-small:active,
.btn-default-small.active,
.open > .dropdown-toggle.btn-default-small {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default-small:active:hover,
.btn-default-small.active:hover,
.open > .dropdown-toggle.btn-default-small:hover,
.btn-default-small:active:focus,
.btn-default-small.active:focus,
.open > .dropdown-toggle.btn-default-small:focus,
.btn-default-small:active.focus,
.btn-default-small.active.focus,
.open > .dropdown-toggle.btn-default-small.focus {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default-small:active,
.btn-default-small.active,
.open > .dropdown-toggle.btn-default-small {
  background-image: none;
}
.btn-default-small.disabled:hover,
.btn-default-small[disabled]:hover,
fieldset[disabled] .btn-default-small:hover,
.btn-default-small.disabled:focus,
.btn-default-small[disabled]:focus,
fieldset[disabled] .btn-default-small:focus,
.btn-default-small.disabled.focus,
.btn-default-small[disabled].focus,
fieldset[disabled] .btn-default-small.focus {
  background-color: #00965f;
  border-color: transparent;
}
.btn-default-small .badge {
  color: #00965f;
  background-color: #FFFFFF;
}
.btn-default-small.active,
.btn-default-small.active.focus,
.btn-default-small.active:focus,
.btn-default-small.active:hover,
.btn-default-small.focus,
.btn-default-small:active,
.btn-default-small:active.focus,
.btn-default-small:active:focus,
.btn-default-small:active:hover,
.btn-default-small:focus,
.btn-default-small:hover,
.open > .dropdown-toggle.btn-default-small,
.open > .dropdown-toggle.btn-default-small.focus,
.open > .dropdown-toggle.btn-default-small:focus,
.open > .dropdown-toggle.btn-default-small:hover {
  background-color: transparent;
  color: #00965f;
}
.btn-default-small.active,
.btn-default-small:active {
  box-shadow: none;
}
.btn-block {
  padding: 0.375rem 0.75rem;
  font-size: 1.8rem;
  line-height: 2.3em;
}
.btn-block:focus,
.btn-block:active:focus {
  outline: none;
}
.btn-primary,
.btn-accedi {
  color: #fff;
  background-color: #00965f;
  border-color: #00965f;
}
.btn-primary:hover,
.btn-accedi:hover,
.btn-primary:focus,
.btn-accedi:focus,
.btn-primary:active,
.btn-accedi:active,
.btn-primary:active:focus,
.btn-accedi:active:focus,
.btn-primary:active:hover,
.btn-accedi:active:hover {
  color: #00965f;
  background-color: #FFFFFF;
  border-color: #00965f;
}
.btn-rimuovi {
  color: #FFF;
  background-color: #B8B8B8;
  border-color: #B8B8B8;
}
.btn-rimuovi:hover,
.btn-rimuovi:focus,
.btn-rimuovi:active,
.btn-rimuovi:active:focus,
.btn-rimuovi:active:hover {
  color: #565857;
  background-color: #FFFFFF;
  border-color: #565857;
}
.btn-prosegui {
  background: #FFAA52;
  border-color: #FFAA52;
  color: #FFFFFF;
  display: block;
  float: right;
  padding: 0.375rem 2.75rem;
  font-size: 1.8rem;
  line-height: 2.3em;
}
.btn-prosegui:hover,
.btn-prosegui:focus,
.btn-prosegui:active,
.btn-prosegui:active:focus,
.btn-prosegui:active:hover {
  color: #FFFFFF;
  background-color: #00965f;
  border-color: #00965f;
}
@media screen and (max-width: 600px) {
  .btn-prosegui {
    width: 100%;
  }
}
.btn-secondary {
  color: #00965f;
  background-color: transparent;
  border-color: #00965f;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
  background-color: #00965f;
  border-color: #00965f;
  color: #FFFFFF;
}
.btn-secondary-small {
  color: #FFFFFF;
  background-color: #00965f;
  border-color: transparent;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 4px 40px;
  height: 28px;
  font-size: 13px;
}
.btn-secondary-small:focus,
.btn-secondary-small.focus {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-small:hover {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-small:active,
.btn-secondary-small.active,
.open > .dropdown-toggle.btn-secondary-small {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-small:active:hover,
.btn-secondary-small.active:hover,
.open > .dropdown-toggle.btn-secondary-small:hover,
.btn-secondary-small:active:focus,
.btn-secondary-small.active:focus,
.open > .dropdown-toggle.btn-secondary-small:focus,
.btn-secondary-small:active.focus,
.btn-secondary-small.active.focus,
.open > .dropdown-toggle.btn-secondary-small.focus {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-small:active,
.btn-secondary-small.active,
.open > .dropdown-toggle.btn-secondary-small {
  background-image: none;
}
.btn-secondary-small.disabled:hover,
.btn-secondary-small[disabled]:hover,
fieldset[disabled] .btn-secondary-small:hover,
.btn-secondary-small.disabled:focus,
.btn-secondary-small[disabled]:focus,
fieldset[disabled] .btn-secondary-small:focus,
.btn-secondary-small.disabled.focus,
.btn-secondary-small[disabled].focus,
fieldset[disabled] .btn-secondary-small.focus {
  background-color: #00965f;
  border-color: transparent;
}
.btn-secondary-small .badge {
  color: #00965f;
  background-color: #FFFFFF;
}
.btn-secondary-xme {
  color: #FFFFFF;
  background-color: #00965f;
  border-color: transparent;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 9px 40px;
  height: 38px;
}
.btn-secondary-xme:focus,
.btn-secondary-xme.focus {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-xme:hover {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-xme:active,
.btn-secondary-xme.active,
.open > .dropdown-toggle.btn-secondary-xme {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-xme:active:hover,
.btn-secondary-xme.active:hover,
.open > .dropdown-toggle.btn-secondary-xme:hover,
.btn-secondary-xme:active:focus,
.btn-secondary-xme.active:focus,
.open > .dropdown-toggle.btn-secondary-xme:focus,
.btn-secondary-xme:active.focus,
.btn-secondary-xme.active.focus,
.open > .dropdown-toggle.btn-secondary-xme.focus {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-xme:active,
.btn-secondary-xme.active,
.open > .dropdown-toggle.btn-secondary-xme {
  background-image: none;
}
.btn-secondary-xme.disabled:hover,
.btn-secondary-xme[disabled]:hover,
fieldset[disabled] .btn-secondary-xme:hover,
.btn-secondary-xme.disabled:focus,
.btn-secondary-xme[disabled]:focus,
fieldset[disabled] .btn-secondary-xme:focus,
.btn-secondary-xme.disabled.focus,
.btn-secondary-xme[disabled].focus,
fieldset[disabled] .btn-secondary-xme.focus {
  background-color: #00965f;
  border-color: transparent;
}
.btn-secondary-xme .badge {
  color: #00965f;
  background-color: #FFFFFF;
}
.btn-secondary-xme-small {
  color: #FFFFFF;
  background-color: #00965f;
  border-color: transparent;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 4px 40px;
  height: 28px;
  font-size: 13px;
}
.btn-secondary-xme-small:focus,
.btn-secondary-xme-small.focus {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-xme-small:hover {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-xme-small:active,
.btn-secondary-xme-small.active,
.open > .dropdown-toggle.btn-secondary-xme-small {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-xme-small:active:hover,
.btn-secondary-xme-small.active:hover,
.open > .dropdown-toggle.btn-secondary-xme-small:hover,
.btn-secondary-xme-small:active:focus,
.btn-secondary-xme-small.active:focus,
.open > .dropdown-toggle.btn-secondary-xme-small:focus,
.btn-secondary-xme-small:active.focus,
.btn-secondary-xme-small.active.focus,
.open > .dropdown-toggle.btn-secondary-xme-small.focus {
  color: #FFFFFF;
  background-color: #00633f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-xme-small:active,
.btn-secondary-xme-small.active,
.open > .dropdown-toggle.btn-secondary-xme-small {
  background-image: none;
}
.btn-secondary-xme-small.disabled:hover,
.btn-secondary-xme-small[disabled]:hover,
fieldset[disabled] .btn-secondary-xme-small:hover,
.btn-secondary-xme-small.disabled:focus,
.btn-secondary-xme-small[disabled]:focus,
fieldset[disabled] .btn-secondary-xme-small:focus,
.btn-secondary-xme-small.disabled.focus,
.btn-secondary-xme-small[disabled].focus,
fieldset[disabled] .btn-secondary-xme-small.focus {
  background-color: #00965f;
  border-color: transparent;
}
.btn-secondary-xme-small .badge {
  color: #00965f;
  background-color: #FFFFFF;
}
.rowmargin20 {
  margin-top: 20px;
}
.boxpage {
  background: #FFFFFF;
  padding: 20px;
}
.checkboxesStyled [type="checkbox"]:not(:checked),
.checkboxesStyled [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  display: none;
  visibility: hidden;
}
.checkboxesStyled .checkbox-inline {
  padding-left: 0;
  margin: 10px 0;
}
.checkboxesStyled [type="checkbox"]:not(:checked) ~ label span,
.checkboxesStyled [type="checkbox"]:checked ~ label span {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 15px;
  border-radius: 15px;
  background: #FFFFFF;
  margin: -3px 10px;
}
.checkboxesStyled [type="checkbox"]:not(:checked) ~ label span:before,
.checkboxesStyled [type="checkbox"]:checked ~ label span:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: #00965f;
  content: '';
  left: -2px;
  top: -2px;
  border-radius: 15px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.checkboxesStyled [type="checkbox"]:checked ~ label span {
  background: rgba(0, 150, 95, 0.58);
}
.checkboxesStyled [type="checkbox"]:checked ~ label span:before {
  right: -2px;
  left: unset;
}
.checkboxesStyled.attenzione {
  border: 2px solid #FFAA52;
  margin: 0 5px 10px;
  padding: 10px;
}
.checkboxesStyled small {
  margin-bottom: 12px;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin: 0 12px 0 0;
}
.form-horizontal .radio-inline {
  padding: 0 0 0 20px;
}
.form-horizontal .radio-inline input,
.form-horizontal .radio-inline input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-horizontal .radio-inline .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #FFFFFF;
  border-radius: 50px;
  border: 1px solid #00965f;
  transition: all 0.5s cubic-bezier(0.245, 0.61, 0.355, 1);
}
.form-horizontal .radio-inline .checkmark::after {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin: 2px;
}
.form-horizontal .radio-inline:hover input ~ .checkmark::after {
  background-color: #029760;
}
.form-horizontal .radio-inline input:checked ~ .checkmark::after {
  background-color: #00965f;
}
.form-horizontal .radio-inline .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-horizontal .radio-inline input:checked ~ .checkmark:after {
  display: block;
}
.form-horizontal .radio-inline checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-horizontal .radio-inline.active {
  color: #d70000;
}
.form-horizontal .radio-inline.active .checkmark {
  border: 1px solid #d70000;
}
header {
  background: #FFFFFF;
}
header svg {
  margin: -7px 9px;
  overflow: hidden;
  position: relative;
}
header .topbar {
  background: #FFFFFF;
  border-radius: 0 0 6px 6px;
  margin-top: -1px;
}
header .topbar:after {
  content: "";
  display: block;
  clear: both;
}
header .banner-header {
  padding-top: 27px;
  margin-bottom: 20px;
}
header .logo {
  padding: 20px 15px;
  z-index: 1;
}
header .logo img {
  max-width: 200px;
}
header .logo h1 {
  margin-top: 0;
}
header .profilo {
  text-align: right;
  color: #00965f;
  text-transform: uppercase;
}
header .profilo div {
  display: inline;
  padding: 0 6px;
}
header .profilo a {
  color: #00965f;
  display: inline-block;
}
header .profilo .user-small {
  display: inline;
  margin: -5px 7px 0 0;
}
header .navbar {
  margin-bottom: 0;
  border-radius: 0;
}
header .navbar .chevron {
  font-family: 'Molengo', sans-serif;
}
header .navbar .navbar-header {
  font-size: 15px;
  float: none;
}
header .navbar .navbar-header .navbar-text {
  margin-left: 0;
  margin-right: 0;
}
header .navbar .navbar-toggle {
  background: #00965f none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  float: right;
  margin-right: 30px;
  padding: 12px 9px;
  position: relative;
  right: 0px;
  z-index: 3;
}
header .navbar .navbar-toggle:hover,
header .navbar .navbar-toggle:focus {
  background-color: #00965f;
}
header .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
header .navbar-default {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
header .navbar-default .navbar-text {
  color: #00965f;
}
header .navbar-default .navbar-text a {
  color: #00965f !important;
}
header .navbar-default .navbar-nav {
  margin: 0;
}
header .navbar-default .navbar-nav li a {
  color: #00965f;
  border-bottom: 3px solid transparent;
  padding: 10px 5px;
  margin: 0 12px 10px;
}
header .navbar-default .navbar-nav li a:hover,
header .navbar-default .navbar-nav li a:focus {
  background: #FFFFFF;
  color: #00965f;
  border-color: #00965f;
  text-decoration: none;
}
header .navbar-default .dropdown-menu {
  background: #FFFFFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
header .navbar-default .dropdown-menu li a {
  color: #333333;
}
header .navbar-default .dropdown-menu li a:hover {
  background: #FFFFFF;
  color: #00965f;
}
header .navbar-nav > li > a {
  color: #FFFFFF;
}
header .navbar-nav > li > a:hover,
header .navbar-nav > li > a:focus {
  color: #FFFFFF;
  background-color: #00965f;
}
header .navbar-nav > .active > a,
header .navbar-nav > .active > a:hover,
header .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: #00965f;
}
header .navbar-nav > .disabled > a,
header .navbar-nav > .disabled > a:hover,
header .navbar-nav > .disabled > a:focus {
  color: #FFFFFF;
  background-color: #00965f;
}
header .navbar-nav > .open > a,
header .navbar-nav > .open > a:hover,
header .navbar-nav > .open > a:focus {
  background-color: #00965f;
  color: #FFFFFF;
}
header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:focus,
header .navbar-default .navbar-nav > .open > a:hover {
  background-color: #FFFFFF;
  color: #00965f;
}
header .main-menu {
  background: #00965f;
  border-color: #00965f;
  color: #FFFFFF;
}
header .main-menu a {
  color: #FFFFFF !important;
}
header .main-menu ul {
  margin: 0 !important;
}
header .main-menu li {
  margin: 0 12px;
  font-weight: 700;
}
header .main-menu li:first-of-type {
  margin-left: 0;
}
header .main-menu li:last-of-type {
  margin-right: 0;
}
header .main-menu li p {
  margin-bottom: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #fff;
  text-decoration: underline;
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #FFFFFF;
}
.benvenuto {
  font-size: 15px;
  line-height: 50px;
}
/*
* navbar
*/
.navbar-collapse li.first > p {
  margin: 0;
}
.navbar-collapse .navbar-nav > li > a,
.navbar-collapse .navbar-nav > li.first > p.align-bottom a {
  position: relative;
  display: block;
  padding: 10px 15px 8px;
}
main {
  padding: 40px 0;
  min-height: 50vh;
}
main::after {
  clear: both;
  display: block;
  content: '';
}
main .navbar-nav .first img {
  float: left;
}
main .navbar-nav .first p {
  text-align: right;
}
@media screen and (max-width: 992px) {
  main .navbar-nav .first p {
    text-align: left;
  }
}
main .navbar-nav .first .favouriteShop {
  font-size: 14px;
}
main .navbar-nav .first .favouriteShop span {
  font-weight: bold;
}
main .navbar-nav .first .align-bottom {
  bottom: 10px;
  right: 20px;
}
@media screen and (max-width: 992px) {
  main .navbar-nav .first .align-bottom {
    position: relative;
    right: 0;
    margin: 0;
  }
}
main .navbar-nav .first a {
  color: #00965f;
  padding: 0;
}
main .navbar-nav .first a:hover,
main .navbar-nav .first a:focus {
  text-decoration: underline;
  color: #00965f;
}
@media screen and (max-width: 992px) {
  main .navbar-nav .first {
    padding: 20px 20px 1px;
  }
}
main .navbar-nav li {
  margin: 2px 0;
  background: #FFFFFF;
  width: 100%;
}
main .navbar-nav li a {
  color: #333333;
  padding: 15px;
}
main .navbar-nav li a,
main .navbar-nav li a:hover,
main .navbar-nav li a:focus {
  color: #333333;
  text-decoration: none;
}
main .navbar-nav li .arrow {
  float: right;
  margin-top: 6px;
}
main .navbar-nav li #sub1 {
  background: #EEEEEE;
}
main .navbar-nav li #sub1 li {
  background: #F8F8F8;
  padding-left: 15px;
}
main .navbar-nav li #sub1 li a:hover,
main .navbar-nav li #sub1 li a:focus {
  background: #f8f8f8;
}
main .navbar-nav li:first-child {
  margin-top: 0;
}
main .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 992px) {
  main .navbar-collapse {
    margin-top: -48px;
  }
}
footer {
  background: #00965f;
  color: #FFFFFF;
  /* 	.footer1 { */
  /* 		background: @lld-darkgreen; */
  /* 		padding: 1px 0 0 0; */
  /* 	} */
  /* 	.footer2 { */
  /* 		background: @lld-green; */
  /* 		font-size: @link; */
  /* 		line-height: 35px; */
  /*     	padding: 10px 0; */
  /* 		a { */
  /* 			text-decoration: underline; */
  /* 			color: @white; */
  /* 			font-size: @link; */
  /* 		} */
  /* 	} */
  /* 	.footer3 { */
  /* 		color: @dark-grey; */
  /* 		text-align:center; */
  /* 		font-size: 12px; */
  /* 		padding-top: 5px; */
  /* 		a { */
  /* 			color: @dark-grey; */
  /* 			font-size: 12px; */
  /* 		} */
  /* 	} */
}
footer a {
  color: #FFFFFF;
}
footer .footer {
  padding: 38px 0;
}
footer .footer p.linkFCIFooter {
  padding: 12px 0 12px 12px;
  text-align: left;
}
footer .footer p.linkFCIFooter a {
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
}
footer .footer p.linkFCIFooter a:hover,
footer .footer p.linkFCIFooter a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}
footer .footer p.dati {
  display: block;
  clear: both;
  font-size: 13px;
  line-height: 19.5px;
  padding: 12px;
  text-align: left;
}
footer .footer .bgDark {
  display: block;
  float: left;
  background: #027148;
  padding: 6px;
}
footer .footer .bgDark a {
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 500;
  display: inline-block;
  padding: 4px 10px;
}
footer .footer .bgDark a:not(:last-child) {
  border-right: 1px solid #FFFFFF;
}
footer .footer .bgDark a:hover,
footer .footer .bgDark a:focus {
  text-decoration: underline;
  color: #FFFFFF;
}
footer .footer ul#menuFooter {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer ul#menuFooter li {
  padding: 7.5px 0;
}
footer .footer ul#menuFooter li:not(:last-child) {
  border-bottom: 1px solid #61ce70;
}
footer .footer ul#menuFooter li a {
  font-size: 14px;
  font-weight: 500;
}
footer .footer ul#menuFooter li a:hover,
footer .footer ul#menuFooter li a:focus {
  text-decoration: underline;
  color: #FFFFFF;
}
footer #footerBottom {
  background: #027148;
  padding: 10px 0;
  text-align: center;
}
footer #footerBottom p {
  padding: 0px 0 14px;
  color: #FFFFFF;
}
footer #footerBottom p strong {
  color: #FFFFFF;
  font-size: 14.5px;
}
footer #footerBottom p a {
  color: #FFFFFF;
  font-size: 13px;
}
footer #footerBottom p a:hover,
footer #footerBottom p a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}
#home-page .owl-carousel {
  margin-bottom: 20px;
}
#home-page .owl-theme .owl-nav {
  margin-top: 0;
}
#home-page .owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
#home-page .owl-theme .owl-dots .owl-dot span {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 30px;
  height: 10px;
  margin: 5px 4px;
  width: 10px;
}
#home-page .owl-theme .owl-nav [class*="owl-"] {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  margin: 5px;
  padding: 4px 5px;
  position: absolute;
  top: 45%;
  width: 35px;
}
#home-page .owl-prev {
  left: 0;
}
#home-page .owl-next {
  right: 0;
}
#home-page .owl-theme .owl-dots {
  bottom: 4px;
  left: 45%;
  position: absolute;
}
#home-page .owl-theme .owl-dots .owl-dot.active span,
#home-page .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff none repeat scroll 0 0;
}
#home-page .boxhome {
  background: #FFFFFF;
  padding: 20px;
}
#home-page .boxhome h3,
#home-page .boxhome h1,
#home-page .boxhome h4 {
  margin-top: 0;
  line-height: 23px;
}
#home-page .boxhome p {
  color: #999999;
  font-size: 14px;
}
#home-page .prenotaxme {
  min-height: 213px;
}
#home-page .prenotaxme img {
  float: right;
}
#home-page .prenotaxme h4 {
  color: #00965f;
  text-transform: uppercase;
}
#home-page .prenotaxme h3 {
  font-weight: 500;
}
#home-page .prenotaxme a {
  color: #00965f;
}
#home-page .prenotaxme .form-inline .form-group {
  width: 100%;
}
#home-page .prenotaxme .form-control {
  margin-right: 10px;
  width: 71%;
  float: left;
}
#home-page .cartavalore {
  min-height: 213px;
}
#home-page .cartavalore img {
  float: right;
  margin-left: 10px;
}
#home-page .cartavalore h4 {
  color: #00965f;
  text-transform: uppercase;
}
#home-page .cartavalore h3 {
  font-weight: 500;
}
#home-page .cartavalore a {
  color: #00965f;
}
#home-page .cartavalore .btn-registrati {
  margin-bottom: 0;
  margin-top: 18px;
}
#home-page .cartavalore .punti {
  font-weight: 500;
  font-size: 25px;
  color: #333333;
}
#home-page .cartavalore .ncarta span {
  font-weight: 500;
  color: #333333;
}
#home-page .healthtime {
  min-height: 213px;
}
#home-page .healthtime img {
  float: right;
  margin-left: 10px;
}
#home-page .healthtime h4 {
  color: #00965f;
  text-transform: uppercase;
}
#home-page .healthtime h3 {
  font-weight: 500;
}
#home-page .news {
  min-height: 240px;
}
#home-page .news h4 {
  color: #00965f;
  text-transform: uppercase;
}
#home-page .news p {
  line-height: 25px;
}
#home-page .offerta {
  padding: 20px 20px 0 20px;
  min-height: 240px;
}
#home-page .offerta h4 {
  color: #00965f;
  text-transform: uppercase;
}
#home-page .offerta p {
  line-height: 25px;
}
#home-page .offerta .prezzoFinale {
  color: #FFFFFF;
  background: #00965f;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 500;
  margin: 0 5px 5px 0;
}
#home-page .offerta .prezzoIniziale {
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 4px;
}
#home-page .offerta .nomeProdotto {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  height: 48px;
  overflow: hidden;
  margin: 0px 0 5px;
  text-transform: uppercase;
}
#home-page .offerta .NomeDitta {
  margin-bottom: 15px;
}
#home-page .offerta .sconto,
#home-page .offerta .testo1,
#home-page .offerta .testo2 {
  color: #00965f;
  text-transform: uppercase;
  font-weight: 600;
}
#home-page .offerta .testoPromo3 {
  margin-bottom: 0;
}
#home-page .offerta #tipo3 {
  margin-top: -5px;
}
#home-page .offerta .owl-theme .owl-dots {
  position: relative;
  text-align: center;
  left: 0;
}
#home-page .offerta .owl-theme .owl-dots .owl-dot.active span,
#home-page .offerta .owl-theme .owl-dots .owl-dot:hover span {
  background: #999999 none repeat scroll 0 0;
}
#home-page .offerta .owl-theme .owl-dots .owl-dot span {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #999999;
  border-radius: 30px;
  height: 10px;
  margin: 5px 4px;
  width: 10px;
}
#home-page .offerta .owl-carousel {
  margin-bottom: 0;
}
.page-content-wrapper {
  background-color: transparent;
  border-radius: 6px;
}
.page-content-wrapper h1 {
  margin-top: 0px;
  color: #00965f;
}
.page-content-wrapper hr {
  border-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page-content-wrapper {
    padding: 0;
    font-size: 16px;
  }
  .page-content-wrapper h1 {
    font-size: 23px;
  }
  .page-content-wrapper h2 {
    font-size: 20px;
  }
  .page-content-wrapper h3,
  .page-content-wrapper h4 {
    font-size: 16px;
  }
}
.page-content-wrapper.mobile {
  background-color: transparent;
  border-radius: 6px;
}
.page-content-wrapper.mobile #modifica-dati .registration {
  padding: 0;
}
.page-content-wrapper.mobile .form-control,
.page-content-wrapper.mobile .rail-select .select2-container--default .select2-selection--single,
.page-content-wrapper.mobile .rail-select select {
  color: #b2b4b4;
  font-size: 19px;
  border-style: none;
  border-bottom: 1px solid #FFFFFF;
}
.page-content-wrapper.mobile .rail-select .rail-select .select-side,
.page-content-wrapper.mobile .rail-select .select-side,
.page-content-wrapper.mobile .rail-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: none;
  border-bottom: 1px solid #FFFFFF;
}
.page-content-wrapper.mobile #shopsListBox .rail-select .select-side {
  background-color: #00965f;
  border-radius: 0 6px 6px 0;
  border-bottom: solid 1px #00965f;
}
.page-content-wrapper.mobile .input-group-addon {
  border: 0 none #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.page-content-wrapper.mobile h1 {
  margin-top: 0px;
  color: #00965f;
}
.page-content-wrapper.mobile hr {
  border-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page-content-wrapper.mobile {
    padding: 0;
  }
  .page-content-wrapper.mobile #modifica-dati .registration {
    padding: 0;
  }
}
.body-registration {
  /* end .registration.mobile */
}
.body-registration header .logo h1 {
  margin-top: 20px;
}
.body-registration header .logo img {
  margin-left: 40px;
}
.body-registration h1 {
  /* 		max-width: 660px; */
  /* 		margin: auto; */
}
.body-registration h2 {
  color: #00965f;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 16px;
}
.body-registration a:hover,
.body-registration a:focus {
  text-decoration: none;
}
.body-registration footer a,
.body-registration footer a:hover,
.body-registration footer a:focus {
  color: #FFFFFF;
}
.body-registration .registration {
  /* 		max-width: 660px; */
  padding: 40px;
  margin: auto;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .body-registration .registration {
    padding: 0;
  }
}
.body-registration .registration a[href="/my/userUpdate"] i {
  color: #00965f;
}
.body-registration .registration form {
  padding: 20px;
  border-radius: 6px;
}
.body-registration .registration form a {
  color: #00965f;
  text-transform: uppercase;
  font-weight: bold;
}
.body-registration .registration p {
  font-size: 18px;
  text-align: center;
  color: #00965f;
  padding-top: 35px;
  margin: 0;
}
.body-registration .registration a {
  font-size: 18px;
  color: #FFFFFF;
}
.body-registration .registration a:hover,
.body-registration .registration a:focus {
  text-decoration: none;
}
.body-registration .registration .alert {
  border: 1px solid #00965f;
  -o-box-shadow: 0px 5px 8px 2px rgba(4, 4, 4, 0.1);
  box-shadow: 0px 5px 8px 2px rgba(4, 4, 4, 0.1);
  border-radius: 6px;
}
.body-registration .registration .alert h2 {
  color: #333333;
  font-size: 22px;
  text-transform: none;
  margin-top: 20px ;
  margin-bottom: 10px;
}
.body-registration .registration .alert p {
  color: #333333;
  font-size: 16px;
  line-height: 1.42857143;
  text-align: left;
}
.body-registration .registration .alert h1 {
  color: #00965f;
  margin-bottom: 16px;
}
.body-registration .registration .alert h2 {
  color: #333333;
  font-size: 18px;
  margin-top: 14px;
  margin-bottom: 0;
}
.body-registration .registration .alert p {
  color: #333333;
  padding-top: 10px;
}
.body-registration .registration .alert-success {
  color: #333333;
  background: #FFFFFF;
  /* 	border:@white; */
}
.body-registration .registration .alert-danger {
  color: #00965f;
}
.body-registration .registration .generic {
  color: #a94442;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
}
.body-registration .registration.mobile {
  /*max-width: 660px;*/
  border: 0 none transparent;
  padding: 0;
  margin: auto;
  border-radius: 6px;
}
.body-registration .registration.mobile p,
.body-registration .registration.mobile p a {
  font-size: 16px;
}
.body-registration .registration.mobile .form-control,
.body-registration .registration.mobile .rail-select .select2-container--default .select2-selection--single,
.body-registration .registration.mobile .rail-select select {
  color: #b2b4b4;
  font-size: 19px;
  border: 1px solid #029760;
  border-radius: 3px;
}
.body-registration main {
  padding: 40px 0;
}
.body-registration a {
  font-size: 14px;
  color: #00965f;
}
@media screen and (max-width: 768px) {
  .body-registration .margin {
    margin-top: 15px;
  }
}
.body-registration .attenzione {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 24px;
  margin-top: 5px;
}
.card-body h5 {
  color: #00965f;
  font-size: 24px;
}
.conferma {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 6px;
}
.error-condizioni {
  margin-top: 0;
  margin-bottom: 0;
}
#modifica-dati {
  /* 		border: 1px solid @green; */
  /* 		-webkit-box-shadow: 0px 5px 8px 2px rgba(4, 4, 4, 0.1);-moz-box-shadow: 0px 5px 8px 2px rgba(4, 4, 4, 0.1);-o-box-shadow: 0px 5px 8px 2px rgba(4, 4, 4, 0.1);box-shadow: 0px 5px 8px 2px rgba(4, 4, 4, 0.1); */
  /* 		border-radius: 6px;background-color: @white;  */
}
#modifica-dati .registration {
  padding: 40px;
  background-color: transparent;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  #modifica-dati .registration {
    padding: 20px;
  }
}
.select2-container {
  min-width: 100%;
  max-width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #00965f transparent transparent;
  border-width: 8px 7px 0;
  left: 36%;
}
select.form-control.sel1 {
  margin-bottom: 16px;
  text-align: center;
  padding: 0 18px!important;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  select.form-control.sel1 {
    padding: 0 8px!important;
  }
}
#questionario {
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 6px;
}
#questionario label {
  padding-left: 0px;
}
#scheda-farmacia {
  padding: 20px;
}
#scheda-farmacia .dati-farmacia span {
  color: #999999;
}
#scheda-farmacia h4 {
  color: #999999;
}
#scheda-farmacia .reparti,
#scheda-farmacia .orari {
  line-height: 35px;
}
#scheda-farmacia .reparti ul,
#scheda-farmacia .orari ul {
  list-style: none;
  margin-left: -40px;
}
#scheda-farmacia .reparti img {
  height: 35px;
  width: 35px;
  margin: 8px 10px 8px 0;
}
#scheda-farmacia .orari {
  border-left: 1px solid #EEEEEE;
}
#scheda-farmacia .orari .ora {
  color: #999999;
}
#carta-valore {
  padding: 20px;
}
#carta-valore .dati-carta span {
  color: #999999;
}
#carta-valore .img-carta {
  width: 75%;
}
#carta-valore .saldo {
  font-size: 22px;
  font-weight: 500;
}
#carta-valore .acquisti {
  font-size: 14px;
}
#carta-valore .acquisti ul {
  list-style: none;
  margin-left: -40px;
}
#carta-valore .acquisti .punteggiomeno {
  background: #00965f;
  color: #FFFFFF;
  padding: 7px 14px;
}
#carta-valore .acquisti .punteggiopiu {
  background: #00965f;
  color: #FFFFFF;
  padding: 7px 14px;
}
.boxDx {
  padding: 20px;
}
.boxCatalogo h4 {
  color: #00965f;
}
.boxCatalogo p {
  color: #999999;
}
.boxCatalogo .btn-default {
  margin-top: 10px;
}
.boxRichiedi {
  margin-top: 20px;
}
.boxRichiedi .btn-default {
  padding: 9px 20px;
}
.boxNews {
  margin-top: 20px;
}
.boxNews h3 {
  text-transform: uppercase;
  margin-top: 0;
}
.boxNews p {
  color: #999999;
}
.cerca-farmacia {
  padding: 20px;
}
.cerca-farmacia h3 {
  color: #00965f;
  margin-top: 0;
}
.cerca-farmacia p {
  color: #999999;
}
.cerca-farmacia p span {
  color: #333333;
  margin-left: 6px;
}
.cerca-farmacia .farmacia {
  padding: 0 0 12px 0;
}
.cerca-farmacia .farmacia .vediPercorso {
  white-space: nowrap;
}
.cerca-farmacia .form-inline .form-group,
.cerca-farmacia .form-inline .form-control {
  width: 56%;
}
.cerca-farmacia .form-inline {
  margin-bottom: 20px;
}
.cerca-farmacia .mappa {
  margin-right: 15px;
  margin-left: 15px;
}
.cerca-farmacia .mappa .selezionata {
  background: #FFFFFF;
  width: 300px;
  position: absolute;
  top: 37%;
  left: 26%;
  padding: 20px;
}
.cerca-farmacia label {
  color: #999999;
  font-size: 14px;
}
.modal-backdrop.in {
  opacity: 0.75;
}
.modal-content {
  border-radius: 3px;
}
.modal-content .modal-header {
  color: #FFFFFF;
  background: #00965f;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.modal-content .modal-header h3 {
  text-align: center;
}
.modal-content .modal-header .close {
  opacity: 1;
}
.modal-content .modal-header .close span {
  color: #FFFFFF;
}
.modal-content .modal-body p {
  font-size: 16px;
  color: #333333;
  line-height: 1.42857143;
}
#ModalAttention .modal-content .modal-header {
  background: #e5c52e;
}
#ModalKo .modal-content .modal-header {
  background: #a94442;
}
.alert-danger {
  background-color: #fff;
  border-color: #fff;
  border: 1px solid #00965f;
  -o-box-shadow: 0px 5px 8px 2px rgba(4, 4, 4, 0.1);
  box-shadow: 0px 5px 8px 2px rgba(4, 4, 4, 0.1);
  border-radius: 6px;
}
.alert-danger a,
.alert-danger a:hover,
.alert-danger a:focus {
  color: #00965f;
}
.alert-danger h1 {
  margin-bottom: 16px;
  font-size: 30px;
  max-width: 100%;
}
.alert-danger h2 {
  color: #333333;
  font-size: 18px;
  margin-top: 14px;
  margin-bottom: 0;
}
.alert-danger p {
  color: #333333;
  padding-top: 10px;
}
.alert-danger a,
.alert-danger a:focus,
.alert-danger a:hover {
  color: #00965f !important;
}
.dati {
  padding: 0 18px;
  text-align: center;
}
.dati h1 {
  margin-bottom: 20px !important;
}
.dati p {
  color: #333333 !important;
  font-size: 14px !important;
  text-align: left !important;
  line-height: 40px !important;
  margin: 0 0 10px !important;
}
.dati .btn-accedi {
  color: #FFFFFF;
}
.dati .btn-accedi:hover,
.dati .btn-accedi:focus {
  color: #00965f;
}
.footer1 a {
  color: #FFFFFF;
}
.formtable .label {
  color: #333333;
}
#createBanner .rail-select {
  width: 180px;
}
#createBanner .rail-select .select-side {
  left: 140px;
}
.rail-select {
  position: relative;
  width: 100%!important;
}
.rail-select select {
  width: 100%;
  padding-left: 4px;
}
.vuoto {
  background: #FFFFFF;
}
.vuoto p {
  color: #999999;
}
input:focus,
select:focus {
  outline-color: #555B60;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    float: none;
  }
}
@media screen {
  .rail-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.8rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    line-height: 2.3em;
    border-radius: 1rem;
    -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    height: auto;
  }
  .rail-select .form-control {
    padding: 6px 0 !important;
  }
  .rail-select select {
    border-radius: 6px;
    font-size: 16px;
    height: 38px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .rail-select select:focus {
    outline: none;
    box-shadow: none;
    border: solid 1px #00965f;
  }
  .rail-select .select-side {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    pointer-events: none;
    width: 40px;
    position: absolute;
    top: 0px;
    background-color: #FFFFFF;
    height: 100%;
    left: 41px;
    border-radius: 6px;
    border-right: solid 1px #00965f;
    border-top: solid 1px #00965f;
    border-bottom: solid 1px #00965f;
  }
  .rail-select .select-side:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    /* or 100px */
  }
  .rail-select .select-side i {
    left: 30%;
    top: 12px;
  }
  .rail-select .select-side i.blue {
    color: #333333;
  }
}
@media screen and (max-width: 767px) {
  .navbar-text {
    margin: 15px;
    float: left!important;
  }
}
@media screen and (max-width: 992px) {
  .dati {
    text-align: right;
    border-left: none;
  }
  header .logo img {
    max-width: 180px;
    margin: auto;
  }
  main .navbar-nav {
    width: 100%;
    margin: 10px 0 0;
  }
  .profilo > li > a {
    padding-top: 15px;
    margin-right: 15px;
  }
  .navbar-default .profilo .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .profilo .open .dropdown-menu {
    background-color: #00965f;
    z-index: 5;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  header .banner-header {
    padding-top: 0;
  }
  header .profilo {
    float: right;
  }
  header .profilo .dropdown-menu {
    text-align: right;
  }
  header .logo img {
    max-width: 130px;
  }
  main .navbar-nav {
    margin: 7px 0 0;
  }
  .cartavalore,
  .prenotaxme,
  .news {
    margin-bottom: 20px;
  }
  .mappa-farmacia {
    margin-top: 30px;
  }
  .boxCatalogo {
    margin-top: 20px;
  }
}
/*
*	BUTTON SEE PASSWORD
*/
span.showPassword {
  right: 30px;
  position: absolute;
  top: 43px;
  color: #00965f !important;
  cursor: pointer;
}
@media (max-width: 768px) {
  header .main-menu li:first-of-type {
    margin-left: 20px;
  }
  header .main-menu li:last-of-type {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1081px !important;
  }
}
input[type=button].btn-default {
  color: #fff;
  background-color: #00965f;
  border-color: transparent;
  border-radius: 1rem;
  text-transform: uppercase;
  padding: 9px 40px;
  height: 38px;
  width: 100%;
  display: inline;
  font-weight: 400;
  text-decoration: none;
  text-underline-position: none;
  max-width: 100%;
  margin: 0;
}
.open > .dropdown-toggleinput[type=button].btn-default,
.open > .dropdown-toggleinput[type=button].btn-default.focus,
.open > .dropdown-toggleinput[type=button].btn-default:focus,
.open > .dropdown-toggleinput[type=button].btn-default:hover,
input[type=button].btn-default.active,
input[type=button].btn-default.active.focus,
input[type=button].btn-default.active:focus,
input[type=button].btn-default.active:hover,
input[type=button].btn-default.focus,
input[type=button].btn-default:active,
input[type=button].btn-default:active.focus,
input[type=button].btn-default:active:focus,
input[type=button].btn-default:active:hover,
input[type=button].btn-default:focus,
input[type=button].btn-default:hover {
  color: #00965f;
  background-color: #FFFFFF;
  text-decoration: none!important;
  border-color: #00965f;
}
.open > .dropdown-toggleinput[type=button].btn-default,
input[type=button].btn-default.active,
input[type=button].btn-default:active {
  background-image: none;
}
fieldset[disabled] input[type=button].btn-default.focus,
fieldset[disabled] input[type=button].btn-default:focus,
fieldset[disabled] input[type=button].btn-default:hover,
input[type=button].btn-default.disabled.focus,
input[type=button].btn-default.disabled:focus,
input[type=button].btn-default.disabled:hover,
input[type=button].btn-default[disabled].focus,
input[type=button].btn-default[disabled]:focus,
input[type=button].btn-default[disabled]:hover {
  background-color: #97be0d;
  border-color: transparent;
}
input[type=button].btn-default .badge {
  color: #97be0d;
  background-color: #fff;
}
#alertPopup,
#alertPopupHealthCode {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100vh;
  max-width: 100wv;
  background: rgba(0, 0, 0, 0.2);
  z-index: 995;
}
#alertPopup > div,
#alertPopupHealthCode > div {
  width: 660px;
  max-width: 100%;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #00965f;
  -o-box-shadow: 0 5px 8px 2px rgba(4, 4, 4, 0.1);
  box-shadow: 0 5px 8px 2px rgbrgba(4, 4, 4, 0.1);
  padding: 20px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#alertPopup > div h2,
#alertPopupHealthCode > div h2 {
  font-size: 24px;
  text-transform: none;
}
#alertPopup > div .btn,
#alertPopupHealthCode > div .btn {
  color: #FFFFFF;
}
#alertPopup > div .btn:hover,
#alertPopupHealthCode > div .btn:hover,
#alertPopup > div .btn:focus,
#alertPopupHealthCode > div .btn:focus {
  color: #00965f;
}
/*
 *	my/sendOrder
 */
#shopList {
  padding: 6px 8px!important;
}
/*
 *	TABLE
 */
#admin-users table thead th {
  background: #00965f;
  color: #FFFFFF;
  border: none;
}
#admin-users table thead th:first-child {
  border-radius: 1rem 0 0 0;
}
#admin-users table thead th:last-child {
  border-radius: 0 1rem 0 0 ;
}
#admin-users table tbody tr td {
  background: #FFFFFF;
  font-size: 1.4rem;
}
#admin-users table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 1rem ;
}
#admin-users table tbody tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}
@media screen and (max-width: 768px) {
  #admin-users table {
    display: block!important;
  }
  #admin-users table thead {
    display: none;
  }
  #admin-users table thead th {
    background: #00965f;
    color: #FFFFFF;
    border: none;
  }
  #admin-users table thead th:first-child {
    border-radius: 1rem 0 0 0;
  }
  #admin-users table thead th:last-child {
    border-radius: 0 1rem 0 0 ;
  }
  #admin-users table tbody {
    display: block!important;
    width: 100%;
    background: #FFFFFF;
    border-radius: 1rem;
  }
  #admin-users table tbody tr {
    display: block!important;
    width: 100%;
  }
  #admin-users table tbody tr:not(:first-child) {
    border-top: 1px solid #ddd;
  }
  #admin-users table tbody tr td {
    display: block!important;
    width: 100%;
    background: transparent;
    font-size: 1.4rem;
    border: 0 none transparent!important;
  }
  #admin-users table tbody tr:last-child:first-child {
    border-radius: 1rem 1rem  0 0 ;
  }
  #admin-users table tbody tr:last-child:last-child {
    border-radius: 0 0 1rem 1rem ;
  }
}
.table-responsive {
  border: none;
}
.table-responsive::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #00965f;
  border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px #f0f0f0;
}
#altroIndirizzoDiv .rail-select,
#shopsListBox .rail-select {
  padding: 0;
}
.page-content-wrapper.mobile #shopsListBox .rail-select .select-side {
  right: 0;
  left: initial;
  width: 34px;
}
#altroIndirizzoDiv .rail-select select,
#shopsListBox .rail-select select {
  height: initial;
}
#altroIndirizzoDiv .rail-select .select-side {
  right: 0;
  left: initial;
  width: 34px;
  background: #00965f;
  border-radius: 0 6px 6px 0;
}
a.green,
a.green:hover,
a.green:focus {
  color: #00965f !important;
}
/* SendOrder UI*/
#steps {
  margin: 20px 0 30px;
  position: relative;
}
#steps::before {
  content: '';
  display: block;
  background: #B8B8B8;
  height: 2px;
  width: 64%;
  position: absolute;
  left: 18%;
  right: 18%;
  top: 18px;
  bottom: unset;
  z-index: 0;
}
#steps .step {
  width: 33%;
  text-align: center;
  float: left;
  position: relative;
  z-index: 12;
}
#steps .step .number {
  display: block;
  height: 39px;
  width: 39px;
  border-radius: 50px;
  background: #f4eeed;
  border: 2px solid #B8B8B8;
  color: #B8B8B8;
  line-height: 39px;
  text-align: center;
  margin: 0 auto;
  float: none;
}
#steps .step.active .number {
  background: #00965f;
  border: 2px solid #00965f;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  #steps .step p {
    color: #00965f;
    font-size: 12px;
  }
}
.btnBigContainer {
  margin: 30px 0 0;
}
.btnBigContainer .btn-big {
  display: block;
  background: #FFFFFF;
  border: 2px solid #00965f;
  color: #00965f;
  border-radius: 10px;
  padding: 26px;
  margin-bottom: 20px;
  /* 		&.collapsed{ */
  /* 			color:@green; */
  /* 			background: @white; */
  /* 			text-decoration: none; */
  /* 			&:hover{ */
  /* 				color:@white; */
  /* 				background: @green; */
  /* 				text-decoration: none; */
  /* 			} */
  /* 		}	 */
}
.btnBigContainer .btn-big svg {
  display: block;
  margin: 10px auto;
  float: none;
  clear: both;
  max-width: 50%;
  height: auto;
}
.btnBigContainer .btn-big p {
  color: currentColor;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
}
.btnBigContainer .btn-big:hover,
.btnBigContainer .btn-big.active {
  color: #FFFFFF;
  background: #00965f;
  text-decoration: none;
}
#pannelloFarmacia {
  max-width: 700px;
  margin: 0 auto;
  float: none;
}
@media screen and (max-width: 1024px) {
  .btnBigContainer .btn-big {
    color: #00965f;
    background: #FFFFFF;
    text-decoration: none;
  }
  .btnBigContainer .btn-big:not(.active),
  .btnBigContainer .btn-big.collapsed,
  .btnBigContainer .btn-biga.btn-big.collapsed.collapsed:hover {
    color: #00965f !important;
    background: #FFFFFF !important;
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  .btnBigContainer .btn-big {
    padding: 10px;
  }
  .btnBigContainer .btn-big p {
    font-size: 14px;
  }
  .btnBigContainer .btn-big svg {
    height: 50px;
    width: auto;
  }
}
#multiCollapseExample1 {
  padding: 0 15px;
}
/* #multiCollapseExample2 #ProdottiList{ */
/* 	padding: 0 30px; */
/* } */
.nre-dove {
  display: block;
  float: left;
  margin: 6px 0 12px 0;
  font-size: 15px;
  line-height: 18px;
  font-style: italic;
}
@media screen and (max-width: 335.9px) {
  #steps .step p {
    font-size: 0.8em;
  }
}
