body {
	font-size: 8pt; /*10pt*/
	font-family: Verdana, Arial, Sans Serif;
	background-color: #FFFFFF;
}
body.view_timemachine
, body.view_timemachine #testata 
{
	background-color: #ffffdf !important;
}

body.view_timemachine #clock_timemachine
 {
	background-color: #f5f0b9 !important;
}
body.view_record_history_info
, body.view_record_history_info #testata 
{
	background-color: #e0e0e0 !important;
}
img {
	border: 0px;
}
li {
	list-style: none;
}
li.list-style-disc {
	list-style: disc;
}
li.list-style-decimal {
	list-style: decimal;
}
#intro-page {
	margin: 0px auto;
	text-align: center;
	padding-top: 100px;
	position: absolute;
	left: 300px;
}

#testata {
	background: #001A33;
	background-position: middle;
	border-bottom: 6px solid red;
	background-size: cover;
}

#testata .bottone {
    float: right;
}

#menu {
    background: #DAD9D9;
}

#contenitore {
}

a, a:visited {
	color: black;
	text-decoration: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: black;
}
.ui-tabs .ui-tabs-nav li {
	/*height: 25px; 30px;*/
	float: none;
}

li.ui-menu-item:nth-child(2n+1) {
	background-color: #eee;
}

a:hover {
	text-decoration: underline;
}

.linkwhite, .linkwhite a, .linkwhite a:visited {
	color: white;
}
.linkwhite a, .linkwhite a:visited {
	font-weight: bold;
}
.link_mailto {
	color: rgb(0, 112, 255) !important;
	text-decoration: underline;
}

.border-images
,.c_image {
	border: 1px solid #c6c6c6;
	padding: 1px;
}
a.no-decoration-link 
,a:visited .no-decoration-link 
,a:hover .no-decoration-link 
{
	text-decoration: none;
	cursor: default;
}

/*Stile FORM*/
.input_element{
	/*display: block; /*? table;*/
	position: relative;
}
.input_element label img {
	height: 15px;
}
input[type="radio"] {
    float: left;
    margin-right: 5px;
}
.class_radio {
    clear: left;
    margin-top: 6px;
}
#divcont_calendario.input_element {
	display: block;
}
#search_div.div-search-calendario {
	display: table;
	width: 100%;
}
/*
			div.input_element:not(.class_hidden) {
				margin-bottom: 0px;
				height: 45px;
			}
			div.input_element.class_radio:not(.class_hidden)
			 {
				height: auto;
				margin-bottom: 10px;
			}
			div.input_element.c_d_single-line:not(.class_hidden)
			 {
				height: auto;
				margin-bottom: 0px;
			}
			tbody div.input_element {
				height: auto !important;
				margin-bottom: 0px !important;
			}
*/			

			div.c_d_height_element {
				display: table;
				margin-bottom: 0px;
				height: 45px;
			}
			div.c_d_height_element.c_d_single-line:not(.class_hidden)
			 {
				height: auto;
				margin-bottom: 0px;
			}
			tbody div.c_d_height_element {
				height: auto !important;
				margin-bottom: 0px !important;
			}
.input_element.c_d_float-right
 {
	float: right;
	padding-right: 5px;
}
.input_element.c_d_float-left
 {
	float: left;
	padding-right: 5px;
}
.input_element.c_d_float-left .float-left,
.input_element.c_d_float-right .float-right {
	float: none;
}
.input_element.c_d_float-left img.float-left,
.input_element.c_d_float-right img.float-right {
	float: inherit;
}
.FORM_VIEW input.float-left,
.FORM_VIEW select.float-left,
.FORM_VIEW div.view_text {
	margin-right: 5px;
}

input.ui-autocomplete-loading {
	background: white url('../images/ajax-loader.gif') right center no-repeat;
	background-size: 100% 100%;
}

.info_yellow{
	background-color: #ffffa3;
	border: 1px solid #f1d031;
    padding: 5px;
	text-align: justify;
	color: #555;
}
.info_red{
	background-color: #FF6666;
	padding: 5px;
	border: 1px solid red;
}
.info_green{
	background-color: #cbea95;
	padding: 5px;
	border: 1px solid #3cc133;
}
.info_orange{
	background-color: #FED8B1;
	padding: 5px;
	border: 1px solid #eb9112;
}
.info_blu {
    background-color: #95c3ea !important; 
    padding: 5px!important;
    border: 1px solid #3352c1 !important;
	overflow-x: auto;
}
.info_light_blu {
    background-color: #c9e1f5 !important; 
    padding: 5px!important;
    border: 1px solid #3352c1 !important;
	overflow-x: auto;
}
.info_grey {
    background-color: #eeeeee !important;
    padding: 5px !important;
    border: 1px solid #e1e1e1 !important;
	overflow-x: auto;
}
.info_grey_dark {
    background-color: #dedede !important;
    padding: 5px !important;
    border: 1px solid #d9d9d9 !important;
	overflow-x: auto;
}

.info_blu td {
	border: none;
	background-color: #ffffff66
}
.info_blu th {
	border: none;
}


.button_red{
	border: 1px solid red;
	color: red;
}
.button_dark_grey {
    background-color: #dedede !important;
    border: solid 1px #333 !important;
}
.button_dark_grey:hover {
    background-color: #eeeeee !important;
}
input[type='text'].date_green
,div.date_green {
	color: green !important;
	background-color: #cbea95 !important;
	border: 1px solid green !important;
}
input[type='text'].date_red
,div.date_red {
	color: red !important;
	/* background-color: #FF6666 !important; */
	border: 1px solid red !important;
}
.corpo-form {
	clear: both;
}
.corpo-form label.form_label,
.corpo-form p.p_label_radio {
	display: table;
	font-size: 9px;
	text-transform: capitalize;
	padding-right: 4px;
	padding-top: 0px;
	overflow: hidden;
	line-height: 12px;
	padding: 3px;
}
.corpo-form label.form_label {
	
}
.corpo-form label.form_label.c_l_single-line {
    display: block;
    float: left;	
    width: 140px;
}
form .single-line {
    float: left;
	height: auto;
}
form .classInputDate  
, form .form_input  
{
	padding: 0px 3px;
}

div.view_text.single-line {
    display: block;
}
.corpo-form label.c_l_label-align-right {
	text-align: right;
	padding-right: 10px;
}
.corpo-form label.form_label.c_l_single-line  {
	padding-left: 80px;
}
.corpo-form label.form_label.c_l_single-line.c_l_width-auto {
	width: auto;
}
.corpo-form label.form_label.c_l_single-line.c_l_width-auto-padding-left0 {
	width: auto;
	padding-left: 0px;
}
.corpo-form label.onoffswitch-label {
	width: auto;
	position: relative;
	padding: 0px;
}
.onoffswitch {
	height: 22px;
}
.dataTables_wrapper label {
	width: 180px;
}

.info_autocomplete {
	position: absolute;
	background-color: #eee;
	border: solid 1px #ccc;
	padding: 10px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}



fieldset {
	border: 0px;
}
fieldset.advanced_option {
	border: 1px solid #c6c6c6;
	padding: 0px 10px;
}

fieldset legend{
	padding: 0px 10px;
	font-style: italic;
}
fieldset.legend-bold legend{
	font-weight: bold;
}

#login fieldset {
	border: none;
}

.view_textarea, .view_text {
	border: solid 1px #ccc;
	display: table;
	overflow: auto;
	background-color: #ddd;
}
input[disabled='disabled'], input[readonly='readonly'] {
	border: solid 1px #ccc;
	background-color: #ddd;
	min-height: 15px;
}

.view_text {
	min-width: 152px;
	min-height: 15px;
}

