@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/proximanova/webfonts/proximanova_regular_macroman/Proxima_Nova_Reg-webfont.eot');
    src: local('☺'), url('../fonts/proximanova/webfonts/proximanova_regular_macroman/Proxima_Nova_Reg-webfont.woff') format('woff'), url('../fonts/proximanova/webfonts/proximanova_regular_macroman/Proxima_Nova_Reg-webfont.ttf') format('truetype'), url('../fonts/proximanova/webfonts/proximanova_regular_macroman/Proxima_Nova_Reg-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/proximanova/webfonts/proximanova_bold_macroman/Proxima_Nova_Bold-webfont.eot');
    src: local('☺'), url('../fonts/proximanova/webfonts/proximanova_bold_macroman/Proxima_Nova_Bold-webfont.woff') format('woff'), url('../fonts/proximanova/webfonts/proximanova_bold_macroman/Proxima_Nova_Bold-webfont.ttf') format('truetype'), url('../fonts/proximanova/webfonts/proximanova_bold_macroman/Proxima_Nova_Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Removes scrollbar */
::-webkit-scrollbar {
    display: none;
}

#logout_button {
    /* Button position */
    position: absolute;
    bottom: 0px;
    height: 50px;
    bottom: 70px;
    background: #000;
    /* Button Looks */
    font-size: 23px;
    color: #fff;
    background: #0092c9;
    /* 33% of viewport width -20 pixels, 10 for either side */
    left: 5px;
    width: -moz-calc(33vw - 10px);
    width: -webkit-calc(33vw - 10px);
    width: calc(33vw - 10px);
    border-radius: 35px;
    text-align: center;
    vertical-align: middle;
    /* Center text in this div: */
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

    #logout_button:active {
        background: #056487;
    }

    #logout_button:hover {
        cursor: pointer;
    }

html {
    font-size: 80%;
}

body {
    -ms-overflow-style: none;
    /*background-color: #E0CAA8;*/
    font-family: 'ProximaNovaRegular';
}

    body.loginpage {
        background-color: white;
        font-family: 'ProximaNovaRegular';
    }

a {
    text-decoration: none !important;
}

.login-bg {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.formError {
    color: red;
    padding: 1em 2em;
    margin: -25px auto;
    max-width: 100%;
    display: none;
}

.login-form label {
    margin-bottom: 20px;
}

.login-form input {
    margin-bottom: 40px;
    height: 45px;
    border: 1px solid #999;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-form a {
    width: 100%;
    height: 50px;
    background-color: #0C9C6E;
    border-radius: 0;
    color: #fff;
    font-size: 17.5px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
}

    .login-form a:hover,
    .login-form a:hover {
        color: #fff;
    }

.navbar-default {
    /*background-color: #0093ca;*/
    /*background: #0093ca url(../images/status-bar.png) center top no-repeat;*/
}

.fixedMenu {
    height: 128px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.menuTopMargin {
    /* margin-top: 128px; */
}

.navbar {
    height: 64px;
    background-color: #0093ca;
}

.navbar-default .navbar-back {
    position: absolute;
    left: 5px;
    bottom: 18px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

    .navbar-default .navbar-back:hover,
    .navbar-default .navbar-back:focus {
        text-decoration: none;
    }

    .navbar-default .navbar-back img {
        display: inline-block;
        margin-top: -3px;
    }

.navbar-default .navbar-brand {
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -32px;
    padding: 0;
}

    .navbar-default .navbar-brand img {
        margin: 10px auto;
        width: 64px;
        height: 36px;
    }

.navbar-default .navbar-toggle {
    position: absolute;
    right: 0;
    bottom: 1px;
    border-color: transparent;
}

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        width: 42px;
        height: 6px;
        background-color: #fff;
        border-radius: 6px;
    }

        .navbar-default .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 6px;
        }

.navbar-toggle {
    margin: 0;
    padding: 13px 15px;
}

    .navbar-toggle img {
        width: 30px;
        height: 21px;
    }

@media (min-width: 768px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }
}

/* Slick */
.slider {
    text-align: center;
}

.slick-slider {
    margin-bottom: 0;
}

