﻿body{min-width: 0 !important;}
.fLeft{float:left;}
.fRight{float:right;}

.mRight{margin-right: 20px;}
.space{width: 100%; display:block; clear: both; height:10px;}

/*.chart{background:url('/EXOR/2014/img/exor_logo_trasp.png') no-repeat center 94px;}*/
.chart {
    position:relative;
}
    .chart::before {
        content: url('../img/EXORlogo_2017.jpg');
        width: 100px;
    height: 100px;
    position: absolute;
    left:calc(50% - 50px);
    top: 40px;
    opacity: 0.2;
    filter: alpha(opacity=30); /* For IE8 and earlier */
    
    
    }

.aumento{color: green;}
.diminuzione{color: red;}

.premium-left-panel {
    float: left;
}
.premium-right-panel, .premium-left-panel {
    width: 280px;
}

.chart-selectors ul {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10;
    background:#fff;
}
ol, ul {
background:#fff;
    list-style: none outside none;
}

.optSelector{width: 280px; float: left;}
.optSelector a{color:#fff !important;}
.chart-selectors .ddl-selected {
    
    background: url("/Exor/2014/img/selector-arrow.png") no-repeat scroll right center;
    background-color: #fff;
    border: 1px solid #C8CCCB;
    cursor: pointer;
    display: block;
    line-height: 30px;
    padding: 0 0px 0 10px;

     }

     .chart-selectors ul {width: 280px;}
     
    .chart-selectors ul li {
    background-color: #FFFFFF;
    border-bottom: 1px solid #C8CCCB;
    border-left: 1px solid #C8CCCB;
    border-right: 1px solid #C8CCCB;
    cursor: pointer;
    display: block;
    line-height: 30px;
    padding: 0 10px;
    width:258px;
    }

     .compare-container div {
    background: url("/exor/2014/IMG/check.off.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    line-height: 22px;
    padding-left: 30px;
    width: 120px;
}

.indicators-container{background-color: #fff; display: block; padding: 8px 0 0 0;}
.indicators-container div{
background: url("/exor/2014/IMG/check.off.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    line-height: 22px;
    height: 22px;
    padding-left: 30px;
    width: 120px;
}

.compare-container{background-color: #fff; display: block; padding: 8px 0 0 0;}
.compare-container div.on {
    background-image: url("/exor/2014/IMG/check.on.png");
}

.indicators-container div.on{
    background-image: url("/exor/2014/IMG/check.on.png");
}