.view_textarea, .view_text {
	background-color: transparent;
	border: none;
	border-left: solid 1px black;
	padding-left: 5px;
	border-radius: 0px;
}
td .view_textarea, td .view_text, td input[disabled="disabled"], td input[readonly="readonly"] {
	border-left: none;
	padding-left: 0px;
}

.force-height {
	height: 16px;
}
*[disabled='disabled'] {
	color: black;
}

/*
input[type=button], input[type=submit], input[type=reset] {
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #eee;
	min-height: 25px;
	min-width: 100px;
	margin: 1px;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	border-style: outset;
}
*/

#principale h1 {
	/*background: #F1F2F4;*/
	/*background: -moz-linear-gradient(top, #F1F2F4 0%, #DFE2E6 50%, #D2D6DC 52%, #D2D6DC 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1F2F4), color-stop(50%,#DFE2E6), color-stop(52%,#D2D6DC), color-stop(100%,#D2D6DC)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #F1F2F4 0%,#DFE2E6 50%,#D2D6DC 52%,#D2D6DC 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #F1F2F4 0%,#DFE2E6 50%,#D2D6DC 52%,#D2D6DC 100%); /* Opera11.10+ */
	/*background: -ms-linear-gradient(top, #F1F2F4 0%,#DFE2E6 50%,#D2D6DC 52%,#D2D6DC 100%); /* IE10+ */
	/*background: linear-gradient(top, #F1F2F4 0%,#DFE2E6 50%,#D2D6DC 52%,#D2D6DC 100%); /* W3C */
	background: transparent;
	font-size: 12pt;
	padding-left: 10px;
	padding-top: 0px;
}
.actions_link {
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E3E3E3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#E3E3E3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%,#E3E3E3 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%,#E3E3E3 100%); /* IE10+ */
	background: linear-gradient(top, #FFFFFF 0%,#E3E3E3 100%); /* W3C */
	
	border: none;
	min-height: 24px;
	width: auto;
	padding: 3px 10px;
	display: block;
}
.actions_link .input_element {
	display: inline;
}
.actions_link {
	background: transparent;
	display: flex;
	flex-wrap: wrap;
/*	overflow: auto;*/
}
.actions_link .ui-button {
	margin-bottom: 0.7em;
	white-space: nowrap;
}
.actions_link button.button-highlight,
.actions_link button[type=submit]
,.submit_button
,.submit_button:focus
 {
	/*
	font-size: 12pt;
	padding: 5px;
	*/
	font-weight: bold;
	background-color: #fafad2;
	background-image: none;
	border: 1px solid #cbcbcb;
}
.actions_link button[type=submit]:hover
,.submit_button:hover {
	font-weight: bold;
	background-color: #fafabb;
	border: 1px solid #949494;
}
.area-info-form {
	margin: 20px 100px;
	padding: 10px;
	font-size: 10pt;
}
.information-div {
	font-size: 150%;
	text-align:center;
	padding:50px;
	margin:50px;
	border:solid 1px #ccc;
	background-color:#eee;
}


/*Elementi specifici dataTable*/

.TableTools {
	margin-bottom: 0px;
}
.clear {
	clear: both;
}
.input_element.c_d_clear{
	clear: both;
}

.dataTable_length {
	width: 160px;
}
.dataTables_processing {
	z-index: 80;
	background-image: url('../../images/cursor-loader.gif');
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 15% 50%;
}
.dataTables_wrapper {
    clear: none;
}
.dataTable_info {
	color: red;
	font-weight: bold;
	position: absolute;
    z-index: 5;
    font-size: 8pt;
    /*padding-left: 5px;*/
}
.dataTable_info img {
	position: absolute;
	right: -25px;
	top: -5px;
}

div.DTTT_container {
	float: right;
	margin-bottom: 0em;
}
div.DTTT_container button {
	width: 30px;
}
div.DTTT_container.ui-buttonset {
	/*width: 100px; */
	/*In chrome andavano a capo i pulsanti a dx della datatable*/
}

button.DTTT_button {
	border: 0 !important;
}

.dataTables_filter {
	float: left;
	text-align: left;
	width: auto;
}
.datatable_loading {
	border-bottom: 1px solid #d3d3d3;
}

.datatable_loading .dataTables_processing {
	position: static;
	margin: 0px auto;
}
table.display tfoot th {
	padding: 3px 0;
}
tfoot input {
	width: 80%;
}
thead input {
	width: 100%;
}
thead input.search_init {
    color: #999999;
	height: initial;
}
.dataTables_scrollHead, .dataTables_scrollFoot {
	display: block !important;
}


/*Elementi specifici accordion*/
.ui-accordion .ui-accordion-content {
	padding: 0;
}
#principale .ui-accordion .ui-accordion-header a {
	padding: 2px 2px 2px 30px;
}

h3.ui-accordion-header span.icon_arrow {
    width: 16px;
    height: 16px;
	background-image: url("./smoothness/images/ui-icons_454545_256x240.png");
	background-position: -65px -16px;
}
h3.ui-accordion-header-active span.icon_arrow {
    width: 16px;
    height: 16px;
	background-image: url("./smoothness/images/ui-icons_222222_256x240.png");
	background-position: -32px -16px;
}

/*Elementi specifici tabs*/
.ui-tabs .ui-tabs-nav li a {
	padding: 0.3em 1em;
}
.ui-tabs .ui-tabs-nav {
	padding: 5px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
}
.ui-tabs .ui-tabs-panel {
	padding: 1em 0 30px 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: .5em 0.7em;
}

/*Stile notifiche*/
#notifiche {
	display: none;
	z-index: 110; /*Devo rimanere sopra le popup modali*/
}
.ui-notify { 
	top:145px;
	width:350px;
}
.ui-notify-message-style { 
	background:#000; 
	background:rgba(0,0,0,0.6); 
}


/*Stile Principale*/
table tr.tablesorter-filter-row input.disabled {
	display: none;
}
.tabletr_mouseover, div.dataTables_wrapper tbody tr:hover, table.tablesorter tr:hover {
	background-color: #b8b8b8 !important;
	cursor:pointer;
}
div.dataTables_wrapper tbody td:hover, table.tablesorter td:hover {
	background-color: #ff5 !important;
	cursor:pointer;
}
div.dataTables_scrollBody {
	margin: 0px auto;	/*Risolve il bug di IE9 che aggiunge altezza alla table quando si fa hover*/
	min-height: 350px;
}
table.cke_editor {
	display: block;
}

.dataTables_wrapper {
    min-height: 100px;
}

