@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
.text-bianco {
  color: #ffffff !important;
}

.lightgrey-bg {
  background-color: #D8D8D8;
}

.margin-0 {
  margin: 0em;
}

.margin-top-0 {
  margin-top: 0em;
}

.margin-left-0 {
  margin-left: 0em;
}

.margin-bottom-0 {
  margin-bottom: 0em;
}

.margin-right-0 {
  margin-right: 0em;
}

.padding-0 {
  padding: 0em;
}

.padding-top-0 {
  padding-top: 0em;
}

.padding-left-0 {
  padding-left: 0em;
}

.padding-bottom-0 {
  padding-bottom: 0em;
}

.padding-right-0 {
  padding-right: 0em;
}

.margin-1 {
  margin: 1em;
}

.margin-top-1 {
  margin-top: 1em;
}

.margin-left-1 {
  margin-left: 1em;
}

.margin-bottom-1 {
  margin-bottom: 1em;
}

.margin-right-1 {
  margin-right: 1em;
}

.padding-1 {
  padding: 1em;
}

.padding-top-1 {
  padding-top: 1em;
}

.padding-left-1 {
  padding-left: 1em;
}

.padding-bottom-1 {
  padding-bottom: 1em;
}

.padding-right-1 {
  padding-right: 1em;
}

.margin-2 {
  margin: 2em;
}

.margin-top-2 {
  margin-top: 2em;
}

.margin-left-2 {
  margin-left: 2em;
}

.margin-bottom-2 {
  margin-bottom: 2em;
}

.margin-right-2 {
  margin-right: 2em;
}

.padding-2 {
  padding: 2em;
}

.padding-top-2 {
  padding-top: 2em;
}

.padding-left-2 {
  padding-left: 2em;
}

.padding-bottom-2 {
  padding-bottom: 2em;
}

.padding-right-2 {
  padding-right: 2em;
}

.margin-3 {
  margin: 3em;
}

.margin-top-3 {
  margin-top: 3em;
}

.margin-left-3 {
  margin-left: 3em;
}

.margin-bottom-3 {
  margin-bottom: 3em;
}

.margin-right-3 {
  margin-right: 3em;
}

.padding-3 {
  padding: 3em;
}

.padding-top-3 {
  padding-top: 3em;
}

.padding-left-3 {
  padding-left: 3em;
}

.padding-bottom-3 {
  padding-bottom: 3em;
}

.padding-right-3 {
  padding-right: 3em;
}

.margin-4 {
  margin: 4em;
}

.margin-top-4 {
  margin-top: 4em;
}

.margin-left-4 {
  margin-left: 4em;
}

.margin-bottom-4 {
  margin-bottom: 4em;
}

.margin-right-4 {
  margin-right: 4em;
}

.padding-4 {
  padding: 4em;
}

.padding-top-4 {
  padding-top: 4em;
}

.padding-left-4 {
  padding-left: 4em;
}

.padding-bottom-4 {
  padding-bottom: 4em;
}

.padding-right-4 {
  padding-right: 4em;
}

.margin-5 {
  margin: 5em;
}

.margin-top-5 {
  margin-top: 5em;
}

.margin-left-5 {
  margin-left: 5em;
}

.margin-bottom-5 {
  margin-bottom: 5em;
}

.margin-right-5 {
  margin-right: 5em;
}

.padding-5 {
  padding: 5em;
}

.padding-top-5 {
  padding-top: 5em;
}

.padding-left-5 {
  padding-left: 5em;
}

.padding-bottom-5 {
  padding-bottom: 5em;
}

.padding-right-5 {
  padding-right: 5em;
}

.full-height {
  height: 100vh;
}

html,
body,
.off-canvas-wrapper {
  min-height: 100vh;
}

