








.ui-dialog-content.ui-widget-content:not(.popup) {
	overflow: hidden !important;
}
.popup:has(> table.stats) {
	overflow: auto !important;		
}





#customTooltip {
	position: absolute;
	padding: 8px 12px;
	background-color: #0081fd;
	border: 1px solid #007;
	color: #fff;
	z-index: 10000;
}

/* FONTS */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../../_Core/Fonts/bebas/BebasNeue-webfont.eot');
    src: url('../../_Core/Fonts/bebas/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../_Core/Fonts/bebas/BebasNeue-webfont.woff') format('woff'),
         url('../../_Core/Fonts/bebas/BebasNeue-webfont.ttf') format('truetype'),
         url('../../_Core/Fonts/bebas/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'label';
    src: url('../../_Core/Fonts/Oswald/Oswald-Medium.eot');
    src: url('../../_Core/Fonts/Oswald/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../_Core/Fonts/Oswald/Oswald-Medium.woff2') format('woff2'),
        url('../../_Core/Fonts/Oswald/Oswald-Medium.woff') format('woff'),
        url('../../_Core/Fonts/Oswald/Oswald-Medium.svg#Oswald-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fontLabel {
	font-family: 'label';
	text-transform: uppercase;
}










/* DEV PANEL */

.devPanel {
	position: absolute;
	padding: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #ebebeb;
	z-index: 10000;
	top: 100px;
	right: 0px;
	width: auto;
	text-align: center;
}

.fa-1-5x {
	font-size: 1.5em;
}

.devPanel ul li {
	cursor: pointer;
	padding: 7px;
	margin: 5px;
	background-color: #555;
	color: #fff;
	border: #999;
	text-align: center;
}


/* END DEV PANEL */















html, body {
	min-height: 100vh;
	height: auto !important;
	background-color: #f4f4f4;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	overflow-x: hidden;
	overflow: hidden;
	scrollbar-base-color: #E7E7E7;
	background-color: #fff;
}

/* HTML TAGS */


a {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 15px;*/
}

a:hover, a.active  {
	color: #FF9900;
}

form {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	color: #600;
	text-align: left;
	font-size: 11px;
}

h4 {
	margin-bottom: 3px;
	font-size: 100%;
}

h5 {
	color: #FF9900;
	font-size: 7pt;
	font-weight: normal;
	text-transform: uppercase;
}	

p {
	color: #666666;
	font-size: 12px;  
}


select, input[type=text], input[type=password], textarea {
	width: 100%;
	border: 1px solid #ccc;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.ui-widget-content {
	border: 1px solid #ccc;
}


label, .label {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	text-transform: uppercase;
	color: #9CA800;
}



label {
	display: block;
	margin: 3px 0 1px 0;
}

.button a:link, .button a:visited  {
	color: #666666;
}

.button a:active, .button a:hover  {
	color: #FFCC00;
}

.clear{
	clear: both;
}



.hidden {
	display: none !important;
}



/* HTML TAG - THE END */

#tray {
	margin: 0;
	/*padding: 0 10px 0 10px;*/
	/*background-color: #cccccc;*/
	
}

#containerAll {
	/*width:99%;*/
	width: 100%;
	/*background-color: white;*/
	/*padding: 0 5px;*/
}

/*
#container {
	width:100%;
	border-top: none;
	border-bottom: none;
}
*/

#container {
    float: left;
    position: relative;
	width: 100%;
	overflow: hidden;
}


#top {
	width: 100%;
	text-align: center;
	color: #999999;
}

#top h1 {
	font-size: 80%;
	font-weight: normal;
}

/*
#header {
	width: 100%;
	height: 50px;
	background-color: #666;
	font-family: 'BebasNeueRegular';
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
*/

#header {
	float: left;
	width: 100%;
	/*height: 50px;*/
	background: #666 url('../../_Core/Repository/Images/lowpoly.png') no-repeat center center / 120%;
	/*background-color: #666;*/
	/*font-family: 'BebasNeueRegular';*/
	font-family: 'label';
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #fff;
}


#areatips {
	position: absolute;
	right: 215px;
	margin: 0 15px 0 0;
	height: 90px;
	overflow: hidden;
	color: #666666;
	background-color: #FFF;
	border-top: none;
}


#areatips div.title {
	text-align: right;
	color: #FFF;	
	font-size: 14px;
	font-weight: normal;
	padding: 3px 7px 2px 25px;
	background: #588512 url(../../_Project/Images/headerIcoTips.png) no-repeat left;
}

#areatips div.message div {
	float: left;
	padding: 3px 10px;
}

#areatips div.message div.icon {
	padding: 3px 5px;
}

#areatips div.message div.text {
	padding: 3px;
	width:150px;
}

#areatips #helpbutton {
	float: right;
	margin-top:45px;
}