form hr {
	margin: 10px 5vw;
	clear: both;
}
/*
form .c_l_form-label-10px {
	width: 10px;
}
form .c_l_form-label-extrasmall {
	width: 30px;
}
form .c_l_form-label-small {
	width: 60px;
}
form .c_l_form-label-medium-minus{
	width: 125px;
}
form .c_l_form-label-medium {
	width: 135px;
}
form .c_l_form-label-big {
	width: 205px;
}
form .c_l_form-label-extrabig {
	width: 436px;
}*/
form .form-input-sconto,
.corpo-form .form-input-sconto {
	max-width: 25px;
	width: 25px;
	font-size: 12px;
	min-width: 0;
}
form .form-input-amount,
.corpo-form .form-input-amount {
	max-width: 60px;
	width: 60px;
	font-size: 13px;
	min-width: 0;
}
form .form-input-extraextrasmall,
.corpo-form .form-input-extraextrasmall {
	max-width: 20px;
	width: 20px;
	min-width: 0;
}
form .form-input-extrasmall,
.corpo-form .form-input-extrasmall {
	max-width: 40px;
	width: 40px;
	min-width: 0;
}
form .form-input-extrasmall2,
.corpo-form .form-input-extrasmall2 {
	max-width: 25px;
	width: 25px;
	min-width: 0;
}
form .form-input-extrasmall-number,
.corpo-form .form-input-extrasmall-number {
	max-width: 60px;
	width: 60px;
	min-width: 0;
}
form .form-input-small,
.corpo-form .form-input-small {
	max-width: 80px;
	width: 80px;
	min-width: 0;
}
form .form-input-s-m,
.corpo-form .form-input-s-m {
	max-width: 145px;
	width: 145px;
}
form .form-input-medium,
.corpo-form .form-input-medium {
	min-height: 15px;
	max-width: 284px;
	width: 284px;
}
form textarea.form-input-medium,
.corpo-form textarea.form-input-medium {
	max-width: 284px;
	width: 284px;
	height:48px;
}
form .form-input-medium.form_select,
.corpo-form .form-input-medium.form_select {
	max-width: 290px;
	width: 290px;
	height: 20px;
}
form .form-input-intermedium,
.corpo-form .form-input-intermedium {
	min-height: 15px;
	max-width: 120px;
	width: 120px;
	height: 20px;
}
form .form-input-medium-plus,
.corpo-form .form-input-medium-plus{
	max-width: 295px;
	width: 295px;
	height: 20px;
}
form .form-input-medium-big,
.corpo-form .form-input-medium-big{
	max-width: 400px;
	width: 400px;
}
form textarea.form-input-medium-big ,
.corpo-form textarea.form-input-medium-big {
	max-width: 400px;
	width: 400px;
	height:48px;
}
form .form-input-big,
.corpo-form .form-input-big {
	max-width: 575px;
	width: 575px;
}
form textarea.form-input-big,
.corpo-form textarea.form-input-big {
	max-width: 575px;
	width: 575px;
	height:48px;
}
form textarea.form-input-big.textarea-big,
.corpo-form textarea.form-input-big.textarea-big{
	height: 120px;
	max-height: 120px;
}
form textarea.form-input-big.textarea-very-big,
.corpo-form textarea.form-input-big.textarea-very-big{
	height: 240px;
	max-height: 240px;
}
form textarea.no-resize,
.corpo-form textarea.no-resize{
	resize: none;
}

form .form-input-extra,
.corpo-form .form-input-extra{
    height: 520px;
    max-width: 800px;
    width: 800px;
}
form .textarea-small,
.corpo-form .textarea-small {
	width: 400px;
	height: 45px;
}
form .textarea-very-small,
.corpo-form .textarea-very-small {
	width: 400px;
	height: 14px;
}
form .textarea-medium,
.corpo-form .textarea-medium {
	width: 284px;
	height: 75px;
}
form .textarea-medium-big,
.corpo-form .textarea-medium-big {
	width: 400px;
	height: 75px;
}
form .textarea-big,
.corpo-form .textarea-big {
	width: 575px;
	height: 120px;
}
form .textarea-big-height-medium,
.corpo-form .textarea-big-height-medium {
	width: 575px;
	height: 75px;
}
form .textarea-slim,
.corpo-form .textarea-slim {
	width: 700px;
	height: 22px !important;
	min-height: 22px !important;
}

/*
form .tablesorter input:not([type="checkbox"]), 
form .tablesorter select, 
form .tablesorter textarea, 
form .tablesorter div:not(.checkbox_slideThree) {
	max-width: 100% !important;
	width: 100% !important;
}
*/

form .radiolist_container,
.corpo-form .radiolist_container {
	display: table;
	list-style: none;
}
form .radiolist_container.horizontal,
.corpo-form .radiolist_container.horizontal{
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
form .radiolist_container.horizontal li,
.corpo-form .radiolist_container.horizontal li{
	float: left;
	padding: 3px;
}
form .c_d_force_label_width_150,
.corpo-form .c_d_force_label_width_150 {
	width: 150px;
    display: block;
}

form .class_textarea,
.corpo-form .class_textarea {
	display: table;
}

form .class_anchor,
.corpo-form .class_anchor {
	display: inline;
}

input[type='number'] {
	text-align:right;
}
.class_radio {
    clear: left;
    margin-top: 6px;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
input.pulsanteSmall {
	min-width: 30px;
}

.divBordo {
	border: solid 1px #ccc;
	margin-top: 10px;
	padding: 5px;
}

.readonly_class {
	background-color: #ededed;
}
.onoffswitch.readonly_class {
    background: transparent none repeat scroll 0 0;
    height: 22px;
}
.readonly_class .onoffswitch-inner::before,
.readonly_class .onoffswitch-inner::after {
    background-color: #eee;
    color: #999;
}

#ui-datepicker-div {
	display: none;
	border: solid 1px #ccc;
}
.ui-datepicker-today a {
	background-color: #fcef77 !important;
}
.ui-datepicker-current-day a.ui-state-active {
	background-color: #cccccc !important;
}
.ui-autocomplete {
	border: solid 1px #ccc !important;
}
ul.ui-autocomplete {
    max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
ul.ui-autocomplete li {
	white-space: nowrap;
}
.c_l_class_date_sosp {
	width: 100px;
}

.class_date_sosp {
	width: 75px;
}

#testata .input_element {
	min-width: 100px;
}

.tree_config {
	min-width: 600px;
}
.tree_config ul.treeview li.is_hidden {
	background-color: #cccccc;

}

input[type='text'], input[type='password'], textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 20px; /*25px*/
}


label.c_l_required,
.corpo-form .required p.p_label_radio {
	font-weight: bold;
}

.success {
	background: #E6F2D2;
}
.error {
	background-color: #ff7f7f;
}
.error + span:not(.p_valid){
	color: #FF0000;
}

input.valid {
	
}

input[type='file'].file-chosen {
	font-weight: bold;
    background-color: #cfc;
}

label.c_l_hide_label {
	visibility: hidden;
}

.c_d_class_help_note {
	display: table;
}
.class_help_note {
	font-family: italic;
	color: red;
	margin-bottom: 10px;
	margin-left: 5px;
}

.class_tmplheader {
	border: 1px solid;
	padding: 10px;
	margin: 10px 0px;
}

.class_tmplparam {
	
}

.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
td.td-align-center {
	text-align: center;
}
td.td-align-right {
	text-align: right;
}
td.td-align-left {
	text-align: left;
}
.col_type_42 {
	text-align: center;
}

.input_element.class_radio.c_d_align-center
,.input_element.class_checkbox.c_d_align-center
,.input_element.class_image.c_d_align-center
 {
	text-align: center;
    margin: auto;
}

.c_d_first-radio, .c_d_others-radio {
	display: table;
}
.display-table {
	display: table !important;
}
.c_l_display-table {
	display: table !important; 
}
.c_d_display-table {
	display: table !important; 
}
.display-table-cell {
	display: table-cell;
}

.class_disabled {
	color: grey;
	cursor: auto;
}
.margin5 {
	margin: 5px;
}
.margin10 {
	margin: 10px;
}
.padding5 {
	padding: 5px !important;
}
.padding10 {
	padding: 10px !important;
}

.margin-top-min {
	margin-top: 10px;
}
.margin-bottom-min {
	margin-bottom: 10px;
}
.margin-right-min {
	margin-right: 10px;
}
.margin-right-medium {
	margin-right: 20px;
}
.margin-right-max {
	margin-right: 30px;
}
.margin-right-extramax {
	margin-right: 100px;
}

.margin-left-min {
	margin-left: 10px;
}
.margin-left-medium {
	margin-left: 20px;
}
.margin-left-max {
	margin-left: 30px;
}
.margin-left-extramax {
	margin-left: 100px;
}
.padding-left-min {
	padding-left: 10px;
}