.slider-nav {
    background-color: #E9E9E9;
}

    .slider-nav .slick-slide {
        margin: 15px 0;
        margin-top: 5px;
        height: 45px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 50%;
        opacity: 1;
        cursor: pointer;
    }

    .slider-nav .slick-center {
        background-size: contain;
        opacity: 1;
    }

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    left: 0;
    background: url(../images/caret-left-white.png) center center no-repeat;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
    right: 0;
    background: url(../images/caret-right-white.png) center center no-repeat;
}

.slider-for img {
    margin: 0 auto;
    max-width: 100%;
}

.graph-nav .slick-slide {
    width: 160px;
    height: 50px;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    opacity: 0.7;
    cursor: pointer;
}

.graph-nav .slick-center {
    color: #444;
    font-weight: 700;
    opacity: 1;
}

.graph-nav:before,
.graph-nav:after {
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -0.5px;
    width: 1px;
    height: 10px;
    background-color: #E9E9E9;
}

.graph-nav:after {
    bottom: 0;
}

.slider-footer {
    display: block;
    padding-bottom: 15px;
    width: 100%;
    height: 139px !important;
    background: url(../images/footer.png) 50% 50% no-repeat;
    border-top: 1px solid #E9E9E9;
    color: #222;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

    .slider-footer:focus,
    .slider-footer:hover {
        color: #222;
        text-decoration: none;
    }

.panel {
    margin-bottom: 0;
    border-bottom-color: #E9E9E9;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
}

.panel-heading {
    /*padding: 20px 15px;*/
    /*background: #4b555b;*/
}

    .panel-heading a {
        /* background: #83d16f; */
        padding: 20px 0px;
        display: block;
        color: #0093CA;
        text-decoration: none;
        font-size: 17px;
        font-weight: 700;
        line-height: 15px;
        word-wrap: break-word;
        padding-right: 2px;
        padding-left: 15px;
        text-align: left;
    }

.col-xs-8 {
    padding-right: 0px;
    padding-left: 0px;
}

.panel-heading span {
    color: #666;
    font-size: 14px;
}

.panel-heading img {
    display: inline-block;
}

.panel-heading .huge {
    display: block;
    margin-top: 20px;
    color: #444;
    font-weight: 700;
    font-size: 12px;
    word-wrap: break-word;
}

.wordwrap {
    /* wrap long text and urls */
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    word-wrap: break-word; /* IE 5+ */
}

.panel-heading .reduce {
    display: block;
    margin-top: 20px;
    color: #444;
    font-weight: 700;
    font-size: 17px;
    /*word-wrap: break-word;*/
}

.selectpicker {
    margin-left: -30px;
    margin-right: 30px;
    text-align: center;
}

    .selectpicker p {
        position: relative;
        left: 50%;
        margin: 0 0 0 -40px;
        width: 80px;
        color: #222;
        font-size: 14px;
        word-wrap: break-word;
        font-weight: 600;
    }

    .selectpicker .otherP {
        position: relative;
        left: 50%;
        margin: 22px 0 0 -40px;
        width: 80px;
        color: #222;
        font-size: 11.5px;
        word-wrap: break-word;
        font-weight: 700;
    }

    .selectpicker .arrow-up,
    .selectpicker .arrow-down {
        margin: 0 auto;
        width: 22px;
        height: 22px;
        cursor: pointer;
    }

    .selectpicker .arrow-up {
        background: url(../images/arrow-up.png) center center no-repeat;
        background-size: 20px 13px;
    }

    .selectpicker .arrow-down {
        background: url(../images/arrow-down.png) center center no-repeat;
        background-size: 20px 13px;
    }

/* css arrow please! */
.arrow_box {
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.04);
}

    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: ' ';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px;
    }

    .arrow_box:before {
        border-color: rgba(233, 233, 233, 0);
        border-bottom-color: #e9e9e9;
        border-width: 11px;
        margin-left: -11px;
    }

/* vertical align middle hack */
.vmiddle {
    height: 100%;
}

    .vmiddle:before,
    .vmiddle_before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .vmiddle img,
    .vmiddle > span {
        vertical-align: middle;
    }

    .vmiddle > span {
        display: inline-block;
    }

