.fas {
  color : black;
}
.fas.error {
	color: red;
}
.ui-state-active:hover:not([disabled]) {
	color: white !important;
}
.ui-state-active:hover:not([disabled]) {
	color: white !important;
}
.fas:hover:not([disabled]) {
	color: #45A9F5 !important;
}

.far {
  color : black;
}
.far.error {
	color: red;
}

.fas.waiting {
	color: orange;
}
.fas.play {
	color: green;
}

.far:hover:not([disabled]) {
	color: #45A9F5;
}

.fas.act_Timbratura_incorso {
	color: orange ;
}

.fas.act_Timbratura_inconferma {
	color: red;
}

.fas.act_Timbratura_exists {
	color: black;
}

.fas.act_Timbratura_with_residual {
	color: forestgreen !important;
}

#act_Timbratura span{
	font-size: small;
	display: inline;
	vertical-align: top;
}

.fas.act_hasAttachment {
	color: #b5d6b5 !important;
}

.dm-menu a:hover {
	cursor : pointer
}

#GEDMenu li:hover {
	color: #45A9F5;
}
#GEDMenu li:hover > a > i{
	color: #45A9F5;
}
.context-menu-option.active > i {
	color: #45A9F5;
}
.login div label span.error{
	display: flex;
	width: 100%;
	color: red;
	font-size: 13px;
}
.icon-background {
    color: #fff;
}
.icon-background-hover {
    color: #45A9F5;
}
label.error {
/*//	display: flex;*/
	width: 100%;
	color: red;
	font-size: 13px;	
}
.login-btn{
	display: inline-block;
    width: 100%;
    margin-top: 0px;
}
.login-btn p{
	float: right;
	text-decoration: none;
}

.login-btn p a{
	text-decoration: none;
}

.logo_interno {
	height: 35px;
}

.min-height{
	min-height: 23px;
	display: block;
}
.centered {
  position: fixed; /* or absolute */
  top: 10%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  height: 330px;
}
.login {
	padding: 10px;
	box-shadow: 1px 10px 35px #555 !important;
    border: none !important;
    border-radius: 0px;
    top: 50px;
    background-color: rgba(255, 255, 255, 0.7) !important;
    display: block;	
    height: 340px;
}
.login input{
	min-width: 150px;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(65% - 15px);
}
.login input[type=submit]{
    width: calc(50% - 15px);
}
.login input[type=button]{
    width: calc(50% - 15px);
}
.login-error {
	margin-top:8px;
	color: red;
	height: 1em;
}
.login-btn p {
	font-size: 13px;
}
.login-privacy {
	position: absolute;
	bottom: -1em;
	height: 1em;
	display: inline-block;
	width:100%;	
}

.login-privacy p {
	float:right;
	padding-right:30px;	
	font-size: 0.8em;
	color: rgb(104, 105, 105);
	text-decoration:none;	
}

.login-privacy p a {
	text-decoration:none;	
}

.notautorized {
	padding: 10px;
	box-shadow: 1px 10px 35px #555 !important;
    border: none !important;
    border-radius: 0px;
    top: 50px;
    background-color: rgba(255, 255, 255, 0.7) !important;
    display: block;	
    height: 280px;
}
.notautorized h2{
	margin: 0;
	border-bottom: 1px solid #ccc;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}

#login-message {  
    position: absolute;
    top: 0;
	text-align: center;
    width: 100%;
    background-color: red;
    display: inline-block;
}
#login-message label{
	font-size: larger;
    line-height: 2em;
}
#gedwaiting {
	z-index:30000;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	font-weight : bold;
	font-size: 1.2em;
	text-align: center;
	color: orange;
	background-color: rgb(0,0,0,0.5);
	cursor:	wait;
	display:block;/*Renato*/	
}
#gedwaiting span {
	text-align:center;
}

.gedwait-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  padding-top:20%;
}

.gedwait-spinner div {
  transform-origin: 40px 40px;
  animation: gedwait-spinner 1.2s linear infinite;
}
.gedwait-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #45a9f5;
}
.gedwait-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.gedwait-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.gedwait-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.gedwait-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.gedwait-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.gedwait-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.gedwait-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.gedwait-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.gedwait-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.gedwait-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.gedwait-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.gedwait-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes gedwait-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.gedinput label.error{
	display: flex;
	width: 100%;
	color: red;
	font-size: 13px;
}

