/* IMPORT FONTS AND JQUERY START */

@import url("../libs/jquery-ui/jquery-ui.css");


@font-face {
    font-family: 'TungstenMedium';
    src: url('../font/Tungsten_OpenType/tungsten-medium.eot');
    src: url('../font/Tungsten_OpenType/tungsten-medium.eot') format('embedded-opentype'),
         url('../font/Tungsten_OpenType/tungsten-medium.woff') format('woff'),
         url('../font/Tungsten_OpenType/tungsten-medium.ttf') format('truetype'),
         url('../font/Tungsten_OpenType/tungsten-medium.svg#TungstenMedium') format('svg');
}

@font-face {
    font-family: 'TungstenSemibold';
    src: url('../font/Tungsten_OpenType/tungsten-semibold.eot');
    src: url('../font/Tungsten_OpenType/tungsten-semibold.eot') format('embedded-opentype'),
         url('../font/Tungsten_OpenType/tungsten-semibold.woff') format('woff'),
         url('../font/Tungsten_OpenType/tungsten-semibold.ttf') format('truetype'),
         url('../font/Tungsten_OpenType/tungsten-semibold.svg#TungstenSemibold') format('svg');
}

@font-face {
    font-family: 'WhitneyBook';
    src: url('../font/Whitney_OpenType/whitney-book-pro.eot');
    src: url('../font/Whitney_OpenType/whitney-book-pro.eot') format('embedded-opentype'),
         url('../font/Whitney_OpenType/whitney-book-pro.woff') format('woff'),
         url('../font/Whitney_OpenType/whitney-book-pro.ttf') format('truetype'),
         url('../font/Whitney_OpenType/whitney-book-pro.svg#WhitneyBook') format('svg');
}

@font-face {
    font-family: 'WhitneyMedium';
    src: url('../font/Whitney_OpenType/whitney-medium-pro.eot');
    src: url('../font/Whitney_OpenType/whitney-medium-pro.eot') format('embedded-opentype'),
         url('../font/Whitney_OpenType/whitney-medium-pro.woff') format('woff'),
         url('../font/Whitney_OpenType/whitney-medium-pro.ttf') format('truetype'),
         url('../font/Whitney_OpenType/whitney-medium-pro.svg#WhitneyMedium') format('svg');
}

@font-face {
    font-family: 'WhitneyBold';
    src: url('../font/Whitney_OpenType/whitney-bold-pro.eot');
    src: url('../font/Whitney_OpenType/whitney-bold-pro.eot') format('embedded-opentype'),
         url('../font/Whitney_OpenType/whitney-bold-pro.woff') format('woff'),
         url('../font/Whitney_OpenType/whitney-bold-pro.ttf') format('truetype'),
         url('../font/Whitney_OpenType/whitney-bold-pro.svg#WhitneyBold') format('svg');
}

/* IMPORT FONTS AND JQUERY END */

/* GENERAL START */

body { 
    color: #646464;
    /*background:none transparent;*/
}

.ui-body-c, .ui-dialog.ui-overlay-c {
    text-shadow: 0 0px 0 white;
}

.left { 
    float: left;
}

.right { 
    float: right;
}

.clear { 
    clear: both;
}

a  { 
    color: #fff!important;
    text-decoration: none;
}

h1 { 
    font-family: 'TungstenSemibold';
    font-size: 63px;
    line-height: 44px;
    color: #646464;
    letter-spacing: -2px;
    margin: 10px 0px 10px 6px;
    font-weight: normal;
}

p { 
    font-family: 'WhitneyBook';
    font-size: 16px;
    color: #646464;
}

hr { 
    margin: 0px;
    border: 0px;
    border-top: 1px solid  #aaa796;
    border-bottom: 1px solid #fcfaf5; 
}

.container {
    width: 960px;
    margin: 0px auto;
}

.row {
    height: 54px;
    width: 960px;
    position: absolute;
    z-index: 1;
}

.credits {
    font-family: 'WhitneyBook';
    font-size: 10px;
    margin: 19px 0 0 6px;
}

.menu ul {
    margin:8px 0 8px 36px;
    padding: 0px;
}

.menu li, .menu_2 .compare, .menu_2 .province {
    display: inline-block;
    font-family: 'TungstenMedium';
    font-weight: normal !important;
    font-size: 22px;
    color: #fff;
    background-color: #aaa795;
    border-radius: 3px;
    padding: 4px 10px;
    margin: 0px 15px;
    cursor: pointer;
}

