﻿
.performance html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.performance *, .performance *:before, .performance *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.performance .usa-display-alt {
    font-size: 2.75rem;
    font-weight: 300;
}

.performance body {
    font-weight: 300;
    font-size: 2rem;
    color: #323a45;
    background: #f9f9f9;
    margin: 0;
}

.performance a,
.performance a:visited {
    color: #112e51;
}

.performance .technical-difficulties {
    color: #981b1e;
    background: #fff;
    padding-top: 1.25em;
}

.performance .clearfix:before,
.performance .clearfix:after {
    content: " ";
    display: table;
}

.performance .clearfix:after {
    clear: both;
}

.performance ul li:after,
.performance ul li:before {
    content: "";
    display: none;
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    .performance .sm-hide {
        display: none !important;
    }
}

.performance .links {
    float: right;
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .performance .links li {
        display: inline;
        padding: 0 0.8rem;
    }

        .performance .links li:first-child {
            /*border-right: 3px solid $light-blue;*/
        }

    .performance .links a {
        line-height: 5.5rem;
    }
}

@media screen and (max-width: 500px) {
    .performance .links li {
        font-size: 1.5rem;
    }

    .performance .links a {
        line-height: 4.5rem;
    }
}

.performance .agency-selector-wrap {
    width: 50%;
    float: left;
}

@media screen and (max-width: 992px) {
    .performance .agency-selector-wrap {
        width: 80%;
        float: none;
        clear: both;
    }
}

@media screen and (max-width: 768px) {
    .performance .agency-selector-wrap {
        width: 100%;
    }
}

.performance #agency-selector {
    width: 100%;
    max-width: none;
    color: #fff;
    background-color: #112e51;
    font-size: 22px;
    font-weight: 600;
    vertical-align: middle;
    border: 1px solid #fff;
    background-image: url("img/arrow-down.png");
    background-image: url("img/arrow-down.svg");
}

@media screen and (max-width: 992px) {
    .performance #agency-selector {
        font-size: 16px;
    }
}

.performance section {
    background: #fff;
}

    .performance section h2 {
        margin: 0;
    }

@media screen and (max-width: 768px) {
    .performance section h2 {
        font-size: 6em;
    }
}

.performance section h3 {
    margin: 10px 0;
}

.performance #realtime {
    color: #112e51;
}

@media screen and (max-width: 768px) {
    .performance #realtime {
        font-size: 12px;
    }
}

.performance #main_data {
    display: block;
    margin-right: 0%;
}

    .performance #main_data:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 768px) {
    .performance #main_data {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        border-right: none;
    }

        .performance #main_data:last-child {
            margin-right: 0;
        }
}

.performance .visits_today h3 {
    display: block;
    height: 2.5rem;
    margin-bottom: 0;
}

.performance .visits_today h4 {
    display: block;
    text-align: right;
    margin-top: -2.5rem;
    font-size: 1.3rem;
    font-weight: normal;
    color: #323a45;
}

.performance #secondary_data {
    border-left: 1px solid #e4e4e4;
    float: left;
    display: block;
    margin-right: 0%;
    width: 35.71429%;
}

    .performance #secondary_data:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 768px) {
    .performance #secondary_data {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        border-top: 1px solid #e4e4e4;
        border-left: none;
        border-right: none;
    }

        .performance #secondary_data:last-child {
            margin-right: 0;
        }
}

.performance #explanation,
.performance #data_download {
    border-top: 1px solid #e4e4e4;
    line-height: 1.6;
}

    .performance #explanation h4,
    .performance #data_download h4 {
        font-size: 90%;
    }

    .performance #explanation ul,
    .performance #data_download ul {
        font-size: 80%;
        padding: 0;
    }

    .performance #explanation ul, .performance #explanation li,
    .performance #data_download ul,
    .performance #data_download li {
        list-style-type: none;
        list-style-position: inside;
    }

    .performance #explanation li,
    .performance #data_download li {
        margin: 1em 0;
    }

.performance #explanation {
    float: left;
    display: block;
    margin-right: 0%;
    width: 64.28571%;
}

    .performance #explanation:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 768px) {
    .performance #explanation {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
    }

        .performance #explanation:last-child {
            margin-right: 0;
        }
}

.performance #data_download {
    float: left;
    display: block;
    margin-right: 0%;
    width: 35.71429%;
}

    .performance #data_download:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 768px) {
    .performance #data_download {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
    }

        .performance #data_download:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 768px) {
    .performance .section_headline {
        border-bottom: none;
    }
}

.performance .section_subheadline {
    text-align: start;
    font-size: 1.5em;
}

    .performance .section_subheadline #total_visitors {
        font-weight: 600;
    }

.performance .three_column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33333%;
}

    .performance .three_column:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 768px) {
    .performance .three_column {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        border-left: none;
        border-top: 1px solid #e4e4e4;
    }

        .performance .three_column:last-child {
            margin-right: 0;
        }
}

.performance .three_column h4 {
    text-align: center;
    margin: 0;
    font-size: 90%;
}

