@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/Museo/MuseoSansBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/Museo/MuseoSansBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/Museo/MuseoSansBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/Museo/MuseoSansBoldItalic_0.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/Museo/MuseoSansItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/Museo/MuseoSansLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/Museo/MuseoSansLightItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/Museo/MuseoSansMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/Museo/MuseoSansMediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/Museo/MuseoSansRegular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/Fontawesome/FontAwesome.otf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-size: 16px;
  font-family: "MuseoSans";
  font-weight: 500;
}

.wrapper {
  width: 95%;
  margin: 0 auto;
}

header {
  text-align: right;
  background: url(../img/black-logo.png) 15px center no-repeat;
  overflow: hidden;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

header .button {
  margin: 20px 85px 20px 0;
}

header .button a {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #483ad9;
}

.menu {
  cursor: pointer;
  top: 13px;
  right: 20px;
  padding-left: 1.25em;
  position: absolute;
  width: 20px;
  height: 30px;
  z-index: 50;
}

.menu-global {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 7px solid #483ad9;
  width: 100%;
  -webkit-transition: 0.55s;
  -o-transition: 0.55s;
  transition: 0.55s;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.menu-top {
  top: 0;
}

.menu-middle {
  top: 13px;
}

.menu-bottom {
  top: 26px;
}

.menu-top-click {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 15px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  -webkit-transition: 0.55s 0.5s;
  -o-transition: 0.55s 0.5s;
  transition: 0.55s 0.5s;
  border-top: 7px solid #fff;
}

.menu-middle-click {
  opacity: 0;
  border-top: 7px solid #fff;
}

.menu-bottom-click {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 15px;
  -webkit-transform: rotate(-410deg);
  -ms-transform: rotate(-410deg);
  transform: rotate(-410deg);
  -webkit-transition: 0.55s 0.5s;
  -o-transition: 0.55s 0.5s;
  transition: 0.55s 0.5s;
  border-top: 7px solid #fff;
}

#menu {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #483ad9;
  text-align: center;
  position: fixed;
  z-index: 49;
  display: none;
}

#menu ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#menu ul li {
  padding: 20px 0;
}

#menu ul li:hover {
  background: rgba(255, 255, 255, 0.53);
}

#menu a {
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
}

.blok {
  display: none;
}

h1 {
  color: #1e1e1e;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  margin: 29px 0;
}

h1 span {
  font-size: 20px;
  font-weight: 500;
}

select {
  color: #1e1e1e;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow.png) 95% center no-repeat;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid rgba(194, 194, 194, 0.3);
  outline: none;
  padding: 17px 0 20px 1em;
  width: 95%;
  margin: 10px 0 10px 2.5%;
}

form {
  width: 100%;
  margin: 30px 0;
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 0 20px 0;
  color: #1e1e1e;
}

form input,
form textarea {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 17px 0 20px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid rgba(194, 194, 194, 0.3);
  outline: none;
}

form input {
  width: -webkit-calc(95% - 20px);
  width: calc(95% - 20px);
  margin: 24px auto;
}

form h2 {
  font-size: 18px;
  margin: 0px 0 10px 2.5%;
}

form label {
  margin-left: 2.5%;
  font-size: 15px;
}

form label input {
  display: inline;
  border: none;
  outline: none;
  background: inherit;
  font-size: 16px;
  width: 1.2em;
  text-align: center;
  margin: 0;
  padding: 0;
}