.menu_2 .compare {
   margin: 15px 0 0 115px;
}

.menu_2 .province {
    margin: 15px 0 0 105px;
    width: 168px;
}

.menu .active, .menu_2 .active {
    background-color: #6bdac6;
}

.row .legend_general {
    background: url("../images/legend.png");
    width: 294px;
    height: 46px;
    margin: 2px 0 0 10px;
}

.col_1 {
    position: absolute;
    margin-top: 54px;
    width: 336px;
    z-index: 2;
}

.col_2 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.col_3 {
    width:455px;
    height:600px;
    padding-top: 90px;
}

.col_4 {
    padding-top: 90px;
    margin-right: 30px;
}

.txt {
    margin: 10px 6px 30px 6px;
    width: 270px;
}

.txt_2 {
    margin:  20px 6px;
}

/* GENERAL END */

/* APP GENERALE START */

#hitarea {
    position:absolute;
    width:990px;
    height:780px;
    cursor: pointer;
}

.ind_title {
    font-family: 'TungstenSemibold';
    font-size: 22px;
    color: #646464;
}

input.ui-slider-input{
    display: none;
}

.sliderlabel{
    font-family: 'TungstenMedium';
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
    color: #fff;
    background-color: #aaa795;
    border-radius: 3px;
    padding: 4px 10px;
    height: 20px;
    width: 128px;
    cursor: pointer;
}

#slider1, #slider2, #slider3, #slider4, #slider5, #slider6 {
    margin: 12px 0;
    height: 28px;
}

.ui-field-contain div.ui-slider {
    width: 150px !important;
    height: 7px !important;
}

.ui-btn-down-a {
    background: #d1cebe;
    font-weight: bold;
    color: white;
    text-shadow: 0 -1px 1px black;
    background-image:none;
    border: 0px;
}

.ui-btn-up-b {
    border: 0px ;
    background: #fff;
    font-weight: bold;
    color: white;
    text-shadow: 0 -1px 1px #145072;
    background-image:none;
}

div.ui-slider {
    margin: -4px 0;
    top: -7px;
}

.plus_minus{
    font-family: 'TungstenSemibold';
    font-size: 18px;
    display: inline-block;
    color: #aaa796;
    padding: 0 4px;
}

.controllers_bottom{
    height: 28px;
    margin: 10px 0 26px 0;
}

.arrow_left{
    margin-top: 8px;
    background: url("../images/arrow_left.png");
    width: 12px;
    height: 11px;
}

.ball{
    margin: 9px 5px;
    width: 8px;
    height: 8px;
    background:#fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 0px 2px rgba(0, 0, 0, .3);
}

.arrow_right{
    margin-top: 8px;
    background: url("../images/arrow_right.png");
    width: 12px;
    height: 11px;
    margin-right: 18px;
}

.resetBtn{
    border-radius: 3px;
    height: 20px;
    width: 128px;
    font-family: 'TungstenMedium';
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #6bdac6;
    padding: 4px 10px;
    margin-right: 8px;
    cursor: pointer;
}

/* TOOLTIP GENERALE START */

.tooltip-index{
    background-image: url("../images/tooltip_index.png");
    background-repeat: no-repeat;
    height: 234px;
    width: 242px;
    background-color: transparent;
    z-index: 10000;
    padding: 10px;
}

#nomeProvincia{
    font-family: 'WhitneyBold';
    font-size: 18px;
    color: #555;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 6px;
}

#ranking_container{
    width: 72px;
    margin-right: 5px;
}

#rankingProvincia{
    font-family: 'TungstenMedium';
    font-size: 80px;
    color: #000;
    text-align: center;
    height: 80px;
}

.position{
    font-family: 'TungstenMedium';
    font-size: 20px;
    color: #555;
    text-align: center;
}

.indicatori_values{
    font-family: 'TungstenMedium';
    font-size: 16px;
    color: #646464;
    border-left: 1px solid #e6e6e6;
    padding: 15px 3px 0;
    margin-top: 6px;
    text-align: center;
}

.indicatore_value{
    margin-bottom: 11px;
}

.indicatori_box{
    margin-top: 6px;
    padding-bottom: 8px;
    border-left: 1px solid #e6e6e6;
}

.indicatoreprovincia{
    background-color:#6ddac7;
    height:10px;
    margin-bottom:2px;
}

.gen_indicatori_label{
    font-family: 'WhitneyMedium';
    font-size: 10px;
    color: #646464;
    padding: 3px 0 0px 3px;
}

