@charset "utf-8";
/* CSS Document */

/*GENERALI*/
html, body {
	height:100%; 
	font-size:15px;
}

body {
	font-family:Arial;
	font-size:100%;
}

select, input {
	outline:0;
}

.cke_button__schede .cke_label{display:inline;!important}

.regular-checkbox {
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 6px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    /* top: 500px; */
    top: -10px;
}

.regular-checkbox:active, .regular-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
	background-color: transparent;
	border: 2px solid #348d45;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked:after {
	content: '\2714';
    font-size: 16px;
    position: absolute;
    top: -8px;
    left: 0px;
    color: #348d45;
}

/*HEADER*/
header {
	width:100%;
	min-height:120px;
}

#header_tools {
	float:right;
}

span.contrasto {
	padding:10px;
	cursor:pointer;
	display:inline-block;
	min-width:18px;
	text-align:center;
	margin-right:5px;
}

span.carattere {
	padding:10px;
	cursor:pointer;
	display:inline-block;
	min-width:18px;
	text-align:center;
	margin-right:5px;
}

#ribbonTest {
	width: 124px;
	background: #e43;
	position: absolute;
	top: 10px;
	left: -35px;
	text-align: center;
	line-height: 25px;
	letter-spacing: 1px;
	color: #f0f0f0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#ribbonMaintenance {
	width: 192px;
    background: #e43;
    position: absolute;
    top: 71px;
    right: 0px;
	text-align: center;
	line-height: 25px;
	letter-spacing: 1px;
	color: #f0f0f0;
}

/*MAINTENANCE*/
.maintenance {
	background:#fff;
}

#containerMaintenance {
	background:#eee;
	position: absolute;
    width:370px;
    height:120px;
	left: 50%;
	top: 50%;
	margin: -120px 0 0 -185px;
	background:url(img/logo.png) top center no-repeat #fff;
	color:#000;
	text-align:center;
	padding-top:120px;
}



/*MENU*/
nav {
}

ul#menu {
	list-style-type:none;
	margin:0;
	padding:0;
	min-height:37px;
}

ul#menu li {
	display:inline;
}

ul#menu li button {
	border:0;
	padding:10px;
	text-transform:uppercase;
	outline:0;
}

ul.submenu {
	list-style-type:none;
	margin:0;
	padding:0;
	min-height:37px;
	display:none;
}

ul.submenu li {
	display:inline;
}

ul.submenu li button {
	border:0;
	padding:10px;
	text-transform:uppercase;
	outline:0;
}


/*FOOTER*/
footer {
	width:100%;
	min-height:40px;
	clear:both;
}

footer p {
	text-align:center;
	margin:0;
	padding:10px 0;
}

footer a {
	text-decoration:none;
}

footer a:hover {
	text-decoration:underline;
}

#backTop {
	position: fixed;
	bottom:0;
	right:0;
	margin: 0;
}

@media screen and (min-width: 1024px) {

	#backTop {
		bottom: 20px;
		right:20px;
	}
	
}

#backTop a {
    background: #348d45;
    width: 40px;
    height: 40px;
	display: block;
	color:#fff;
	text-decoration:none;

	/* transition 
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	*/
}

@media screen and (min-width: 1024px) {

	#backTop a {
		width: 40px;
		height: 40px;
	}

}

#backTop a:after {
    /*content: '\21D1';*/
	content: '\25b2';
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    font-family: GothamLight;
    /* width: 60px; */
    position: absolute;
	bottom: 1px;
	left: 4px;
}

@media screen and (min-width: 1024px) {

	#backTop a:after {
		font-size: 31px;
	}

}

@media all and (-ms-high-contrast:none) {
	
	/* IE10 */
	#backTop a:after {
		bottom: 1px;
		left: 4px;
	}
	
	/* IE11 */	 
	*::-ms-backdrop, #backTop a:after { 
		bottom: 1px;
		left: 4px;
	}
	
}

/* FIREFOX */
@-moz-document url-prefix() { 
	#backTop a:after {
		bottom: 1px;
		left: 4px;
	}
}

#backTop a:hover {
	background:#3e6779;
}


/*PAGINE*/

section {
	padding:20px;
}

button.send {
    outline: 0;
	overflow: auto;
	min-width:100px;
	padding:10px;
	text-transform:uppercase;
}

button.subsend {
    outline: 0;
	overflow: auto;
	display: inline-block;
    width: 30px;
    height: 30px;
}

