@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
/*
	http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/
/* line 7, ../_sass/_reset.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, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 17, ../_sass/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 20, ../_sass/_reset.scss */
body {
  line-height: 1;
}

/* line 23, ../_sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../_sass/_reset.scss */
blockquote, q {
  quotes: none;
}
/* line 29, ../_sass/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 34, ../_sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Inserire qui il colore primario del sito (valido per backround o testi dello stesso colore)*/
/*Colori generici*/
/*Colori pulsanti esterni o colore generico pulsanti*/
/*Colori per elementi interattivi*/
/*Bordi e elementi di contorno*/
/*Color alerts*/
/*Text colors*/
/*Tabella caratteri*/
/* line 1, ../_sass/_default.scss */
* {
  padding: 0;
  outline: none;
}

/* line 6, ../_sass/_default.scss */
HTML {
  height: 100%;
}

/* line 10, ../_sass/_default.scss */
BODY {
  font: 85%/1.5em sans-serif;
}

/* line 14, ../_sass/_default.scss */
A, A:hover {
  text-decoration: none;
}
A:hover { cursor: pointer; }

/* line 18, ../_sass/_default.scss */
IMG {
  border: none;
}

/* line 22, ../_sass/_default.scss */
TABLE {
  border: none;
}
/* line 24, ../_sass/_default.scss */
TABLE TD {
  /* border: dotted 1px black; */ /* Maurizio */
  padding: 0 0.5em;
}
/* line 28, ../_sass/_default.scss */
TABLE TH {
  font-weight: bold;
  border-bottom: solid 2px #333333;
}

/* line 34, ../_sass/_default.scss */
H1, H2, H3, H4, H5, H6 {
  font-weight: bold;
}

/* line 38, ../_sass/_default.scss */
H1, H2 {
  font-size: 2.2em;
}

/* line 42, ../_sass/_default.scss */
H3 {
  font-size: 1.4em;
}

/* line 46, ../_sass/_default.scss */
H4 {
  font-size: 1.3em;
}

/* line 50, ../_sass/_default.scss */
H5 {
  font-size: 1.2em;
}

/* line 54, ../_sass/_default.scss */
H6 {
  font-size: 1.1em;
}

/* line 58, ../_sass/_default.scss */
.textleft {
  text-align: left!important;
}

/* line 62, ../_sass/_default.scss */
.textcenter {
  text-align: center;
}

/* line 66, ../_sass/_default.scss */
.textright {
  text-align: right!important;
}

/* line 70, ../_sass/_default.scss */
.postscript {
  font-size: 0.8em!important;
}

/* line 74, ../_sass/_default.scss */
.hide {
  display: none;
}

.graf IMG {
		width: 90%;
}

/*formattazione form*/
/* line 81, ../_sass/_default.scss */
FORM {
  margin: 0.5em 0;
}
/* line 160, ../_sass/_default.scss */
FORM FIELDSET DIV.button {
  border: none;
  text-align: center;
  float: none!important;
}
/* line 164, ../_sass/_default.scss */
FORM FIELDSET DIV.button INPUT {
  margin: 5px auto;
}
/* line 194, ../_sass/_default.scss */
FORM FIELDSET IFRAME {
  background-color: transparent;
  border: none;
  width: 65%;
  height: 100px;
}

/*alert box*/
/* line 205, ../_sass/_default.scss */
.result {
  text-align: center;
  margin: 5px auto;
  padding: 5px;
  width: 90%;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 216, ../_sass/_default.scss */
.result STRONG {
  font-size: larger;
}

/* line 221, ../_sass/_default.scss */
.success {
  color: #599847;
  background-color: #EBFAB6;
  border-color: #599847;
}
/* line 225, ../_sass/_default.scss */
.success STRONG, .success LEGEND, .success A {
  color: #3F6B32!important;
}

/* line 230, ../_sass/_default.scss */
.alert {
  color: #CA6B1C;
  background-color: #FBDD96;
  border-color: #CA6B1C;
}
/* line 234, ../_sass/_default.scss */
.alert STRONG, .alert LEGEND, .alert A {
  color: #8A4813!important;
}

/* line 239, ../_sass/_default.scss */
.error {
  color: #883333;
  background-color: #FDD2D1;
  border-color: #883333;
}
/* line 243, ../_sass/_default.scss */
.error STRONG, .error LEGEND, .error A {
  color: #662626!important;
}

/* line 248, ../_sass/_default.scss */
.notice {
  color: #9F6722;
  background-color: #F9EBCA;
  border-color: #9F6722;
}
/* line 252, ../_sass/_default.scss */
.notice STRONG, .notice LEGEND, .notice A {
  color: #7A501B!important;
}

/* line 257, ../_sass/_default.scss */
.info {
  color: #277DCE;
  background-color: #E6EBF0;
  border-color: #277DCE;
}
/* line 261, ../_sass/_default.scss */
.info STRONG, .info LEGEND, .info A {
  color: #1D5C96;
}

.btn-gold {
    background-image: -webkit-linear-gradient(top,#D9C482 0,#AA9A66 100%);
    background-image: -o-linear-gradient(top,#D9C482 0,#AA9A66 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#D9C482),to(#AA9A66));
    background-image: linear-gradient(to bottom,#D9C482 0,#AA9A66 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffD9C482', endColorstr='#ffAA9A66', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

.btn-gold {
    color: #fff;
    background-color: #D9C482;
    border-color: #D9C482;
}

.btn-gold:hover {
    background-color: #AA9A66;
    border-color: #AA9A66;
}

/* line 1, ../_sass/_shadowbox.scss */
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  color: #fff;
}

/* line 6, ../_sass/_shadowbox.scss */
#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

/* line 17, ../_sass/_shadowbox.scss */
#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 22, ../_sass/_shadowbox.scss */
#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}

div.table-wrapper {
    /*overflow-x:scroll;
    overflow-y:scroll;
	max-height: 30em;*/
	width: 98%;
    /*position: relative;
	margin-left: 10em; */
}
div.table-wrapper div.table-scroll {
	overflow-y:scroll;
	max-height: 36em;
}
div.table-wrapper table.table-n1 {
	float: left;
	width: 20%;
}
div.table-wrapper div.table-n2 {
	width: 80%;
    overflow: auto;
}
div.table-wrapper div.table-n2 .last-col { min-width: 200px; }
div.table-wrapper table thead th span { font-weight: normal; }
div.table-wrapper table thead th {
	min-height: 50px;
	height: 50px;
    vertical-align: middle;
}
div.table-wrapper table tbody td {
	padding: 0 2px;
	min-height: 40px;
	height: 40px;
    vertical-align: middle;
}
div.table-wrapper table .categoria { background-color: #F7F7F7; color: #808080; font-size: 15px; font-weight: bold; }
div.table-wrapper table .indicatori { min-width: 100px; font-size: 90% !important; width:50px;}
div.table-wrapper table tbody td INPUT[type=text].celledit { width: 90%; height: 98%; max-height: 25px; text-align: right; font-size: 12px; border: 0; background-color: #EFEFEF; padding: 1px 2px; margin: 3px 0; }
div.table-wrapper table tbody td INPUT[type=text].celledit:hover { cursor:pointer; border: 1px solid #B2B2B2; padding: 0 1px; }
div.table-wrapper table tbody td INPUT[type=text].celactiv { border: 1px solid #283583; padding: 0 1px; background-color: #F7F7F7; }
div.table-wrapper table.table-n1 tbody tr td div { width: 100%; overflow-y: auto; height: 29px; font-size: 13px; font-weight: normal; line-height: 1.1; }
div.table-wrapper table.table-n1 tbody tr td button.btn-xs { height: 24px; }

/* line 27, ../_sass/_shadowbox.scss */
#sb-wrapper-inner {
  position: relative;
  border: 1px solid #303030;
  overflow: hidden;
  height: 100px;
}

/* line 33, ../_sass/_shadowbox.scss */
#sb-body {
  position: relative;
  height: 100%;
}

/* line 37, ../_sass/_shadowbox.scss */
#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

/* line 42, ../_sass/_shadowbox.scss */
#sb-player.html {
  height: 100%;
  overflow: auto;
}

/* line 46, ../_sass/_shadowbox.scss */
#sb-body img {
  border: none;
}

/* line 49, ../_sass/_shadowbox.scss */
#sb-loading {
  position: relative;
  height: 100%;
}

/* line 53, ../_sass/_shadowbox.scss */
#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}

/* line 63, ../_sass/_shadowbox.scss */
#sb-loading-inner span {
  background: url("/_config/img/shadowbox/loading.gif") no-repeat;
  display: inline-block;
}

/* line 68, ../_sass/_shadowbox.scss */
#sb-body, #sb-loading {
  background-color: #060606;
}

/* line 71, ../_sass/_shadowbox.scss */
#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 77, ../_sass/_shadowbox.scss */
#sb-title, #sb-title-inner {
  height: 26px;
  line-height: 26px;
}