#uo_corrente {
	float: right;
}

#uo_corrente label {
    font-size: 12px;
    margin-top: 3px;
    width: auto;
}

.help_in_linea {
	display: none;
	border: 1px solid black;
	width: 300px;
	background-color: white;
	padding: 5px;
	z-index: 100;
	font-size: 8pt;
	
    max-height: 300px;
    overflow-y: auto;
}
.tracking_info {
	display: none;
	border: 1px solid black;
	width: 100%;
	background-color: white;
	/* padding: 5px; */
	z-index: 100;
	font-size: 8pt;
	top: 30vh;
	left: calc(50vw - 200px);
	max-width: 400px;
	padding: 30px;
}
.tracking_info #read_record_from ul {
	height: 200px;
	overflow-y: auto;
}
.help_note {
	float: right;
	width: auto;
	border: 0px;
}

.help_note  a{
	background-color: transparent;
    width: auto;
	border: 0px;
	padding: 0.3em 1em;
}

#non_abilitato {
	background-color: red;
}
#non_abilitato.warning {
	background-color: yellow;
}
#non_abilitato.error {
	background-color: red;
}
#demo-msg {
	background-color: yellow;
	font-size: 16px;
	font-style: italic;
}
.messaggio_errore {
	color: red;
	padding-top: 3px;
}
.notloggedscreen .messaggio_errore {
	text-align: center;
}
.warning-pre-fermo {
    background-color: yellow;
    font-size: 10px;
    padding: 5px;
    text-align: center;
}
.warning {
	background-color: #fdf7b5;
}

.font-size-medium {
	font-size: 12px;
}

.font-normal {
	font-weight: normal !important;
}
.font-bold {
	font-weight: bold !important;
}

#supporto {
	margin-top: 5px;
}

.colorpicker {

}

.ui-button {
	margin-right: 0.7em;
	border-radius: 3px;
	background-color: #e6e6e6;
}
.fc-button-primary {
    color: #fff;
    background-color: #2C3E50;
    border-color: #2C3E50;
}
.ui-button-text-only .ui-button-text {
    padding: 0.2em 0.8em; 
}
.ui-button-text {
	display: block;
}
input.ui-button 
,button.ui-button 
,input.ui-button:hover
,button.ui-button:hover 
{
    /*padding: .4em 1em;*/
}

.ui-widget {
	font-size: 12px; /*1em;*/
}

.fieldset_solid {
	border: 1px solid;
}


.border_solid{
    border: 1px solid;
    margin: 5px;
    padding: 5px;
}
#titolo_resoconto {
	/*background-color: yellow;*/
}
/*
.resoconto_cella {
	display: table;
	width:20%;
	text-align: right;
}
.resoconto_header {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.resoconto_tipo {
	display: table;
	text-align: left;
	width:30%;
}
.resoconto_currency {
	display: table;
	text-align: center;
	width:1%;
}
#resoconto_tot {
	border-top: 1px solid black;
}
*/
table#t_resoconto {
	border-collapse: collapse;
	width: 100%;
}
table#t_resoconto_conti {
	width: 100%;
}
table#t_resoconto_conti {
	border-collapse: collapse;
	/*display: block;*/
	height: 100px;
	overflow-y: scroll;
}
#t_resoconto td {
	border: none;
	padding: 2px;
}
#t_resoconto th {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
#t_resoconto td.resoconto_tipo {
	text-align: left;
	width:54%;
	border-top: 1px solid #CCCCCC;
}
#t_resoconto td.resoconto_currency {
	text-align: left;
	font-weight: bold;
	width:1%;
	border-top: 1px solid #CCCCCC;
}
#t_resoconto td.resoconto_cella {
	text-align: right;
	width:15%;
	border-top: 1px solid #CCCCCC;
}
#t_resoconto td.resoconto_tot {
	border-top: 1px solid black;
}

.advanced-search {
	background-color: #F1F2F4;
  padding-right: 20px;
  text-align: right;
}
.adv_value_error{
	font-weight: bold;
	color: red;
	font-size: 12px;
	margin-top: 3px;
}

#img_genera_cf {
	padding: 1px;
	cursor: pointer;
}

.hidden {
	display: none;
}

.ui-dialog {
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	position: fixed !important;
}
.ui-dialog li {
	list-style: disc;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0.8em 0;
	background-color: #eeeeee;
}
.ui-dialog .ui-dialog-title {
	display:none;
}
.ui-dialog .ui-dialog-content {
	max-height: 60vh !important;
}

/* Vertical Tabs
----------------------------------*/
.ui-tabs-vertical { display: table;
	width: 755px; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 5px; margin-left: 13em;}

.ui-tabs-vertical .ui-tabs-panel {
	margin-left: 18em;
}

#div-tab {
	
}

/*Tooltip*/
.tooltip {
    background-color: #000000;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 10px #000000;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    padding: 10px 15px;
    text-align: left;
    width: 70%;
    z-index: 850;
}
.qtip {
    max-width: 100vw !important;
}
.icon_tooltip_help {
	margin-left: 10px;
	cursor: pointer;
}
.qtip-default .qtip-titlebar .qtip-close {
    width: 30px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.25rem;
}

.oversize_sms {
	color: red;
	font-weight: bold;
}

.lista_manuali {

}

#body_area_contenuti {
	position: relative;
}
#body_area_parametri {
    text-align: right;
    width: 140px;
    display: table;
}
#body_area_parametri div.class_tmplparam {
	border: solid 1px #ccc;
    margin: 4px;
    background-color: #ddd;
}

#body_area_parametri div.class_tmplparam .legend {
	font-size: 7pt;
	text-align: left;
}

#header_area_parametri {
    text-align: right;
    width: 140px;
    display: table;
}
#header_area_parametri div.class_tmplparam {
	border: solid 1px #ccc;
    margin: 4px;
    background-color: #ddd;
}
#header_area_parametri div.class_tmplparam .legend {
	font-size: 7pt;
	text-align: left;
}

#footer_area_parametri {
    text-align: right;
    width: 140px;
    display: table;
}
#footer_area_parametri div.class_tmplparam {
	border: solid 1px #ccc;
    margin: 4px;
    background-color: #ddd;
}
#footer_area_parametri div.class_tmplparam .legend {
	font-size: 7pt;
	text-align: left;
}


table.report td input {
	width: 70%;
	text-align: center;
}
tr.report_title td {
	width: 1000px;
	background: #EEEEEE;
}
tr.report_total td {
	background: #FFC
}
tr.report_grantotal td
{
	background: #FF9999
}
tr.report_error td
{
	background: red; 
}
.separator_left {
	border-left: 1px solid #CCC;
	padding: 4px;
}
.separator_right {
	border-right: 1px solid #CCC;
	padding: 4px;
}
td, th {
	border-bottom: 1px solid #CCC;
	padding: 4px;
}
tr.report_subtitle td {
	width: 240px;
}
/** per fissare testata **/
table tr.fix_header,
table tr.fix_header td,
table tr.fix_header th {
	position: sticky;
	top: calc(8vw + 9px);
}
@media (min-width: 1100px) { 
	table tr.fix_header,
	table tr.fix_header td,
	table tr.fix_header th {
		top: 100px;
	}
}
/** per fissare testata **/

.align-left {
	text-align: left;
}
.bg_dark {
	background-color: #ccc;
}
.bg_light_yellow {
	background-color: #FFC;
}
h2, h3, h4 {
	margin: 0px 5px;
}

