/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v18-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
        url('../fonts/open-sans-v18-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v18-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v18-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v18-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v18-latin-300.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v18-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('../fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v18-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v18-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v18-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url('../fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v18-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v18-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

body {
    background: #fff;
    font-family: 'Open Sans';
    font-weight: 300;
    color: #000;
    font-size: 15px;
}

h1,
h2,
h3,
h4 {
    font-weight: 300;
}

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 1.3rem;
}

canvas.chartjs-render-monitor {
    background-color: #F8F8FA;
    padding: 15px;
}

.icc_annotation {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
}

.btn {
    border-radius: 0;
    font-weight: 300;
}

#icc_first_usage {
    background-color: #d20050;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    text-align: center;
}

.icc_wrapper {
    padding: 15px;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.icc_wrapper h2 {
    font-weight: 400;
    font-size: 18px;
    display: block;
    position: relative;
    width: 100%;
}

.icc_wrapper h2 span {
    position: absolute;
    top: 0;
    right: 0;
}

.cities_toggle {
    cursor: pointer;
    color: #666;
}

.jstree-default .jstree-wholerow-clicked {
    background: none;
}

.jstree-default .jstree-wholerow-hovered {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.jstree-default .jstree-disabled {
    color: #007BC8;
}

.jstree-default .jstree-disabled>.jstree-icon {
    filter: none;
}

.jstree-default .jstree-disabled.jstree-clicked {
    background: transparent;
}

.jstree-default .jstree-themeicon {
    display: none;
}

#cities {
    overflow: initial;
    overflow-x: initial;
    height: auto;
}

#cities li {
    position: relative;
}

@media (min-width: 768px) {
    #cities {
        overflow: scroll;
        overflow-x: hidden;
        height: 452px;
    }
}

.icc_goto_city {
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #aaa;
}

ul#icc_field_nav {
    background: darkorange;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#icc_field_nav li {
    color: #000;
    width: 100%;
    display: block;
    float: left;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

#icc_field_nav li a {
    color: #fff;
}

#icc_field_nav li span {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
}

#icc_field_nav li span.active {
    background-color: #d20050;
}

#icc_field_nav li span:hover {
    background-color: #d20050;
    color: #fff;
}

#icc_field_nav li:hover,
#icc_field_nav li:focus-within {
    background-color: rgba(255, 255, 255, 0.15);
    cursor: pointer;
}

#icc_field_nav li:hover>span {}

#icc_field_nav li:focus-within a {
    outline: none;
}

ul#icc_field_nav li ul {
    width: 100%;
    transition: all 0.5s ease;
    left: 0;
    display: block;
    padding: 0;
}

ul#icc_field_nav li ul li {
    clear: both;
    width: 100%;
}

ul#icc_field_nav li ul li span {
    padding: 10px 15px 10px 50px;
}

#lens_chart_city_container,
#icc_chart_city_container,
#chart_icc_container {
    margin-bottom: 30px;
}

#chart_icc_helper {
    background-color: #F8F8FA;
    padding: 15px;
    font-weight: 400;
    position: relative;
    text-align: center;
}

#chart_icc_helper .chart_icc_helper {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}

.icc_arrow_down_wrapper {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 1000px;
    color: #d20050;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-left: -20px;
    display: none;
}

.icc_arrow_down {
    border-color: transparent;
    border-style: solid;
    border-width: 0 14px;
    display: block;
    height: 0;
    margin: 10em auto;
    opacity: 0.4;
    text-indent: -9999px;
    transform-origin: 50% 50%;
    width: 0;
    animation: downarrow 0.6s infinite alternate ease-in-out;
    border-top: 14px solid #000;
}

@keyframes downarrow {
    0% {
        transform: translateY(0);
        opacity: 0.4
    }

    100% {
        transform: translateY(0.4em);
        opacity: 0.9
    }
}

/* city search */
.icc_empty_search {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    color: #666;
    cursor: pointer;
}

.jstree-default .jstree-search {
    font-style: normal;
    color: #d20050;
}

/* spinner */
.spinner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* icc field nav */
.icc_field_nav_wrapper {
    position: relative;
}

#icc_field_nav {
    width: 100%;
    position: static;
}

#icc_field_nav li span {
    cursor: pointer;
}

