﻿/* 
Update: 
ver: 3.0.57 01/2023
ver: 3.0.58 02/2024
 */
 html {
    scroll-behavior: smooth;
    box-sizing :border-box ;
}

/*

*/
:root
{
    --color-red:rgb(255, 46, 104);
    --color-blue:rgb(46, 120, 255);
    --gray-light: rgb(119 119 119);
    --color-black: #222222;
}


body{
    /*
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjZmZmIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9IiNjY2MiPjwvcmVjdD4KPC9zdmc+");
    */
    background-color: #eee;
    scroll-behavior: smooth;
    box-sizing :border-box ;
}


p {
   font-size:13px;
   color:var(--color-black);
} 

p.title {
    font-size :16px;
    font-weight: bold;
}

p.subtitle {
    font-size: 11px;
    font-weight: initial;
}



/*

    */
label {
        display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: initial;
    margin-top: 5px;
}

label.quick-button input[type=button] {
    width: 100px;
    height: 100px;
    white-space: inherit;
    text-align: left;
    border-radius: 10px;
}

#tile-content {
 display: flex;
    flex-wrap: wrap;
}

.p10{ padding:10px;}
.p20{ padding:20px;}
.p30{ padding:30px;}

.p1e{padding:1em;}
.p2e{padding:2em;}

.sidebar_menu
{
	margin-bottom :10px;
	margin-top:10px;
	border-bottom: solid 1px rgb(0, 87, 216);
}

.sidebar_menu li
{
	line-height:20px;
	vertical-align:middle;
	  padding-left:0px;
	  display:inline-block ;
}

.sidebar_menu li a {
    color: #333333;
    display: block;
    padding: 8px;
    font-size: 1.0em;
    text-transform: capitalize;
    text-decoration: none;
}

.sidebar_menu li a:hover
{
	color: #222;
	background-color: rgb(255, 255, 255);
	/*border-radius: 2px;*/
	text-decoration:none;
	}

.sidebar_menu li a.active
{
    color: rgb(255, 255, 255);
    background-color: rgb(0, 87, 216);
    /* border-radius: 4px; */
    border-radius: 5px 5px 0px 0px;
	}

.sidebar_menu_sub
{
	display:none;
	/*padding:5px 5px 5px 5px;*/
	background-color:#222;

	/*
	border-bottom-left-radius:  4px;
	border-bottom-right-radius:  4px;
	*/

	/*border-radius:  4px;*/
	}

img.profile-image {
display: block;
float: left;
width: 48px;
height: 48px;
margin-right: 10px;
}

#menu_main_content
{
	/*padding:10px;*/
	}

.profile-body
{
	float:left;
	color:#eee;
	vertical-align:middle;
}

.profile-body a
{
	color:rgba(170,170,170,1);
}

.menu_ico
{
	display:inline-block ;
	margin-right:10px;
/*	background-color:#fff;*/
	width:24px;
	height:24px;
	text-align:center;
	vertical-align:middle ;
	border-radius: 50%;
	}

.menu_ico img
{
	padding-top:4px;
		text-align:center;
	vertical-align:middle ;
	}

.myheader
{
	/*position:fixed;69,112,187*/
	/*background-color:rgb(66, 139, 202);*/
	background-color:rgb(68, 108, 179);
	width:100%;
	padding:0;
	height:40px;
	line-height:40px;
	z-index:2;
	}

.content_page
{
    padding: 20px;
    margin-left: 280px;
    max-width: 900px;
    min-width: 650px;
    margin-top:30px;
    background-color: rgb(255, 255, 255);
    /*box-shadow: 3px -5px 10px #ccc;*/
    border-radius: 3px;
    border: solid 1px #ddd;
}

.menu_main
{
	position:fixed;
	width:250px;
	height:100%;
	top:0px;
	left:0px;

	padding-top:0px;

	background-color:#000;
	/*
	background-color:rgb(35,39,41);
	background: -webkit-linear-gradient(left, rgb(35,39,41) , rgb(20,20,20));
	background: -o-linear-gradient(right,			rgb(35,39,41) , rgb(20,20,20));
	background: -moz-linear-gradient(right,		rgb(35,39,41) , rgb(20,20,20));
	background: linear-gradient(to right,			rgb(35,39,41) , rgb(20,20,20));
	*/
	}
	
/*

*/	

.hasDatepicker 
{
    width:100px;
    }

	

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.arrowsx
{
	background-image : url(../../images/arrowSX.png);
	background-repeat:no-repeat;
	width:5px;
	height:7px;
	display:block;
	position:absolute;
	left:-5px;
	top:15px;
}

#panel_search {padding-top:10px;}

/*------------------------------------------------------------------------------------*/

.myheader_logo
{
	background-color:rgb(40, 73, 132);
	width:250px;
	padding:0;
	height:40px;
	background-image:url(../../images/logo.png);
	background-repeat :no-repeat ;
	background-position: center center;
	margin-right:10px;
	display:inline-block;
}

.smalltile
{
	width:32px;
	height:32px;

	background-repeat :no-repeat ;
	background-position: center center;
	display:inline-block;
	margin-left:10px;
	margin-bottom:9px;
	cursor:pointer;
	}

.tilephone		{	background-image:url(../../images/button/phone.png?v=1);  }
.tileremote		{	background-image:url(../../images/button/remote.png?v=1); }
.tilesettings	{	background-image:url(../../images/button/settings.png?v=1); }
.tiletraduttore {	background-image:url(../../images/button/book.png?v=1); }
.tilemap		{	background-image:url(../../images/button/metro_map.png?v=1); }
.tilecalendar	{	background-image:url(../../images/button/metro_calendar.png?v=2); position:relative; }
.tiletags		{	background-image:url(../../images/button/metro_tag.png?v=1); position:relative; }
.tilealert		{	background-image:url(../../images/button/metro_server.png?v=1); position:relative; }

.tilealertercount
{
	margin: 0;
    position: absolute;
    right: -2px;
    top: -5px;
    height: 5px;
    line-height: 5px;

}

.tilecount_text
{
    color: #fff;
    padding: 1px;
    background-color: #CC2515;
    border: solid 2px #CC2515;
    font-weight: bold;
    font-size: 10px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 3px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:center ;
}

.headerday
{
	color:#fff;

	font-size:10px;
	line-height:13px;
	text-align:left;
	}

.headercompany
{

	color: #fff;

	font-size:14px;
	/*font-weight:bold;*/
	}
	
/*
    company info
*/	
	
a.company_info > img
{
    max-width: 150px!important;
    max-height: 35px!important;
    vertical-align:middle;
}	

a.company_info > span
{
    margin-left:15px;
    margin-left: 15px;
    font-size: 1.2em;
    color: rgb(34 34 34);
    font-weight: bold;
}	

a.company_info > span:hover
{
    text-decoration:underline;
}	
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/

.fr { float:right; }

.fl { float:left; }

.myday
{
	display:block;
	padding-bottom:1px;
	padding-top:5px;
	}
/*-------------------------*/
span.favorites
{
	float:left;
	height:16px;
	width:16px;
	display:block;
	background-image :url(../../images/menu/iconblack.png);
	background-position: -224px -112px;
}

span.setting
{
	float:left;
	height:16px;
	width:16px;
	display:block;
	background-image :url(../../images/menu/iconblack.png);
	background-position: -192px -112px;
}
span.logout
{
	float:left;
	height:16px;
	width:16px;
	display:block;
	background-image :url(../../images/menu/iconblack.png);
	background-position: -0px -176px;
}