.gedoutput label.error{
	display: flex;
	width: 100%;
	color: red;
	font-size: 13px;
}
.gedinput input{
	min-width: 200px;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(70% - 5px);
}
.gedinput select{
	min-width: 200px;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(70%);
}
.gedinput div label span.error{
	display: flex;
	width: 100%;
	color: red;
	font-size: 13px;
}

.ged-state-xml-in {
	font-size : 1.4em;
}
.docdetail {
	padding: 20px 0px 0px 20px;
}

.geddetail .ged-btn {
	position: relative;
    margin-top: -5px;
    text-align: center;
}

.geddetail div {
	height: 30px;
}

body {
    background: #fff;
    z-index: 1;
}
#selectCompany_chosen{
	width: calc(100% - 15px) !important;
	top: 30px;
	margin-left: 10px;
}

#selectDocumentOwner_chosen{
	width: calc(100% - 15px) !important;
	top: 55px;
	margin-left: 10px;
}

.ged-chosen .chosen-container{
	width: 100% !important;	
}
.login .div-btn{
	position: relative;
    margin-top: 110px;
    text-align: center;
}
.login .chgpwd-btn {
	position: relative;
    margin-top: -5px;
    text-align: center;
}

.login h2{
	margin: 0;
	border-bottom: 1px solid #ccc;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}
.login-userId{
	margin-top: 20px;
}
.login-mail{
	margin-top: 20px;
}
#login-2fa{
	margin-top: 20px;
}
#login-2fa div {
	min-width: 150px;
    width: calc(65%);
    float: right;
}

#login-2fa #otpcode{
    width: 9em;
    min-width: 6em;
}

#login-2fa #sendotpcode{
    width: 6em;
    min-width: 6em;
}

.login-forgot-note{
	color: darksalmon;
	margin-bottom:25px;
}

select, input, textarea, button {
    font: 99% sans-serif;
}

/* MAIN - GENERAL */
*{
 margin: 0;
 padding: 0;
 font-family:"Font Awesome 5 Free", "lucida grande",tahoma,verdana,arial,sans-serif
}

/*
fieldset {
     //min-width: 180px;
     //display: inline-block;
 }
 fieldset input{
     //float: right;
 }
 */
 .fright{
     float: right;
 }
 .fleft{
     float: left;
 }
 .divdetail {
 	display: inline-block;
 	font-size:14px;
 	width: 98%;
 }
 
 .divdetail  h3{
 	font-size:16px;
 }
 .divdetail table{
 	margin-left:20px;
 }
 
 .divdetail .fbold{
 	font-weight: bold;
 }
 .divdetailheader {
 	float:left;
 	width:100%;
 	margin-bottom: 10px;
 	margin-left: 15px
 }
 .divdetailbody {
 	float: left;
 	width:100%;
 	height:500px;
 }
 .divdetailbottom {
 	float: left;
 	width:98%;
 	position: absolute;
 	margin-top: 10px;
 	margin-bottom: 10px;
 	bottom: 0px;
 }
 .divdetailbottomleft {
	float: left;
	min-width: 100px;
	margin-left: 20px;	
}
 
.divdetailbottomright {
	float: right;
	min-width: 100px;
	margin-right: 20px;	
}
 
 .optDetailFE {
 margin-right:5px;
 }
 
body{
 font-size: 15px;
 background: #ddd;
}
h1, h2{
 margin-bottom: 10px;
}
h1{
 font-size: 28px;
}
h2{
 font-size: 26px;
}
p{
 margin-bottom: 20px;
 line-height: 1.5em;
}
img{
 max-width:100%;
 height:auto;
}
.alignleft{
 float: left;
 margin: 0 15px 5px 0;
}
img.medium{
 width: 300px;
}