button.but_del_file {
    background: transparent url(img/del.png) center center no-repeat !important;
	margin-left:5px;
}

#form_upload {
	display:inline;
}

#but_upload {
    /*background: transparent url(img/upload.png) center center no-repeat !important;*/
}


/*LOGIN*/
section#home {
	width:100%;
	padding:100px 0 0 0;
}

div#login {
	margin: 0 auto;
	width: 30%;
	min-height: 30%;
	padding: 10px;
	text-align: center;
}

div#login a, div#login a:visited {
	text-decoration:none;
}

div#login a:hover, div#login a:active {
	text-decoration:underline;
}

#form_login input {
	width: 70%;
	padding:10px;
	outline:0;
}

#form_recovery {
	display:none;
}

#form_recovery input {
	width: 70%;
	padding:10px;
	outline:0;
}

#but_recovery {
	display:none;
}

#p_login {
	display:none;
}

/*ELENCO*/
.pre_list {
    float: right;
    width: 400px;
    background:#eee;
    padding: 10px;	
	border-top: 5px solid #348d45;
	border-bottom: 1px solid #348d45;
}

.pre_list h1 {
	font-size:130%;
	margin:0;	
}

.pre_list p {
	margin-bottom:10px;	
}

.pre_list a.item_search, .pre_list a.item_email, .pre_list a.item_email:visited, .pre_list a.item_print, .pre_list a.item_print:visited, .pre_list a.item_pdf, .pre_list a.item_pdf:visited, .pre_list a.item_contatto, .pre_list a.item_contatto:visited, .pre_list a.items_back, .pre_list a.items_back:visited, .pre_list a.item_upd, .pre_list a.item_upd:visited, .pre_list a.item_del, .pre_list a.item_del:visited, .pre_list a.item_copy, .pre_list a.item_copy:visited, .pre_list a.item_email_contatto, .pre_list a.item_email_contatto:visited, .pre_list a.item_print_contatto, .pre_list a.item_print_contatto:visited, {
	color:#348d45;
	text-decoration:none;
	width: auto !important;
    height: auto !important;
}

.pre_list a.item_contatto, .pre_list a.items_back {
	width:30px;
	height:30px;
	background:url(img/back.png) center left no-repeat;
	padding-left:25px;
} 

.pre_list a.item_upd {
	width:30px;
	height:30px;
	background:url(img/upd.png) center left no-repeat;
	padding-left:25px;
	display: inline;
}

.pre_list a.item_del {
	width:30px;
	height:30px;
	background:url(img/del.png) center left no-repeat;
	padding-left:25px;
	display: inline;
}

.pre_list a.item_copy {
	width:30px;
	height:30px;
	background:url(img/copy.png) center left no-repeat;
	padding-left:25px;
	display: inline;
}

.pre_list a.item_email, .pre_list a.item_email_contatto {
	width:30px !important;
	height:30px !important;
	background:url(img/email.png) center left no-repeat !important;
	padding-left:25px !important;
	display: initial !important;
}

.pre_list a.item_print, .pre_list a.item_print_contatto {
	width:30px !important;
	height:30px !important;
	background:url(img/print.png) center left no-repeat !important;
	padding-left:25px !important;
	display: initial !important;
}

.pre_list a.item_search {
	width:30px !important;
	height:30px !important;
	background:url(img/search.png) center left no-repeat !important;
	padding-left:25px !important;
}

.pre_list a.item_pdf {
	width:30px;
	height:30px;
	background:url(img/pdf.png) center left no-repeat;
	padding-left:25px;
}

.pre_list a.item_contatto:hover, .pre_list a.item_contatto:active, .pre_list a.items_back:hover, .pre_list a.items_back:active, .pre_list a.item_search:hover, .pre_list a.item_search:active, .pre_list a.item_email:hover, .pre_list a.item_email:active, .pre_list a.item_print:hover, .pre_list a.item_print:active, .pre_list a.item_pdf:hover, .pre_list a.item_pdf:active, .pre_list a.item_upd:hover, .pre_list a.item_upd:active, .pre_list a.item_del:hover, .pre_list a.item_copy:active, .pre_list a.item_copy:hover, .pre_list a.item_del:active, .pre_list a.item_email_contatto:hover, .pre_list a.item_email_contatto:active, .pre_list a.item_print_contatto:hover, .pre_list a.item_print_contatto:active {
	color:#3e6779;
	text-decoration:underline;
}

.pre_list p:last-child {
	text-align:center;
}

