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

body {
    background: #FFFFFF;
}
/* Common CSS helpers begins*/

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clearboth {
    clear: both;
}
.show {
    display: block;
}
.hide {
    display: none;
}
/* Common CSS helpers ends*/

#wrapper {
    font-family: "AvenirLTStd-Light", sans-serif;
    width: 1010px;
    margin: 0 auto;
    background: #FFFFFF;
}
#no-support-message {
    display: none;
}
/* "No support message" to be displayed only in IE6 and IE7 */

.ie6 #no-support-message, .ie7 #no-support-message {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    background: #ffdd22;
    padding: 5px 10px;
    margin-bottom: 12px;
}
#header {
    width: 100%;
    height: 60px;
    background: #0E2429;
    position: relative;
}
#logo-container {
    width: 222px;
    padding: 5px 10px;
    background: #38454f;
    height: 50px;
    cursor: pointer;
}
#logo {
    width: 222px;
    height: 41px;
    background: url("../img/sprite.png") no-repeat 0 0;
}
#menu {
    list-style: none;
    list-style-type: none;
    color: #8CA8A9;
}
#menu li {
    display: inline-block;
    height: 60px;
    padding: 0 0 0 15px;
    float: left;
    cursor: pointer;
}
#menu li:last-child {
    background: #000;
    cursor: default;
}
#menu li:last-child a {
    cursor: default;
}
#menu li a {
    padding: 23px 15px 23px 0;
    display: block;
    float: left;
    text-decoration: none;
    color: #99cccc;
    font-size: 15px;
}
#menu li:hover {
    background: #252525;
}
#menu li:last-child:hover {
    background: #000;
}
#notification-icon {
    background: url('../img/sprite.png') no-repeat 0 -46px;
    width: 17px;
    height: 20px;
    margin-right: 10px;
    margin-top: 20px;
}
#help-icon {
    background: url('../img/sprite.png') no-repeat -23px -46px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 20px;
}
#profile-icon {
    background: url('../img/main-profile.png') no-repeat 0 0;
    width: 32px;
    height: 32px;
    margin-top: 12px;
    margin-right: 10px;
}
#main-container {
    background: #FFFFFF;
    padding: 15px;
    position: relative;
    height: 915px;
    z-index: 0;
}
#sales-container {
    background: #F6F6F6;
    padding: 10px 20px;
    height: 500px;
    margin-bottom: 15px;
}
.chart-title {
    font-family: "AvenirLTStd-Heavy", sans-serif;
    color: #38454f;
    font-size: 15px;
    margin-right: 15px;
    text-transform: uppercase;
}
.ie7 .chart-title, .ie6 .chart-title {
    font-family: "AvenirLTStd-Medium", sans-serif;
    font-size: 14px;
}
.year-label {
    color: #FFFFFF;
    background: #EF8D3B;
    padding: 1px 8px;
    border-radius: 4px;
    font-family: "AvenirLTStd-Light";
    font-size: 13px;
    margin-top: -1px;
}
#back-link {
    color: #43597B;
    font-size: 14px;
    margin: 27px 0 5px 0;
    width: 50px;
    text-decoration: none;
}
.ie7 #back-link, .ie6 #back-link {
    margin-top: 15px;
}
#back-link span {
    display: block;
    float: left;
}
.ie7 #back-link span, .ie6 #back-link span {
    cursor: pointer;
}
#back-arrow {
    font-size: 22px;
    margin-top: -9px;
}
#sales-chart {
    height: 390px;
    width: 100%;
    margin-top: 24px;
}
#copy-chart, #copy-country-chart {
    cursor: pointer;
    margin-top: 3px;
}
#copy-chart:hover > #copy-icon, #copy-country-chart:hover > #copy-icon {
    background: url('../img/sprite.png') no-repeat -121px -46px;
}
#copy-chart:hover > #copy-text, #copy-country-chart:hover > #copy-country-text {
    color: #666;
}
#copy-icon {
    background: url('../img/sprite.png') no-repeat -97px -46px;
    width: 18px;
    height: 10px;
    margin-top: 1px;
}
#copy-text, #copy-country-text {
    font-size: 13px;
    width: 65px;
    margin-left: 5px;
    color: #888;
    float: left;
}
.stats {
    width: 233px;
    padding: 15px 0;
    float: left;
    border-right: 1px dotted #BCBCBC;
    color: #495255;
    text-align: center;
}
.stats:last-child {
    width: 235px;
    border-right: none;
}
.stats .category {
    font-size: 14px;
    margin-bottom: 15px;
    margin-bottom: 15px;
    color: #474f55;
}
.stats .value {
    font-size: 24px;
    font-family: "AvenirLTStd-Heavy", sans-serif;
}
.kpi-month {
    font-family: "AvenirLTStd-Light", sans-serif;
    color: #FFFFFF;
    font-size: 13px;
    background: #0f5a78;
    border-radius: 3px;
    padding: 2px 5px;
    margin-left: 8px;
    vertical-align: middle;
}
.kpi-month.max-units {
    background: #A1B86C;
}
#top-categories-container, #top-countries-container {
    background: #F6F6F6;
    padding: 10px 20px;
    margin-bottom: 15px;
    width: 442px;
    height: 360px;
    position: absolute;
}
#top-categories-container {
    margin-right: 8px;
}
#top-countries-container {
    margin-left: 8px;
    left: 506px;
}
.chart-subcaption {
    color: #647B8D;
    font-size: 14px;
    margin: 27px 0 5px 0;
    display: block;
}
.ie7 .chart-subcaption, .ie6 .chart-subcaption {
    margin-top: 15px;
}
#top-categories-chart {
    height: 300px;
}
#top-countries-chart {
    height: 300px;
    margin-top: 28px;
}
#chart-component {
    width: 648px;
}
#comments-container {
    background: #F6F6F6;
    position: absolute;
    right: 0;
    width: 331px;
    height: 480px;
    padding: 10px 15px 15px 15px;
    border: 0;
    border-left: 1px solid #D2D2D2;
    z-index: 998;
    overflow-y: auto;
}
#comments-title {
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 8px;
    height: 20px;
    font-family: "AvenirLTStd-Heavy", sans-serif;
    color: #38454f;
    font-size: 18px;
}
#comments-body {
    padding: 15px 0 0 0;
}
#mini-chart-container {
    background: #fff;
    padding-left: 35px;
    clear: both;
}
.animate-copy-text {
    -webkit-animation-name: fadeOut;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeOut;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 2;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in;
    -moz-animation-fill-mode: forwards;
    animation-name: fadeOut;
    animation-duration: 2s;
    animation-iteration-count: 2;
    animation-direction: alternate;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}
