@charset "UTF-8";


.menu-top ul, .menu-top li { list-style: none !important;}

figure {
display: block;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

body {
	font-family: 'Pt Sans', Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	margin-top: 7px;
	font-size: 14px;
	text-align: left; 
}

td,th {
	font-family: 'Pt Sans', Helvetica, sans-serif;
	font-size: 14px;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	font-family: 'Pt Sans',Arial, Helvetica, sans-serif;
}
a img { 
	border: none;
}

a {
	color: inherit  ;
	text-decoration: none; 
}

.content a:link, .content  a:visited, .content  a:active {

	font-weight: normal; 
}


.content  a:hover { 
	text-decoration: underline;
}

.fixed {
	width: 1000px;
	margin: 0 auto; 
	position:relative;
	height:100%;
	padding: 0 0px;
}
p {
font-size: 14px;
}

header {
	background-image: url(../immagini/mappa_03.png);
	background-position: 215px 85px;
	background-repeat:no-repeat;
	height:245px;
	width:100%;
	position:relative;
	clear:both;
}
header a:link, header a:visited, header a:active{
	text-decoration: none;
}
figure a:link, figure a:visited, figure a:active{
	text-decoration: none;
}

.content {
text-align: left;

margin-top: 20px;
}
aside.full {
	height:265px;
	width:100%;
	position:relative;
	clear:both; z-index: 9;
}



figure.left {
position:absolute;
margin: 0;
left:0px;
width:50%;
float:left;
display:block;
height:100%;
z-index:-9;
background-image:url(../immagini/sfondi-sfumati_03.jpg);
background-repeat:repeat-x;
background-position:left top;
top: 0px;
border-right:1px solid white;
}
figure.left img {
position: absolute;
right: 0px;
top: -16px;
}
figure.right img {
position: absolute;
left: 0px;
top: -21px;
}

figure.right {
	margin: 0;
position:absolute;
right:0px;
width:50%;
float:right;
display:block;
height:100%;
z-index:-9;
background-image:url(../immagini/sfondi-sfumati_05.jpg);
background-repeat:repeat-x;
background-position:left top;
top: 0px;
border-left:1px solid white;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; /
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #ADB96E;
	color: #FFF;
}


footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	background: #108cc4; 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwOGNjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZmE1ZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #108cc4 0%, #3fa5d4 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#108cc4), color-stop(100%,#3fa5d4)); 
background: -webkit-linear-gradient(top, #108cc4 0%,#3fa5d4 100%); 
background: -o-linear-gradient(top, #108cc4 0%,#3fa5d4 100%); 
background: -ms-linear-gradient(top, #108cc4 0%,#3fa5d4 100%);
background: linear-gradient(to bottom, #108cc4 0%,#3fa5d4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#108cc4', endColorstr='#3fa5d4',GradientType=0 ); 
color:white;
margin-top: 35px;
height: 98px;
line-height:76px;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

header, section, footer, aside, article, main, time, address, figure {
	display: block;
}

.left {
width: 635px;
position: relative;
	vertical-align: top;
	display: inline-block;
	*display: inline; 
	zoom: 1;
text-align:left;
float:left;
}
.right {
width: 325px;
position: relative;
	vertical-align: top;
	display: inline-block;
	*display: inline; 
	zoom: 1;
text-align:left;
float:right;
}






nav {
text-align: justify;
-ms-text-justify: distribute-all-lines;
text-justify: distribute-all-lines;
}


nav a {
vertical-align: top;
	display: inline-block;
	*display: inline; 
	zoom: 1;
text-align:center;
padding: 0 1px;
}

.footer a {
font-family: 'Pt Sans';
color: #4a4a4a;
}

nav.footer {
position: absolute;
width: 100%;
top: -65px;
color: black;
font-size: 10px;
}

address {
font-style:normal;
font-size:13px;
position: relative;
font-family: Arial, Helvetica, sans-serif;
}

.logo_footer {
position: absolute;
right: 0px;
top: 15px;
}

.loghi_promuovidea {
position: absolute;
right: 150px;
top: 15px;
}

article section {
width: 50%;
float: left;
position: relative;
}

.block {
width:100%;
height: 78px;
position:relative;
margin-bottom:10px;
float:left;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}
p.basso {
line-height: 21px;
width: 50%;
float: left;
top: 15px;
position: relative;
padding:0px;
}


ul.menu-dinamica {
width:100%;
}

ul.menu-dinamica li {
padding: 5px;
float:left; display:block;
}

ul.menu-dinamica li a{
color:black;
}

.briciole {
line-height: 40px;
border-bottom: 1px solid #D8D8D8;
margin-bottom: 10px;
padding-left: 15px;
font-size: 14px;
position:relative;
}

.block .title {
color: white;
padding: 5px 10px;
text-transform: uppercase;
font-size: 19px;
text-shadow: 1px 1px 3px rgb(2, 74, 97);
width: 70%;
padding-bottom: 0px;
font-family: 'Pt Sans';
}
.title a{ color:#FFF;}

.block p { 
color: white;
width: 65%;
font-size: 10px;
padding: 5px 10px;
}

.block img {
position: absolute;
bottom: 0px;
right: -10px;
}

.blue {
background-color: #2a9acd;
}

.yellow {
background-color: #ffcd00;
}

.orange {
background-color: #ff6700;
}

.cyan {
background-color: #5dcbff;
}
.gray {
background: #e1e1e1; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #e1e1e1 0%, #f2f2f2 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e1e1e1 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e1e1e1 0%,#f2f2f2 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e1e1e1 0%,#f2f2f2 100%); /* IE10+ */

background: linear-gradient(to bottom,  #e1e1e1 0%,#f2f2f2 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */

border: 1px solid #e1e1e1;
}



.box_text {
position: absolute;
right: 288px;
display: block;
top: 40px;
width: 210px;
z-index: 99;
color: white;
}

figure h3 {
text-transform: uppercase;
text-shadow: 1px 1px 3px rgb(2, 74, 97);
font-size: 23px;
margin-bottom: 10px; padding: 0px;
}

figure span {
color: #3c3c3b;
font-weight: bold;
font-size: 15px;
display: block;
margin-bottom: 10px;
}
figure p {
font-size: 14px;
padding: 0px;
text-shadow: 1px 1px 3px rgb(2, 74, 97);
}
.logo {
display: block;
position: absolute;
left: 0px;
}

.payoff {
position: relative;
text-transform: uppercase;
color: gray;
font-size: 28px;
width:580px;
height:120px;
display:block;
line-height: 30px;
color:#5C5C5C;
}

nav.menu-serviziNO {
text-align: justify;
-ms-text-justify: distribute-all-lines;
text-justify: distribute-all-lines;
top: 100px;
position: relative;
line-height: 38px;
height: 38px;
width: 100%;
background: #0e8bc3;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #0e8bc3 0%, #43a7d5 50%, #0e8bc3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e8bc3), color-stop(50%,#43a7d5), color-stop(100%,#0e8bc3));
background: -webkit-linear-gradient(top, #0e8bc3 0%,#43a7d5 50%,#0e8bc3 100%);
background: -o-linear-gradient(top, #0e8bc3 0%,#43a7d5 50%,#0e8bc3 100%);
background: -ms-linear-gradient(top, #0e8bc3 0%,#43a7d5 50%,#0e8bc3 100%);
background: linear-gradient(to bottom, #0e8bc3 0%,#43a7d5 50%,#0e8bc3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e8bc3', endColorstr='#0e8bc3',GradientType=0 );
color:white;
text-shadow: 1px 1px 3px rgb(2, 74, 97);
text-transform: uppercase;
font-size: 13px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0 auto;

}


nav.menu-servizi {
background-image:url('../immagini/menu_r3_c1.png');
background-position: left top;
    background-repeat: no-repeat;
text-align: justify;
-ms-text-justify: distribute-all-lines;
text-justify: distribute-all-lines;
top: 100px;
position: relative;
line-height: 38px;
height: 38px;
width: 100%;
color:white;
text-shadow: 1px 1px 3px rgb(2, 74, 97);
text-transform: uppercase;
font-size: 13px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0 auto;

}

  
    


nav.menu-servizi a{
vertical-align: top;
	display: inline-block;
	*display: inline; 
	zoom: 1;
text-align: center;
background-image:url(../immagini/line-blue_03.jpg);
background-position: right top;
background-repeat:repeat-y;
float:left;
color:#FFF;
}
nav.menu-servizi a:hover {
background-color: rgba(255, 255, 255, 0.4);
}
 b {
font-weight: normal;
}

nav.menu-top {
text-align: justify;
-ms-text-justify: distribute-all-lines;
text-justify: distribute-all-lines;
width: 695px;
position: absolute;
display: block;
line-height: 40px;
right: 0px;
}
.menu-top a {color:#FFF;}
nav.menu-top ul{
vertical-align: top;
	display: inline-block;
	*display: inline; 
	zoom: 1;
text-align: center;
color: white;
text-shadow: 1px 1px 3px rgb(126, 75, 0);
text-transform: uppercase;
font-size: 13px;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
.ocra li{
	float:left;

list-style: none;
text-align: center;
	}
	
.ocra li:hover {
background-color: rgba(255, 255, 255, 0.4);
	}



.ocraNO {
	width:487px;
background: #ec8b06; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjOGIwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y1YTMxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYzhiMDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #ec8b06 0%, #f5a316 50%, #ec8b06 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec8b06), color-stop(50%,#f5a316), color-stop(100%,#ec8b06)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ec8b06 0%,#f5a316 50%,#ec8b06 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ec8b06 0%,#f5a316 50%,#ec8b06 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ec8b06 0%,#f5a316 50%,#ec8b06 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ec8b06 0%,#f5a316 50%,#ec8b06 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8b06', endColorstr='#ec8b06',GradientType=0 ); /* IE6-8 */

top: 8px;
position: relative;


}


     .ocra {
     		width:487px;
     		height:40px;

    background-image:url('../immagini/menu_r1_c2.png');
    background-position: left top;
    background-repeat: no-repeat;
    top: 8px;
position: relative;
  }


.stretch {
width: 100%;
display: inline-block;
font-size: 0;
line-height: 0
}

.arancioNO {
background: #ff6801; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjgwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmODQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY4MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
*/
background: -moz-linear-gradient(top,  #ff6801 0%, #ff8431 50%, #ff6801 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6801), color-stop(50%,#ff8431), color-stop(100%,#ff6801)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff6801 0%,#ff8431 50%,#ff6801 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff6801 0%,#ff8431 50%,#ff6801 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff6801 0%,#ff8431 50%,#ff6801 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff6801 0%,#ff8431 50%,#ff6801 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6801', endColorstr='#ff6801',GradientType=0 ); /* IE6-8 */
height: 40px;
width: 63px;
top: 8px;
position: relative;
z-index: 1000;

}



 .arancio {
     		width:63px;
     		height:40px;

    background-image:url('../immagini/menu_r1_c4.png');
    background-position: left top;
    background-repeat: no-repeat;
    top: 8px;
position: relative;
  }

.arancio li {
width: auto;
float: none;
list-style: none;
padding: 0 10px; position: relative; left:0px;
display: block;
}
.arancio a {margin:0; padding:0;}
.arancio li:hover {
background-color: rgba(255, 255, 255, 0.4);
}

.phoneNO {
background: #0e8bc3;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #0e8bc3 0%, #43a7d5 50%, #0e8bc3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e8bc3), color-stop(50%,#43a7d5), color-stop(100%,#0e8bc3));
background: -webkit-linear-gradient(top, #0e8bc3 0%,#43a7d5 50%,#0e8bc3 100%);
background: -o-linear-gradient(top, #0e8bc3 0%,#43a7d5 50%,#0e8bc3 100%);
background: -ms-linear-gradient(top, #0e8bc3 0%,#43a7d5 50%,#0e8bc3 100%);
background: linear-gradient(to bottom, #0e8bc3 0%,#43a7d5 50%,#0e8bc3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e8bc3', endColorstr='#0e8bc3',GradientType=0 );
height: 40px;
width: 130px;
top: 8px;
position: relative;

}


.phone {width:130px;
     		height:40px;

    background-image:url('../immagini/menu_r1_c6.png');
    background-position: left top;
    background-repeat: no-repeat;
    top: 8px;
position: relative;
z-index: 1000;

}

.phone img{ position: relative; top:2px;}

.pagetitle {
font-size: 1.17em !important;
font-weight: bold !important;
color: black !important;
margin-top: 0 !important;
padding-right: 15px !important;
padding-left: 15px !important;
font-family: Arial, Helvetica, sans-serif !important;
}


section table {
width: 100% !important;
}




/* FORM STYLE */


button[type="reset"] {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7e7e7e), color-stop(1, #595959) );
	background:-moz-linear-gradient( center top, #7e7e7e 5%, #595959 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e7e7e', endColorstr='#595959');
	background-color:#7e7e7e;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:38px;
	line-height:30px;
	width:112px;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 7px #000000;
	border: 1px outset rgb(95, 93, 93);letter-spacing: 1px;
	
}
button[type="reset"]:hover  {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #595959), color-stop(1, #7e7e7e) );
	background:-moz-linear-gradient( center top, #595959 5%, #7e7e7e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#7e7e7e');
	background-color:#595959;
	
}button[type="reset"]:active  {
	position:relative;
	top:1px;
}

input.button[type="reset"] {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7e7e7e), color-stop(1, #595959) );
	background:-moz-linear-gradient( center top, #7e7e7e 5%, #595959 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e7e7e', endColorstr='#595959');
	background-color:#7e7e7e;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:38px;
	line-height:30px;
	width:112px;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 7px #000000;
	border: 1px outset rgb(95, 93, 93);letter-spacing: 1px;
	
}

button[type="submit"], input[type="submit"], input[type="button"]  {
	/*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00d219), color-stop(1, #04a601) );
	background:-moz-linear-gradient( center top, #00d219 5%, #04a601 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d219', endColorstr='#04a601');
	background-color:#00d219;
*/
border-color: #7f000e;
color: #fff;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0 1px 2px rgba(0,0,0,0.05);
background-color: #e2001a;
background-image: -webkit-linear-gradient(top,#e2001a,#a10003);
background-image: -moz-linear-gradient(top,#e2001a,#a10003);
background-image: -o-linear-gradient(top,#e2001a,#a10003);
background-image: -ms-linear-gradient(top,#e2001a,#a10003);
background-image: linear-gradient(top,#e2001a,#a10003);
filter: progid:DXImageTransfo

	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:38px;
	line-height:30px;
	width:112px;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 7px #000000;
	border: 0px outset rgb(95, 93, 93);
	text-transform:uppercase; letter-spacing: 1px;
	border: 1px solid #027067;
display: inline-block;
padding: 4px 10px;
margin-bottom: 0;
font-size: 13px;
line-height: 18px;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
cursor: pointer;
margin-left: .3em;
font-family: Trebuchet MS,Verdana;
border:0px;
}
button[type="submit"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background-position: 0 -575px;
	
}
button[type="submit"]:active, input[type="submit"]:active, input[type="button"]:hover {
	position:relative;
	top:1px;
}



.form-horizontal {
border: 1px solid rgb(224, 224, 224);
background: #ffffff; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-8 */


}
fieldset {
position: relative;
display: block;
border: 0 solid white;
background-image:url(../immagini/bg-field_03.png);
background-position:right bottom;
background-repeat:no-repeat;
}



.controls {
width: 48%;
height: 30px;
padding: 1%;
float: left;
position: relative;
}
#recaptcha_widget_div {
margin-left: 3%;
}
input, input[type="text"], input[type="password"]{
height: 20px;
width: 90%;
padding: 1px;
line-height: 20px;
border: 1px solid rgb(202, 202, 202);
margin: 0;
border-radius: 0;
background-color: #FFF;
}
.control-group {
width: 95%;
position: relative;
display: block;
float: left;
padding: 5px 10px;
}
/* form {
background: #ffffff; 

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); 

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); 

background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); 

background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); 

background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); 

background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); 

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); 

} */


input[type="checkbox"] {
/*-webkit-appearance: checkbox;
box-sizing: border-box;*/
border:0;
/*height:15px;*/
position: relative; 
width:inherit;
background-color: none;
height:auto;
width:14px;
}
/*
input[type=checkbox].css-checkbox {
							display:none;
						}

						input[type=checkbox].css-checkbox + label.css-label {
							padding-left:30px;
							height:23px; 
							display:inline-block;
							line-height:23px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:23px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 -23px;
						}
						
						label.css-label {
				background-image:url(../immagini/check.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
			
			.css-label {
			font-size: 12px !important;
}
	*/				
					
					span.ocra {
					color: #ec8b06;
font-weight: bold;
background-color: transparent;
background: transparent;
font-size: x-large;
position: static;
					}

					span.cyan {
color: #ec8b06;
font-weight: bold;
background-color: transparent;
background: transparent;
font-size: x-large;
position: static;
}
					
select.custom {
background: white;
-webkit-appearance: inherit;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
font: -webkit-small-control;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
color: #ACADAD;
height: 20px;
width: 90%;
padding: 1%;
line-height: 20px;
border: 1px solid rgb(202, 202, 202);
margin: 0 0%;
align-items: center;
box-sizing: content-box;
white-space: normal;
background-image:url(../immagini/arrow-dx_03.jpg);
background-position: right top;
background-repeat:no-repeat;

}







/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	top: 110px;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	letter-spacing: 1px;
	height:96px;
	overflow: hidden;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	left: 0px;
/*	border: solid #fff 5px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	background: #fff;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



span.cyan {
color: #2a9acd;
font-weight: bold;
background-color: transparent;
background: transparent;
font-size: x-large;
position: static;
}
					
				fieldset.wrp	span.cyan {
font-weight: normal;
font-size: large;
}
.show-grid {
margin-bottom: 0px;
}
.show-gridy {
margin-bottom: 8px;
}
.show-left {
float: left;
width: 289px;
height:265px;
}
.show-right {
float: right;
width: 289px;
height:265px;
}

i {
width: 48px;
height: 35px;
position: relative;
background-repeat: no-repeat;
background-image: url(../immagini/icone_03.png);
display: block;
float: left;
margin: 5px 10px;
}

i.one {
background-position: -14px -90px;
}
i.two {
background-position: -14px -46px;
}
i.third {
background-position: -14px -7px;
}
i.four {
background-position: -14px -174px;
}
i.five {
background-position: -14px -221px;
}
i.six {
background-position: -14px -265px;;
}


i.searcher {
width: 25px;
height: 25px;
position: relative;
background-repeat: no-repeat;
background-image: url(../immagini/icone.png);
display: block;
float: left;
margin: 5px 0px;
}

i.searcher.one {
background-position: -0px -0px;
}
i.searcher.two {
background-position: -23px -0px;
}
i.searcher.third {
background-position: -76px -0px;
}
i.searcher.four {
background-position: -48px -0px;
}


i.scheda {
width: 15px;
height: 15px;
position: relative;
background-repeat: no-repeat;
background-image: url(../immagini/scheda.png);
display: block;
float: left;
margin: 0px;
}

i.scheda.one {
background-position: -16px -0px;
}
i.scheda.two {
background-position: -0px -0px;
}
i.scheda.third {
background-position: -31px -0px;
}
i.scheda.four {
background-position: -0px -0px;
}


.riuniti #area_1, .riuniti  #area_2, .riuniti #area_3, .riuniti #area_12, .riuniti #area_22, .riuniti #area_32 {
width: 33%;
float: left;
}
.sistema button[type="submit"], .sistema input[type="submit"], .sistema input[type="button"] {
height: 25px;
font-weight: normal;
line-height: 25px;
font-size: 12px;
}

select {
background-color: #FFFFFF;
height:20px;
}
#btn_del {
	text-align:right;
}

.ex_row {
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
border: 1px solid rgb(224, 224, 224);
color: #ff6700;
font-size: 13px;
padding-top: 16px;
height: 30px;
line-height: 30px;
margin-bottom: 10px;
}
.jdpicker_w {position:relative;}
.date_selector {
position: absolute !important;
top: 0px !important;
left: 0px !important;
}

h4 {
color: #ff6700;
font-size: 13px;
padding-top: 16px;
}

textarea {
max-width: 170px;
width: 170px;
max-height: 136px;
border: 1px solid rgb(202, 202, 202);
border-radius: 0;

}

.aggiusta td {
width: 50%;
}

.aggiusta td select {
width: 42%;
float: left;
}

form fieldset:nth-child(3) {
/*border-right:0px; */
margin-right:0px;
}	
form fieldset:nth-child(4) {
border-left:0px;
}				
						fieldset.wrp p {padding:0px; margin:0px;font-size: 11px;
font-weight: bold;}
					fieldset.wrp {
position: relative;
display: block;
border: 0 solid white;
background: #ffffff; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #ffffff 60%, #f0f0f0 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 60%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 60%,#f0f0f0 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 60%,#f0f0f0 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 60%,#f0f0f0 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-8 */

border: 1px solid rgb(224, 224, 224);
}


.sfondofieldset{
	position: relative;
display: block;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #ffffff 60%, #f0f0f0 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 60%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 60%,#f0f0f0 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 60%,#f0f0f0 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 60%,#f0f0f0 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-8 */

border: 1px solid rgb(224, 224, 224);

padding:5px;
margin-bottom: 15px;
}

.clear{clear:both; height:0; margin: 0; padding: 0;}
span.cyan {
font-weight: bold;
font-size: larger;
color:#2a9acd;
}
.row {
 /* margin-left: -15px;
  margin-right: -15px;
  */
}
.row:before,
.row:after {
 /* content: " ";
  display: table;*/
    clear: both;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
 padding-left: 7px;
padding-right: 5px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
  display: inline;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
     display: inline;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
     display: inline;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
   .col-md-0 {
    width: 5.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
     display: inline;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.user_menu {
padding: 5px;
background-color: #2a9acd;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
color:#FFF;
position:absolute; top:-70px; left:225px;
width:550px;

}

.user_menu a {
padding: 0 5px;
font-size: 13px;
}
.user_data {
color:#ff6700;
margin-bottom:15px;
}
.head_row {
background-color: #04bbfd; /* Old browsers */ 
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0YmJmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc4YjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #04bbfd 0%, #0078b6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04bbfd), color-stop(100%,#0078b6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #04bbfd 0%,#0078b6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #04bbfd 0%,#0078b6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #04bbfd 0%,#0078b6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #04bbfd 0%,#0078b6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04bbfd', endColorstr='#0078b6',GradientType=0 ); /* IE6-8 */
color: #fff;
}

.floatleft{float:left; font-size: 14px;}

.head_content {
background-color: #CFF1FE;
color: #2a9acd;
height: 40px;
padding-top: 20px;
border-bottom: 1px solid #2a9acd;
}

.menu_basso_lista {
background: #ff6700;
padding: 3px 10px;
color: white;
font-size: 13px;
margin-top:30px;
background: #04bbfd;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #04bbfd 0%, #0078b6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04bbfd), color-stop(100%,#0078b6));
background: -webkit-linear-gradient(top, #04bbfd 0%,#0078b6 100%);
background: -o-linear-gradient(top, #04bbfd 0%,#0078b6 100%);
background: -ms-linear-gradient(top, #04bbfd 0%,#0078b6 100%);
background: linear-gradient(to bottom, #04bbfd 0%,#0078b6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04bbfd', endColorstr='#0078b6',GradientType=0 );
color: #fff;


}
.menu_basso_lista a {
padding: 2px;
}

.icona_col {
background-color: #2a9acd;
color: white;
padding: 1px 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;

}

.per_select {
width:100%;
display: block;
}

.per_select select[size], select[multiple], select[size][multiple]{

background: white;
-webkit-appearance: inherit;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
font: -webkit-small-control;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
color: #ACADAD;
/* height: 15px; line-height: 15px;background-image:url(../immagini/arrow-dx_03.jpg);*/
width: 95%;
padding: 1%;

border: 1px solid rgb(202, 202, 202);
margin: 0 0%;
align-items: center;
box-sizing: content-box;
white-space: normal;

background-position: right top;
background-repeat:no-repeat;

}
/*
.borgo select {
background: white;
-webkit-appearance: inherit;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
font: -webkit-small-control;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
color: #ACADAD;
 height: 20px; 
 line-height: 20px;
 background-image:url(../immagini/arrow-dx_03.jpg);
width: 95%;
padding: 1px;
border: 1px solid rgb(202, 202, 202);
margin: 0 0%;
align-items: center;
box-sizing: content-box;
white-space: normal;
background-position: right top;
background-repeat:no-repeat;

}*/

.radio_layout input[type="radio"] {
width: inherit;
line-height: 20px;
}

input[type="radio"] {
	background-color: transparent;
}


input[type="radio"] {
width: inherit;
line-height: 20px;
}

.ordina {
background-image: url(../immagini/frecce_03.png);
background-position: right 3px;
background-repeat: no-repeat;
}

.ordina a {
width: 100%;
height: 100%;
display: block;
}

.header_offers {
display: block;
color: #00d219;
background: white;
padding: 10px 0;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
border-bottom: 2px solid #00d219;
font-size: 15px;
font-weight: 100;
text-shadow: 1px 1px 3px rgb(170, 177, 180);
letter-spacing: 1px;
background-image: url(../immagini/camion.png);
background-position: 550px top;
background-repeat: no-repeat;

}

.table_one {
border-bottom: 1px solid rgb(219, 219, 219);
line-height: 25px;
}

#button2 {
cursor: pointer;
float: left;
position: relative;
top: 3px;
z-index: 9;
}

#toggle {
display: block; 
height: auto;  padding-bottom: 10px;
}

.toggle {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00d219), color-stop(1, #04a601) );
	background:-moz-linear-gradient( center top, #00d219 5%, #04a601 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d219', endColorstr='#04a601');
	background-color:#00d219;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	width: 100%;
line-height: 30px;
text-align: center;
border: 1px solid white;
background-image: url(../immagini/camion-w.png);
background-position: 15px 5px;
background-repeat:no-repeat;

}


.testog {font-size: 14px; color:#999; font-weight: lighter;}


a.last {
border-right: 0;
background: none !important;
background-image: transparent !important;
}

nav.menu-servizi a.last:hover {
background-color: rgba(255, 255, 255, 0.4) !important;
}
