@import url("aps/jquery-ui.custom.min.css");

/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans');*/
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../css/noto-sans-v7-latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans'), local('NotoSans'),
       url('../../css/noto-sans-v7-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../css/noto-sans-v7-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../css/noto-sans-v7-latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../../css/noto-sans-v7-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../css/noto-sans-v7-latin-ext-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/****** TEMPLATE *******/

/*  
  <color name="primaryColor">#246ab2</color>
  <color name="primaryLightColor">#6198e4</color>
  <color name="primaryDarkColor">#004082</color>
  <color name="primaryTextColor">#ffffff</color>

  Prototipo
  <color name="primaryColor">#64b5f6</color>
  <color name="primaryLightColor">#ffffff</color>
  <color name="primaryDarkColor">#226ab3</color>
  <color name="primaryTextColor">#ffffff</color>

  Logo
  <color name="primaryColor">#246ab2</color>
  <color name="primaryLightColor">#6198e4</color>
  <color name="primaryDarkColor">#004082</color>
  <color name="secondaryColor">#93c21e</color>
  <color name="secondaryLightColor">#c7f557</color>
  <color name="secondaryDarkColor">#609100</color>
  <color name="primaryTextColor">#ffffff</color>
  <color name="secondaryTextColor">#000000</color>

*/

body {
  font-family: 'Noto Sans', sans-serif;
}

fieldset, .fieldsetlike {
    margin-bottom: 6px;
    background-color: #eceff1;
    border: 1px solid #ccc;
    border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.1);
    padding:10px 8px 5px 8px;
    height: auto !important; /* Annulla le altezze fisse dei fieldset */
}
fieldset:after {
	clear:both;
}

fieldset > legend {
	float:left;
	font-size:1em;
	font-weight:bold;
	margin-top:-10px;
	margin-bottom:5px;
    color: #333;
    border-bottom: 1px solid #bbb;
}

fieldset select {
    display: block;
    font-size: 1em;
    padding-left: 0.18em;
    border: 1px solid Gray;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

fieldset.alert {
    /*Bootstrap override*/
    padding: 10px 8px 5px 8px;
	color: red;
	font-weight:bold
}

label {
	font-weight: normal;
	display:inline-table;
}

label input {
	display:block;
}

label span {
	display:block;
}

label select {
	display:block;
}

label textarea {
	display:block;
}

.inputdisabled {
    cursor:auto;
  background-color: #f5f5f5 !important;
  color: #333;
}

.inputreadonly {
	background-color:#f5f5f5 !important;
	color:#333;
}

.elenco td {
	vertical-align:top;
	height:100%;
}



label input[type="text"] {
	padding: 2px 5px;
	font-size: 1em;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #888;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label input[type="text"]:disabled {
    cursor:auto;
     background-color: #f5f5f5;
     color: #333;
}

input[type="text"] {
    padding: 2px 5px;
    font-size: 1em;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #888;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type="text"]:disabled {
        cursor: auto;
        background-color: #f5f5f5;
        color: #333;
    }

label select, #bottombar select {
	padding: 1px 5px;
	font-size: 1em;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #888;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

label textarea {
	padding: 2px 5px;
	font-size: 1em;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #888;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

div#buttonbar .buttonspacer {
    width: 2.5em;
    overflow: visible;
    /*Necessario per garantire la larghezza di tag vuoti */
    border: 1px solid transparent;
}
/* IE6 Hack */
*html div#buttonbar .buttonspacer {
    border-color: white;
    filter: chroma(color=white);
}

.panel-default {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.1);
}

#titlebar, #buttonbar, #tabbar, #bottombar {
	background-color:#64b5f6;
}

#titlebar {
    padding-top:5px;
    box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -moz-box-shadow: 0px 0px 5px #000000;
    border-color: transparent;
}

#titlebar input[type="image"], #titlebar a>img {
	vertical-align:bottom;
}

#titlebar input[type="image"], #titlebar a>img, #buttonbar input[type="image"] {
	padding:2px;
}

#titlebar input[type="image"]:hover, #titlebar a>img:hover, #buttonbar input[type="image"]:hover {
	border-radius: 25%;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.1);
}

#titlebar input[type="image"]:hover, #titlebar a>img:hover {
  background-color: #ffffff;
}

#buttonbar input[type="image"]:hover {
  background-color: #93c21e;
}

.titlehome {
	vertical-align:bottom;
}

.titoloscheda {
	font-size:22px;
	color:#FFFFFF;
}