.animate-comment-bg {
    -webkit-animation-name: colorPulse;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: colorPulse;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in;
    -moz-animation-fill-mode: forwards;
    animation-name: colorPulse;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}
@-webkit-keyframes colorPulse {
    0% {
        background-color: rgba(15, 90, 120, 0.3);
    }
    25% {
        background-color: rgba(15, 90, 120, 0.2);
    }
    50% {
        background-color: rgba(15, 90, 120, 0.1);
    }
    75% {
        background-color: rgba(15, 90, 120, 0.05);
    }
    100% {
        background-color: none;
    }
}
@-moz-keyframes colorPulse {
    0% {
        background-color: rgba(15, 90, 120, 0.3);
    }
    25% {
        background-color: rgba(15, 90, 120, 0.2);
    }
    50% {
        background-color: rgba(15, 90, 120, 0.1);
    }
    75% {
        background-color: rgba(15, 90, 120, 0.05);
    }
    100% {
        background-color: none;
    }
}
@keyframes colorPulse {
    0% {
        background-color: rgba(15, 90, 120, 0.3);
    }
    25% {
        background-color: rgba(15, 90, 120, 0.2);
    }
    50% {
        background-color: rgba(15, 90, 120, 0.1);
    }
    75% {
        background-color: rgba(15, 90, 120, 0.05);
    }
    100% {
        background-color: none;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.75;
    }
    50% {
        opacity: 0.50;
    }
    75% {
        opacity: 0.25;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.75;
    }
    50% {
        opacity: 0.50;
    }
    75% {
        opacity: 0.25;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.75;
    }
    50% {
        opacity: 0.50;
    }
    75% {
        opacity: 0.25;
    }
    100% {
        opacity: 0;
    }
}
.profile-pic {
    margin-right: 5px;
}
.profile-name {
    color: #43597B;
    font-family: "AvenirLTStd-Heavy", sans-serif;
    font-size: 13px;
}
.last-updated {
    font-size: 11px;
    color: #999;
    margin-top: 5px;
}
.comment-unit {
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.comment-text {
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -.02em;
    line-height: 1.4;
}
.ie9 #comment-textbox {
    padding-left: 0;
    padding-right: 0;
}
#comment-textbox {
    width: 289px;
    height: 26px;
    border: 1px solid #ddd;
    padding-left: 5px;
    position: absolute;
}
#comment-textbox:focus {
    outline: 1px solid #999;
}
#commentbox-img {
    background: url('../img/main-profile-sq.png') no-repeat 0 0;
    width: 29px;
    height: 29px;
}
#current-chart-stats {
    padding: 0 15px 10px 15px;
    color: #646365;
}
#current-chart-stats p:first-child {
    margin: 10px 0;
    font-size: 16px;
}
#current-chart-value {
    color: #0f5a78;
    font-size: 20px;
    font-family: "AvenirLTStd-Heavy", sans-serif;
}
#mini-chart-hover-product-container, #mini-chart-hover-value-container, 
.mini-chart-hover-product-container, .mini-chart-hover-value-container {
    float: left;
    margin: 10px 0 0 0;
}
#mini-chart-hover-product-container p, #mini-chart-hover-value-container p, 
.mini-chart-hover-product-container p, .mini-chart-hover-value-container p {
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#mini-chart-hover-product-container, .mini-chart-hover-product-container {
    width: 155px;
    border-right: 1px dotted #333;
}
.ie9 #mini-chart-hover-product-container, .mini-chart-hover-product-container {
    width: 150px;
    border-right: 1px dotted #333;
}
#mini-chart-hover-value-container, .mini-chart-hover-value-container {
    margin-left: 30px;
    width: 95px;
}
#mini-chart-hover-product, #mini-chart-hover-value, .mini-chart-hover-product, .mini-chart-hover-value {
    color: #0f5a78;
    font-size: 18px;
    font-family: "AvenirLTStd-Heavy", sans-serif;
    font-size: 14px;
    margin-top: 3px;
}
#mini-chart-hover-value, .mini-chart-hover-value {} #mini-chart-title, .mini-chart-title {
    font-size: 14px;
    color: #0f5a78;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    font-family: "AvenirLTStd-Heavy", sans-serif;
    padding-bottom: 5px;
}
#notifications {
    background: #252525;
    width: 247px;
    height: 151px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 2;
    display: none;
}
.notification-unit {
    height: 55px;
    font-size: 12px;
    padding: 10px;
    color: #F2F6EA;
    line-height: 16px;
    border-bottom: 1px dotted #555;
}
.notification-menu {
    background: #252525;
}
.notification-unit:last-child {
    border-bottom: 0;
}
.notification-unit:hover {
    background: #444343;
}
#notification-link {
    position: relative;
}
#notification-bubble {
    position: absolute;
    right: 4px;
    top: 5px;
    font-size: 12px;
    background: #5E7484;
    padding: 5px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: "AvenirLTStd-Medium", sans-serif;
}
.ie7 #notification-bubble, .ie6 #notification-bubble {
    display: none;
}
.notify-profile-img-holder {
    margin-right: 10px;
    height: 50px;
}
.notify-profile-img {
    width: 30px;
    height: 30px;
}
.notify-profile-john {
    background: url('../img/main-profile-sq.png') no-repeat 0 0;
}
.notify-profile-david {
    background: url('../img/david.png') no-repeat 0 0;
}
.notify-time {
    color: #DfE2D6;
    font-size: 11px;
    margin-top: 8px;
}
.notify-comment span {
    font-family: "AvenirLTStd-Medium", sans-serif;
}
.icon {
    background: url('../img/sprite.png') no-repeat 0 0;
}
.modal {
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 960px;
    height: 505px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.modal.video {
    height: 692px;
}
#modal-video {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    z-index: 999;
    display: none;
    background: #FFFFFF;
}
#video-header {
    height: 39px;
    border-bottom: 1px solid #333;
    background: #444;
}
#video-title {
    padding: 11px 15px;
    font-family: "AvenirLTStd-Heavy", sans-serif;
    color: #ccc;
    font-size: 18px;
}
#video-text {
    padding: 20px;
    line-height: 1.5;
    font-size: 16px;
    background: #444;
    color: #cdcdcd;
    border-top: 1px solid #555;
}
#video-close {
    margin-right: 15px;
    margin-top: 10px;
}
#modal-title {
    padding: 10px 15px;
    border-bottom: 1px solid #D2D2D2;
    font-family: "AvenirLTStd-Heavy", sans-serif;
    color: #38454f;
    font-size: 18px;
}
#modalWrapper {
    font-family: "AvenirLTStd-Light", sans-serif;
    z-index: 0;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
}
.close-modal {
    width: 18px;
    height: 18px;
    background-position: -49px -46px;
    margin-top: 0;
    cursor: pointer;
}
.close-modal:hover {
    background-position: -73px -46px;
}
/* Footer section begins */

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