body {
  font-size: 13px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
* {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

b,
strong,
.text-bold {
  font-weight: 700 !important;
}

a {
  outline: 0;
}

hr {
  max-width: 100%;
  margin: 0.5rem auto;
}

#filterbox {
  display: none;
}

.dt-filter ul.pagination {
  margin-bottom: 0;
}

.dettaglio-lead-info p {
  margin-bottom: 0;
}

.fill-height {
  height: 100%;
}

.button.rosso {
  background-color: #FF0000 !important;
  color: #4d0000;
}

.button.verde {
  background-color: #00C84E !important;
  color: #001608;
}

.button.giallo {
  background-color: #FFAF0A !important;
  color: #573a00;
}

.button.grigio {
  background-color: #D8D8D8 !important;
  color: #7f7f7f;
}

footer {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #D8D8D8;
}

button.offcanvasOpener {
  background-color: transparent !important;
  margin-bottom: 0;
  font-size: 150%;
  padding: 0;
  line-height: 1.4;
}

.show-on-hover {
  display: inline-block;
  overflow: hidden;
  width: 0;
}

.button-group.radio input {
  display: none;
}
.button-group.radio input:checked + label, .button-group.radio input:checked + label:active {
  background-color: #00C84E;
}

.user-menu-opener {
  display: inline-block;
  border-radius: 2rem;
  height: 40px;
  width: 40px;
  margin-bottom: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #ffffff;
}
.user-menu-opener.user-button-admin {
  border: 1px solid #FF0000;
}
.user-menu-opener.user-button-agenzia {
  border: 1px solid #FF0000;
}
.user-menu-opener button {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #ffffff;
  color: #2A3440;
  padding-top: 6px;
}
.user-menu-opener button:hover, .user-menu-opener button:focus {
  background-color: #ffffff;
  color: #2A3440;
}
.user-menu-opener button span {
  font-size: 2.1em;
}

.notifiche-button {
  text-align: center;
  position: relative;
}
.notifiche-button .button-cnt {
  overflow: hidden;
  display: inline-block;
  border-radius: 2rem;
  height: 40px;
  width: 40px;
  margin-bottom: 0;
}
.notifiche-button .button-cnt .button {
  font-size: 1.3rem;
  margin-bottom: 0;
  padding: 9px 10px;
  position: relative;
}
.notifiche-button .button-cnt .button.uptodate {
  background-color: #2A3440;
}
.notifiche-button .button-cnt .button.uptodate:hover, .notifiche-button .button-cnt .button.uptodate:focus {
  background-color: #ffffff;
  color: #2A3440;
}
.notifiche-button .button-cnt .button.newtoread {
  background-color: #DF0024;
}
.notifiche-button .button-cnt .button.newtoread:hover, .notifiche-button .button-cnt .button.newtoread:focus {
  background-color: #ffffff;
  color: #2A3440;
}
.notifiche-button .numero-notifiche {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 7px;
  color: red;
  font-size: 0.6rem;
  border-radius: 15px;
  height: 17px;
  width: 17px;
  padding-top: 3px;
  line-height: 1;
  text-align: center;
  background-color: #ffffff;
  color: #2A3440;
  border: 1px solid #DF0024;
}

.big-detail-button {
  background-color: #f7f7f7;
  color: #0a0a0a;
  border: 1px solid rgba(10, 10, 10, 0.25);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
}
.big-detail-button:hover, .big-detail-button:focus {
  background-color: #D8D8D8;
  color: #0a0a0a;
}

#confirm-modal {
  border: 4px dashed #FF0000;
}

#ajax-operation {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 10;
}
#ajax-operation > div {
  display: none;
  padding: 1em;
  border: 1px solid rgba(10, 10, 10, 0.25);
}
#ajax-operation > div#in-progress {
  background-color: #D8D8D8;
}
#ajax-operation > div#failed {
  background-color: #F7E4E1;
}
#ajax-operation > div#failed > span {
  color: #FF0000;
}
#ajax-operation > div#success {
  background-color: #E1FAEA;
}
#ajax-operation > div#success > span {
  color: #00C84E;
}

#operation-success {
  background-color: #E1FAEA;
}
#operation-success [class*=fa-] {
  color: #00C84E;
}

#operation-error {
  background-color: #F7E4E1;
}
#operation-error [class*=fa-] {
  color: #FF0000;
}

body#login {
  background: url("../img/bg-3.jpg") no-repeat left center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body#login #logo {
  max-width: 170px;
}
body#login .callout.mainbox {
  -webkit-box-shadow: 0 0 25px #333333;
  -moz-box-shadow: 0 0 25px #333333;
  box-shadow: 0 0 25px #333333;
}

header {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #2A3440;
  border-bottom: 1px solid #D8D8D8;
}
header #header-logo {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

input:checked ~ .switch-paddle {
  background: #00C84E;
}

.reveal .fieldset {
  margin-top: 0;
}

.fieldset legend {
  padding: 0 0.3rem;
}

.switch-box .switch-paddle {
  margin-top: 5px;
}

.hidden-fieldset {
  display: none;
}

