/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,700&display=swap");
/* line 5, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 3, ../../sass/_site.scss */
html,
body {
  font-family: "Source Sans Pro";
  height: 100%;
  font-size: 16px;
}

/* line 10, ../../sass/_site.scss */
h1, h2, h3 {
  font-family: "Source Sans Pro";
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 16, ../../sass/_site.scss */
h4, h5, h6 {
  font-family: "Source Sans Pro";
  font-weight: 300;
  margin-bottom: 1em;
}

/* line 21, ../../sass/_site.scss */
h1 {
  font-size: 38px;
}

/* line 24, ../../sass/_site.scss */
h2 {
  font-size: 32px;
}

/* line 27, ../../sass/_site.scss */
h3 {
  font-size: 28px;
}

/* line 30, ../../sass/_site.scss */
h4 {
  font-size: 22px;
}

/* line 33, ../../sass/_site.scss */
h5 {
  font-size: 16px;
}

@media (max-width: 767px) {
  /* line 37, ../../sass/_site.scss */
  h1 {
    font-size: 28px;
  }

  /* line 40, ../../sass/_site.scss */
  h2 {
    font-size: 24px;
  }

  /* line 43, ../../sass/_site.scss */
  h3 {
    font-size: 20px;
  }
}
/* line 48, ../../sass/_site.scss */
img {
  max-width: 100%;
}

/* line 52, ../../sass/_site.scss */
.wrap {
  min-height: 100%;
}
/* line 56, ../../sass/_site.scss */
.wrap > .container {
  padding: 70px 15px 20px;
}

/* line 61, ../../sass/_site.scss */
.footer {
  /*
  		position: absolute;
  		bottom: 0;
  */
  width: 100%;
  height: 60px;
  background-color: #f2f2f2;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

/* line 73, ../../sass/_site.scss */
.jumbotron {
  text-align: center;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
/* line 79, ../../sass/_site.scss */
.jumbotron h1 {
  font-size: 72px;
}
/* line 82, ../../sass/_site.scss */
.jumbotron p {
  font-size: 24px;
}
/* line 85, ../../sass/_site.scss */
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* line 91, ../../sass/_site.scss */
.sliding-text {
  color: #888;
  width: 100%;
  max-width: 100%;
  height: 1em;
}
/* line 96, ../../sass/_site.scss */
.sliding-text .right {
  text-align: right;
  float: right;
}
/* line 100, ../../sass/_site.scss */
.sliding-text .left {
  float: left;
  text-align: left;
}
/* line 104, ../../sass/_site.scss */
.sliding-text .right,
.sliding-text .left {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 992px) {
  /* line 104, ../../sass/_site.scss */
  .sliding-text .right,
  .sliding-text .left {
    width: 75%;
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  /* line 104, ../../sass/_site.scss */
  .sliding-text .right,
  .sliding-text .left {
    width: 100%;
    max-width: 100%;
  }
}
/* line 117, ../../sass/_site.scss */
.sliding-text h4 {
  margin: 0;
}
/* line 120, ../../sass/_site.scss */
.sliding-text marquee {
  max-width: 50%;
  overflow: hidden;
}

/* line 126, ../../sass/_site.scss */
.btn {
  font-size: 18px;
  font-weight: bold;
}

/* line 130, ../../sass/_site.scss */
.btn-default {
  background-color: #f3993d;
  border-color: #f3993d;
  color: #FEFEFE;
}

/* line 135, ../../sass/_site.scss */
.btn-primary {
  background-color: #f3993d;
  border-color: #f3993d;
  color: #FEFEFE;
}

/* line 140, ../../sass/_site.scss */
.btn-success {
  background-color: #0d4cd8;
}
/* line 142, ../../sass/_site.scss */
.btn-success:hover, .btn-success:active:hover {
  background-color: #5687f5;
}

/* line 147, ../../sass/_site.scss */
.btn-default:hover,
.btn-primary:hover {
  background-color: #FAFAFA;
  color: #222;
  border-color: #222;
}

/* line 154, ../../sass/_site.scss */
.panel {
  padding: 15px;
  background-color: #FAFAFA;
  border: 1px solid #f3993d;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 161, ../../sass/_site.scss */
.panel:hover {
  background-color: white;
}
/* line 164, ../../sass/_site.scss */
.panel hr {
  border-color: #f3993d;
}

/* line 168, ../../sass/_site.scss */
.panel2:hover {
  background-color: #fef4ea;
}

/* line 171, ../../sass/_site.scss */
.breadcrumb {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #DADADA;
}

/* line 177, ../../sass/_site.scss */
.not-set {
  color: #c55;
  font-style: italic;
}

/* line 182, ../../sass/_site.scss */
.navbar-inverse {
  background-color: #f3993d;
}
/* line 184, ../../sass/_site.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #FEFEFE;
}
/* line 187, ../../sass/_site.scss */
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #0d4cd8;
}
/* line 191, ../../sass/_site.scss */
.navbar-inverse .navbar-brand {
  color: #FEFEFE;
  padding: 10px;
}
/* line 195, ../../sass/_site.scss */
.navbar-inverse .btn-link {
  color: #0d4cd8;
}

/* line 199, ../../sass/_site.scss */
#loading {
  display: none;
}

/* add sorting icons to gridview sort links */
/* line 204, ../../sass/_site.scss */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

/* line 215, ../../sass/_site.scss */
a.asc:after {
  content: "\e151";
}

/* line 219, ../../sass/_site.scss */
a.desc:after {
  content: "\e152";
}

/* line 223, ../../sass/_site.scss */
.sort-numerical a.asc:after {
  content: "\e153";
}

/* line 227, ../../sass/_site.scss */
.sort-numerical a.desc:after {
  content: "\e154";
}

/* line 231, ../../sass/_site.scss */
.sort-ordinal a.asc:after {
  content: "\e155";
}

/* line 235, ../../sass/_site.scss */
.sort-ordinal a.desc:after {
  content: "\e156";
}

/* line 239, ../../sass/_site.scss */
.grid-view th {
  white-space: nowrap;
}

/* line 243, ../../sass/_site.scss */
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

/* line 248, ../../sass/_site.scss */
.error-summary {
  color: #a94442;
  background: transparent;
  border-left: 3px solid #f3993d;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
/* line 258, ../../sass/_site.scss */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

/* line 263, ../../sass/_site.scss */
.form-control {
  font-size: 16px;
}

/* line 266, ../../sass/_site.scss */
select.form-control {
  padding: 5px;
}

@media (max-width: 767px) {
  /* line 271, ../../sass/_site.scss */
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }

  /* line 277, ../../sass/_site.scss */
  .jumbotron h1, .jumbotron .h1 {
    font-size: 58px;
  }

  /* line 280, ../../sass/_site.scss */
  .jumbotron p {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 285, ../../sass/_site.scss */
  .jumbotron h1, .jumbotron .h1 {
    font-size: 72px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
/* line 293, ../../sass/_site.scss */
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

/* line 298, ../../sass/_site.scss */
.nav > li > form > button.logout:focus {
  outline: none;
}

/* line 302, ../../sass/_site.scss */
#contact-form .btn {
  width: 100%;
}

/* line 306, ../../sass/_site.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: white;
}

/* line 311, ../../sass/_site.scss */
#preventivo.loading .panel {
  background-color: #e6eefe;
  opacity: 0.5;
}

/* line 317, ../../sass/_site.scss */
#detail-preventivo .row {
  padding: 3px 0;
}
/* line 319, ../../sass/_site.scss */
#detail-preventivo .row:nth-child(odd) {
  background-color: white;
}

/* line 326, ../../sass/_site.scss */
.details-index .action-preventivo {
  position: absolute;
  top: 15px;
  right: 30px;
}
/* line 330, ../../sass/_site.scss */
.details-index .action-preventivo a {
  font-size: 1.2em;
}
/* line 333, ../../sass/_site.scss */
.details-index .action-preventivo i {
  font-size: 1.45em;
}

/* line 340, ../../sass/_site.scss */
.tooltip .tooltip-inner {
  max-width: 400px;
  padding: 10px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  border: solid #0d4cd8 2px;
}
/* line 348, ../../sass/_site.scss */
.tooltip .tooltip-inner td:first-child {
  padding-right: 10px;
}
/* line 351, ../../sass/_site.scss */
.tooltip .tooltip-inner tr:nth-child(odd) {
  background-color: #e6eefe;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 5, ../../sass/_responsive.scss */
  #preventivo-results-list {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  /* line 7, ../../sass/_responsive.scss */
  #preventivo-results-list table, #preventivo-results-list thead, #preventivo-results-list tbody, #preventivo-results-list th, #preventivo-results-list td, #preventivo-results-list tr {
    display: block;
  }
  /* line 12, ../../sass/_responsive.scss */
  #preventivo-results-list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 18, ../../sass/_responsive.scss */
  #preventivo-results-list td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 1em;
    padding-left: 50%;
    line-height: 1;
    white-space: normal;
  }
  /* line 29, ../../sass/_responsive.scss */
  #preventivo-results-list td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
  }
  /* line 42, ../../sass/_responsive.scss */
  #preventivo-results-list td:nth-of-type(1):before {
    content: "Banca";
  }
  /* line 43, ../../sass/_responsive.scss */
  #preventivo-results-list td:nth-of-type(2):before {
    content: "Tabella";
  }
  /* line 44, ../../sass/_responsive.scss */
  #preventivo-results-list td:nth-of-type(3):before {
    content: "Prodotto";
  }
  /* line 45, ../../sass/_responsive.scss */
  #preventivo-results-list td:nth-of-type(4):before {
    content: "Tan";
  }
  /* line 46, ../../sass/_responsive.scss */
  #preventivo-results-list td:nth-of-type(5):before {
    content: "Taeg";
  }
  /* line 47, ../../sass/_responsive.scss */
  #preventivo-results-list td:nth-of-type(6):before {
    content: "Interessi";
  }
  /* line 48, ../../sass/_responsive.scss */
  #preventivo-results-list td:nth-of-type(7):before {
    content: "Netto";
  }
  /* line 49, ../../sass/_responsive.scss */
  #preventivo-results-list td:nth-of-type(8):before {
    content: "Assicurazione";
  }
  /* line 50, ../../sass/_responsive.scss */
  #preventivo-results-list td:nth-of-type(9):before {
    content: "Commissioni";
  }
  /* line 51, ../../sass/_responsive.scss */
  #preventivo-results-list td:nth-of-type(10):before {
    content: "Fattibile";
  }
}
