﻿/*@SmallScreenMin: 576px; // Large Mobile*/
/*@MediumScreenMin: 768px; // Tablet*/
/*@LargeScreenMin: 992px; // Small desktop*/
/*@ExtraLargeScreenMin: 1200px; //Desktop and Laptop*/

/*td.wz-row-click-col, 
th.wz-row-click-col {
    display: none;
}*/

/* Needed to stop page jumping when there’s no scrollbar*/
html {
    overflow-y: scroll;
}

.wz-parameter-page-control
{
    display: none; /* Not properly implemented yet.  Not sure it is really necessary */
}

.wz-member-search-results select {
    width: 155px;
}

.wz-member-search-button {
    display: none; /* Generally probably don't want to show this - but for backwards compatbility then might.  Note also that the old site recolours the triangle - so should add that as well */
    background-image: url(../images/TriangleRight.png);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.wz-report-parameter__inputarea input.js-membersearch {
    width: 155px;
    border: 1px solid lightgrey;
    border-radius: 3px;
}

/*.wz-primary-button {
    text-transform: uppercase;
}*/

.wz-page-header {
    padding-top: 10px;
    padding-bottom: 15px;
}

.wz-site-logo {
    display: inline-block;
}

.wz-page-header__bootstrap-menu, .wz-logout {
    display: block;
    float: right;
}

.wz-page-header__bootstrap-menu .navbar-toggle {
    padding:0;
}

.wz-page-header__bootstrap-menu .icon-bar {
    height: 4px;
    width: 27px;
}

.wz-logout__button {
    color: black;
    background-color: #FFF;
    margin-right: 15px;
    margin-top: 17px;
    display: block;
    float: right;
    padding: 10px 17px 10px 17px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.wz-logout__button:hover, .wz-logout__button:focus {
    text-decoration:underline;
}
        /*.wz-page__inner,*/
.wz-page-top-header__inner,
.wz-page-header__inner,
.wz-page-menu__inner,
.wz-homepage-content,
.wz-loginpage-content,
.wz-report__inner,
.wz-report-header__inner,
.wz-page-footer__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1360px; /* ie Note that the real width is this minus the 60px of padding */
}

.wz-report-header {
    padding-bottom: 10px;
}

.wz-page-menu .container-fluid {
    padding-left: 0;
}


.wz-html {
    display: inline-block;
}

/*This equivalent to "clearfix" */
.wz-container:after,
.wz-page-top-header:after,
.wz-page-header:after,
.wz-report-body:after,
.wz-page-footer:after,
.wz-report-body-header:after,
.wz-header-strip:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wz-page-footer .wz-html {
    display: inline-block;
}
.wz-page-footer .wz-html:last-child {
    float: right;
}
.wz-page-footer .wz-html:first-child {
    float: left;
}

.wz-report, .wz-page-footer {
    padding-top: 15px;
}

.wz-report-title, .wz-page-title {
    display: inline-block;
    padding-left: 7px;
    font-size: 24px;
    /*text-transform: uppercase;*/
    font-weight: bold;
}

.wz-date-range-container {
    display: inline-block;
}

.wz-report-parameter {
    display: inline-block;
    margin: 10px 0 0 5px;
    width: auto;
    vertical-align: top;
}

.wz-hierarchy-parameters {
    display: inline;
}

.wz-report-parameter__label {
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 7px;
}

.wz-report-parameter__select, .wz-report-parameter__inputarea input.js-membersearch {
    max-width: 300px;
    padding: 5px;
}

.wz-report-parameter__list {
    float: none;
    padding: 4px;
    display: block;
}

.wz-report-parameter__list-item {
    background: none;
    cursor: pointer;
    display: inline-block;
    padding-right: 3px;
    border-right: 1px #939897 solid;
    text-decoration: none;
    list-style: none;
    font-weight: normal;
}

.wz-report-parameter__list-item--breadcrumb {
    border-right: none;
}

.wz-report-parameter__list-item--selected {
    font-weight: bold;
}

.wz-menu__nav {
    background-position: center center;
    background-repeat: repeat-x;
    border: none;
    min-height: 30px;
    overflow: inherit;
    padding: 0;
}

.wz-page-menu .navbar-collapse {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.wz-menu__list {
    margin: 0;
    padding-left: 0;
    overflow: inherit;
}

.wz-menu__item {
    display: inline-block;
    padding: 7px 11px 3px 11px;
    line-height: 40px;
    font-size: 14px;
    /*text-transform: uppercase;*/
}

.wz-menu .wz-menu__list .wz-menu__item .wz-menu__link {
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease;
    padding: 0;
    width: 100%;
}

.wz-report-table {
    overflow-x: auto; /* Not sure about this - might conflict with Bootstrap responsive tables */
}

.wz-report-table thead tr th {
    vertical-align: middle;
    border-bottom: 1px solid #afafaf;
}

.wz-report-table--sortable thead .header {
    /*margin-right: -1px;*/ /* Not sure why this was needed so commenting out for the time being*/
    padding-right: 20px;
    background-image: url(../images/sortable.png);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.wz-report-table--sortable thead .headerSortUp {
    background-image: url(../images/sort-asc.png);
}

.wz-report-table--sortable thead .headerSortDown {
    background-image: url(../images/sort-desc.png);
}

@media only screen and (max-width: 767px) {

    .wz-page-header__inner,
    .wz-page-menu__inner,
    .wz-homepage-content,
    .wz-loginpage-content,
    .wz-report__inner,
    .wz-report-header__inner,
    .wz-page-footer__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wz-page-menu__inner {
        padding-left: 0;
        padding-right: 0;
    }

    .wz-page-menu .container-fluid {
        padding-left: 15px;
    }

    .wz-page-menu .wz-menu__nav {
        min-height: 2px;
    }

    .wz-report-table {
        margin-right: -15px;
    }

    .wz-logout {
        display: none;
    }

}


@media only screen and (min-width: 768px) {
    .wz-menu--top .wz-menu__list .wz-menu__item--logout,
    .wz-page-header__bootstrap-menu {
        display: none;
    }
}

.wz-project-files{
    margin-top:20px;
}



.wz-shop-query-section-header {
    margin: 30px 0 10px 5px;
    font-size: 18px;
}

.wz-graph {
    margin-bottom: 30px;
    border: 1px solid #efefef;
    padding: 10px;
}

   /* This is a bit rubbish.  Have copied this from highcharts-customised.css */
.highcharts-legend-item text, .highcharts-data-label {
    font-weight: 200;
}

.highcharts-container {
    font-family: Arial, Calibri;
}

.highcharts-axis-labels {
    font-size: 1em;
}

.highcharts-data-label {
    font-size: 14px;
}

.highcharts-legend-item {
    font-size: 14px;
}

/* This one is a bit different to the others - this class is added by our javascript code.  Would be better to do this in a different way */
.highchartsCustomised-whiteDataLabels text {
    fill: #fff;
}

/* This is added by out javascript code when the labels can be clicked on to drill through */
.wz-chart-axis-label--clickable {
    cursor: pointer;
}
.wz-chart-axis-label--clickable:hover {
    font-weight: bold;
}

.wz-container--graphs {
    border: 1px solid #dadada;
    padding: 20px 0 0 0;
    margin-bottom: 30px;
}

.wz-gauge-graph{
    display: inline-block;
}

.wz-gauge-graph__title {
    font-size: 20px;
    margin: auto;
    text-align: center;
}

.wz-drillback {
    margin: 20px 10px 10px 10px;
}

.wz-site-logo{
    cursor: pointer;
}

.wz-action-plan,
.wz-shop-query
{
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #d3d3d3;
    padding: 10px;
}
.wz-action-plan__row,
.wz-shop-query__row
{
    padding-bottom: 15px;
}
.wz-action-plan__label,
.wz-shop-query__label {
    font-weight: bold;
}

.wz-action-plan__value textarea,
.wz-shop-query__value textarea,
.wz-shop-query-new-comment textarea {
    width: 100%;
    max-width: 700px;
    height: 115px;
}

/* The below wz-shop-query-comment related ones will need reviewing.  Effectively just copied what was in Disney */
.wz-shop-query-comment {
    margin-top: 1.5em;
    max-width: 700px;
}
.wz-shop-query-comment__header {
    background-color: #EDDB6D;
    overflow: hidden;
    padding: 0.25em;
    padding-left: 1em;
}
.wz-shop-query-comment__body {
    background-color: #F5EBB1;
    padding: 1em;
    padding-left: 1em;
}

.wz-shop-query-comment__commenter {
    float: left;
}
.wz-shop-query-comment__date {
    float: right;
}
.wz-shop-query-helptext {
    max-width: 700px;
    background-color: #f5f5f5;
    padding:15px;
    margin-bottom: 15px;
}
.wz-shop-query-visit-details {
    max-width: 700px;
}



.wz-report-body-title {
    margin-top: 14px;
    margin-bottom: 10px;
    margin-right: 5px;
    font-size: 22px;
    float: left;
}


.wz-header-strip {
    margin-bottom: 10px;
}

.wz-report-body-header .wz-header-strip {
    padding-top: 25px;
    display: inline-block;
    /*float: right;*/
}


.wz-report-export-icons {
    float: right;
    margin-right: 15px;
}


.wz-dropdown {
    position: relative;
    display: inline-block;
    /*float:right;*/
}

.wz-dropdown__button {
    background-color:white;
    /*padding: 4px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
    /*min-width: 160px;*/
}
    .wz-dropdown__button:hover, .wz-dropdown__button:focus {
        /*background-color: lightgray;*/
        text-decoration: underline;
        /*font-weight:bold;*/
    }

.wz-dropdown__list {
    padding: 0;
    display: none;
    position: absolute;
    background: #f2f2f2;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    list-style: none;
}

.wz-dropdown__list a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.wz-dropdown__list a:hover {
    background-color: #ddd;
}


.wz-download-zip-button {
    float: right;
    margin-bottom: 10px;
}

.wz-report-parameters {
    background-color: #efefef;
    padding: 10px 10px 15px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
}

.clearboth {
    clear: both;
}

.wz-shop-query-expired-message
{
    padding:10px;
}

.wz-excel-download-large {
    background-color: #8c62bb;
    color: #fff;
    padding: 3px 12px 6px 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.wz-excel-download-large:before {
        background-image: url(ViewFile.aspx?filename=download-white.png);
        background-size: CONTAIN;
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 21px;
        position: relative;
        top: 5px;
        width: 25px;
    }
    .wz-excel-download-large:hover, .wz-excel-download-large .focus {
        background-color: #bd3088;
        text-decoration: none;
        color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    }


.wz-report-table th.Icon,
.wz-report-table td.Icon,
.wz-report-table th.drilldown, 
.wz-report-table td.drilldown {
    text-align: center;
    width: 25px;
}


/*Used by WizardReportModelBuilder_ScoreTrend_TfL.  Should change these names - they are currently the same as on the old site */ 
.target-positive {
    color: green;
}

.target-negative {
    color: red;
}

.wz-visitreport-embedded-image, 
.wz-shop-query-embedded-image {
    width: 100%;
    max-width: 300px;
}

.wz-table-pager img {
    vertical-align: initial;
    cursor: pointer;
}

.wz-summary-link {
    display: block;
    clear: left;
    padding-bottom: 10px;
}

div.wz-loginpage-intro {
    padding-top: 10px;
    padding-bottom: 10px;
}
.wz-loginpage-intro p {
    font-size: 13px;
/*    color: #EE3124; */
}
a.wz-loginpage-link,
a:visited.wz-loginpage-link {
    /*    color: #337ab7; */
    text-decoration: none;
}
a:hover.wz-loginpage-link,
a:focus.wz-loginpage-link {
    text-decoration: underline;
}

.wz-max-width-medium {
    max-width: 470px;
}

@media (min-width: 768px) {
    .wz-col-md-fixed-width {
        max-width: 768px;
        width: 100%;
    }
}

@media print {
    .wz-no-print {
        display: none;
    }
}