span.remote
{
	float:left;
	height:16px;
	width:16px;
	display:block;
	background-image :url(../../images/menu/iconblack.png);
	background-position: -32px -80px;
}

span.flag
{
	float:left;
	height:16px;
	width:16px;
	display:block;
	background-image :url(../../images/menu/iconblack.png);
	background-position: -16px -112px;
}

span.arrowup
{
	float:left;
	height:16px;
	width:16px;
	display:block;
	background-image :url(../../images/menu/iconblack.png);
	background-position: 0px -48px;
}

span.plus
{
	float:left;
	height:16px;
	width:16px;
	display:block;
	background-image :url(../../images/menu/iconblack.png);
	background-position: 0px -192px;
}

span.home
{
	float:left;
	height:16px;
	width:16px;
	display:block;
	background-image :url(../../images/menu/iconblack.png);
	background-position: 0px -112px;
}

span.warning
{
	float:left;
	height:16px;
	width:16px;
	display:block;
	background-image :url(../../images/menu/iconblack.png);
	background-position: 0px -144px;
}

/*------------------------------------------------------------------------------*/

span.newfeature1
{
	height:16px;
	width:16px;

	background-image :url(../../images/menu/iconblack.png);
	background-position: -128px  -128px;
	display:inline-block ;
	}

/*------------------------------------------------------------------------------*/

.footer_description
{
	color:#333;

	line-height:1.20;
	direction :ltr;
	text-decoration:none;
	}

/*------------------------------------------------------------------------------*/

.buttonsmallest input
{
	cursor:pointer;
	display:inline-block;

	white-space:nowrap;
	color:#fff;
	background-position: 1px -190px;
	background-image: url(ui-icons_454545_256x240.png);

	/*background-color:#fff;*/
	border:0;
	width:18px;
	height:20px;

	line-height:25px;
	vertical-align:middle ;
	position:relative;
	top:-2px;
	background-color:Transparent ;
}

.nobordertop
{
	border-top: solid 0px #000;
	}

 .buttonconfirm input,
 ul.button li.buttonmiddle a {
   cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    padding: 5px;
    line-height: normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 5px;
    min-width: 60px;
    text-transform: lowercase;
    margin-right: 5px;
    font-weight: initial;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 35px;
    min-width: 100px;
    background-color: rgb(63 143 255);
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    border: 0;
    /* font-weight: 100; */
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    /* font-weight: initial; */
    margin: 0;
    margin-right: 5px;
    text-decoration: none;

}

 /* */
input[type=text]:focus, 
input.ui-autocomplete-input:focus {
    /*box-shadow: inset 0px 0px 7px 3px #002bff2e;*/
    background-color: #ffffe7;
}

.buttonconfirm input:hover
{
     background-color: rgb(54 123 221);
}

.buttonconfirmgreen input:hover
{
    background-color:green;
	color:#fff;
}
.buttonconfirmgreen input
{
	cursor:pointer;
	display:inline-block;
 	white-space:nowrap;
	text-align:center;
	padding: 5px;
	line-height:normal ;

	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    min-width:60px;
    text-transform:lowercase ;
    /*min-height:20px;*/
	color:green;
	background-color:#fff;
	border:solid 1px green;
	}

.buttonupload input
{
	background-color:#ddd;
	border:solid 1px #777;
	margin:0px;
	padding:0px;
	line-height:25px;
	min-width:100px;
}

.buttonnormal input,
.buttonsmall input {
cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    color: #464646;
    text-align: center;
    padding: 5px;
    line-height: normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 5px;
    min-width: 60px;
    text-transform: lowercase;
    margin-right: 5px;
    font-weight: bold;
    background-color: #f5f5f5;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 35px;
    cursor: pointer;
}

.buttonnormal input:focus,
.buttonnormal input:hover {
    background-color: rgb(211 211 211);
    /* color: #fff; */
    cursor: pointer;
}

.buttondisabled input
{
	cursor:default ;
	display:inline-block;
	white-space:nowrap;
	color:rgb(170,170,170);
	background-color:#ddd;
	border:solid 1px #999;
	text-align:center;
	padding: 5px;
	line-height:normal ;

	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;

    min-width:40px;
    text-transform:lowercase ;
	}

.buttonconfirmgreen_lignt input {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    padding: 5px;
    line-height: normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    min-width: 60px;
    text-transform: lowercase;
    color: rgb(255 255 255);
    background-color: rgb(0 128 0 / 74%);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    
}


/*---------------------------------------------------------*/

span.label_small
{
	min-width:50px!important;
	}

.item > .label,
span.field-label,
li.label  {
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    min-width: 200px;
    font-weight: initial;
    text-align: left;
    font-size: inherit;
    padding: 0;
}




span.field-content,
.toolbar > li > select, 
.toolbar > li > input, 
div.item > span.content > input, 
div.item > span.content > select {
	color:#444;
	text-align:left;
	display:inline-block;
	position:relative;
	margin:0px;
	margin-bottom:5px;
	margin-right:5px;
    padding: 0px;
    border-radius: 3px;
    border: solid 1px rgb(212, 212, 212);
    position:relative ;
    background-color :Transparent;
    min-width:60px;
}



span.field-content input,
.toolbar > li > select,
.toolbar > li > input,
div.item > span.content > input, 
div.item > span.content > select,
.field-content select
{
    padding:4px;
}

span.field-content textarea
{
    border:0;
}

span.noborder
{
    border:0;
    }

span.field-content .free-text {
    padding: 5px 20px 5px 5px;
    display: inline-block;
    
}

span.field-content .field-content--evidence {
    border:solid 1px #3f8fff;
} 


/*--------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------*/
.mytip_sx:hover .mytipbox_sx
{
		display:block;
}

.mytip_sx
{
	 position:relative;
}
.mytipbox_sx
{
	width:230px;
	text-align:left;
	position:absolute;
	z-index:10;
	bottom:3px;
	padding:0 0 7px;
	display:none;
	right:-10px;
}

.mytipbox_sx .mytiptitle_sx
{
	font-size:11px;
	background-color:#2c5aa0;
	border:solid 1px #28447e;
	border-bottom:none;
	color:#fff !important;
	font-weight:bold;
	display:block;left:0;
	padding:3px 8px 4px;
	white-space:nowrap;
}

.mytipbox_sx .mytiptext_sx
{
	font-size:11px;
	background-color:#fff;
	border:solid 1px #999;border-top:none;border-bottom:solid 1px #888;color:#666 !important;
	font-weight:normal;
	display:block;
	left:0;
	padding:4px 8px 6px;
	white-space:pre-wrap ;
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .1);
}

.mytiparrowdown_sx
{	position:absolute;
 	bottom:3px;
 	right:15px;
 	width:7px;
 	height:5px;
 	background-image:url(../../images/arrowd2.png);
 	background-repeat:no-repeat
 }

/*--------------------------------------------------------------------------------------------*/
.mytip:hover .mytipbox
{
	display:block;
	cursor:pointer;
}

.mytip {
	 position:relative ; 
	 bottom:0px;
	 right:0px;
	 margin:2px;
	 cursor:pointer;
     text-decoration:none;
}

.mytip:hover {
    text-decoration:none;
}


.mytipbox
{
	width:230px;
	text-align:left;
	position:absolute;
	z-index:10;
	bottom:7px;
	display:none;
	left:-10px;
    margin-bottom: 10px;
}