.near-form-field {
  margin-bottom: 1.45em;
  display: inline-block;
}

.input-group-field {
  height: 2.4375rem;
}

.callout.filter-callout {
  display: none;
}
.callout.filter-callout label, .callout.filter-callout input, .callout.filter-callout select {
  font-size: 92%;
}
.callout.filter-callout input, .callout.filter-callout select {
  height: 1.8rem;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.5rem;
}
.callout.filter-callout select {
  background-position: right -0.65rem center;
  padding-right: 0.8rem;
}

div.dataTables_length select[name=lista-lead_length] {
  margin-bottom: 1em !important;
}

#offCanvasLeft {
  background-color: #2A3440;
  padding-top: 3em;
}
#offCanvasLeft .close-button {
  color: #D8D8D8;
}
#offCanvasLeft .drilldown a {
  background-color: #2A3440;
  color: #FFFFFF;
}
#offCanvasLeft .drilldown .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #D8D8D8;
}
#offCanvasLeft .drilldown .js-drilldown-back > a::before {
  border-color: transparent #D8D8D8 transparent transparent;
}
#offCanvasLeft .drilldown .is-drilldown-submenu {
  background-color: #2A3440;
}

/*!
 * * Font Awesome Free 5.4.1 by @fontawesome - https://fontawesome.com
 * * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa,
.fas,
table.table-datatable th.alert::after,
table.table-datatable td.alert::after,
.icon-page-loading-spinner,
.icon-go,
.icon-annotation,
.icon-close,
.icon-edit,
.icon-telefono,
.icon-lead-nonvalido,
.icon-lead-valido,
.icon-lead-doppio,
.icon-lead-prova,
.icon-lead-nuovo,
.icon-user,
.icon-home,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

table.table-datatable th.alert::after, table.table-datatable td.alert::after, .icon-page-loading-spinner, .icon-go, .icon-annotation, .icon-close, .icon-edit, .icon-telefono, .icon-lead-nonvalido, .icon-lead-valido, .icon-lead-doppio, .icon-lead-prova, .icon-lead-nuovo, .icon-user, .icon-home {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -0.125em;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
table.table-datatable th.fa-pull-left.alert::after,
table.table-datatable td.fa-pull-left.alert::after,
.fa-pull-left.icon-page-loading-spinner,
.fa-pull-left.icon-go,
.fa-pull-left.icon-annotation,
.fa-pull-left.icon-close,
.fa-pull-left.icon-edit,
.fa-pull-left.icon-telefono,
.fa-pull-left.icon-lead-nonvalido,
.fa-pull-left.icon-lead-valido,
.fa-pull-left.icon-lead-doppio,
.fa-pull-left.icon-lead-prova,
.fa-pull-left.icon-lead-nuovo,
.fa-pull-left.icon-user,
.fa-pull-left.icon-home,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
table.table-datatable th.fa-pull-right.alert::after,
table.table-datatable td.fa-pull-right.alert::after,
.fa-pull-right.icon-page-loading-spinner,
.fa-pull-right.icon-go,
.fa-pull-right.icon-annotation,
.fa-pull-right.icon-close,
.fa-pull-right.icon-edit,
.fa-pull-right.icon-telefono,
.fa-pull-right.icon-lead-nonvalido,
.fa-pull-right.icon-lead-valido,
.fa-pull-right.icon-lead-doppio,
.fa-pull-right.icon-lead-prova,
.fa-pull-right.icon-lead-nuovo,
.fa-pull-right.icon-user,
.fa-pull-right.icon-home,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * *readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-haykal:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * * Font Awesome Free 5.4.1 by @fontawesome - https://fontawesome.com
 * * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("webfonts/fa-solid-900.eot");
  src: url("webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.woff") format("woff"), url("webfonts/fa-solid-900.ttf") format("truetype"), url("webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
table.table-datatable th.alert::after,
table.table-datatable td.alert::after,
.icon-page-loading-spinner,
.icon-go,
.icon-annotation,
.icon-close,
.icon-edit,
.icon-telefono,
.icon-lead-nonvalido,
.icon-lead-valido,
.icon-lead-doppio,
.icon-lead-prova,
.icon-lead-nuovo,
.icon-user,
.icon-home {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.icon-home::before {
  content: "";
}

.icon-user::before {
  display: inline-block;
  content: "";
}
.icon-user.agenzia::before {
  content: "";
}
.icon-user.admin::before {
  content: "";
}

.icon-lead-nuovo::before {
  display: inline-block;
  content: "";
}

.icon-lead-prova::before {
  content: "";
}

.icon-lead-doppio::before {
  content: "";
}

.icon-lead-valido::before {
  content: "";
}

.icon-lead-nonvalido::before {
  content: "";
}

.icon-telefono::before {
  content: "";
}

.icon-edit::before {
  content: "";
}

.icon-close::before {
  content: "";
}

.icon-annotation::before {
  content: "";
}

.icon-go::before {
  content: "";
}

.icon-page-loading-spinner {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.icon-page-loading-spinner::before {
  content: "";
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
table th.fit-width, table td.fit-width {
  width: 1% !important;
  white-space: nowrap;
}
table th.border-left-1, table td.border-left-1 {
  border-left: 1px dotted #B8B8B8;
}
table th.border-left-2, table td.border-left-2 {
  border-left: 2px dotted #B8B8B8;
}
table th.width-1, table td.width-1 {
  width: 1%;
}
table th.width-2, table td.width-2 {
  width: 2%;
}
table th.width-3, table td.width-3 {
  width: 3%;
}
table th.width-4, table td.width-4 {
  width: 4%;
}
table.table-datatable th.border-left-1, table.table-datatable td.border-left-1 {
  border-left: 1px solid #f1f1f1;
}
table.table-datatable th.border-left-2, table.table-datatable td.border-left-2 {
  border-left: 2px solid #f1f1f1;
}
table.table-datatable th.alert, table.table-datatable td.alert {
  position: relative;
  font-weight: bold;
  padding-right: 20px;
}
table.table-datatable th.alert::after, table.table-datatable td.alert::after {
  position: absolute;
  content: "";
  color: #FF0000;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
table.table-datatable th.width-1, table.table-datatable td.width-1 {
  width: 1%;
}
table.table-datatable th.width-2, table.table-datatable td.width-2 {
  width: 2%;
}
table.table-datatable th.width-3, table.table-datatable td.width-3 {
  width: 3%;
}
table.table-datatable th.width-4, table.table-datatable td.width-4 {
  width: 4%;
}
table#lista-leads thead th input, table#lista-leads thead th select {
  margin-bottom: 0;
}
table#lista-leads tbody tr:nth-child(2n) td.not-guest {
  background-color: #cbcbcb;
}
table#lista-leads tbody tr:nth-child(2n) td.prova-cell .is-not-a-test {
  background-color: #cbcbcb;
}
table#lista-leads tbody tr:nth-child(2n) td.prova-cell .is-not-a-test:hover, table#lista-leads tbody tr:nth-child(2n) td.prova-cell .is-not-a-test:focus {
  background-color: #cbcbcb;
}
table#lista-leads tbody tr:nth-child(2n) td.doppio-cell .is-not-a-duplicate {
  background-color: #cbcbcb;
}
table#lista-leads tbody tr:nth-child(2n) td.doppio-cell .is-not-a-duplicate:hover, table#lista-leads tbody tr:nth-child(2n) td.doppio-cell .is-not-a-duplicate:focus {
  background-color: #cbcbcb;
}
table#lista-leads tbody tr:nth-child(2n) td.valido-cell .is-valid {
  background-color: #cbcbcb;
}
table#lista-leads tbody tr:nth-child(2n) td.valido-cell .is-valid:hover, table#lista-leads tbody tr:nth-child(2n) td.valido-cell .is-valid:focus {
  background-color: #cbcbcb;
}
table#lista-leads tbody td.has-tip {
  border-bottom: 0;
}
table#lista-leads tbody td.not-guest {
  background-color: #D8D8D8;
}
table#lista-leads tbody td a.button {
  margin-bottom: 0;
}
table#lista-leads tbody td a.button:not(.hollow) {
  border: 0;
}
table#lista-leads tbody td a.has-tip {
  cursor: pointer;
}
table#lista-leads tbody td a.has-tip.disabled {
  cursor: not-allowed;
}
table#lista-leads tbody td .dt-icon-container {
  position: relative;
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
}
table#lista-leads tbody td .dt-icon-container > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
table#lista-leads tbody td.prova-cell {
  cursor: pointer;
}
table#lista-leads tbody td.prova-cell .is-a-test {
  background-color: #FFAF0A;
}
table#lista-leads tbody td.prova-cell .is-a-test:hover, table#lista-leads tbody td.prova-cell .is-a-test:focus {
  background-color: #FFAF0A;
}
table#lista-leads tbody td.prova-cell .is-not-a-test {
  background-color: #D8D8D8;
}
table#lista-leads tbody td.prova-cell .is-not-a-test:hover, table#lista-leads tbody td.prova-cell .is-not-a-test:focus {
  background-color: #D8D8D8;
}
table#lista-leads tbody td.doppio-cell {
  cursor: pointer;
}
table#lista-leads tbody td.doppio-cell .is-a-duplicate {
  background-color: #FFAF0A;
}
table#lista-leads tbody td.doppio-cell .is-a-duplicate:hover, table#lista-leads tbody td.doppio-cell .is-a-duplicate:focus {
  background-color: #FFAF0A;
}
table#lista-leads tbody td.doppio-cell .is-not-a-duplicate {
  background-color: #D8D8D8;
}
table#lista-leads tbody td.doppio-cell .is-not-a-duplicate:hover, table#lista-leads tbody td.doppio-cell .is-not-a-duplicate:focus {
  background-color: #D8D8D8;
}
table#lista-leads tbody td.valido-cell {
  cursor: pointer;
}
table#lista-leads tbody td.valido-cell .is-valid {
  background-color: #D8D8D8;
}
table#lista-leads tbody td.valido-cell .is-valid:hover, table#lista-leads tbody td.valido-cell .is-valid:focus {
  background-color: #D8D8D8;
}
table#lista-leads tbody td.valido-cell .is-not-valid {
  background-color: #FF0000;
}
table#lista-leads tbody td.valido-cell .is-not-valid:hover, table#lista-leads tbody td.valido-cell .is-not-valid:focus {
  background-color: #FF0000;
}
table#lista-leads tbody td.ricorrenze-tel {
  cursor: pointer;
}
table#lista-leads tbody td.ricorrenze-tel .giallo {
  background-color: #FFAF0A;
  color: #8a5d00;
}
table#lista-leads tbody td.ricorrenze-tel .giallo:hover, table#lista-leads tbody td.ricorrenze-tel .giallo:focus {
  background-color: #FFAF0A;
  color: #8a5d00;
}
table#lista-leads tbody td.ricorrenze-tel .rosso {
  background-color: #FF0000;
  color: maroon;
}
table#lista-leads tbody td.ricorrenze-tel .rosso:hover, table#lista-leads tbody td.ricorrenze-tel .rosso:focus {
  background-color: #FF0000;
  color: maroon;
}
table#lista-leads tbody td.validazione_sms .nonvalido {
  background-color: #FF0000;
  color: maroon;
}
table#lista-leads tbody td.validazione_sms .nonvalido:hover, table#lista-leads tbody td.validazione_sms .nonvalido:focus {
  background-color: #FF0000;
  color: maroon;
}
table#lista-leads tbody td.validazione_sms .valido {
  background-color: #00C84E;
  color: #00491c;
}
table#lista-leads tbody td.validazione_sms .valido:hover, table#lista-leads tbody td.validazione_sms .valido:focus {
  background-color: #00C84E;
  color: #00491c;
}
table#lista-leads tbody td.validazione_sms .validazioneincorso {
  background-color: #FFFF50;
  color: #d0d000;
}
table#lista-leads tbody td.validazione_sms .validazioneincorso:hover, table#lista-leads tbody td.validazione_sms .validazioneincorso:focus {
  background-color: #FFFF50;
  color: #d0d000;
}
table#lista-leads tbody td.validazione_sms .invalidabile {
  background-color: #D8D8D8;
  color: #989898;
}
table#lista-leads tbody td.validazione_sms .invalidabile:hover, table#lista-leads tbody td.validazione_sms .invalidabile:focus {
  background-color: #D8D8D8;
  color: #989898;
}
table#lista-leads tbody td.flg-estratto {
  cursor: pointer;
}
table#lista-leads tbody td.flg-estratto .verde {
  background-color: #00C84E;
  color: #00491c;
}
table#lista-leads tbody td.flg-estratto .verde:hover, table#lista-leads tbody td.flg-estratto .verde:focus {
  background-color: #00C84E;
  color: #00491c;
}
table.sorgenteanag {
  margin-bottom: 0;
}
table#lista-note tbody p {
  margin-bottom: 0;
}
table#dettaglio-vendite {
  border: 0;
}
table#dettaglio-vendite thead, table#dettaglio-vendite tfoot {
  border: 0;
  background-color: transparent;
}
table#dettaglio-vendite thead th, table#dettaglio-vendite thead td, table#dettaglio-vendite tfoot th, table#dettaglio-vendite tfoot td {
  font-size: 70%;
  font-weight: 700;
  text-transform: uppercase;
}
table#dettaglio-vendite thead th#totale, table#dettaglio-vendite thead td#totale, table#dettaglio-vendite tfoot th#totale, table#dettaglio-vendite tfoot td#totale {
  font-size: 100%;
}
table#dettaglio-vendite tbody {
  border: 0;
}
table#dettaglio-vendite tbody tr {
  border-bottom: 1px solid #c1c1c1;
}

td.button-cnt {
  width: 33px;
}

.td-width-1 {
  width: 1%;
}

.td-width-2 {
  width: 2%;
}

.td-width-3 {
  width: 3%;
}

.td-width-4 {
  width: 4%;
}

.td-width-5 {
  width: 5%;
}

.td-width-6 {
  width: 6%;
}

.td-width-7 {
  width: 7%;
}

.td-width-8 {
  width: 8%;
}

.td-width-9 {
  width: 9%;
}

.td-width-10 {
  width: 10%;
}

.td-width-11 {
  width: 11%;
}

.td-width-12 {
  width: 12%;
}

.td-width-13 {
  width: 13%;
}

.td-width-14 {
  width: 14%;
}

.td-width-15 {
  width: 15%;
}

.td-width-16 {
  width: 16%;
}

.td-width-17 {
  width: 17%;
}

.td-width-18 {
  width: 18%;
}

.td-width-19 {
  width: 19%;
}

.td-width-20 {
  width: 20%;
}

.td-width-21 {
  width: 21%;
}

.td-width-22 {
  width: 22%;
}

.td-width-23 {
  width: 23%;
}

.td-width-24 {
  width: 24%;
}

.td-width-25 {
  width: 25%;
}

.td-width-26 {
  width: 26%;
}

.td-width-27 {
  width: 27%;
}

.td-width-28 {
  width: 28%;
}

.td-width-29 {
  width: 29%;
}

.td-width-30 {
  width: 30%;
}

.td-width-31 {
  width: 31%;
}

.td-width-32 {
  width: 32%;
}

.td-width-33 {
  width: 33%;
}

.td-width-34 {
  width: 34%;
}

.td-width-35 {
  width: 35%;
}

.td-width-36 {
  width: 36%;
}

.td-width-37 {
  width: 37%;
}

.td-width-38 {
  width: 38%;
}

.td-width-39 {
  width: 39%;
}

.td-width-40 {
  width: 40%;
}

.td-width-41 {
  width: 41%;
}

.td-width-42 {
  width: 42%;
}

.td-width-43 {
  width: 43%;
}

.td-width-44 {
  width: 44%;
}

.td-width-45 {
  width: 45%;
}

.td-width-46 {
  width: 46%;
}

.td-width-47 {
  width: 47%;
}

.td-width-48 {
  width: 48%;
}

.td-width-49 {
  width: 49%;
}

.td-width-50 {
  width: 50%;
}

.td-width-51 {
  width: 51%;
}

.td-width-52 {
  width: 52%;
}

.td-width-53 {
  width: 53%;
}

.td-width-54 {
  width: 54%;
}

.td-width-55 {
  width: 55%;
}

.td-width-56 {
  width: 56%;
}

.td-width-57 {
  width: 57%;
}

.td-width-58 {
  width: 58%;
}

.td-width-59 {
  width: 59%;
}

.td-width-60 {
  width: 60%;
}

.td-width-61 {
  width: 61%;
}

.td-width-62 {
  width: 62%;
}

.td-width-63 {
  width: 63%;
}

.td-width-64 {
  width: 64%;
}

.td-width-65 {
  width: 65%;
}

.td-width-66 {
  width: 66%;
}

.td-width-67 {
  width: 67%;
}

.td-width-68 {
  width: 68%;
}

.td-width-69 {
  width: 69%;
}

.td-width-70 {
  width: 70%;
}

.td-width-71 {
  width: 71%;
}

.td-width-72 {
  width: 72%;
}

.td-width-73 {
  width: 73%;
}

.td-width-74 {
  width: 74%;
}

.td-width-75 {
  width: 75%;
}

.td-width-76 {
  width: 76%;
}

.td-width-77 {
  width: 77%;
}

.td-width-78 {
  width: 78%;
}

.td-width-79 {
  width: 79%;
}

.td-width-80 {
  width: 80%;
}

.td-width-81 {
  width: 81%;
}

.td-width-82 {
  width: 82%;
}

.td-width-83 {
  width: 83%;
}

.td-width-84 {
  width: 84%;
}

.td-width-85 {
  width: 85%;
}

.td-width-86 {
  width: 86%;
}

.td-width-87 {
  width: 87%;
}

.td-width-88 {
  width: 88%;
}

.td-width-89 {
  width: 89%;
}

.td-width-90 {
  width: 90%;
}

.td-width-91 {
  width: 91%;
}

.td-width-92 {
  width: 92%;
}

.td-width-93 {
  width: 93%;
}

.td-width-94 {
  width: 94%;
}

.td-width-95 {
  width: 95%;
}

.td-width-96 {
  width: 96%;
}

.td-width-97 {
  width: 97%;
}

.td-width-98 {
  width: 98%;
}

.td-width-99 {
  width: 99%;
}

.td-width-100 {
  width: 100%;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .dataTables_paginate {
    width: 100%;
  }
  .dataTables_paginate > ul {
    text-align: center;
    margin-top: 10px;
  }

  .dataTables_length > label {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .dataTables_info {
    text-align: center;
  }
}
/* Medium and up */
/* Medium only */
/* Large and up */
/* Large only */
.header-menu a {
  color: #0a0a0a;
}
.header-menu a.is-header-menu-father {
  padding-left: 8px;
  color: #ffffff !important;
  margin-right: 0.5rem;
}
.header-menu a:not(.is-header-menu-father):hover, .header-menu a:not(.is-header-menu-father):focus, .header-menu a:not(.is-header-menu-father).is-active {
  background-color: #D8D8D8;
  color: #0a0a0a;
}
.header-menu .home-button > a {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 0;
}
.header-menu .right-border {
  border-right: 1px solid #ffffff;
}