.spacer {
	height: 2px;
	clear: both;
}
.color_red {
	color: red;
}
.color_orange {
	color: orange;
}
.color_green {
	color: green;
}
.color_blue {
	color: blue;
}
.all_multiform {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
/*	flex-wrap: wrap;*/
}
.all_multiform:hover {
	background-color: #ffb;
}
.all_multiform .cont_dettagli_all {
	margin-right: 20px;
	min-width: 250px;
	width: 350px;
	overflow: hidden;
}
.all_multiform .cont_dettagli_all .pulsanti_mod_all {
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.all_multiform .cont_dettagli_all .pulsanti_mod_all > * {
	margin: 6px;
}

.all_multiform .class_image {
	/*position: absolute;
	top: 5px;
	right: 75px;
	width: 50px;*/
	margin: auto;
}
.all_multiform:first-of-type .link_su, .all_multiform:last-of-type .link_giu {
	display: none;
}
.div_multiform .deleted, .div_multiform .deleted label {
	text-decoration: line-through;
}
.list-show_hide_cols {
	list-style: none;
}
.list-show_hide_cols  li {
	margin-left: -10px;
	clear: both;
}
.cursor-pointer {
	cursor: pointer;
}
#table_search_query {
	padding: 5px 5px 0px 5px;
    clear: both;
}
#table_search_query a{
	cursor: pointer;
}
#t_adv_search {
	width: 300px;
}
.select_marked {
	background-color: rgba(0, 150, 150, 0.25);
}
#container_form_query_result {
	border: 1px solid #ccc;
	margin: 5px;
}

#form_query_result div.input_element {
	max-width: 1000px;
}
#popup-window {
/*
	background-color: white;
	border: thick double red;
	padding: 5px;
	width: 800px;
*/
}
#popup-window .loading-info {
	text-align: center;
	margin: 20px;
	font-size: 2em;
}
.clear-left, .c_l_label-clear-left, .c_d_clear-left {
    clear: left;
}
.filtro_selected {
	font-weight: bold;
	padding: 3px;
    border-radius: 3px;
	background-color: #FDF7B5;
}
.checkbox_selected {
	/*font-weight: bold;*/
	background-color: #FDF7B5;
}
.decoration_underline {
    text-decoration: underline;
}

ul.combo-as-checkbox {
	padding: 10px;
	margin: 0;
	background-color: #f6f6f6;
	max-width: none !important;
	width: auto !important;
	display: flex !important;
	flex-direction: row;
	justify-content: space-around;
	/*align-content: stretch;*/
	flex-wrap: wrap;
}
ul.combo-as-checkbox li {
	padding: 5px 10px 5px 5px;
	margin: 0 0 5px 0;
	background-color: #e6e6e6;

}
.containerComboBoxInCheckBox.callback {
	display: flex;
    flex-wrap: wrap;
    background-color: #EEEEEE;
    padding: 10px;
    margin-bottom: 10px;
}

.container_checkall_checkbox {
  display: flex;
  width: 100%;
}
.container_checkall_checkbox a {
  display: block;
  margin: 5px 10px 10px 0;
  border: solid 1px #ccc;
  padding: 3px 20px;
}
.container_checkall_checkbox a:hover {
	background-color: #ccc;
}

/***** geolocalizzazione e calendario il lista *****/
#geolocalizzazione {
    border: 1px solid #666666;
    margin-top: 10px;
    padding: 5px;
    max-width: 500px;
	text-align: center;
}
#calendario {
	margin: 20px 0px 0px 10px;
	max-width: calc(100vw - 250px);
}
@media (max-width: 990px) { 
	#calendario {
		max-width: 90vw;
	}
}

#calendario .fc-button-group button, 
#calendario .fc-header-toolbar button {
	min-width: 40px;
	padding: 5px 10px;
	height: 35px;
}
#calendario .fc-button-group button:focus,
#calendario .fc-button-group button:active,
#calendario .fc-header-toolbar button:focus,
#calendario .fc-header-toolbar button:active {
	background-color: var(--fc-button-bg-color);
	border-color: var(--fc-button-border-color);
	color: var(--fc-button-text-color);
	background-image: none;
}
#calendario .fc-button-group button.fc-allargaColonne-button,
#calendario .fc-button-group button.fc-setPiccolo-button {
	margin-left: 5px;
}

#calendario_info {
	height: 180px;
	margin: 3px 0px 0px 210px;
}
/* popup informativa del calendario */
#calendar_info {
	width: 500px;
	font-size: 20px;
	position: fixed;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px;
	box-shadow: #555 5px 5px 5px;
	padding: 10px;
	z-index: 99;
	display: none;
}

.fc-event-vert {
    overflow-y: auto;
}
.fc-button-primary {
	background-image:none;
}
.fc-button-primary:hover {
	background-image:none;
}
.fc-time-grid .fc-time-grid-event.fc-event {
    margin-right: 0 !important;
}
.fc-resourceTimeGridDay-view .fc-event .fc-event-time,
.fc-resourceTimeGridDay-view .fc-event .fc-event-title {
	font-size: 1.2em;
}
.fc-resource-cell {
/*	font-size: 12pt;*/
}

.button_changedate {
	margin: 3px;
}

.display-none {
	display: none; 
}
.c_l_display-none {
	display: none; 
}
.c_d_display-none {
	display: none; 
}
label.c_l_display-none,
div.c_d_display-none {
	display: none; 
}
.display-inline-block {
	display: inline-block; 
}
div.c_d_display-inline {
	display: inline; 
}
.display-inline {
	display: inline; 
}

/* testata ricerca tabella */
.ui-toolbar {
    padding: 1px;
}
.dataTables_length {
    margin-top: 6px;
}
.dataTables_filter {
    margin-top: 6px;
}

/* nuovo menu */
#accordion_menu .ui-state-default, #accordion_menu .ui-widget-content .ui-state-default, #accordion_menu .ui-widget-header .ui-state-default {
/*    background: #DAD9D9;*/
    border: 1px solid #BBBBBB;
    color: #555555;
    font-weight: normal;
}
#accordion_menu .ui-state-active, #accordion_menu .ui-widget-content .ui-state-active, #accordion_menu .ui-widget-header .ui-state-active {
    background: none repeat scroll 0 0 #001A33;
    /*border: 1px solid #AAAAAA;*/
    border: none;
    color: #555555;
    font-weight: normal;
}

#accordion_menu .ui-state-active a, #accordion_menu .ui-state-active a:link, #accordion_menu .ui-state-active a:visited {
    color: #555555;
}
#accordion_menu .ui-helper-reset {
    line-height: 1;
}
.extralink_in_menu .ui-icon {
	position: absolute;
	left: 0.5em;
}
.extralink_in_menu a {
	padding-left: 2.2em;
}

.ui-selectmenu-open {
	border: solid 1px #ccc;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background-color: #dadada;
	background-image: none;
}
/* bottoni e tab */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}

/* FIELDS APPARENCE */
input[disabled="disabled"], input[readonly="readonly"], select[disabled="disabled"], select[readonly="readonly"] {
	background-color: transparent;
	border: none;
	border-left: solid 1px black;
	padding-left: 5px;
	border-radius: 0px;
}
select[disabled="disabled"], select[readonly="readonly"] {
	-webkit-appearance: textfield;
	-moz-appearance: caret;
	-ms-appearance: textfield;
	-o-appearance: textfield;
	appearance: textfield;
	padding-left: 1px;
}
.version-info {
	font-size: 10px;
	text-align: center;
	clear: both;
    padding-bottom: 15px;
}
#version_info {
	font-size: 10px;
	border: 1px ridge #AAAAAA;
	background: #dadada;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	/*min-width: 320px;*/
	color: black;
	z-index: 99999;
	position: absolute;
}
#sms_credit {
	margin: 5px 10px;
}
#cont_info_sms {
    padding: 4px;
}
.no-border {
	border: 0px;
}
.font-bold {
	font-weight: bold;
}
.font-weight-unset {
	font-weight: unset !important;
}
#goto-leftpage {
	position: fixed;
	top: 120px;
	display: none;
}
#goto-leftpage .icon-label-leftpage {
	background-image: url('../images/toLeft.png');
	height: 30px;
    width: 30px;
}
#goto-toppage {
	position: fixed;
	right: 20px;
	bottom: 10px;
	display: none;
	background: #e9e9e9;
	border: 1px solid #eaeaea;
	padding: 5px;
	font-size: 11pt;
	z-index: 20;
}
#top-page {
	height: 9px;
}