/* line 81, ../_sass/_shadowbox.scss */
#sb-title-inner {
  font-size: 16px;
}

/* line 84, ../_sass/_shadowbox.scss */
#sb-info, #sb-info-inner {
  height: 20px;
  line-height: 20px;
}

/* line 88, ../_sass/_shadowbox.scss */
#sb-info-inner {
  font-size: 12px;
}

/* line 91, ../_sass/_shadowbox.scss */
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

/* line 97, ../_sass/_shadowbox.scss */
#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}

/* line 106, ../_sass/_shadowbox.scss */
#sb-nav-close {
  background-image: url("/_config/img/shadowbox/close.png");
}

/* line 109, ../_sass/_shadowbox.scss */
#sb-nav-next {
  background-image: url("/_config/img/shadowbox/next.png");
}

/* line 112, ../_sass/_shadowbox.scss */
#sb-nav-previous {
  background-image: url("/_config/img/shadowbox/previous.png");
}

/* line 115, ../_sass/_shadowbox.scss */
#sb-nav-play {
  background-image: url("/_config/img/shadowbox/play.png");
}

/* line 118, ../_sass/_shadowbox.scss */
#sb-nav-pause {
  background-image: url("/_config/img/shadowbox/pause.png");
}

/* line 121, ../_sass/_shadowbox.scss */
#sb-counter {
  float: left;
  width: 45%;
}

/* line 125, ../_sass/_shadowbox.scss */
#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

/* line 131, ../_sass/_shadowbox.scss */
#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

/* line 134, ../_sass/_shadowbox.scss */
div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

/* line 139, ../_sass/_shadowbox.scss */
div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

/* line 143, ../_sass/_shadowbox.scss */
iframe {
  margin: 0px;
}

/*personalizzazioni*/
/* line 148, ../_sass/_shadowbox.scss */
#sb-title-inner {
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 153, ../_sass/_shadowbox.scss */
#sb-body, #sb-loading {
  background-color: #FFF;
}

/* line 156, ../_sass/_shadowbox.scss */
#sb-loading-inner span {
  background: url("/_config/img/shadowbox/white-loader.gif") no-repeat;
  width: 220px;
  height: 19px;
  text-indent: -9999px;
  font-size: 1px;
}

/* line 163, ../_sass/_shadowbox.scss */
#sb-wrapper-inner {
  border: 1px solid #333;
}

/* line 164, ../_sass/_shadowbox.scss */
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message, div.sb-message a:link, div.sb-message a:visited, #sb-counter a {
  color: #FFF!important;
}

/* line 11, ../_sass/style.scss */
body {
  min-width: 769px;
  height: 100%;
}

body.inside-box { min-width: 10px; }

/* line 16, ../_sass/style.scss */
html, body, textarea {
  color: #003366;
  font-family: sans-serif, Arial, Helvetica;
  font-size: 13px;
  background-color: #d3e1e2;
}

/* line 23, ../_sass/style.scss */
p {
  margin: 5px 0;
}

/* line 27, ../_sass/style.scss */
a {
  text-decoration: none;
}
/* line 29, ../_sass/style.scss */
a:link, a:visited {
  text-decoration: none;
}
/* line 32, ../_sass/style.scss */
a:hover {
  text-decoration: underline;
}

/* line 37, ../_sass/style.scss */
legend {
  width: auto;
}

/* line 41, ../_sass/style.scss */
h2 {
  font-size: 18px;
  color: #003366;
  font-weight: bold;
  margin: 0;
  padding: 3px;
}

/* line 49, ../_sass/style.scss */
h3 {
  font-size: 15px;
}

/* line 54, ../_sass/style.scss */
img.imgwide {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
/* line 59, ../_sass/style.scss */
img.imgtall {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

/* line 66, ../_sass/style.scss */
.cleaner {
  clear: both;
  width: 100%;
  height: 0px;
  font-size: 0px;
}

/* line 73, ../_sass/style.scss */
.space {
  clear: both;
  width: 100%;
  height: 10px;
  font-size: 0px;
}

/* line 80, ../_sass/style.scss */
.floatl {
  float: left;
}

/* line 84, ../_sass/style.scss */
.floatr {
  float: right;
}

/* line 88, ../_sass/style.scss */
.textl {
  text-align: left;
}

/* line 92, ../_sass/style.scss */
.textr {
  text-align: right;
}

/* line 96, ../_sass/style.scss */
.textc {
  text-align: center;
}

/* line 100, ../_sass/style.scss */
.grassett {
  font-weight: bold;
}

/* line 104, ../_sass/style.scss */
.nobold {
  font-weight: normal;
}

/* line 108, ../_sass/style.scss */
.maiuscolo {
  text-transform: uppercase;
}

/* line 112, ../_sass/style.scss */
.nopadding {
  padding: 0;
}

.marginb {
	margin-bottom: 10px;
}

/* line 116, ../_sass/style.scss */
input[type="button"] {
  padding: 1px 5px;
}

/* line 120, ../_sass/style.scss */
.button {
  border: 1px solid #666666;
  background-color: #e4e4e4;
}
/* line 123, ../_sass/style.scss */
.button:hover {
  cursor: pointer;
  border-color: #e4e4e4;
  background-color: #666666;
  color: #e4e4e4;
}

/* line 131, ../_sass/style.scss */
.littlebot {
  padding: 0 1px;
}

/* line 135, ../_sass/style.scss */
.botview {
  width: 20px;
  height: 20px;
}

/* line 140, ../_sass/style.scss */
.cercbot {
  border: 0;
  width: 20px;
  height: 20px;
  background: url(../images/search.png) center center no-repeat;
}

/* line 147, ../_sass/style.scss */
.image-link:hover {
  cursor: pointer;
}

/* line 151, ../_sass/style.scss */
#header {
  position: relative;
  width: 100%;
  min-width: 800px;
  height: 6.9em;
  background-color: white;
}
/* line 157, ../_sass/style.scss */
#header .image {
  float: left;
  position: relative;
  background-color: #193567;
  height: 100%;
  width: 40%;
  max-width: 15.4em;
}
/* line 164, ../_sass/style.scss */
#header .image > img {
  position: relative;
  display: block;
  width: 10.5em;
  margin: auto;
  padding-top: 0.5em;
}
/* line 172, ../_sass/style.scss */
#header .title {
  float: left;
  margin-top: 30px;
}
/* line 175, ../_sass/style.scss */
#header .title H1 {
  display: inline;
  margin-left: 1em;
  font-family: sans-serif;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #2c3e50;
}
/* line 185, ../_sass/style.scss */
#header .title H4 {
  display: inline;
  margin-left: 2em;
  color: #193567;
}
/* line 189, ../_sass/style.scss */
#header .title H4 a {
  font-family: sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #193567;
}
/* line 195, ../_sass/style.scss */
#header .title H4 a:hover {
  text-decoration: underline;
}
/* line 201, ../_sass/style.scss */
#header .logout {
  float: right;
  margin-right: 50px;
  margin-top: 25px;
}

/* line 208, ../_sass/style.scss */
#boxactiv {
  width: 500px;
  margin: 10px auto;
  text-align: center;
}

/* line 214, ../_sass/style.scss */
#boxcaptcha {
  height: 90px;
  padding: 5px;
  border: 1px solid silver;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 220, ../_sass/style.scss */
#boxcaptcha img#captcha {
  float: left;
  margin-left: 50px;
}
/* line 224, ../_sass/style.scss */
#boxcaptcha div {
  float: right;
  margin-right: 50px;
}
/* line 228, ../_sass/style.scss */
#boxcaptcha a {
  margin-top: 5px;
}

/* line 233, ../_sass/style.scss */
#autentica {
  width: 450px;
  height: 340px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -170px;
  margin-left: -225px;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid silver;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
}
/* line 247, ../_sass/style.scss */
#autentica #boxauth {
  width: 200px;
  margin: 10px auto;
  text-align: center;
}
/* line 251, ../_sass/style.scss */
#autentica #boxauth div.input-group, #autentica #boxauth button {
  margin: 5px 0;
  width: 100%;
}
/* line 256, ../_sass/style.scss */
#autentica > div.alert-info {
  background-image: linear-gradient(to bottom, #34495e 0%, #34495e 100%);
  color: white;
  border-color: #34495e;
}
/* line 262, ../_sass/style.scss */
#autentica input[type="text"], #autentica input[type="password"] {
  width: 100%;
}

/* line 268, ../_sass/style.scss */
form.login a {
  color: #003366;
}
/* line 270, ../_sass/style.scss */
form.login a:hover {
  color: #003366;
}

#user-config {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
	padding: 5px;
    background-color: #193567;
}
#user-config span { color: white; font-weight: bold; }
#user-config select { min-width: 10em; }

