.tablec > thead > tr > th, .tablec > tbody > tr > th, .tablec > tfoot > tr > th, .tablec > thead > tr > td, .tablec > tbody > tr > td, .tablec > tfoot > tr > td {
    padding: 3px 3px;
    vertical-align: middle;
	text-align: center;
	border: solid 1px;
    border-color: #ccc;
}
.consolidato {
	background-color: palegreen !important;
}
.daconsolidare {
	background-color: yellow !important;
}
.damodificare {
	background-color: #fec2c2 !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px 3px;
    vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
}
.atable tr:nth-of-type(even) {
    background-color:#eee;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;    
	position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.sticky {
    background-color: #FEFFC5;
    position: fixed;
	padding: 5px; 
	border: solid;
	min-width: 200px;
	min-height: 100px;
	z-index: 2000;
}
textarea.full {
	border:none; 
	width:100%; 
	height:100%;
	outline: none;
	border-color: Transparent; 
	background-color:#FEFFC5;
}
.stripe{
position: absolute;
    top: 54px;
    width: 100%;
    left: 0;
}
.borderLine{
position: absolute;
    top: 58px;
    width: 100%;
    left: 0;
}
.progressbar {
    margin-left: 0px;
}
.barra-breadcrumb {
    background-color: #fff!important;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50,50,50,0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50,50,50,0.1);
    box-shadow: 0px 3px 5px 0px rgba(50,50,50,0.1);
    height: 30px;
    /* margin-bottom: 20px; */
    width: 100%;
    position: fixed;
    top: 62px;
	margin-bottom: 0;
}
.riga-ravvicinata {
	margin-bottom: -10px;
}
.main-footer-P {
    background: #fff;
    padding: 8px;
    color: #444;
    border-top: 3px solid #8292ac;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1100;
    left: 0;
}
.main-footer-U {
    background: #fff;
    padding: 8px;
    color: #444;
    border-top: 3px solid #024;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1100;
    left: 0;
}
.main-footer-B {
    background: #fff;
    padding: 8px;
    color: #32A445;
    border-top: 3px solid #0D6B1A;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1100;
    left: 0;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.dropdown-user a{
    color: #545454;
    text-decoration: none;
}
.data-collegamento {
    font-size: 13px;
    padding-right: 15px;
    text-align: right;
	padding-top: 2px;
}

.breadcrumb {
  font-size: 12px;
  z-index: 100;
}

.widget .fa{
  font-size: 16px !important;

}
.table-hover tbody tr:hover {
 	  cursor: pointer;
	  cursor: hand;
}

.table-hover1 tbody tr:hover {
		border:2px solid #ff0000;
		background-color: #eaf7fd;
 	  cursor: pointer;
	  cursor: hand;
}
.toolkit-card {
	margin-bottom: 5px;
}
.page-link {
    position: relative;
    display: inline-block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25; 
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
    cursor: pointer;
}
.filter-session .page-link .fa{
  font-size: 18px !important;
  padding-top: 0;
}
.filter-session .page-link {
    position: relative;
    display: block;
    padding: .4rem .55rem;
    margin-left: -1px;
    line-height: 0; 
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #6096ce;
    border-color: #dee2e6;
}
.page-item.active .page-link:hover {
    color: white !important;
}


.page-item.active1 .page-link {
    z-index: 1;
    color: #fff;
    background-color: #28a745;
    border-color: #dee2e6;
}
.page-item.active1 .page-link:hover {
    color: white !important;
    background-color: #27700A;
}



.riga .widget {
    background-color: transparent;	
	margin-bottom:0;
}

.icona-riga {
    box-shadow: none !important;
    padding:0;
}
.tabella-ticket {
   margin-bottom:40px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: url(image/check.svg) no-repeat center;
	background-position: center;
	background-size: 64%;
}
.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.col {
    position: relative;
    width: 100%;
    max-width: 400px;
padding-right: 5px;
    padding-left: 5px;
}
.numero-ticket {
    text-align: right;
    font-size: 16px;
	font-weight: 600;
}
.stato-ticket0 {
    background-color: white;
    border:2px solid white;
}
.stato-ticket0:hover {
    background-color: #f5f9fd;
	cursor: pointer;
	border: 2px solid #f5f9fd;
	opacity: .8;
}
.stato-ticket0-P {
    background-color: white;
    border:2px solid white;
}
.stato-ticket0-P:hover {
    background-color: #f5f9fd;
	cursor: pointer;
	border: 2px solid #f5f9fd;
	opacity: .8;
}
.stato-ticket0-U {
    background-color: white;
    border:2px solid white;
}
.stato-ticket0-U:hover {
    background-color: #f5f9fd;
	cursor: pointer;
	border: 2px solid #f5f9fd;
	opacity: .8;
}
.stato-ticket1-U {
    background-color: #002244;
    border: 2px solid #002244;
    color: white;
}
.stato-ticket0-B {
    background-color: white;
    border:2px solid white;
}
.stato-ticket0-B:hover {
    background-color: #f5f9fd;
	cursor: pointer;
	border: 2px solid #f5f9fd;
	opacity: .8;
}
.stato-ticket1-B {
    background-color: #59b766;
    border: 2px solid #59b766;
    color: white;
}
.stato-ticket1-P {
    background-color: #6096ce;
    border: 2px solid #6096ce;
    color: white;
}
.stato-ticket1-P:hover {
	color: white;
	cursor: pointer;
	border:2px solid #6096ce;
	opacity: .6;
}
.stato-ticket1-U:hover {
	color: white;
	cursor: pointer;
	border:2px solid #6096ce;
	opacity: .6;
}
.stato-ticket1-B:hover {
	color: white;
	cursor: pointer;
	border:2px solid #5ED06E;
	opacity: .6;
}
.stato-ticket1 {
    background-color: #6096ce;
    border:2px solid #6096ce;
    color: white;
}
.stato-ticket1:hover {
	color: white;
	cursor: pointer;
	border:2px solid #6096ce;
	opacity: .6;
}
.label-ticket {
    text-align: right;
    font-size: 14px;
}
.ricerca-numero-ticket {
	border-color:white;
	padding: 0;
}
.ricerca-numero-ticket:hover {
	border-color: #6096ce;
	cursor: pointer;
}
.tag-privato {
	white-space: pre; 
	margin-right: 3px; 
	font-size:11px; 
	border-color: black !important;
	border-bottom: solid;
	border-width: medium; 
	border-radius: 3px; 
	padding: 3px
}
.tag-pubblico-large {
	cursor: pointer;
	white-space: pre; 
	margin-right: 5px; 
	font-size:13px; 
	border-radius: 5px; 
	padding: 5px
}
.tag-privato-large {
	cursor: pointer;
	white-space: pre; 
	margin-right: 5px; 
	font-size:13px; 
	border-color: black !important;
	border-bottom: solid;
	border-width: medium; 
	border-radius: 5px; 
	padding: 5px
}
.tag-pubblico {
	white-space: pre; 
	margin-right: 3px; 
	font-size:11px; 
	border-radius: 3px; 
	padding: 3px;
/*	cursor: pointer;
	cursor: hand;*/
}
#campo-tag {
    background: #ffffff url(image/search.png) right no-repeat;
    background-size: 15px;
    background-position: 95px;
    background-color: #d8e5f5;
  	font-size:10px !important;
}
#campo-tag:hover {
    background-color: #CBEFFF;
 }
#campo-tag:focus {
    background-color: #ffffff;
}
#campo-tag::placeholder {
  font-weight:bold;
  font-size:14px;
  color: #212529;
  opacity: 1; /* Firefox */
}

#campo-tag:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight:bold;
  font-size:14px;
  color: #212529;
}