nav.sidebar-nav {
  padding-top: 1em;
}
nav.sidebar-nav a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
}

.dropdown.menu a {
  padding: 0.5rem 0.7rem 0.5rem 0;
}
.dropdown.menu .is-dropdown-submenu {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.dropdown.menu .is-submenu-item a {
  padding-left: 0.7rem;
}
.dropdown.menu .is-submenu-item.is-active > a:not(.is-header-menu-father) {
  background-color: #D8D8D8;
  color: #0a0a0a;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  margin-top: -6px;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a.is-header-menu-father {
  padding-left: 8px;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a.is-header-menu-father::after {
  margin-top: -1px;
  border: inset 4px;
  border-color: #ffffff transparent transparent;
}
.dropdown.menu > li.is-dropdown-submenu-item > a:hover {
  background-color: #D8D8D8;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border: inset 4px;
  border-color: transparent transparent transparent #0a0a0a;
}

.dropdown.menu.vertical > li > a::after {
  right: 5px;
}

.menu hr {
  width: 100%;
  margin: 0.35rem auto;
}

#user-menu {
  background-color: #2A3440;
  border-color: #D8D8D8;
  font-size: inherit;
  padding: 0.5rem 1rem 0.9rem;
  width: 200px;
}
#user-menu .menu hr {
  margin: 0.9rem auto;
}
#user-menu .menu li {
  color: #ffffff;
}
#user-menu .menu li a {
  padding: 0;
  color: #ffffff;
}

