﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,800);
body {
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  background-color: #ebebeb;
}
body,
input,
textarea {
  color: #525252;
}
a img {
  border: 0;
}
.title {
  padding-left: 10px;
  padding-right: 10px;
}
.title h1 {
  font-weight: 400;
  padding-left: 10px;
}
.title h3 {
  font-weight: 400;
  padding-left: 10px;
}
.head {
  background: url(/img/g/back_nero.png);
}
.header_site {
  background-image: url(/img/g/back_nero.png);
  width: 100%;
  display: inline-block;
  padding: 5px 0;
}
.header_site .logo {
  margin: 0 0 0 20px;
  height: 28px;
}
.header_title {
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 3px;
  font-size: 20px;
  font-variant: small-caps;
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px;
  padding-left: 33px;
  font-weight: bold;
}
.header_title span {
  float: right;
  margin-right: 30px;
}
.gridLayout {
  width: 100%;
}
.gridLayout td {
  vertical-align: top;
}
/*Vari*/
.napp {
  width: 100%;
  margin-top: 120px;
  text-align: center;
}
.centraSchermo {
  margin: 20px auto 0 auto;
}
.centraSchermoA {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.riquadro {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 15px;
  background-color: #ffffff;
}
.centraSchermo.riquadro {
  padding: 30px;
  width: 300px;
}
.centraSchermo.riquadro table {
  width: 100%;
  border-spacing: 5px;
}
.centraSchermo.riquadro table input[type=button] {
  padding: 10px 50px;
  font-size: 12pt;
}
.titoloSezione {
  font-size: 20px;
  font-variant: small-caps;
}
.info {
  font-style: italic;
  color: gray;
}
.box {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
}
.clear {
  clear: both;
}
/*hr*/
hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
/*CSS per INPUT*/
input[type="text"],
input[type="password"],
select,
textarea {
  padding: 5px;
  border: solid 1px #DFDDDD;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 400;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-radius: 3px;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
select:disabled,
textarea:disabled {
  background-color: #EBEBEB;
}
select {
  padding: 4px;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: solid 1px #ffffff;
  box-shadow: 0 0 5px 1px #969696;
}
select:focus {
  padding: 4px;
}
/*JQUERY UI*/
.ui-dialog {
  -webkit-box-shadow: 0 0 18px 0 rgba(50, 50, 50, 0.84);
  -moz-box-shadow: 0 0 18px 0 rgba(50, 50, 50, 0.84);
  box-shadow: 0 0 18px 0 rgba(50, 50, 50, 0.84);
}
.ui-widget-header {
  border: 0;
  background: none;
  background-color: white;
  font-weight: normal;
  font-size: 20px;
  font-variant: small-caps;
}
.ui-dialog-titlebar {
  border-width: 0 0 1px;
  background: none;
  background-color: white;
  /*-moz-border-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)) 1 stretch;
    -o-border-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)) 1 stretch;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)) 1 stretch;
    border-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)) 1 stretch;*/
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
}
.ui-widget {
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
}
.ui-datepicker-calendar tr td a.ui-state-default {
  background: none repeat scroll 0 0 #ebebeb;
  border: 0 none;
  display: block;
  padding: 0;
  box-shadow: none;
  text-shadow: none;
  color: #525252;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  color: white;
  font-size: 15px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: linear-gradient(to bottom, #a3c012 5%, #ffffff 100%);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  color: #526310;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.ui-tabs.ui-widget-content,
.ui-tabs .ui-tabs-panel {
  border: solid 1px #dedede;
}
.ui-tabs .ui-tabs-panel {
  background-color: #ffffff;
}
.ui-tabs.ui-widget-content,
.ui-tabs .ui-widget-header {
  background-color: #f7f7f7;
}
.ui-tabs .ui-state-default {
  border-radius: 4px 4px 0px 0px;
}
/*Buttons*/
button,
input[type=button],
input[type=file],
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.qq-upload-button {
  -moz-box-shadow: inset 0 1px 0 0 #d5e58f;
  -webkit-box-shadow: inset 0 1px 0 0 #d5e58f;
  box-shadow: inset 0 1px 0 0 #d5e58f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a3c012), color-stop(1, #849b11));
  background: -moz-linear-gradient(top, #a3c012 5%, #849b11 100%);
  background: -webkit-linear-gradient(top, #a3c012 5%, #849b11 100%);
  background: -o-linear-gradient(top, #a3c012 5%, #849b11 100%);
  background: -ms-linear-gradient(top, #a3c012 5%, #849b11 100%);
  background: linear-gradient(to bottom, #a3c012 5%, #849b11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=0);
  background-color: #a3c012;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #a3c012;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  padding: 1px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #889c22;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
button:hover,
input[type=button]:hover,
.ui-button:hover {
  box-shadow: inset 0 1px 0 0 #d5e58f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8fa910), color-stop(1, #5d6d0c));
  background: -moz-linear-gradient(top, #8fa910 5%, #5d6d0c 100%);
  background: -webkit-linear-gradient(top, #8fa910 5%, #5d6d0c 100%);
  background: -o-linear-gradient(top, #8fa910 5%, #5d6d0c 100%);
  background: -ms-linear-gradient(top, #8fa910 5%, #5d6d0c 100%);
  background: linear-gradient(to bottom, #8fa910 5%, #5d6d0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color3', endColorstr='@color4', GradientType=0);
  background-color: #8fa910;
}
button:active,
input[type=button]:active,
.ui-button:active {
  /*position: relative;
    top: 1px;*/
}
.round {
  /*Rounded edges*/
  -moz-border-radius: 8px;
  /* FF1+ */
  -webkit-border-radius: 8px;
  /* Saf3-4 */
  border-radius: 8px;
  /* Opera 10.5, IE 9, Saf5, Chrome */
  background-repeat: no-repeat;
  border: 1px solid #CCCCCC;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  position: relative;
  width: 16px;
  z-index: 1;
}
.round:before {
  content: "";
  /*Rounded edges*/
  -moz-border-radius: 8px;
  /* FF1+ */
  -webkit-border-radius: 8px;
  /* Saf3-4 */
  border-radius: 8px;
  /* Opera 10.5, IE 9, Saf5, Chrome */
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 5px solid #ccc;
  border-color: #fefefe #f0f0f0 #eaeaea #f0f0f0;
}
.round:after {
  content: "";
  /*background: #fff url(../images/finance.jpg) no-repeat 0 0;
                Shadows*/
  -moz-box-shadow: inset 0 2px 8px #333;
  /* FF3.5+ */
  -webkit-box-shadow: inset 0px 2px 8px #000;
  /* Saf3.0+*/
  box-shadow: inset 0 2px 8px #333;
  /* Opera 10.5, IE 9 */
  /*Glow effect*/
  -webkit-mask-box-image: url(/img/circle16px.png);
  /*Rounded edges*/
  -moz-border-radius: 8px;
  /* FF1+ */
  -webkit-border-radius: 8px;
  /* Saf3-4 */
  border-radius: 8px;
  /* Opera 10.5, IE 9, Saf5, Chrome */
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 1px solid #999;
}
@-webkit-keyframes color_change {
  to {
    background-color: white;
  }
}
@-moz-keyframes color_change {
  to {
    background-color: white;
  }
}
@-ms-keyframes color_change {
  to {
    background-color: white;
  }
}
@-o-keyframes color_change {
  to {
    background-color: white;
  }
}
@keyframes color_change {
  to {
    background-color: white;
  }
}
.cicle {
  -moz-animation: color_change 1s infinite alternate;
  -o-animation: color_change 1s infinite alternate;
  -webkit-animation: color_change 1s infinite alternate;
  animation: color_change 1s infinite alternate;
}
.user:before {
  content: url('/img/user.png') " ";
}
.group:before {
  content: url('/img/users.png') " ";
}
.a0 {
  width: 0 !important;
}
.barraVerde {
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  background: linear-gradient(to bottom, #a3c012 5%, #849b11 100%);
  border-radius: 9px;
}
.bolla {
  color: white;
  text-align: center;
  font-weight: 800;
}
.fatta-no {
  background-color: #ff3f3f;
  color: white;
}
.fatta-si {
  background-color: #37fc37;
  color: black;
}
.allegato {
  display: inline-block;
  width: 100px;
  height: 96px;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.allegato a {
  text-decoration: none;
}
.allegato:hover .command {
  visibility: visible;
}
.allegato .command {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: gray;
  box-shadow: -2px 3px 4px 0px white;
  visibility: hidden;
}
.allegato .command img {
  cursor: pointer;
  margin: 4px;
}
.allegato .filename {
  text-overflow: ellipsis;
  overflow: hidden;
}
.bollino {
  position: absolute;
  margin-top: -2px;
  margin-left: -11px;
  background-color: red;
  border-radius: 7px;
  width: 12px;
  height: 12px;
  color: white;
  border: 1px solid white;
  text-align: center;
  font-size: 9px;
  font-weight: 300;
  cursor: pointer;
  line-height: normal;
}
.conCursore {
  cursor: pointer;
}
.disableRow td {
  color: gray;
  background-color: gainsboro;
  text-shadow: 1px 1px 0px #ffffff;
}
.disableRow .iconCommand,
.disableRow .bollino {
  display: none;
}
.legenda {
  display: inline-block;
  right: 68px;
  position: absolute;
}
.legendaVoce {
  font-size: 13px;
  top: -4px;
  position: relative;
}
.legendaVoce a {
  text-decoration: none;
  color: black;
}
.legendaVoce.selezionata a {
  color: red;
  text-decoration: underline;
  font-weight: 800;
}
.box_expander {
  float: left;
  margin-right: 10px;
  border: 1px solid grey;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  background-color: green;
  color: white;
  margin-top: -33px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
.box_expander2 {
  float: left;
  margin-right: 10px;
  border: 1px solid grey;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  background-color: green;
  color: white;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
/*# sourceMappingURL=base.css.map */

.filtro-item{
    margin-right:10px;
    display:inline-block;
}

.cella-rossa{
    color:red;
}

.cella-bold{
    font-weight:900;
}