﻿body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #4c4a4a;
    background-color: #fff;
}

body {
    padding-top: 50px;
}

body, html {
    background-color: #edebeb;
    -webkit-font-smoothing: auto;
    height: 100%;
    position: relative;
    overflow-x:hidden;
}

ul li {
    white-space:nowrap;
}

.fa,.glyphicon {
    color:#0aaaff
}

.propotion {
    max-width:200px;
    padding:15px 30px;
    background-color:#ddd;
    margin:auto;
}

.prop {
    font-size:18px;
}

.error {
    color:red;
}

.tips {
    color:red;
    left:0;
    bottom:0;
    margin-top:15px;
}

    .validation-summary-errors {
    color: red;
    font-size: 1em;
    display: inline-block;
    float:right;
    margin-top:18px;
}

 .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

 .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }
.label-checkbox {
    font-weight:500;
}

.input-panel-head {
    max-width:60px;
}

.panel-head-item {
    margin-right:15px;
}

.success {
    color:green;
}

.dropdown-menu li {
    padding:5px 15px;
    cursor:pointer;
}

    .dropdown-menu li:hover {
        background:#ededed;
    }

.has-expanded-analytics-menu .analytics-menu {
    width: 230px;
}

.has-expanded-analytics-menu .analytics-menu-item__text {
    opacity: 1;
    max-height: 400px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.has-expanded-analytics-menu .analytics-inner-container {
    padding-left: 230px;
}

a {
    background-color: transparent;
    color: #0aaaff;
    text-decoration: none;
}

.background {
    display:flexbox;
	align-items:center; 
	justify-content:center;
    margin-bottom:15px;
}

    .background div {
        padding:0 15px;
    }

.background img {
    width:100%;
	height:auto;
}

*, ::after, ::before, input[type="search"] {
    box-sizing: border-box;
}

.h1, .what-if .variable-input, h1 {
    font-weight: 300;
}

.nav-app {
    border-right: 1px solid #edebeb;
}

.nav > li, .nav > li > a {
    position: relative;
    display: block;
}

.navbar-shoppertrak {
    background-color: #fff;
    box-shadow: rgba(0,0,0,.4) 0 0 2px;
    border-bottom: none;
}

.navbar-nav-shoppertrak li {
    border-left: 1px solid #edebeb;
}

.navbar-brand-shoppertrak {
    width: 193px;
    height: 50px;
    background-image: url(../assets/images/shoppertrak-logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 151px 32px;
}

.home .error-box {
    padding: 2em 0;
}

.home .help-block {
    text-decoration: underline;
    cursor: pointer;
}

.home .btn-primary, .home .disabled {
    height: 37px;
    width: 93px;
}

.form-control {
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
}

.password-eye {
    position: relative;
    top: -38px;
    left: -1px;
    padding-top: 6px;
    width: 50px;
    height: 38px;
    float: right;
    text-align: center;
    font-size: 1.5em;
    
}

.fa-eye {
    color:#a6a6a6;
}

.nav-item-icon {
    position: relative;
    font-size: 18px;
    vertical-align: middle;
    color: #0aaaff;
}

.btn-primary, .home .disabled {
    background: #009cf0;
    background: linear-gradient(#0aaaff,#009cf0);
}
.btn-primary, .home .disabled {
    color: #fff;
    background-color: #0aaaff;
    border-color: #009cf0;
}

.nav-login-label {
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    line-height: 15px;
    cursor: pointer;
}

.analytics-header > .title-container {
    -webkit-flex: 1;
    flex: 1;
    -ms-flex: 1 0 auto;
}

.analytics-header .title-specifier, .initialism, .text-uppercase {
    text-transform: uppercase;
}
.analytics-header .title {
    margin-top: 0;
}
.analytics-header .toolbar-label {
    text-transform: uppercase;
    color: #a59a9a;
}

.analytics-menu-container {
    background-color: #0c2341;
    margin: 14px -15px 0;
    padding-left: 15px;
}

.analytics-menu {
    margin: -15px;
    display: -webkit-flex;
    display: flex;
    transition: .24s all cubic-bezier(.455,.03,.515,.955);
    width: 46px;
}

.analytics-menu-items {
    counter-reset: menu-dashboard-count;
}

.analytics-menu-items {
    display: -webkit-flex;
    display: flex;
}

.analytics-menu-item {
    display: -webkit-flex;
    display: flex;
}


.analytics-menu-item.is-active .analytics-menu-item__link {
    background-color: #08172b;
    box-shadow: none;
}

.analytics-menu-item.is-active .analytics-menu-item__link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 3px;
    bottom: 0;
    height: 3px;
    background-color: #fff;
    display: block;
}

.analytics-menu-item__link::after {
    z-index: 20;
}

.analytics-menu-item__link {
    width: 100%;
    position: relative;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.2),inset -1px -1px 1px rgba(0,0,0,.5);
    text-decoration: none !important;
    transition: none;
}

.is-active .analytics-menu-item__icon {
    color: #fff !important;
    font-size: 30px;
    padding-left: 8px;
}

.analytics-menu-item__icon {
    color: #0aaaff;
    font-weight: bolder;
    font-size: 25px;
    padding: 8px 8px 12px 10px;
        padding-left: 10px;
    min-width: 43px;
    -webkit-align-self: center;
    align-self: center;
    transition: .24s all cubic-bezier(.455,.03,.515,.955);
}

.caret, .caret-up, .csv-export-remove-icon, .sticon, .ui-switch, .ui-switch.checked, .ui-switch.chosen, .ui-switch.disabled, div.org-compare-view .edit-icon, div.org-compare-view .remove-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'shoppertrak-icons' !important;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.analytics-menu-item.is-active .analytics-menu-item__text {
    color: #fff !important;
    padding-left: 2px;
}

.analytics-menu-item__text {
    display: none;
    transition: .24s all cubic-bezier(.455,.03,.515,.955);
}

.analytics-menu-item:last-child .analytics-menu-item__link {
    box-shadow: inset 0 1px 1px rgba(255,255,255,.2),inset -1px -1px 1px rgba(0,0,0,.5),0 1px 1px rgba(255,255,255,.25);
}

.analytics-menu-item-end-group {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 1px;
    z-index: 1;
}

.analytics-menu-item--toggle {
    display: none;
    background-color: #0c2341;
}

.analytics-menu-item {
    display: -webkit-flex;
    display: flex;
}

.table-container {
    overflow-x:auto;
}

    .table-container td {
        white-space:nowrap;
        min-width:60px;
    }

.kpi-panel {
    padding:50px 0;
}

.fa-angle-down {
    top: -10px;
    width: 14px;
    padding-left: 2px;
    font-size: 18px;
    color: #0aaaff;
    border: none;
}

.analytics-header {
    margin-top: 20px;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.analytics-header .title-specifier, b, strong {
    font-weight: 700;
}

.year-month-picker {
    position: absolute;
    top: 100%;
    left: 80px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 230px;
    min-height: 230px;
    padding:0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    
}

    .year-month-picker ul {
        max-height: 200px;
        overflow: auto;
        left: 18px;
        min-width: 121px;
    }



.cal-header {
    position: relative;
    margin: 2px;
    width: 188px;
    left: 20px;
    top: 10px;
    border-bottom: 1px dotted #ddd;
    height: 40px;
}

    .cal-header .fa-arrow-left {
        position: relative;
        top: 1px;
        display: inline-block;
        font-variant: normal;
        text-transform: none;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 2px;
        font-size: 12px;
        position: relative;
        top: 10px;
        color: #0aaaff;
        cursor: pointer;
        right: 2px;
    }
    .cal-header .fa-arrow-right {
        position: relative;
        top: 1px;
        display: inline-block;
        font-variant: normal;
        text-transform: none;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 2px;
        font-size: 12px;
        position: relative;
        top: 10px;
        color: #0aaaff;
        cursor: pointer;
        left: 0;
    }

    .icon-arrow{
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
   .icon-arrow-rotate{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }

    .cal-header .disabled {
    color: #918f90 !important;
    cursor: not-allowed !important;
}

.year-month-dropdown {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
    background: #edebeb;
    background: linear-gradient(#fff,#edebeb);
    width: 55px;
    margin: 2px;
    width: 120px;
    left: 18px;
    top: 0;
    min-width: 100px;
    margin-left: 18px;
}

.month-body button {
    
    width: 55px;
    margin: 2px;
    background: #edebeb;
    background: linear-gradient(#fff,#edebeb);
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    
}

.month-body {
    position: relative;
    left: 20px;
    top: 27px;
    width: 170px;
}

.date-range-select {
    background:#fff;
    font-size:12px;
}

.nav-tabs {
    border:0;
}

.dropdown-datepicker {
    position: absolute;
    top: 100%;
    right:0;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding:0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .date-range-select a {
        color:#000;
        margin:0!important;
    }

    .date-range-select li.tab-item {
        box-sizing: border-box;
        background: #fafafa;
        border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-top-style: solid;
        border-top-width: 1px;
        border-top: 0;
        border-left: 0;
        min-height: 60px;
        color: #000;
        cursor: pointer;
        width:33.33333%;
    }

        .date-range-select li.active {
            border-bottom: 0;
            background: 0 0;
        }

.date-range-select li:last-child {
    border-right:0;
}

.year-dropdown-menu {
     min-width:100px;
     max-height:150px;
     overflow-y:scroll;
}


#selected_period {
    min-width:750px;
}

.tab-pane {
    padding:15px;
}

    .tab-pane .row {
        padding:0 15px;
    }

    .tab-pane .row > div {
        display:inline-block;
        margin-right:10px;
    }
        .tab-pane .row > div button {
            padding:3px 10px;
            background: linear-gradient(#fff,#edebeb);
            border:1px solid #ddd;
            border-radius:5px;
        }

            .tab-pane .row > div button:hover {
            
                border:1px solid #aaa;
            }

.title-datepicker {
    font-size: 10px;
    color: #a6a6a6;
    text-transform: uppercase;
    font-weight: 600;
}

.title-dateTo {
    padding-left:145px;
}

.title-year {

    padding-left:280px;
}

.date-picker-shortcuts {
    min-width:140px;
}

.date-picker-year {
    min-width:80px;
    left:15px;
}


.dateFrom,.dateTo {
    border:solid 1px #ddd;
    border-radius:3px;
    padding:5px 10px;
    min-width:175px;
}

    .dateFrom.active, .dateTo.active {
        border:solid 1px #0aaaff;
    }

.datepicker {
    clear: both;
    border-top: 1px dotted #ccc;
    margin-top:5px;
    width:100%;
    text-align:center;
}

.btn-positive {
    background:#0aaaff!important;
    color:#fff;
}

.show-dropdownmenu {
    display:block;
}

.btn, .widget .export-widget a, csv-exporter a {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
}

.btn-default {
    color:black;
}

.btn-default, .widget .export-widget a, csv-exporter a, proximity-analysis-widget tree-view-selector .tree-view-selector .dropdown-toggle {
    background: #edebeb;
    background: linear-gradient(#fff,#edebeb);
}

.fa-clock-o {
    padding:8px 12px;
}

.panel-heading {
    border-bottom:1px dotted #a6a6a6;
    
}

    .panel-heading button {
        padding:2px 12px;
        margin-bottom:5px;
        margin-right:15px;
    }

.mutil-select .bootstrap-select {
    margin:0;
}

.panel-heading > div {
    display:inline-block;
    position:relative;
    margin-right:15px;
}


    .panel-heading > div > div {
        display:inline-block;
        position:relative;
    }

    .panel-heading > div li {
        padding:5px 12px;
        cursor:pointer;
    }

.panel-heading-title {
    font-size: 22px;
}

.panel-icon {
    margin-top: -2px;
top: .14em;
padding-right: .4em;
color: #0aaaff;
font-size: 22px;
}

.heatmap {
    text-align:center;
}

.panel-body {
    min-height:400px;
}

    .panel-body .row {
        margin:0 15px;
    }

.chart-full {
    height:400px;
}

.chart-summary {
    background:#f7f6f6;
}

    .chart-summary .head {
        font-weight: 700;
        font-size: 15px;
        text-align: left;
        padding-left:0;
    }

    .chart-summary .title {
        padding:0;
    }

    .chart-summary .title::before {
        content: "";
position: relative;
display: inline-block;
vertical-align: middle;
width: 9px;
height: 9px;
margin-right: 4px;
border-radius: 5px;
background: #9bc614;
    }
.chart-data {
    margin:0 15px;
    max-height:800px;
    overflow:auto;
}

.selected-period {
    font-size: 10px;
font-weight: 400;
line-height: 25px;
color: #a6a6a6;
text-align: right;
padding-right:0;
}

.chart-summary .body {
    
    font-size: 2vw;
font-weight: 700;
line-height: .7;
padding: 25px 0;
    padding-top: 25px;
clear: both;
position: relative;
padding-top: 50px;
}

    .chart-summary .item {
        font-weight: 400;
        text-transform: uppercase;
        color: #a6a6a6;
        font-size: 13px;
        text-align: center;
        line-height:13px;
        
    }
        .chart-summary .item > div {
            margin-bottom:30px;
        }

    .chart-summary .value {
        font-weight: 700;
        line-height: .7;
        text-align: center;
        font-size: 30px;
        color: #4c4a4a;
        margin-top:10px;
    }
.count-container {
    display:none;
}
.count-body {
    text-align:center;
}

.count-title {
    font-size:16px;
    font-weight:bold;
}

.count-result {
    font-size:30px;
    font-weight:bold;
}

.account-config {
    width:444px;
    margin:0 auto;
}

.account-config-head {
    margin-top:40px;
    margin-bottom:60px;
}

    .account-config-head span {
        display:inline-block;
    }

.password-config {
    background-color:#f5f5f5;
}

.password-config-content {
    padding:15px;
    text-align:left;
    padding-top:1px;
}
    .password-config-content div {
        margin-bottom: 15px;
    }

.csv-export .metrics-switch-selectors, .organization-csv-section {
    width: 100%;
}

.csv-export .metrics-switch-selectors::after, .csv-export .metrics-switch-selectors::before, .events-grid::after, .events-grid::before, .row::after, .row::before {
    content: " ";
    display: table;
}

    .csv-export .metrics-switch-selectors::after, .events-grid::after, .row::after {
    clear: both;
}

    .csv-export .metrics-switch-selectors, .events-grid, .row {
    margin-left: -15px;
    margin-right: -15px;
}

    .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #edebeb;
}

    .organization-csv-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    color: #4c4a4a !important;
    font-weight: 300;
}

    .organization-csv-org-name, .organization-csv-site-name, .organization-csv-zone-name {
    color: #4c4a4a !important;
}

    .organization-csv-section-title {
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 22px;
}

    .csv-export-block {
    width: auto;
    float: left;
    margin-right: 15px;
}

    .text-muted {
    color: #a6a6a6;
}

    .small, small {
    font-size: 85%;
}
    .csv-export-actions {
    margin-top: 30px;
}

.switch-items-scn label {
    font-weight:300;
}

.other-option {
    color:#999;
}

.traffic-option div {
    display:inline-block;
    margin-right:15px;
}

.zone-option div {
    display:inline-block;
    margin-right:40px;
}

.zone-option input[type="text"] {
    max-width:75px;
    border-radius:5px;
    border:1px #ccc solid;
}

.designated-path {
    text-align:center;
    font-size:20px;
    font-weight:600;
    display:none;
    padding:100px 15px;
}

    .designated-path-option .row {
        margin-bottom:15px;
    }

@media screen and (min-width:600px) {
    .analytics-menu-container {
        display: block;
        margin: 0;
        overflow: hidden;
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        padding: 0;
        width: auto;
    }

    .analytics-menu {
        margin: 0;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
    }

    .analytics-menu-items {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 46px;
    }

    .analytics-menu-item {
    width: 190px;
    transition: .24s all cubic-bezier(.455,.03,.515,.955);
}

    .analytics-menu-item.is-active .analytics-menu-item__link::after {
    height: 100%;
    width: 4px;
    background-color: #0aaaff;
}

    .analytics-menu-item__link {
    width: 190px;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

    .analytics-menu-item__text {
    display: inherit;
    -webkit-flex: 1;
    flex: 1;
    line-height: 1.16em;
    -webkit-align-self: center;
    align-self: center;
    padding: 6px 8px 6px 4px;
        padding-left: 4px;
    word-break: break-word;
    opacity: 0;
    transition: .24s all cubic-bezier(.455,.03,.515,.955);
    max-height: 46px;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

    .analytics-inner-container {
    transition: .24s all cubic-bezier(.455,.03,.515,.955);
    padding-left: 46px;
}
    .analytics-inner-container {
    margin: 0 15px;
}
    .analytics-menu-item--toggle {
    display: -webkit-flex;
    display: flex;
}
    .analytics-menu-item {
    width: 190px;
    transition: .24s all cubic-bezier(.455,.03,.515,.955);
}
    .analytics-menu-item--toggle .analytics-menu-item__link {
    box-shadow: none !important;
    cursor: pointer;
}
}

@media screen and (min-width:992) {
    .nav-login-label {
        margin-top: -12px;
        margin-bottom: -10px;
        margin-right: 5px;
        padding-left: 5px;
        text-align: right;
    }

    .nav-item-icon {
    top: -2px;
    margin-left: 2px;
}
}

@media screen and (min-width:1280px) {
    .analytics-header .title-container {
    float: left;
}
}

@media screen and (min-width:1280px) {
    .analytics-menu-item {
        width: 230px;
    }

    .analytics-menu-item__link {
    width: 230px;
}
    .analytics-menu-item {
    width: 230px;
}
}