﻿
/* data.styles.css */

.data-header-group {
    padding-top: 30px;
    width: 970px;
}

.data-header {
    height: 90px;
}

/*.data-return {
    font-size: 12px;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    display: inline-block;
    padding: 30px 0px 8px 20px;
    border-right: solid 1px #ccc;
    margin-right: 20px;
    display: inline-block;
    float: left;
}*/

.data-site-meta {
    display: inline-block;
    float: left;
    width: 50%;
    margin-right: 20px;
}

.data-customer {
    font-size: 14px;
}

.data-project {
    font-size: 30px;
}

.data-export-main-button {
    margin: 20px;
}

.data-demourl {
    display: inline-block;
    font-size: 11px;
    margin: 5px 0;
}

.data-dates {
    border-left: solid 1px #ccc;
    padding: 6px 30px 0 30px;
    font-size: 12px;
    display: inline-block;
    float: right;
    width: 280px;
    margin-bottom: 10px;
}

.data-date-highlight {
    /*background:#ffc;*/
    font-weight: bold;
    /*padding:2px 4px;*/
    /*display:inline-block;*/
    font-size: 16px;
    margin-bottom: 10px;
}

.data-date-complete {
    margin-bottom: 8px;
}

.data-frame-map-area {
    width: 100%;
    height: 522px;
    overflow: hidden;
    position: relative;
    background: #ccc;
}

.data-frame-area {
    width: 700px;
    height: 522px;
    overflow: hidden;
    position: relative;
    background: #ccc;
}

.data-version8 .data-frame-area {
    height: 638px;
}