/* MENU */
nav.main-menu, nav.footer-nav {
 text-transform: uppercase;
}
main{
 padding: 20px 0;
}
/* COLORS AND BORDERS */
.container{
	background: #fff;
 border-right: 1px solid #ccc;
 border-left: 1px solid #ccc;
}
.container_main{
	
 padding: 0 15px;
}
header{
 margin: 0 -15px;
 padding: 0 15px;
}
/* SIDEBAR */
#secondary ul{
 list-style: none;
 padding-left: 0
}
#secondary ul li{
 margin-bottom: 10px
}
/* RESPONSIVE */
@media screen and (max-width: 1024px) {
  .container {
   border: none;
  }
}
@media screen and (max-width: 400px) {
	.alignleft{
 	float: none;
 	margin: 0 auto 15px;
	}
	img.medium{
 	width: 100%;
	}
	header, footer{
 	margin: 0 -10px;
	}
}


/* GENERAL */
.container_main {
  margin-top: 4px 0 0 0;
}
.container #menu {
  padding: 0px 20px ;
  background-color: #f6f9ff;
/*  box-shadow: 0px 5px 5px #ddd;*/
  z-index: 1000;
}
#menu .logo_img{
	left: 20px;
	padding: 0;
}

#pageHeader {
	display: inline;
    margin-left: 20px;
    margin-right:20px;    
    width: 100%;
}
#pageTitle {
    font-size: 1.3em;
    font-weight: bold;
    color: #45a9f5;
    padding: 2px 0px 2px 0px;
    /*border-bottom: 2px solid #45a9f5;*/
    /*text-decoration: underline;*/
    display: inline;
}
#pageTop {
	float:right;
}

#pageOperation {
	float:left;
	margin-right: 20px;
    font-size: 0.9em;
    font-weight: bold;	
}

.pageOperation-group {
	margin-right: 100px;
	margin-top: 4px;
	height: 1px;
}

.pageOperation-group-label {
	color: white;
	margin-right: 8px;
	padding: 6px 8px 4px 8px;
	font-family: Arial;
	background-color: #45a9f5;
	cursor: pointer;
}

.pageOperation-group-active {
	background-color: #6e90b9;
	cursor: default;
}
.pageOperation-group-attention {
	color: white;
	background-color: red;
	cursor: pointer;
}

.pageOperation-group-confirm {
	color: white;
	background-color: orange;
	cursor: pointer;
}

#AzieRagioneSociale {
	float:right;
	margin-right:30px;
	display: flex;
}
#LoggedAs {
	float:right;
	font-size: 12px;
}
header, main, footer {
  display: block;
  overflow: hidden;
}

header::after, main::after, footer::after {
  clear: both;
}

.content, .sidebar {
  float: left;
}

.content {
  width: 98%;
  margin-right: 5%;
}

.homepage {
 	background-image: url(../images/natale2019.png);
 	display: block;
 	margin-left: auto;
  	margin-right: auto;
  	width: 100%;
  	height: 800px;
}
#homepagetesto {
	position: absolute;
	height:154px;
	width: 450px;
	background-color: #FFFFFF;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 15px;
}
#homepagetesto p {
	text-align: center;
	padding-top: 15px;
	border: 5px solid black;
	border-radius: 15px;
	padding-bottom: 19px;
}
.testored {
	color:red
}
.sidebar {
  display:none;
  width: 2%;
}
/* HEADER */
header {
  height: 70px;
}

.logo {
  float: left;
}

.logo img {
  height: 50px;
  width: auto;
  padding: 10px 0;
}
/* MENU */
nav.main-menu, nav.footer-nav {
  float: right;
  margin-right: 15px;
}

nav.main-menu {
  line-height: 70px;
}

nav.main-menu ul, nav.footer-nav ul {
  list-style: none;
  margin: 0;
}

nav.main-menu ul li, nav.footer-nav ul li {
  display: inline-block;
  margin-left: 25px;
}

nav.main-menu ul li:first-child, nav.footer-nav ul li:first-child {
  margin-left: 0;
}

.menu-home {	
	background-image: url(../images/menu-home.svg); 
	background-repeat:no-repeat; 
	background-position: center;
	width:30px;
}

.menu-logoff {	
	background-image: url(../images/menu-logoff.png); 
	background-repeat:no-repeat; 
	background-position: center;
	width:30px;
}

/* FOOTER */
footer {
  line-height: 70px;
}