table.display td {    
	padding: 4px 3px;
    /*text-align: center;*/
}

#survey-list-block {
	margin: 20px;
	border: 1px solid #ccc;
	box-shadow: 5px 5px 5px #ccc;
	padding: 20px;
	background-color: white;
	font-size: 12pt;
}
#link2surveylist {
	color: yellow;
	text-transform: uppercase;
	font-weight: bold;
}
#link2surveylist a{
	color: yellow;
	cursor: pointer;
}
.error-message {
  margin: 15px 0;
  font-size: 14px;
  color: #C92036;  
  padding: 15px 0px 15px 0px;
  text-align: center;
  background: #FAE1E1 .5em .4em no-repeat;
  border: 1px solid #EDA8A8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;   
}
.error-help {
 margin: -32px 246px;
  position: absolute;
}
.success-message{
  margin: 15px;
  font-size: 14px;
  color: #84AF22;  
  padding: 15px 0px 15px 0px;
  background: #E6F2D2 .5em .4em no-repeat;
  text-align: center;
  border: 1px solid #96C24A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa; 
}
.warning-message{
  margin: 15px;
  font-size: 14px;
  color: #af7423;  
  padding: 15px 0px 15px 0px;
  background: #f2e6d4 .5em .4em no-repeat;
  text-align: center;
  border: 1px solid #c3914b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa; 
}
.c_l_small-width{
	width: 28px !important;
}
.c_l_medium-width{
	width: 60px !important;
}
.week{
	margin: 20px 20px 20px 0px;
}

#recursive_termina {
    display: table;
    min-width: 150px;
}

.done{
	opacity: 0.4;
}
#note_dest {
	padding: 5px;
	border: 1px solid black;
	background-color: #EEE8AA;
}
#invii_res_dest {
	padding: 5px;
	border: 1px solid black;
	/*background-color: #EEE8AA;*/
}


.div-search-calendario #box-cal-search {
	width: 300px;
	float: left;
}
.div-search-calendario #search-elem {
	display: table;
}
.div-search-calendario #img_search {
    margin-top: 20px;
}
.div-search-calendario #printer-params {
    border: 1px solid #d3d3d3;
    display: table;
    padding: 10px;
}
.div-search-calendario #printer-params #form_search_cal_PRINT {
    margin-top: 18px;
}
#search-cal-popup #GO_search {
    padding: 7px;
    margin: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    background-color: #eee;
}
#divcont_RESET {
	display: table;
}

.field_color{
	border: 1px solid #ccc;
	border-radius: 32px;
    height: 25px;
    width: 25px;
}
.anchor_like_button {
	padding: 0.4em 1.2em 0.4em 1.2em;
}
#maniglia_cal {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 130px;
    cursor: pointer;
}
.maniglia_cal_chiuso{
	background-image: url('../images/toTop.png');
}
.maniglia_cal_aperto{
	background-image: url('../images/toBottom.png');
}
 /*css per contenitore albero*/

 #cont-tree-allegati {
 	width: 30%;
 	float: left;
 }
.tree_fieldset {
	display: block;
	border-bottom: solid 1px black;
	margin: 5px;
	padding: 5px;
}
#allegati_search {
    padding: 5px;
    width: 65%;
    float: left;
}

.list-alt-color {
	margin: 5px 0;
	padding: 5px 10px;
}
.list-alt-color:nth-child(2n) {
    background-color: #f5f5f5;
} 
#progressbar {
    text-align: center;
	/*margin-left: 10px;
     width: 30%; */
}
#progressbar.ui-progressbar .ui-progressbar-value {
	background-color : #eeeeee;
	margin: 0;
}
#occupation_storage_size {
	text-align: center;
	padding: 5px 0;
    margin-bottom: 10px;
}
#occupation_storage_size h3
, #occupation_storage_size #progressbar.ui-progressbar {
	margin: 5px 0;
}
#occupation_storage_size.storage_full h3 {
    color: red;
}
#occupation_storage_size.storage_full #progressbar.ui-progressbar .ui-progressbar-value {
	background-color : red;
}
.eval_rateyo
,.table-eval_rateyo {
	z-index: 0;
}

.box_all_multi_check {
	width: auto;
}
.border-1px000 {
	border: 1px solid #000;
}
#info_contatto{
	background-color: #ffffa3;
	border: 1px solid #f1d031;
    padding: 5px;
	text-align: justify;
	color: #555;
}
#contatto_forbidden{
	background-color: #ffffa3;
	border: 1px solid #f1d031;
    padding: 5px;
    width: 485px;
	text-align: justify;
	color: #555;
}
table.display tfoot th.footer_aggreg {
	padding-top: 0px;
	padding-bottom: 15px;
    text-align: left;
	font-weight: bold;
	height: 10px;
}
table.display tfoot .footer_result {
	position: absolute;
}
table.display tfoot .footer_span {
	display: block;
	float: left;
	margin-right: 20px;
}

input.save_edit_massivo {
	padding: 2px;
	margin: 0px;
}

input.save_edit_massivo:hover {
	padding: 2px;
	margin: 0px;
	background-image: none;
	background-color: #60b968 !important;
}


/* NOT LOGGED - PAGE LOGIN */
body.notloggedscreen #principale #container_form_login {
	font-size: 18px;
}
body.notloggedscreen #principale #container_form_login.corpo-form label {
	font-size: 12px;
    line-height: 28px;
}
body.notloggedscreen #principale #container_form_login input[type="text"]
,body.notloggedscreen #principale #container_form_login input[type="password"]{
    border: 1px solid #ccc;
    border-radius: 5px;
	font-size: 18px;
	padding: 0px 5px;
	
	min-height: 30px;
    width: 250px;
}
body.notloggedscreen #principale #container_form_login  #divcont_form_login_sublogin {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    text-align: center;
}
body.notloggedscreen #principale #container_form_login  #form_login_sublogin {
	text-transform: uppercase;
	font-size: 16px;
}
body.notloggedscreen #principale #container_form_login .version-info {
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
	position: relative;
}
body.notloggedscreen #principale #container_form_login .version-info .logo-genetrix {
	font-size: 10px;
	position: relative;
	top: 5px;
}

form#form_login div#campo-uos{
	margin-top: 20px;
}

/* END : NOT LOGGED - PAGE LOGIN */

table.rubrica_multicontact_table{
	width: auto;
}


#divcont_dh_body .cke 
,#divcont_df_body .cke 
,#divcont_dt_body .cke {
	margin-left: 0px !important;
}

.tab_no_title .testata-principale h1 {
	display: none;
}


/* stile custom tablesorter */
table.rubrica_multicontact_table thead tr th, table.rubrica_multicontact_table tfoot tr th {
	width: 70px !important;
}



.sidr ul li a, .sidr ul li span {
	padding: 0 5px;
}

/* autorizzazione corrente */
.div_new_au_id_corrent {
	padding: 3px;
	background-color: #FDF7B5;
}