/* --------------------------------------------------- Nav Responsive --------------------------------------------------- */
@media (min-width: 767px) {
  /* line 334, ../_sass/style.scss */
  NAV.navbar {
    border: 0;
    background-image: none;
    background-color: white;
    border-radius: 0;
    margin-bottom: 0;
    height: 25%;
    z-index: 3;
  }
}
@media (max-width: 767px) {
  /* line 334, ../_sass/style.scss */
  NAV.navbar {
    height: auto;
  }
}
@media (min-width: 767px) {
  /* line 347, ../_sass/style.scss */
  NAV.navbar .container-fluid {
    padding: 0;
    height: 100%;
  }
}
@media (min-width: 767px) {
  /* line 352, ../_sass/style.scss */
  NAV.navbar .container-fluid .navbar-header {
    width: 100%;
    height: 65.2%;
    min-height: 6em;
    background-color: white;
    float: none;
  }
}
@media (min-width: 767px) and (min-width: 1199px) and (max-width: 1200px) and (orientation: landscape) {
  /* line 352, ../_sass/style.scss */
  NAV.navbar .container-fluid .navbar-header {
    max-height: 7.2em;
  }
}
/* line 363, ../_sass/style.scss */
NAV.navbar .container-fluid .navbar-header .image {
  float: left;
  position: relative;
  background-color: #193567;
  height: 100%;
  width: 40%;
  max-width: 15em;
}
/* line 370, ../_sass/style.scss */
NAV.navbar .container-fluid .navbar-header .image .logoimg {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  display: block;
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 370, ../_sass/style.scss */
  NAV.navbar .container-fluid .navbar-header .image .logoimg {
    transform: none;
    min-width: 7.9em;
  }
}
@media (max-width: 767px) {
  /* line 363, ../_sass/style.scss */
  NAV.navbar .container-fluid .navbar-header .image {
    height: auto;
    background-color: transparent;
    margin-top: .15em;
  }
}
/* line 389, ../_sass/style.scss */
NAV.navbar .container-fluid .navbar-header .title {
  float: left;
  height: 100%;
}
/* line 392, ../_sass/style.scss */
NAV.navbar .container-fluid .navbar-header .title .nametitle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
/* line 397, ../_sass/style.scss */
NAV.navbar .container-fluid .navbar-header .title .nametitle H1 {
  margin-bottom: .1em;
}
@media (max-width: 767px) {
  /* line 389, ../_sass/style.scss */
  NAV.navbar .container-fluid .navbar-header .title {
    display: none;
  }
}
/* line 405, ../_sass/style.scss */
NAV.navbar .container-fluid .navbar-header .logout {
  position: absolute;
  top: 35px;
  right: 0;
  /*float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);*/
}
/* line 410, ../_sass/style.scss */
NAV.navbar .container-fluid .navbar-header .logout:hover {
  opacity: .8;
}
/* line 413, ../_sass/style.scss */
NAV.navbar .container-fluid .navbar-header .logout IMG.image-link {
  position: relative;
  right: 1.5em;
}
@media (max-width: 767px) {
  /* line 413, ../_sass/style.scss */
  NAV.navbar .container-fluid .navbar-header .logout IMG.image-link {
    margin-top: 0.4em;
  }
}
@media (max-width: 767px) {
  /* line 405, ../_sass/style.scss */
  NAV.navbar .container-fluid .navbar-header .logout {
    top: 0;
    transform: none;
  }
}
@media (min-width: 767px) {
  /* line 431, ../_sass/style.scss */
  NAV.navbar .container-fluid .navigator {
    height: 6em!important;
	width: 100%;
	padding: 0;
    /*margin-left: -15px;*/
    background-color: #34495e;
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  /* line 431, ../_sass/style.scss */
  NAV.navbar .container-fluid .navigator {
    position: relative;
  }
}
/* line 443, ../_sass/style.scss */
NAV.navbar .container-fluid .navigator .menu-home {
  float: left;
  position: relative;
  height: 100%;
  width: 40%;
  max-width: 15em;
  background-color: #34495e;
}
/* line 450, ../_sass/style.scss */
NAV.navbar .container-fluid .navigator .menu-home a {
  height: 6em;
  background-image: url(../images/struttura/MENU_Home.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
}
/* line 456, ../_sass/style.scss */
NAV.navbar .container-fluid .navigator .menu-home a:hover, NAV.navbar .container-fluid .navigator .menu-home a focus {
  background-color: #495c6d;
}
@media (min-width: 767px) {
  /* line 461, ../_sass/style.scss */
  NAV.navbar .container-fluid .navigator .menu-btt {
    background-color: #34495e;
    height: 6em;
  }
}
/* line 466, ../_sass/style.scss */
NAV.navbar .container-fluid .navigator .menu-btt > LI {
  position: relative;
  height: 6em;
}
/* line 469, ../_sass/style.scss */
NAV.navbar .container-fluid .navigator .menu-btt > LI > A {
  height: 6em;
/*
  position: relative;
  top: 50%;
  transform: translateY(-50%);
*/
  color: #a3b1b1;
}
/* line 475, ../_sass/style.scss */
NAV.navbar .container-fluid .navigator .menu-btt > LI > A:hover, NAV.navbar .container-fluid .navigator .menu-btt > LI > A:focus {
  background-color: #495c6d;
  color: white;
}
/* line 479, ../_sass/style.scss */
NAV.navbar .container-fluid .navigator .menu-btt > LI > A .imgmenubox {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 483, ../_sass/style.scss */
NAV.navbar .container-fluid .navigator .menu-btt > LI > A .imgmenubox IMG {
  height: 25px;
}
@media (max-width: 800px) {
  /* line 486, ../_sass/style.scss */
  NAV.navbar .container-fluid .navigator .menu-btt > LI > A .imgmenubox SPAN {
    margin-left: 0;
  }
}
/* line 493, ../_sass/style.scss */
NAV.navbar .container-fluid .navigator .menu-btt > LI UL {
  border-radius: 0;
  background-color: #495c6d;
  margin: 0;
  padding: 0;
  min-width: 0;
}
/* line 499, ../_sass/style.scss */
NAV.navbar .container-fluid .navigator .menu-btt > LI UL LI {
  width: 100%;
  float: left;
}
/* line 502, ../_sass/style.scss */
NAV.navbar .container-fluid .navigator .menu-btt > LI UL LI A {
  position: relative;
  padding: 1em;
  color: white;
	white-space: normal;
}
/* line 506, ../_sass/style.scss */
NAV.navbar .container-fluid .navigator .menu-btt > LI UL LI A:hover {
  color: black;
}

/* --------------------------------------------------- FINE Nav Responsive --------------------------------------------------- */
/* line 519, ../_sass/style.scss */
section.contreport {
  width: 100%;
}
section.contreport .panel-default .panel-body h6 { margin-bottom: 5px; }

/* --------------------------------------------------- Content Responsive --------------------------------------------------- */
/* line 525, ../_sass/style.scss */
#content {
  background-color: #d9e4e6;
}
@media (max-width: 992px) {
  /* line 525, ../_sass/style.scss */
  #content {
    margin: 1em 0 0;
    height: auto;
  }
}
body.homepage #content { margin-left: -15px; }
/* line 533, ../_sass/style.scss */
#content .panel-default {
  margin-top: 15px;
}
/* line 536, ../_sass/style.scss */
#content .panel-default > div.panel-heading {
  background-image: linear-gradient(to bottom, #86c8c4 0%, #86c8c4 100%);
}
/* line 539, ../_sass/style.scss */
#content .panel-default a {
  color: #003366;
}
@media (max-width: 992px) {
	#content .container-fluid {
		padding: 0;
	}
}

/* --------------------------------------------------- FINE Content Responsive --------------------------------------------------- */
/* line 547, ../_sass/style.scss */
section.container {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 40px;
  background-color: #d3e1e2;
}

/* --------------------------------------------------- Homepage content --------------------------------------------------- */
#homepage  { width: 100%; }

@media (min-width: 767px) {
  /* line 676, ../_sass/style.scss */
  #homepage {
/*
		background: url(/images/sfondo_home.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
*/
		background-image: url(../images/sfondo_home.jpg);
		background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*height: 75%;*/
  }
	#homepage.homepage-admin {
		height: 100%;
	}
}
@media (min-width: 992px) {
  /* line 676, ../_sass/style.scss */
  #homepage {
    position: absolute;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  /* line 676, ../_sass/style.scss */
  #homepage {
    padding: 1em 0 2em 0;
    height: auto;
  }
	#homepage.homepage-admin {
		height: auto;
	}
}

@media (min-width: 767px) {
  /* line 688, ../_sass/style.scss */
  #homepage .col-md-12 {
    margin-right: 0;
    padding-left: 15px;
    height: 100%;
  }
}
/* line 694, ../_sass/style.scss */
/*
#homepage .col-md-12 .col-md-6 {
  height: 100%;
}
*/
/* line 696, ../_sass/style.scss */
#homepage .col-md-12 .col-md-6 .jumbotron {
  position: relative;
  margin: .5em;
  margin-top: 15px;
  padding-top: 20px;
  background-color: white;
  opacity: 0.75;