.indicatore_container{
    height: 15px;
}

.tooltip_index_scale{
    background-image: url("../images/tooltip_index_scale.png");
    width: 136px;
    height: 21px;
    background-position-x: -1px;
    background-repeat: no-repeat;
    margin-top: -9px;
}

/* TOOLTIP GENERAL END */

/* TOOLTIP INDICATORI START */

.tooltip-index2{
    background-color: transparent;
    background-image: url("../images/tooltip_index2.png");
    background-repeat: no-repeat;
    padding: 7px 10px;
    height:76px;
    width:215px;
    z-index: 99999999;
}

.tooltip-index2 #nomeProvincia {
    font-size: 16px;
    padding-bottom: 5px;
}

.posizione_label, .punti_label  {
    margin-top: 1px;
    font-family: 'WhitneyMedium';
    font-size: 12px;
    color: #646464;
}

.posizione_value, .punti_value {
    margin:0 6px 0 3px;  
    font-family: 'TungstenMedium';   
    font-size: 18px;
}

#microchart {
    margin-top: 3px;
    height: 40px;
    width: 210px;
    position: absolute;
}

/* TOOLTIP INDICATORI END */

/* APP GENERALE END */

/* APP INDICATORI START */

#prevIndicatore {
    width: 32px;
    height: 32px;
    background: #6bdac6 url("../images/prev.png") no-repeat center center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
    z-index: 10;
    cursor: pointer;
}

#indicatore_name{
    color: #646464;
    font-family: 'TungstenSemibold';
    font-size: 26px;
    text-align: center;
    width: 260px;
    margin-bottom: 20px;
}

#nextIndicatore {
    width: 32px;
    height: 32px;
    background: #6bdac6 url("../images/next.png") no-repeat center center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
    z-index: 10;
    cursor: pointer;
}

.indicatore_label {
    color: #aaa796;
    font-family: 'TungstenMedium';
    font-size: 18px;
    padding: 4px 0;
}

#indicatori{
    margin-top: 5px;
    padding-bottom: 24px;
}

#statistica_1, #statistica_2, #statistica_3,
#statistica_4, #statistica_5, #statistica_6{
    color:#646464;
    font-family: 'WhitneyMedium';
    text-shadow: none;
    font-size:16px;
    line-height: 16px;
    margin: 5px 0;
    width: 280px;
}

#punti_1, #punti_2, #punti_3,
#punti_4, #punti_5, #punti_6{
    font-family: 'TungstenMedium';
    font-size: 32px;
    text-align: right;
    width: 40px;
}

#valore_1, #valore_2, #valore_3, 
#valore_4, #valore_5, #valore_6{
    width: 52px;
    color:#646464;
    font-family: 'TungstenMedium';
    font-size: 20px;
    line-height: 15px;
    margin-bottom: 6px;
}

.indicatoreprovincia{
    height: 15px;
    position: absolute;
    z-index: 2;
}

.indiceBG{
    background-image: url("../images/bg-barra.png");
    background-repeat: repeat-x;
    height: 15px;
    position: absolute;
    z-index: 1;
}

.avg {
    height:15px;
    border-width:2px;
    border-right-color:#EE9263;
    border-right-style: solid;
    position: absolute;
    z-index: 100;    
}

/* INDICATORI END */

/* PROVINCE START */

#provinceList select {
    border-radius: 3px;
    padding: 3px 3px 3px 10px;
    color: #646464;
    font-family: 'TungstenSemibold';
    font-size: 22px;
    text-transform: uppercase;
    margin: 15px 0 0 105px;
    width: 188px;
    cursor: pointer;
}

#provinceDetail{
    height: 90px;
    margin-left:6px;
}

#provinceName, .provName{
    color: #646464;
    font-family: 'WhitneyBold';
    font-size: 28px;
    line-height: 20px;
    height: 28px;
    margin: 0 0 15px 0;
}

.provName{
    margin: 0 0 15px 0;
}

.puntiLabel, .posizioneLabel{
    color: #aaa796;
    font-family: 'TungstenMedium';
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    font-style: normal;
    text-align: center;
    border-bottom: 1px solid #646464;
    padding-bottom: 8px;
    margin-right: 18px;
}

#provincePunti, #provincePosizione, 
.rankChartIndex, .rankChartPunti{
    color: #646464;
    font-family: 'TungstenMedium';
    font-size: 64px;
    line-height: 46px;
    text-align: left;
    margin-right: 15px;
}

#provincePunti, .rankChartPunti{
    width: 110px;
}