form label span {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  background: #483ad9;
  color: #fff;
  margin: 0 15px;
  font-size: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

form .button {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  width: 95%;
  display: block;
  background: #483ad9;
  margin: 30px auto 0;
  color: #fff;
  padding: 22px 0;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 900;
}

form textarea {
  width: -webkit-calc(95% - 20px);
  width: calc(95% - 20px);
  margin: 20px auto;
}

.nav {
  width: 95%;
  margin: 0 auto 40px;
}

.nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav li {
  cursor: pointer;
}

.nav li:nth-of-type(1),
.nav li:nth-of-type(3) {
  color: #483ad9;
  font-size: 14px;
  background: #f8f8f8;
  padding: 13px 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.nav li:nth-of-type(1) span,
.nav li:nth-of-type(3) span {
  color: #1e1e1e;
}

.nav li:nth-of-type(2) {
  padding: 12px 0;
}

.nav li:nth-of-type(2) a {
  color: #1e1e1e;
  font-size: 17px;
  font-weight: 700;
}

.nav li:nth-of-type(2) a span {
  color: #483ad9;
}

.nav li:nth-of-type(1)::before {
  content: "\f104";
  font-family: FontAwesome;
  color: #483ad9;
  margin-right: 10px;
  font-size: 14px;
}

.nav li:nth-of-type(3)::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #483ad9;
  margin-left: 10px;
  font-size: 14px;
}

.nav a {
  text-decoration: none;
}

.box {
  width: -webkit-calc(95% - 20px);
  width: calc(95% - 20px);
  padding: 14px;
  background: #f8f8f8;
  margin: 2px auto;
  position: relative;
}

.box table {
  width: 100%;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  table-layout: fixed;
}

.box table td {
  vertical-align: top;
  padding: 6px 0;
  text-align: left;
  word-wrap: break-word;
}

.box table td:nth-of-type(1) {
  color: #868686;
}

.box table .id {
  color: #483ad9;
}

.rotto {
  color: red;
}

.ok {
  color: #00ba09;
}

.media {
  color: #c37700;
}

.bassa {
  color: #daae00;
}

.price {
  font-weight: 900px;
  font-size: 6px;
}

.data {
  margin: 0 auto 20px;
  width: 95%;
}

.data table {
  width: 100%;
  border-collapse: inherit;
  empty-cells: hide;
}

.data th {
  padding-bottom: 7px;
  text-align: center;
  font-weight: 700;
}

.data td {
 /* height: 63px;*/
  width: -webkit-calc(100% / 7);
  width: calc(100% / 7);
  border: 1px solid #dcdcdc;
  vertical-align: top;
  padding: 6px;
}

.data td span {
  display: block;
  text-align: center;
  margin-top: 10px;
  background: #f8f8f8;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 0;
  color: #483ad9;
}

.data td:nth-of-type(1n+6) {
  color: #ad0000;
}

.data th:nth-of-type(1n+6) {
  color: #ad0000;
}

.data .activ {
  background: #483ad9;
  color: #fff;
}

.data .activ span {
  background: #fff;
  color: #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 0;
}

.text {
  width: 95%;
  margin: 20px auto;
}

.text span {
  color: #868686;
}

input[type="radio"] {
  display: none;
}

label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 5px;
  font-size: 13px;
  margin-bottom: 20px;
}

label:before {
  content: "";
  display: table;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  bottom: -3px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(194, 194, 194, 0.3);
}

input[type=radio]:checked + label:before {
  content: "\2022";
  color: #483ad9;
  border: 2px solid #483ad9;
  font-size: 34px;
  text-align: center;
  line-height: 18px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  bottom: 5px;
}

input[type=checkbox] + label {
  width: 25%;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  bottom: -5px;
}

input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  color: #483ad9;
  text-align: center;
  line-height: 15px;
}

input:focus + label {
  display: none;
}

.ricambi h2 {
  background: url(../img/arrow.png) 95% center no-repeat;
}

.ricambi table {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  table-layout: fixed;
  font-weight: 700;
  width: 100%;
}

.ricambi table tr:nth-of-type(1) td:nth-of-type(1n+2) {
  background: #f2f2f2;
}

.ricambi table tr:nth-of-type(1n+3) td:nth-of-type(1) {
  color: #483ad9;
}

.ricambi table td {
  padding: 0px;
  height: 32px;
  text-align: center;
  border: 1px solid #dcdcdc;
  word-wrap: break-word;
}

.ricambi table .n {
  background: #000;
  color: #fff;
}

.ricambi label::before {
  display: none;
}

.form .menu {
  display: none;
}

.creare {
  margin: 0 auto;
}

.creare form {
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}

.creare .conteiner {
  overflow: hidden;
  margin-bottom: 20px;
  background: #f2f2f2;
  padding: 10px 0;
}

.creare .conteiner input,
.creare .conteiner textarea {
  border: 2px solid rgba(194, 194, 194, 0.3);
}

.creare .conteiner p {
  color: #1e1e1e;
  font-size: 18px;
  margin-left: 18px;
  margin-bottom: 10px;
}

.creare .conteiner input[name="date"],
.creare .conteiner input[name="time"] {
  width: 39.9%;
  height: 28px;
  display: inline-block;
  margin-top: 10px;
}

.creare .conteiner input[name="date"] {
  margin-left: 2.5%;
  float: left;
}

.creare .conteiner input[name="time"] {
  margin-right: 2.5%;
  float: right;
}

.creare .conteiner select[name="color"] {
  width: 76%;
  margin: 10px 0 10px 2.5%;
  display: inline-block;
}

.creare .conteiner .detagli {
  margin-left: 20px;
}

.creare .conteiner input[name="fprice"],
.creare .conteiner input[name="price"] {
  width: 60%;
  display: inline-block;
  margin: 10px 0 10px 2.5%;
}