#buttonbar .alert {
	position:absolute;
	z-index:999;
	width:100%;
}

#tabbar .nav {
	list-style:none;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:500;
	
	border: 1px solid #ccc;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	background-color:#ffffff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.1);
}

#tabbar .nav .nav-sx {
    padding-right: 0px;
    padding-left: 0px;
}
    #tabbar .nav .nav-dx {
            padding-right: 0px;
    padding-left: 0px;
    height:30px;
    }

    #tabbar .nav .custom-action-top {
        margin-top: 4px;
        margin-right: 2px;
    }

    #tabbar .nav ul {
        padding-left: 0px;
    }

#tabbar .nav ul > li {
    list-style-type: none;
	float:left;
	position:relative;
	display:block;
	background-color:#93c21e;
}

#tabbar .nav ul > li:hover {
	background-color:#c7f557;
}

#tabbar .nav ul > li > a {
	position:relative;
	display:block;
	padding: 5px 20px;
	background-color:#ffffff;
	color:#333;
}

#tabbar .nav ul > li > a:hover {
	position:relative;
	display:block;
	padding: 5px 20px 3px 20px;
	margin-bottom:2px;
	background-color:#ffffff;
	color:#246ab2;
}


#tabbar .nav ul > li > span {
	position:relative;
	display:block;
	background-color:#ffffff;
	padding: 5px 20px 3px 20px;
	margin-bottom:2px;
	color:#246ab2;
    font-weight:bold;
}


#tabcontent > div > .panel {
	/*margin-top:10px;*/
	background-color:#ffffff;
	
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-top:0;
	
	margin-bottom:10px;
}

#tabcontent .app {
	padding:10px;
}

#tabcontent .app.print > div > fieldset {
	background-color:#93c21e;
}

#tabcontent .app.print > div > fieldset > div > fieldset {
	background-color:#c8e6c9;
}

#buttonbar {
	padding-top:2px;
}

#bottombar {
	padding:10px 0 10px 0;
}

#bottombar .btn-default {
	background-color:transparent;
	margin: 0 5px 0 5px;
	border: 1px solid transparent;
    color:#fff;
    font-weight:bold;
}


#bottombar .btn-default:hover {
	background-color:#93c21e;
	color:#fff;
    font-weight:bold;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.1);
}

.btn-default-custom {
    text-transform: none !important;
    color:#333 !important;
    background-color:#fff !important;
    border-color:#ccc !important;
    font-weight: normal !important;
    margin: 0 0 0 0 !important;
    min-width: 200px;
    text-align: left;
}

.btn-group-custom-top .btn-default-custom {
  width: 200px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.btn-group-custom-top .dropdown-custom {
    width: 400px;
}

.btn-group-custom-top ul > li > a {
    width: 400px;
    text-transform: none !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

.btn-caret-custom {
    color:#333 !important;
    background-color:#fff !important;
    border-color:#ccc !important;
    font-weight: normal !important;
    margin: 0 0 0 0 !important;
}

.btn-caret-custom:hover {
    background-color:#93c21e !important;
	color:#fff !important;
    font-weight:bold !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.1);
}

.btn-caret-custom-disabled {
        background-color: rgba(204, 204, 204, 1) !important;
    color: black !important;
}

.btn-caret-custom-disabled:hover  {
    background-color: rgba(204, 204, 204, 1) !important;
    color: black !important;
    box-shadow: none !important;
}


.dropdown-custom {
    min-width: 200px;
}

.btn-group-custom ul > li > a:hover {
	background-color:#93c21e !important;
	color:#ffffff !important;
}

.btn-group-custom ul > li > a {
    display: block !important;
    padding: 3px 20px !important;
    min-width: 200px;
    text-transform: none;
    /*clear: both;*/
    /*font-weight: 400;
    line-height: 1.4285;*/
    /*color: #333;*/
    /*white-space: nowrap;*/
}

.btn-default-custom:hover {
    background-color:#93c21e !important;
	color:#fff !important;
    font-weight:bold !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.1);
}

@media (min-width:992px) {
	#bottombar {
		margin-top: -50px;
	}
}

.buttonspacer {
	padding:0 10px 0 0;
}

.ricerca, .elenco, .dettaglio {
	/* rimozione stili cablati */
	height:inherit !important;
	width:inherit !important;
}

.internaltab {
	border: 1px solid #ccc;
	border-bottom: 0;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.1);
}

.internaltab ul {
	list-style:none;
	text-transform:uppercase;
	font-weight:500;
	color:#333;
	background-color:#b0bec5;
}