.performance .three_column h5 {
    margin-top: 0;
    text-align: center;
}

.performance #realtime {
    text-align: start;
}

    .performance #realtime .chart_subtitle {
        font-size: 16px;
        font-weight: 300;
    }

.performance #coming_soon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #112e51;
    color: white;
    vertical-align: middle;
    padding: 10em;
}

    .performance #coming_soon a {
        color: white;
    }

    .performance #coming_soon h1 {
        font-size: 4em;
    }

    .performance #coming_soon h1, .performance #coming_soon h2 {
        text-align: center;
        font-weight: 300;
    }

    .performance #coming_soon h2 {
        font-size: 2em;
        margin: 2em auto;
    }

@media screen and (max-width: 768px) {
    .performance #coming_soon {
        font-size: 12px;
        padding: 2em;
    }
}

.performance .bar rect:focus {
    outline-color: #0068f5 !important;
    outline-width: 3px !important;
    border-radius: 14px;
    outline-offset: -12px !important;
}

.performance #time_series {
    padding: 0 1em;
}

    .performance #time_series svg {
        display: block;
        margin: 0;
        width: 100%;
        height: auto;
        max-height: 300px;
    }

.performance #current_visitors {
    font-family: Rubik;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: start;
}

.performance #top_downloads_table h5 {
    margin-top: 10px;
}

.performance #top_100_table h3, .performance #top_downloads_table h3 {
    font-size: 1.0em;
}

.performance #top_100_table h5, .performance #top_downloads_table h5 {
    color: #323a45;
    font-weight: 300;
}

.performance .top-pages .bar-chart {
    margin-top: 0;
}

.performance figure {
    margin: 0;
}

.performance ul.pills {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
    display: inline-block;
    border: 0.7px solid #C3CFE7;
    border-radius: 0px 30px 30px 0px;
}

    .performance ul.pills::after {
        clear: both;
        content: "";
        display: table;
    }

    .performance ul.pills:last-child {
        margin-right: 0;
        border-radius: 30px 30px 30px 30px;
    }

    .performance ul.pills li {
        width: 33.3333%;
    }

    .performance ul.pills, .performance ul.pills > li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
    }

.performance ul.pills {
    margin: 0;
}

    .performance ul.pills > li {
        float: left;
    }

        .performance ul.pills > li > a {
            color: #112e51;
            width: 100%;
            text-align: center;
            font-weight: 300;
            font-size: 0.8em;
            display: inline-block;
            padding: .32em 0em;
            text-decoration: none;
        }

            .performance ul.pills > li > a:hover {
                text-decoration: underline;
            }

            .performance ul.pills > li > a[aria-selected='true'] {
                color: #0068F5 !important;
                background: #EBF3FF;
                font-weight: 600 !important;
            }

        .performance ul.pills > li:last-child > a {
            border-radius: 0px 30px 30px 0px;
            border-right: none;
        }

        .performance ul.pills > li:first-child > a {
            border-radius: 30px 0px 0px 30px;
            border-right: none;
        }

.performance .bar-chart {
    margin: 1rem 0;
    position: relative;
}

    .performance .bar-chart .bar-chart {
    }

        .performance .bar-chart .bar-chart .bin {
            margin-left: 2em;
            margin-bottom: 0rem;
        }

            .performance .bar-chart .bar-chart .bin .bar {
                display: none;
            }

    .performance .bar-chart .bin {
        position: relative;
        overflow: hidden;
        margin: 0 0 1rem 0;
    }

        .performance .bar-chart .bin::after {
            clear: both;
            content: "";
            display: table;
        }

        .performance .bar-chart .bin .bar:after {
            content: " ";
            display: block;
            position: absolute;
            background: #f9f9f9;
            top: 0;
            right: 100%;
            width: 1000px;
            height: 100%;
            z-index: 1;
        }

.govil-en .performance .bar-chart .bin .bar:after {
    right: unset;
    left: 100%;
}

.performance .bar-chart .bar {
    margin-bottom: 15px;
    height: .8rem;
    background: #99C2FB; /*דפים פופולארים*/
    /*background-image: linear-gradient(red, yellow);*/
    position: relative;
    /*z-index: 2;*/
    min-width: 1px;
    -webkit-transition: width 0.5s linear;
    -moz-transition: width 0.5s linear;
    transition: width 0.5s linear;
    border-radius: 8px;
}

.performance .bar-chart .label {
    white-space: normal;
    height: 2.2rem;
    margin-right: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px !important;
    font-weight: normal;
}

    .performance .bar-chart .label a {
        text-decoration: none;
    }

        .performance .bar-chart .label a:hover {
            text-decoration: underline;
        }

.performance .bar-chart .value {
    text-align: right;
    height: 1.1rem;
    white-space: nowrap;
    margin-top: -2.2rem;
    margin-bottom: .45rem;
    font-weight: 500;
    font-size: 15px;
}

