﻿.horizontal {
    margin: 10px 10px 0 10px;
}


/* START CHANGE TELERIK DROP DOWN LIST FONT-SIZE */
.k-list-container {
    /*background: yellow;*/
}

.bigDropDown .k-dropdown .k-dropdown-wrap, /* when drop down is closed */
.bigDropDown .k-popup .k-item { /* when drop down is opened */
    font: 20px/1.8em bold Roboto, Helvetica, sans-serif;
    /*background: green;*/
}

div.k-popup .k-item, /* when drop down is closed */
.k-dropdown .k-dropdown-wrap { /* when drop down is opened */
    font: 10px/0.9em bold Roboto, Helvetica, sans-serif;
    /*background: red;*/
}
/* END CHANGE TELERIK DROP DOWN LIST FONT-SIZE */

.k-tooltip, .k-chart-tooltip {
    font: 12px/1em bold Roboto, Helvetica, sans-serif;
    line-height: 1.4em;
}


.numeric-indicator-section {
    padding: 0 0 25px 0;
    margin: -20px auto;
}

.k-content {
    background: none;
}

.example-title,
.example-subtitle,
.metric,
.example-description,
.stat span {
    font-family: 'Open Sans Condensed', Verdana, sans-serif;
}

.example-title,
.example-subtitle {
    text-transform: uppercase;
}

.example-title {
    color: #2b8abe;
    font-size: 65px;
    font-weight: 300;
}

    .example-title span,
    .first span {
        font-weight: 700;
    }

.example-description {
    font-size: 30px;
    font-weight: 400;
    color: #1a364a;
}

.example-subtitle {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
}

.metric {
    display: block;
    text-transform: none;
    font-weight: 300;
    font-size: 12px;
    color: #727f8e;
    margin: 0;
}

.example-title,
.example-description {
    display: inline-block;
    margin: 0;
}

.chart-type-chooser {
    float: right;
    margin-bottom: -10%;
    width: 100%;
    text-align: right;
    line-height: 32px;
    /*margin-top: -20px;*/
}



.radio-group-label {
    margin-right: 12px;
    color: #727f8e;
}

.radio-group {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

    .radio-group > li {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .radio-group label {
        width: 32px;
        height: 32px;
        background: #b3bbc5 no-repeat center center;
        display: inline-block;
        border-radius: 16px;
        overflow: hidden;
        font: 0/0;
        color: transparent;
    }

    .radio-group input {
        display: none;
    }

        .radio-group input:checked + label {
            background-color: #2b8abe;
        }

    .radio-group label[for="chart-type-chdrn-area"],
    .radio-group label[htmlFor="chart-type-chdrn-area"] {
        background-image: url("../img/dashboard/area-chart.png");
    }

    .radio-group label[for="chart-type-chdrn-line"],
    .radio-group label[htmlFor="chart-type-chdrn-line"] {
        background-image: url("../img/dashboard/line-chart.png");
    }

    .radio-group label[for="chart-type-distr-area"],
    .radio-group label[htmlFor="chart-type-distr-area"] {
        background-image: url("../img/dashboard/area-chart.png");
    }

    .radio-group label[for="chart-type-distr-line"],
    .radio-group label[htmlFor="chart-type-distr-line"] {
        background-image: url("../img/dashboard/line-chart.png");
    }

.stat .eoy-big-number {
    font-size: 110px;
    line-height: 1em;
    letter-spacing: -2px;
    text-indent: -8px;
    color: #454447;
}

.stat .eoy-small-number {
    font-size: 80px;
    line-height: 1em;
    letter-spacing: -2px;
    text-indent: -8px;
    color: #454447;
}

.stat .eoy-smallest-number {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -2px;
    text-indent: -8px;
    color: #454447;
}

.stat .volume {
    font-size: 72px;
    color: #454447;
}

.filtering-tabs {
    border: 0;
    background: none;
}

    .filtering-tabs .k-tabstrip-items {
        padding: 0;
    }

    .filtering-tabs .k-item {
        width: 19.8%;
        border: 0;
        margin: 0 .2% 0 0;
        padding: 0 0 4px;
        text-align: center;
        cursor: pointer;
        background: none;
        border-bottom: 4px solid #b3bbc5;
        font: 16px/2em Arial,sans-serif;
        color: #727f8e;
    }

    .filtering-tabs .k-state-hover {
        color: #2e2e2e;
        background: none;
    }

    .filtering-tabs .k-state-active {
        padding: 0;
        color: #2b8abe;
        border-bottom: 8px solid #2b8abe;
    }

    .filtering-tabs .k-link {
        padding: 0;
    }

#yearly-stock-prices {
    height: 200px;
    margin-top: 20px;
    clear: both;
}

#company-filtering-tabs .k-item {
    width: 32.8%;
    margin: 4px .5% 0 0;
}