.mytipboxbutton  
{
    bottom:25px!important;
    }


.mytipbox .mytiptitle
{
    font-family: arial;
    background-color: rgb(16 16 16 / 77%);
    color: #fff !important;
    display: block;
    left: 0;
    padding: 1em 1em 0em 1em;
    border-radius: 0.5em 0.5em 0 0;
}

.mytipbox .mytiptext
{
    font-family: arial;
    background-color: rgb(16 16 16 / 77%);
    color: rgb(255 255 255) !important;
    display: block;
    left: 0;
    padding: 1em;
    border-radius: 0 0 0.5em 0.5em ;
}

.mytiparrowdown
{
    height: 0;
    border-left: 5px solid rgb(0 0 0 / 0%);
    border-right: 5px solid rgb(0 0 0 / 0%);
    border-top: 5px solid rgb(16 16 16 / 77%);
    bottom: -5px;
    left: 15px;
    position: absolute;

 }

#ddt_customer
{
	width:250px;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.bottomborder
{
	border-bottom:solid 1px #ccc;
	}

.innerform
{
	padding:10px;
	padding-top:0px;
}

.myformcontainer
{
	top:0px;
	left:0px;
	z-index:50;
	margin:auto;
    max-width:1024px;
}

.myform
{
	clear :both ;
	margin: auto;
	display:block ;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	position:relative;
	border: solid 0px #eee;
	/*box-shadow: 5px 6px 8px #333;*/
}

.form-small 
{
    width:500px;
    }


.form-medium
{
    width:800px;
    }

/*

    */


.myform_content
{
	background-color :White;
	border:solid 1px #555;
	}

.myform_header{
    clear: both;
    display: block;
    color: rgb(17 17 17);
    background-color: rgb(255 255 255);
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    font-size: 1.4em;
    border-bottom: solid 1px rgb(221 221 221);
}

/*
.myform_body
{
		background-color:white;
		clear :both ;
	display:block;
	padding-bottom :30px;
	padding-top:10px;
	float:left;
	width:100%;
	}
*/
.myform_body
{
	background-color:white;
	display:block;
	padding:10px;
	min-height:100px;
}

.myform_footer
{
	background-color:white;
	clear :both ;
	display:block;

	text-align:right;
	/*background-color:#ddd;*/

	min-height :20px;

	/*position:absolute ;*/
	z-index:10;
	width:100%;
	bottom:0px;

	border-top: solid 1px #dedede;
}

.myform_footer div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}



.mapstyle
{
	width:100%!important;
	min-height:100%!important;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------ */
.mytable_header, #lastrow
{
	border: solid 1px #bbbbbb;
    background-color: #fafafa;
	}

.mytable_header, #lastrow td
{
    border:transparent 0;
	}

.mytable_header, #lastrow td:first-child
{
	border-left: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
    border-top: solid 1px #bbbbbb;
    border-right :0;
	}

.mytable_header, #lastrow td:last-child
{
	border-right: solid 1px #bbbbbb;
	}


table.mytable {
    width:100%;
    border-collapse:collapse;
    float:left;
	color:#444;
	border-bottom:solid 1px #ccc;
}


table.mytable td:first-child {
    border-left: #eaeaea SOLID 1px;
}

table.mytable td {
    padding-left: 5px;
    border-top: solid 1px #ccc;
    border-right-color: #eaeaea;
    border-right-style: SOLID;
    border-right-width: 1px;
    height: 30px;
    position: relative;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 5px;
}

table.mytable td p {
    margin:0;
    padding:0;
}


table.mytable td > .today 
{
    color: var(--color-blue);
}

table.noborder td {
	border:0;

	    background: #fff;
}

table.mytable tr.odd td {
	border-collapse	:collapse ;
}

table.mytable tbody tr.green td
{
	background-color:#ccffcc;
	color:#008800!important;
}



table.mytable tbody tr.red td
{
	background-color: rgb(255,244,244);
	color:#AA0000!important;
}


table.mytable tbody tr.bold td
{
	font-weight:bold;
}

table.mytable tbody tr {
	cursor:pointer;

}

table.mytable tbody tr:hover td
{
	cursor:pointer;
}

table.mytable thead tr p {
    top:0;
    padding:5px;
    vertical-align:middle;
    margin:0;
    text-transform:capitalize ;
    font-size:0.8em;
}

table.mytable tr td:last-child {
    /*text-align:right;*/
}

/* questo serve per annullare quelo precedente nel caso la griglia sia composta da una sola colonna */
table.mytable tr td:first-child {
    text-align:left;
}

table.mytable thead td:last-child {
    text-align:right;
}

table.mytable tfoot tr {
    vertical-align: bottom;
}

table.mytable tfoot tr {
    vertical-align: bottom;
}

table.mytable tfoot tr td
{
    background-color:#f2f2f2;
    padding-top:15px;
    border:0;
}


table.mytable tbody tr td p.etichetta {
    background: rgb(157 211 255);
    /* display: inline-block; */
    /* border-radius: 5px; */
    color: var(--color-black);
    font-size: 0.9em;
    padding: 3px 15px;
    /* margin-bottom: 10px; */
    font-weight: bold;
    border:0;
    text-align:center;
    text-transform:uppercase;
    
}

table.mytable tbody tr.row_bold {
    font-weight:bold;

}

table.mytable tbody tr.row_bold td {
    height:50px;
}


table.mytable tbody tr.row_summary {
    color: rgb(39 81 176);
    background-color: rgb(235 245 255);
}


table.mytable tbody tr.row_hidden  td.row_detail  {
    padding:0;
}

table.mytable tbody tr.row_hidden  td.row_detail > div  {
    
    border: solid 1px #35a4ff75;
    background-color: #e3f3ff4f;
    
    padding-bottom: 50px;
}

/* questo serve per annullare quelo precedente nel caso la griglia sia composta da una sola colonna */
table.mytable thead tr th:first-child {
    text-align:left;
    
}
table.mytable thead tr th:last-child 
{
    text-align:left;
    
}


table.table_articoli_detail tbody tr 
{
    
}


#table_scadenziario_header.mytable_header {
    border: solid 1px #9dd3ff;
    background-color: rgb(246 251 255);
}

#table_scadenziario_header.mytable_header {
    vertical-align:top;
}


#table_scadenziario.mytable tbody tr.mytable_row_small td {
    border: solid 1px #9dd3ff;
}

/**/

table.mytable tbody tr td input[type=text]:focus ,
table.mytable tbody tr td select:focus 

{
    left:0;
    top:0;
    width:100%;
    height:100%;
    border: 2px solid rgb(26 115 232);
    }

/*


*/
.last {
    padding-right:30px!important;
}

.colonna_comando
{
	text-align:right;

	width:20px;
	}

.colonna_codice
{
	width:20px;
	text-align:right;
	}

.colonna_numero
{
	text-align:right;
	}

.colonna_valore
{
	text-align:right;
	}

.colonna_data
{
	/*font-weight:bold;*/
	text-align:right;
	}

.mytable_footer
{
	width:100%;
	margin:0px;
	vertical-align:middle;
	float:left;
	line-height:30px;
	font-weight:bold;
	color:#333;
	text-align:center;
	}

table.mytable tr.mytable_row
{
	}

table.mytable tr.mytable_rowselected td
{
	background-color:rgba(255, 235, 163, 1) !important;
	cursor:default!important;
	}