.pre_list label {
	display:inline-block;
	width:150px;	
}

.pre_list select {
	display:inline-block;
	width:245px;
	padding:5px;	
}

.pre_list input {
	display:inline-block;
	width:230px;
	padding:5px;	
}

.pre_list button {
	background:#348d45;
    color: #fff;
	border:0;
}

.pre_list button:hover {
	background:#3e6779;
	border:0;
}

.list {
	margin-right:440px;
}

.list h1 {
	line-height:1.8;
	font-size:130%;
	margin:0;
	border-top: 5px solid #348d45;
	padding:10px 0;	
}

.list h1.title {
	margin:0;
	padding-top:20px;
	border:0;
}

.list h2 {
	font-size:110%;
	margin:0;
	border-top: 1px solid #348d45;
	padding-top:10px;
	line-height:34px;
}

.list h2.subtitle {
	margin:0;
	padding-top:10px;
	border-top:0;
}

.list p {
	margin-bottom:10px;
}

.report p {
	
}

.list p.date {
	margin:0;
	border-top: 5px solid #348d45;
	padding-top:10px;
	font-style:italic;
}

.list p.descrition {
	margin:0;
	padding-bottom:10px;
	font-style:italic;
	border-bottom: 1px solid #348d45;
}

.list a, .list a:visited {
	text-decoration:none;
	color:#348d45;
}

.list a:hover, .list a:active {
	text-decoration:underline;
	color:#3e6779;
}

.list table {
	width:100%;
}

.list table tr:nth-child(even) {
	background: #fff;
}

.list table tr:nth-child(odd) {
	background: #eee;
}

.list table td {
	padding:10px 0;
}

.list table td.data {
	width:200px;
	vertical-align:top;
}

.list table td.buttons {
	width:170px;
	text-align:right;
	vertical-align:top;
}

.list label {
	display:inline-block;
	width:150px;	
}

.report label {
	width:400px;
	border-bottom:1px dotted #000;
}

.list label.error {
	color: #f00;
	margin-left:10px;
	width:auto;
}

.list select {
	display:inline-block;
	width:245px;
	padding:5px;	
}

.list input {
	display:inline-block;
	padding:5px;	
}

.list input.text {
	width:230px;
}

.report input:disabled {
	width:70px;
	border:0;
	background:#fff;
	border-bottom:1px dotted #000;
	padding:0;
	text-align:right;
}

.list input.titolo {
	width:65%;
}

.list textarea {
	display:inline-block;
	width:65%;
	padding:5px;
	vertical-align: top;		
}

label textarea {
	margin-bottom:10px;
}

.list #titleChars, .list #descChars {
	margin-left: 150px;
    line-height: 0;
    font-style: italic;
    padding: 5px;
}

.list button {
	background:#348d45;
    color: #fff;
	border:0;
}

.list button:hover {
	background:#3e6779;
	border:0;
}

.list .area {
}

.list .area span.choose {
	width: 33%;
    display: inline-block;
    line-height: 2;
}

.post_list {
	line-height:40px;
	margin-right:440px;
	border-top: 1px solid #348d45;
}

.post_list select {
	padding:3px 2px;
}

.post_list a, .post_list a:visited {
	padding:4px 8px;
	color:#595959;
	border:1px solid #595959;
	text-decoration:none;
}

.post_list a:active, .post_list a:hover {
	color:#191919;
	border:1px solid #191919;
	text-decoration:none;
}

a.item_exp, a.item_exp:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/exp1.png) center center no-repeat;
	border:2px solid transparent;
}

a.item_view, a.item_view:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/view.png) center center no-repeat;
	border:2px solid transparent;
}

a.item_add, a.item_add:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/add.png) center center no-repeat;
	border:2px solid transparent;
}

h1 a.item_add, h1 a.item_add:visited {
	float:right;
}

a.item_pubb0, a.item_pubb0:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/pubbNO.png) center center no-repeat;
	border:2px solid transparent;
}

a.item_pubb1, a.item_pubb1:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/pubbOK.png) center center no-repeat;
	border:2px solid transparent;
}

a.item_upd, a.item_upd:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/upd.png) center center no-repeat;
	border:2px solid transparent;
}

a.item_add0, a.item_add0:visited, a.item_assoc_scheda, a.item_assoc_scheda:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/add.png) center center no-repeat;
	border:2px solid transparent;
} 

a.item_add1, a.item_add1:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/remove.png) center center no-repeat;
	border:2px solid transparent;
}