#icc_field_nav li span.active {
    font-weight: 400;
    color: #fff;
}

@media (min-width: 1200px) {
    #icc_field_nav {
        position: static;
    }
}

/* header bar */
.headerbar {
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    padding: 5px 0;
    background-color: #123751;
    color: #fff;
    z-index: 90;
}

.headerbar h1 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    margin: 22px 0;
    display: none;
}

.headerbar h1 a {
    color: #fff;
}

.headerbar h1 a:hover {
    color: #fff;
    text-decoration: none;
}

.headerbar .icc_logo {
    height: 75px;
}

@media (min-width: 768px) {
    .headerbar h1 {
        display: inline-block;
    }
}

/* utility bar */
.utilitybar {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    border-top: 10px solid #d20050;
    background-color: #123751;
    z-index: 90;
}

#showcharts,
#showcharts:focus,
#updatecharts,
#updatecharts:focus {
    background-color: #d20050;
    border-color: #d20050;
    box-shadow: none;
    color: #fff;
    font-weight: 300;
}

.utilitybar #print,
.utilitybar #print:focus,
.btn-primary,
.btn-primary:hover {
    background-color: #007BC8;
    border-color: #007BC8;
    box-shadow: none;
}

#showcitydata {
    transform: scale(1);
    animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
    0% {
        box-shadow: 0 0 0 0 rgba(210, 0, 80, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(210, 0, 80, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(210, 0, 80, 0);
    }
}

@media (min-width: 992px) {
    .utilitybar {
        display: block;
    }
}

/* main content area */
#main {
    margin-top: 105px;
    margin-bottom: 68px;
}

/* jstree */
.jstree-wholerow-ul {
    width: 100%;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1800px;
    }
}

/* breadcrumb navigation */
#breadcrumbs {
    margin: 0 0 15px 0;
}

#breadcrumbs .you-are-here {
    padding-right: 10px;
    color: #161616;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.6;
}

.breadcrumb {
    margin: 0;
    background: transparent;
    padding: 0;
    display: inline;
}

.breadcrumb li {
    display: inline;
    font-size: 11px;
    color: #999;
    font-weight: 400;
    line-height: 1.6;
    color: #999;
}

.breadcrumb li a {
    color: #999;
}

.breadcrumb li:after {
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 14px;
    color: #999;
    padding: 0 5px;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.breadcrumb li:last-child:after {
    display: none;
}

/* table design */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F8F8FA;
}

.table-striped {
    border: 1px solid #F8F8FA;
}

.table td,
.table th {
    border-top: none;
}

/* back logo */
.icc_main_logo {
    margin-bottom: 10px;
}

/* switch */
.index_switcher_wrapper {
    width: 100%;
    text-align: right;
    font-size: 0;
}

.index_switcher_wrapper > p {
    font-size: 11px;
    margin: 0 0 10px 0;
    color: #999;
}

.index_switcher {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 38px;
    margin: 0 0 15px 0;
    line-height: 0;
    font-size: 0;
}

.index_switcher input {
    display: none;
}

.icc_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #123751;
    -webkit-transition: .4s;
    transition: .4s;
}

.icc_slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.icc_slider {
    background-color: #123751;
}

input:focus+.icc_slider {
    box-shadow: 0 0 1px #123751;
}

input:checked+.icc_slider:before {
    -webkit-transform: translateX(152px);
    -ms-transform: translateX(152px);
    transform: translateX(152px);
}

.advanced_index {
    display: none;
}

.advanced_index,
.core_index {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 300;
}

input:checked+.icc_slider .advanced_index {
    display: block;
}

input:checked+.icc_slider .core_index {
    display: none;
}

.icc_slider.icc_round {
    border-radius: 34px;
}

.icc_slider.icc_round:before {
    border-radius: 50%;
}

/* infobox */
.icc_infobox {
    font-size: 12px;
}

.icc_infobox tr:nth-child(1) {
    font-weight: bold;
}

/* print view */
@media print {
    .headerbar {
        position: static;
    }

    #main {
        margin-top: 0;
        margin-bottom: 0;
    }

    .icc_print {
        width: 100% !important;
        max-width: 100% !important;
        flex: auto;
        display: block;
    }

    .icc_print>* {
        width: 100%;
    }

    #lens_chart_city_container {
        page-break-after: always;
    }
}