#contenitore{
position: relative;
width: 604px;
margin: 18px auto;
text-align:center;
overflow:hidden;
font: 14px 'Trebuchet MS', sans serif;
}

.left{
float:left;
width:48%;
}
#grafico{
position:relative;
height:300px;
border-left:2px solid #000000;
border-bottom: 2px solid #000000;
width:100%;
margin-top:20px;
}
.riga{
position:absolute;
left:0;
height: 1px;
background-color:gray;
width: 100%;
}
.riga div{
float:left;
margin: -8px 0 0 -40px;
}
.canc{
clear:both;
}
table{
width:60%;
background-color: white;
color: #000;
margin: 1em auto;
}
table caption{
background-color: #D8EED8;
color: #004156;
text-align: left;
}
table tr:nth-child(2n){
background-color: #D8EED8;
}
table tr:nth-child(2n+1){
background-color: #ffffff; /* #BFDFFF;*/
}
table td{
text-align:center;
border-bottom: 1px solid #CDCDCD;
padding: 6px;
}
.column{
position:absolute;
width: 16%;
bottom: 0;
background-color: #003366;
margin-left:5%;
}
div.button {
    margin: 0 auto;
    text-align: center;
    width: 100px;
    background-color:#003366;
    border: 1px solid #003366;
    border-radius: 5px;
    padding: 8px;
    color: #E1E2CF;
    cursor: pointer;
}
.column div{
margin-top:-20px;
height:20px;
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
  font-family: "Open Sans", Arial;
  background: #EDEDED;
}
main {
  width: 500px;
  margin: 10px auto;
  padding: 10px 20px 30px;
  background: #FFF;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
p {
  margin-top: 2rem;
  font-size: 13px;
}
#bar-chart {
  width: 500px;
  height: 300px;
  position: relative;
}
#line-chart {
  width: 500px;
  height: 300px;
  position: relative;
}
#bar-chart::before, #line-chart::before {
  content: "";
  position: absolute;
  display: block;
  width: 240px;
  height: 30px;
  left: 155px;
  top: 254px;
  background: #FAFAFA;
  box-shadow: 1px 1px 0 0 #DDD;
}
#pie-chart {
  width: 500px;
  height: 250px;
  position: relative;
}
#pie-chart::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 115px;
  left: 315px;
  top: 0;
  background: #FAFAFA;
  box-shadow: 1px 1px 0 0 #DDD;
}
#pie-chart::after {
  content: "";
  position: absolute;
  display: block;
  top: 260px;
  left: 70px;
  width: 170px;
  height: 2px;
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
}