/* turn parent div into link */
.area-link {
    position: relative;
}

    .area-link > a:first-child {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 10;
    }

        .area-link > a:first-child span {
            font: 0/0 serif;
            text-shadow: none;
            color: transparent;
            display: block;
        }

html[data-useragent*='MSIE 10.0'] .area-link > a:first-child,
.lt-ie10 .area-link > a:first-child {
    background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==); /* fix ie overlap */
}

.slider {
    cursor: pointer;
}

.slider--business-units {
    height: 45px;
    height: 2.8125rem;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ececec;
    background-color: #f1f1f1;
    text-align: center;
}

    .slider--business-units:after,
    .slider--business-units:before {
        bottom: -1px;
        left: 50%;
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .slider--business-units:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 9px;
        margin-left: -9px;
    }

    .slider--business-units:before {
        border-color: rgba(236, 236, 236, 0);
        border-bottom-color: #ececec;
        border-width: 10px;
        margin-left: -10px;
    }

    .slider--business-units .slick-slide {
        padding: 0 1%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
        zoom: 1;
        color: #222;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 45px;
        line-height: 2.8125rem;
        text-transform: uppercase;
    }

    .slider--business-units .slick-active {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        zoom: 1;
        color: #444;
        font-weight: 600;
    }

.slider--metrics {
    display: inline-block;
    width: 50%;
    color: #222;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
    line-height: 1.5rem;
    vertical-align: middle;
}

    .slider--metrics.slider-nav {
        font-size: 12px;
        font-size: 0.75rem;
        text-transform: uppercase;
    }

    .slider--metrics.slider-for {
        font-size: 24px;
        font-size: 1.5rem;
    }

        .slider--metrics.slider-for .high {
            color: #0eb580;
        }

        .slider--metrics.slider-for .low {
            color: #ee6969;
        }

        .slider--metrics.slider-for .NA {
            color: #222;
        }

.slider--metric-measurements {
    height: 45px;
    height: 2.8125rem;
    border-top: 1px solid #e9e9e9;
    background-color: #fff;
    text-align: center;
}

    .slider--metric-measurements:before,
    .slider--metric-measurements:after {
        content: '';
        position: absolute;
        left: 50%;
        display: block;
        width: 1px;
        width: 0.0625rem;
        height: 10px;
        height: 0.625rem;
        background-color: #e9e9e9;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .slider--metric-measurements:after {
        bottom: 0;
    }

    .slider--metric-measurements .slick-slide {
        padding: 0 1%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
        zoom: 1;
        color: #222;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        text-transform: lowercase;
        line-height: 45px;
        line-height: 2.8125rem;
    }

        .slider--metric-measurements .slick-slide:first-letter {
            text-transform: capitalize;
        }

    .slider--metric-measurements .slick-active {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        zoom: 1;
        color: #444;
        font-weight: 600;
    }