.data-report.box-cnt {
  padding-bottom: 0.9375rem;
}
.data-report .callout {
  background-color: rgba(42, 52, 64, 0.05);
}
.data-report .callout small {
  color: #8c8c8c;
}
.data-report .callout p {
  margin-bottom: 0;
}
.data-report .callout p.info {
  font-size: 170%;
}
.data-report .callout p.info span.icon-page-loading-spinner {
  color: #d7d7d7;
}
.data-report .callout p.info.secondary-info {
  font-style: italic;
  color: #8c8c8c;
}

.chart.home-cliente {
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chart.home-cliente span.icon-page-loading-spinner {
  font-size: 500%;
  color: #d7d7d7;
}
.chart.dettaglio-uscita-cliente {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chart.dettaglio-uscita-cliente span.icon-page-loading-spinner {
  font-size: 500%;
  color: #d7d7d7;
}

#breadcrumb {
  padding: 0 3px;
}
#breadcrumb li {
  position: relative;
}
#breadcrumb li:first-child {
  margin-top: -1px;
}
#breadcrumb li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  color: grey;
}
#breadcrumb li a {
  color: grey;
  padding: 0.6rem 0.8rem;
}
#breadcrumb li a:hover {
  color: #2A3440;
}

/* Timeline */
.timeline-parent {
  position: relative;
}

