@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700,900");
@font-face {
  font-family: 'font-awesome-brands';
  src: url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-brands-400.eot");
  src: url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-brands-400.woff") format("woff"), url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-brands-400.ttf") format("truetype"), url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-brands-400.svg#font-awesome-brands") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font-awesome-light';
  src: url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-light-300.eot");
  src: url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-light-300.woff") format("woff"), url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-light-300.ttf") format("truetype"), url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-light-300.svg#font-awesome-light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font-awesome-solid';
  src: url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-solid-900.eot");
  src: url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-solid-900.woff") format("woff"), url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-solid-900.ttf") format("truetype"), url("kAssetsUSR/fontawesome-pro-5.3.1-web/webfonts/fa-solid-900.svg#font-awesome-solid") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Colori progetto */
/* CONFIGURAZIONE VARIABILI OGGETTI TIPOGRAFICI FLEX */
/* 
  ghost-button, esempio utilizo: 
  @include ghost-button(“Trebuchet”, 12px, #ffffff, 5px, #34dec6, #34dec6, 4px, 300ms, #000000 ); 
*/
/*
    Example usage: 
    @include animation(10s, 5s, changecolour)
 */
.bottone {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  /* Safari */
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#smartbanner.android .sb-info {
  font-family: 'Titillium Web',sans-serif;
  font-weight: 600;
}

.bottone, #smartbanner.android .sb-info strong {
  font-family: 'Titillium Web',sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 30px;
  line-height: 30px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: black;
  margin: 0 0 20px 0;
  letter-spacing: -2px;
}

h2, h2.viewTitolo2 {
  font-size: 26px;
  line-height: 26px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #cf202f;
  margin: 0 0 15px 0;
}

h3, h3.viewTitolo3 {
  font-size: 4px;
  line-height: 24px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #cf202f;
  margin: 0 0 12px 0;
}

h4, h4.viewTitolo4 {
  font-size: 22px;
  line-height: 22px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #cf202f;
  margin: 0 0 10px 0;
}

h5, h5.viewTitolo5 {
  font-size: 20px;
  line-height: 20px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #cf202f;
  margin: 0 0 5px 0;
}

::-moz-selection {
  background: #cf202f;
  color: white;
}

::selection {
  background: #cf202f;
  color: white;
}

::-moz-selection {
  background: #cf202f;
  color: white;
}

.viewPar p, .viewParCell p, p, body {
  color: #404040;
  font-size: 16px;
  line-height: 22px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.viewPar p strong, .viewParCell p strong, p strong, body strong {
  font-weight: 700;
}

a.viewLink, a {
  /* color: #cf202f; */
}

a.viewLink:hover, a:hover {
  color: #a31925;
}

.bg-grey {
  background-color: #f1f1f1;
}

.bottone {
  font-size: 21px;
  line-height: 21px;
  display: inline-block;
  position: relative;
  padding: 18px 35px;
  background-color: #cf202f;
  color: white;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bottone:hover {
  background-color: white;
  color: #cf202f;
}

.bottone.btn-rosso {
  background-color: #cf202f;
  color: white;
}

.bottone.btn-rosso:hover {
  background-color: white;
  color: #cf202f;
}

@media only screen and (max-width: 1499px) {
  .bottone {
    font-size: 20px;
    line-height: 20px;
    padding: 15px 25px;
  }
}

@media only screen and (max-width: 991px) {
  .bottone {
    font-size: 18px;
    line-height: 18px;
    padding: 13px 20px;
  }
}

/* elements */
html {
  font-size: 18px;
}

body {
  min-width: 320px;
  position: relative;
}

body .corpopagina {
  padding: 30px 0;
}

@media screen and (min-width: 1393px) {
  .container {
    max-width: 1393px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

.hidden {
  display: none !important;
}

h5 {
  font-weight: 700;
}

.bg-red {
  background-color: #cf202f;
}

.info p, .stato-spedizione p {
  border-bottom: 1px solid #000;
  padding: 15px 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .info p, .stato-spedizione p {
    font-size: 13px;
    line-height: 16px;
  }
}

.nota {
  border-bottom: 1px solid #6f6f6f;
  padding: 15px 0;
  margin: 0;
  color: #cf202f;
}

@media only screen and (max-width: 767px) {
  .nota {
    font-size: 13px;
    line-height: 16px;
  }
}

@media screen and (min-width: 769px) {
  .info p, .stato-spedizione p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  .info p span, .stato-spedizione p span {
    text-align: right;
  }
}

.stato-spedizione p {
  border: 2px solid #CF202F;
  color: #CF202F;
  font-weight: 700;
  background-color: #fff;
  padding-right: 5px;
}

.stato-spedizione strong {
  padding-left: 5px;
}

@media only screen and (max-width: 576px) {
  .stato-spedizione p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .stato-spedizione span {
    text-align: left;
    padding-left: 5px;
  }
}

.cont-form-contatti input.form-control, .cont-form-contatti select.form-control, .cont-form-contatti .buttons {
  margin: 15px 0;
}

.cont-form-contatti .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont-form-contatti .buttons #btnCancel, .cont-form-contatti .buttons #btnNext {
  width: 45%;
  min-height: 50px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.cont-form-contatti .buttons #btnNext {
  background-color: #FFF;
  color: #cf202f;
  border: none;
}

.cont-form-contatti .buttons #btnNext:hover {
  background-color: #cf202f;
  color: #FFF;
}

.cont-form-contatti .buttons #btnCancel:hover {
  background-color: #cf202f;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .cont-form-contatti .buttons #btnCancel, .cont-form-contatti .buttons #btnNext {
    width: 50%;
    margin: 0 5px 0 0;
    padding: 0 3px;
  }
}

thead tr th {
  background-color: #cf202f;
  color: #FFF;
}

.table tr th, .table tr td {
  width: 25%;
}

@media only screen and (max-width: 576px) {
  .table {
    display: block;
    -ms-overflow-x: scroll;
    overflow-x: scroll;
  }
}

.btn-danger {
  background-color: #cf202f;
  color: white;
}

.alert.alert-danger {
  color: #fff;
  background-color: #cf202f;
  margin: 0;
  padding: 0px 20px 15px;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .NoPadSm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cont-form-contatti a {
    display: block;
  }
  .cont-form-contatti a img {
    width: 100% !important;
    height: auto;
  }
  .scheda-luogo .corpopagina {
    padding: 1px 0 30px;
  }
  .brt-code table td, .brt-code table th {
    font-size: 16px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 576px) {
  .brt-code table td, .brt-code table th {
    font-size: 13px;
    line-height: 16px;
    padding: .40rem;
  }
}

#smartbanner.android {
  border-color: #cf202f;
  background: #FFF;
  border-top: 5px solid #cf202f;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: fixed;
}

#smartbanner.android .sb-info {
  text-shadow: none;
}

#smartbanner.android .sb-info strong {
  color: #6f6f6f;
  text-shadow: none;
}

#smartbanner.android .sb-button span {
  padding: 0 10px;
  background-color: #cf202f;
  background-image: none;
  background-image: none;
  color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.banner-app-bottom img {
  width: 85%;
}

@media only screen and (max-width: 767px) {
  .banner-app-bottom img {
    width: 100%;
  }
}
/*# sourceMappingURL=rintracciaspedizioni.css.map */