<!--new css-->
.market-update-gd {
    padding: 0px;
}
.market-update-gd {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 24%;
}
.climate-grids{width: 23%; margin-left:10px;}
.market-update-block {
    padding: 1em 1em;
}
.market-update-right{width:40px;}
.market-update-right i.fa.fa-file-text-o {
    font-size: 2em;
    width: 60px;
    height: 60px;
    line-height: 1.9em;
    margin-top: 0px;
}
.market-update-right i.fa.fa-eye{
	font-size: 2em;
    width: 60px;
    height: 60px;
    line-height: 1.9em;
     margin-top: 0em;
}
.market-update-right i.fa.fa-envelope-o{
	font-size: 2em;
    width: 60px;
    height: 60px;
    line-height: 1.9em;
    margin-top: 0px;
}
.market-update-left {
    padding-bottom: 0.8em;
}
.market-update-block h3 {
    font-size: 2em;
}
.market-update-block h4 {
    font-size: 1em;
}
.market-update-block.clr-block-1 {
    margin: 0em 0em 1em 0em;
}
.market-update-block.clr-block-2 {
    margin: 0em 0em 1em 0em;
}
.inner-block {
    padding: 8em 2em 4em 2em;
    background: #fafafa;
}
.market-update-block {
    padding: 5px;
    background: #999;
}
.market-update-block h3 {
    color: #fff;
    font-size: 2.5em;
    font-family: 'Carrois Gothic', sans-serif;
}
.market-update-block h4 {
	font-size: 1.2em;
    color: #fff;
    margin: 0.3em 0em;
   font-family: 'Carrois Gothic', sans-serif;
}
.market-update-block p {
    color: #fff;
    font-size: 0.8em;
    line-height: 1.8em;
}
.market-update-block.clr-block-1 {
    background: #68ae00;
    margin-right: 0.8em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  border-radius:4px;
}
.market-update-block.clr-block-2 {
    background:#FC8213;
    margin-right: 0.8em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.market-update-block.clr-block-3 {
    background:#337AB7;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  
}

.market-update-block.clr-block-1:hover {
    background: #3C3C3C;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.market-update-block.clr-block-2:hover {
    background: #3C3C3C;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.market-update-block.clr-block-3:hover {
    background:#3C3C3C;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.market-update-right i.fa.fa-file-text-o {
  background: #fff none repeat scroll 0 0;
  border-radius: 49px;
  color: #68ae00;
  font-size: 37px;
  height: 65px;
  line-height: 1.7em;
  text-align: center;
  width: 65px;
}
.market-update-right i.fa.fa-eye {
     font-size: 37px;
    color:#FC8213;
    width: 65px;
    height: 65px;
    background: #fff;
    text-align: center;
    border-radius: 49px;
    -webkit-border-radius: 49px;
    -moz-border-radius:49px;
    -o-border-radius:49px;
    line-height: 1.7em;
}
.market-update-right i.fa.fa-envelope-o {
     ont-size: 37px;
    color:#337AB7;
    width: 65px;
    height: 65px;
    background: #fff;
    text-align: center;
    border-radius: 49px;
    -webkit-border-radius: 49px;
    -moz-border-radius:49px;
    -o-border-radius:49px;
    line-height: 59px;
}
.market-update-left {
    padding: 0px;
}
.popular-brand {
    margin-top: 2em;
}
.popular-bran-left p {
    font-size: 1em;
}
.popular-follo-left p {
    font-size: 1em;
}
.price-grid {
    margin-bottom: 2em;
    float: left;
    width: 50%;
}
.popular-bran-left {
    padding: 0px;
}
.portlet-grid {
    width: 49%;
}
.map-1 {
    margin-bottom: 2em;
}
.popular-bran-left h3 {
  color: #68ae00;
  font-family: "Carrois Gothic",sans-serif;
  font-size: 1.2em;
  margin-top: 5px;
}
.popular-bran-left h4 {
	font-size: 0.8em;
}
.popular-bran-left h4 {
	font-size: 0.9em;
	color: #FC8213;
}
.popular-bran-left p {
  color: #000;
  font-size: 1em;
  line-height: 26px;
  margin-top: 0.3em;
}
.popular-bran-right {
  background: #fc8213 none repeat scroll 0 0;
  margin-top: -28px;
  min-height: 147px;
  
  padding-top: 3em;
}
.popular-bran-right h3 {
  border: 3px solid #fff;
  border-radius: 62px;
  color: #fff;
  font-family: "Carrois Gothic",sans-serif;
  font-size: 1.55em;
  height: 73px;
  line-height: 2.8em;
  margin: 0 auto;
  text-align: center;
  width: 75px;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 18px;
  color:#fff;
}
.left {
  float: left;
  width:100%;
}
.carousel-control.left {
  background-repeat: repeat-x;
  background-image: none;
}
.carousel-control.right {
  background-image: none;
  background-repeat: repeat-x;
  left: auto;
  right: 0;
}
.carousel-control {
 
  text-align:none;
 width:18%;
  top: 110px;
  
}
.thumbnail {
  border:none;
}
@media(max-width:640px){

    .head-phone {
   
    display: none!important;
}
}

.erp-btn {
color: #fff!important;
    
    font-size: 20px;
    background: #446abc;
    padding: 5px;
    border-radius: 5px;
    padding-top: 4px;
}