#campo-tag:-ms-input-placeholder { /* Microsoft Edge */
  font-weight:bold;
  font-size:14px;
  color: #212529;
}
#campo-ricerca {
    background: #ffffff url(image/search.png) right no-repeat;
    background-size: 15px;
    background-position: 80px;
    background-color: #d8e5f5;
}
#campo-ricerca:hover {
    background-color: #CBEFFF;
 }
#campo-ricerca:focus {
    background-color: #ffffff;
}
#campo-ricerca:hover .cloud {
  display: block;
}
#campo-ricerca::placeholder {
  font-weight:bold;
  font-size:14px;
  color: #212529;
  opacity: 1; /* Firefox */
}

#campo-ricerca:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight:bold;
  font-size:14px;
  color: #212529;
}

#campo-ricerca::-ms-input-placeholder { /* Microsoft Edge */
  font-weight:bold;
  font-size:14px;
  color: #212529;
}
.cloud {
  padding: 10px;
  position: absolute;
  width: auto;
  white-space: nowrap;
  word-wrap: no-wrap;
  box-shadow: 1px 1px 20px #aaa;
  border-radius: 5px;
  background-color: #6096ce;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
  transform-style: preserve-3d;
  z-index: 200;
  font-size: 0.9em;
  color: white;

}
.position-relative {
  position: relative;
}
.arrow-up {
    background: url(../img/arrow-down.png) no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    left: 20px;
    top: -12px;
}
.arrow-up15 {
    background: url(../img/arrow-down.png) no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    left: 20px;
    top: -15px;
}
.link-pagina {
	text-decoration: underline;
}
a:hover {
	color: #007bff;
	cursor: pointer;
	text-decoration: underline !important;
}
.campo-lista {
    color: #6096ce;
}
.campo-fisso {
    color: #6096ce;
	position: absolute;
	left: 125px;
}
.campo-fisso #lista-watchers{
	max-height: 74px;
}
.campo-small {
	font-size: 10px;
}
.campo-editabile {
    color: #6096ce;
	position: absolute;
	left: 125px;
	font-weight: 600 !important;
    text-decoration: underline;
}
.campo-editabile:hover {
	color: #64b0ff;
	cursor: pointer;
}
.label-campo {
    color: #879aaf;
    font-weight: 500;
    margin-right: 8px;
	font-size: 15px;
}
.campo-autore {
	color: #365067;
    font-weight: 700;
    margin-left: 0;
    margin-right: 20px;
}
.campo-data {
	color: #879aaf;
    font-weight: 500;
    font-size: 14px;
	margin-right: 20px;
    margin-left: 9px;
}
.campo-stato {
	color: #879aaf;
    font-weight: 500;
    font-size: 14px;
    margin-right: 8px;
    margin-left: 8px;
}
.campo-dati-sessione{
    color: #879aaf;
    font-weight: 500;
    font-size: 14px;
    margin-left: 14px;
    margin-right: 8px;
}
.riga-sessione {
	margin-bottom: 15px;
}
.riga-dati-sessione .fa {
    color: #879aaf;
}
.riga-dati-sessione {
    margin-left: 14px;
}
.riga-dati-sessione .fa {
    font-size: 16px !important;
    color: #656161;
}
.btn-primary {
    background-color: #6096ce;
    border-color: #6096ce;
}
.btn {
    background: #6096ce;
}
a.datepicker-button.default:hover, a.datepicker-button.default:focus {
    background-color: #105c8a;
	color: white;
}
.header-ticket {
    height: 62px;
}
.titolo-ticket {
    font-size:16px;
}

.titolo-ticket  .widget-simple:after {
    clear: none;
}

.margine-sx {
    margin-left: 62px;
}

.sottotitolo {
    padding-top:0 !important;
}

.dati-ticket {
    padding-top:0 !important;
}

.dati-ticket  .fa {
    margin-right: 14px;
}
.button-azioni {
    float: right;
    margin-right: 0px;
    margin-bottom: 10px;
}

.button-azioni  .fa{
display: initial;
}
.modal-dialog {
    max-width: 1500px !important;
}
.accountbg {
  background: url("image/bg.png");
  position: fixed;
  background-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
}
.wrapper-page {
    margin: 7.5% auto;
    width: 330px;
    position: relative;
}
.info {
  background: url("image/info.jpg");
  position: absolute;
  background-position: center center;
  height: 24px;
  width: 25px;
  top: 8px;
  right: 8px;
  z-index: 999;
  display: none;
}
.pulsante-modale {
    position: absolute;
    bottom: 15px;
    right: 25px;
}
.filter-session .page-link:hover {
    background-color: #dee0e2;
}
.riga-bold {
	font-weight: bold;
}
.stato-yt {
    padding: 3px;
    font-size: 10px;
    margin: 5px;
}
.td-link {
	font-size: 11px;
	color: #8b97a2;
	font-weight: 600;
	display: inline-flex;
}
a:visited {
	color:#337ab7;
}
.stato-sla {
	width:13px;
	height:13px;
	border-radius:50%;
	margin: 3px;
	display: inline-block;
}
.label-sla {
	padding-top: 2px;
}
a.datepicker-button {
    cursor: pointer;
    margin-left: 5px;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.btn-area-upload {
/*  color: #4f4f4f;*/
  color: #999999;
  padding: 8px 20px;
  font-size: 16px;
  width: 100%;
  height: 100px;
}
.btn-area-upload:hover {
	color:#FFFFFF;
	background-color: #eaf7fd;
 	  cursor: pointer;
	  cursor: hand;
}
#allegati:active {
    border: 2px dotted #275c9c;
}
#allegati:focus {
    border: 2px dotted #275c9c;
}
#allegati:focus-within {
    border: 2px dotted #275c9c;
}

#allegati:hover {
    border: 2px dotted #275c9c;
	background-color:red;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  opacity: 0;
}
.widget-upload {
    background-color: #777;
    margin-top: 5px;
    padding: 3px 10px;
    border-radius: 5px;
    color: #FFFFFF;
}
.tag-upload {
	cursor:pointer;
	cursor:hand;
}
.icon-upload {
	margin-right: 5px;
	padding:0;
	cursor:pointer;
	cursor:hand;
}
.icon-upload:hover {
	color: red;
}

.upload-file-size {
	color: #ddd;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 1rem;
}

.clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 10px;
}

.clockdiv-verde > div{
	padding: 5px;
	padding-bottom: -8px;
	border-radius: 0;
	display: inline-block;
}
.clockdiv-verde div > span{
	border-radius: 14px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding-right: 5px;
    padding-left: 5px;	
	background: #00816A;
	display: inline-block;
	min-width: 30px;
}

.clockdiv-giallo > div{
	padding: 5px;
	padding-bottom: -8px;
	border-radius: 0;
	display: inline-block;
}
.clockdiv-giallo div > span{
	border-radius: 14px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding-right: 5px;
    padding-left: 5px;	
	background: #d2b909;
	display: inline-block;
	min-width: 30px;
}

.clockdiv-rosso > div{
	padding: 5px;
	padding-bottom: -8px;
	border-radius: 0;
	display: inline-block;
}
.clockdiv-rosso div > span{
	border-radius: 14px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding-right: 5px;
    padding-left: 5px;	
	background: #fc5f51;
	display: inline-block;
	min-width: 30px;
}

.clockdiv-marrone > div{
	padding: 5px;
	padding-bottom: -8px;
	border-radius: 0;
	display: inline-block;
}
.clockdiv-marrone div > span{
	border-radius: 14px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding-right: 5px;
    padding-left: 5px;	
	background: #732710;
	display: inline-block;
	min-width: 30px;
}

