/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'Citroen';
  src: url('../font/citroen_regular-webfont.eot');
  src: url('../font/citroen_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/citroen_regular-webfont.woff') format('woff'), url('../font/citroen_regular-webfont.ttf') format('truetype'), url('../font/citroen_regular-webfont.svg#citroenregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#contenitore-main {
  /*border-left:5px solid @citroen-red;*/
  padding-bottom: 20px;
  position: relative;
}
#contenitore {
  /*border-top:5px solid @citroen-red;*/
  padding-top: 95px;
  background-color: #ffffff;
  /*margin:0 0 0 10px;*/
  position: relative;
}
#contenitore-login #login {
  border-top: 5px solid #d71f2f;
}
#contenitore-login #login #legend legend {
  font-family: 'Citroen';
  text-transform: uppercase;
  color: #d71f2f;
}
.briciole a {
  color: #000000;
}
.briciole a:hover {
  color: #000000;
}
#corpo-pagina {
  min-height: 400px;
  height: auto !important;
  height: 400px;
}
#footer {
  /*border-top:5px solid @citroen-red;*/
  padding: 10px 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 5px;
  font-family: 'Citroen';
  font-weight: normal;
  text-rendering: auto;
  letter-spacing: 1px;
  letter-spacing: 0.001em;
  /* text-transform: uppercase; */
}
h1 {
  font-size: 26px;
  line-height: 30px;
}
h2 {
  font-size: 22px;
  line-height: 26px;
}
h3 {
  font-size: 18px;
  line-height: 22px;
}
a {
  color: #d71f2f;
}
a:hover {
  color: #4E0500;
  text-decoration: none;
}
p {
  margin: 0 5px 10px 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.help-popovers {
  cursor: help;
  border-bottom: 1px dotted #d71f2f;
}
.help-popovers:hover {
  border-bottom: 1px dotted #4E0500;
}
.table th.centered,
.table td.centered {
  text-align: center;
}
.table th,
.table td {
  vertical-align: middle;
}
.navbar-fixed-top {
  width: auto;
  margin: 0 auto;
  /*margin:0 0 0 15px;*/
  border-top: 5px solid #d71f2f;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 1px 1px 1px;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 10px;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-inner {
  min-height: 80px;
  background-color: #fff;
  background-image: none;
  padding-top: 13px;
  box-sizing: border-box;
}
.navbar .brand {
  color: #d71f2f;
  font-family: 'Citroen';
  text-transform: uppercase;
  width: 153px;
  padding-left: 115px;
  padding-right: 10px;
}
.navbar .logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 96px;
  height: 80px;
}
.navbar .logo img {
  width: 96px;
  height: 80px;
}
.navbar .nav > li > a {
  padding: 10px 10px 10px;
}
/* altezza navbar */
.navbar-fixed-top .brand {
  padding-top: 15px;
}
.navbar-fixed-top li {
  line-height: 32px;
}
.navbar-fixed-top .nav .dropdown-toggle .caret {
  margin-top: 15px;
}
.navbar-fixed-top .btn,
.navbar-fixed-top .btn-group {
  margin-top: 12px;
}
.navbar-search {
  margin-top: 12px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #4E0500;
  background-color: #fff;
}
.btn {
  text-shadow: none;
  background-image: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*border:0px;
  border-color: #c5c5c5;*/
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: 0px;
}
.on-off a {
  color: #333;
  text-decoration: none;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #d71f2f;
  background-image: -moz-linear-gradient(top, #d71f2f, #4E0500);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d71f2f), to(#4E0500));
  background-image: -webkit-linear-gradient(top, #d71f2f, #4E0500);
  background-image: -o-linear-gradient(top, #d71f2f, #4E0500);
  background-image: -ms-linear-gradient(top, #d71f2f, #4E0500);
  background-image: linear-gradient(to bottom, #d71f2f, #4E0500);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@citroen-red-ff', endColorstr='@citroen-dark-red-ff', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #d71f2f;
  background-image: linear-gradient(to bottom, #d71f2f, #4E0500);
  background-image: -moz-linear-gradient(top, #d71f2f, #4E0500);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d71f2f), to(#4E0500));
  background-image: -webkit-linear-gradient(top, #d71f2f, #4E0500);
  background-image: -o-linear-gradient(top, #d71f2f, #4E0500);
  background-image: -ms-linear-gradient(top, #d71f2f, #4E0500);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@citroen-red-ff', endColorstr='@citroen-dark-red-ff', GradientType=0);
}
/* dropdows on hover

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}

a.menu:after, .dropdown-toggle:after {
    content: none;
}
*/
.pager_form {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 0 0 20px 0;
}
.pager_form form {
  margin: 0px;
}
#home .thumbnail,
#standard-operativi-select .thumbnail {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#home .thumbnail .caption,
#standard-operativi-select .thumbnail .caption {
  padding: 0px;
}
#home .thumbnail h3,
#standard-operativi-select .thumbnail h3 {
  margin: 10px 5px 0px 5px;
  color: inherit;
  font-size: 20px;
}
#home .thumbnail#dx,
#standard-operativi-select .thumbnail#dx {
  /*margin-bottom:20px;*/
}
#home #myCarousel,
#standard-operativi-select #myCarousel {
  /*margin-bottom:20px;*/
}
#home .big-links,
#standard-operativi-select .big-links {
  height: 144px;
}
#home .big-links a,
#standard-operativi-select .big-links a {
  display: block;
  margin: 3px;
  height: 66px;
  background-color: #eee;
  border: 1px solid #ddd;
  color: #d71f2f;
}
#home .big-links a:hover,
#standard-operativi-select .big-links a:hover {
  background-color: #ddd;
  border: 1px solid #ccc;
}
#home .big-links a h3,
#standard-operativi-select .big-links a h3 {
  margin: 0;
  text-align: center;
  line-height: 66px;
}
#home .small-links,
#standard-operativi-select .small-links {
  height: 144px;
}
#home .small-links a,
#standard-operativi-select .small-links a {
  display: block;
  margin: 3px;
  height: 42px;
  background-color: #eee;
  border: 1px solid #ddd;
  color: #d71f2f;
}
#home .small-links a:hover,
#standard-operativi-select .small-links a:hover {
  background-color: #ddd;
  border: 1px solid #ccc;
}
#home .small-links a h3,
#standard-operativi-select .small-links a h3 {
  margin: 0;
  text-align: center;
  line-height: 42px;
  color: #d71f2f;
}
#home .small-links a h3.tworows,
#standard-operativi-select .small-links a h3.tworows {
  line-height: 1em;
  padding-top: 3px;
}
#home .small-links a p,
#standard-operativi-select .small-links a p {
  color: #d71f2f;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
}
#home .box1,
#standard-operativi-select .box1 {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
}
#home .box1:hover h2,
#standard-operativi-select .box1:hover h2 {
  color: #d71f2f;
}
#home .box1:hover img,
#standard-operativi-select .box1:hover img {
  opacity: 0.7;
}
#home .box1:hover img.contatore,
#standard-operativi-select .box1:hover img.contatore {
  opacity: 1;
}
#home .box1 h2,
#standard-operativi-select .box1 h2 {
  color: #333;
  display: block;
  border-top: 3px solid #d71f2f;
  height: 60px;
  line-height: 60px;
  margin: 0px;
  padding: 0px 25px;
  font-size: 28px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
}
#home .box1 img,
#standard-operativi-select .box1 img {
  height: 290px;
}
#home .box1 img.contatore,
#standard-operativi-select .box1 img.contatore {
  height: auto;
}
#home .box1 .list,
#standard-operativi-select .box1 .list {
  display: block;
  position: absolute;
  top: 63px;
  left: 0;
  bottom: 0;
  right: 60%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 18px;
  padding: 25px;
}
#home .box1 .list p,
#standard-operativi-select .box1 .list p {
  font-size: 22px;
  text-transform: uppercase;
}
#home .box1 .list ul,
#standard-operativi-select .box1 .list ul {
  padding: 0;
}
#home .box1 .list ul li,
#standard-operativi-select .box1 .list ul li {
  padding: 0;
  margin: 0;
  line-height: 30px;
}
#home .box1 .list2017,
#standard-operativi-select .box1 .list2017 {
  display: block;
  position: absolute;
  top: 63px;
  left: 0;
  bottom: 0;
  right: 29%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 15px;
  padding: 18px;
}
#home .box1 .list2017 p,
#standard-operativi-select .box1 .list2017 p {
  font-size: 18px;
  text-transform: uppercase;
}
#home .box1 .list2017 ul,
#standard-operativi-select .box1 .list2017 ul {
  padding: 0;
}
#home .box1 .list2017 ul li,
#standard-operativi-select .box1 .list2017 ul li {
  padding: 0;
  margin: 0;
  line-height: 27px;
}
#home .box2,
#standard-operativi-select .box2 {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
}
#home .box2:hover h2,
#standard-operativi-select .box2:hover h2 {
  color: #d71f2f;
}
#home .box2:hover img,
#standard-operativi-select .box2:hover img {
  opacity: 0.7;
}
#home .box2.duo h2,
#standard-operativi-select .box2.duo h2 {
  padding: 0;
  width: 50%;
  float: left;
  font-size: 20px;
  line-height: 1em;
  text-align: center;
  box-sizing: border-box;
}
#home .box2.duo h2.first,
#standard-operativi-select .box2.duo h2.first {
  border-right: 1px solid #ccc;
}
#home .box2.duo h2 a,
#standard-operativi-select .box2.duo h2 a {
  color: #333;
  display: block;
  padding: 10px 10px;
}
#home .box2.duo h2 a:hover,
#standard-operativi-select .box2.duo h2 a:hover {
  color: #d71f2f;
}
#home .box2.duo:hover img,
#standard-operativi-select .box2.duo:hover img {
  opacity: inherit;
}
#home .box2 img,
#standard-operativi-select .box2 img {
  border-top: 3px solid #d71f2f;
  height: 128px;
}
#home .box2 h2,
#standard-operativi-select .box2 h2 {
  color: #333;
  display: block;
  height: 60px;
  line-height: 60px;
  margin: 0px;
  padding: 0px 30px;
  font-size: 24px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
}
#home .box3,
#standard-operativi-select .box3 {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
}
#home .box3:hover h2,
#standard-operativi-select .box3:hover h2 {
  color: #d71f2f;
}
#home .box3:hover img,
#standard-operativi-select .box3:hover img {
  opacity: 0.7;
}
#home .box3 img,
#standard-operativi-select .box3 img {
  border-top: 3px solid #d71f2f;
  height: 118px;
}
#home .box3 h2,
#standard-operativi-select .box3 h2 {
  color: #333;
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 0 0 11px 0;
  padding: 0px 30px;
  font-size: 24px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
}
.pagination_wrapper {
  overflow: hidden;
}
.pagination_current_page {
  line-height: 40px;
  font-family: "Citroen", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pagination {
  margin: 10px 0;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
  border: 0 none;
  font-family: "Citroen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
}
.pagination ul > li > a:hover {
  background-color: transparent;
  color: #333;
}
.pagination ul > .active > a {
  background-color: transparent;
  color: #333;
}
.pager_form {
  overflow: hidden;
  margin: 0;
}
.pagination-top {
  float: left;
  height: 40px;
  line-height: 40px;
}
.pagination-top span,
.pagination-top a,
.pagination-top strong {
  font-family: "Citroen", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pagination-top.pagination-total {
  width: 170px;
}
.pagination-top.pagination-order {
  width: 300px;
}
.pagination-top.pagination-rpp {
  float: right;
}
.pagination-top .pagination-top-options {
  display: inline;
  text-transform: uppercase;
}
.pagination-top .pagination-top-options a,
.pagination-top .pagination-top-options span {
  margin: 0 5px;
}
.well.light {
  background-color: #FCFCFC;
}
#alert-box {
  position: absolute;
  top: 95px;
  left: 220px;
  width: 500px;
}
.dropdown-menu li > input {
  margin: 5px 10px;
}
.form-horizontal .control-group.filters {
  margin-bottom: 10px;
}
.filter-box {
  border: 1px solid #ddd;
  background-color: #fbfbfb;
  border-radius: 4px;
  padding: 10px 5px;
  margin: 20px 0;
}
.filter-box h4 {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 5px;
}
.filter-box .btn-small {
  line-height: 15px;
  padding: 2px 5px;
}
.filter-submit {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.filter-group {
  margin-bottom: 20px;
  overflow: hidden;
}
.filters {
  margin-right: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
  overflow: hidden;
}
.filters > p {
  margin: 0;
}
.filters .btn {
  margin-bottom: 3px;
}
.filters .control-label {
  text-align: left;
  width: auto;
}
.filters .controls {
  float: left;
  margin-left: 10px;
}
.filters + .buttons {
  clear: both;
}
.filters select.small {
  width: 100px;
}
.clear-float {
  clear: both;
}
.form-horizontal .controls .readonly-control {
  margin-top: 5px;
}
.carousel-caption {
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.carousel-caption .goto-news {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  font-size: 60px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.carousel-caption h4 a {
  color: #fff;
}
.carousel-control {
  top: 14%;
}
.accordion-group {
  margin-bottom: 5px;
  border: 1px solid #d71f2f;
  border-left: 3px solid #d71f2f;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fcfcfc;
}
.accordion-heading {
  font-weight: bold;
}
.accordion-inner {
  border: 0;
}
.media_preview_list {
  padding: 20px 0;
}
.media_preview_list ul {
  list-style: none;
  overflow: hidden;
}
.media_preview_list ul li {
  position: relative;
  float: left;
  margin: 5px;
  min-width: 200px;
  min-height: 200px;
  border: 1px solid #ccc;
}
.media_preview_list ul li .btn-toolbar {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.7);
  padding: 2px;
  margin: 1px;
}
.media_preview_list ul li:hover .btn-toolbar {
  display: block;
}
.btn-group + .btn-group {
  margin-left: 0px;
}
.media_preview_list ul li .info {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.7);
  padding: 2px;
  margin: 1px;
}
.img-polaroid {
  padding: 1px;
  border: 0;
}
/* remunerazione */
table.remunerazione {
  font-size: 12px;
  border: 0px solid #ddd;
  border-collapse: collapse;
}
table.remunerazione td,
table.remunerazione th {
  text-align: center;
  border: 1px solid #bbb;
  padding: 3px;
  vertical-align: middle;
}
table.remunerazione tr:first-child th,
table.remunerazione tr:first-child td {
  border: 1px solid #bbb !important;
}
table.remunerazione tr:nth-child(odd) td.grey,
table.remunerazione tr:nth-child(odd) th.grey,
table.remunerazione tr:nth-child(even) td.grey,
table.remunerazione tr:nth-child(even) th.grey {
  background-color: #DFDFDF;
}
table.remunerazione tr:nth-child(odd) td.lightgrey,
table.remunerazione tr:nth-child(odd) th.lightgrey,
table.remunerazione tr:nth-child(even) td.lightgrey,
table.remunerazione tr:nth-child(even) th.lightgrey {
  background-color: #f0f0f0;
}
table.remunerazione tr:nth-child(odd) td.darkgrey,
table.remunerazione tr:nth-child(odd) th.darkgrey,
table.remunerazione tr:nth-child(even) td.darkgrey,
table.remunerazione tr:nth-child(even) th.darkgrey {
  background-color: #c6c6c6;
}
table.remunerazione tr:nth-child(odd) td.green,
table.remunerazione tr:nth-child(odd) th.green,
table.remunerazione tr:nth-child(even) td.green,
table.remunerazione tr:nth-child(even) th.green {
  background-color: #bdefb7;
}
table.remunerazione tr:nth-child(odd) td.blue,
table.remunerazione tr:nth-child(odd) th.blue,
table.remunerazione tr:nth-child(even) td.blue,
table.remunerazione tr:nth-child(even) th.blue {
  background-color: #cbdef5;
}
table.remunerazione tr:nth-child(odd) td.darkblue,
table.remunerazione tr:nth-child(odd) th.darkblue,
table.remunerazione tr:nth-child(even) td.darkblue,
table.remunerazione tr:nth-child(even) th.darkblue {
  background-color: #0a5cc1;
  color: #fff;
}
table.remunerazione tr:nth-child(odd) td.yellow,
table.remunerazione tr:nth-child(odd) th.yellow,
table.remunerazione tr:nth-child(even) td.yellow,
table.remunerazione tr:nth-child(even) th.yellow {
  background-color: #FFFC8C;
}
table.remunerazione tr:nth-child(odd) td.brand-color,
table.remunerazione tr:nth-child(odd) th.brand-color,
table.remunerazione tr:nth-child(even) td.brand-color,
table.remunerazione tr:nth-child(even) th.brand-color {
  background-color: #d71f2f;
  color: #ffffff;
}
table.remunerazione tr:nth-child(odd) td.text-green,
table.remunerazione tr:nth-child(odd) th.text-green,
table.remunerazione tr:nth-child(even) td.text-green,
table.remunerazione tr:nth-child(even) th.text-green {
  color: #51A451;
}
table.remunerazione tr:nth-child(odd) td.bg-green,
table.remunerazione tr:nth-child(odd) th.bg-green,
table.remunerazione tr:nth-child(even) td.bg-green,
table.remunerazione tr:nth-child(even) th.bg-green {
  background-color: #51A451;
  color: white;
}
table.remunerazione tr:nth-child(odd) td.text-red,
table.remunerazione tr:nth-child(odd) th.text-red,
table.remunerazione tr:nth-child(even) td.text-red,
table.remunerazione tr:nth-child(even) th.text-red {
  color: #FF0000;
}
table.remunerazione tr:nth-child(odd) td.bg-red,
table.remunerazione tr:nth-child(odd) th.bg-red,
table.remunerazione tr:nth-child(even) td.bg-red,
table.remunerazione tr:nth-child(even) th.bg-red {
  background-color: #D80000;
  color: white;
}
table.remunerazione tr:nth-child(odd) td.text-yellow,
table.remunerazione tr:nth-child(odd) th.text-yellow,
table.remunerazione tr:nth-child(even) td.text-yellow,
table.remunerazione tr:nth-child(even) th.text-yellow {
  color: #DDBC21;
}
table.remunerazione tr:nth-child(odd) td.empty,
table.remunerazione tr:nth-child(odd) th.empty,
table.remunerazione tr:nth-child(even) td.empty,
table.remunerazione tr:nth-child(even) th.empty {
  border: 0 !important;
  background-color: transparent;
}
table.remunerazione tr:nth-child(odd) td.text-left,
table.remunerazione tr:nth-child(odd) th.text-left,
table.remunerazione tr:nth-child(even) td.text-left,
table.remunerazione tr:nth-child(even) th.text-left {
  text-align: left;
}
table.remunerazione tr td,
table.remunerazione tr th {
  box-sizing: border-box;
}
i.ico-happy {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../img/ico-happy.png') no-repeat center center;
  vertical-align: middle;
}
i.ico-sad {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../img/ico-sad.png') no-repeat center center;
  vertical-align: middle;
}
i.ico-neutral {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../img/ico-neutral.png') no-repeat center center;
  vertical-align: middle;
}