/*  height: 90%;*/
	max-height: 430px;
	overflow-y: scroll;
}
@media (min-width: 992px) {
  /* line 696, ../_sass/style.scss */
  #homepage .col-md-12 .col-md-6 .jumbotron {
    overflow-y: auto;
  }
}
@media (max-width: 992px) {
  #homepage .col-md-12 .col-md-6 .jumbotron {
		margin-left: 0;
		margin-right: 0;
		max-height: 340px;
  }
}
/* line 707, ../_sass/style.scss */
#homepage .col-md-12 .col-md-6 .jumbotron h1 {
  font-size: 21px;
  margin-bottom: 15px;
}
/* line 710, ../_sass/style.scss */
#homepage .col-md-12 .col-md-6 .jumbotron p {
  font-size: 14px;
}
#homepage .panel-infortuni .panel-body { padding: 2px 5px; }
#homepage .panel-infortuni .panel-body .titolivc { width: 97%; }
#homepage .panel-infortuni .panel-body .elencovc { overflow-y: auto; height: 10.4em; }

/* --------------------------------------------------- FINE Homepage content --------------------------------------------------- */
/* line 719, ../_sass/style.scss */
.form-control {
  background-color: #d0e6ea !important;
  color: #003366 !important;
}

.modal-body .bootbox-body .row textarea {
	height: 60px;
    padding: 2px 4px;
    font-size: 12px;
}

.span-memo { /* Maurizio */
	/*height: 68px !important;
	overflow-y: scroll;*/
	display: inline-block;
    overflow-y: hidden;
    height: 100% !important;
	min-height: 68px !important;
}
.span-memo2 {
	/*height: 146px !important;
	overflow-y: scroll;*/
	display: inline-block;
    overflow-y: hidden;
    height: 100% !important;
	min-height: 146px !important;
}

/* line 725, ../_sass/style.scss */
#contpage input[type="text"].editdata, #contpage input[type="text"].edittime {
  border: 0;
  width: 70px;
  text-align: center;
  background-color: #d0e6ea !important;
  color: #003366 !important;
}

/* line 734, ../_sass/style.scss */
button.ms-choice {
  border-radius: 0;
  height: 31px;
  background-color: #d0e6ea;
}
button.ms-choice > span {
	top: 3px !important;
	font-size: 12px !important;
	color: #003366 !important;
}

/* line 741, ../_sass/style.scss */
span.label-default {
  background-color: #777 !important;
  color: white !important;
}
/* line 745, ../_sass/style.scss */
span.label-primary {
  background-color: #428bca !important;
  color: white !important;
}
div.data-box-full span.label.label-danger {
  padding: .35em .6em .3em; /* Maurizio */
}

/* line 751, ../_sass/style.scss */
div.panel-body {
  background-color: #f4fafa;
}
/* line 754, ../_sass/style.scss */
div.panel-body > #divalert, div.panel-body > .alert {
  width: 50%;
  margin: 5px auto;
}
@media (max-width: 992px) {
  /* line 759, ../_sass/style.scss */
  div.panel-body .col-md-4.textc, div.panel-body .col-md-6.textc {
    width: 50%;
    float: left;
  }
}
@media (max-width: 992px) {
  /* line 765, ../_sass/style.scss */
  div.panel-body .col-md-4.textl, div.panel-body .col-md-3.textl {
    width: 25%;
    float: left;
  }
}
@media (max-width: 992px) {
  /* line 770, ../_sass/style.scss */
  div.panel-body .col-md-4.textl #botsalva, div.panel-body .col-md-3.textl #botsalva {
    padding: 5px 5px;
  }
}
@media (max-width: 992px) {
  /* line 776, ../_sass/style.scss */
/*
  div.panel-body .col-md-4.textr, div.panel-body .col-md-3.textr {
    width: 25%;
    float: left;
  }
*/
}
div#table-container { overflow-x: scroll; }
/* line 782, ../_sass/style.scss */
div.panel-body #tablerep {
  margin-top: 1em;
}
/* line 784, ../_sass/style.scss */
/*div.panel-body #tablerep TH {
  text-align: center; /* Maurizio */
}*/
/* line 789, ../_sass/style.scss */
/*div.panel-body .table-report TH {
  text-align: center; /* Maurizio */
}*/
/* line 794, ../_sass/style.scss */
div.panel-body #divgraph IMG {
  width: 100%;
}

/* line 800, ../_sass/style.scss */
#divdativ {
  padding: 0 0 10px 0;
}
/* line 802, ../_sass/style.scss */
#divdativ > div.row {
  margin: 0;
}
/* line 805, ../_sass/style.scss */
#divdativ #segnalaz {
  margin-right: 10px;
}
@media (max-width: 992px) {
  /* line 808, ../_sass/style.scss */
  #divdativ .alert.alert-warning.floatl {
    width: 70%!important;
  }
}

/* line 816, ../_sass/style.scss */
div.dataview-image {
  height: 90px;
  background-color: #f4fafa;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid #dbe1e1;
  border-right: 1px solid #dbe1e1;
}
/* line 824, ../_sass/style.scss */
div.dataview-image-1 {
  background-image: url(../images/struttura/ICON_Produzioni.png);
}
/* line 827, ../_sass/style.scss */
div.dataview-image-2 {
  background-image: url(../images/struttura/ICON_Acquisti.png);
}
/* line 830, ../_sass/style.scss */
div.dataview-title {
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
  background-color: #f4fafa;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 992px) {
  /* line 840, ../_sass/style.scss */
  div.dataview-title .col-md-2, div.dataview-title .col-md-3, div.dataview-title .col-md-4 {
    float: left;
  }
  /* line 843, ../_sass/style.scss */
  div.dataview-title .col-md-2 {
    width: 16.66666666%;
  }
  /* line 846, ../_sass/style.scss */
  div.dataview-title .col-md-3 {
    width: 25%;
  }
  /* line 849, ../_sass/style.scss */
  div.dataview-title .col-md-4 {
    width: 33.33333333%;
  }
}
/* line 854, ../_sass/style.scss */
div.dataview-rows {
  height: 45px;
  background-color: #ECF4F7;
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 992px) {
  /* line 863, ../_sass/style.scss */
  div.dataview-rows .col-md-2, div.dataview-rows .col-md-3, div.dataview-rows .col-md-4 {
    float: left;
  }
  /* line 866, ../_sass/style.scss */
  div.dataview-rows .col-md-2 {
    width: 16.66666666%;
  }
  /* line 869, ../_sass/style.scss */
  div.dataview-rows .col-md-3 {
    width: 25%;
  }
  /* line 872, ../_sass/style.scss */
  div.dataview-rows .col-md-4 {
    width: 33.33333333%;
  }
}
/* line 877, ../_sass/style.scss */
div.dataview-rows > div:first-child {
  color: #808b8d;
}
/* line 880, ../_sass/style.scss */
div.dataview-rows > div:nth-child(2) {
  line-height: normal;
  padding-top: 2px;
}
/* line 884, ../_sass/style.scss */
div.dataview-rows > div:nth-child(3), div.dataview-rows > div:nth-child(4) {
  margin-top: 8px;
}
/* line 889, ../_sass/style.scss */
div.dataview-rows span.number-big {
  font-size: 18px;
}
/* line 892, ../_sass/style.scss */
div.dataview-rows span.umis-small {
  font-size: 10px;
  font-weight: normal;
}
/* line 899, ../_sass/style.scss */
div.data-quest div.panel-heading h2 span {
  font-weight: normal;
  font-size: 75%;
}
/* line 903, ../_sass/style.scss */
div.data-quest div.panel-body {
  padding: 0 0 10px 0;
  background-color: #f4fafa;
}
/* line 906, ../_sass/style.scss */
div.data-quest div.panel-body ul.nav-tabs {
  background-color: #afd7d6;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
/* line 911, ../_sass/style.scss */
div.data-quest div.panel-body ul.nav-tabs li.active a {
  background-color: #f4fafa;
}
/* line 913, ../_sass/style.scss */
div.data-quest div.panel-body ul.nav-tabs li.active a:hover {
  color: #003366 !important;
}
/* line 917, ../_sass/style.scss */
div.data-quest div.panel-body ul.nav-tabs a:hover {
  color: white !important;
}
/* line 922, ../_sass/style.scss */
div.data-quest div.panel-body div.divproce {
  float: left;
  width: 100%;
}
/* line 926, ../_sass/style.scss */
div.data-quest div.panel-body div.data-box-left {
  float: left;
  width: 10%;
  margin-right: 20px;
}
/* line 931, ../_sass/style.scss */
div.data-quest div.panel-body div.data-box-cont {
  float: left;
  width: 85%;
}
/* line 935, ../_sass/style.scss */
div.data-quest div.panel-body div.data-box-full {
  width: 95%;
  margin: 0 auto;
}
div.data-box-full select.btinspan, div.data-box-full INPUT[type=text].btinspan {
  height: 34px;
}
/* line 941, ../_sass/style.scss */
div.data-quest div.panel-body img.image-send {
  float: left;
  margin-left: 10px;
}
/* line 945, ../_sass/style.scss */
div.data-quest div.panel-body img.image-esc {
  float: right;
  margin-right: 10px;
}
div.data-quest div.panel-body #formcrea .nav-tabs .divproce .table .text-readonly {
	background-color: #eee !important;
    color: #428bca !important;
}
div.data-quest div.panel-body #formcrea .nav-tabs .divproce .table .multi-rows { background-color: #f9f1ca; }
div.data-quest div.panel-body #formcrea .nav-tabs .divproce .table .no-border td { border-top: 0 !important; }
/* line 952, ../_sass/style.scss */
div#boxriepi label {
  width: 100px;
}