table.mytable tr.mytable_rowriepilogo td
{
	background-color:rgba(196, 196, 196, 0.5) !important; /*rgba(255, 249, 215, 1) !important;*/

	border-bottom:solid 0 transparent;
	cursor:default!important;
	}

table.mytable tr.mytable_rowdeleted td
{
	background-color:#ffd8d8!important;
	cursor:default!important;
	}

table.mytable tr.mytable_rowgreen td { background-color:rgb(204, 255, 204); }

table.mytable tr.mytable_rowred td { background-color:#ffd8d8!important; cursor:default!important;	}

table.mytable tr.mytable_rowgreentowhite td
{
	animation-name: fromgreentowhite;
  animation-duration: 8s;
  animation-iteration-count: 1;
}

@keyframes fromgreentowhite {
  from { background-color:rgb(204, 255, 204); }

  to { background-color:rgb(255, 255, 255); }
}

table.mytable tr.mytable_row_small
{
	font-size:0.9em;
}

table.mytable tr.mytable_row_small_old
{
	font-size:11px;
	color:#333;
}

table.mytable tr.mytable_row_small_old td
{
	background-color :rgba(229, 230, 231, 1);
}

table.mytable tbody tr.row-red
{
    color:Red;
}

table.mytable tbody tr.row_green
{
    background-color:rgb(167 255 148 / 23%);
}

table.mytable tbody tr.row_green td input[type=text]
{
    background-color:transparent;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

ul.elenco
{
	list-style-type:none;
	width:100%;
	}

ul.elenco li
{
	padding-top:10px;
	padding-bottom :10px;
	}

ul.elenco li.sx
{
	min-width:50px;
	margin-right:10px;
	float:left;
	}

ul.elenco li.dx
{
	float:left;
	text-align:left;
	padding-left:20px;
	
	/*font-size:14px;*/
	font-weight:normal;
	}



/*-------------------------------------------------------------------------------------------*/
ul.totali
{
	list-style-type :none;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	float:right;
	}
ul.totali li
{
	text-align:right;
	float:left;
	width:110px;
	border-right:solid 1px #ccc;
	padding-right:3px;
	padding-left:3px;
	padding-top:5px;
	padding-bottom:10px;
	}

ul.totali li span.totale_valore
{
	text-align:right;

	font-size:14px;
	font-weight:bold;
	color:#222;
	}
ul.totali li span.totale_descrizione
{
	text-align:right;
	text-transform:uppercase;

	font-size:10px;
	font-weight:bold;
	color:#666;
	}

/*-------------------------------------------------------------------------------------------*/
td.col_descrizione_small
{
	width:150px;
	text-align:left;
		color:#222;
		padding-right:5px;
}

td.col_descrizione
{
	min-width:250px;
	padding-left:5px;
	text-align:left;
	font-size:11px;
	color:#222;
	line-height:20px;
}

td.check
{
	width:30px;
	}

td.col_um
{
	min-width:70px;
	width:70px;
	text-align:right;
	color:#222;
	padding-right:5px;
	}

td.col_valore
{
	width:70px;
	text-align:right;
	font-size:11px;
	color:#222;
	padding-right:5px;
	}

td.col_ass
{
	min-width:50px;
	width:50px;
	text-align:right;
	font-size:11px;
	color:#222;
	padding-right:5px;
	}

td.col_sequence
{
	min-width:20px;
	width:20px;
	text-align:right;
	font-size:11px;
	color:#222;
	padding-right:5px;
	}

.sequence
{
	min-width:20px;
	width:20px;
	text-align:right;
	color:#222;
	padding-right:5px;
	}
/*-------------------------------------------------------------------------------------------*/

.tooltip
{
	text-align:right;
	color:#111;

	font-size:11px;
	width:30px;
	line-height:25px;
	text-transform:lowercase ;
	}

/*-------------------------------------------------------------------------------------------*/

td.number
{
	text-align:right;
	color:#111;
	font-weight:bold;
	font-size:11px;
	width:30px;
	line-height:25px;
	font-weight:bold ;
	}

td.data
{
	width:50px;
	text-align:right;
	color:#222;
	font-size:12px;
	line-height:25px;
	font-weight:normal;
}

/*-------------------------------------------------------------------------------------------*/
.menu_left
{
	width:150px;
	float:left;
}

.menu_right
{
	width:600px;
	float:right;
}

.box_left
{
	float:left;
	/*width:500px;*/
	/*background-color: #d5e5ff;*/
	position:relative ;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	}

.box_right
{
	top:10px;
	right:0;
	width:300px;
	/*background-color:#e5e5e5;*/
	/*background : url(../../images/main/bottom-bubble-bg.png) no-repeat left bottom;*/
	position:absolute;
	}

.box_menu
{
	/*
	float:left;
	width:80px;
	*/
	padding:5px;
	min-height:30px;
}

.box_info
{
	float:left;
	width:100%;
	background-color:#e9fad0;
	border:solid 1px #aee756;
	}
/*-------------------------------------------------------------------------------------------*/

div.menu
{
	/*float:left;*/
	width:100%;
	/*padding-top:10px;*/
	/*padding-bottom:20px;*/
	/*border-top:solid 1px #ccc; */
	}

div.submenu
{
	text-align:left;
	display:block;
	clear:both;
	padding:10px 0px 10px 0;
}

/* --------------------------------------------------------------------------------------------------------- */

.popup
{
	float:left;
	background-color:white;
	width:100%;
	padding:5px;
	border:solid 3px #333333;
	min-height:300px;
}

.linea
{
	line-height:11px;
	color:#777;
	font-size:0.9em;
	text-transform:uppercase  ;
	letter-spacing:0px;
	}

.rigapagamento
{
	color:#000;
	}

ul a
{
	text-decoration:none;
	}

.topnav li
{
	list-style-type:none;
	float:left;

	padding-left:10px;
	}
ul
{
	color:#000;
	padding:0px;
	margin: 0px;
	text-decoration:none;
	list-style-type:none;
	/*float:left;	*/
	}

        
        
.toolbar
{
	/*border-bottom:solid 1px #ddd;*/
	/*background-color:#fff;*/
	margin:0px;
	text-decoration:none;
	list-style-type:none;
	/*float:left;*/
	 width:100%;
	/*height:30px;*/
	}

/* -------------------------------- */
.toolbar_menu
{
	background-color:Transparent ;
	margin:0px;
	text-decoration:none;
	list-style-type:none;
	float:left;
	 width:100%;
	/*height:30px;*/
	}
.toolbar_menu li
{
	line-height:20px;
	padding:0px;
	margin:  0px 5px 5px 0px;
	text-decoration:none;
	list-style-type:none;
	float:left;
	padding-left:5px;
	}
/* -------------------------------- */

.toolbar li {
	padding:0px;
	text-decoration:none;
	list-style-type:none;
	display:inline-block;
    vertical-align: middle;
}


img
{
	border :0px;
	padding:0px;
	vertical-align:middle;
}


.footer,
.container {
    background-color: #ffffff;
	margin: auto;
    padding: 20px 20px 20px 20px;
    position: relative ;
}

.main
{
	min-height:500px;
/*
	padding-bottom:20px;

	width:100%;
	float:left;
*/
}

.separatore
{
    width: 100%;
    clear: both;
    display: block;
    /* float: left; */
    height: 0.1em;
    line-height: 0.1em;
	}

.separatore_riga
{
	border-bottom:solid 1px #004455;
	width:100%;
	float:left;
	height:20px;
	}

.separatore_sfondo
{
	float:left;
	width:100%;
	height:20px;
	background-image:url(../../images/main/back.png);
	background-repeat:repeat-x;
}

.panel_left
{
	width:100%;
/*	float:left;*/
	}

.panel_right
{
	display:block;
	width:100%;
	}

.panel_rowlist
{
	/*border:solid 1px #d8d8d8;*/
	/*padding-top:5px;*/
	width:100%;
	float:left;
	padding-bottom:20px;
	}

.panel_centrale
{
	width:600px;
	float:left;
	/*border:solid 1px red;*/
	}

.panel_header
{
	height:25px;
	width:100%;
	background-color:#e6e6e6;
	}

.panel_popup_show, .newpanel_popup
{
	position:fixed;
	bottom:0%;
	left:0%;
	top:0%;
	width:100%;
	background-repeat:repeat ;
	padding-top:2%;
	padding-bottom:2%;
	background-image :url(../../images/main/background.png);
	float:left;
	overflow:auto;
	/*z-index:2;*/
}

.panel_popup
{
	display:none;
	position:fixed;
	bottom:0%;
	left:0%;
	top:0%;
	width:100%;

	background-repeat:repeat ;

	PADDING-TOP:5%;

	float:left;

	overflow:auto;
	background-color:rgba(0,0,0,0.7);
	
	z-index:10;
	}


.form-success .myform_header {
    background-color: rgb(174 255 174);
    color: rgb(0 128 0);
    font-weight: bold;
}

.form-warning .myform_header 
{
    background-color: rgb(255, 207, 0);
    color: rgb(51, 51, 51);

}

.form-critical .myform_header {
    background-color:Red;
}

/* -------------------------------------------------------------------------- */

#table_totale
{
	border-collapse:collapse;
}

#table_totale tr td
 {
    padding: 5px 5px 5px  10px;
    border-bottom: 1px dotted rgb(204, 204, 204);
    line-height: 18px;
    color: rgb(51, 51, 51);
    min-width: 130px;
}

#table_totale tr td.colonna_totaledescrizione
 {
     background-color: rgb(250 250 250);
    color: rgb(34 34 34);
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;

    }

#table_totale tr td.colonna_totalevalore,
#table_totale tr td:last-child
 {
	width: 100px;
    text-align: right;
	}

#table_totale tr td:last-child {
    border-right:solid 1px #bbb;
}

#table_totale tr td:first-child {
    border-left:solid 1px #bbb;
}