.clockdiv-celeste > div{
	padding: 5px;
	padding-bottom: -8px;
	border-radius: 0;
	display: inline-block;
}
.clockdiv-celeste div > span{	
	border-radius: 14px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding-right: 5px;
    padding-left: 5px;	
	background: #479ad9;
	display: inline-block;
	min-width: 30px;
}
.bg-clock {
	margin-right:5px;
	margin-left:8px;
	margin-top: -7px;
	position: absolute;
	right: 47px;
	background-color: #f1f1f1;
	border-radius: 33px;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	padding-bottom: -23px;	
}
.smalltext{
  color: #365067;
    font-weight: 600;
    font-size: 9px;
    margin-top: 3px;
}
.label-sort {
    text-decoration: underline;
 	cursor: pointer;
	cursor: hand;
}
.active-sort {
    color: #479ad9;
}
.highlight {
	color: black;
	background: yellow;
}
blockquote.last-session  {
    border-left: 2px solid #ffffff !important;
    padding-left: 30px;
    margin-left: 20px;
	margin-bottom: 0;
    display: inline-block;
}
blockquote.nolast-session {
    border-left: 2px solid #b8d1e5;
    padding-left: 40px;
    margin-left: 20px;
    margin-bottom: 0;
    display: inline-block;
}
.sottolineato {
	border-bottom: 1px solid #eae3e3;
    margin-left: 54px;	
}
.dati-ticket li {
    list-style: none;
}
*::selection {
    background-color: #9ebee4;
}
*::-moz-selection{
	background-color: #9ebee4;
}


.note-editable ul li {
    color: black;
    display: list-item;
    list-style: disc;
    margin: 1em;
}
.note-editable ol li {
    color: black;
    display: list-item;
    list-style: decimal;
    margin: 1em;
}
.box-processo {
    padding: 0px 0px;
    height: 300px;
}
ul {
margin-left: 1rem;	
}
ol {
margin-left: 1rem;	
}
.box-app0 {
    padding: 10px;
    height: 120px;
    color: #365067;
    background-color: white;
    border: 2px solid white;
    margin-bottom: 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    transition: all 150ms ease-in;
}
/*
.box-app0 {
    padding: 10px;
	height: 120px;
	color: #6096ce;
	background-color: white;
    border:2px solid white;
    margin-bottom: 10px;
	border-radius: 15px;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    box-shadow: 0 2px 20px rgba(0,0,0,.2);
	transition: all 150ms ease-in;
}*/
.box-app0:hover {
	color: white;
	background-color: #6096ce;
    border:2px solid #6096ce;
/*    color: white;
	background-color: #f5f9fd;
	border: 2px solid #f5f9fd;*/
	cursor: pointer;
	opacity: .5;
}
.box-app1 {
    padding: 10px;
	height: 120px;
	background-color: #6096ce;
    border:2px solid #6096ce;
    color: white;
    margin-bottom: 20px;
	border-radius: 15px;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
	transition: all 150ms ease-in;
}
/*.box-app1:hover {
	color: white;
	border:2px solid #6096ce;
	color: white;
	background-color: #6096ce;
    border:2px solid #6096ce;
	cursor: pointer;
	opacity: .5;
}*/
.label-settore {
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    padding-top: 10px;
	padding-left: 40px;
}
/*.label-applicazione {
    text-align: right;
    font-size: 14px;
    margin-top: 32px;
	margin-right: 8px;
	position: absolute;
	right: 14px;
	bottom: 21px;
}*/
.label-applicazione {
	text-align: center;
	font-size: 13px;
	margin-top: 50px;
	position: relative;
	font-weight: 700;
	line-height: 13px;
	display: block;
}
.label-watcher {
    font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	padding-top: 16px;
	padding-left: 60px;
}
.label-banca {
    text-align: right;
    font-size: 14px;
    margin-top: 32px;
	margin-right: 8px;
	position: absolute;
	right: 14px;
	bottom: 21px;
}
.label-bpo {
    text-align: right;
    font-size: 14px;
    margin-top: 32px;
    margin-right: 8px;
    position: absolute;
    left: 25px;
    bottom: 40px;
}
.label-nome-priorita {
	margin-left: 55px;
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
	padding-top: 16px;
	padding-left: 34px;
}
.riga-testo {
	height: 5px;
	border-top: 1px solid #d0c3c3;
	margin-left: 89px;
	margin-top: 5px;
}
.label-info-priorita {
	text-align: left;
	font-size: 14px;
	margin-left: 90px;
}

/*.label-nome-priorita {
    font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	padding-top: 16px;
	padding-left: 60px;
}
.label-info-priorita {
    text-align: right;
    font-size: 14px;
    margin-top: 32px;
	margin-right: 8px;
	position: absolute;
	right: 14px;
	bottom: 21px;
}*/

/*
.label-settore {
    text-align: right;
    font-size: 16px;
	font-weight: 600;
}
.label-applicazione {
	text-align: right;
    font-size: 14px;
	margin-top:15px;
}*/
.box-app1 .fa {
	font-size: 30px !important;
}
.box-app0 .fa {
	font-size: 30px !important;
}
.box-freccia {
	width:10px;
	line-height:120px;
	vertical-align: middle;
	margin: 5px;
	opacity: .3;
}
.box-freccia:hover {
	cursor: pointer;
	opacity: 1;	
}
.hide {
	display:none;
}
input[type="text"]::placeholder {
  color: #ddd;
  opacity: 1; /* Firefox */
}

input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ddd;
}

input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #ddd;
}
input[type="password"]::placeholder {
  color: #ddd;
  opacity: 1; /* Firefox */
}

input[type="password"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ddd;
}

input[type="password"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #ddd;
}
.box-trans {
	display: contents;
	transition: all 150ms ease-in;
/*	transition: transform .6s cubic-bezier(0.4, 0, 0.2, 1);*/
}
.box-priorita0 {
    padding: 10px;
	height: 120px;
/*	color: #6096ce;
	background-color: white;
    border:2px solid white;*/
    margin-bottom: 10px;
	border-radius: 15px;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    box-shadow: 0 2px 20px rgba(0,0,0,.2);
	transition: all 150ms ease-in;
	opacity: 0.2;
}
.box-priorita0:hover {
/*	color: #6096ce;
    background-color: #f5f9fd;
	border: 2px solid #f5f9fd;*/
	cursor: pointer;
	opacity: 1;
}
.box-priorita1 {
    padding: 10px;
	height: 120px;
/*	background-color: #6096ce;
    border:2px solid #6096ce;
    color: white;*/
    margin-bottom: 10px;
	border-radius: 15px;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    box-shadow: 0 2px 20px rgba(0,0,0,.2);
	transition: all 150ms ease-in;
	opacity: 1;
}
/*.box-priorita1:hover {
	color: white;
	border:2px solid #6096ce;
	cursor: pointer;
	opacity: 0.2;
}*/
#lista-file {
	max-height:140px; 
	overflow:auto;
}
#blocco-ticket {
	max-height:300px; 
	overflow:auto;
}
#lista-watchers {
    max-height: 105px;
    overflow: auto;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 6px;
	margin-top: 10px;
}
#lista-links {
    max-height: 120px;
    overflow: auto;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 6px;
	margin-top: 10px;
}
.cerchio0 {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: white;
}
.cerchio1 {
	width: 80px;
    height: 80px;
	border-radius: 40px;
    border-color: #6096ce !important;
	background-color: white;
    border: solid;
}
.img-cerchio {
    width: 64px;
    position: absolute;
    top: 22px;
    left: 25px;
}
.priorita-img {
    padding: 3px 5px;
    font-size: 10px;
}
#lista-fa-img {
    max-height: 230px;
    overflow: auto;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 6px;
	margin-top: 10px;
}
.img-0 {
	cursor: pointer;
    color: #797979;
}
.img-1 {
    color: red;
}
.active-1 {
    color: black;
}
.active-0 {
    color: #999999 !important;
}
.modal-backdrop {
	position: fixed;
	top:0;
	left:0;
	width:100vw;
	height: 100vh;
    background-color: transparent !important;
}
.ombra {
	background-color:rgba(0, 0, 0, .5);
}
.box-stato {
	width: 250px;
    border-radius: 6px;
    height: 26px;
    color: white;
}
 .box-stato .fa {
    margin-bottom: 5px;
    position: absolute;
    top: -6px;
    right: 6px;
    font-size: 16px !important;
}
.box-stato .campo-stato {
    position: absolute;
    right: 23px;
    color: white;
    font-size: 13px;
    top: 2px;
}
.stato-ticket {
	position: absolute;
    right: 46px;
}
.stacca-lista {
	margin-top: 20px;
}
[data-toggle="collapse"]:after {
	height: 100%;
    padding-top: 5px;
}
.navbar-button {
	position: absolute;
    left: 315px;
}