.credit {
  float: left;
}
/* RESPONSIVE */
@media screen and (max-width: 1024px) {
  .container {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .container {
    margin: 0 1%;
  }

  .content {
    width: 73%;
    margin-right: 5%;
  }

  .sidebar h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .container {
    margin: 0 auto;
    padding: 0 10px;
  }

  header {
    height: auto;
  }

  .logo {
    float: none;
  }

  .content, .sidebar {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .content {
    margin-right: 0;
  }

  footer {
  	line-height: 35px;
  }

  .credit {
    float: none;
    margin-bottom: 20px;
  }

  nav.main-menu, nav.footer-nav {
    float: none;
    margin-right: 0;
  }
}

#footer {
	height: 36px;
    position: absolute;
    bottom: 0;
    left: 20px;
    padding: 0 0 2px 0;
}

.footer_box span {
	margin-left: 20px;
	font-size: 12px;
	display: inline-block;
    vertical-align: middle;
}

.logo_form img{
	height:40px;
}
.logo_form{
	    text-align: center;
}
/*
div.ag-layout-normal .ag-body {
    //height: auto;
}
div.ag-layout-normal .ag-root-wrapper-body {
    //height: auto;
}
*/

.gedgrid_title {
    width: 100%;
    border-top: 5px solid #d64343;
    height: 2em;
    padding-left: 20px;
}

.gedgrid_title p {
	height: 1.3em;
    font-size: 1.3em;
    font-weight: bold;
    color: #45a9f5;
    padding: 2px 0px 2px 0px;
    border-bottom: 2px solid #45a9f5;
    display: inline;	
}
.gedgrid {
	height: calc(100vh - 110px);
	width: 100%;
}

.gedgridbottombutton {
	position: absolute;
    left: 10px;
}
.gedgridbottombutton span {
	margin: 0;
	padding: 0;
	color: #376fa2;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}
.gedgridbottombutton span:hover{
	cursor: pointer;
	cursor: hand;
}

.ag-theme-balham .gedgrid_center_header {
	display: flex;
    text-align: center;
    justify-content: center;
}

.ag-theme-balham .ag-rtl .gedgrid_center_header {
    text-align: center; 
}

.popupdetail {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display:block;
	margin:1em;
	width:80%;
	vertical-align:middle;
	height:70%;
	background-color:white;
	padding: 8px;
	overflow-y: auto;
	max-height: 800px; 
}

.pa_esito_EC01 {
	color: green;
}

.pa_esito_EC02 {
	color: red;
}
.gedgridboolean{
	text-align: center;
}

.gedgridboolean span{
	padding-right: 17px;
}

#gedGridTopHeader {
	margin: 4px 0px 3px 0px;
	overflow: auto;
}

.gedgridtopbuttongroup {
	box-shadow: inset rgba(100,121,143,0.122) 1px 0 0 0;
    margin-left: 3px;
    padding-left: 10px;
    float:left;
}
#gedgridtopheaderdx {
	box-shadow: inset rgba(100,121,143,0.122) 1px 0 0 0;
    margin-left: 3px;
    padding-left: 10px;
    float:right;
    font-size:12px;
}

.gedGridTopHeader {
	margin: 4px 0px 3px 0px;
	overflow: auto;
}
.gedgridtopheader i {
	cursor: pointer;
}
.gedgridoption, .gedgridoptionapply, .gedgridoptioncancel {
	margin-left:15px;
}

.pa_esito_ok:before, .pa_esito_ko:before, .pa_esito_wait:before {
   font-family: 'Font Awesome\ 5 Free';
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
   content: '\f058';   
}
.pa_esito_ok {
   cursor: pointer;	
   color: green;	
}
.pa_esito_ko {
   cursor: pointer;
   color: red;
}
.pa_esito_wait {
    cursor: pointer;	
	color: darkorange;
}
.conserved:before {
   font-family: 'Font Awesome\ 5 Free';
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
   content: '\f187';   
}

.optMenu {
	float:left;
}
.optMenu i {
	font-size: 1.1rem;
	padding: 1px 14px 0px 2px;
	border-left:3px solid transparent;
	text-align:center;
	display: inline;
}
.optMenu i:hover {
	border-left:3px solid #45A9F5;
}

.gedfa-lg {
	font-size: 1.4em;
    line-height: 1.65em;
    margin-right: 4px;
}
.gedfa-lg i {
	border-top:1px solid transparent;
	padding-left: 1px;
	cursor: pointer;
	border-left:3px solid transparent;
}
.gedfa-lg i:hover:not([disabled]) {
	cursor: pointer;
	border-left:3px solid #45A9F5 !important;
}