.stat dd {
    margin: 0;
}

.stat,
.relative-value-pie,
.company-trends {
    margin: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.company-trends {
    margin-left: 27px;
}

.trend-container {
    background: transparent none no-repeat 100% 29px;
    width: 120px;
    margin-right: 27px;
}

.lowest-container {
    background: transparent url("../img/dashboard/lowest.png") no-repeat 100% 37px;
}

.highest-container {
    background: transparent url("../img/dashboard/highest.png") no-repeat 100% 29px;
}

dd.highest,
dd.lowest,
dd.relative-value {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
}

.lowest {
    color: #cd151e;
}

.highest {
    color: #639514;
}

.relative-value {
    color: #4da3d5;
}

dd.sparkline {
    height: 40px;
    width: 120px;
    margin-top: -5px;
}

.separator {
    height: 1px;
    background: #b3bbc5;
}

.relative-value-pie {
    /*width: 110px;
        height: 100px;*/
    width: 90px;
    height: 80px;
    margin-left: -10px;
}

.volume-chart {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 615px;
    height: 136px;
    vertical-align: top;
    margin: 1.2em 0 0 4em;
}

#example {
    width: auto;
    background: none;
    color: #454447;
}


/*#region Splash */
#splash-page {
    z-index: 99999 !important;
}

    #splash-page .bar {
        width: 100%;
    }

.page-splash {
    z-index: 99999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #333;*/
    background-color: #3F51B5;
    opacity: .9;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    text-align: center;
    margin: 20% auto 0 auto;
    font-size: 400%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    color: #F58A00;
    padding: 0;
}

    .page-splash-message.page-splash-message-subtle {
        margin: 30% auto 0 auto;
        font-size: 200%;
    }

.icon-asterisk.icon-asterisk-large {
    font-size: 180%;
    vertical-align: middle;
    color: #F58A00;
}

.icon-asterisk.icon-asterisk-alert {
    color: #F58A00;
}

.icon-asterisk-inline {
    padding: 0 4px 0 0;
}


.progress,
.page-progress-bar {
    margin: 30px 10% !important;
}

.spinner {
    margin: 20% auto 0 auto;
    left: auto;
    top: auto !important;
}
/*#endregion*/



.dashboard {
    padding-bottom: 15px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    color: #333;
    position: relative;
}

.dashboardChart {
    padding-bottom: 15px;
    padding-top: 15px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    color: #333;
    position: relative;
}

.dashboardMap {
    padding-bottom: 15px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    color: #333;
    position: relative;
}




/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}
body {

  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;

  height: 60px;
  background-color: #f5f5f5;
}*/


/*.k-chart {
            height: 450px;
            width: 300px;
        }*/





/*.countryDropDown {
        padding: 20px 30px;
        margin: 0 auto;
    }*/


.k-chart.small-chart {
    display: inline-block;
    width: 300px;
    height: 250px;
}


.k-chart.big-chart {
    display: inline-block;
    width: 450px;
    height: 300px;
}


.numerical-indicator-image {
    margin-top: -80px;
}