.btn-nav {
    margin-right: 5px;
    background-color: transparent;
    box-shadow: none;
	font-weight: 400;
    transition: all 150ms ease-in;
}

.btn-nav:hover {
    color: #fff;
    background-color: transparent;
    border: none;
    opacity: .8;
}

.btn-nav:focus {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none;
    border-color: transparent !important;
   outline: none;
}  

.btn-nav:active {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.disabled {
	opacity: 0.3;
	pointer-events: none;
}
.modal-title {
	font-weight: 700;
    color: #1772a9;
}
.account-label a:hover {
	color: #6096ce;
    cursor: pointer;
}
.nuovo-ticket-button {
    background-color: #6096ce !important;
	height: 35px;
    padding-top: 3px;
}
.nuovo-ticket-button:hover {
    color: #fff;
    background-color: #6096ce !important;
    border: none;	
}
.nuovo-ticket-button:focus {
    color: #fff;
    background-color: #6096ce !important;
    border: none;	
	height: 35px;
    padding-top: 3px;
}
.nuovo-ticket-button:active {
    color: #fff;
    background-color: #6096ce !important;
    border: none;	
	height: 35px;
    padding-top: 3px;
}
.nuovo-ticket-button .fa {
	font-size: 15px !important;
    position: relative;
    left: -9px;
    top: -1px;
}
.nome-app {
	color: #245b9c;
}
#lista-abilitati {
    max-height: 214px;
    overflow: auto;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 6px;
	margin-top: 10px;
}
a.datepicker-button {
	height: 32px !important;
}
.gruppi-box {
	margin-bottom: 25px;
	margin-top: 25px;
	height: 320px;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #f9f9f9;
	padding: 10px 25px;
}
.icon-star {
	margin-left: -25px;
	cursor:pointer;
}
.star {
    position: absolute;
    left: 65px;
    margin-top: -3px;
}
.starchat {
    position: absolute;
    left: -5px;
    margin-top: -10px;
}
.bg-P {
    background-color: #245b9c!important;
}
.bg-U {
    background-color: #024!important;
}
.bg-B {
    background-color: #000000!important;
}
.secondary-P-color {
    color: #a3cbec;
    font-size: 12px;
}
.secondary-U-color {
    color: #93c5f7;
    font-size: 12px;
}
.secondary-B-color {
    color: #88F497;
    font-size: 12px;
}
.border-P-line {
    border-bottom: 4px solid #6096ce;
	position: absolute;
    top: 58px;
    width: 100%;
    left: 0;
}
.border-U-line {
    border-bottom: 4px solid #024;
	position: absolute;
    top: 58px;
    width: 100%;
    left: 0;
}
.border-B-line {
    border-bottom: 4px solid #0D6B1A;
	position: absolute;
    top: 58px;
    width: 100%;
    left: 0;
}
.menu-button {
	height: 35px;
    padding-top: 0px;
}
.nuovo-P-button {
    background-color: #6096ce !important;
	height: 35px;
    padding-top: 0px;
}
.nuovo-P-button:hover {
    color: #fff;
    background-color: #6096ce !important;
    border: none;	
}
.nuovo-P-button:focus {
    color: #fff;
    background-color: #6096ce !important;
    border: none;	
	height: 35px;
    padding-top: 0px;
}
.nuovo-P-button:active {
    color: #fff;
    background-color: #6096ce !important;
    border: none;	
	height: 35px;
    padding-top: 0px;
}
.nuovo-P-button .fa {
	font-size: 15px !important;
    position: relative;
    left: -9px;
    top: -1px;
}

.nuovo-U-button {
    background-color: #3c5c7b !important;
	height: 35px;
    padding-top: 0px;
}
.nuovo-U-button:hover {
    color: #fff;
    background-color: #346ea9 !important;
    border: none;	
}
.nuovo-U-button:focus {
    color: #fff;
    background-color: #346ea9 !important;
    border: none;	
	height: 35px;
    padding-top: 0px;
}
.nuovo-U-button:active {
    color: #fff;
    background-color: #346ea9 !important;
    border: none;	
	height: 35px;
    padding-top: 3px;
}
.nuovo-U-button .fa {
	font-size: 15px !important;
    position: relative;
    left: -9px;
    top: -1px;
}
.nuovo-B-button {
    background-color: #59b766 !important;
	height: 35px;
    padding-top: 0px;
}
.nuovo-B-button:hover {
    color: #fff;
    background-color: #54a65f !important;
    border: none;	
}
.nuovo-B-button:focus {
    color: #fff;
    background-color: #54a65f !important;
    border: none;	
	height: 35px;
    padding-top: 0px;
}
.nuovo-B-button:active {
    color: #fff;
    background-color: #54a65f !important;
    border: none;	
	height: 35px;
    padding-top: 3px;
}
.nuovo-B-button .fa {
	font-size: 15px !important;
    position: relative;
    left: -9px;
    top: -1px;
}
.nav-bar-separator{
    border-right: 1px solid #2091EB;
    display: inline-block;
    height: 28px;
    position: relative;
    top: 10px;
    width: 1px;
	margin-right:10px;
   	margin-left:10px;
}
.voci-lingua a{
    color: white;
    text-decoration: none;
}
.voci-lingua .dropdown-menu {
    top: 49px;
    left: -23px;
    padding: 10px;
}
.arrow-up-voci-lingua {
    background: url(../img/arrow-up.png) no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 118px;
    top: -10px;
}
.voci-ambiente a{
    color: white;
    text-decoration: none;
}
.voci-ambiente .dropdown-menu {
    top: 49px;
    left: -20px;
    padding: 10px;
}
.arrow-up-voci-ambiente {
    background: url(../img/arrow-up.png) no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 184px;
    top: -10px;
}
.voci-user a{
    color: white;
    text-decoration: none;
}
.voci-user .dropdown-menu {
    top: 49px;
    left: -35px;
    padding: 10px;
}
.arrow-up-voci-user {
    background: url(../img/arrow-up.png) no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 136px;
    top: -10px;
}
#blocco-tag {
    min-height: 150px;
    overflow: auto;
/*    background-color: #f7f7f7; */
	margin-top:5px;
	margin-bottom:5px;
	line-height: 250%;
}
#blocco-scelta-tag {
	line-height: 250%;
	min-height: 150px;
    overflow: auto;
	padding: 5px;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    position: absolute;
    left: -5px;
    top: 40px;
    display: block;
    width: 400px;
    border-radius: 5px;
    border: thin solid grey;
}
.tags {
  display: inline;
  position: relative;
  text-transform: none !important;
}

.tags:hover:after {
  background: #6096ce;
/*  opacity: 0.8; */
/*  background: rgba(0, 0, 0, .8);*/
  border-radius: 5px;
  bottom: 20px;
  color: #fff;
  content: attr(glose);
  left: -20px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
/*  width: 250px;*/
}

.tags:hover:before {
  border: solid;
  border-color: #6096ce transparent;
  border-width: 6px 6px 0px 6px;
  bottom: 14px;
  content: "";
  left: 0px;
  position: absolute;
  z-index: 99;
}