.context-menu-option i {
	cursor: pointer;
	border-left:3px solid transparent;
}
.context-menu-option i:hover {
	cursor: pointer;
	border-left:3px solid #45A9F5;
}

.confirmYes {
  background-color: #7BC280;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 8px;
  cursor: pointer;
}
.confirmYes:hover {
  background-color: #00FF00;
}
.confirmNo {
  background-color: #E57F7F;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 8px;
  cursor: pointer;
}
.confirmNo:hover {
  background-color: #FF0000;
}

.btn {
  background-color: #5cb85c;
  border: none;
  color: white;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  margin: 4px 8px;
  cursor: pointer;
  height: 1.4em;
}
.btn:hover {
  background-color: #449d44;
}

.simpleBtnYes {
  vertical-align: top;
  background-color: #7BC280;
  border: none;
  color: white;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 8px;
  cursor: pointer;
}
.simpleBtnYes:hover {
  background-color: #00FF00;
}
.simpleBtnNo {
  vertical-align: top;
  background-color: #E57F7F;
  border: none;
  color: white;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 8px;
  cursor: pointer;
}
.simpleBtnNo:hover {
  background-color: #FF0000;
}

.textareaNotesContainer { width: 400px; height: 200px; border: 3px solid #f7c; }
.textareaNotes {
    border:1px solid #999999;
    width:98%; height: 96%;
	margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
	resize:none;
}

.gedgridcellcenter {
	text-align: center;
}

.gedgridcellnumber {
	text-align: right;
	padding-right: 10px !important;
}
.gedgridcellnumber input{
	text-align: right;
}
.gedgridred {
	color: red;
}

.gedgridcellinput {
	background-color: rgb(232, 240, 254);
	border: 0px;
}

gedgridcellinput textarea:focus, input:focus{
    outline: none;
}
.gedgridcellinput select{
	background-color: rgb(232, 240, 254);
}

.gedgridcellinput select{
	background-color: rgb(232, 240, 254);
}

.gedGridRowNew {
	font-weight: bold !important;
}
.gedGridRowNew select {
	font-weight: bold !important;
}
.gedGridRowRefused {
	background-color: #E06666 !important;
}
.gedGridRowRefused .ag-cell i:not(.ui-selectmenu-text *) {
	color: black;
}
.gedRefused {
	color: #E06666;
}
.gedRefused:hover {
	color: black;
}
.gedGridRowInProcess {
	background-color: #FFE599 !important;
}

.gedGridRowInProcess .ag-cell i:not(.ui-selectmenu-text *) {
	color: black;
}
.gedInProcess {
	color: #FFE599;
}
.gedInProcess:hover {
	color: black;
}
.gedGridRowOk {
	background-color: #93C47D !important;
}
.gedDone {
	color: #93C47D;
}
.gedGridRowDeleted {
	display: none;
	height: 0 !important;
}
.gedGridRowSelected {
	background: #c2dbff !important;
}
.gedGridRowWarning {
	background-color: #FFE599 !important;
}
.gedGridRowInError {
	background-color: #E06666 !important;
}

.gedTable {
	display: table;
	border-spacing: 3px;
}
.gedTableCaption {
	display: table-caption;
}

.gedTableRow {
	display: table-row-group;
}
.gedTableCell {
	display: table-cell;
	vertical-align:top;
	white-space: nowrap;
}
.gedTableCellM {
	display: table-cell;
	vertical-align:middle;
	white-space: nowrap;
}
.gedTableCellSpan {
	display: table-cell;
	width: 100%;
	border:1px solid gray;
}
input[type=text].gedTableCell  {	
  	min-width: 100%;
}
textarea.gedTableCell {
	resize:none;
	width:100%;
	height: 60px;
}


.sTable {
	border: 1px solid black;
}
	
.sTable tr td {
	border: 1px solid black;
}

.gTable {
	border: 0px;
	border-collapse: collapse;
}
.gTable tr {
	height: 10px;
}
	
.gTable tr td {
	padding: 2px;
	vertical-align: top;
}
.gTable label {
	white-space: nowrap;
	margin-left: 5px;
}
.gTable input[type=text] {
	width: 100%;
}

.gTable textarea {
	width: 100%;
	height: 60px;
	resize: none;
}
/*
.gTable td {
	//border:1px solid black;
}
*/

.gedMessage {
	margin-top:4px;
	color: red;
}

.gedFieldset {
	border: 1px solid;
	padding:5px;
}
#confirmRequest h1{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#afvRequest {
	z-index: 2501;
}
#afvRequest h1{
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#esitoCalcoloBolli {
	display: inline-block;
	text-align: center;
}
#valoreBolli {
	background-color: #45A9F5;
    width: 40%;
    display: inline-block;
    font-size: 1.5em;
   	height: 40px;
	line-height: 40px;
}

