/*
 FusionCharts JavaScript Library
 Copyright FusionCharts Technologies LLP
 License Information at <http://www.fusioncharts.com/license>
*/
/* Common CSS Styles section begins */

body {
    background: #FFFFFF;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clearboth {
    clear: both;
}
/* Common CSS Styles section ends */

#wrapper {
    width: 100%;
    margin: 0 auto;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    padding: 0;
}
#container {
    padding: 0;
    background: #F1EFEB;
	overflow-x: hidden;
	/* width: 325px;
	height: 653px; */
    height: 100vh;
}
/* Navigation section starts */

.navContainer {
    width: 275px;
    height: 100%;
    position: fixed;
    top: 0;
    /*z-index: 1000;*/

    background-color: #38454E;
    left: -275px;
    overflow-y: scroll;
}
.navContainer .navBody {
    padding: 0px 20px 0px 18px;
}
.navContainer .navBody .logoContainer {
    border-bottom: 1px solid #747D84;
    width: 100%;
    color: #89BF4F;
    padding: 10px 0;
}
.navContainer .navBody .logoContainer .logo {
    background: url('../img/logo.png');
    background-repeat: no-repeat;
    width: 109px;
    height: 41px;
    margin: 0 auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .navContainer .navBody .logoContainer .logo {
        background-image: url("../img/logo@2x.png");
        background-size: 109px 41px;
    }
}
.filterContainer {
    margin-top: 33px;
    position: absolute;
    right: 25px;
    width: 20px;
}
#filterIcon {
    cursor: pointer;
    position: absolute;
}
#filterSelect {
    opacity: 0;
    width: 25px;
    position: absolute;
    left: 0;
}
.navContainer .navBody .profile {
    text-align: center;
    padding: 30px 0px;
}
.navContainer .navBody .profile .avatar {
    text-align: center;
    border-radius: 50%;
}
.navContainer .navBody .profile .name {
    color: #FFF;
    font-size: 26px;
    letter-spacing: 2px;
    /*font-weight: 600;*/

    margin: 24px 0 0 0;
}
.navContainer .navBody ul.navLinks {
    text-align: left;
    color: #fff;
    letter-spacing: 2px;
}
.navContainer .navBody ul.navLinks li {
    padding: 14px;
    cursor: pointer;
}
.navContainer .navBody ul.navLinks li div.sprite {
    display: inline-block;
    margin-right: 13px;
    position: relative;
    top: 2px;
}
.navContainer .navBody ul.navLinks li.active {
    background-color: #424F58;
    border-top: 1px solid #747D84;
    border-bottom: 1px solid #747D84;
}
.navContainer .navFooter {
    background-color: #1D2228;
    width: 275px;
    color: #A0AEBB;
    letter-spacing: 1px;
    padding: 20px 0px;
    font-size: 12px;
    margin-top: 40px;
}
.navContainer .navFooter p {
    margin-left: 20px;
}
.navContainer .navFooter .FCName {
    font-weight: bold;
    margin-top: 3px;
}
/* Navigation ends here */
/* Dashboard Body */