#provincePosizione, .rankChartIndex{
    width: 50px;
}

.sep{
    background: #646464;
    width: 1px;
    height: 48px;
    margin-right: 15px;
}

#nomiIndicatoriContainer{
    position: absolute;
    z-index: 1;
    margin: 30px 0 0 25px;
}

.indicatoreButton {
    color: #646464;
    clear: both;
    float: right;
    height: 22px;
    width: 189px;
    margin-bottom: 1px;
    padding: 5px 10px 0 0;
    text-align: right;
    font-family: 'TungstenMedium';
    line-height: 17px;
    text-transform: uppercase;
    font-size:20px;
    background: none!important;
    border-bottom: 1px solid #aaa796;
    cursor: pointer;
}

.arcchart{
    position: absolute;
} 

#details_bottom {
   margin-top: 45px;
}

#provinceAbitanti{
    color: #646464;
    font-family: 'TungstenMedium';
    font-size: 99px;
    line-height: 80px;
    text-align: left;
    width: 220px;
    height: 80px;
    margin-right: 45px;
}

#provinceAbitanti_label{
    color: #646464;
    font-family: 'WhitneyBook';
    font-size: 18px;
    text-align: left;
    width: 220px;
    height: 80px;
}

.pointMapReference {
    background-image: url("../images/map_it.png");
    width: 109px;
    height: 128px;
    margin-right: 45px;
}

.provinceRegione,
.provinceCapoluogo,
.provinceSuperficie,
.provinceDensita,
.provinceTarga{
    color: #646464;
    font-family: 'WhitneyMedium';
    font-size: 15px;
    height: 26px;
}

#provinceRegione,
#provinceCapoluogo,
#provinceSuperficie,
#provinceDensita,
#provinceTarga{
    color: #646464;
    font-weight: bold;
    line-height: 21px;
}

.text{
    fill: #aaa796;
    font-size:13px;
    padding-right:5px;
    font-family: 'WhitneyMedium';
}

/* PROVINCE END */

/* COMPARE START */

#compareItemA {
    width: 480px;
    margin-top: 90px;
}

#compareItemB {
    width:480px;
    margin-top: 90px;
}

.compareTop{
    height: 470px;
    margin-left: 6px;
}

.indicatoriTop{
    width:324px;
    margin-bottom:3px;
    margin: 0px auto;
}

.indicatoriTop #nextIndicatore, .indicatoriTop #prevIndicatore {
    margin-bottom:10px;
}

.rankChart {
    font-family: 'TungstenMedium';
    font-size: 64px;
    height: 80px;
    margin-left: 6px;
}

.rankChartIndex, .rankChartPunti {
    float: left;
}

#compareItemA .arcchart, #compareItemB .arcchart {
    margin: 50px 0 0 60px;
}

.indicatoriBtns{
    margin:77px 0 0 85px;
    position: absolute;
    z-index: 1;
}

#compareItemA .indicatoreButton, #compareItemB .indicatoreButton {
    float: none;
    width: 136px;
    height: 18px;
    padding: 2px 10px 0 0;
    margin-bottom: 0px;
}

.provinceList{
    margin-left: 30px;
} 

#compareItemA .panel, #compareItemB .panel {
    width: 324px;
    margin: 0px auto;
}

.panelItemLabel {
    font-family: 'WhitneyMedium';
    font-size:16px;
    float: left;
    width: 280px;
    height: 37px;
    margin-bottom: 5px;
}

.panelItemValue {
    font-size: 20px;
    text-align: left;
    font-family: 'TungstenMedium';
    float: left;
    margin-top: -3px;
}

.panelItemPunti {
    float: right;
    font-size: 30px;    
    font-family: 'TungstenMedium';
}

.panelItemBarBg {
    position: absolute;
    background-image: url("../images/bg-barra.png");
    background-repeat: repeat-x;
    height: 15px;
    margin-left: 52px;
    z-index: 0;
}

.panelItemBarValue {
    position: absolute;
    height:15px;
    margin-left: 52px;
    z-index: 1;
}

.panelItemBarAvg {
    position: absolute;
    height:15px;
    margin-bottom:2px;
    border-width:2px;
    border-right-color:#EE9263;
    border-right-style: solid;
    margin-left: 52px;
    z-index: 2;
}

/* COMPARE END */

/* CHROME FRAME START */

.frame {
   width: 989px;
   height: 180px;
   position: fixed;
   left:50%;
}

/* CHROME FRAME END */