.animated {
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn,
    .animated.bounceOut {
        -webkit-animation-duration: .75s;
        -o-animation-duration: .75s;
        animation-duration: .75s;
    }

    .animated.flipOutX,
    .animated.flipOutY {
        -webkit-animation-duration: .75s;
        -o-animation-duration: .75s;
        animation-duration: .75s;
    }

.invisible {
    visibility: hidden;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

.switch-toggle a,
.switch-light span span {
    display: none;
}

@media only screen {
    .switch-light {
        display: block;
        height: 30px;
        /* Outline the toggles when the inputs are focused
       */
        position: relative;
        overflow: visible;
        padding: 0;
        margin-left: 100px;
        /* Position the label over all the elements, except the slide-button (<a>)
       * Clicking anywhere on the label will change the switch-state
       */
        /* Don't hide the input from screen-readers and keyboard access
       */
    }

        .switch-light * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .switch-light a {
            display: block;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .switch-light label,
        .switch-light > span {
            line-height: 30px;
            vertical-align: middle;
        }

        .switch-light input:focus ~ a,
        .switch-light input:focus + label {
            outline: 1px dotted #888888;
        }

        .switch-light label {
            position: relative;
            top: static;
            right: static;
            left: static;
            display: block;
            width: 100%;
            z-index: 3;
        }

        .switch-light input {
            position: absolute;
            top: static;
            right: static;
            left: static;
            display: inherit;
            width: auto;
            z-index: 5;
            opacity: 0;
        }

            .switch-light input:checked ~ a {
                right: 0%;
            }

        .switch-light > span {
            position: absolute;
            top: static;
            right: static;
            left: -100px;
            display: inherit;
            width: 100%;
            z-index: auto;
            margin: 0;
            padding-right: 100px;
            text-align: left;
        }

            .switch-light > span span {
                position: absolute;
                top: 0;
                right: static;
                left: 0;
                display: block;
                width: 50%;
                z-index: 5;
                margin-left: 100px;
                text-align: center;
            }

                .switch-light > span span:last-child {
                    left: 50%;
                }

        .switch-light a {
            position: absolute;
            top: 0;
            right: 50%;
            left: static;
            display: block;
            width: 50%;
            z-index: 4;
            height: 100%;
            padding: 0;
        }

    .switch-toggle {
        display: block;
        height: 30px;
        /* Outline the toggles when the inputs are focused
       */
        position: relative;
        /* For callout panels in foundation
       */
        padding: 0 !important;
        /* Generate styles for the multiple states */
    }

        .switch-toggle * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .switch-toggle a {
            display: block;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .switch-toggle label,
        .switch-toggle > span {
            line-height: 30px;
            vertical-align: middle;
        }

        .switch-toggle input:focus ~ a,
        .switch-toggle input:focus + label {
            outline: 1px dotted #888888;
        }

        .switch-toggle input {
            position: absolute;
            opacity: 0;
        }

            .switch-toggle input + label {
                position: relative;
                top: static;
                right: static;
                left: static;
                display: inherit;
                width: 50%;
                z-index: 2;
                float: left;
                height: 100%;
                margin: 0;
                text-align: center;
            }

        .switch-toggle a {
            position: absolute;
            top: 0;
            right: static;
            left: 0;
            display: inherit;
            width: 50%;
            z-index: 1;
            padding: 0;
            height: 100%;
        }

        .switch-toggle input:last-of-type:checked ~ a {
            left: 50%;
        }

        .switch-toggle.switch-3 label,
        .switch-toggle.switch-3 a {
            width: 33.33333%;
        }

        .switch-toggle.switch-3 input:checked:nth-of-type(2) ~ a {
            left: 33.33333%;
        }

        .switch-toggle.switch-3 input:checked:last-of-type ~ a {
            left: 66.66667%;
        }

        .switch-toggle.switch-4 label,
        .switch-toggle.switch-4 a {
            width: 25%;
        }

        .switch-toggle.switch-4 input:checked:nth-of-type(2) ~ a {
            left: 25%;
        }

        .switch-toggle.switch-4 input:checked:nth-of-type(3) ~ a {
            left: 50%;
        }

        .switch-toggle.switch-4 input:checked:last-of-type ~ a {
            left: 75%;
        }

        .switch-toggle.switch-5 label,
        .switch-toggle.switch-5 a {
            width: 20%;
        }

        .switch-toggle.switch-5 input:checked:nth-of-type(2) ~ a {
            left: 20%;
        }

        .switch-toggle.switch-5 input:checked:nth-of-type(3) ~ a {
            left: 40%;
        }

        .switch-toggle.switch-5 input:checked:nth-of-type(4) ~ a {
            left: 60%;
        }

        .switch-toggle.switch-5 input:checked:last-of-type ~ a {
            left: 80%;
        }

    .switch-candy {
        background-color: #2d3035;
        border: none;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3), 0 1px 0px rgba(255, 255, 255, 0.2), 0;
        box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3), 0 1px 0px rgba(255, 255, 255, 0.2), 0;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        text-shadow: 1px 1px 1px #191b1e;
    }

        .switch-candy label {
            color: #ffffff;
            -webkit-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

        .switch-candy input:checked + label {
            color: #333333;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        }

        .switch-candy a {
            background-color: #70c66b;
            border: 1px solid #333333;
            border-radius: 3px;
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.45), 0;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.45), 0;
            background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(0, 0, 0, 0)));
            background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
        }

        .switch-candy > span {
            color: #333333;
            text-shadow: none;
        }

        .switch-candy span {
            color: #ffffff;
        }

        .switch-candy.switch-candy-blue a {
            background-color: #38a3d4;
        }

        .switch-candy.switch-candy-yellow a {
            background-color: #f5e560;
        }

    .switch-android {
        background-color: #464747;
        border: none;
        border-radius: 1px;
        -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0, 0, 0;
        box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0, 0, 0;
        color: #ffffff;
        /* Selected ON switch-light
         */
    }

        .switch-android label {
            color: #ffffff;
        }

        .switch-android > span span {
            opacity: 0;
            -webkit-transition: all 0.1s ease-out;
            -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
        }

            .switch-android > span span:first-of-type {
                opacity: 1;
            }

        .switch-android a {
            background-color: #666666;
            border: none;
            border-radius: 1px;
            -webkit-box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.3) 0 -1px 0, 0;
            box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.3) 0 -1px 0, 0;
        }

        .switch-android.switch-light input:checked ~ a {
            background-color: #0e88b1;
        }

        .switch-android.switch-light input:checked ~ span span:first-of-type {
            opacity: 0;
        }

        .switch-android.switch-light input:checked ~ span span:last-of-type {
            opacity: 1;
        }

        .switch-android.switch-toggle,
        .switch-android .switch-android > span span {
            font-size: 85%;
            text-transform: uppercase;
        }

    .switch-ios.switch-light {
        color: #868686;
    }

        .switch-ios.switch-light a {
            background-color: #ffffff;
            border: 1px solid lightgrey;
            border-radius: 100%;
            -webkit-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
            left: 0;
            width: 30px;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .switch-ios.switch-light > span span {
            width: 100%;
            left: 0;
            opacity: 0;
        }

            .switch-ios.switch-light > span span:first-of-type {
                opacity: 1;
                padding-left: 30px;
            }

            .switch-ios.switch-light > span span:last-of-type {
                padding-right: 30px;
            }

        .switch-ios.switch-light > span:before {
            position: absolute;
            top: 0;
            right: static;
            left: 100px;
            display: block;
            width: 100%;
            z-index: inherit;
            background-color: #fafafa;
            border: 1px solid lightgrey;
            border-radius: 30px;
            -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0, 0, 0;
            box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0, 0, 0;
            content: '';
            height: 100%;
            -webkit-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        .switch-ios.switch-light input:checked ~ a {
            left: 100%;
            margin-left: -30px;
        }

        .switch-ios.switch-light input:checked ~ span:before {
            border-color: #53d76a;
            -webkit-box-shadow: inset 0 0 0 30px #53d76a;
            box-shadow: inset 0 0 0 30px #53d76a;
        }

        .switch-ios.switch-light input:checked ~ span span:first-of-type {
            opacity: 0;
        }

        .switch-ios.switch-light input:checked ~ span span:last-of-type {
            opacity: 1;
            color: #ffffff;
        }

    .switch-ios.switch-toggle {
        background-color: #fafafa;
        border: 1px solid lightgrey;
        border-radius: 30px;
        -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0, 0, 0;
        box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0, 0, 0;
    }

        .switch-ios.switch-toggle a {
            background-color: #53d76a;
            border-radius: 25px;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .switch-ios.switch-toggle label {
            color: #868686;
        }

    .switch-ios input:checked + label {
        color: #3a3a3a;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/*.embed-responsive-sqaure {
    padding-bottom: 40%;
}*/

@media (min-width: 50em) {
    .embed-responsive-sqaure {
        padding-bottom: 40%;
    }
}
@media (min-width: 0em) and (max-width: 49em){
    .embed-responsive-sqaure {
        padding-bottom: 80%;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

#the_detail_page_chart {
    padding: 10px;
    padding: 0.625rem;
    background-color: #fff;
}

#chartjs-tooltip {
    position: absolute;
    padding: 0 10px;
    padding: 0 0.625rem;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    pointer-events: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    zoom: 1;
    color: #444;
    border: 2px solid #999;
    border-radius: 3px;
    background: #fff;
}

    #chartjs-tooltip:after,
    #chartjs-tooltip:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #chartjs-tooltip:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 5px;
        margin-left: -5px;
    }

    #chartjs-tooltip:before {
        border-color: rgba(153, 153, 153, 0);
        border-top-color: #999;
        border-width: 8px;
        margin-left: -8px;
    }

.chartjs-tooltip-value {
    color: #444;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}

.slider--metric-measurements {
    height: 45px;
    height: 2.8125rem;
    border-top: 1px solid #e9e9e9;
    background-color: #fff;
    text-align: center;
}

    .slider--metric-measurements:before,
    .slider--metric-measurements:after {
        content: '';
        position: absolute;
        left: 50%;
        display: block;
        width: 1px;
        width: 0.0625rem;
        height: 10px;
        height: 0.625rem;
        background-color: #e9e9e9;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .slider--metric-measurements:after {
        bottom: 0;
    }

    .slider--metric-measurements .slick-slide {
        padding: 0 1%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
        zoom: 1;
        color: #222;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        text-transform: lowercase;
        line-height: 45px;
        line-height: 2.8125rem;
    }

        .slider--metric-measurements .slick-slide:first-letter {
            text-transform: capitalize;
        }

    .slider--metric-measurements .slick-active {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        zoom: 1;
        color: #444;
        font-weight: 600;
    }

.btn--next {
    position: absolute;
    bottom: 0;
    min-height: 100px;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    border-radius: 0;
    background-color: #fff;
    background-image: url("../img/ui/footer.jpg");
    background-repeat: no-repeat;
    backgournd-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #222;
    text-align: center;
    outline: 0;
}

    .btn--next:active,
    .btn--next.active {
        background-image: url("../img/ui/footer.jpg");
    }

    .btn--next:hover,
    .btn--next:focus,
    .btn--next.focus {
        color: #222;
    }

    .btn--next span {
        display: block;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 600;
    }

    .btn--next .glyphicon {
        color: #0093ca;
    }

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}
/*.slick-slide img
{
    display: block;
}*/
.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.switch-toggle {
    margin: 0 auto;
    width: 202px;
    width: 12.625rem;
    height: 44px;
    height: 2.75rem;
}

.switch-ios.switch-toggle label {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 44px;
    line-height: 2.75rem;
    cursor: pointer;
}

.switch-ios.switch-toggle a {
    background-color: #fff;
}

.switch-ios.switch-toggle.switch-target {
    background-color: #555;
}

    .switch-ios.switch-toggle.switch-target input:checked + label {
        color: #555;
    }

    .switch-ios.switch-toggle.switch-target a {
        border: 2px solid #555;
    }

.switch-ios.switch-toggle.switch-actual {
    background-color: #0093ca;
}

    .switch-ios.switch-toggle.switch-actual input:checked + label {
        color: #0093ca;
    }

    .switch-ios.switch-toggle.switch-actual a {
        border: 2px solid #0093ca;
    }

.switch-toggle input:focus ~ a,
.switch-toggle input:focus + label {
    outline: 0;
}

.page-header {
    margin: 10px 0;
    margin: 0.625rem 0;
    padding-bottom: 0;
    border-bottom: 0;
}

    .page-header h1 {
        margin-bottom: 0;
        font-size: 16px;
        font-size: 1rem;
        text-transform: uppercase;
    }

    .page-header p {
        margin-bottom: 0;
        color: #666;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400;
    }

.metrics-list .page-header {
    display: inline-block;
}

    .metrics-list .page-header h1 {
        color: #0093ca;
        font-weight: 600;
    }

        .metrics-list .page-header h1 .glyphicon {
            top: 0;
            color: #999;
            font-size: 10px;
            font-size: 0.625rem;
        }

.metric-detail .page-header {
    text-align: center;
}

    .metric-detail .page-header h1 {
        color: #444;
        font-weight: 700;
    }

ul {
    margin-bottom: 0;
    padding-left: 0;
    background-color: #fff;
    list-style-type: none;
}

    ul li {
        padding: 0 15px;
        padding: 0 0.9375rem;
        /*border-top: 3px solid #e9e9e9;*/
    }

        ul li:first-child {
            border-top: 0;
        }

#the_detail_page_chart {
    padding: 10px;
    padding: 0.625rem;
    background-color: #fff;
}

