

body {
	margin: 0;
	padding: 0;
	color: #444444;
	font-size: 11px;
	line-height: 20px; 
	font-family: Arial, Helvetica, Verdana,"Helvetica Neue", "Lucida Grande", "Segoe UI",  sans-serif;
    
}

h1, h2, h3, h4, h5, h6,p {
	/*color:#000;
	letter-spacing:-1px;
	font-weight:400;
	padding: 0;
	margin: 0;*/
	margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; 
}

em { color: #ff0d40;
     font-style: italic; }


    h1, h2, h3, h4, h5, h6 {
		/*color: #444;*/
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	/*h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }*/
	h1 { font-size: 29px; line-height: 38px; margin-bottom: 14px; }
	/*h1 {	color: White ;}*/
	/*h2 {font-size: 29px; line-height: 38px; margin-bottom: 14px;}*/
	h2 { font-size: 21px; line-height: 28px; margin-bottom: 10px; }
	h3 { font-size: 18px; line-height: 26px; margin-bottom: 8px; }
	h4 { font-size: 16px; line-height: 24px; margin-bottom: 8px;  }
	h5 { font-size: 15px; line-height: 21px; }
	h6 { font-size: 14px; line-height: 21px; }
    p  { font-size: 10px; line-height: 15px; }
	.subheader { color: #222222; }

	/*p { margin: 0 0 20px 0; text-align:justify; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #222222;  }*/

	em {  }
	strong { font-weight: bold; color: #222222; }
	small { font-size: 80%; }

.left { float:left }
.right { float:right }

.float_l { float: left }
.float_r { float:right; margin-right:48px;}

.img_fl { float: left; margin: 3px 15px 5px 0 }
.img_fr { float: left; margin: 3px 0 5px 15px }
.img_border { background: #fff; padding: 4px; border: 1px solid #eee }

a:link, a:visited { color:#000;
                    text-decoration:none;
                    }
a:visited { text-decoration:none;
            }
a:hover { text-decoration:none;
         
           }
a:hover,a:active { outline:none;
                   text-decoration:none;
                    }

a.more { 
	clear: both; 
	display: block; 
	width: 150px; 
	height: 25px; 
	line-height: 25px; 
	text-align: center; 
	text-decoration: none; 
	outline:none;
}

.page
{
    width: 100%;
    background-color: #fff;
    margin: 5px auto 0px auto;
    
}


.header
{
    margin: auto;
    padding: 1px;
    background-image:URL('../images/head.png');
    height:60px;
	width:75%;
    background-repeat: no-repeat;
	/* background-color: #E6E6E6;*/
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 400px;
    
}

.footer
{
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    
}

.col { 
	float: left; 
	margin: 0 30px 30px 0; 
}



.h20 { height: 20px }
.h40 { height: 40px }

.etichetta_red  
{   
    color: #FF0000;
    font-weight:bold;
    }
    
.etichetta_blue  
{   
    color: #000000;
    font-weight:bold;
    }
.msg_box  
{   
    color: #000;
    font-weight:bold;
    font-size:14px;
    padding:4px 0px 4px 8px;
    font-family: Arial, Helvetica, Verdana,"Helvetica Neue", "Lucida Grande", "Segoe UI",  sans-serif;
    
    }
    
    .tab100{   
    width:100px;
    }
    
  .tab150{   
    width:150px;
    }
    
.tab200{   
    width:200px;
    }
.tab220{   
    width:220px;
    }
  .tab250{   
    width:250px;
    }  
 .tab300{   
    width:300px;
    }  
.tab350{   
    width:350px;
    } 

    
.tab400{   
    width:400px;
    } 
    
.tab450{   
    width:450px;
    }  
.tab500{   
    width:500px;
    }
.tab550{   
    width:550px;
    }     

    
.tab600{   
    width:600px;
    }    
     
.tab700{   
    width:700px;
    } 
     
.tab800{   
    width:800px;
    }
    
.tab900{   
    width:900px;
    }
    
.tab1000{   
    width:1000px;
    }
  
.tab1100{   
    width:1100px;
    }
    
    
    

.tab1200{   
    width:1200px;
    } 
    .tab1250{   
    width:1250px;
    }
 .tabmain{   
    width:100%;
    }  
       
.space {padding:10px;}

.clear
{
    clear: both;
}

 /*#Buttons
==================================================*/

.btn {
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		
		background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
		background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
		background: -moz-linear-gradient(top,  #00adee,  #0078a5);
		background: -ms-linear-gradient(top,  #00adee,  #0078a5);
		background: -o-linear-gradient(top,  #00adee,  #0078a5);
		color: #fff;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		font: bold 14px Arial, Helvetica, sans-serif;
        padding: 5px 10px;
        border: solid 1px #000000;
        background: #000000;
				
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
    height: 34px;
}

.btnFin {
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		
		background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
		background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
		background: -moz-linear-gradient(top,  #00adee,  #0078a5);
		background: -ms-linear-gradient(top,  #00adee,  #0078a5);
		background: -o-linear-gradient(top,  #00adee,  #0078a5);
		color: #fff;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		font: bold 14px Arial, Helvetica, sans-serif;
        padding: 5px 10px;
        border: solid 1px #0076a3;
        background: #00a000;
				
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
    height: 34px;
}

/*
.button:hover, a:hover.button,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {

		background-color: #336699;
	  
	  }

.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		
		background-color: #004785;
		
		}
*/


	
/* TAB MENU   
----------------------------------------------------------*/
.clear
{
    clear: both;
}
.menu_font
{font-size: 14px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }   


div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
    
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
.styleColorText
        {
            color: #B4B4B4;
            font-weight: bold;
        }


 .textbox { 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    border: 1px solid #000000; 
    height: 22px;
 } 
 
 .ddlbox { 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    border: 1px solid #000000; 
    height: 26px;
 } 

 .linkbutton:link
{
    color:#333333;
    text-decoration:underline;
    font-size:11;
    font-weight:bold;
    }

.linkbutton:hover
{
    color:#333333;
    text-decoration:none;
    font-size:11;
    font-weight:bold;
    }
    
   .panelcerca
   {background-color:#b0d9ea;
       }


/* restyling */

body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

h3 {
	font-size: 38px;
	font-weight: 400;
	line-height: 46px;
}

h4 {
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
}

h6 {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}

.title-large {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

.label-large {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

p {
	font-size: 16px;
	letter-spacing: 0.25px;
	line-height: 20px;
}

.primario-3 {
	color: #333;
}

.primario-5 {
	color: #666;
}

.btn.btn-dark {
	background: #000;
	color: #fff;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #000;
	padding: 14px 40px;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: normal;
	line-height: 18px;
}

.btn.btn-outline-dark {
	background: #fff;
	color: #000;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #000;
	padding: 14px 40px;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: normal;
	line-height: 18px;
}

.btn.btn-success {
	background: #398E1A;
	color: #fff;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #398E1A;
	padding: 14px 40px;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: normal;
	line-height: 18px;
}

.clearfix {
	clear: both;
}

.ws-nowrap {
	white-space: nowrap !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mr-16 {
	margin-right: 16px !important;
}

.mr-24 {
	margin-right: 24px !important;
}

.ml-16 {
	margin-left: 16px !important;
}

.p-0 {
	padding: 0 !important;
}

.pl-56 {
	padding-left: 56px !important;
}

.container.pl-160.pr-160 {
	width: 100%;
}

.main {
	padding: 0;
	margin: 0;
}

.page {
	margin: 0;
}

.d-table {
	display: table;
	width: 100%;
}

.d-table .column {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.valign-top {
	vertical-align: top !important;
}

.top {
	height: 100px;
	border-bottom: 1px solid #CCC;
	padding: 0 25px;
}

.top .logo img {
	max-height: 62px;
}

.top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 28px;
}

.top ul li:first-child {
	margin-left: 0;
}

.top ul li:last-child {
	margin-right: 0;
}

.top ul li a {
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
}

.top ul li a:not(.btn.btn-dark) {
	font-size: 18px;
}

.landing {
	display: table;
	min-height: calc(100vh - 380px);
	width: 100%;
}

.landing .column  {
	padding: 0 80px;
}

.landing h3 {
	margin: 0 0 24px;
}

.landing .title-large {
	margin: 0 0 32px;
}

.foo {
	background: #000;
	padding-top: 64px;
	color: #fff;
}

.logo-foo {
	width: 181px;
	padding-left: 40px;
}

.foo .label-large {
	margin-bottom: 24px;
}

.foo p {
	font-size: 16px;
	letter-spacing: 0.25px;
	line-height: 20px;
}

.foo a {
	font-size: 14px;
	letter-spacing: 0.4px;
	color: #fff;
}

.copyright {
	border-top: 1px solid #666;
	padding: 24px 0;
	margin-top: 40px;
}

.copyright ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.copyright ul li {
	display: inline-block;
	vertical-align: top;
}

.copyright ul li:not(:first-child) {
	margin-left: 40px;
}

.copyright p {
	font-size: 14px;
	line-height: 18px;
}

.copyright a {
	font-size: 14px;
	text-decoration: underline;
}

.copyright i {
	font-size: 16px;
}

.d-table.form {
	min-height: 100vh;
}

.form img {
	max-height: 80px;
	margin-bottom: 104px;
}

.form .text-center {
	display: inline-block;
	width: 100%;
	margin-top: 24px;
}

.form p {
	margin-bottom: 24px;
}

.form .form-group {
	margin-bottom: 48px;
	position: relative;
}

.form .textbox {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #CCC;
	border-radius: 0;
	padding: 16px 0;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 18px;
	height: auto;
}

.form .textbox::-webkit-input-placeholder {
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.form .textbox::-moz-placeholder {
	font-size: 14px;
	color: #666;
	opacity: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.form .textbox:-ms-input-placeholder {
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.form .textbox:-moz-placeholder {
	font-size: 14px;
	color: #666;
	opacity: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.form .etichetta_red {
	background: #F00;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
}

.form h6 {
	margin: 24px 0 40px;
}

.form .CheckBoxVediPSWCP input[type="checkbox"] + label {
	margin: 0 0 0 16px;
	vertical-align: top;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.25px;
	line-height: 20px;
}

.faq {
	padding: 64px 0 80px;
	min-height: calc(100vh - 380px);
}

.faq h3 {
	margin: 40px 0 0;
	padding-bottom: 40px;
	border-bottom: 1px solid #CCC;
}

.faq .card-header a {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-right: 30px;
}

.faq .card-header a .fa-plus {
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 10px;
}

.faq .card-header a:not(.collapsed) .fa-plus::before {
	content: "\f068";
}

.faq .card {
	border-bottom: 1px solid #CCC;
}

.faq .card-header {
	padding: 24px 0;
}

.faq .card-body {
	padding: 8px 0 32px;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 24px;
}

.centri-assistenza .column {
	margin-bottom: 20px;
}

.centri-assistenza .column .card {
	padding: 30px 16px;
	border: 1px solid #CCC;
}

.centri-assistenza .column .card .title-large {
	min-height: 56px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

#header {
	position: fixed;
	top: 0;
	right: 0;
	height: 80px;
	background: #fff;
	border-bottom: 1px solid #CCC;
	z-index: 1;
	padding-right: 40px;
}

#header .d-table {
	height: 100%;
}

#header #LabelNominativo {
	display: inline-block;
	vertical-align: middle;
}

#footer {
	padding: 32px 0;
}

#footer p {
	font-size: 14px;
	line-height: 18px;
	color: #666;
}

#footer a {
	text-decoration: underline;
	color: #666;
}

.sidebar {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	background: #fff;
	border-right: 1px solid #CCC;
}

.sidebar .logo {
	max-height: 62px;
	display: block;
	margin: 32px auto 56px;
}

.sidebar > .row:first-child {
	height: calc(100% - 97px);
	overflow-y: auto;
}

.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}

.sidebar > .row > ul {
	padding: 0 24px;
}

.sidebar > .row:first-child > ul:last-child {
	margin-bottom: 24px;
}

.sidebar > .row:last-child > ul {
	padding: 32px 24px 40px;
	border-top: 1px solid #CCC;
}

.sidebar > .row > ul.gestione-assistenza {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 24px;
	padding-bottom: 24px;
}

.sidebar ul li {
	font-size: 16px;
	letter-spacing: 0.25px;
	margin-top: 24px;
	line-height: 24px;
}

.sidebar > .row > ul > li {
	padding-left: 40px;
	position: relative;
}

.sidebar > .row:last-child > ul > li {
	margin-top: 0;
	color: #666;
}

.sidebar > .row > ul > li input[type="image"] {
	position: absolute;
	left: 0;
	top: 0;
}

.dashboard {
	margin-top: 80px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.moduli h4 {
	margin: 0 0 32px;
}

.moduli h6 {
	margin: 24px 0;
}

.table-search {
	background-color: #F5F5F5;
	border-spacing: 32px 0;
	border-collapse: separate;
}

.dashboard .btn.btn-dark {
	padding: 10px 24px;
}

.dashboard .ddlbox, .dashboard .textbox {
	border-radius: 0;
	border: 1px solid #CCC;
	background: #FFF;
	height: 40px;
	padding: 8px 16px;
	color: #666;
	font-size: 16px;
	letter-spacing: 0.25px;
}

.dashboard .textbox::-webkit-input-placeholder {
	font-size: 14px;
	color: #666;
	letter-spacing: 0.25px;
}
.dashboard .textbox::-moz-placeholder {
	font-size: 16px;
	color: #666;
	opacity: 1;
	letter-spacing: 0.25px;
}
.dashboard .textbox:-ms-input-placeholder {
	font-size: 16px;
	color: #666;
	letter-spacing: 0.25px;
}
.dashboard .textbox:-moz-placeholder {
	font-size: 16px;
	color: #666;
	opacity: 1;
	letter-spacing: 0.25px;
}

.dashboard .Grid {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.25px;
	background-color: #fff;
}

.dashboard .Grid th {
	background: #fff;
	border: 0;
	padding: 16px 8px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}

.dashboard .Grid td {
	background: #fff;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	padding: 8px;
}

.dashboard .subGrid {
	border: 0;
}

.dashboard .subGrid th {
	color: #333;
	padding: 8px;
}

.dashboard .subGrid tr:nth-child(2n) td {
	background: #F5F5F5;
}

.dashboard .subGrid td {
	border: 0;
}

.dashboard .Grid td.dettaglio-articoli span {
	display: inline-block;
	width: 100%;
	border: 1px solid #000;
	padding: 10px 40px 10px 16px;
	font-size: 14px;
}

.dashboard .Grid td.dettaglio-articoli img {
	width: 12px;
	margin-left: -32px;
}

.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-x: auto;
	overflow-y: hidden;
	border: 0;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch
}

.etichetta_blue .label-large {
	text-transform: none;
	margin: 16px 0 32px;
	font-weight: 400;
}

.etichetta_blue .form-group {
	margin-bottom: 24px;
}

.etichetta_blue .form-group label {
	margin-bottom: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

.etichetta_blue .panel.panel-default {
	border-radius: 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #CCC;
	box-shadow: none;
	padding: 24px 0;
	margin: 40px 0;
}

.back {
	position: relative;
}

.back input[type="submit"] {
	-webkit-appearance: none;
	background: none;
	border: 0;
	padding: 0 0 0 30px;
}

.back input[type="submit"] + label {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
}

.back input[type="submit"] + label::before {
	content: "\f104";
	font: normal normal normal 16px/1 FontAwesome;
}

.dashboard .Grid.GridViewAllegati td:first-child {
	border-left-width: 1px;
}

.dashboard .Grid.GridViewAllegati td:last-child {
	border-right-width: 1px;
}

.dashboard .Grid.GridViewRighe {
	margin-top: 40px;
}

.dashboard .Grid.GridViewRighe table.table-caption {
	border-bottom: 0;
	text-align: left;
}

.dashboard .Grid.GridViewRighe tr:nth-child(2n) td {
	background: #F5F5F5;
}

.dashboard .Grid.GridViewRighe td {
	border: 0;
}

.completionList {
	padding: 0 16px;
	list-style: none;
	max-height: 200px;
	overflow-y: auto;
	width: calc(100% - 30px);
	background: #fff;
	border: 1px solid #CCC;
	margin: 0;
}

.completionList li {
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}

.ImageAR {
	height: auto !important;
}

p.alert {
	font-size: 14px;
	padding: 0;
	border: 0;
	border-radius: 0;
	letter-spacing: 0.4px;
}

@media (min-width: 768px) {
	.container.pl-160.pr-160 {
		padding: 0 40px;
	}
}
@media (min-width: 992px) {
	.container.pl-160.pr-160 {
		padding: 0 80px;
	}
}
@media (min-width: 1200px) {
	.container.pl-160.pr-160 {
		padding: 0 160px;
	}
	.centri-assistenza .col-lg-3:nth-child(4n+5) {
		clear: both;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.centri-assistenza .col-md-4:nth-child(3n+4) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.centri-assistenza .col-sm-6:nth-child(2n+3) {
		clear: both;
	}
}