.creare .conteiner input[name="fprice"] {
  background-color: #f6f6f6;
}

.creare .conteiner .euro {
  font-size: 20px;
  margin-left: 11px;
  font-weight: 700;
}

.creare .conteiner .pagamento {
  display: inline-block;
}

.creare .conteiner input[name="factura"] {
  width: 41%;
  display: inline-block;
  margin-left: 2.5%;
  margin-right: 22px;
  margin-bottom: 0;
}

.creare .conteiner input[name="factura"] + span {
  font-size: 15px;
}

.creare .conteiner input[name="client_address"] {
  width: 50%;
  display: inline-block;
  margin: 0 0 0 2.5%;
}

.creare input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  width: 100%;
  background: #483ad9;
  color: #fff;
  padding-left: 0;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.creare .label label {
  width: 16%;
  display: inline-block;
}

.p {
  width: 35%;
  font-size: 6px;
  margin: 10px 10px 10px 0;
}

.blank {
  font-size: 8px;
}

.blank header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-background-size: 15% 15%;
  background-size: 15%;
}

.blank header .button {
  display: none;
}

.blank h1 {
  font-size: 16px;
}

.blank h3 {
  font-weight: 700;
}

.blank main {
  font-size: 5px;
}

.blank main .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blank main .box {
  margin: 2px;
}

.blank main .box table td {
  padding: 2px;
}

.blank .left {
  width: 30%;
}

.blank .right {
  width: 50%;
}

.blank .right table td {
  padding: 2px;
}

.blank .right table td span {
  color: #c80000;
}

.blank .right table td:nth-of-type(2n+0) {
  width: 15%;
}

.blank .right > p:nth-of-type(1) {
  color: #868686;
}

.blank footer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scheda .nav ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.scheda .nav li {
  width: 40%;
  text-align: center;
  padding: 10px;
  margin: 5px 5px;
  background: #f8f8f8;
}

.scheda .nav li::after,
.scheda .nav li::before {
  content: '';
  margin: 0;
  padding: 0;
}

.scheda .nav li a {
  padding: 0;
  color: #483ad9;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.scheda .nav li #activ {
  color: #c80000;
}

.scheda .sale {
  font-weight: 900;
}

.scheda .submit {
  width: 30%;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 0 auto;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  background-color: #483ad9;
}

.scheda .click {
  position: absolute;
  top: 10px;
  right: 12px;
  text-decoration: none;
  color: #483ad9;
}

.scheda .click::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #483ad9;
  margin-left: 10px;
  font-size: 14px;
}

.check form {
  padding-left: 17px;
  width: -webkit-calc(100% - 17px);
  width: calc(100% - 17px);
}

.check form span {
  width: 45%;
  display: inline-block;
  color: #868686;
}

.check form label {
  width: 10%;
}

.check form input[name="salva"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  background: #483ad9;
}

.check .media {
  margin-left: 48.7%;
}

.check .bot {
  position: relative;
  bottom: -30px;
}

.fattura {
  font-size: 8px;
}

.fattura header {
  -webkit-background-size: 20% 20%;
  background-size: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fattura .p.L {
  width: 32%;
  position: relative;
  top: 1em;
}

.fattura .p.R {
  width: 25%;
}

.fattura h1 {
  font-size: 16px;
}

.fattura table {
  width: 100%;
  text-align: center;
}

.fattura table th {
  font-weight: 700;
  text-align: center;
}

.fattura table td,
.fattura table th {
  padding: 5px;
  border: 1px solid #acacac;
}

.fattura table + p {
  color: #868686;
  font-style: 8px;
  margin: 10px 0;
}

.fattura #full {
  width: 40%;
  margin-left: auto;
}

.fattures table {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.fattures input[type=checkbox] {
  display: inline-block;
}

.fattures tr:nth-of-type(2n+2) {
  background-color: #f2f2f2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fattures td,
.fattures th {
  padding: 7px 0;
}

.fattures th {
  color: #868686;
  text-align: center;
}

.fattures .total {
  background: #fff;
  text-align: right;
  padding-top: 15px;
  padding-right: 10px;
}

.fattures .total td:nth-of-type(1) {
  font-weight: 700;
}

.fattures .total td:nth-of-type(2) {
  font-weight: 900;
}

.fattures .blue {
  color: #483ad9;
}

.fattures .submit {
  text-align: center;
  display: table;
  margin: 0 auto;
  background: #483ad9;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 28px;
}

footer p {
  color: #a8a8a8;
  font-family: "MuseoSans";
  font-weight: 500;
}

footer a {
  font-family: "MuseoSans";
  font-weight: 500;
  color: #483ad9;
}