#chartjs-tooltip {
    position: absolute;
    padding: 0 10px;
    padding: 0 0.625rem;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    pointer-events: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    zoom: 1;
    color: #444;
    border: 2px solid #999;
    border-radius: 3px;
    background: #fff;
}

    #chartjs-tooltip:after,
    #chartjs-tooltip:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #chartjs-tooltip:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 5px;
        margin-left: -5px;
    }

    #chartjs-tooltip:before {
        border-color: rgba(153, 153, 153, 0);
        border-top-color: #999;
        border-width: 8px;
        margin-left: -8px;
    }

.chartjs-tooltip-value {
    color: #444;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}

#chartjs-tooltip.border-none:after,
#chartjs-tooltip.border-none:before {
    border: none;
    border-top-style: solid;
    border-top-color: rgb(153, 153, 153);
}
/*
.index_button{
  width: 100%;
  height: 50px;
  background-color: #0C9C6E;
  border-radius: 0;
  color: #fff;
  text-align:center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
  padding-top:10px;
  font-size:16px;

.index_button a, a:hover, a:visited{
  width: 100%;
  height: 60px;
  background-color: #0C9C6E;
  border-radius: 0;
  color: #fff;
  text-align:center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
  padding-top:10px;
  font-size:14px;
}*/

/* Style for the graph legend */
.legend {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .legend .title {
        display: inline-block;
        padding: 3px;
        font-size: 90%;
    }

    /* Box colours blue and grey */
    .legend .actual {
        background-color: #0093CA;
    }

    .legend .target {
        background-color: #0C9C6E;
    }

    .legend .box {
        border: 0px solid #000000;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 4px;
        vertical-align: middle;
    }

#hamburger-mask-top,
#hamburger-mask-side {
    position: fixed;
    z-index: -1;
}