.divcont_warning_msg {
	display: table;
}


table textarea, table div.view_textarea {
	min-width: 200px;
	min-height: 50px;
	
    margin-right: 5px;
}
table tr.tr_selected td {
	background-color: #ffffa3;
}
#sms-website
 {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FDF7B5;
}

.remember_save_data {
	background-color: #ffb !important;
    border: 1px solid #FF0000 !important;
    /* color: #FFF !important; */
    font-weight: bold !important;
}

#div-tab-preferenze #dati_col_tabelle ul li {
    list-style: disc;
    list-style-position: inside;
    margin: 15px 0px;
	position: relative;
}
#div-tab-preferenze #dati_col_tabelle ul li img{
    position: absolute;
	top: -5px;
}

/* .slideThree */
.checkbox_slideThree  {
	width: 70px;
	height: 24px;
	background: rgba(0, 0, 0, 0.1);

	position: relative;
	border-radius: 50px;
	/*box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);*/
}
.checkbox_slideThree:after {
	content: 'NO';
	color: #FF0000;
	position: absolute;
	top: 2px;
	right: 10px;
	z-index: 0;
	font: 11px/20px Arial, sans-serif;
	font-weight: bold;
	/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);*/
}
.checkbox_slideThree:before {
	content: 'SI';
	color: #27ae60;
	position: absolute;
	top: 2px;
	left: 10px;
	z-index: 0;
	font: 11px/20px Arial, sans-serif;
	font-weight: bold;
}
.checkbox_slideThree label {
	display: block;
	padding: 0px;
	width: 34px !important;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 3px;
	z-index: 1;
	background: #fafafa; /* #bfbfbf;*/
/*	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
*/	border-radius: 50px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);*/
}
.checkbox_slideThree label[disabled='disabled'], .checkbox_slideThree label[readonly='readonly'] {
	background: #bfbfbf;
}
.checkbox_slideThree input[type=checkbox] {
	visibility: hidden;
}
.checkbox_slideThree input[type=checkbox]:checked + label {
	left: 33px;
}
/* end .slideThree */

.flex-row{
	display: flex;
	flex-direction: row;
}
.flex-column{
	display: flex;
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.flex-nowrap{
	flex-wrap: nowrap;
}
.c_d_flex-item{
	margin-right: 15px; 
}

.prt-15 {
	top: 15px;
	position: relative;
}
.prt-18 {
	top: 18px;
	position: relative;
}
.mt-15 {
	margin-top: 15px;
}
.mt-18 {
	margin-top: 18px;
}

div.inTable.label_esterna {
    display: none;
}

@media (max-width: 1100px) {
	/* oltre questa misura cercherei si avere font pi� piccolo!!! oppure lo ingrandisco al di sotto!!!*/

}

@media (max-width: 550px) {
	form input[type=text]:not(.inTable),
	form input[type=password]:not(.inTable),
	form textarea:not(.inTable),
	div.view_text, div.view_textarea
	/*,input[disabled="disabled"], input[readonly="readonly"]*/
	{
		max-width: 90vw !important;
		padding: 0 2px;
	}
	form select {
		max-width: 90vw;
	}
	form .c_l_form-label-extrabig {
		width: 50vw;
	}

	form .input_element {
		/*clear: left;*/
	}

	form .form-input-medium {
		width: 90vw !important;
	}
}

/**sezione dei filtri avanzati*/
.adv_filter_th_1{
	width: 20%;
}
.adv_filter_th_2{
	width: 30%;
}
.adv_filter_th_3{
	width: 30%;
}
.adv_filter_th_4{
	width: 15%;
}
.adv_filter_th_5{
	width: 5%;
}
.adv_filter_desc{
	font-size: 120%;
    font-weight: bolder;
}
.adv_filter_operaz_param{
	width: 150px;
}

.adv_filter_multilang_th.adv_filter_th_2{
	width: 20%;
}
.adv_filter_multilang_th.adv_filter_th_3{
	width: 20%;
}
.adv_filter_multilang_th.adv_filter_th_4{
	width: 20%
}
.adv_filter_multilang_th.adv_filter_th_5{
	width: 15%
}
.adv_filter_multilang_th.adv_filter_th_6{
	width: 5%;
}

#form_adv_search .table-hidden {
	display: none;
}
.div-button-list {
	column-count: 3;
	margin: 10px;
}
.button-list li {
	margin-bottom: 5px;
}
.button-list li a.buttonShowTable {
	/*padding: 5px 10px;*/
	/*border: solid 1px #ccc;*/
	width: 75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

/**statistiche chart form**/
.chart_form_section_title{
	font-size: 110%;
    font-weight: bold;
}

/* PROGRESSBAR in datatable */
.table-progress-bar {
	width: 120px;
	margin: 5px auto;
	border: solid 1px #ccc;
	border-radius: 5px;
	height: 15px;
	background-color: #fff;
	position: relative;
}
.progress-bar-inner {
	height: 15px;
	border-radius: 5px;
	border: none;
	border-right: solid 1px #ccc;
	
	/* per avere una striscia sola*/
	display: inline-block;
	position: absolute;
	left: 0;
	
	text-align: left;
    font-size: 10px;
	
	padding: 0;
}
.progress-bar-inner1 {
	background: repeating-linear-gradient(
					  -45deg,
					  #fc8f24,
					  #fc8f24 4px,
					  #ffda99 4px,
					  #ffda99 8px
					);
	/*color: #1969aa;*/
	}
.progress-bar-inner2 {
	background-color: #7bc782;
	/*color: #1969aa;*/
}
.progress-bar-inner3 {
	background-color: #60b968;
	/*color: #1969aa;*/
}
.evidence-button{
	background-color: lightgreen;
}

/* EVALUATION_STARS in datatable */
.table-eval_rateyo {
	margin: auto;
}
.table-eval_rateyo svg {
	cursor: pointer;
}
.barred_cal{
	position: relative;
	overflow: hidden;
	background-image: url('../images/barred.png') !important ;
    background-repeat: repeat !important; ;	
}
table.warning_table td{
	text-align: center;
}

/*cs_allegati_aree_form*/
#img_area_box{
	position: relative;
	width: 100%;
	max-width:600px;
}
#img_area_box img{
	width: 100%;
	max-width:600px;
}
.img_area_point{
	left: 0px;
	top:0px;
	width: 10px;
	height: 10px;
	border-style: double;
	border-color: #000;
	border-width: 4px;
	border-radius: 20px;
	position: absolute;
	background: #fff;
	cursor: pointer;
}
.img_area_point.selected{
	background: #FF0000;
}


/* BEGIN evidenziare alcune colonne "fisse" di tabelle */
.col_type_100:not('fat_id_uo_piva_cell')
, .col_type_109
, .at_code_cell
, .ac_code_cell
{
	font-weight: bold;
}
/* END evidenziare alcune colonne "fisse" di tabelle */

/* File uploader V2 */