#logininfo {
	float: right;
	width: 200px;
	height: 90px;
	color: #666666;
	background-color: #FFF;
	/*border: 1px solid #738326;
	border-top: none;
	border-right: none;	*/
}

#logininfo div.message {
	text-align: right;
	padding: 5px;
}

#logininfo div.message b {
	color: #000;
}

#logininfo .button {
	text-align: right;
	padding: 5px;
}

#logininfo div.title {
	text-align: right;
	color: #FFF;	
	font-size: 14px;
	font-weight: normal;
	padding: 3px 7px 2px 25px;
	background: #588512 url(../../_Project/Images/headerIcoLogin.png) no-repeat left;
}

#topTxt {
	float: left;
	font-size: 20px;
	margin: 12px 5px 10px 20px;
}

#topTxt span {
	color: #C4DB00;
}


#header #logo {
	float: left;
	width: auto;
	height: 50px;
	padding: 0;
}

#header #logo div,
#header #logo div img{
	height: 100%;
}

#userActions {
	float: right;
	display: flex;
}

#userActions div {
	/*
	margin: 0px 0 0 15px;
	padding: 16px 15px 0 0;
	*/
	margin: 0 0 0 6px;
   padding: 6px 6px 0 0;
	border-right: 1px solid #999;
	float: left;
}

#userActions #userInfo {
	padding: 8px 15px 8px 0;
	text-align: right;
}


#userActions div .userLevel{
	display : block;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: -5px;
	color:#CCC;
}


#userActions div:last-child {
	border: none;
}



/* SEZIONE MENU */

#menu {
	overflow: hidden;
	width: 50px;
	float: left;
	z-index: 9100;
	font-family: 'label' !important;
	background-color: #ebebeb;
	border-right: 1px solid #fff;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#topmenu {
	font-family: "label";
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
	color: #000;
}

#topmenu li, #fltMenu li {
	/* float: left; */
	/* clear: right; */
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #000;
	cursor: pointer;
}



#topmenu>ul>li.unselected, #fltMenu>ul>li.unselected {
	background-color: #ebebeb;
}

#topmenu>ul>li.selected {
	color: #fff;
	background-color: #9CA800;
}

#fltMenu>ul>li.selected {
	color: #fff;
	background-color: #fff;
	cursor: default;
}

#topmenu>ul>li>ul {
	z-index: 10000;
}

#topmenu>ul>li>ul>li>span {
	font-size: 16px;
}

#topmenu>ul>li.unselected:hover, #fltMenu>ul>li.unselected:hover {
	background-color: #ccc;
}

#topmenu>ul>li li,
.subMenuItem,
.subMenuItem * {
	font-family: 'label' !important;
	background-color: #ebebeb;
	color: #000;
}

#topmenu>ul>li>ul li:first-child {
	background-color: #ccc;
	color: #000;
}

#topmenu>ul>li>ul :not(:first-child) {
	background-color: #ebebeb;
	color: #000;
}
#topmenu>ul>li>ul :not(:first-child):hover {
	background-color: #ccc;
	color: #000;
}

#topmenu a:hover {
	color: #fff;
}

.menuArrow {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 1000;
	border-left: 8px solid transparent;
	border-top: 8px solid transparent;	
	border-bottom: 8px solid transparent;
	display: none;	
	border-left-color: #9CA800;
}

.subMenuArrow {
	position: relative;
	width: 0;
	height: 0;
	z-index: 1000;
	border-top: 8px solid transparent;	
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top-color: #F8C300;
}





/* SEZIONE CONTENT */
.small {
	font-size:11px;
}


/* SEZIONE HOME */




/* SEZIONE LEFT */
#content {
	position: absolute;
	float: none;
	clear: right;
	top: 0;
	margin-top: 0;
	margin-left: 51px;
	background-color: #fff;
	padding: 0 0 0 15px;
	width: 100%;
	overflow: hidden;
}

#content div.floater{
	float: left;
	padding-right: 20px;
}

#content div.floater-last{
	float: left;
}

#content div.box {
	border: 1px solid #CCCCCC;
}


#content-template {
	width: auto;
	overflow: none;
	/*border: none;*/
	/*min-height: 100px;*/
}


#dummyContent {
	display: none;
}

.content {
	/*
	float: left;
	width: 100%;
	*/
	width: auto;
	clear: right;
	margin: 0;
	padding: 0;
}


/* ZONA MESSAGE */
#msgdwnld {
	font-size: 14px;
	margin:20px 5px;
}



/* SEZIONE FOOTER */
#footer {
	clear: both;
	width: 100%;
	height: 50px;
}