/* line 957, ../_sass/style.scss */
#reclista {
  padding: 10px;
}

/*#pageflex {
	float: left;
	width: 905px;
	margin: 5px 0 5px 5px;
	padding: 0;
	background-color: $color_5;
	text-align: left;
}

#listadiv {
	border: 1px solid #DCDCDC;
	width: 100%;
	margin: 2px 5px;
	padding: 3px;
}

#listadiv .button {
	margin: 2px;
	width: 100px;
	height: 20px;
	border: 1px solid $color_1;
	background-color: $color_14;
	font-weight: bold;
}

#listadiv .button:hover { cursor: pointer; }

#frmcerca { margin: 0 0 0 0; }
#frmcerca label { display:inline-block; width: 65px; }
#frmcerca input, #frmcerca select { font-size: 11px; }*/
/* line 992, ../_sass/style.scss */
fieldset {
  margin: 1px;
  padding: 2px 2px 5px 2px;
}
/* line 995, ../_sass/style.scss */
fieldset legend {
  margin-left: 5px;
  padding: 0 5px;
  font-weight: bold;
  color: #808b8d;
  font-size: 14px;
}
/* line 1001, ../_sass/style.scss */
fieldset legend.titolo {
  font-size: 14px;
}
fieldset legend span {
	font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}
/* line 1007, ../_sass/style.scss */
.spazleft {
  margin-left: 15px;
}

/*.lettura*/
/* line 1013, ../_sass/style.scss */
.labelart {
  min-width: 60px;
}

/* line 1017, ../_sass/style.scss */
.cellediv {
  padding: 2px 3px;
  border: 1px solid #e4e4e4;
  background-color: white;
  text-align: center;
}

/* line 1025, ../_sass/style.scss */
ul.nav-bg {
  background: #f7f7f7;
}
/* line 1031, ../_sass/style.scss */
ul.nav-pills li.alert-info {
  /*border: 1px solid #9ACFEA;
  -moz-border-radius: 10px;
  border-radius: 10px;*/
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  font-size: 16px;
  /*float: left;*/
  text-align: center;
}
/* line 1042, ../_sass/style.scss */
ul.nav-pills li.label-primary3 {
  width: 31%;
  margin: 5px 10px;
}
ul.nav-pills li.label-primary2 {
  width: 47%;
  margin: 5px 10px;
}
/* line 1045, ../_sass/style.scss */
ul.nav-pills li.label-primary3 a {
  color: #31708F;
}
/* line 1047, ../_sass/style.scss */
ul.nav-pills li.label-primary3 a:hover {
  color: white;
}
/* line 1052, ../_sass/style.scss */
ul.nav-pills li.lispazio {
  width: 30px;
}

/* line 1059, ../_sass/style.scss */
div#popover-content {
  margin-bottom: 5px;
}
/* line 1061, ../_sass/style.scss */
div#popover-content div.col-md-4 {
  background-color: #afd7d6;
  padding: 2px;
}
/* line 1064, ../_sass/style.scss */
div#popover-content div.col-md-4 div.input-group-sm {
  width: 90%;
  float: left;
}
/* line 1068, ../_sass/style.scss */
div#popover-content div.col-md-4 button {
  float: right;
  margin-top: 4px;
}
/* line 1074, ../_sass/style.scss */
div.panel-body-small {
  width: 50%;
  margin: 0 auto;
}
/* line 1078, ../_sass/style.scss */
div.panel-body-small2 {
  margin: 0 auto;
}
/* line 1082, ../_sass/style.scss */
div.elencovc, div.titolivc, div.recnuovo, div.modvoce {
  margin: 0;
  padding: 0;
}
/* line 1086, ../_sass/style.scss */
div.titolivc {
  float: left;
  padding: 2px 0;
  text-align: center;
  width: 100%;
}
/* line 1092, ../_sass/style.scss */
div.elencovc {
  float: left;
  /*border-bottom: 1px solid $color_13;*/
  width: 100%;
}
/* line 1097, ../_sass/style.scss */
div.width75 {
  width: 75%;
}
/* line 1101, ../_sass/style.scss */
div.recnuovo fieldset {
  width: 50%;
  margin: 10px auto;
  padding: 10px;
}
div.recnuovo fieldset fieldset { width: 100%; border: 1px solid silver; border-radius: 3px; }
@media (max-width: 992px) {
  /* line 1101, ../_sass/style.scss */
  div.recnuovo fieldset {
    width: 90%;
  }
}
.input-group .form-control {
  height: 31px;
}
/* line 1108, ../_sass/style.scss */
div.recnuovo fieldset div.input-group {
  width: 100%;
	margin-bottom: .2em;
}
/* line 1110, ../_sass/style.scss */
div.recnuovo fieldset div.input-group .text-readonly {
  cursor: default;
  background-color: white;
}
/* line 1114, ../_sass/style.scss */
div.recnuovo fieldset div.input-group .spinner {
  margin: 0;
}
/* line 1120, ../_sass/style.scss */
div.recnuovo span.spansx {
  width: 100px;
  text-align: left;
}
fieldset.long-label span.spansx {
  width: 210px;
  text-align: left;
}
fieldset#analisi div.analisi > span:nth-child(1) { width: 55%; }
fieldset#analisi div.analisi > span:nth-child(2) { width: 35%; }
fieldset#analisi div.analisi > span:nth-child(3) { width: 10%; text-align: left; }
fieldset#analisi div.analisi > span > span { display: inline-block; padding-top: 6px; }
/* line 1124, ../_sass/style.scss */
div.recnuovo span.spandx {
  width: 25px;
  text-align: center;
}
/* line 1129, ../_sass/style.scss */
div.recnuovo fieldset button {
  min-width: 100px;
}
/* line 1131, ../_sass/style.scss */
div.recnuovo fieldset button.btn-xs {
  min-width: 0;
}
/* line 1134, ../_sass/style.scss */
div.recnuovo fieldset button.btnsmall {
  min-width: 10px;
}
form#formimpo span.spansx { width: 130px; }
form#formimpo span.spandx { width: 110px; text-align: right; }
div.input-yellow textarea { background-color: #faebcc !important; }
div.input-yellow span { background-color: #fcf8e3; }
div.input-green textarea { background-color: #d6e9c6 !important; }
div.input-green span { background-color: #dff0d8; }
div.input-red textarea, div.input-red button.ms-choice { background-color: #ebccd1 !important; }
div.input-red span { background-color: #f2dede; }
/* line 1139, ../_sass/style.scss */
div.divintab fieldset {
  margin: 10px auto;
  padding: 10px;
}
/* line 1140, ../_sass/style.scss */
div.divintab fieldset button.btnsmall {
  min-width: 10px;
}
/* line 1146, ../_sass/style.scss */
div.boxpieno fieldset {
  margin: 10px auto;
  padding: 10px;
}
div.boxpieno fieldset.gestevent div.input-group span.spanmw { width: 15em; }
div.boxpieno fieldset.gestevent div.input-group span.formmw { width: 15em; }
/* line 1150, ../_sass/style.scss */
div.divintab fieldset div.input-group, div.boxpieno fieldset div.input-group {
  width: 100%;
  margin-bottom: 2px;
}
/* line 1153, ../_sass/style.scss */
div.divintab fieldset div.input-small, div#viewprod div.input-small {
  width: 48%;
  /*float: left;
  margin-right: 10px;*/
}
/* line 1159, ../_sass/style.scss */
div.divintab fieldset div.input-small2, div.boxpieno fieldset div.input-small2 {
  width: 75%;
}
/* line 1165, ../_sass/style.scss */
div.divintab fieldset div.input-small3.floatl, div.boxpieno fieldset div.input-small3.floatl {
  width: 48%;
}
@media (max-width: 992px) {
  /* line 1165, ../_sass/style.scss */
  div.divintab fieldset div.input-small3.floatl, div.boxpieno fieldset div.input-small3.floatl {
    width: 100%;
    margin-bottom: 2em;
  }
}
/* line 1172, ../_sass/style.scss */
div.divintab fieldset div.input-small3.floatr, div.boxpieno fieldset div.input-small3.floatr {
  width: 48%;
}
@media (max-width: 992px) {
  /* line 1172, ../_sass/style.scss */
  div.divintab fieldset div.input-small3.floatr, div.boxpieno fieldset div.input-small3.floatr {
    width: 100%;
  }
}
/* line 1179, ../_sass/style.scss */
div.boxpieno fieldset div.input-small3 {
  width: 48%;
}
/* line 1184, ../_sass/style.scss */
div.divintab fieldset div.input-small4l {
  width: 32%;
  margin-left: 15px;
}
/* line 1188, ../_sass/style.scss */
div.divintab fieldset div.input-small4r {
  width: 32%;
  margin-right: 15px;
}
/* line 1193, ../_sass/style.scss */
div.divintab span.spansx {
  width: 165px;
  text-align: left;
}
/* line 1198, ../_sass/style.scss */
div.boxpieno span.spansx {
  width: 160px;
  text-align: left;
}
/* line 1204, ../_sass/style.scss */
div.divintab fieldset div.input-small4l span.spansx, div.divintab fieldset div.input-small4r span.spansx {
  width: 100px;
}
/* line 1208, ../_sass/style.scss */
div.divintab span.spandx {
  width: 40px;
  text-align: center;
}
/* line 1213, ../_sass/style.scss */
div.boxpieno span.spandx {
  width: 40px;
  text-align: center;
}
div.boxpieno span.spandx sup { font-size: 10px; }
/* line 1217, ../_sass/style.scss */
div.divintab fieldset button {
  min-width: 100px;
}

/* --- Gestione elenchi ------------------------------------------------------------------------ */
/* line 1225, ../_sass/style.scss */
form#frmcerca > button, form#uploader > button, form#formprod > button {
  min-width: 100px;
}

form#formprod div#mpdatabe div.ms-parent div.ms-drop { width: 60em; }

/* line 1232, ../_sass/style.scss */
div.divintab fieldset.smalline {
  margin: 5px auto;
  padding: 5px;
  border-width: 1px;
}
/* line 1237, ../_sass/style.scss */
div.divintab textarea.input-text {
  height: 65px;
}
/* line 1241, ../_sass/style.scss */
div.boxpieno textarea.input-text, div.recnuovo textarea.input-text, div.well textarea.input-text, div.share-resp textarea.input-text {
  height: 65px;
}
/* line 1245, ../_sass/style.scss */
div.divintab select.btinspan, div.divintab INPUT[type=text].btinspan {
  height: 34px;
}

/* line 1252, ../_sass/style.scss */
#reclista select.btinspan {
  height: 34px;
}
/* line 1256, ../_sass/style.scss */
#reclista INPUT[type=text].btinspan, #reclista INPUT[type=file].btinspan {
  height: 34px;
}

/* line 1263, ../_sass/style.scss */
#recnuovo00 select.btinspan, #recnuovo00 INPUT[type=text].btinspan {
  height: 34px;
}

/* line 1269, ../_sass/style.scss */
#newcateg00 select.btinspan, #newcateg00 INPUT[type=text].btinspan {
  height: 34px;
}