.ie8 #modalWrapper, .ie7 #modalWrapper, .ie6 #modalWrapper {
    background: url('../img/overlay.png') repeat;
}
.ie7 #modalWrapper, .ie6 #modalWrapper {
    left: 0px;
}
.ie6 #modalWrapper {
    position: absolute;
}
.ie6 body, .ie6 html {
    width: 100%;
    height: 100%;
}
.ie6 #modal-title, .ie6 #close-modal {
    top: 10px;
}
.ie6 #modal-title {
    position: absolute;
    z-index: 3;
    margin-top: 10.8%;
    padding: 0;
    left: 50%;
    margin-left: -464px;
    width: 400px;
    height: 20px;
    background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), 
only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), 
only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
    /* Retina-specific stuff here */
    
    #profile-icon {
        background: url('../img/main-profile@2x.png') no-repeat 0 0;
        background-size: 32px 32px;
    }
    .notify-profile-img {
        background-size: 30px 30px;
    }
    .notify-profile-john {
        background: url('../img/main-profile-sq@2x.png') no-repeat 0 0;
        background-size: 30px 30px;
    }
    .notify-profile-david {
        background: url('../img/david@2x.png') no-repeat 0 0;
        background-size: 30px 30px;
    }
    #commentbox-img {
        background: url('../img/main-profile-sq@2x.png') no-repeat 0 0;
        background-size: 29px 29px;
    }
    #logo {
        background: url("../img/sprite@2x.png") no-repeat 0 0;
        background-size: 222px 206px;
    }
    #help-icon {
        background: url("../img/sprite@2x.png") no-repeat -23px -46px;
        background-size: 222px 206px;
    }
    #notification-icon {
        background: url("../img/sprite@2x.png") no-repeat 0 -46px;
        background-size: 222px 206px;
    }
    #copy-icon {
        background: url('../img/sprite@2x.png') no-repeat -97px -46px;
        background-size: 222px 206px;
    }
    #copy-chart:hover > #copy-icon, #copy-country-chart:hover > #copy-icon {
        background: url('../img/sprite@2x.png') no-repeat -121px -46px;
        background-size: 222px 206px;
    }
    .icon {
        background: url('../img/sprite@2x.png') no-repeat 0 0;
    }
    .close-modal {
        background: url('../img/sprite@2x.png') no-repeat -49px -46px;
        background-size: 222px 206px;
    }
    .close-modal:hover {
        background: url('../img/sprite@2x.png') no-repeat -73px -46px;
        background-size: 222px 206px;
    }
}