.performance #top-downloads .bar-chart .label {
    height: auto;
    line-height: 1.6;
}

    .performance #top-downloads .bar-chart .label .name {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .performance #top-downloads .bar-chart .label .domain {
        color: #323a45;
    }

.performance g.axis path,
.performance g.axis line {
    fill: none;
    stroke: none;
}

.performance g.axis .tick text {
    fill: #323a45;
    font-size: .75rem;
}

.performance .time-series rect { /*מספר משתמשים*/
    fill: url(#grad3);
    stroke: #fff;
    stroke-width: 10;
    position: relative
}

.performance .time-series text.label {
    fill: #323a45;
    font-size: 1.1rem;
}

.performance figure figure h4 {
    display: none;
}

.performance figure figure .bar-chart {
    margin: .5rem 0;
}

    .performance figure figure .bar-chart .bin {
        margin-bottom: .5rem;
    }

.performance *[data-block] {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in 0.5s;
    -moz-transition: opacity 0.3s ease-in 0.5s;
    transition: opacity 0.3s ease-in 0.5s;
}

    .performance *[data-block].loading {
        opacity: .8;
    }


.performance html, .performance body {
    direction: rtl;
    text-align: right;
}

.performance .reforma-medium {
    font-family: Rubik;
    font-weight: 500;
}

.performance .reforma {
    font-family: Rubik;
}

.performance .bar-chart .label {
    margin-left: 4em;
    margin-right: 0;
}

.performance .bar-chart .value {
    text-align: left;
}

.performance .visits_today h4 {
    text-align: left;
}

.performance ul.pills {
    float: right;
}

.performance #data_download {
    float: none;
}

.performance .lg-mt-0 {
    margin-top: 0;
}

.performance .flexbox.flexboxlegacy .logo-and-slogen {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.performance .nav.navbar-nav {
    margin: 0;
}

    .performance .nav.navbar-nav li {
        float: right;
    }

.performance .small-txt {
    font-size: 12px;
    font-family: Arial;
}

@media (min-width: 180px) {
    .performance .sep {
        display: none;
    }

    .performance .visible-xs, .performance .visible-sm {
        display: block;
    }

    .performance .visible-md, .performance .visible-lg {
        display: none;
    }

    .performance .wellcome-txt-dsk {
        display: none;
    }

    .performance .xs-mr-10 {
        margin-right: 10px;
    }

    .performance .wellcome-txt-home {
        display: none;
    }

    .performance .flex-item-right {
        margin-left: auto;
    }

    .performance .nav.navbar-nav {
        padding-right: 20px;
    }

    .performance .xs-ml-5 {
        margin-left: 5px;
    }
}

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

    .performance .nav.navbar-nav {
        padding-right: 40px;
    }

    .performance .flex-item-right {
        margin-left: 0;
    }

    .performance .lg-ml-30 {
        margin-left: 30px;
    }

    .performance .wellcome-txt-home {
        display: block;
    }

    .performance .visible-xs, .performance .visible-sm {
        display: none;
    }

    .performance .visible-md, .performance .visible-lg {
        display: block;
    }

    .performance .flexbox.flexboxlegacy .wellcome-txt-mobile {
        display: none;
    }

    .performance .wellcome-txt-dsk {
        display: none;
    }

    .performance .lg-mt-25 {
        margin-top: 25px;
    }

    .performance .lg-mb-10 {
        margin-bottom: 10px;
    }

    .performance .lg-mb-20 {
        margin-bottom: 20px;
    }

    .performance .h3 {
        font-size: 32px;
        line-height: 1;
    }

    .performance .lg-ml-10 {
        margin-left: 10px;
    }
}

.performance #top_100_table h2 {
    font-size: 43px;
}

.performance .site-nav {
    font-size: 14px !important;
}

.performance .site-nav:focus {
    outline-color: #0068F5 !important;
}
    .performance .bar-chart .label a {
    font-size: 17px !important;
    font-weight: normal;
}

.performance #operating_systems .bar-chart .label a {
    font-size: 20px !important;
    color: #0C3058 !important;
    font-weight: normal;
}

.performance .top-pages .label {
    display: block;
    color: #0C3058;
    text-align: start;
}

.performance #devices .label, .performance #browsers .label, .performance #operating_systems .label {
    font-size: 16px;
    color: #0C3058;
    display: block;
    text-align: start;
    font-weight: normal;
}

.performance #operating_systems h3 {
    font-size: 30px;
    font-family: Rubik;
    color: #285c7e;
}

.performance .social-icons a:hover {
    text-decoration: none;
}

.govil-en .headline {
    color: #285c7e;
    font-family: Rubik;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 60px;
    padding-left: 20px;
    display: inline-flex;
}

.govil-en .bar-chart .label {
    white-space: normal;
    height: 2.2rem;
    margin-right: 4em;
    margin-left: 0em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.govil-en .bar-chart .value {
    text-align: right;
}

.govil-en #secondary_data {
    border-right: 1px solid #e4e4e4;
}

g {
    background-image: linear-gradient(blue, yellow)
}