.internaltab ul > li {
	float:left;
	position:relative;
	display:block;
    border-right:1px solid #b0bec5;
	background-color:#93c21e;
}

.internaltab ul > li.tabprev {
  border-right:0;
	background-color:#b0bec5;
}

.internaltab ul > li.tabnext {
	background-color:#b0bec5;
}

.internaltab ul > li:hover {
	background-color:#93c21e;
}

.internaltab ul > li.tabprev:hover, .internaltab ul > li.tabnext:hover, .internaltab ul > li.tablist:hover, .internaltab ul > li.tablist:focus {
	background-color:#b0bec5;
}

.internaltab ul > li > a {
	position:relative;
	display:block;
	padding: 5px 20px;
	background-color:#b0bec5;
	color:#333;
}

.internaltab ul > li > a:hover {
	position:relative;
	display:block;
	padding: 5px 20px 3px 20px;
	margin-bottom:2px;
	background-color:#93c21e;
	color:#ffffff;
}

.internaltab ul > li.tabprev > a:hover, .internaltab ul > li.tabnext > a:hover, .internaltab ul > li.tablist > a:hover, .internaltab ul > li.tablist > a:focus {
	background-color:#b0bec5;
	color:#246ab2;
}


.internaltab ul > li > span {
	position:relative;
	display:block;
	background-color:#ffffff;
	padding: 5px 20px 3px 20px;
	margin-bottom:2px;
	color:#246ab2;
    font-weight:bold;
}

.internaltab ul > li.tabprev > span, .internaltab ul > li.tabnext > span {
	position:relative;
	top:0;
	display:block;
	background-color:#b0bec5;
	padding: 7px 20px;
	margin-bottom:2px;
	color:#333;
}

.internaltab ul > li.disabled > span {
	color:#aaa !important;
}

.internaltab ul > li.tablist li {
	float:none;
}

.internaltabborder>fieldset,.internaltabborder>div>fieldset  {
	border-top-left-radius:0;
	border-top-right-radius:0;
}

.internaltabborder>div {
	/* rimozione stili cablati */
	width:inherit !important;
}

#apsmodal .modal-dialog {
  width: 98%;
  height: calc(100vh - 20px);
  padding: 0;
  margin: 10px auto;
}

#apsmodal.modalwait .modal-dialog {
  width: 500px;
  height: 180px;
  padding: 0;
  margin: 30vh auto;
}

#apsmodal.modalwaitextended .modal-dialog {
  width: 500px;
  height: 250px;
  padding: 0;
  margin: 30vh auto;
}

#apsmodal.modalwaitextendedconfirm .modal-dialog {
	width: 550px;
	height: 450px;
	padding: 0;
	margin: 15vh auto;
}

#apsmodal .modal-content {
  height: 100%;
}

#apsmodal .modal-body {
	padding: 5px;
	height: calc(100vh - 20px - 35px);
}

#apsmodal.modalwait .modal-body {
	padding: 5px;
	height: 150px;
}
#apsmodal.modalwaitextended .modal-body {
	padding: 5px;
	height: 220px;
}
#apsmodal.modalwaitextendedconfirm .modal-body {
	padding: 5px;
	height: 420px;
}

#apsmodal .modal-body iframe {
	width:100%;
	height:100%;
}

#apsmodal .modal-frame {
  height: 99%;
}

#apsmodal .modal-header {
  padding-right: 0px;
  padding-top: 1px;
  height: 25px;
}

#apsmodal .modal-header .close {
    /*margin-right: -18px;
    margin-top: -8px;
    font-size: 30px;*/
    opacity:1;
}
#apsmodal .modal-header .close:hover {
    opacity:0.5;
}

#apsmodal .modal-header .close span {
    font-weight: bold;
}

#apsmodal .modal-header .close:hover {
    color:red;
}

.freespeech {
	font-weight:bold;
	color: #FFFFFF;
}

.hidden {
	display:none;
}

.left {
	float:left;
	}

.right {
	float:right;
}

.hiddentext {
	display:none !important;
}

#popupMask {
	display:none;
}

#popupContainer {
	display:none;
}

#pbprog {
	display:none;
}

#customactions {
	display:none;
}