#table_totale tr:last-child {
    border-bottom:solid 1px #bbb;
}


/*
        
*/
#elenco
{
	clear:both;
	display:block;
	padding-bottom:50px;
	}

.listbox {
	position:absolute  ;
	left: 0px;

	width: 250px;
	background-color: #e6e6e6;
	color: #666;
	border: 1px solid #666;
	z-index :10000;
}

.nameslist {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.hover {
	background-color: cyan;
	color: blue;
}

.item_last
{
	display:block;
	clear:both;
	padding-bottom :1px;
	padding-top :5px;
	/*border-bottom :#d8d8d8 1px solid;*/
	}

.box
{
	float:left;
	width:100%;
	border :#d8d8d8 1px solid;
	}

.item
{
    clear: both;
    display: inline-block;
    width: 100%;
}

.item_menu
{
	float:left;
	width:100%;
	padding-bottom :1px;
	padding-top :5px;
	background-color: #d7e3f4;
	line-height:20px;
	}


li.content
{
	position:relative;
	}

/* -----------------------------------------------------------------------------------  */
.tabnav_v LI:hover
{
	/*font-weight:bold;*/
	background-color: #ddd ;
	color:#000;
	}

.tabnav_v
{
	list-style-type :none;
	margin:0px;
	padding:0px;
	list-style-image:none;
}
UL.tabnav_v LI
{
	text-decoration :none;
	margin:0px;
	padding:0px;
	text-transform:capitalize  ;

	height:23px;
	line-height:23px;
/*	width:150px;*/
	cursor:pointer ;
	color:#000;

	padding-left:5px;
}

UL.tabnav_v LI.active_v a
{
	color:#444;
	}

UL.tabnav_v LI.active_v
{
/*	width:150px;*/
	cursor:default  ;
	text-decoration :none;

	background-color: #003380 ;
	color:#fff;
	font-weight:bold;
}

.tab_v
{
	width:100%; /*width:560px;*/

	float:left;
}

/* -----------------------------------------------------------------------------------  */
.tabnav {
    width: 100%;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 6px;
    border-bottom: solid 1px rgb(0 129 245);
    display: inline-block;
}

UL.tabnav LI
{
	text-decoration :none;
	margin-right:5px;
	padding:0px;
	text-transform:capitalize  ;
	display: inline-block;
	color:#777;
	position:relative ;
}
 

UL.tabnav A.active
{
    /* border-bottom: solid 3px rgb(0 129 245)!important; */
    /* color: rgb(238 238 238); */
    cursor: default;
    text-decoration: none;
    background-color: #e2eeff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    
}

UL.tabnav A,
UL.tabnav li a {
    color: #222222;
    margin: 0px;
    display: inline-block;
    margin: 0px;
    padding: 10px;
    text-decoration: none;
    min-width: 100px;
    text-align: center;
    text-transform: lowercase;
    padding-left: 1em;
    padding-right: 1em;
    /* background-color: rgb(0 0 0 / 3%); */
    border-radius: 3px;
    /* border-bottom: solid 1px #ddd;*/
}

.tab
{
	padding-top:10px;
	width:100%;
    display:inline-block ;
	min-height: 250px;
	background-color:rgba(255,255,255,1);
	padding-top:20px;
	}

.schede{
/*margin-top: 30px;*/
}
/* -------------------------------------------------------------------------------------------------------------- */
.arrowd
{
	float:left;
	width:100px;
	min-height:5px;
	background-position:10px 0px;
	background-image:url(../../images/arrowd.png);
	background-repeat:no-repeat;
	}
.box_v
{
	padding:5px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	background-color:#cdde87;
	/*text-transform:uppercase   ;*/
	/*padding-left:5px;*/
	font-size :10px;
	float:left;
	width:100%;
	min-height:24px;
}

.stato
{
	/*
	text-align:right;
	line-height:20px;
	width:100%;
	min-height:20px;
	
	font-size:11px;
	color:#555; /*#a4cd39 ; /*#888;*/
}

/* -------------------------------------------------------------------------------------------------------------- */
.box_v1
{
	text-transform:lowercase  ;
	line-height:20px;
	color:#666;
	display:block;
	width:100%;
	min-height:30px;
	clear:none;
}

.box_v1 p
{
	text-transform:lowercase  ;
	line-height:10px;
	color:#666;
	display:block;
	width:100%;
	min-height:10px;
	clear:none;
}

.arrowd1
{
	float:left;
	width:100px;
	min-height:5px;
	background-position:10px 0px;
	background-image:url(../../images/arrowd1.png);
	background-repeat:no-repeat;
	}

.row_hidden
{
	display:none;
	}

.row_hidden:hover
{
	background-color:#fff!important;
	}


.buttonlight input
{
	cursor:pointer;
	display:inline-block;

	white-space:nowrap;

	text-align:center;
	padding: 5px;
	line-height:normal ;

	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    min-width:60px;
    text-transform:lowercase ;
	background-color:transparent;
	border:solid 1px rgb(221, 221, 221);
	font-weight: 100;
	
}
/*------------------------------------------------------------------------------------------------------------------------------------------------*/

.btn-more input {
    border: 0;
    background-color: rgb(226 238 255);
    border-radius: 4px;
}

.btn-success:hover {
	background-color:rgb(68,108,179);
	color: rgb(255, 255, 255);
}

/*
.btn-success {
	background-color:  rgb(255, 255, 255);
	border-color:rgb(68,108,179);
	color: rgb(68,108,179);
    min-width:100px;
}
*/
.btn-success {
    background-color: rgb(68, 108, 179);
    border-color: rgb(68, 108, 179);
    color: #fff;
    min-width: 100px;
}

.btn-warning {
	background-color: rgb(248, 172, 89);
	border-color: rgb(248, 172, 89);
	color: rgb(255, 255, 255);
}

.btn-danger {
	background-color: rgb(237, 85, 101);
	border-color: rgb(237, 85, 101);
	color: rgb(255, 255, 255);
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	/*border: 1px solid rgba(0, 0, 0, 0);*/
	border-radius: 4px;
}

.btn-more 
{
   width: initial;
   min-width: initial;
   margin:0;
   padding:0;
}

.btn-help--light {
    border: solid 1px rgb(39 147 245);
    color: rgb(39 147 245);
    border-radius: 0px 8px 8px 8px;
    padding:2px;
    padding-right: 10px;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------*/

.control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
	width:100px;
}

.control-text {
	background-color: rgb(255, 255, 255);
	background-image: none;
	border: 1px solid rgb(229, 230, 231);
	border-radius: 1px;
	color: inherit;
	display: block;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}

.control-group
{
	display: table;
	content: " ";
	}

.form-main
{
	margin:auto;
	width:800px;
	/*text-align:center;*/
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------*/
.webapp-backcolor
{
	background-color: rgb(0, 51, 128); /*rgb(14, 154, 239);*/
	}

.circle-border
{
	width:60px;
	height:60px;
	border: 0px solid ;
	border-radius: 50%;
	line-height:60px;
}
.img-circle
{
	display: inline-block;
	vertical-align: middle;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------
input[type=text], input[type=password]
{
	background-color: rgb(255, 255, 255);
	background-image: none;
	border: 1px solid rgb(200, 200, 200);
	border-radius: 2px;
	color: #222;

	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	min-width:200px;
	}

input[type=text]:focus, input[type=password]:focus
{
	border:solid 1px #red;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------*/
.webapp-box-alert {
	background:rgb(247, 234, 164);
	border-color: rgb(187, 160, 23);
	color: rgba(113, 97, 14, 1);
	background-size: 20px 20px;
	padding: 15px;
margin-bottom: 18px;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 3px;
}
.webapp-box-danger {
	background: rgb(237, 162, 162);
	border-color: rgb(235, 204, 209);
	color: rgb(185, 74, 72);
	background-size: 20px 20px;
	padding: 15px;
margin-bottom: 18px;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 3px;
}
.webapp-box-success{
	background: rgb(162, 218, 140);
	border-color: rgb(208, 230, 190);
	color: rgb(28, 100, 29);
	background-size: 20px 20px;
	padding: 15px;
margin-bottom: 18px;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 3px;
}
.webapp-box-information{
background: rgb(165, 205, 224);
border-color: rgb(188, 232, 241);
color: rgb(58, 135, 173);
background-size: 20px 20px;
padding: 15px;
margin-bottom: 18px;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 3px;
}

.panel_data
{
	margin-top:15px;
	float:left;

	margin-right:5px;
	margin-left:5px;
	width:48%;
}

.noborder{ border:0;}

.rowgreen
{
	background-color: rgb(204, 255, 204);
    color: rgb(0, 136, 0)!important;
}

div.content
{
	padding-left:10px;
	padding-right:10px;
	}

.row_item { display:block;font-size:0.9em;	}

.item_max { color:rgb(250,0,0);		}

.item_min { color:rgb(0,150,0);		}

.item_qta { color:#666 }

.item_light { color:#bbb; }

/*
	CALENDAR
*/
.calendar_row { width: 100%; }
.calendar_day
{
      
    width: 30px;
    display: inline-block;
    margin-right: 4px;
    
    color: rgb(0 0 0)!important;
   vertical-align: top;
   
    position: relative;
    border: solid 1px rgb(170 170 170);
    border-top: solid 3px rgb(150 150 150);
    cursor: pointer ;
}

.calendar_freeday
{
    border-top: solid 4px rgb(206 183 0);
    
    }

.calendar_day  > div 
{
    padding: 3px;
    text-align: center;
}

.calendar_day  > div > p { padding:0px; line-height:0;margin:0x; font-size:10px; }

.calendar_workedday
{
    background-color:red

background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 46%, rgba(255,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 46%, rgba(255,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(242, 242, 242, 1) 46%,rgba(255,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(242, 242, 242, 1)', endColorstr='#aa0000',GradientType=0 ); /* IE6-9 */
    }
.calendar_workeddayhalf
{
    background-color:#d45500

background: -moz-linear-gradient(top,  rgba(242, 242, 242, 1) 46%, #d45500 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(242, 242, 242, 1) 46%, #d45500 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(242, 242, 242, 1) 46%, #d45500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(242, 242, 242, 1)', endColorstr='#d45500',GradientType=0 ); /* IE6-9 */
    }

.calendar_workeddayhalfless
{
    background-color:Fuchsia  ;

    /*
    background: -webkit-linear-gradient(rgba(242, 242, 242, 1), Fuchsia);  For Safari 5.1 to 6.0
    background: -o-linear-gradient(rgba(242, 242, 242, 1), Fuchsia); For Opera 11.1 to 12.0
    background: -moz-linear-gradient(rgba(242, 242, 242, 1), Fuchsia);  For Firefox 3.6 to 15
    background: linear-gradient(rgba(242, 242, 242, 1), Fuchsia);  Standard syntax
    */

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+46,e93cec+100&0.79+64,1+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+46,e93cec+100 */
background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242, 242, 242, 1) 46%, rgba(233,60,236,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(242, 242, 242, 1) 46%,rgba(233,60,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(242, 242, 242, 1) 46%,rgba(233,60,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(242, 242, 242, 1)', endColorstr='#e93cec',GradientType=0 ); /* IE6-9 */
    }

.calendar_today 
{
    border-color: rgb(255 0 0);
}

/*


*/

.freeboxed
{
    padding: 7px;
    min-width: 100px;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    min-width: 400px;
    padding-left: 10px;
	}



.freeunderline {
    line-height: 23px;
    min-width: 100px;
    display: inline-block;
    background-color: #fff;
    border: 0;
    min-width: 400px;
    padding: 7px;
    background-color: #ecf6ff;
    color: #0070ff;
}

.panel_dati
{
min-height: 300px;
    background-image: url(../../images/background-folder.png);
    background-repeat: no-repeat;
    background-position: center 80px;
    border-top: solid 1px rgb(221 221 221);
    padding-top: 20px;
}

#cognome, #nome
{
    background-color: rgba(248, 241, 201, 1);
}

.span-label-vtop
{
	vertical-align:top;
	}

.tile-user
{
    border-left: solid 1px rgb(255, 0, 0);
    background-color: rgb(152, 0, 0);
}

/*
.tile-superuser {
  
    background-color: rgb(152, 0, 0);
    animation-name: tile-superuser-color;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes tile-superuser-color {
  0% {
    background-color: rgb(152, 0, 0);
  }
  50% {
    background-color: rgba(255,255,255,0.15);
    
  }
  100% {
    background-color: rgb(152, 0, 0);
  }
}
*/
 

/* --------------------------------------------------- */
table.table-ddt
{
	}

table.table-ddt > tbody > tr > td
{
	vertical-align:top;
	min-height:100px;
	}

/* --------------------------------------------------- */

.schede
{
    margin-top:20px;
}

.menu-area
{
    margin-top:10px;
    margin-bottom:10px;
    }

.formlogin-box > p > input[type=text],
.formlogin-box > p > input[type=password],
.formlogin-box > label
{
    width: 100%;
    border: solid 0px rgb(204 204 204);
    background: rgb(255 255 255);
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;

}

.formlogin-box > div > input[type=text],
.formlogin-box > div > input[type=password],
.formlogin-box > label
{
    width:100%;
    border-bottom: solid 1px #ccc;
    background:rgba(255,255,255,0.5);
    text-align:left;
    padding:20px;
}

button.btn-login
{
    background-color: rgb(58 87 255);
    border: solid 0px rgb(170 170 170);
    font: 0.9em Arial, Verdana, sans-serif;
    color: rgb(255 255 255);
    padding: 20px;

    width: 100%;
    border-radius: 10px;
}

.area-login {
	display: inline-block;
	margin:auto;
	width:800px;
	background:url(../../images/w.png) no-repeat center 50px;
    min-height:600px;padding-top:140px; text-align:center;
    position:relative ;
}


.formlogin-box::before 
{
    content:"";
    filter:blur(10px);
}

.formlogin-box
{
    margin: auto;
    background-color: rgb(0 0 0 / 11%);
    border-radius: 20px;
    padding: 20px;
    width: 400px;
}

.userimage {
    padding: 10px;
    background-color: rgb(34 34 34) !important;
    border-radius: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}

.bg-white
{
    background-color: #fff;
}

.panel-advise{
    clear: both;
    background-color: rgb(255 250 220);
    color: rgb(142, 125, 17);
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0em;
    margin-bottom: 0em;    

 
}



.panel-advise--generic {
    background-color: rgb(255 240 247);
    color: rgb(255 81 81);
}

.panel-advise:empty
{
    display:none;
}

.panel-error
{
    clear: both;
    background-color: rgb(255, 235, 232);
    border-left: solid 2px rgb(221, 60, 16);
    color: rgb(221, 60, 16);
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 2em;
    margin-bottom: 2em;    
}

/*


*/

#messagestatus .panel-advise {
    
    clear: both;
    background-color: rgb(255 250 220);
    color: rgb(142, 125, 17);
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0em;
    margin-bottom: 0em;    

    background-color: #f3ebff;
    color:#4d4070;
 display:inline;



}


/*

*/
#maincontainer
{
    padding: 20px;
}

.toastmessage
{
  
    padding: 1.2em;
    text-transform: lowercase;
    -webkit-font-smoothing: antialiased;
    background-color: rgb(115, 176, 17);
    color: rgb(255 255 255);
    position: fixed;
    margin: auto;
    border-radius: 10px;
    left: 5%;
    top: 4%;
    z-index: 1000;
    font-family: arial;
    font-size: 1.2em;
    transition: opacity 1s ease-out;
    
}


.toastmessage--warning
{
    /*
    line-height: 30px;
    height: 30px;
    padding: 10px;
*/
    text-transform: lowercase;
    -webkit-font-smoothing: antialiased;
    z-index: 1000;
    color: #fff;
    background-color: rgb(176, 17, 17);
}


.toastmessage-content
{
    /*
    width: 50%;
    margin: auto;
    border-radius: 5px;
    background-color: white;
    display: block;
    padding: 10px;
    */
}



.toastmessage-data 
{
    display:inline-block;
    }


/* #spa-main-content >---------------------------------------------------- */
div.menu
{
    display:inline-block;
    cursor:pointer;
}
div.menu > p
{
    color:#666;
    }
div.menu > img
{
    width:32px;
    }

.rilevazione-aperta { color:Red;}

.rilevazione-ingestione { color:Green ;}

.rilevazione-chiusa  { color:#555;}

#data-lastchange
{
    color: rgba(158, 158, 158, 1);
    }

/* calendar Customize \\ bisogna allineare le chiamate dei file .css ---- */

.span-fe--evidence{
    
    color: #222;
    
}

.text-small
{
    font-size:10px;
}

.text-medium
{
    font-size:13px;
}
.text-right 
{
 text-align:right;   
}


/*-----------------------------------------------------------*/
div.section
{
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.05);
    padding:5px;
}

div.section > p
{
    padding:2px;
    margin:0;
}

div.area-evidence
{
    margin-top:5px;
    margin-bottom: 5px;
    background-color:#fafafa;
    padding:10px;
    border-radius: 5px;
    }
    
/**/
.quick-button input{
      background-color: rgb(226,238,255);
    /* display: inline-block; */
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    color: rgb(0 118 222);
    padding-left: 15px;
    padding-right: 15px;
    font-weight: initial;
    margin: 0;
    margin-right: 10px;
    font-weight: bold;
    /* box-shadow: 2px 2px 4px 0px #e1e1e1;*/

}    
.quick-button input:hover {
   background-color: rgb(201 219 245);
   
}

.quick-button--green input {
    background-color: rgb(136 249 136 / 40%);
    color: rgb(7 144 18);
        }


.quick-button--brown input {
    background-color: rgb(249 212 136 / 40%);
    color: rgb(144 70 7);
}


.quick-button--brown input:hover {
    background-color: rgb(249 212 136 / 20%);
    color: rgb(144 70 7);
}


a.mytip > sub  
{
    font-size:12px;
    color: #aaa;
    }
    
    
    


/* Numericupdown control settings */
.control-numericupdown
{
    }
    
.control-numericupdown >  span.field-content > input[type=button]
{
    background-color : transparent;
    min-width: 25px;
}    

.control-numericupdown > span.field-content 
{
        color: rgb(68, 68, 68);
    text-align: left;
    /* padding-right: 10px; */
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0;
    border-radius: 3px;
    border: solid 1px rgb(212, 212, 212);
    position: relative;
    /* padding-right: 10px; */
    background-color: rgba(0, 0, 0, 0);
    /* background-color: rgb(250, 250, 250); */
    margin-bottom: 3px;
}


.control-numericupdown > span.field-content > input[type=text]
{
    color: rgb(68, 68, 68);
    text-align: left;
    padding-right: 10px;
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 10px;
    border-radius: 0px;
    border: 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    width: 50px;
    border-left:solid 1px rgb(212, 212, 212);
    border-right:solid 1px rgb(212, 212, 212);
}
.control-numericupdown > .field-content
{
    /*border*/
}    

span.extra-info {
    color:#999;
    font-size:12px;
}

tr.filterbar th {
    background-color: #bcd1fd1f;
    position:relative;
    border: solid 2px rgb(255 255 255);
}    


table.mytable thead tr.filterbar th:first-child
{
    border-radius: 0px 0px 0px 6px;
}

table.mytable thead tr.filterbar th:last-child
{
    border-radius: 0px 0px 6px 0px;
}

tr.filterbar th {
    border: solid 1px #aaa;
}

tr.filterbar input {
    width:100%;
    padding: 3px;
    padding-left: 15px;
    background-color: rgb(219 230 255);
    
}    

tr.filterbar input:before {

}    


tr.filterbar input:focus {
    background-color: rgb(255,251,216);
    outline: 0;
}    

/* */
div.section-page {
    padding:15px;
}

    
/*

*/    
.tooltip--infobox 
{
    background-color:#fff;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;z-index:100;border:solid 1px #999;position:absolute;    
    border-radius: 5px;
}


.tooltip--infobox p.label
{
    font-size:1.2em;
    color:#111;
    
}    

.tooltip--infobox p.content
{
    font-size:1.1em;
    color:#111;
    line-height:inherit;
}    



/*
    menu
*/
ul.menu-item-list
{
}
    
ul.menu-item-list LI {
	visibility: hidden;
	opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position:relative ;
    height:0;
    min-width:230px;
}

ul.menu-item-list LI:first-child  
{
    visibility: visible;
    opacity: 1;
    display:block;
    height:initial;
}


ul.menu-item-list LI:first-child::before
{
    content: "+";
    position:absolute;
    top: -4px;
    right: 15px;
    font-size: 1.5em;    
}

/* hover */

ul.menu-item-list:hover LI
{
  visibility: visible;
  opacity: 1;
  cursor:pointer;
    height:initial;
}

ul.menu-item-list:hover LI:first-child::before
{
    content: "─";
    position:absolute;
    cursor:pointer;
    top: -4px;
    right: 15px;
    font-size: 1.5em;
    
}


/*
 
*/

.content-columns 
{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0em;
    justify-content: space-between;
}  

.content-columns .column:nth-child(2) span.field-label 
{
}


/*
    Scheda tecnica
*/
#tab-scheda-tecnica-detail .inputnumber,
#tab-scheda-tecnica-detail .inputnumberdecimal
{
    width:70px;
}



.spacer {
    display:block;
    height:2em;
}
 
.user-notes-inside:after
{
content: " ";
    position: absolute;
    right: 11px;
    top: -4px;
    width: 8px;
    height: 8px;
    display: block;
    background-color: rgb(255 0 0);
    border-radius: 50%;
}

.user-notes-inside:before
{
   content: " ";
    position: absolute;
    right: 7px;
    top: -8px;
    border: 3px solid rgb(238 0 0 / 54%);
    -webkit-border-radius: 30px;
    width: 16px;
    height: 16px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

#tbox_scheda_articolo.articolo--evidence 
{
    color: #000000;
    font-weight: bold;
    border-radius:3px;
    font-size: 1.4em;
}

#table_schede_tecniche tbody tr td:nth-child(5) {
	font-weight:bold;
}

#lbl_totale_minuti 
{
    color:#ee0000;
    font-weight:bold;
}

#table_scheda_tecnica_guidafili thead tr th {
	text-align: center;
}

.filato-group .inputtext 
{
    width: 80px;
}

/* */

/*
    media query 
*/

@media (max-width: 1024px) {

.footer,
.container {
    width: 97%;
    }
    
    .item > .label, 
    span.field-label, 
    li.label,
    input, 
    input[type=text], 
    input[type=password], 
    select, 
    input[type=file],
    UL.tabnav A, 
    UL.tabnav li a, 
    textarea
    {
        font-size: 1.3em;
    }
    
    
    #data-lastchange {
        color: rgb(158 158 158);
        font-size: 1.2em;
    }
    
    
    table.mytable thead tr p {
        font-size: 1.4em;
    }
    
    #tab-scheda-tecnica-detail .inputtext
    {
        width:180px;
        }

        
        
    #tab-scheda-tecnica-detail span.field-label 
    {
        min-width:100px;
    }
        

    #tab-scheda-tecnica-detail .tab 
    {
        padding:0;
        padding-top:2em;
        }


    .container_graphs {
        flex-direction: column;
        padding:2em;
    }

    /* end media */
}


        
    #tab-scheda-tecnica-detail textarea
    {
    width:100%;
    height:150px
    }
    
    
#table_scheda_tecnica_allegati tbody tr td:nth-child(4),
#table_scheda_tecnica_allegati tbody tr td:nth-child(5) 
{
    text-align:center;
}
        
/*

 */
 
  
 
 @media (min-width: 1200px)
 {
     .footer, 
    .container {
        width: 1170px;
    }
 }
@media (max-width: 768px) {

.footer,
    .container {
    width: 95%;
    }
      
}



/*

    */
    
.ui-menu .ui-menu-item {
    margin-bottom: 5px;
    line-height: 1.8em;
}



.footer  {
    margin: auto;
    padding: 20px;
    background: initial;
    border-radius: 0;    
    
}

.footer section {
    display: flex;
    justify-content: space-between;
}

.footer section:first-child 
{
    border-bottom: 1px solid rgb(210 210 215);
}


.footer section   div {
    flex: 0 0 50%;
}




.footer section div span:not(:first-child):before 
{
content: "|";
    margin-right: 10px;
    margin-left: 10px;
    }

    
.footer section div span a 
{
    color:rgb(0 102 204);
    }

.footer section div:last-child 
{
    text-align:right;
}

@media (max-width: 1024px){
    
    .footer section div:first-child > * {
        display:flex;
    }
    
    .footer section div span:before,
    .footer section div span:not(:first-child):before 
    {
    content: "";
    margin:0;
    }
    
}

#webapp-maincontent 
{
    padding-bottom:5em;
    }
    

/*


*/


.container_graphs {
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.container_graphs > div {
     flex: 1 1 100%;   
     min-height:500px;
}

/*
    dashboard commesse
*/
#table-dashboard-commesse {
}

#table-dashboard-commesse thead tr th {
    text-align:center;
}

#table-dashboard-commesse_out tr,
#table-dashboard-commesse tr,
#table-dashboard-commesse tbody tr td {
    height:40px;
    border:solid 2px #fff;
    padding:0;
}

#table-dashboard-commesse tbody tr td {
    width:50px;
   font-size:11px;
}


#table-dashboard-commesse tbody tr td {
    width:50px;
   font-size:11px;
}

#table-dashboard-commesse tbody tr td p {
       font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#table-dashboard-commesse_out tbody tr td{
    background-color: #fff;
    border-right: 0;
    font-size: 13px;
    padding: 2px;
}

    #table-dashboard-commesse_out tbody tr td > div,
    #table-dashboard-commesse tbody tr td > div {
    border-radius: 5px;
    padding: 4px;
    height: 100%;
    background-color: #f9f9f9;
    border-radius: 5px;
    }

#table-dashboard-commesse_out tbody tr td:first-child,
#table-dashboard-commesse tbody tr td:first-child {
    width: 150px;
}

#table-dashboard-commesse_out tbody tr td:first-child > div,
#table-dashboard-commesse tbody tr td:first-child > div {
    border: solid 2px #bbe3ff;
    font-size: 13px;
    background-color: #e9f2ff;
    font-weight: bold;
    color: var(--color-black);
}

div.day_free {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #6bff98;
    margin: 1px;
    border-radius:5px;
    background-color: #e7ffe9 !important;
}


div.day_today {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #efbfff;
    padding: 3px;
    margin: 1px;
    border-radius:5px;
    background-color:#fbefff !important;

}

/*#table-dashboard-commesse tbody tr td:last-child {
    min-width: 100px;
    border-left: solid 1px #d2df00;
    border-bottom: solid 1px #d2df00;
    border-right: solid 1px #d2df00;
    font-size: 13px;
    background-color: #ffff4345;
}*/