div.fileupload-masterbox .fileupload-dragging {
	background-color: #ff8585 !important;
}
div.fileupload-masterbox .progress{
	display: block;
	width: 100%;
	height: 15px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	margin-top: 5px;
	overflow: hidden;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color: #f5f5f5;
}
div.fileupload-masterbox .progress-bar{
	background-color: #189e00;
	height:100%;
	border-radius: 5px;
}
div.class_file_ajax_multipart {
	width: 90%;
}
div.fileupload-masterbox table[role=presentation]{
	width: 90%;
}
div.fileupload-masterbox table[role=presentation] .fileupload-progressbar{
	width: 30%;
}
div.fileupload-masterbox table[role=presentation] .fileupload-buttons{
	width: 30%;
}
div.fileupload-masterbox .fileupload-button-box{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
div.fileupload-masterbox .fileupload-dropzone{
	display: block;
	width: 100%;
/*	height: 30px;*/
	border-width: 1px;
	border-color: #b3b3b3;
	border-style: dashed;
	background-color: #f5f5f5;
	/* color: #b3b3b3; */
	text-align: center;
	line-height: 30px;
	margin-top: 5px;
}
div.fileupload-masterbox .preview video{
	max-width: 150px;
}

/* Grafica calendario per risorsa */
#op_box #lista_risorse {
	justify-content: space-between;
	margin: 10px;
}
#op_box .lista_risorse_elem {
	margin: 2px 0;
}
#divGetUrl {
	padding: 10px;
    margin: 10px 0;
    width: 50%;
	min-width: 350px;
}
#divGetUrl input[type='text'] {
	max-width: none;
	min-width: 350px;
	width: 100%;
}
#linkGetUrl {

}
#linkGetUrl a {
	
}
#container_info_ctrl_f5 {
	margin:10px 20vw;
}

.actions_link button[type=submit].normal_button, .submit_button.normal_button, .submit_button.normal_button:focus
{
    background: #e6e6e6;
    font-weight: unset;
}

#countdown_reload {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 10px;
	width: 100%;
}
#countdown_reload #progressbar_reload .ui-progressbar-value {
	height: 10px;
	background-color: #D7DAD3;
	transition: width 1s;
}

.c_c_d_flex-row-list .divcont_elem {
	display: flex;
	flex-wrap: wrap;
}
.c_c_d_flex-row-list .divcont_elem > div {
	margin-right: 10px;
	margin-top: 0px;
}



/* Lista visualizzata come elenco di post-it */

ul.post-it-wall {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
ul.post-it-wall li {
	transform: rotate(-2deg);
	transition: transform .15s linear;
	background-color: #cfc;
	box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	width: 200px;
	max-width: 45%;
	display: block;
}
ul.post-it-wall li:nth-child(even) {
  transform:rotate(2deg);
  position:relative;
  top:5px;
  background:#ffc;
}
ul.post-it-wall li:nth-child(3n) {
  transform:rotate(-3deg);
  position:relative;
  top:-5px;
  background:#ccf;
}
ul.post-it-wall li:nth-child(5n) {
  transform:rotate(3deg);
  position:relative;
  top:-10px;
}
ul.post-it-wall li:hover {
  transform: scale(1.25);
  position:relative;
  z-index:99;
}

ul.post-it-wall li .titolo {
	font-weight: bold;
	text-align: center;
	padding: 5px;
	font-size: 10pt;
}
ul.post-it-wall li .testo {
	height: 140px;
	overflow: auto;
	padding: 10px;
	font-size: 12pt;
}
ul.post-it-wall li .pulsanti {
	display: flex;
	justify-content: space-around;
} 

/* Lista visualizzata come elenco */

ul.lista-note {
	margin-left: 0;
}
ul.lista-note li {
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 20px;
}
ul.lista-note li:nth-child(even) {
	background-color: #eee;
}
ul.lista-note li:nth-child(odd) {
	background-color: #fff;
}
ul.lista-note li .pulsanti {
	order: 0;
	margin-right: 20px;
}
ul.lista-note li .titolo {
	order: 1;
	margin-right: 20px;
}
ul.lista-note li .testo {
	order: 2;
}
ul.lista-note li .allegati {
	order: 5;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}
ul.lista-note li .allegati .allegato {
	display: flex;
	margin-left: 20px;
	justify-content: space-between;
	align-items: center;
}
ul.lista-note li .allegati .allegato:hover {
	background-color: #ccc;
}
ul.lista-note li .allegati .allegato .puls-download {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: calc(100% - 60px);
}
ul.lista-note li .allegati .allegato .puls-download:before {
	content: "•";
	padding-right: 5px;
}
ul.lista-note li .allegati .allegato .puls-del {
	width: 50px;
}
@media (max-width: 576px) {
	ul.lista-note li .testo {
		width: 100%;
		margin: 10px;
	}
}

form.FORM_VIEW .form_input.form_autocomplete.autocomplete_with_label {
	display: none;
}

canvas.red_dotted{
	border: 2px dotted red;
  }
canvas.green_dotted{
	border: 2px dotted green;
}


.cursor-target {
	cursor: cell;
}
ul.cal_action_link li{
	margin: 12px;
}
.cal_action_qtip{
	float: left;
}


div.link_action_qtip {
	display: flex;
	flex-wrap: wrap;
}
div.link_action_qtip a{
  width: 68px;
  padding: 10px;
  margin: 5px;
  font-size: 9px;
  height: 68px;
  overflow: hidden;
}
.link_action_qtip .ui-button.ui-state-default 
,.link_action_qtip .ui-button.ui-state-default:hover
,.link_action_qtip .ui-button.ui-state-default:active
,.link_action_qtip .ui-button.ui-state-default:link
,.link_action_qtip .ui-button.ui-state-default:visited
{
	background: transparent;
}
a.fc-event {
	border-color: black !important;
}
#calendar_info .fc-event-main {
	color: black !important;
}
.fc-setPiccolo-button{
	font-size: 0.50em !important;
}
.fc-setMedio-button{
	font-size: 1.00em !important;
}
.fc-setGrande-button{
	font-size: 1.50em !important;
}

 .lista_risorse_cal_v6 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 5px;
 }
.selected_datatable_row td{
	background-color: lightblue !important;
}
.saved_datatable_row td{
	background-color: #C6F6C6 !important;
}
.last_saved_datatable_row td{
	background-color: #F0FDF0 !important;
}
.unsaved_datatable_row td{
	background-color: #FED8B1 !important;
}
.changed_datatable_editable_td{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0; /* Ridotto per un triangolo più piccolo */
    border-color: transparent #5db300 transparent transparent; /* Viola tenue */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; /* Assicurati che sia sopra altri elementi */
}

td {
    position: relative; /* Per posizionare il triangolo rispetto alla cella */
}

.icon_view_password {
	background-image: url('../images/occhio_chiuso.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	bottom: 6px;
	cursor: pointer;
	background-color: #fff;
}
.icon_view_password.aperto {
	background-image: url('../images/occhio_aperto.png');
}

.password-container {
    max-width: 400px;
    margin: 20px auto;
    font-size: 10pt;
}

.password-container .check-list {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.password-container .check-item {
    margin: 7px 0;
    color: #666;
    transition: all 0.3s ease;
}

.password-container .check-item i {
    margin-right: 10px;
    width: 20px;
}

.password-container .check-item.valid {
    color: #28a745;
}

.password-container .check-item.invalid {
    color: #dc3545;
}

.password-container .strength-meter {
    height: 5px;
    background: #eee;
    border-radius: 3px;
    margin: 15px 0;
    overflow: hidden;
}

.password-container .strength-bar {
    height: 100%;
    width: 0;
    transition: all 0.3s ease;
}

.password-container .strength-0 { width: 25%; background: #dc3545; }
.password-container .strength-1 { width: 50%; background: #ffc107; }
.password-container .strength-2 { width: 75%; background: #28a745; }
.password-container .strength-3 { width: 100%; background: #007bff; }

.password-container .match-check,
.password-container .newPasswd2-check {
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    display: none;
}

.password-container .match-check.valid,
.password-container .newPasswd2-check.valid {
    background: #dff0d8;
    color: #28a745;
    display: block;
}

.password-container .match-check.invalid,
.password-container .newPasswd2-check.invalid {
    background: #f8d7da;
    color: #dc3545;
    display: block;
}