.legend {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    /*box-shadow: 0 0 15px rgba(0,0,0,0.2);
    background: rgba(255,255,255, 0.9);*/
    line-height: 1.5em;
    border-radius: 5px;
    color: #555;
}

    .legend i {
        color: #777;
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 8px;
        opacity: 0.7;
    }


    .legend .color {
        width: 30px;
        height: 30px;
        float: left;
        display: block;
    }

    .legend .items {
        margin-left: 20px;
        /*width: 15px;
  height: 15px;
  
  display: block;*/
    }




.legend-item {
    font: 12px sans-serif;
    margin: 2px;
    cursor: pointer;
}

    .legend-item .legend-marker {
        display: inline-block;
        width: 8px;
        height: 8px;
    }


.spinner {
    margin: 20% auto 0 auto;
    left: auto;
    top: auto !important;
}


/*#region toastr */
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    margin: 4px auto;
}
/*#endregion */


/* ANIMATIONS START */
/*#region wrapper for angular ng-include and ng-view animations*/
.view-container {
    position: relative;
    overflow: hidden;
}
/*#endregion */

/*#region Angular ng-include, ng-view, ng-repeat shuffle animations*/

.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave {
    position: relative;
}

.shuffle-animation.ng-enter {
    -moz-transition: ease-out all 0.3s 0.4s;
    -o-transition: ease-out all 0.3s 0.4s;
    -webkit-transition: ease-out all 0.3s 0.4s;
    transition: ease-out all 0.3s 0.4s;
    left: 2em;
    opacity: 0;
}

    .shuffle-animation.ng-enter.ng-enter-active {
        left: 0;
        opacity: 1;
    }

.shuffle-animation.ng-leave {
    -moz-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
    left: 0;
    opacity: 1;
}

    .shuffle-animation.ng-leave.ng-leave-active {
        left: 2em;
        opacity: 0;
    }
/*#endregion*/

/*#region Angular ng-include, ng-view, ng-repeat fader animation */
.fader-animation.ng-enter,
.fader-animation.ng-leave,
.fader-animation.ng-move {
    position: relative;
}

.fader-animation.ng-enter,
.fader-animation.ng-leave {
    -webkit-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -moz-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -o-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    opacity: 1;
}

    .fader-animation.ng-enter,
    .fader-animation.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .fader-animation.ng-enter.ng-enter-active {
            opacity: 1;
        }

.fader-animation.ng-move {
    opacity: 0.5;
}

    .fader-animation.ng-move.ng-move-active {
        opacity: 1;
    }

/*#endregion*/

/*#region Angular ng-show dissolve animation */
.dissolve-animation.ng-hide-remove {
    display: inline !important;
}

.dissolve-animation.ng-hide-remove,
.dissolve-animation.ng-hide-add {
    -webkit-transition: 0.8s linear all;
    -moz-transition: 0.8s linear all;
    -o-transition: 0.8s linear all;
    transition: 0.8s linear all;
}

    .dissolve-animation.ng-hide-remove.ng-hide-remove-active,
    .dissolve-animation.ng-hide-add {
        opacity: 1;
    }

        .dissolve-animation.ng-hide-add.ng-hide-add-active,
        .dissolve-animation.ng-hide-remove {
            opacity: 0;
        }
/*#endregion */
/* ANIMATION END */


/*
        Use the DejaVu Sans font for display and embedding in the PDF file.
        The standard PDF fonts have no support for Unicode characters.
    */
.k-widget {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    font-size: .9em;
}



.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    height: 2em;
    line-height: 2em;
    padding: .177em .177em;
    text-indent: .5em;
    border: 0;
    margin: 2px;
    font-weight: bold;
}


.container {
    position: relative;
}