.timeline {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 1em;
  margin: 0;
  list-style: none;
}
.timeline::before {
  position: absolute;
  top: 0;
  height: 100%;
  padding-right: 11px;
  border-right: 2px solid #F2F2F2;
  content: "";
}
.timeline__item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 1em 0;
}
.timeline__step {
  padding-right: 1em;
}
.timeline__step__marker {
  position: relative;
  display: table-cell;
  height: 24px;
  min-height: 24px;
  width: 24px;
  min-width: 24px;
  border: 5px solid #F2F2F2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: white;
  z-index: 0;
}
.timeline__step__marker--rosso {
  border-color: #FF0000;
}
.timeline__step__marker--giallo {
  border-color: #FFE13C;
}
.timeline__step__marker--verde {
  border-color: #3CBC3C;
}
.timeline__step__marker--grigio {
  border-color: #F2F2F2;
}
.timeline__time {
  padding-right: 126px;
  font-size: 26px;
}
.timeline__title {
  padding-bottom: 26px;
  font-size: 32px;
}
.timeline__points {
  padding: 0;
  list-style: none;
  font-size: 24px;
  color: #77777D;
}
.timeline__points > * {
  padding: 0 0 12px 0;
}

/* For mobile! */
@media (max-width: 768px) {
  .timeline {
    padding: 0 0.5714285714em;
  }
  .timeline::before {
    padding-right: 6.2857142857px;
  }
  .timeline__item {
    padding: 0.5714285714em 0;
  }
  .timeline__step {
    padding-right: 0.5714285714em;
  }
  .timeline__step__marker {
    height: 13.7142857143px;
    min-hieght: 13.7142857143px;
    width: 13.7142857143px;
    min-width: 13.7142857143px;
    border-width: 2.8571428571px;
  }
  .timeline__time {
    padding-right: 72px;
    font-size: 14.8571428571px;
  }
  .timeline__title {
    padding-bottom: 14.8571428571px;
    font-size: 18.2857142857px;
  }
  .timeline__points {
    font-size: 13.7142857143px;
  }
  .timeline__points > * {
    padding-bottom: 6.8571428571px;
  }
}
.chart-cnt {
  background-color: #f7f7f7;
  margin-bottom: 1em;
  height: 100%;
}
.chart-cnt .chart {
  position: relative;
  min-height: 500px;
  z-index: 1;
}
.chart-cnt .chart.half-height {
  min-height: 250px;
}
.chart-cnt .stats-relink {
  font-size: 4em;
}
.chart-cnt [id$=-perc] {
  color: #cacaca;
  font-style: italic;
}