.data-frame {
    width: 5000px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.data-content {
    float: left;
    width: 700px;
    height: 100%;
}

.data-content-frame {
    width: 100%;
    height: 100%;
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
}

    .data-content-frame iframe {
        border: none;
    }

.data-tabs {
    clear: both;
    margin-top: 10px;
    height: 50px;
    display: flex;
    gap: 5px;
}

.data-tab {
    float: left;
}

.data-screen-button {
    background: #eee;
    border-radius: 3px;
    outline: solid 1px #aaa;
    padding: 3px 8px;
    width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

    .data-screen-button:focus {
        outline: solid 1px #aaa;
        border: none;
    }

.data-screen-title {
    width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.data-screen-button[is_selected='true'] {
    background: #cfc;
    color: #000;
}

.data-screen-button img {
    /*width:100px;*/
    opacity: 0.5;
}

.data-screen-button[is_selected='true'] img {
    opacity: 1;
}

[screen_type='N/A'] .data-screen-button {
    opacity: 0.5;
}

.data-display-area {
    /*clear: both;*/
    width: 700px;
    float: left;
}

.data-grid {
    display: grid;
    grid-template-columns: 3fr 1.5fr;
    gap: 10px;
    width: fit-content;
    margin: 0px;
}

[print_mode='true'] .data-grid{
    margin-bottom: 50px;
}

.data-margin-left {
}

.data-margin-right {
    /*float: right;*/
    padding: 20px;
}

.data-meta {
    display: block;
}
.data-meta > div {
    width: fit-content;
    height: fit-content;
    text-align: left;
}

[is_stip='true'].data-meta {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    height: 280px;
}

[is_stip='true'] .data-downloads {
    position: absolute;
    top: 10px;
    left: 720px;
    width: 250px;
}

[is_stip='true'] .data-data-points {
    position: absolute;
    top: -110px;
    left: 350px;
    width: 300px;
}

[is_stip='true'] studio-zoom {
    position: absolute;
    left: 280px;
    top: -30px;
}

[is_stip='true'] .studio-zoom__button {
    right: 220px;
}

.project-stip-screenshot {
    width: 100%;
    text-align: center;
    padding: 20px;
}

    .project-stip-screenshot img {
        width: auto;
        height: 200px;
    }

.data-screenshot-container {
    position: relative;
    margin-top: 10px;
    height: 205px;
}

.data-zoom-button {
    position: absolute;
    right: 10px;
    top: -10px;
    z-index: 3;
    background: #fff;
}

.data-screentype-icon {
    height: 20px;
    width: 20px;
}

.data-downloads {
    /*margin-top: 20px;*/
    font-size: 12px;
    height: 500px;
    width: 500px;
}

studio-data-download-button {
    display: inline-block;
    clear: both;
    position: absolute;
    width: 360px;
}

.data-download-button {
    width: 230px;
    display: inline-block;
    margin-right: 4px;
    float: left;
    box-shadow: 1px 1px 0 1px #999;
    height: 60px;
    font-size: 16px;
}

    .data-download-button:focus {
        box-shadow: 0 0 0 #999;
    }
.data-download-button-icon {
    color: #1D6F42;
}

.data-download-button-info {
    position: center;
}

.data-download-button-generate-text{
    font-weight: bold;
}

.data-download-refresh {
    display: inline-block;
    font-size: 11px;
    float: left;
    line-height: 13px;
    margin-top: 4px;
}

.data-download-refresh-button {
    color: #09c;
    position: absolute;
    padding: 24px 10px 0px 10px;
}

/*.data-download-date{
    padding-left: 3px;
}*/

.data-below {
    clear: both;
    display: none;
}

.data-download-button span .fa-check {
    color: green;
    margin-left: 12px;
}

.data-download-spinner {
    display: flex;
    width: 200px;
    height: 10px;
    clear: both;
    margin: 5px 65px 0px;
}

.data-start-date {
    margin: 10px auto -10px;
}

    .data-start-date .date-input {
        width: 120px;
        border-radius: 4px;
    }

    .data-start-date .time-input {
        width: 40px;
        border-radius: 4px;
    }

/* ------------------------------------ */

.data-table-area {
    margin-top: 20px;
    clear: both;
}

.data-table {
    width: 300px;
    float: left;
    display: inline-block;
    margin: 10px 10px 0px 0px;
    border: solid 1px #ccc;
    padding: 5px;
    position: relative;
}

.data-table--ranking {
    width: 225px;
}

.data-table-header {
    border-bottom: solid 1px #999;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.data-table-header--original {
    font-size: 12px;
}

.data-table-footer {
    border-top: solid 1px #999;
    padding-top: 5px;
    margin-top: 5px;
    clear: both;
    position: relative;
    min-height: 30px;
}

.data-table-row {
    position: relative;
    height: 20px;
    line-height: 20px;
}

.data-table-row--wide {
    position: relative;
    height: 20px;
    line-height: 20px;
    clear: both;
}

    .data-table-row--wide .data-table-col {
        display: inline-block;
        float: left;
        position: relative;
    }

    .data-table-row--wide .data-table-bar {
        left: 30px;
    }

.data-table-bar {
    position: absolute;
    left: 70px;
    top: 0px;
    height: 18px;
    width: 1px;
    margin-top: 1px;
    background: #a5cecb;
}

.data-table--ranking .data-table-bar {
    border-radius: 0px 3px 3px 0px;
}

.data-table-value {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    text-align: right;
}

.data-table-value--percentage {
    left: 32px;
    font-size: 11px;
    color: #777;
    text-align: center;
}

.data-table-index {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 11px;
}

.data-table--ratings[num_ratings='2'] {
    width: 225px;
}

.data-table--ratings[num_ratings='5'] {
    width: 178px;
}

    .data-table--ratings[num_ratings='5'] .data-table-header {
        font-size: 16px;
    }

    .data-table--ratings[num_ratings='5'] .data-table-col {
        width: 33px;
        height: 120px;
        float: left;
        display: inline-block;
        position: relative;
    }


    .data-table--ratings[num_ratings='5'] .data-table-bar {
        top: auto;
        left: 0px;
        bottom: 30px;
        width: 31px;
        height: 1px;
        border-radius: 3px 3px 0px 0px;
    }

.data-table--ratings[num_ratings='2'] .data-table-bar {
    border-radius: 0px 3px 3px 0px;
}

.data-table--ratings[num_ratings='5'] .data-table-value {
    top: auto;
    left: 0px;
    bottom: 10px;
    text-align: center;
    width: 31px;
}

    .data-table--ratings[num_ratings='5'] .data-table-value.data-table-value--percentage {
        bottom: 0px;
    }

.data-table--ratings[num_ratings='5'] .data-table-index {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 31px;
    font-size: 11px;
}

.data-table--exit {
    min-height: 225px;
}

.data-table--survey {
    min-height: 210px;
}

    .data-table--survey .data-table-header {
        font-size: 14px;
        overflow: visible;
        white-space: normal;
        text-align: left;
    }

.data-table--exit .data-table-index {
    right: auto;
    left: 70px;
    text-align: left;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.data-table--exit .data-table-header {
    font-size: 14px;
    overflow: visible;
    white-space: normal;
    text-align: left;
}

.data-table--exit .data-table-value {
    text-align: right;
    left: 0px;
    width: 60px;
    font-size: 13px;
}

.data-table--exit .data-table-footer {
    min-height: 30px;
}

    .data-table--exit .data-table-footer .data-table-index {
        top: 8px;
    }

    .data-table--exit .data-table-footer .data-table-value {
        top: 8px;
    }

.data-table--survey .data-table-index {
    right: auto;
    left: 70px;
    text-align: left;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.data-table--survey .data-table-value {
    text-align: right;
    left: 0px;
    width: 60px;
    font-size: 13px;
}

.data-too-many {
    font-size: 11px;
    font-style: italic;
    padding: 15px;
}

.data-points {
    margin-top: 20px;
    border: solid 1px #aaa;
    border-radius: 6px;
    padding: 10px;
    background: #dff4ff;
}

.data-points-highlight {
    display: inline-block;
    padding: 2px 5px;
    font-weight: bold;
}

.data-group-header {
    clear: both;
    font-size: 22px;
    margin-top: 20px;
    border-top: solid 1px #ccc;
    padding-top: 8px;
}

.data-group-table {
    clear: both;
    margin-bottom: 0px;
    display: inline-block;
}

.data-traffic-summary {
    float: right;
    border: solid 1px #ccc;
    margin: 20px;
    padding: 10px;
}

.data-traffic-summary-head {
    font-size: 14px;
    font-weight: bold;
}

.data-table--traffic {
    width: 225px;
    min-height: 680px;
}

.data-traffic-row:hover {
    background: #ffc;
}

.data-traffic-date {
    display: inline-block;
    text-align: right;
    width: 60px;
}

.data-traffic-web {
    display: inline-block;
    width: 60px;
    text-align: right;
}

.data-traffic-mobile {
    display: inline-block;
    width: 60px;
    text-align: right;
}

.data-table--markers {
    width: 146px;
    min-height: 200px;
}

    .data-table--markers .data-table-index {
        position: static;
        display: inline-block;
        float: left;
        width: 96px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        margin-left: 7px;
    }

    .data-table--markers .data-table-value {
        text-align: right;
        position: static;
        display: inline-block;
        float: left;
        width: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
    }

.data-table--traffic-wide {
    width: 100%;
    margin-top: 0px;
}

    .data-table--traffic-wide .data-table-col {
        display: inline-block;
        float: left;
        width: 27px;
        height: 95px;
        position: relative;
    }

        .data-table--traffic-wide .data-table-col:hover {
            background: #ffc;
        }

    .data-table--traffic-wide .data-table-col-first {
        display: inline-block;
        float: left;
        width: 65px;
        height: 30px;
        position: relative;
    }

    .data-table--traffic-wide .data-table-col[is_today='true'] .data-traffic-date {
        /*background:#cfc;*/
        font-weight: bold;
        background: #a8ffa8;
    }

    .data-table--traffic-wide .data-traffic-date {
        position: absolute;
        top: 0px;
        border-bottom: solid 1px #ccc;
        width: 100%;
        font-size: 11px;
        padding: 0px 2px;
        text-align: center;
    }

    .data-table--traffic-wide .data-traffic-web {
        position: absolute;
        top: 23px;
        font-size: 11px;
        width: 100%;
    }

    .data-table--traffic-wide .data-traffic-mobile {
        position: absolute;
        top: 44px;
        font-size: 11px;
        width: 100%;
    }

    .data-table--traffic-wide .data-traffic-total {
        display: inline-block;
        text-align: right;
        position: absolute;
        top: 20px;
        font-size: 11px;
        width: 100%;
        padding: 0px 2px;
        text-align: center;
    }

    .data-table--traffic-wide .data-table-bar {
        top: auto;
        left: 1px;
        bottom: -6px;
        width: 25px;
        height: 1px;
        border-radius: 3px 3px 0px 0px;
        transition: height 1s;
    }

.data-table-traffic-month {
    clear: both;
}

.data-table-traffic-head {
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
}


.data-table--chips {
    width: 100%;
    margin-top: 0px;
}

    .data-table--chips .data-table-col {
        display: inline-block;
        float: left;
        width: 28px;
        height: 60px;
    }

    .data-table--chips .data-table-col-first {
        display: inline-block;
        float: left;
        width: 60px;
        height: 30px;
    }

.data-table--sliders {
    width: 300px;
    height: 115px;
    margin-top: 20px;
}

    .data-table--sliders .data-table-col {
        display: inline-block;
        float: left;
        width: 28px;
        height: 45px;
        text-align: center;
    }

    .data-table--sliders .data-table-col-first {
        display: inline-block;
        float: left;
        width: 60px;
        height: 30px;
    }

.data-showbars {
    float: right;
    clear: both;
    padding-top: 20px;
}

[show_bars='false'] .data-table-bar {
    display: none;
}

.data-report__spinner {
    padding-top: 20px;
    margin-left: 15px;
}

    .data-report__spinner md-progress-circular {
        float: left;
        margin-right: 8px;
    }

.data-report-page-nav {
    border: solid 1px #aaa;
    border-bottom: none;
    width: 700px;
    float: left;
    border-radius: 12px 12px 0px 0px;
    background: #eee; 
    min-height: 60px;
}

[print_mode='true'][studioview='Data'] .data-report-page-nav {
    background: #fff;
}

.data-report-chartjs {
    width: 55%;
    float: left;
    padding: 2px 0px 2px 0px;
    margin-top: 8px;
    font-size: 16px;
    border: solid 2px #555;
}

.data-report-chartjs-next {
    width: 25%;
    float: left;
    padding: 2px 0px 2px 0px;
    margin: 8px 0px 0px 10px;
    font-size: 16px;
    border: solid 2px #555;
}

.data-report-chartjs-filter {
    float: left;
    text-align: right;
    padding: 0px 0px 0px 12px;
    text-align: center;
}

.data-report-chartjs-format {
    color: #557ff2;
    font-size: 20px;
    text-align: center;
    margin: 10px 0px 0px 10px;
}

.data-report-chartjs-format--disabled {
    color: #999;
    font-size: 20px;
    margin: 10px 0px 0px 10px;
}
    
    .data-report-page {
        display: inline-block;
        padding: 4px 8px;
        /*outline:solid #999 1px;*/
        /*padding-right:25px;*/
        margin: 0px 8px 0px 0px;
    }

    .data-report-page i {
        /*color:#fff;*/
        display: none;
    }

    .data-report-page[page_selected='true'] {
        background: #9f9;
    }

        .data-report-page[page_selected='true'] i {
            display: inline;
            color: #000;
        }

.data-points-row--header {
    font-weight: bold;
    font-size: 12px;
    border-bottom: solid 1px #999;
    display: block;
}

.data-report-page-nav__header {
    /*display: flex;*/
    clear: both;
    margin-top: auto;
    margin-bottom: 10px;
    margin-left: 15px;
    padding: 20px 20px 10px 0px;
    float: left;
}

.data-report-page-nav__label {
    display: inline-block;
    float: left;
    width: 65px;
    font-size: 11px;
    text-align: right;
    margin-right: 8px;
    line-height: 13px;
}

.data-report-page-nav__controls {
    display: inline-block;
    float: left;
    width: 170px;
    font-size: 11px;
    text-align: right;
    margin-right: 8px;
    line-height: 13px;
    height: 30px;
    background: #cfc;
}

.data-report-page-nav__message {
    float: left;
    /*width:420px;*/
    margin: auto;
    line-height: 13px;
}

.data-report-page-nav__message-body {
    display: inline-block;
    /*width: 490px;*/
    float: left;
    margin-left: 6px;
    line-height: 16px;
    font-size: 16px;
}

select.data-report-page-nav__controls {
    border-radius: 4px;
    padding: 6px;
}


    select.data-report-page-nav__controls option {
        line-height: 16px;
    }

.data-report-page-nav__message span {
    float: left;
}

.data-btn-testing-start-date {
    margin: 2px auto;
}

.data-ready {
    color: green;
}

.data-panel-nav {
    border: 1px #aaa solid;
    border-bottom: none;
    width: 700px;
    float: left;
    padding-top: 5px;
}

.data-panel-button {
    display: inline-block;
    margin-right: 3px;
    border: solid 1px #aaa;
    padding: 3px;
    width: 70px;
    text-align: center;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .data-panel-button:focus {
        outline: none;
        border: solid 1px #aaa;
    }

[num_panels='5'] .data-panel-button {
    width: 100px;
}

[num_panels='4'] .data-panel-button {
    width: 120px;
}

[num_panels='3'] .data-panel-button {
    width: 150px;
}

[num_panels='2'] .data-panel-button {
    width: 200px;
}

.data-panel-button[selected_panel='true'] {
    background: #9f9;
}

.data-display-footer {
    border: solid 1px #aaa;
    border-top: none;
    width: 700px;
    float: left;
    border-radius: 0px 0px 12px 12px;
    margin-bottom: 20px;
    padding: 10px;
    font-style: italic;
    font-size: 12px;
}
/*[report_type='rating'] .data-display-footer {
    color:#fff;
}*/

/* ---------- Maps ----------- */
.data-map-wrap {
    position: relative;
    width: 700px;
    height: 560px;
    margin: auto;
    padding: 2px;
}

.data-map-options {
    position: relative;
    left: -6px;
    bottom: 14px;
    height: 100px;
    width: 692px;
    border-bottom: 1px solid #bbb;
    text-align: center;
}

.data-map-options__open {
    bottom: 0px;
    display: inline-flex;
}

.data-map-options-markertypes {
    width: 540px;
    overflow-x: auto;
    height: 100%;
    display: inline-flex;
    overflow-y: hidden;
}

.data-map-options-btn {
    position: absolute;
    left: 280px;
    top: -25px;
    height: 25px;
    width: 100px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: rgba(255,255,255,0.9);
    border: 4px solid #bbb;
    border-bottom: none;
}

    .data-map-options-btn:focus {
        border: 4px solid #bbb;
        border-bottom: none;
    }

    .data-map-options-btn p {
        margin: -1px 0px 0px -6px;
    }

        .data-map-options-btn p i {
            margin: 4px;
        }

.data-map-options-item {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 20px;
}

.data-map-options-item-v8 {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: auto 18px;
}

.data-map-filter-circle {
    position: absolute;
    top: 0px;
    right: -6px;
    font-size: 20px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: solid 1px #999;
}

.data-options-check {
    position: absolute;
    color: #080;
    top: 0px;
    left: 2px;
    font-size: 17px;
}

.data-options-times {
    position: absolute;
    color: #d80000;
    top: 0px;
    left: 2px;
    font-size: 17px;
}

.data-map-options-label {
    position: absolute;
    width: 80px;
    line-height: 14px;
    text-align: center;
    left: -20px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data-map-options-controls {
    position: relative;
    right: 0px;
    top: 12px;
    height: 100%;
    width: 160px;
    padding: 6px;
}
.data-map-options-controls-styles {
}

.data-map-options-markertype--fusion {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    margin: 6px 2px 6px 8px;
    box-shadow: 0px 2px 4px 1px #777;
}

.data-map-marker-info {
    position: absolute;
    left: 150px;
    top: -100px;
    border-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 100px;
    width: 440px;
    background: rgba(255,255,255,0.9);
    border: 3px solid #bbb;
    transition: all ease-in-out 100ms;
    z-index: 1;
}

.data-map-marker-info__open {
    left: 150px;
    top: 60px;
}

.data-map-marker-info .fa-times {
    position: absolute;
    right: 10px;
    top: 10px;
}

.data-map-marker-info-left {
    height: 100%;
    width: 80px;
    line-height: 96px;
    background: #ccc;
    text-align: center;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 0;
}

.data-map-marker-info-right {
    height: 100%;
    width: 340px;
    line-height: 14px;
    text-align: left;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    /*padding: 10px 10px 5px 10px;*/
    overflow-x: auto;
    margin: 10px;
}

    .data-map-marker-info-right p {
        width: 90%;
        float: right;
        margin-right: 20px;
    }

.data-map-marker-infowindow {
    max-width: 400px;
    /*min-width: 300px;*/
    padding: 10px 10px 10px 50px;
}

.data-map-marker-left {
    width: 60px;
    height: 100%;
    color: #060;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 48px;
    text-align: center;
}

.data-map-marker-response {
    margin-left: -30px;
}

.data-map-marker-item {
    min-width: 60px;
    padding-left: 10px;
    text-align: right;
    display: inline-block;
}

.data-map-marker-infowindow label {
    width: 80px;
    text-align: right;
    margin-bottom: 1px;
}

.data-map-marker-response label {
    text-align: right;
    width: 84px;
    margin-right: 7px;
}

.data-map-marker-infowindow hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.data-dev-features-toggle {
    position: fixed;
    bottom: -10px;
    left: 160px;
    width: 130px;
    height: 40px;
    padding: 4px;
    /*line-height: 40px;*/
    text-align: center;
    font-size: 11px;
    background: #666;
    color: white;
}

.data-map-loading-spinner {
    position: absolute;
    top: 100px;
    left: 300px;
}
/* ------------------------------------------------------ PRINT MODE ---------------------------------------------------- */
[print_mode='true'][studioview='Data'] .studio-canvas-main {
    /*width:700px;*/
    overflow: hidden;
    outline: 2px dashed #adadad;
    margin: 10px auto;
    background-color: #FFF;
}

.data-print-footer,
.data-print-header,
[print_mode='true'] .data-tabs,
[print_mode='true'] .data-demourl,
[print_mode='true'] .data-date-live,
[print_mode='true'] .data-no-print-mode,
[print_mode='true'] .data-date-complete,
[print_mode='true'] .data-table-area .data-info,
[print_mode='true'] studio-zoom .studio-zoom__button {
    display: none;
}

[print_mode="true"] .data-screentype {
    clear: both;
    display: block;
}

[print_mode="true"] .data-print-mode {
    display: block;
}

[print_mode='true'] .data-header {
    float: left;
    height: 300px;
    width: 600px;
    /*height: 100px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #cdcdcd;*/
}

[print_mode='true'] .data-header__metroquest {
    margin-left: 20px;
}

[print_mode='true'].data-header .data-header__metroquest {
    margin: 0px 0px 15px 0px;
    font-size: 14px;
}

[print_mode='true'] .data-header .data-header__metroquest img {
    width: 150px;
}

[print_mode='true'] [header_num='1'] .data-header .data-header__metroquest {
    margin: 0px 0px 15px 0px;
    font-size: 14px;
}

    [print_mode='true'] [header_num='1'] .data-header .data-header__metroquest img {
        width: 250px;
    }

[print_mode='true'] [header_num] .data-header__titles {
    border-bottom: solid 1px #ccc;
    width: 587px;
    padding-bottom: 11px;
    margin-left: 35px;
}

[print_mode='true'] [header_num='1'] .data-header__titles {
    margin-left: 60px;
    width: 554px;
}

[print_mode='true'] .data-customer {
    font-size: 14px;
}


[print_mode='true'] [header_num='1'] .data-header .data-customer {
    font-size: 18px;
}

[print_mode='true'] studio-zoom {
    position: relative;
    float: right;
    width: 356px;
    margin-top: 0px;
}

    [print_mode='true'] studio-zoom .studio-zoom__screenshot {
        right: auto;
        left: 0;
    }

[print_mode='true'] .data-frame-area {
    width: 945px;
    height: 700px;
}

[print_mode='true'] .data-site-meta {
    width: 670px;
}

.data-meta-print {
    /*width: 28%;
    float: right;*/
}

[print_mode='true'] .data-meta {
    width: 100%;
    padding: 0 10px;
}

[print_mode='true'] .data-dates {
    float: left;
    border: none;
    padding-left: 0;
}

[print_mode='true'] .data-points {
    /*font-size: 1.6rem;
    border: none;
    border-radius: 0;
    border-left: 12px solid #adadad;
    padding-left: 20px;
    margin-left: 8px;*/
    padding: 20px 0px 0px 0px;
    clear: both;
    border: none;
    text-align: center;
    font-size: 20px;
}

[print_mode='true'] .data-points-row {
    display: inline-block;
    margin: 0px 20px;
}

[print_mode='true'] .data-points-row--header {
    font-weight: bold;
    display: block;
}

[print_mode='true'] .data-print-mode-nav {
    position: fixed;
    right: 40px;
    top: 40px;
    padding: 12px;
    width: 136px;
    z-index: 2;
    background: #eee;
    border-radius: 12px;
}

.data-screen-select {
    width: 100%;
    margin-bottom: 10px;
}

.data-print-mode-nav .btn {
    width: 100%;
}

[print_mode='true'] .data-content {
    width: 945px;
    height: 700px;
}

[print_mode='true'] .studio-page-break .studio-page-break__content {
    border-bottom: 2px dashed #adadad;
    margin-bottom: 50px;
    margin-top: 50px;
}

    [print_mode='true'] .studio-page-break .studio-page-break__content::before {
        content: "PAGE BREAK";
        color: #adadad;
    }

[print_mode='true'] .demo-checkbox,
[print_mode='true'] .eventing-status {
    display: none;
}

[print_mode='true'] .data-report-page-nav {
    border: none;
    font-size: 24px;
}

[print_mode='true'] .data-display-footer {
    /*border: none;
    font-size:18px;*/
    display: none;
}

.data-meta .fa-info-circle {
    color: #080;
    width: 14px;
}

.data-downloads-alert-spinner {
    margin: 14px auto;
    width: 20px;
}

.data-downloads-title {
    font-size: 14px;
    position: absolute;
    top: 450px;
    width: 200px;
}

.data-downloads-alert {
    width: 200px;
}

.data-kpi-stip-prompt {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0px 0px 0px;
    border-top: 1px dotted #999;
    font-size: 12px;
}

    .data-kpi-stip-prompt .fa-info-circle {
        color: #080;
    }

/* TEMP solution for PBI conflict with form elements that makes navigation dropdown to stop responding */
.data-temp-page__nav-buttons {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 12px;
    margin: 0px auto 10px;
    color: #337ab7;
}
.data-temp-page__button {
    margin: auto 4px;
    display: inline-block;

}
.data-temp-page__button .fa{
    font-size:12px;
    padding-bottom:3px;
}
.data-temp-page__button[is-selected='true'] {
    font-weight: 700;
}
/*.data-error-alert {
    color: red;
    margin: -10px -11px 10px;
    padding: 12px;
    border-left: 2px solid red;
    border-right: 2px solid red;
    border-bottom: 2px solid red;
}

.data-error-redborder--dataview {
    border-top: 2px solid red;
    border-right: 2px solid red;
    border-left: 2px solid red;
}*/
/* ------------------------ Media query for print styles ------------------------- */
@media print {
    .data-print-mode-nav, .data-report-page-nav__controls, [print_mode='true'] .demo-checkbox, .eventing-status {
        display: none;
    }

    .data-print-footer {
        display: block;
        text-align: center;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 60px;
        line-height: 60px;
        width: 100%;
    }

    .data-print-header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100px;
        width: 100%;
    }

    [print_mode='true'][studioview='Data'] .studio-canvas-main {
        outline: none;
        margin: 0;
    }

    [print_mode='true'] .studio-page-break .studio-page-break__content {
        display: none;
    }

    [print_mode='true'] .data-table-bar,
    .data-table-bar {
        background: #a5cecb !important; /* --- To print background color --- */
        -webkit-print-color-adjust: exact;
    }

    [print_mode='true'] .data-report-page-nav,
    [pirnt_mode='true'] .data-report-page-nav__header,
    [print_mode='true'] .data-report-page-nav__message,
    [print_mode='true'] .data-report-page-nav__message-body {
        width: 100%;
        font-size: 24px;
        line-height: 28px;
    }
}