.dashboardBody {
    position: relative;
    left: 0;
    background-color: #fff;
}
.dashboardBody, .navContainer, .dashboardHeader {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dashboardBodyMoveRight {
    left: 275px;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
}
.navOpen {
    left: 0px;
}
.dashboardBody .dashboardHeader {
    background-color: #48A1DD;
    color: #fff;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 1;
    left: 0px;
}
.dashboardBodyMoveRight .dashboardHeader {
    left: 275px;
}
@-moz-document url-prefix() {
    .dashboardBody .dashboardHeader {
        left: inherit;
    }
    .dashboardBodyMoveRight .dashboardHeader {
        left: inherit;
    }
}
.dashboardBody {
    background-color: #E3E7E8;
}
.dashboardBody .headerFiller {
    height: 57px;
}
.dashboardBody .dashboardHeader .title {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 2px;
}
.dashboardBody .dashboardHeader .titleLinks {
    position: relative;
    margin: 14px 0px 22px 0px !important;
}
.dashboardBody .dashboardHeader .dots {
    position: absolute;
    bottom: 9px;
    left: 50%;
    margin-left: -16px;
}
.dashboardBody .dashboardHeader .dots .dot {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-block;
    opacity: 0.5;
}
.dashboardBody .dashboardHeader .dots .dot.active {
    opacity: 1;
}
.dashboardBody .dashboardHeader .titleLinks li {
    display: none;
}
/*.dashboardBody .dashboardHeader .titleLinks li.active {
    display: block;
}*/

.dashboardBody .dashboardHeader .hamburger {
    width: 22px;
    position: absolute;
    left: 10px;
    border-top: 2px solid #fff;
    cursor: pointer;
    z-index: 1;
    top: 22px;
}
.dashboardBody .dashboardHeader .hamburger:after {
    content: "";
    display: block;
    border-top: 2px solid #fff;
    margin-top: 4px;
}
.dashboardBody .dashboardHeader .hamburger:before {
    content: "";
    display: block;
    border-top: 2px solid #fff;
    margin-top: 4px;
}
/* Top MVP Starts here */

.topMVP {
    padding: 30px;
    text-align: center;
    position: relative;
    background-color: #fff;
}
#mvpSlide {
    height: 70px;
}
.mvpList li:last-child .MVP {
    font-size: 30px;
}
.topMVP #left, .topMVP #right {
    cursor: pointer;
    position: absolute;
    top: 50%;
}
.topMVP #left {
    left: 14px;
}
.topMVP #right {
    right: 14px;
}
.topMVP p.topText {
    font-size: 14px;
    color: #5F7583;
}
.topMVP p.MVP {
    font-size: 40px;
    color: #48A1DD;
    font-weight: 500;
    margin-top: 10px;
}

/* Top MVP ends here */

/* Footer section begins */

.footer {
    padding: 14px 0px 23px 0;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 15px;
    width: 100%;
    margin-left: 190px;
}
.footer a {
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #333;
}
/* Footer section ends */


/* component starts here */

.componentContainer {
    background-color: #fff;
    margin-top: 20px;
}
#topPerformersContainer {
    height: 274px;
}
.chartInfo {
    color: #344149;
    margin-top: 10px;
    text-align: center;
    height: 16px;
    font-size: 10px;
}
.componentContainer:nth-of-type(1) {
    margin-top: 0px;
}
.componentContainer .componentHeader {
    color: #556B79;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 14px 0;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    position: relative;
}
.componentContainer .componentHeader .back {
    left: 10px;
    top: 16px;
    position: absolute;
    cursor: pointer;
    display: none;
}
/* Component KPI starts here */