/* line 1275, ../_sass/style.scss */
#contpage select.btinspan {
  height: 34px;
}
/* line 1279, ../_sass/style.scss */
#contpage INPUT[type=text].btinspan, #contpage INPUT[type=file].btinspan {
  height: 34px;
}

/* line 1285, ../_sass/style.scss */
div.input-group span.btinspan {
  height: 34px;
}

/* line 1289, ../_sass/style.scss */
.validateTips {
  border: 1px solid transparent;
  padding: 0.3em;
}

/* line 1294, ../_sass/style.scss */
.form-alert {
  border: 1px solid red !important;
}

/* line 1299, ../_sass/style.scss */
div.elencovc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
/* line 1306, ../_sass/style.scss */
div.titolivc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: stretch;
}
/* line 1312, ../_sass/style.scss */
div.titolivc li {
  display: block;
  float: left;
  /* elementi su singola riga */
  margin: 0 1px;
  padding: 2px 0;
  min-height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background-color: #afd7d6;
  color: #003366;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #efefef;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.titolivc.font-ridotto li { font-size: 13px; }
/* line 1331, ../_sass/style.scss */
div.titolivc ul.rigadoppia li { min-height: 54px; }
/*@media (max-width: 767px) {*/
@media (max-width: 1024px) {
	div.titolivc ul.rigadoppia li { font-size: 13px; }
}
div.titolivc ul.doppiata li {
  font-size: 13px;
  margin-top: 1px;
  min-height: 20px;
  line-height: 20px;
}
/* line 1337, ../_sass/style.scss */
div.titolivc ul.doppalta li {
  font-size: 13px;
  margin-top: 1px;
  min-height: 46px;
  line-height: 20px;
}
/* line 1345, ../_sass/style.scss */
div.titolivc li.bigtitle {
  background-color: white;
  color: black;
  font-size: 15px;
}
/* line 1350, ../_sass/style.scss */
div.titolivc li.nobold {
  font-weight: normal;
}
/* line 1353, ../_sass/style.scss */
div.titolivc li.reverse {
  background-color: silver;
  color: #666666;
}
/* line 1357, ../_sass/style.scss */
div.titolivc li.weekend {
  background-color: #F0E68C;
  color: #666666;
}
/* line 1361, ../_sass/style.scss */
div.titolivc li.txtverti {
  min-height: 48px;
  line-height: 48px;
  vertical-align: middle;
}
/* line 1366, ../_sass/style.scss */
div.titolivc li.bianco {
  background-color: white;
  border-color: white;
}
/* line 1372, ../_sass/style.scss */
div.elencovc li.bianco {
  background-color: white;
  border-color: white;
}
/* line 1376, ../_sass/style.scss */
div.titolivc li.sottitol, div.elencovc li.sottitol {
  background-color: #f7f7f7;
  border: 1px solid #efefef;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 1382, ../_sass/style.scss */
div.titolivc ul.riga2 li, div.elencovc ul.riga2 li {
  margin-top: 1px;
  border-bottom: 1px solid #666666;
  min-height: 20px;
  line-height: 20px;
}
/* line 1388, ../_sass/style.scss */
div.titolivc a.linkord {
  color: #003366;
  text-decoration: underline;
}
/* line 1391, ../_sass/style.scss */
div.titolivc a.linkord:link, div.titolivc a.linkord:visited {
  color: #003366;
  text-decoration: underline;
}
/* line 1395, ../_sass/style.scss */
div.titolivc a.linkord:hover {
  color: #003366;
  text-decoration: none;
}
/* line 1402, ../_sass/style.scss */
div.elencovc ul.xricerca INPUT[type=text], div.elencovc ul.xricerca select, div.elencovc ul.xricerca button.ms-choice {
  width: 90%;
  height: 20px;
  border: 1px solid #D2D2D2;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 2px;
  font-size: 11px;
}
div.elencovc ul.xricerca button.ms-choice > span { top: 0 !important; font-size: 11px !important; line-height: 21px; }
div.elencovc ul.xricerca .editdata {
	padding: 5px 2px;
	font-size: 11px;
}
/* line 1410, ../_sass/style.scss */
div.elencovc li {
  display: block;
  float: left;
  /* elementi su singola riga */
  margin: 2px 1px;
  min-height: 25px;
  text-align: center;
}
div.elencovc .ms-parent .ms-drop ul li { min-height: 20px; text-align: left; float: none;}
div.elencovc.font-ridotto li { font-size: 12px; }
/* line 1417, ../_sass/style.scss */
div.elencovc li.vcentro {
  line-height: 25px;
  vertical-align: middle;
}
/* line 1421, ../_sass/style.scss */
div.elencovc li.sfondo {
  padding: 0 5px;
  border: 1px solid white;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.5;
  filter: Alpha(opacity=50);
}
/* line 1431, ../_sass/style.scss */
div.titolivc li.attivo, div.elencovc li.attivo {
  background-color: #03C03C;
}
/* line 1434, ../_sass/style.scss */
div.titolivc li.chiuso {
  background-color: red;
}
/* line 1439, ../_sass/style.scss */
div.elencovc li.chiuso {
  background-color: red;
}
/* line 1442, ../_sass/style.scss */
div.elencovc li.textl {
  text-align: left;
}
/* line 1445, ../_sass/style.scss */
div.elencovc li.textr {
  text-align: right;
  padding-right: 0.5em;
}
/* line 1450, ../_sass/style.scss */
div.elencovc INPUT[type=text].celledit {
  width: 90%;
  height: 98%;
  text-align: right;
  font-size: 12px;
  border: 0;
  background-color: #efefef;
  padding: 1px 2px;
  margin: 3px 0;
}
/* line 1459, ../_sass/style.scss */
div.elencovc INPUT[type=text].celledit:hover {
  cursor: pointer;
  border: 1px solid #B2B2B2;
  padding: 0 1px;
}
/* line 1465, ../_sass/style.scss */
div.elencovc INPUT[type=text].celactiv {
  border: 1px solid #FF9900;
  padding: 0 1px;
  background-color: #f7f7f7;
}
div.elencovc INPUT[type=text].celinput {
	border: 1px solid #ccc;
    border-radius: 3px;
	padding: 0 5px;
	text-align: right;
	background-color: #d0e6ea !important;
    color: #003366 !important;
	width: 60%;
}
div.elencovc ul li span.badge-info {
	background-color: #2aabd2 !important;
}
div.elencovc ul li span.label-ritard {
    min-width: 22px;
    min-height: 21px;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 2;
	font-size: 10px;
}
div.elencovc ul li span.label-share {
    min-width: 22px;
    min-height: 21px;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 2;
}
div.elencovc ul li span.label-priority {
    min-width: 20px;
    min-height: 21px;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 2;
	font-size: 88%;
}
div.elencovc ul li span.high-priority {
	background-color: red;
    color: white;
    font-weight: bold;
    font-size: 130%;
    padding: 0 2px;
}
div.elencovc ul li span.low-priority {
	background-color: lightgreen;
    color: white;
    font-weight: bold;
    font-size: 130%;
    padding: 0 2px;
}
div.elencovc ul li button.btninfon.btn-segncomm { padding: 1px 3px; }
div.elencovc ul li button.btninfon.btn-segncomm span.badge { padding: 1px 3px; }
div.elencovc ul li div.popover-content {
	overflow-y: auto;
	color: #000000;
}
div.elencovc ul li div.popover-content span {
	color: #003366;
    font-style: italic;
}
/* line 1474, ../_sass/style.scss */
#listarti div.elencovc li, #listoria div.elencovc li {
  min-height: 20px;
  line-height: 20px;
}

/* line 1480, ../_sass/style.scss */
div.elencovc li.cpt {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  color: black;
}
/* line 1486, ../_sass/style.scss */
div.elencovc li.ctg {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  color: #666666;
}

/* line 1494, ../_sass/style.scss */
span.ctg {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  color: #666666;
}

/* line 1502, ../_sass/style.scss */
div.elencovc li.grp {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  color: black;
}
/* line 1508, ../_sass/style.scss */
div.elencovc li.voc {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  color: black;
}
/* line 1514, ../_sass/style.scss */
div.elencovc li.svc {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  color: black;
}

/* line 1522, ../_sass/style.scss */
INPUT[type=text].svc {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  color: black;
}

/* line 1531, ../_sass/style.scss */
div.elencovc li.txtl {
  text-align: left;
}
/* line 1534, ../_sass/style.scss */
div.elencovc li.txtr {
  text-align: right;
}
/* line 1537, ../_sass/style.scss */
div.elencovc li.txtsmall {
  font-size: 11px;
}
/* line 1541, ../_sass/style.scss */
div.bordato li {
  border-right: 1px solid #666666;
}

/* line 1546, ../_sass/style.scss */
li.vertical {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

/* line 1551, ../_sass/style.scss */
input.infocel {
  color: #666666;
  font-style: italic;
}
/* line 1554, ../_sass/style.scss */
input.infocel:focus {
  color: black;
  font-style: normal;
}

/* line 1561, ../_sass/style.scss */
INPUT[type=text].nobord {
  border: 0;
}
/* line 1564, ../_sass/style.scss */
INPUT[type=text].celday {
  width: 90%;
  height: 98%;
  text-align: right;
  font-size: 12px;
}
/* line 1569, ../_sass/style.scss */
INPUT[type=text].celday:hover {
  cursor: pointer;
}

/* line 1576, ../_sass/style.scss */
div.panelview table.table th span {
  font-weight: normal;
}
/* line 1579, ../_sass/style.scss */
div.divintab table.table td.titolo {
  background-color: #efefef;
}
/* line 1582, ../_sass/style.scss */
div.grid-pages {
  float: left;
/*  width: 92.5em;*/
	width: 100%;
  background-color: #86c8c4;
  height: 24px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #003366;
}
/* line 1591, ../_sass/style.scss */
div.panel-body-small2 div.grid-pages {
  width: 99.5%;
}
/* line 1594, ../_sass/style.scss */
div.paginaze {
  float: right;
  margin: 0 2px 2px 0;
  padding: 2px 0;
}
/* line 1599, ../_sass/style.scss */
div.numrighe {
  float: left;
  padding: 2px 5px;
  text-align: left;
}
/* line 1604, ../_sass/style.scss */
div.paginaze > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
/* line 1609, ../_sass/style.scss */
div.paginaze > ul > li {
  display: block;
  float: left;
  /* elementi su singola riga */
  margin: 0 1px;
  padding: 2px 0;
  min-width: 50px;
  min-height: 16px;
  line-height: 16px;
  vertical-align: middle;
  background-color: white;
  color: #666666;
  text-align: center;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.paginaze > ul > li.actual-page span { font-weight: bold; }
div.row-sharing h3 span.label { font-size: 100%; }
div.share-feedback, div.share-response, div.share-resp { margin-top: 5px; }
div.share-response { padding-left: 40px; }
div.share-response span { font-size: 80%; }
div.share-resp button {
	float: right;
    margin-top: 5px;
}
div.share-resp p {
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
    margin-top: 5px;
	color: red;
}
div.list-group-sharing div.list-group-item h4.list-group-item-heading {
	width: 90%;
    float: left;
	font-weight: normal;
}
div.list-group-sharing div.list-group-item p.list-group-item-text-shadow {
    min-height: 33px;
    padding: 5px 10px;
    background-color: #E3EEF4;
    border-radius: 4px;
}
div.list-group-sharing div.list-group-item p.list-group-item-text-shadow button {
	/*float: right;*/
	position: absolute;
    right: -10px;
    bottom: 0px;
}
div.list-group-sharing div.list-group-item p.list-group-item-text-response {
	margin-top: 0;
	padding: 5px 10px;
    background-color: #D3D3D3;
    border-radius: 4px;
}
div.list-group-sharing div.list-group-item div.col-md-1 { padding-top: 5px; }
form#formshar div.well, form#formcrea div.well { padding: 5px 10px; }
form#formshar div.well div.col-md-well { padding-left: 0px; padding-right: 0px; }
form#formshar div.well span.spansx { min-width: 104px; }
fieldset.fieldset-box {
    border: 1px solid #003366;
    border-radius: 4px;
}
/* --- Gestione paginazione elenchi ------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------- */
/*button.btn {
	background-color: $color_2;
	background-image: linear-gradient(to bottom,$color_2 0,$color_2 100%);
	color: $color_PRIME;
}
button.btn:hover { cursor: pointer; border-color: $color_PRIME; background-image: linear-gradient(to bottom,$color_2 0,$color_2 100%); color: $color_PRIME; }*/
/* line 1642, ../_sass/style.scss */
div#memoinfo {
  width: 98%;
  min-height: 60px;
  max-height: 100px;
  overflow-y: scroll;
  background-color: #efefef;
  color: black;
  padding: 3px;
  border: 1px solid #003366;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}
form#formcrea div.well div#memoinfo { width: 100%; margin-top: 5px; margin-bottom: 0; }
form#formcrea div.well div#infonote { padding: 0; }
form#formcrea div.well div#infonote textarea { width: 100%; padding: 2px 5px; }
/* line 1654, ../_sass/style.scss */
div#memoinfo span {
  color: #003366;
  font-style: italic;
}
/* line 1659, ../_sass/style.scss */
div.popover-content span {
  color: #003366;
  font-style: italic;
}

table.limiti-sostanze tbody tr td { height: 26px; line-height: 26px; }
table.limiti-sostanze tbody tr td span { font-weight: bold; }
table.limiti-sostanze tbody tr td .form-control { font-size: 90%; padding: 2px 5px; height: 26px; }

div.div-report .input-group-addon.spandx { padding: 0; }
div.div-report .input-group-addon i:hover, div.div-report .input-group .editdata:hover { cursor: pointer !important; }
/* line 1663, ../_sass/style.scss */
div#loadreport {
  display: inline;
  float: left;
  height: 30px;
  margin-right: 5px;
  padding: 0;
}
/* line 1669, ../_sass/style.scss */
div#loadreport img {
  height: 30px;
}
div#loadreport2 {
  display: inline;
  height: 30px;
  margin-right: 5px;
  padding: 0;
}
div#loadreport2 img {
  height: 30px;
}