.ltags {
  display: inline;
  position: relative;
  text-transform: none !important;
}

.ltags:hover:after {
	font-family: sans-serif;
	font-size: 13px;
	background: #6096ce;
/*  opacity: 0.8; */
/*  background: rgba(0, 0, 0, .8);*/
  border-radius: 5px;
  bottom: -2px;
  color: #fff;
  content: attr(glose);
  left: -125px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
/*  width: 250px;*/
}
/*
.ltags:hover:before {
  border: solid;
  border-color: #6096ce transparent;
  border-width: 6px 6px 0px 6px;
  bottom: -5px;
  content: "";
  left: 0px;
  position: absolute;
  z-index: 99;
}
*/
.tags0 {
  position: relative;
}

.tags0:hover:after {
  background: #6096ce;
/*  opacity: 0.8; */
/*  background: rgba(0, 0, 0, .8);*/
  border-radius: 5px;
  bottom: 20px;
  color: #fff;
  content: attr(glose);
  left: -50px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
/*  width: 250px;*/
}

.tags0:hover:before {
  border: solid;
  border-color: #6096ce transparent;
  border-width: 6px 6px 0px 6px;
  bottom: 14px;
  content: "";
  left: 0px;
  position: absolute;
  z-index: 99;
}
.tags1 {
  display: inline;
  position: relative;
}

.tags1:hover:after {
  background: #6096ce;
/*  opacity: 0.8; */
/*  background: rgba(0, 0, 0, .8);*/
  border-radius: 5px;
  bottom: 40px;
  color: #fff;
  content: attr(glose);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
/*  width: 250px;*/
}

.tags1:hover:before {
  border: solid;
  border-color: #6096ce transparent;
  border-width: 6px 6px 0px 6px;
  bottom: 34px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}

.tags2 {
  display: inline;
  position: relative;
  text-transform: none !important;
}

.tags2:hover:after {
  background: #6096ce;
/*  opacity: 0.8; */
/*  background: rgba(0, 0, 0, .8);*/
  border-radius: 5px;
  bottom: 20px;
  color: #fff;
  content: attr(glose);
  left: 250px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
/*  width: 250px;*/
}

.tags3 {
  display: inline;
  position: relative;
  text-transform: none !important;
}

.tags3:hover:after {
  background: #6096ce;
/*  opacity: 0.8; */
/*  background: rgba(0, 0, 0, .8);*/
  border-radius: 5px;
  bottom: 40px;
  color: #fff;
  content: attr(glose);
  left: -20px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
/*  width: 250px;*/
}

