.bg{
/*	background:#28803a;*/
	background:#42A3C3;
	display:block;
	height: 100%;
    width: 100%;
	padding-top:150px;
}

.bg-login{
/*	background:#28803a;*/
	background:#42A3C3;
	display:fixed;
	height: 100%;
    width: 100%;
	padding-top:150px;
}



.btn-bg-1 {
	background: #004040;  /*colore da personalizzare ogni procedura*/
	color: #fff;
}

.btn-bg-2 {
	background: #006666;  /*colore da personalizzare ogni procedura*/
	color: #fff;
}



thead {
	background: #5f6a6a;  /*colore da personalizzare ogni procedura*/
	color: #fff;
}

.td_det {
	position:relative;
	cursor: pointer;
}    
.td_det:before {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";  /* this is your text. You can also use UTF-8 character codes as I do here */
    position:absolute;
	font-weight: 900;
	font-size:12px;
	top: 15px;
	right: 20px
 }







body{
/*	background: #E6E6E6;*/
	background: #1F222E;
}


.logo-login{
	max-width: 450px;
	margin: 0 auto;
	
}

.logoas-login{
/*	background-position: bottom right;
	background-image: url(../img/logoas.png);
	background-repeat: no-repeat;
	background-size:33% auto; */
	background: #1F222E;
	background-image: url(../img/arera_pattern.png);
	background-repeat: repeat;
	/*background-size:33% auto; */	
}

.bg-desk{
	background:#cbb116;
	display:block;
	height: 100%;
    width: 100%;
	padding-top:150px;
}


h1,h2,h3{
	color: #264a59;	
}

.b{
	font-weight: bold;
}


.container-login{
	max-width: 450px;
	margin:0 auto;
	background:#E6E6E6;
	display: table;
}

.em1{
	font-size:1em !important;
}

.em5{
	font-size:5em;
	
}

.em2,.em2 *{
	font-size:2em;
	
}
.em08,.em08 *{
	font-size:0.8em;
}

.em09,.em09 *{
	font-size:0.9em;
}
.container-login{
	max-width: 450px;
	margin:0 auto;
	background:#E6E6E6;
	display: table;
}


.bg-radius{
	background: blue;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	text-align: center;
}

.margin-10-R{
	margin-right:10px;
}
aside{
	position: fixed;
	float:left;
	top:50px;
	background:#006666;
	width:220px;
	height:calc(100% - 50px);
	color:#ffffff;
	z-index:999;
}

aside li {
	border-bottom: solid 0.5px #196f6f;
	opacity: 0.9;
}

aside li:hover{
	opacity: 1;
}




aside *{
	color:#ffffff;
}


.current, .current *{
	position:relative;
	font-weight:bold;
	opacity: 1;
  /*  background: #e2e57c; 
	
    color: #e2e57c  */
}

.current i{
	opacity:1;
    color: #fbea8d 
}



.current::after {

    right: 0;
    border: 8px solid transparent;
	border-right-color: transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f1f1f1;
    top: 50%;
    margin-top: -8px;
	color:#e6e6e6;
}


/*
header{
/*	position: fixed;*/
	height: 50px;
	background:#004040;
	top: 0;
	float:left;
	z-index:999;
}

*/


.content-wrapper{
    margin-left: 220px;
    padding-left: 20px;
    padding-right: 20px;
	padding-top: 50px;
}

.credits{
	position: absolute;
	bottom: 10px;
}