fieldset.dettaglio-lead {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 3px;
  margin-bottom: 1em;
}
fieldset.dettaglio-lead legend {
  font-size: 70%;
  font-weight: 700;
  text-transform: uppercase;
}
fieldset.dettaglio-lead table tbody tr, fieldset.dettaglio-lead table thead tr {
  border-bottom: 1px solid #cacaca;
}
fieldset.dettaglio-lead table tbody td.title, fieldset.dettaglio-lead table tbody th.title, fieldset.dettaglio-lead table thead td.title, fieldset.dettaglio-lead table thead th.title {
  background-color: #c1c1c1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  width: 1% !important;
  white-space: nowrap;
}

.leads-dettaglio-button {
  font-weight: 700;
  text-transform: uppercase;
}

.callout.fake-button {
  border: 0;
  text-align: center;
  padding: 0.85em 1em;
}
.callout.fake-button.nonvalido {
  background-color: #FF0000;
  color: black;
}
.callout.fake-button.valido {
  background-color: #00C84E;
  color: black;
}
.callout.fake-button.validazioneincorso {
  background-color: #FFFF50;
  color: #505000;
}
.callout.fake-button.invalidabile {
  background-color: #D8D8D8;
  color: #595959;
}
.callout.fake-button.verde {
  background-color: #00C84E;
  color: black;
}
.callout.fake-button.giallo {
  background-color: #FFFF50;
  color: #505000;
}
.callout.fake-button.rosso {
  background-color: #FF0000;
  color: black;
}

/*# sourceMappingURL=app.css.map */