.tags3:hover:before {
  border: solid;
  border-color: #6096ce transparent;
  border-width: 6px 6px 0px 6px;
  bottom: 34px;
  content: "";
  left: 0px;
  position: absolute;
  z-index: 99;
}
.area100 {
	width: 100%;
    max-width: 100%;
    padding: 5px;
    border-color: #ced4da;
}
.filtrostar {
	position: relative; 
	left: -3px;
	top: -3px;
}
.campo-1 {
    color: #879aaf;
    font-weight: 500;
	font-size: 15px;
}
.campo-2 {
    color: #6096ce;
}
.campo-2e {
    color: #6096ce;
	font-weight: 600 !important;
    text-decoration: underline;
}
.campo-2e:hover {
	color: #64b0ff;
	cursor: pointer;
}
.campo-2b {
    border: dashed 1px lightgrey;
    margin-left: 65px;
	cursor: pointer;
    padding: 5px;
/*    width: 95%;	*/
	max-height: 150px;
	overflow: scroll;
	overflow-x: hidden;
}
.curshand {
 	cursor: pointer;
	cursor: hand;
}
.preloader {
  align-items: center;
  display: block;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s linear;
  width: 100%;
  height:10000px;
  z-index: 9999;
  background-color:white;
  opacity: .8;
}
.drag-over {
    border: dashed 3px yellow;
}
.elemento-selezionato {
    border: solid 3px yellow !important;
}
.elemento-evidenziato {
    border-style: dashed !important;
}
.boxcampo60-ok {
	width: 24px;
	height: 24px;
	background-color:#f9f0d6;
	z-index: 5;
	position: relative;
	opacity: .5;
}
.boxcampo60-ko {
	width: 24px;
	height: 24px;
}
.boxcampo90-ok {
	width: 16px;
	height: 16px;
	background-color:#f9f0d6;
	z-index: 5;
	position: relative;
	opacity: .5;
}
.boxcampo90-ko {
	width: 16px;
	height: 16px;
}
.giocatoreA {
    color: #FFFFFF;
    background-color: #FF0000;
}
.giocatoreB {
    color: #FFFFFF;
    background-color: #0000FF;
}
.tag-verde {
    color: #FFFFFF;
    background-color: green;
}
.obiettivo60 {
	position: absolute;
	border-radius: 12px;
    color: #FFFFFF;
    background-color: #2d6312;
    padding-left: 6px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
	font-size: 14px;
}
.obiettivo60A {
	position: absolute;
	border-radius: 12px;
    color: #FFFFFF;
    background-color: #ff0000;
    padding-left: 6px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
	font-size: 14px;
}
.obiettivo60B {
	position: absolute;
	border-radius: 12px;
    color: #FFFFFF;
    background-color: #0000ff;
    padding-left: 6px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
	font-size: 14px;
}
.obiettivo90 {
	position: absolute;
	border-radius: 8px;
    color: #FFFFFF;
    background-color: #2d6312;
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
	font-size: 8px;
}
.obiettivo90A {
	position: absolute;
	border-radius: 8px;
    color: #FFFFFF;
    background-color: #ff0000;
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
	font-size: 8px;
}
.obiettivo90B {
	position: absolute;
	border-radius: 8px;
    color: #FFFFFF;
    background-color: #0000ff;
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
	font-size: 8px;
}
.squadra60A {
	position: absolute;
	white-space: pre; 
	color: #FFFFFF;
	border: solid #FF0000;
    background-color: #fdc5c5;
	cursor: pointer;
	cursor: hand;
	font-size: 14px;
	text-shadow: 3px 0px 7px rgba(81,67,21,0.9), 
	  -3px 0px 7px rgba(81,67,21,0.9), 
	  0px 4px 7px rgba(81,67,21,0.9);
	font-weight: 500;
	opacity: 1;
	z-index: 1;
}
.squadra60B {
	position: absolute;
	white-space: pre; 
	color: #FFFFFF;
	border: solid #0000FF;
	background-color: #c4defa;
	cursor: pointer;
	cursor: hand;
	font-size: 14px;
	text-shadow: 3px 0px 7px rgba(81,67,21,0.9), 
	  -3px 0px 7px rgba(81,67,21,0.9), 
	  0px 4px 7px rgba(81,67,21,0.9);
	font-weight: 500;
	opacity: 1;
	z-index: 1;
}
.squadra90A {
	position: absolute;
	white-space: pre; 
	color: #FFFFFF;
	border: solid #FF0000;
    background-color: #fdc5c5;
	cursor: pointer;
	cursor: hand;
	font-size: 8px;
	text-shadow: 2px 0px 4px rgba(81,67,21,0.9), 
	  -2px 0px 4px rgba(81,67,21,0.9), 
	  0px 2px 4px rgba(81,67,21,0.9);
	font-weight: 500;
	opacity: 1;
	z-index: 1;
}
.squadra90B {
	position: absolute;
	white-space: pre; 
	color: #FFFFFF;
	border: solid #0000FF;
	background-color: #c4defa;
	cursor: pointer;
	cursor: hand;
	font-size: 8px;
	text-shadow: 2px 0px 4px rgba(81,67,21,0.9), 
	  -2px 0px 4px rgba(81,67,21,0.9), 
	  0px 2px 4px rgba(81,67,21,0.9);
	font-weight: 500;
	opacity: 1;
	z-index: 1;
}
.s60_1x1 {
	border-radius: 6px;
    padding-left: 3px;
    padding-top: 1px;
    padding-right: 3px;
    padding-bottom: 1px;
}
.s60_1x2 {
	border-radius: 6px;
    padding-left: 2px;
    padding-top: 11px;
    padding-right: 2px;
    padding-bottom: 11px;
}
.s60_1x3 {
	border-radius: 6px;
    padding-left: 2px;
    padding-top: 24px;
    padding-right: 2px;
    padding-bottom: 24px;
}
.s60_1x4 {
	border-radius: 6px;
    padding-left: 2px;
    padding-top: 36px;
    padding-right: 2px;
    padding-bottom: 36px;
}
.s60_1x5 {
	border-radius: 6px;
    padding-left: 2px;
    padding-top: 48px;
    padding-right: 2px;
    padding-bottom: 48px;
}
.s60_1x6 {
	border-radius: 6px;
    padding-left: 2px;
    padding-top: 60px;
    padding-right: 2px;
    padding-bottom: 60px;
}
.s60_2x1 {
	border-radius: 6px;
    padding-left: 14px;
    padding-top: 1px;
    padding-right: 14px;
    padding-bottom: 1px;
}
.s60_2x2 {
	border-radius: 24px;
    padding-left: 14px;
    padding-top: 12px;
    padding-right: 14px;
    padding-bottom: 12px;
}
.s60_2x3 {
	border-radius: 12px;
    padding-left: 14px;
    padding-top: 24px;
    padding-right: 14px;
    padding-bottom: 24px;
}
.s60_2x4 {
	border-radius: 6px;
    padding-left: 14px;
    padding-top: 36px;
    padding-right: 14px;
    padding-bottom: 36px;
}
.s60_2x5 {
	border-radius: 6px;
    padding-left: 14px;
    padding-top: 48px;
    padding-right: 14px;
    padding-bottom: 48px;
}
.s60_2x6 {
	border-radius: 6px;
    padding-left: 14px;
    padding-top: 60px;
    padding-right: 14px;
    padding-bottom: 60px;
}
.s60_3x1 {
	border-radius: 6px;
    padding-left: 26px;
    padding-top: 1px;
    padding-right: 26px;
    padding-bottom: 1px;
}
.s60_3x2 {
	border-radius: 12px;
    padding-left: 26px;
    padding-top: 12px;
    padding-right: 26px;
    padding-bottom: 12px;
}
.s60_3x3 {
	border-radius: 37px;
    padding-left: 26px;
    padding-top: 24px;
    padding-right: 26px;
    padding-bottom: 24px;
}
.s60_3x4 {
	border-radius: 12px;
    padding-left: 26px;
    padding-top: 36px;
    padding-right: 26px;
    padding-bottom: 36px;
}
.s60_3x5 {
	border-radius: 12px;
    padding-left: 26px;
    padding-top: 48px;
    padding-right: 26px;
    padding-bottom: 48px;
}
.s60_3x6 {
	border-radius: 12px;
    padding-left: 26px;
    padding-top: 60px;
    padding-right: 26px;
    padding-bottom: 60px;
}
.s60_3x7 {
	border-radius: 12px;
    padding-left: 26px;
    padding-top: 72px;
    padding-right: 26px;
    padding-bottom: 72px;
}
.s60_3x8 {
	border-radius: 12px;
    padding-left: 26px;
    padding-top: 84px;
    padding-right: 26px;
    padding-bottom: 84px;
}
.s60_4x1 {
	border-radius: 6px;
    padding-left: 37px;
    padding-top: 1px;
    padding-right: 37px;
    padding-bottom: 1px;
}
.s60_4x2 {
	border-radius: 12px;
    padding-left: 37px;
    padding-top: 12px;
    padding-right: 37px;
    padding-bottom: 12px;
}
.s60_4x3 {
	border-radius: 12px;
    padding-left: 37px;
    padding-top: 24px;
    padding-right: 37px;
    padding-bottom: 24px;
}
.s60_4x4 {
	border-radius: 12px;
    padding-left: 37px;
    padding-top: 36px;
    padding-right: 37px;
    padding-bottom: 36px;
}
.s60_4x5 {
	border-radius: 12px;
    padding-left: 37px;
    padding-top: 48px;
    padding-right: 37px;
    padding-bottom: 48px;
}
.s60_4x6 {
	border-radius: 12px;
    padding-left: 37px;
    padding-top: 60px;
    padding-right: 37px;
    padding-bottom: 60px;
}
.s60_4x7 {
	border-radius: 12px;
    padding-left: 37px;
    padding-top: 74px;
    padding-right: 37px;
    padding-bottom: 74px;
}
.s60_4x8 {
	border-radius: 12px;
    padding-left: 37px;
    padding-top: 84px;
    padding-right: 37px;
    padding-bottom: 84px;
}
.s60_4x9 {
	border-radius: 12px;
    padding-left: 37px;
    padding-top: 96px;
    padding-right: 37px;
    padding-bottom: 96px;
}
.s60_5x1 {
	border-radius: 6px;
    padding-left: 49px;
    padding-top: 1px;
    padding-right: 49px;
    padding-bottom: 1px;
}
.s60_5x2 {
	border-radius: 12px;
    padding-left: 49px;
    padding-top: 12px;
    padding-right: 49px;
    padding-bottom: 12px;
}
.s60_5x3 {
	border-radius: 12px;
    padding-left: 49px;
    padding-top: 24px;
    padding-right: 49px;
    padding-bottom: 24px;
}
.s60_5x4 {
	border-radius: 12px;
    padding-left: 49px;
    padding-top: 36px;
    padding-right: 49px;
    padding-bottom: 36px;
}
.s60_5x5 {
	border-radius: 12px;
    padding-left: 49px;
    padding-top: 48px;
    padding-right: 49px;
    padding-bottom: 48px;
}
.s60_5x6 {
	border-radius: 12px;
    padding-left: 49px;
    padding-top: 60px;
    padding-right: 49px;
    padding-bottom: 60px;
}
.s60_5x7 {
	border-radius: 12px;
    padding-left: 49px;
    padding-top: 74px;
    padding-right: 49px;
    padding-bottom: 74px;
}
.s60_5x8 {
	border-radius: 12px;
    padding-left: 49px;
    padding-top: 84px;
    padding-right: 49px;
    padding-bottom: 84px;
}
.s60_5x9 {
	border-radius: 12px;
    padding-left: 49px;
    padding-top: 96px;
    padding-right: 49px;
    padding-bottom: 96px;
}
.s60_5x10 {
	border-radius: 12px;
    padding-left: 49px;
    padding-top: 108px;
    padding-right: 49px;
    padding-bottom: 108px;
}
.s60_6x1 {
	border-radius: 12px;
    padding-left: 62px;
    padding-top: 1px;
    padding-right: 62px;
    padding-bottom: 1px;
}
.s60_6x2 {
	border-radius: 12px;
    padding-left: 62px;
    padding-top: 12px;
    padding-right: 62px;
    padding-bottom: 12px;
}
.s60_6x3 {
	border-radius: 12px;
    padding-left: 62px;
    padding-top: 24px;
    padding-right: 62px;
    padding-bottom: 24px;
}
.s60_6x4 {
	border-radius: 12px;
    padding-left: 62px;
    padding-top: 36px;
    padding-right: 62px;
    padding-bottom: 36px;
}
.s60_6x5 {
	border-radius: 12px;
    padding-left: 62px;
    padding-top: 48px;
    padding-right: 62px;
    padding-bottom: 48px;
}
.s60_6x6 {
	border-radius: 12px;
    padding-left: 62px;
    padding-top: 60px;
    padding-right: 62px;
    padding-bottom: 60px;
}
.s60_6x7 {
	border-radius: 12px;
    padding-left: 62px;
    padding-top: 74px;
    padding-right: 62px;
    padding-bottom: 74px;
}
.s60_6x8 {
	border-radius: 12px;
    padding-left: 62px;
    padding-top: 84px;
    padding-right: 62px;
    padding-bottom: 84px;
}
.s60_6x9 {
	border-radius: 12px;
    padding-left: 62px;
    padding-top: 96px;
    padding-right: 62px;
    padding-bottom: 96px;
}
.s60_6x10 {
	border-radius: 12px;
    padding-left: 62px;
    padding-top: 108px;
    padding-right: 62px;
    padding-bottom: 108px;
}
.s60_7x1 {
	border-radius: 12px;
    padding-left: 74px;
    padding-top: 1px;
    padding-right: 74px;
    padding-bottom: 1px;
}
.s60_7x2 {
	border-radius: 12px;
    padding-left: 74px;
    padding-top: 12px;
    padding-right: 74px;
    padding-bottom: 12px;
}
.s60_7x3 {
	border-radius: 12px;
    padding-left: 74px;
    padding-top: 24px;
    padding-right: 74px;
    padding-bottom: 24px;
}
.s60_7x4 {
	border-radius: 12px;
    padding-left: 74px;
    padding-top: 36px;
    padding-right: 74px;
    padding-bottom: 36px;
}
.s60_7x5 {
	border-radius: 12px;
    padding-left: 74px;
    padding-top: 49px;
    padding-right: 74px;
    padding-bottom: 49px;
}
.s60_7x6 {
	border-radius: 12px;
    padding-left: 74px;
    padding-top: 60px;
    padding-right: 74px;
    padding-bottom: 60px;
}
.s60_7x7 {
	border-radius: 12px;
    padding-left: 74px;
    padding-top: 73px;
    padding-right: 74px;
    padding-bottom: 73px;
}
.s60_7x8 {
	border-radius: 12px;
    padding-left: 74px;
    padding-top: 84px;
    padding-right: 74px;
    padding-bottom: 84px;
}
.s60_7x9 {
	border-radius: 12px;
    padding-left: 74px;
    padding-top: 96px;
    padding-right: 74px;
    padding-bottom: 96px;
}
.s60_7x10{
	border-radius: 12px;
    padding-left: 74px;
    padding-top: 108px;
    padding-right: 74px;
    padding-bottom: 108px;
}
.s60_8x1 {
	border-radius: 12px;
    padding-left: 84px;
    padding-top: 1px;
    padding-right: 84px;
    padding-bottom: 1px;
}
.s60_8x2 {
	border-radius: 12px;
    padding-left: 84px;
    padding-top: 12px;
    padding-right: 84px;
    padding-bottom: 12px;
}
.s60_8x3 {
	border-radius: 12px;
    padding-left: 84px;
    padding-top: 24px;
    padding-right: 84px;
    padding-bottom: 24px;
}
.s60_8x4 {
	border-radius: 12px;
    padding-left: 84px;
    padding-top: 36px;
    padding-right: 84px;
    padding-bottom: 36px;
}
.s60_8x5 {
	border-radius: 12px;
    padding-left: 84px;
    padding-top: 49px;
    padding-right: 84px;
    padding-bottom: 49px;
}
.s60_8x6 {
	border-radius: 12px;
    padding-left: 84px;
    padding-top: 60px;
    padding-right: 84px;
    padding-bottom: 60px;
}
.s60_8x7 {
	border-radius: 12px;
    padding-left: 84px;
    padding-top: 73px;
    padding-right: 84px;
    padding-bottom: 73px;
}
.s60_8x8 {
	border-radius: 12px;
    padding-left: 84px;
    padding-top: 84px;
    padding-right: 84px;
    padding-bottom: 84px;
}
.s60_9x3 {
	border-radius: 12px;
    padding-left: 96px;
    padding-top: 24px;
    padding-right: 96px;
    padding-bottom: 24px;
}
.s60_9x4 {
	border-radius: 12px;
    padding-left: 96px;
    padding-top: 36px;
    padding-right: 96px;
    padding-bottom: 36px;
}
.s60_9x5 {
	border-radius: 12px;
    padding-left: 96px;
    padding-top: 49px;
    padding-right: 96px;
    padding-bottom: 49px;
}
.s60_9x6 {
	border-radius: 12px;
    padding-left: 96px;
    padding-top: 60px;
    padding-right: 96px;
    padding-bottom: 60px;
}
.s60_9x7 {
	border-radius: 12px;
    padding-left: 96px;
    padding-top: 73px;
    padding-right: 96px;
    padding-bottom: 73px;
}
.s60_9x8 {
	border-radius: 12px;
    padding-left: 96px;
    padding-top: 84px;
    padding-right: 96px;
    padding-bottom: 84px;
}
.s60_9x9 {
	border-radius: 12px;
    padding-left: 96px;
    padding-top: 96px;
    padding-right: 96px;
    padding-bottom: 96px;
}
.s60_10x3 {
	border-radius: 12px;
    padding-left: 108px;
    padding-top: 24px;
    padding-right: 108px;
    padding-bottom: 24px;
}
.s60_10x4 {
	border-radius: 12px;
    padding-left: 108px;
    padding-top: 36px;
    padding-right: 108px;
    padding-bottom: 36px;
}
.s60_10x10 {
	border-radius: 12px;
    padding-left: 108px;
    padding-top: 108px;
    padding-right: 108px;
    padding-bottom: 108px;
}
.s60_12x3 {
	border-radius: 12px;
    padding-left: 132px;
    padding-top: 24px;
    padding-right: 132px;
    padding-bottom: 24px;
}
.s60_12x4 {
	border-radius: 12px;
    padding-left: 132px;
    padding-top: 36px;
    padding-right: 132px;
    padding-bottom: 36px;
}
.s60_13x2 {
	border-radius: 12px;
    padding-left: 144px;
    padding-top: 24px;
    padding-right: 144px;
    padding-bottom: 24px;
}
.s60_15x3 {
	border-radius: 12px;
    padding-left: 170px;
    padding-top: 24px;
    padding-right: 170px;
    padding-bottom: 24px;
}
.s60_15x15 {
	border-radius: 12px;
    padding-left: 170px;
    padding-top: 170px;
    padding-right: 170px;
    padding-bottom: 170px;
}
.s90_1x1 {
	border-radius: 4px;
    padding-left: 2px;
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 0px;
}
.s90_1x2 {
	border-radius: 4px;
    padding-left: 1px;
    padding-top: 8px;
    padding-right: 1px;
    padding-bottom: 8px;
}
.s90_1x3 {
	border-radius: 4px;
    padding-left: 1px;
    padding-top: 16px;
    padding-right: 1px;
    padding-bottom: 16px;
}
.s90_1x4 {
	border-radius: 4px;
    padding-left: 1px;
    padding-top: 24px;
    padding-right: 1px;
    padding-bottom: 24px;
}
.s90_1x5 {
	border-radius: 4px;
    padding-left: 1px;
    padding-top: 32px;
    padding-right: 1px;
    padding-bottom: 32px;
}
.s90_1x6 {
	border-radius: 4px;
    padding-left: 1px;
    padding-top: 40px;
    padding-right: 1px;
    padding-bottom: 40px;
}
.s90_2x1 {
	border-radius: 4px;
    padding-left: 8px;
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
}
.s90_2x2 {
	border-radius: 16px;
    padding-left: 8px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}