/* line 1676, ../_sass/style.scss */
span.input-group-addon {
  background-color: #e3eef4;
  color: #003366;
}
/* line 1680, ../_sass/style.scss */
span.rimchars {
  position: absolute;
  bottom: 1px;
  left: 110px;
}
div.well span.rimchars { left: 60px; }
/* line 1687, ../_sass/style.scss */
div.graphtit {
  margin-top: 10px;
  color: #003366;
}

div.table-container {
	width: 100%;
    overflow: auto;
}

table.table-report TH {
  border-bottom: 0; /* Maurizio */
}

/* line 1694, ../_sass/style.scss */
table.table-report > thead > tr > th {
  background-color: #afd7d6;
  color: #003366;
  border-bottom: 0;
  text-align: center; /* Maurizio */
}
/* line 1699, ../_sass/style.scss */
table.table-report > thead > tr:first-child > th {
  background-color: #85c7c3;
  color: #003366;
  border-bottom: 0;
}
/* line 1706, ../_sass/style.scss */
table.table-report > tbody > tr > th.titolo, table.table-report > tbody > tr > td.titolo {
  background-color: #86c8c4 !important;
  color: #003366;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

/*table.table-report>thead>tr>th:first-child, table.table-report>tbody>tr>td:first-child, table.table-report>tbody>tr>th:first-child { width: 18%; }*/
/* line 1719, ../_sass/style.scss */
.titolo img {
  float: left;
  padding: 0;
  margin: 1px 5px;
}
/* line 1724, ../_sass/style.scss */
.titolo span {
  float: left;
  margin: 0.5em auto;
  font-weight: bold;
}

/* line 1733, ../_sass/style.scss */
table.table-report > tbody > tr > th.titolo2, table.table-report > tbody > tr > td.titolo2 {
  background-color: #d2e7e5 !important;
  color: #003366;
  padding: 0;
  margin: 0;
}
table.table-report > tbody > tr > th.titolo3, table.table-report > tbody > tr > td.titolo3 {
  background-color: #003366 !important;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
/* line 1742, ../_sass/style.scss */
table.table-report > tbody.tbody-mod1 > tr > th:first-child, table.table-report > tbody.tbody-mod1 > tr > th.last-cols {
  background-color: #d2e7e5;
  color: #003366;
  border-bottom: 1px solid white;
}
table.table-report > tbody.tbody-mod1 > tr > th.desc-larg { width: 25%; }
/* line 1748, ../_sass/style.scss */
table.table-report > tbody.tbody-mod1 > tr > td {
  border-top: 0;
  border-bottom: 1px solid #dddddd;
}
/* line 1752, ../_sass/style.scss */
table.table-report > tbody.tbody-mod1 > tr > th > span.label, table.table-report > tbody.tbody-mod1 > tr > td > span.label {
  width: 50%;
  min-width: 70px;
  display: block;
  margin: 0 auto;
  font-size: 1em;
}
/* line 1761, ../_sass/style.scss */
table.table-report > tbody.tbody-mod2 > tr > th, table.table-report > tbody.tbody-mod2 > tr > td {
  border-top: 0;
}
table.table-report > tbody.tbody-mod2 > tr > td > span.label {
	min-width: 70px;
}
/* line 1765, ../_sass/style.scss */
table.table-report > tbody.tbody-mod2:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/* line 1768, ../_sass/style.scss */
table.table-report > tbody.tbody-mod2:nth-of-type(odd) > tr:last-child > td, table.table-report > tbody.tbody-mod2:nth-of-type(odd) > tr:last-child > th {
  border-bottom: 1px solid #dddddd;
}
/* line 1774, ../_sass/style.scss */
table.table-report > tbody.tbody-mod2:nth-of-type(2) > tr:last-child > td, table.table-report > tbody.tbody-mod2:nth-of-type(2) > tr:last-child > th {
  border-bottom: 1px solid #dddddd;
}
/* line 1779, ../_sass/style.scss */
table.table-report > tbody.tbody-mod2 > tr:first-child > th:first-child {
  background-color: #d2e7e5;
  min-width: 210px;
}
/* line 1784, ../_sass/style.scss */
table.table-report > tbody.tbody-mod2 > tr > th > span.label {
  width: 50%;
  display: block;
  margin: 0 auto;
  font-size: 1em;
}
/* line 1791, ../_sass/style.scss */
table.table-report > tbody.tbody-mod2 > tr > td > span.label {
  width: 50%;
  display: block;
  margin: 0 auto;
  font-size: 1em;
}
/* line 1797, ../_sass/style.scss */
table.table-report > tbody.tbody-mod2 > tr > td > span.label-white {
  background-color: white;
  color: #428bca;
}
/* line 1802, ../_sass/style.scss */
table.table-report > tbody.tbody-mod2 > tr > th.last-cols {
  background-color: #d2e7e5;
  color: #003366;
}

table.table-reportnc thead tr th, table.table-reportnc tbody tr td { text-align: center; }
table.table-reportnc tbody tr th { text-align: left; font-weight: bold; border-bottom: 0; }
table.table-reportnc thead tr th { background-color: #003366; color: white; border-left: 1px solid white; line-height: 110%; vertical-align: middle; }
table.table-reportnc thead tr th p { margin: 0; font-weight: normal; border-bottom: 1px solid white; padding: 2px 0 1px 0; }
table.table-reportnc thead tr th p:nth-of-type(2) { min-height: 60px; }
table.table-reportnc thead tr th p:last-child { border-bottom: 0; }
table.table-reportnc thead tr th p span { display: inline-block; width: 50%; }
table.table-reportnc thead tr th:nth-of-type(5) p span { width: 25%; }

table.table-reportnc tbody tr td:first-child { width: 27%; }
table.table-reportnc tbody tr td:nth-of-type(2) { width: 7%; }
table.table-reportnc tbody tr td:nth-of-type(3) { width: 12%; }
table.table-reportnc tbody tr td:nth-of-type(4) { width: 7%; }
table.table-reportnc tbody tr td:nth-of-type(5) { width: 7%; }
table.table-reportnc tbody tr td:nth-of-type(6) { width: 7%; }
table.table-reportnc tbody tr td:nth-of-type(7) { width: 7%; }
table.table-reportnc tbody tr td:nth-of-type(8) { width: 7%; }
table.table-reportnc tbody tr td:nth-of-type(9) { width: 7%; }
table.table-reportnc tbody tr td:nth-of-type(10) { width: 12%; }

#div-graph .panel-heading { padding: 5px 10px; }
#div-graph .panel-heading h2 { font-size: 16px; }
#div-graph .panel-body { padding: 10px 5px; }
#div-graph .panel-body>div { padding: 0 5px; }
#div-graph .panel-body>div h6 { font-size: 14px; }
#div-graph .panel-body>div fieldset {
	margin: 5px auto;
    padding: 5px;
	border: 1px solid #003366;
	border-radius: 3px;
}
#div-graph .panel-body>div fieldset legend { font-size: 13px; }
#div-graph .panel-body>div fieldset div img { width: 100%; max-width: 600px; }
#div-graph .panel-body>div fieldset div img.istogram { max-width: 100%; }

div.legend-box { width: 100%; margin: 0 auto; padding: 2px 4px; background-color: white; }
div.legend-box div.legend-field { float: left; width: 198px; }
div.legend-box div.legend-field div.color-box { border: 1px solid #003366; width: 16px; height: 16px; float: left; margin-right: 4px; }
div.legend-box div.legend-field span.legend-text { font-size: 12px; }
div.graph-container { background-color: white; height: 500px; overflow-y: scroll; text-align: center; }

/*#ABCDEF;*/
/*table.table-report>tbody.tbody-mod2>tr:nth-of-type(odd) { background-color: $color_6; }*/
/* line 1816, ../_sass/style.scss */
span.label-valori {
  /* background-color: #e08ea7; */
  color: #003366;
  font-weight: normal;
}
/* line 1819, ../_sass/style.scss */
span.label-object {
  /* background-color: #85c7c3; */
  color: #003366;
  font-weight: normal;
}
/* line 1822, ../_sass/style.scss */
span.label-totgroup {
  background-color: white;
  margin: 2px auto !important;
  color: #003366;
  float: none;
}

/* line 1830, ../_sass/style.scss */
#footer {
  width: 100%;
  height: 30px;
  position: fixed;
  bottom: 0px;
  color: #a3b1b1;
  /*background-color: $color_3;*/
  /*MODIFICATO LAURA*/
  background-image: linear-gradient(to bottom, #34495e 0%, #34495e 100%);
  border-top: 1px solid silver;
  text-align: center;
  z-index: 100;
  padding-top: 0.4em;
	@media (max-width: 992px) {
		font-size: .85em;
	}
}
@media (max-width: 767px) {
  /* line 1830, ../_sass/style.scss */
  #footer {
    min-width: 769px;
  }
}
/* line 1845, ../_sass/style.scss */
#footer p {
  margin: 5px 10px;
}
/* line 1848, ../_sass/style.scss */
#footer a, #footer span {
  color: white;
}
/* line 1851, ../_sass/style.scss */
#footer em {
  font-style: italic;
}

/* --------------------------------------------------- NAV Toggle --------------------------------------------------- */
/*
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
*/
/* --------------------------------------------------- FINE NAV Toggle --------------------------------------------------- */


.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.ms-drop ul > li { padding: 0 5px; }

NAV.navbar .container-fluid .navigator .menu-btt > LI UL LI UL {top: 0; left: 100%;}

/* --------------------------------------------------- Dropdown submenu --------------------------------------------------- */
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.btn-secondary {
  color: #fff;
  background-color: darkgrey;
  border-color: darkgrey;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