.chartOneOverlay,
.chartTwoOverlay,
.chartThreeOverlay,
.chartFourOverlay,
.hhsz_avg_overlay,
.withSpouse_overlay,
.withKidsU20_overlay,
.nuclear_overlay,
.multigen_overlay,
.threegen_overlay,
.skipgen_overlay,
.dist_old_pers_by_size_overlay,
.dist_old_pers_by_type_overlay,
.dist_old_pers_by_la_overlay {
    width: 100%;
    height: 100%;
    /*margin-top: 50px;*/
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    filter: alpha(opacity=60);
    background-color: #6495ed;
    text-align: center;
}


    .chartOneOverlay div,
    .chartTwoOverlay div,
    .chartThreeOverlay div,
    .chartFourOverlay div,
    .hhsz_avg_overlay div,
    .withSpouse_overlay div,
    .withKidsU20_overlay div,
    .nuclear_overlay div,
    .multigen_overlay div,
    .threegen_overlay div,
    .skipgen_overlay div,
    .dist_old_pers_by_size_overlay div,
    .dist_old_pers_by_type_overlay div,
    .dist_old_pers_by_la_overlay div {
        position: relative;
        font-size: 34px;
        font-weight: 600;
        margin-top: -17px;
        top: 50%;
    }



.playlist {
    margin: 10px auto;
    padding: 10px;
    width: 300px;
    background-color: #f3f5f7;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.1);
}

    .playlist li {
        list-style-type: none;
        position: relative;
        padding: 6px 8px;
        margin: 0;
        color: #666;
        /*font-size: 1.2em;*/
        cursor: move;
    }

        .playlist li:hover {
            background-color: #dceffd;
        }

        .playlist li span {
            position: absolute;
            right: 5px;
        }

li.hint {
    display: block;
    padding: 10px;
    width: 200px;
    background-color: #52aef7;
    color: #fff;
}

    li.hint:last-child {
        border-radius: 4px;
    }

    li.hint span {
        color: #fff;
    }

li.placeholder {
    background-color: #dceffd;
    color: #52aef7;
    text-align: right;
}



/*div.k-popup .k-item
{
    font: 20px/1.8em bold Arial, Helvetica, sans-serif;
}*/



/* Sales View*/

.store-sales-chart-wrapper {
    width: 100%;
    height: 420px;
    margin: 10px auto;
    display: block;
}

.store-sales-chart {
    width: 80%;
    height: 400px;
    margin: 10px auto;
    display: inline-block;
    left: 150px;
}

.store-sales-chart-type {
    width: 45px;
    height: 200px;
    margin: 10px;
    display: inline-block;
    float: left;
}

.chart-type-item {
    background-image: url("../img/dashboard/chart-icons.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    float: left;
    margin: 5px;
}

    .chart-type-item:hover {
        cursor: pointer;
    }

.chart-type-area {
    background-position: -60px 2px;
}

.chart-type-line {
    background-position: -90px 2px;
}

.chart-type-column {
    background-position: -90px -18px;
}

.chart-type-bar {
    background-position: -90px -118px;
}

.chart-type-pie {
    background-position: -60px -46px;
}

.chart-type-bubble {
    background-position: -60px -78px;
}

.chart-type-doughnut {
    background-position: -90px -78px;
}

.chart-type-scatter {
    background-position: -60px -114px;
}

.chart-type-stacked-bar {
    background-position: -90px -148px;
}


.chart-type-area-selected {
    background-position: 0px 2px;
}

.chart-type-line-selected {
    background-position: -30px 2px;
}

.chart-type-column-selected {
    background-position: -30px -18px;
}

.chart-type-bar-selected {
    background-position: -30px -118px;
}

.chart-type-pie-selected {
    background-position: 0px -46px;
}

.chart-type-bubble-selected {
    background-position: 0px -78px;
}

.chart-type-doughnut-selected {
    background-position: -30px -78px;
}

.chart-type-scatter-selected {
    background-position: 0px -114px;
}

.chart-type-stacked-bar-selected {
    background-position: -30px -148px;
}







body {
    font-family: 'Open Sans Condensed', Verdana, sans-serif;
    font-size: 18px;
    color: #454447;
    font-weight: 500;
}


.orderedListAbout {
    font-weight: 600;
}

    .orderedListAbout li {
        margin-top: 30px;
    }

        .orderedListAbout li span {
            font-weight: 500;
        }


.unorderedListAbout {
    font-weight: 600;
}

    .unorderedListAbout li span {
        font-weight: 500;
    }