a.item_disassoc, a.item_disassoc:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/remove.png) center center no-repeat;
	border:2px solid transparent;
}

a.item_print0, a.item_print0:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/add.png) center center no-repeat;
	margin-top:14px;
	border:2px solid transparent;
}

a.item_print1, a.item_print1:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/remove.png) center center no-repeat;
	margin-top:14px;
	border:2px solid transparent;
} 


a.item_del, a.item_del:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/del.png) center center no-repeat;
	border:2px solid transparent;
}

a.item_copy, a.item_copy:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/copy.png) center center no-repeat;
	border:2px solid transparent;
}

a.item_print, a.item_print:visited, a.item_print_contatto, a.item_print_contatto:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/print.png) center center no-repeat;
	border:2px solid transparent;
}

a.item_email, a.item_email:visited, a.item_email_contatto, a.item_email_contatto:visited {
	cursor:pointer;
	display:inline-block;
	width:30px;
	height:30px;
	background:url(img/email.png) center center no-repeat;
	border:2px solid transparent;
}

.richiesta_upd a.item_del, .richiesta_upd a.item_exp, .richiesta_upd a.item_print, .richiesta_upd a.item_view {
	margin-top:0;
	float:right;
}

h1 a.item_ins, h1 a.item_ins:visited {
	cursor:pointer;
	width:30px;
	height:30px;
	background:url(img/ins.png) center center no-repeat;
	border:2px solid transparent;
	float:right;
}

h1 a.item_mod, h1 a.item_mod:visited {
	cursor:pointer;
	width:30px;
	height:30px;
	background:url(img/upd.png) center center no-repeat;
	border:2px solid transparent;
	float:right;
}

h1 a.item_view, h1 a.item_view:visited {
	cursor:pointer;
	width:30px;
	height:30px;
	background:url(img/view.png) center center no-repeat;
	border:2px solid transparent;
	float:right;
}

h1 a.item_xls, h1 a.item_xls:visited {
	cursor:pointer;
	width:30px;
	height:30px;
	background:url(img/xls.png) center center no-repeat;
	border:2px solid transparent;
	float:right;
}

h1 a.item_assoc, h1 a.item_assoc:visited {
	cursor:pointer;
	width:30px;
	height:30px;
	background:url(img/ins.png) center center no-repeat;
	border:2px solid transparent;
	float:right;
}

h1 a.items_list, h1 a.items_list:visited {
	cursor:pointer;
	width:30px;
	height:30px;
	background:url(img/list.png) center center no-repeat;
	border:2px solid transparent;
	float:right;
}

p.date a.items_list, p.date a.items_list:visited {
	cursor:pointer;
	width:30px;
	height:30px;
	background:url(img/list.png) center center no-repeat;
	border:2px solid transparent;
	float:right;
}

p.date a.items_back, p.date a.items_back:visited {
	cursor:pointer;
	width:30px;
	height:30px;
	background:url(img/back.png) center center no-repeat;
	border:2px solid transparent;
	float:right;
}


#message {
	display:none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index:999;
}

#message_box {
	position: fixed;
	top: 50%;
	left: 50%;
	color: #000;
	width: 400px;
	height: 200px;
	z-index: 999999;
	background: #fff;
	border:1px solid #348d45;
	margin: -101px 0 0 -200px;
}

#message_box p {
	line-height:2;
	padding:10px;
	text-align:center;
	position: relative;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#message_box p.question {
	top: 30%;
}


#message_box button {
	background:#348d45;
    color: #fff;
	border:0;
	outline: 0;
    overflow: auto;
    min-width: 80px;
    padding: 6px;
	margin:10px 5px;
    text-transform: uppercase;
}

#message_box button:hover {
	background:#3e6779;
	border:0;
}


/*JQUERY UI AUTOCOMPLETE*/

.autocomplete {
    width:auto;
    padding:0px;
    margin-left:0px;
}
/****** jQuery Autocomplete CSS *************/
 .ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ui-menu {
    border: 0px solid lightgray;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 100% !important;
}
.ui-menu .ui-menu-item a {
    color: #888;
}
.ui-menu .ui-menu-item:hover {
    display: block;
    text-decoration: none;
    color: #3D3D3D;
    cursor: pointer;
    background-color: lightgray;
    background-image: none;
    border: 0px solid lightgray;
	width:auto;
}
.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus {
    color: #3D3D3D;
    cursor: pointer;
    background-color: lightgray;
    background-image: none;
    border: 0px solid lightgray;
	width:auto;
}