.s90_2x3 {
	border-radius: 8px;
    padding-left: 8px;
    padding-top: 16px;
    padding-right: 8px;
    padding-bottom: 16px;
}
.s90_2x4 {
	border-radius: 4px;
    padding-left: 8px;
    padding-top: 24px;
    padding-right: 8px;
    padding-bottom: 24px;
}
.s90_2x5 {
	border-radius: 4px;
    padding-left: 8px;
    padding-top: 32px;
    padding-right: 8px;
    padding-bottom: 32px;
}
.s90_2x6 {
	border-radius: 4px;
    padding-left: 8px;
    padding-top: 40px;
    padding-right: 8px;
    padding-bottom: 40px;
}
.s90_3x1 {
	border-radius: 4px;
    padding-left: 16px;
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 0px;
}
.s90_3x2 {
	border-radius: 8px;
    padding-left: 16px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
}
.s90_3x3 {
	border-radius: 24px;
    padding-left: 16px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}
.s90_3x4 {
	border-radius: 8px;
    padding-left: 17px;
    padding-top: 24px;
    padding-right: 17px;
    padding-bottom: 24px;
}
.s90_3x5 {
	border-radius: 8px;
    padding-left: 17px;
    padding-top: 32px;
    padding-right: 17px;
    padding-bottom: 32px;
}
.s90_3x6 {
	border-radius: 8px;
    padding-left: 17px;
    padding-top: 40px;
    padding-right: 17px;
    padding-bottom: 40px;
}
.s90_3x7 {
	border-radius: 8px;
    padding-left: 17px;
    padding-top: 48px;
    padding-right: 17px;
    padding-bottom: 48px;
}
.s90_3x8 {
	border-radius: 8px;
    padding-left: 17px;
    padding-top: 56px;
    padding-right: 17px;
    padding-bottom: 56px;
}
.s90_4x1 {
	border-radius: 4px;
    padding-left: 24px;
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 0px;
}
.s90_4x2 {
	border-radius: 8px;
    padding-left: 24px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
}
.s90_4x3 {
	border-radius: 8px;
    padding-left: 25px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
}
.s90_4x4 {
	border-radius: 8px;
    padding-left: 24px;
    padding-top: 26px;
    padding-right: 24px;
    padding-bottom: 25px;
}
.s90_4x5 {
	border-radius: 8px;
    padding-left: 24px;
    padding-top: 31px;
    padding-right: 24px;
    padding-bottom: 31px;
}
.s90_4x6 {
	border-radius: 8px;
    padding-left: 24px;
    padding-top: 39px;
    padding-right: 24px;
    padding-bottom: 39px;
}
.s90_5x1 {
	border-radius: 4px;
    padding-left: 32px;
    padding-top: 0px;
    padding-right: 32px;
    padding-bottom: 0px;
}
.s90_5x2 {
	border-radius: 8px;
    padding-left: 32px;
    padding-top: 8px;
    padding-right: 32px;
    padding-bottom: 8px;
}
.s90_5x3 {
	border-radius: 8px;
    padding-left: 32px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
}
.s90_5x4 {
	border-radius: 8px;
    padding-left: 35px;
    padding-top: 26px;
    padding-right: 35px;
    padding-bottom: 26px;
}
.s90_5x5 {
	border-radius: 8px;
    padding-left: 32px;
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
}
.s90_5x6 {
	border-radius: 8px;
    padding-left: 32px;
    padding-top: 40px;
    padding-right: 32px;
    padding-bottom: 40px;
}
.s90_5x8 {
	border-radius: 8px;
    padding-left: 32px;
    padding-top: 56px;
    padding-right: 32px;
    padding-bottom: 56px;
}
.s90_6x2 {
	border-radius: 8px;
    padding-left: 40px;
    padding-top: 9px;
    padding-right: 40px;
    padding-bottom: 10px;
}
.s90_6x3 {
	border-radius: 8px;
    padding-left: 40px;
    padding-top: 16px;
    padding-right: 40px;
    padding-bottom: 16px;
}
.s90_6x4 {
	border-radius: 8px;
    padding-left: 40px;
    padding-top: 24px;
    padding-right: 40px;
    padding-bottom: 24px;
}
.s90_6x5 {
	border-radius: 8px;
    padding-left: 40px;
    padding-top: 32px;
    padding-right: 40px;
    padding-bottom: 32px;
}
.s90_6x6 {
	border-radius: 8px;
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}
.s90_6x8 {
	border-radius: 8px;
    padding-left: 41px;
    padding-top: 56px;
    padding-right: 41px;
    padding-bottom: 56px;
}
.s90_7x3 {
	border-radius: 8px;
    padding-left: 49px;
    padding-top: 16px;
    padding-right: 49px;
    padding-bottom: 16px;
}
.s90_7x4 {
	border-radius: 8px;
    padding-left: 51px;
    padding-top: 26px;
    padding-right: 51px;
    padding-bottom: 26px;
}
.s90_8x2{
	border-radius: 8px;
    padding-left: 56px;
    padding-top: 8px;
    padding-right: 56px;
    padding-bottom: 8px;
}
.s90_8x3 {
	border-radius: 8px;
    padding-left: 56px;
    padding-top: 16px;
    padding-right: 56px;
    padding-bottom: 16px;
}
.s90_8x6 {
	border-radius: 8px;
    padding-left: 56px;
    padding-top: 40px;
    padding-right: 56px;
    padding-bottom: 40px;
}
.s90_9x3 {
	border-radius: 8px;
    padding-left: 62px;
    padding-top: 16px;
    padding-right: 62px;
    padding-bottom: 16px;
}
.s90_9x6 {
	border-radius: 8px;
    padding-left: 64px;
    padding-top: 40px;
    padding-right: 64px;
    padding-bottom: 40px;
}
.s90_9x9 {
	border-radius: 8px;
    padding-left: 64px;
    padding-top: 64px;
    padding-right: 64px;
    padding-bottom: 64px;
}
.s90_10x3 {
	border-radius: 8px;
    padding-left: 72px;
    padding-top: 16px;
    padding-right: 72px;
    padding-bottom: 16px;
}
.s90_10x4 {
	border-radius: 8px;
    padding-left: 72px;
    padding-top: 24px;
    padding-right: 72px;
    padding-bottom: 24px;
}
.s90_10x10 {
	border-radius: 8px;
    padding-left: 74px;
    padding-top: 74px;
    padding-right: 74px;
    padding-bottom: 74px;
}
.s90_12x3 {
	border-radius: 8px;
    padding-left: 88px;
    padding-top: 16px;
    padding-right: 88px;
    padding-bottom: 16px;
}
.form-control1 {
    font-size: 11px !important;
    border-radius:2px;
}
.form-control:disabled {
    background-color: #fff;
    color: #c1c6c8;
    /* opacity: 1; */
    border: 1px solid #eaeaea;
}

.composizione li {
    padding-bottom:5px;
}
.custom-upload-button {
  background-color: #4CAF50;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.titolo1 {
	margin-top: 5px;
    font-size: 1rem;
    background-color: #174b0c;
    color: #ffffff;
    padding: 3px;	
}
.turno1 {
	margin-top: 5px;
    font-size: 1rem;
    background-color: #178ecd;
    color: #ffffff;
    padding: 3px;	
}
.turno2 {
	margin-top: 5px;
    font-size: 1rem;
    background-color: #a21318;
    color: #ffffff;
    padding: 3px;	
}
.turno3 {
	margin-top: 5px;
    font-size: 1rem;
    background-color: #398579;
    color: #ffffff;
    padding: 3px;	
}
hr {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.wc-modal {
  display: none; 
  position: fixed; 
  z-index: 5000; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

.wc-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.wc-close {
  color: #aaaaaa;
  float: right;
}

.wc-close:hover,
.wc-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.bordo1 {
	border: solid 1px #E0E0E0;
}
.bordo2 {
	border:solid 1px #E0E0E0;
	padding: 5px;
}
.contenitore {
	width:100%;
}