/* SEZIONE BOTTOM */
#bottom {
	position: fixed;
	bottom:0px;
	/*
	background-color: #ffffcc; 
	*/
	background-color: #f4f4f4;
	width: 100%;
	/*left: 5px;*/
	height: 25px;
	/*
	border-top: 1px solid #ffcc00;
	*/
	border-top: 1px solid #ccc;
	border-bottom: none;
}

#bottom #product{
	position: fixed;
	bottom: 5px;
	left: 20px;
}

#bottom .grigioC{
	color: #999999;
}

#bottom .grigioO{
	color: #666666;
}

#bottom a{
	font-weight: bold;
	font-size: 11px;
	/*color: #F8C300;*/
	color: #666;
}

#bottom #copyright{
	float: right;
	margin: 5px 10px;
}

.tlcresource {
	padding-left:20px;
	background:url(../../_Project/Images/frmBttLink.png) left no-repeat;
}

.tlcresource:hover, .tlcresource1:hover, .tlcresource2:hover, .tlcresource3:hover, .tlcresource4:hover {
	cursor: pointer;
}




#dxColLogin  .btt {
	cursor: pointer;
   float: left;
   font-family: 'label';
   text-transform: uppercase;
   font-size: 14px;
   text-align: center;
	padding: 5px 10px;
	margin: 0 5px 0 0;
	background-color: #F4F4F4;
   border: 1px solid #CCCCCC;
   width: auto;
}
   
.elementForm .labelForm {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 5px 0;
	font-size: .8em;
	color: #666;
	font-size: 12px;
}



.elementForm .inputForm {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/*
.elementForm .inputForm input {
	border: none;
	background-color: transparent;
}
*/

/*
.formElement, .formInput {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 5px;
}
*/

/*
.elementForm .inputForm div {
	width: 100%;
	margin: 5px 2%;
	font-size: 1em;
	color: #666;
	background-color: transparent;
}
*/

.elementForm .inputForm input, .elementForm .inputForm select {
	border: 0;
	width: 100%;
	/*width: auto;*/
	/*margin: 5px;*/
	padding: 5px;
	outline: none;
	box-sizing: border-box;
	
}

#dxColLogin div {
	float: left;
}








/****************************************************
/********* CLASSI ASTRATTE *************************/

.xx-small {
	font-size: 40%;
}
	
.x-small {
	font-size: 60%;
}
	
.small {
	font-size: 80%;
}
	
.medium {
	font-size: 100%;
}
	
.large {
	font-size: 120%;
}
	
.x-large {
	font-size: 140%;
}
	
.xx-large {
	font-size: 160%;
}
	
.colorDark {
	color: #9CA800;
	margin-bottom: 1em;
}
	
.colorLight {
	color: #C4DB00;
}
	
.fontHead {
	/*	font-family: "BebasNeueRegular";	*/
	/* font-size: 150%; */
	
	font-family: "Arial";
	letter-spacing: -1px;
	font-weight: bold;
}
	
.fontText {
	font-family: "Arial";
}
	
/******************************************************************/



/* TEXT ELLIPSIS */

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



.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}


/* OK COMMS */

	#okCommsSwitch .ext.switch{
		/*padding: 5px 5px 5px 15px;*/
		cursor: pointer;
	}


	#okCommsSwitch .ext.switch div:nth-child(1) {
		width: 100px;
		padding: 5px 5px 0 0;
		
	}

	#okCommsSwitch .ext.switch div:nth-child(2) {
		width: 38px;
		height: 24px;
		padding: 0 0 0 0;
	}


	#okCommsSwitch .ext.switch.commOff div:nth-child(2) {
		background: url(../../_Project/Images/bttSwitchMode.png) right 1px no-repeat;
		cursor: pointer;
	}

	#okCommsSwitch .ext.switch.commOn div:nth-child(2) {
		background: url(../../_Project/Images/bttSwitchMode.png) right -27px no-repeat;
		cursor: pointer;
	}
	
	
	
	
/* TABELLA FILTRI IN FRM */


#fltContainer {	
	/*position: absolute;*/
	background-color: #fff;
	/*width: 460px;*/
	width: 100%;

}
	
#fltContainer #fltMenu {
	float: left;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
}


#fltContainer #fltForm {
	/*width: 410px;*/
	width: auto;
	float: none;
	margin-left: 65px;
	margin-right: 15px;
	/*height: 310px;*/

}

#fltContainer #fltForm * {
	box-sizing: border-box;
}

#fltForm .fltFormInt {
	position: relative;
	width: 100%;
}

#fltContainer #fltForm .fltFormInt .has-error {
	border: 1px solid red;
}

#fltContainer .visibleOn {
	visibility: visible;
	display: block;
}

#fltContainer .visibleOff {
	visibility: hidden;
	display: none;
}

#fltContainer input{
	padding: 5px 0;
}