.btn{
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

@media screen and (max-width: 1260px) {
	aside{
		width:50px !important;
	}
	.content-wrapper{
		margin-left: 50px !important;
		width: calc(100% - 50px) !important;
	}
}

.white{
	color:#fff;	
}

.white *{
	color:#fff;	
}

.grey, .grey *{
	color:#eaeaea;
}

.bg-grey{
	background:#f6f6f6;
}


.bg-grey-dark{
	background:#E6E6E6;
}

.bg-blu{
	background:#8FAAB5;
}

.bg-white{
	background:#fff;
	
}

.bg-none{
	background:none !important;
}

.no-underline{
	text-decoration:none;
	color:#ffffff; 
}

a.no-underline:visited{
	text-decoration:none;
	color:#ffffff; 
}
.italic{
	font-style:italic;
}
/*margin*/
.padding-0{
	padding:0;
}

.padding-10-L{
	padding-left:10px;
}

.margin-20-R{
	margin-right:20px;
}

.margin-20-L{
	margin-left:20px;
}

.margin-0{
	margin:0;	
}

.margin-10-TB{
	margin:10px 0 !important;	
}
.margin-20-B{
	margin-bottom:20px;	
}

.padding-30-LR{
	padding-left:30px !	;
	padding-right: 30px;
}

/* loader*/ 
.loader-bg{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 10000;
	background-color: rgba(255, 255, 255, 0.5);
}

.loader {
	border: 10px solid #f3f3f3;
	border-top: 10px solid #347C98;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s infinite linear ;
	-webkit-animation: spin 1s infinite linear ;
	 -moz-animation: spin 1s infinite linear ;	
	position: absolute;
	top: 50%;
	left: 55%;
	z-index: 10001;
	color: #006;
	margin-left: -25px;
	margin-top: -25px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% {transform: rotate(360deg);}
}	

.yellow{
	color:#E2E57C;
}

.required label:first-child:after {
    color: #d9534f ;
    content: ' *';
    display:inline;
	font-weight: bold;
}

.autocomplete-result{
	max-height: 390px;
	overflow-y: auto;
}

.borderLeftImu, .borderLeftIMU, .I{
	border-left: solid 5px #5D89B3 !important;
}

.borderLeftTasi, .borderLeftTASI, .T{
	border-left: solid 5px #B11F25 !important;
}
.bordLinfo{
	border-left: solid 5px #5BC0DE;
}

.border-input{
	border: 1px solid #d1cbcb;	
}


.input-warning {
	border-color: #ac8c0b;
  }


.color-success{
	color:green;
}

.color-grey{
	color:grey !important;
}
.color-grey2{
	color:#1F222E !important;
}

.color-warning{
	color: #ac8c0b;
}
.fa-13x {
    font-size: 1.3em;
}

.function,.function *{
	background: #5693ad;
	color:white;
}


.hr{
	border-top: dotted 1px #c3c2c2;
	margin: 15px 0 25px;
}

.margin-0{
	margin:0;
}

.circle {
    background: #f0ad4e;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    text-align: center;
    margin-top: 2px;
    display: inline-block;
}

.underline{
	text-decoration:underline
}

.red {
    color: #F15355;
}

.h130{
	min-height:130px;
}

.normal-a{
	text-decoration: none;
	color: #333;
}
.pagination a{
	text-decoration: none;
}


.pagination .active{
	background:#347C98;
	color:white;
	font-weight:bold;
	
}

.color-blu{
	color: #264a59;
}

.line-height-25{
	line-height:25px;	
}

.border-right{
	border-right: dotted 1px;
	padding-right:20px;
	margin-right:20px;
	border-color: #a7a7a7!important;
}

@media screen and (max-width: 992px) {   /*dm*/
		.border-right{
			border: none;
		}
	}
	



@media screen and (min-width: 892px) {
	 /* Style the navbar */
		#noscroll {
		  overflow: hidden; 	
		  opacity: 0.9;
		  padding-bottom:20px;		  
		}
	}


	/* Page content */
	.content {
	  padding: 16px;
	}

	/* The sticky class is added to the navbar with JS when it reaches its scroll position */
/*	.sticky {
	  position: fixed;
	  top: 50px;
	  width: calc(100% - 280px);
	}

	.sticky {
	  position: fixed;
	}
*/
	/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
/*	.sticky + .content {
	  padding-top: 60px;
	} */

/* scroll to top */ 

#scroll_to_top{
	z-index:999;
    position:fixed;
    right:20px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#264a59;
    text-indent:-9999px;
    display:none;
}

#scroll_to_top span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll_to_top:hover {
    background-color:#5bc0de;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.ui-tooltip {
   
	 width: 500px !important;

}
.ui-tooltip-content {
   
	position:relative;

}

.tooltip_custom,.tooltip_custom ,.tooltip_custom *{
	font-size:13px;	

}
.tooltip_custom{
	padding:20px;
}
.tooltip_custom ul{
	margin:0;
	padding:0;
}

.opacity{
	opacity:0.3;
}

.red{
	color:red;	
}

.green{
	color:green;
}
/*-------------------------------------------------*/


.vl {
    margin-left:22px;
    border-left: 6px solid #347c98;

}
.N1{
     border: 6px  solid #347c98;
     height: 50px;
     width :50px;
     border-radius: 50%;
	 line-height: 33px;
	text-align: center;

    
}

a.yellow{
	color: #fbea8d !important;	
}

.ligo-autocomplete-items{
	max-height: 300px !important;
	overflow-y: auto !important;
}

input:-moz-read-only { /* For Firefox */
    background: #dfe2e4;
}

input:read-only {
    background: #dfe2e4;
}

.h80p{
	height:80%;
}
.h100p{
	height:100%;
}

.relative{
	position:relative;
}
.tr-primo{
	border-top: 15px solid #e6e6e6;
}
#content-header{
	z-index: 1500;
}
.font-monospace{
	font-family: monospace
}

[class*='bg-tipos1']{

}



.bg-bol,.bg-tipos1-1,.bg-tipos1-51{
	background: #FFFCC1 ;
	border: 1px solid #e3df89;
}

.bg-bon, .bg-tipos1-2, .bg-tipos1-52{
	background: #C1FFCF;
	border: 1px solid rgb(154, 209, 167);
}


.bg-f24,.bg-tipos1-3{
	background: #C1E6FF ;
	border: 1px solid rgb(160, 189, 209);
}
.bg-f24,.bg-tipos1-4{
	background: #DBDBDB;
	border: 1px solid rgb(175, 175, 175);
}


.semaphore_100{
	background: #770115 !important;
}

[class*='semaphore_09'] {
	background: #ac001e
}

[class*='semaphore_08'] {
	background:#d91730
}
[class*='semaphore_07'] {
	background:#fc5249
}
[class*='semaphore_06'] {
	background:#de8926
}
[class*='semaphore_05'] {
	background:#edb13b
}
[class*='semaphore_04'] {
	background:#fed269
}
[class*='semaphore_03'] {
	background:#cafe69
}
[class*='semaphore_02'] {
	background:#84c97b
}
[class*='semaphore_01'] {
	background:#4fac61
}
[class*='semaphore_00'] {
	background:#318943
}
.semaphore_000{
	background: #215c2c !important;
}


.ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.w40{
	background: none;
	border: none;
	outline: none;
}