@media (min-width:768px) {
	.width0 
	{
		width:4em;	
	}
	.width1 
	{
		width:6.5em;	
	}
	.width105 
	{
		width:9em;	
	}
	.width2 
	{
		width:12em;	
	}
	.width3 
	{
		width:18em;	
	}
	.width4 
	{
		width:24em;	
	}
	.width5 
	{
		width:30em;	
	}
	.width6 
	{
		width:36em;	
	}
	.width7 
	{
		width:42em;	
	}
	.width8 
	{
		width:48em;	
	}
	.width9 
	{
		width:54em;	
	}
	.width10 
	{
		width:60em;	
	}
	.widthall 
	{
		width:100%;	
	}
}

/* The main calendar widget.  div containing a table. */

div.calendar { position: relative; Z-INDEX: 500;}

.calendar, .calendar table
{
	border-right: #556 1px solid;
	border-top: #556 1px solid;
	font-size: 11px;
	background: #e1eefb;
	border-left: #556 1px solid;
	cursor: default;
	color: #000;
	border-bottom: #556 1px solid;
	font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .firstrow
{
	background: #004080;
  color: #fff;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames
{
	background: #004080;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #FFFFFF;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #FF9900;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #cde;
  color: #000000;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  color: #FFFFFF;
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #004080;
}

.calendar tbody .rowhilite td {
  background: lightyellow;
}

.calendar tbody .rowhilite td.wn {
  color: #000000;
  background: lightyellow;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: lightyellow;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #FF9900;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
}

.combo .hilite {
  background: #acf;
}

.combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

/***** WEBCONTROLS *****/

/* compositesearch */
.compositesearch {
	display: inline-flex;
}

.compositesearch label {
	display:block !important;
}

.compositesearch label span input {
	display:inline;
}

.compositesearch label span div {
	display:inline-block;
}

.waylabel {
	display: inline-table !important;
}
.waylabel > span:before {
	content:"";
	display: block;
}
.waylabel > span {
	display: block;
}
.waylabel > span input {
	display:inline;
}
.waylabel > span select {
	display:inline;
}

.waylabel > span > div {
	display:inline-block;
}

.apsdatagrid {
	background-color:#ffffff;
	width:100%;
}

/*sorascrivo il coloro del table-striped*/
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #eaf6ff;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #dbf0ff;
}

.HeaderStyle, .headerstyle {
	font-weight:bold;
}

.ItemStyle, .itemstyle {
	white-space: normal !important;
}

.SelectedItemStyle, .selecteditemstyle {
	white-space: normal !important;
}

.apstreeview 
{
	display:block;
}
.apstreeview div 
{
	float:none;
}
.apstreeview span 
{
	display:inline;
}

.fieldsettreeview > div {
	float:left;
}


/* JQUERY TOOLTIP */
.ui-tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #3399CC;
	background-color: #E0ECFF;
	padding: 5px;
	text-align:left;
}
.ui-tooltip h3, #tooltip div { margin: 0; }
.ui-tooltip h3 {
font-size:1em;
font-weight:normal;
}

/* From bootstrap */
.linkbutton {
	display: inline-block;
	padding: 2px 12px;
	margin: 0 2px 0 2px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.linkbutton {
    background-color: #e1e2e1;
    border:1px solid #888;
}

.linkbutton a {
	color: #333;
	text-decoration:none;
}

.linkbutton:hover {
	background-color:#eee;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.1);
}

.linkbutton a:hover {
	color:#246ab2;
}

.linkbutton_disable {
	cursor:auto;
}

.linkbutton_disable:hover {
	background-color:#e1e2e1;
	box-shadow: none;
}

.ALinkButton {
	color: #333;
	text-decoration:none;
}

.ALinkButton:hover {
	color:#246ab2;
}

.apscheckboxlist {
	display:block;
}

.apscheckboxlist input {
	margin:4px;
}

#stili singoli

.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.textcenter {
	text-align:center;
}
.inline {
	display:inline;
}

#ctl00_gestfattureelettronichepadettaglio1_ctl00_fsDati {
	overflow:scroll;
}

.scroll38 {
	overflow:auto;
	height: 100%
}

/*css per editor di testo tiny mce*/
.mce-tinymce mce-container mce-panel {
        display: inline-table !important;
        width: 100% !important;
}

.GridViewScrollHeader th, .GridViewScrollHeader td, .GridViewScrollHeader a  {
	
    font-weight: normal;
    /*white-space: no-wrap;*/
    
	border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;

    vertical-align: center;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	
	border-width: 0px;
	width: 100%;
	
	color: white;
	text-decoration: none;
	background-color:#3399CC;	
}

.GridViewScrollHeader th, .GridViewScrollHeader td {
	padding:5px;	
}