#fltContainer .topfield{
	width: 385px;
	margin: 0 10px;	
}

#fltContainer .normalfield {
	width: 385px;
	margin: 10px 10px 0 10px;
}

#fltContainer .halffield {
	margin: 10px 0 0 10px;
	float:left;
}

#fltContainer .secondhf {
	margin-left: 5px;
}

#fltContainer .halfsize{
	width: 190px;
}

#fltContainer input.sminp[type="text"] {
	width: 190px;
}

#fltContainer input.linp[type="text"] {
    width: 388px;
}

#fltContainer input[type="text"].select2-input {
	width: 95%;
}

.password-container{
	width: 168px;
	position: relative;
}
.password-container .pswInput{
	width: 100% !important;
	/* padding: 3px 36px 3px 2px !important; */
	padding-right: 33px !important;
	box-sizing: border-box !important;
	height: inherit !important;
}
.password-container .PswEye{
	position: absolute;
	top: 28%;
	right: 4%;
	cursor: pointer;
	color: #A7A7A7;
}
.chgPswList {
	height: 100%; 
	padding-left: 20px;
	list-style: none;
	counter-reset: steps;
	margin-top: 0;
	margin-bottom: 0;
}
.chgPswList li {
	counter-increment: steps;
	display: list-item;
	margin-bottom: 5px;
}
.chgPswList li:last-child{
	margin-bottom: 0;
}
.chgPswList li::before {
	content: counter(steps);
	margin-right: 0.5rem;
	/* background: #ff6f00; */
	background: #F8C300;
	color: white;
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	line-height: 1.2em;
}
	
	
	
@charset "utf-8";
/* CSS Document */

.txtcolor1 {
	background-color: #F8C300;
}

.txtcolor2 {
	background-color: #9CA800;
}

.bgcolor1 {
	background-color: #F8C300;
}

.bgcolor2 {
	background-color: #9CA800;
}


#areatips div.title {
    background-color: #FF9900;
}

#logininfo div.title {
	background-color: #FF9900;
}

#logincontainer {
    border: 1px solid #FF9900;
}

#logintitle {
    background-color: #FF9900;
}

#loginlogo {
    background-image: url("../Images/LoginLogo.png");
    height: 115px;
    width: 220px;
}


/* SEZIONE MENU */



/*#topmenu li.selected {
	background-color: #F8C300;
}

.menuArrow {
	border-left-color: #F8C300;
}

.subMenuArrow {
	border-top-color: #F8C300;
}

#topmenu>ul>li.selected {
	color: #fff;
	background-color: #F8C300;
}*/

/*#topmenu>ul>li.unselected:hover {
	background-color: #ccc;
}

#topmenu>ul>li>ul>li {
	background-color: #ebebeb;
	color: #000;
}

#topmenu>ul>li>ul li:first-child {
	background-color: #ccc;
	color: #000;
}

#topmenu>ul>li>ul :not(:first-child) {
	background-color: #ebebeb;
	color: #000;
}
#topmenu>ul>li>ul :not(:first-child):hover {
	background-color: #ccc;
	color: #000;
}


#topmenu a:hover {
	color: #fff;
}

#bottom a{
	color: #F8C300;
}*/

/* SEZIONE VIEWDATA */

.viewdata div.btt {
	margin-bottom: 5px;
}

.viewdata a.actFltAdd {
	display: block;
	background-image: url(../Images/frmBttActFltAdd.png);
	width: 120px;
	height: 50px;
}

.viewdata a.actFltUpd {
	display: block;
	background-image: url(../Images/frmBttActFltUpd.png);
	width: 120px;
	height: 50px;
}

.viewdata a.actElaAdd {
	display: block;
	background-image: url(../Images/frmBttActElaAdd.png);
	width: 120px;
	height: 50px;
}

.viewdata a.actElaDel {
	display: block;
	background-image: url(../Images/frmBttActElaDel.png);
	width: 120px;
	height: 50px;
}

.viewdata a.actNwlPrv {
	display: block;
	background-image: url(../Images/frmBttActNwlPrv.png);
	width: 120px;
	height: 50px;
}

.viewdata a.actNwlTst {
	display: block;
	background-image: url(../Images/frmBttActNwlTst.png);
	width: 120px;
	height: 50px;
}

.viewdata a.actNwlSnd {
	display: block;
	background-image: url(../Images/frmBttActNwlSnd.png);
	width: 120px;
	height: 50px;
}

.viewdata div.actNwlSndOff {
	display: block;
	background-image: url(../Images/frmBttActNwlSndOff.png);
	width: 120px;
	height: 50px;
}


.tlcresource:hover, .tlcresource1:hover, .tlcresource2:hover, .tlcresource3:hover, .tlcresource4:hover {
	color: #F8C300;
}

label, .label {
	color: #F8C300;