.componentContainer .componentKPIContainer {
    border-bottom: 1px solid #E2E2E2;
    padding: 0 0 30px 20px;
}
.componentContainer .componentKPIContainer .componentKPI {
    display: inline-block;
    width: 40%;
}
.componentContainer .componentKPIContainer .componentKPI {
    display: inline-block;
    width: 40%;
}
.componentContainer .componentKPIContainer .componentKPI .componentKPICaption {
    color: #656565;
}
.componentContainer .componentKPIContainer .componentKPI .componentKPIValue {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
}
.componentContainer .componentKPIContainer .componentKPI .componentKPIValue div.iUp, .componentContainer .componentKPIContainer .componentKPI .componentKPIValue div.iDown {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
/* Component KPI ends here */

.selectionContainer {
    margin: 20px;
}
.selectionContainer .selection {
    background-color: #88BF57;
    color: #fff;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 2px;
    display: inline-block;
}
.selectionContainer .iCompare {
    display: inline-block;
    margin-left: 10px;
}
.selectionContainer .selection:not(:first-child) {
    margin-left: 10px;
}
/* component ends here */
/* Tab starts here */

.tabs {
    font-size: 0px;
}
.tabs li {
    display: inline-block;
    width: 49%;
    font-size: 18px;
    padding: 18px 0;
    text-align: center;
    color: #ADB6BB;
    border-bottom: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
    cursor: pointer;
}
.tabs li.active {
    border-bottom: 0px;
    color: #516A7E;
}
.mapTable {
    width: 100%;
}
.mapTable tr {
    height: 56px;
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
    font-size: 18px;
}
.mapTable tr td {
    vertical-align: middle;
}
.mapTable tr td:first-child {
    width: 50px;
    padding: 0 20px;
}
.mapTable tr td:last-child {
    width: 220px;
    padding-right: 20px;
}
.mapTable tr td:last-child .mapCountryValue {
    float: right;
    text-align: right;
    padding: 10px 10px;
    border-radius: 3px;
    color: #fff;
}
/*.mapTable tr td:last-child:before {
    content: "";
    height: 30px;
    border-left: 1px solid;
    margin-right: 50px;
}*/

.mapTable tr:nth-child(even) {
    background-color: #FFFFFF;
}
/* Sprite */

.sprite {
    background: url('../img/fc-ff-mobile-sprite.png');
    background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .sprite {
        background-image: url("../img/fc-ff-mobile-sprite@2x.png");
        background-repeat: no-repeat;
        background-size: 16px 154px;
    }
}
.iFilter {
    background-position: 0 0;
    width: 16px;
    height: 14px;
}
.iLeft {
    background-position: 0 -94px;
    width: 13px;
    height: 13px;
}
.iRight {
    background-position: 0 -81px;
    width: 13px;
    height: 12px;
}
.iUp {
    background-position: 0 -108px;
    width: 15px;
    height: 16px;
}
.iDown {
    background-position: 0 -125px;
    width: 15px;
    height: 16px;
}
.iCompare {
    background-position: 0 -142px;
    width: 16px;
    height: 12px;
}
.iSummary {
    background-position: 0 -29px;
    width: 15px;
    height: 16px;
}
.iSales {
    background-position: 0 -16px;
    width: 15px;
    height: 12px;
}
.iGeo {
    background-position: 0 -47px;
    width: 15px;
    height: 15px;
}
.iKPI {
    background-position: 0 -64px;
    width: 15px;
    height: 16px;
}
.iMap {
    background-image: url('../img/flags.gif');
    background-repeat: no-repeat;
}
.USA {
    background-position: -726px -176px;
    width: 42px;
    height: 29px;
}
.Mexico {
    background-position: -438px -142px;
    width: 42px;
    height: 29px;
}
.Canada {
    background-position: -102px -176px;
    width: 42px;
    height: 29px;
}
.Brazil {
    background-position: -54px -347px;
    width: 42px;
    height: 29px;
}
.Venezuela {
    background-position: -726px -347px;
    width: 42px;
    height: 29px;
}
.Argentina {
    background-position: -6px -176px;
    width: 42px;
    height: 29px;
}
.Germany {
    background-position: -246px -108px;
    width: 42px;
    height: 29px;
}
.France {
    background-position: -198px -381px;
    width: 42px;
    height: 29px;
}
.UK {
    background-position: -726px -142px;
    width: 42px;
    height: 29px;
}
.Italy {
    background-position: -294px -313px;
    width: 42px;
    height: 29px;
}
.Austria {
    background-position: -6px -279px;
    width: 42px;
    height: 29px;
}
.Denmark {
    background-position: -150px -313px;
    width: 42px;
    height: 29px;
}
.Portugal {
    background-position: -534px -245px;
    width: 42px;
    height: 29px;
}
.Spain {
    background-position: -630px -211px;
    width: 42px;
    height: 29px;
}
.Finland {
    background-position: -198px -347px;
    width: 42px;
    height: 29px;
}
.Sweden {
    background-position: -630px -381px;
    width: 42px;
    height: 29px;
}
.Ireland {
    background-position: -294px -245px;
    width: 42px;
    height: 29px;
}
.Norway {
    background-position: -486px -313px;
    width: 42px;
    height: 29px;
}
.Belgium {
    background-position: -54px -108px;
    width: 42px;
    height: 29px;
}
.Switzerland {
    background-position: -678px -6px;
    width: 42px;
    height: 29px;
}
.Poland {
    background-position: -534px -211px;
    width: 42px;
    height: 29px;
}