.GridViewScrollItem td {
    
    white-space: nowrap;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #FFFFFF;
    color: #444444;
}

.GridViewScrollItemFreeze td {
    
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-width: 0px;
	width: 100%;
	color: white;
	text-decoration: none;
	background-color:#3399CC;	
	
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  height:38px;

}

.GridViewScrollFooterFreeze td {
    
    white-space: nowrap;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	height:38px;
	color: white;
	text-decoration: none;
	background-color:#3399CC;	
	padding:5px;
}


/*** APSTracker BEGIN ***/

.progress-tracker {
	display: flex;
	margin: 15px auto;
	padding: 0;
	list-style: none;
}

.progress-step {
	flex: 1 1 0%;
	margin: 0;
	padding: 0;
	min-width: 24px;
}

	.progress-step:last-child {
		/*flex-grow: 0;*/
	}

		.progress-step:last-child .progress-marker::after {
			display: none;
		}

.progress-link {
	display: block;
	position: relative;
}

.progress-marker {
	display: block;
	position: relative;
}

	.progress-marker::before {
		content: attr(data-text);
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 20;
		width: 36px;
		height: 36px;
		padding-bottom: 2px;
		border-radius: 50%;
		transition: background-color, border-color;
		transition-duration: 0.3s;
	}

	.progress-marker::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 16px;
		right: -12px;
		width: 100%;
		height: 4px;
		transition: background-color 0.3s, background-position 0.3s;
	}

.progress-text {
	display: block;
	padding: 8px 8px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.progress-title {
	margin-top: 0;
}

.progress-step.is-active .progress-title {
	color: #93C21E;
	font-weight: bold;
}

.progress-step.is-disabled .progress-title {
	color: #3C3D3A;
	font-weight: normal;
}

.progress-step .progress-marker {
	color: #fff;
}

	.progress-step .progress-marker::before {
		background-color: #b6b6b6;
	}

	.progress-step .progress-marker::after {
		background-color: #cbced1;
	}

.progress-step .progress-text {
	color: #333;
}

.progress-step.is-active .progress-marker::before {
	background-color: #4aaefe;
	border: solid 4px #93c21e;
}

.progress-step.is-complete .progress-marker::before, .progress-step.is-progress .progress-marker::before {
	background-color: #1976D2;
}

.progress-step.is-complete .progress-marker::after, .progress-step.is-progress .progress-marker::after {
	background-color: #1976d2;
}

.progress-step.is-validated .progress-marker::before {
	background-color: #B3D65C;
}

.progress-step.is-validated .progress-marker::after {
	background-color: #B3D65C;
}

.progress-step.is-disabled .progress-marker::before {
	background-color: #E1DFE0;
	border: solid 2px #3C3D3A;
	color: #3C3D3A;
}

.progress-step.is-disabled .progress-marker::after {
	background-color: #E1DFE0;
}

.progress-step:hover .progress-marker::before {
	background-color: #56ADF5;
}

.progress-tracker--text .progress-step:last-child, .progress-tracker--center .progress-step:last-child, .progress-tracker--right .progress-step:last-child {
	flex-grow: 1;
}

.progress-tracker--center {
	text-align: center;
}

	.progress-tracker--center .progress-marker::before, .progress-tracker--center .progress-text--dotted::before {
		margin-left: auto;
		margin-right: auto;
	}

	.progress-tracker--center .progress-marker::after {
		right: -50%;
	}


@keyframes scale-up {
	from {
		opacity: 1;
		transform: translate(-50%, -50%) scale(0);
	}

	to {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1);
	}
}

.anim--large .progress-link::before, .anim--large .progress-link::after {
	width: 48px;
	height: 48px;
}

.anim--path .progress-marker::after {
	background-image: linear-gradient(to right, #b6b6b6 50%, #868686 50%);
	background-size: 200% 100%;
	background-position: 0% 100%;
	transition: background-position 0.3s ease-out;
}

.progress-step.is-complete .anim--path .progress-marker::after {
	background-position: -100% 100%;
}

.anim--path .progress-step.is-complete .progress-marker::after {
	background-position: -100% 100%;
}

[dir=rtl] .progress-marker::after {
	right: auto;
	left: -12px;
}

[dir=rtl] .progress-tracker--center .progress-marker::after {
	left: -50%;
}

.container-left {
	margin-left: 0;
	padding-left: 0;
	width: auto;
}

/*** APSTracker END ***/

/*Bordo campi obbligatori*/
.requiredfield {
	border-bottom: 2px solid #f62d03 !important;
}