#docYear {
	width:60px;	
}
#yearToShow {
	width:60px;	
}

#yearToShow-error {
	position: relative;
	bottom: -2em;
	right: 23em;
}
.ged-io-progress {
	width: 100px;
	border: 1px solid green;
	height: 1.2em;
	display: inline-block !important;
	float:left;
	overflow: hidden;	
}

.ged-io-progress div {
	width: 0%;
	background-color: orange;
	height: 100%;	
}
.dropzone-drag-hover {
    padding: 10px;
    margin: 10px;
    color: black;
    border: 5px dashed #45a9f5;
    border-radius: 5px;
    box-shadow: 0 0 0 0px, 2px 1px 6px 4px rgb(10 10 0 / 0%);
    background:#e3e3e3;
}

#dropzone-draghover {
	opacity: 0;
}
#dropzone-draghover span {
	color: white;
}
.geddropzone-drag-hover {
	display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	text-align: center;
    opacity: 0.9 !important;
    background-color: #409fff;
    transition: opacity 0.5s;
    -webkit-transition: all 0.5s;
}
.ged-io-progress-success div {	
	background-color: #5cb85c !important; 
}

.gBold {
	font-weight: bold;
}

.ged_selectmenu .ui-widget{
	width: calc(100% - 2em);
}

.ged_document_new:before {
	content: "\f069";
	padding-left: 1px;
	font-weight: bold !important;
}
.ged_document_new {
	font-weight: bold !important;
	font-size: 16px;
}

.ged_document_inprocess:before {
	content: "\f071";	
}

.ged_document_inprocess {
	color: #FFE599;
	font-size: 16px;	
}

.ged_document_done:before {
	content: "\f14a";
	padding-left : 2px;
}
.ged_document_done {
	color: #93C47D;
	font-size: 16px;	
}
.ged_document_refused:before {
	content: "\f057";
	padding-left : 1px;
}
.ged_document_refused {
	color: #E06666;
	font-size: 16px;
}
.ged_document_refused:before {
	content: "\f057";
	padding-left : 1px;
}
.ged_document_error {
	color: #E06666;
	font-size: 16px;
}
.ged_document_error:before {
	content: "\f06a";
	padding-left : 1px;
}
.ged_SyncSdi {
	display: inline;im
	color: black;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	margin-left: 80px;	
}
.ged_SyncSdi_Ok {
  color: #93C47D;
}
.ged_SyncSdi_attention_1 {
  color: #E57F7F;
}
.ged_SyncSdi_attention_2 {
  color: #FF0000;
}	

.ged_12 {
	display: flex;
	justify-content: center; /* align horizontal */
	padding-top:13px;
}

.ged_12_doc {
	display: block;
	text-align: center;	
	padding-top:13px;
}

.ged_12_trash {
	display:none;
	text-align:right;
	margin-top:-13px;
}

.ged_12_trash i{
	border-top:1px solid transparent;
	padding-left: 1px;	
	color:red;
}
 
.ag-row-hover .ag-column-hover .ged_12_trash {
	font-size: 1.2em;
    line-height: 1.65em;
    margin-right: 4px;
	border-top:1px solid transparent;
	padding-left: 1px;
	cursor: pointer;	
	display:block;	
}

.ag-row-hover .ag-column-hover .ged_12_trash .fas:hover:not([disabled]) {	
	color: red !important;
}

.ag-row-hover .ag-column-hover .ged_12_trash i:hover:not([disabled]) {
	border-left:3px solid red !important;
}