#hamburger-mask-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 64px;
}

#hamburger-mask-side {
    position: fixed;
    top: 64px;
    left: 0;
    width: 67vw;
    height: 100vh;
}

/*
    Styles the bounding boxes that float above the different measures on the list page.
    Its easier to tap a whole box than just a line of text
*/
.list-item-link-box {
    position: absolute;
    z-index: 10000;
    width: 140px;
    height: 80%;
    top: 10%;
}

#mainslider {
    background-color: #E0CAA8;
}

.dragload {
    display: block;
    text-align: center;
    line-height: 150%;
    font-size: xx-large;
}

.SAWlabels {
    font-size: 16px;
    line-height: 1.42857143;
    color: black;
    text-align: left;
    font-weight: bold;
    font-family: 'ProximaNovaRegular';
    padding-top: 5px;
    padding-left: 12px;
    background-color: #E0CAA8;
}

.Headerlabels {
    font-size: 17px;
    line-height: 1.42857143;
    font-weight: bold;
    font-family: 'ProximaNovaRegular';
    padding-top: 5px;
    text-indent: 0px;
    /*padding-left: 0px;*/
    text-align: center;
    line-height: 28px;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    /* show it on small screens */
    .displayeddata {
        display: block;
    }

    .hiddendata {
        display: none;
    }

    .timeupdate {
        display: inline;
    }

    .datetimeupdate {
        display: none;
    }
}

@media screen and (min-width: 501px) and (max-width: 5024px) {
    .displayeddata {
        display: none;
    }

    .hiddendata {
        display: block;
    }

    .timeupdate {
        display: none;
    }

    .datetimeupdate {
        display: inline;
    }
}

.footerButtons{
    float:left;
    background: #f6f0eb;
    color:rgb(34, 34, 34);
    font-size:13px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:0px;
   font-weight:500;
    height:100%;
    margin:0;
    padding:0;
    padding-right:0px;
    width:20%;
    display:block;
}

.hideFooterButtons{
   position: fixed;
    bottom: 30px;
    left: 0px;
    right: 0px;
    height: 45px;
    background-color: #E0CAA8;
}

div#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    background-color: #E0CAA8;
}

div#empty-space {
    height: 40px;
}

#mydiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index: 1000;*/
    background-color: white;
    opacity: .8;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
}

.activex {
    background: #0093ca !important;
    color:white !important;
    border:5px thin solid !important;
    font-weight:bold;
}

.refresh {
    background-color: gray;
    display: unset;
    color: white;
}

.duringRefresh {
    background-color: green;
    display: unset;
    color: white;
}
.duringRefresh:hover {
     color: white;
}

.refresh:hover {
    color: white;
}