@font-face {
  src: url('../fonts/inter-latin-wght-normal.woff2') format("woff2");
  font-family: "Inter Variable";
}

body {
    padding-bottom: 20px;
    padding-top: 50px;
    font-family: "Inter Variable", sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #34495E;
    background-color: #fff;
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
}

body.index {
    padding-top: 0;
    height: 100%;
}

.quote .container {
    padding: 50px 150px;
}

@media (max-width: 991px) {
    .quote .container {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .quote .container {
        padding: 25px;
    }
}

@keyframes move-header-back-arrow {
    0%, 100% { transform: translate(0, 0); }
    20% { transform: translate(-40px, 0); }
    40% { transform: translate(-40px, -40px); }
    60% {transform: translate(40px, -40px); }
    80% { transform: translate(40px, 0); }
}

.containerless .backdrop {
    background: #F7F7F7;
    border-bottom: 1px solid #EEE;
    padding: 15px 0;
}

.arrowed-page-header {
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #EEE;
    margin-bottom: 15px;
}

.arrowed-page-header .icon-container {
    float: left;
    margin-right: 10px;
}

.arrowed-page-header h1 {
    display: inline-block;
    margin: 0 ;
    font-size: 32px;
    line-height: 40px;
}

.header-back-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #CCC;
    text-align: center;
    font-size: 25px;
    border-radius: 20px;
    line-height: 1.55;
    color: #333;
    overflow: hidden;
}

.header-back-button:hover {
    border-color: #ADADAD;
    background-color: #EBEBEB;
    color: #000 !important;
}

.header-back-button:hover:before {
    animation: move-header-back-arrow .3s ease-in-out;
}

.header-back-button:active {
    box-shadow: inset 0 2px 0 rgba(64, 64, 64, .15);
}

blockquote {
    position: relative;
    z-index: 10;
}

blockquote p {
    font-family: georgia;
    font-style: italic;
    margin-left: 40px;
}

blockquote p:before{
  content: "\201C";
  font-family: Georgia;
  font-size: 70px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 7px;
  top: -5px;
}

.col-space {
    padding-bottom: 15px;
    padding-top: 15px;
}

.modal-body .control-label {
    text-align: right;
}

.modal-lg .modal-body .control-label, .modal-lg .modal-body .form-control {
    margin-bottom: 0;
}

section.customers {
    background: #4eb59f;
    padding: 30px 0;
    margin: 0 0 50px 0;
}

section.customers h1 {
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 52px;
    color: #fff;
}

section.customers h1 strong {
    display: block;
}

.features {
    background: #ecf0f1;
    padding-bottom: 100px;
    padding-top: 100px;
    width: 100%;
}

.features .feature {
    margin-bottom: 80px;
}

.feature img {
    border: solid 3px #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}


@media (max-width: 991px) {
    .logo {
        position: static;
    }
}

@media (max-width: 767px) {
    section.customers h1 {
        font-size: 32px;
    }

    .actions .col-sm-4 {
        border-left: none;
        border-top: solid 1px #fff;
        margin-right: 10px;
        margin-top: 10px;
        padding-top: 10px;
        text-align: center;
    }
}


a { color: #3EB198; }

a:hover { color: #22997f; }

.pagination > li > a, .pagination > li > span,
.pagination-sm > li > a, .pagination-sm > li > span {
    line-height: 18px;
    color: #3EB198;
}

.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
    color: #22997f;
}

.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #3EB198;
    border-color: #3EB198;
}

.nav > .dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    display: none;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu.pull-left {
    float: none !important;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 2px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
    width: 100%;
}

.btn {
    box-shadow: 0 2px 0 rgba(32, 32, 32, 0.05);
    transition: background .15s, border-color .15s, box-shadow .15s, color .15s;
}

.btn[disabled], .btn:active { box-shadow: none; }

.btn-warning { background: #fff; color: #d43f3a; }

.btn.btn-danger { background: #fff; color: #d43f3a; }

.btn.btn-danger:hover { background: #FFD8D3; color: #d43f3a; }

.btn.btn-danger:active {  background: #FFD8D3; color: #d43f3a; }

.btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled]:hover { background: #FFF; }

.btn.btn-success-outline {
    background: #FFF;
    border-color: #3EB198;
    color: #3EB198;
}

.btn.btn-success-outline:hover { background: #F5FFF5; }

.btn.btn-success-outline:active {
    background: #DBFFDB;
    color: #3EB198;
}

.btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled]:hover { background: #FFF; }

.btn-primary:hover, .btn-primary:focus,
.btn-primary:active, .btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background: #2c9448;
    border-color: #2c9448;
}

.dropdown-toggle.active.btn-danger {
    background: #FFD8D3;
    box-shadow: inset 0 3px 5px rgba(212, 63, 58, .125);
}

.dropdown-toggle.active.btn-success-outline {
    background: #F5FFF5;
    box-shadow: inset 0 3px 5px rgba(92, 184, 92, .125);
}

.messages-container .alert { margin: 30px 0 0 0; }

.alert-search {
    margin: 0 -15px 15px -15px;
}

.alert-search dl.dl-horizontal {
    margin-bottom: 0;
}

.results-container {
    padding-right: 0;
}

table.customers {
    border-bottom: solid 1px #ddd;
    font-size: 12px;
}

table.customers th {
    font-size: 13px;
}

table.customers tr.hidden-customer td,
table.customers tr.hidden-customer td a {
    opacity: 0.5;
}

table.customers tbody td {
    cursor: default;
}

table.customers .ltv {
    padding-bottom: 0px;
}

del.price {
    color: #999;
}

#sidebar {
    font-size: 12px;
    padding-left: 0;
}

#sidebar h4:first-child {
    border-bottom-width: 2px;
}

.form-group-range .range-field {
    display: inline-block;
    color: #888;
    width: 70px;
}

.form-group-range .range-field:focus {
    color: #555;
}

.date-range {
    padding: 3px 8px;
    font-size: 12px;
    height: 28px;
    color: #888;
}

.date-range:focus {
    color: #555;
}


#sidebar h4 {
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
}

#sidebar * + h4 {
    margin-top: 30px;
}

#sidebar .nav > li > a {
    padding: 3px 0;
    border-radius: 4px;
    font-size: 11px;
}

#sidebar .nav > li.active > a {
    background: #ededed;
}

#sidebar .nav > li > a:hover {
    background: transparent;
}

#sidebar .nav > li > a > .item-count {
    float: right;
    font-size: 11px;
    color: #AAA;
}

#sidebar .show-all {
    display: block;
    font-size: 11px;
    margin-top: 3px;
    color: #999;
    cursor: pointer;
}

td.user {
    text-align: left;
}

td.user a.loyal {
    font-weight: bold;
    font-size: 13px;
}

td.user a .glyphicon {
    color: #666;
}

.status {
    text-align: center;
}


.nav-tabs > li > a {
    border: none;
}

.results-container {
    float: left;
}

.missing {
    color: #ccc;
}

.highlight {
    background: #f5f5f5;
    margin-bottom: 15px;
}

.highlight-space {
    padding: 10px 20px;
}

.row-metrics {
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.row-metrics > div + div {
    border-left: 1px solid #EEE;
}

.row-metrics .sparkbar {
    cursor: pointer;
}

.row-metrics g:nth-child(1) .sparkbar,
.row-metrics g:nth-child(2) .sparkbar {
    fill: rgb(224, 92, 69);
}

.row-metrics g:nth-child(3) .sparkbar {
    fill: rgb(208, 79, 73);
}

.row-metrics g:nth-child(4) .sparkbar {
    fill: rgb(239, 200, 73);
}

.row-metrics g:nth-child(5) .sparkbar,
.row-metrics g:nth-child(6) .sparkbar {
    fill: rgb(89, 180, 222);
}

.row-metrics g:nth-child(7) .sparkbar {
    fill: rgb(8, 159, 201);
}

.row-metrics g:nth-child(8) .sparkbar {
    fill: rgb(18, 148, 122);
}

.row-metrics g:nth-child(9) .sparkbar,
.row-metrics g:nth-child(10) .sparkbar {
    fill: rgb(65, 179, 154);
}

.row-metrics g .sparkbar {
    transition: fill .15s ease;
}

.row-metrics g .sparkbar:hover {
    fill: rgb(0, 0, 0);
}

.results-container-wide {
    padding: 6px 15px;
}

.results-container > p,
.results-container-wide > p {
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    float: left;
}

.current-filters {
    margin: 0 0 0 15px;
    float: left;
}

.dropdown-menu {
    visibility: visible;
    display: none;
    opacity: 1;
    width: auto;

    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.checkbox input {
    display: inline-block;
    margin-top: 6px;
}

/* Chart */

.chart-container {
    background: #f0f1f3;
    position: relative;
    min-height: 100px;
    margin: 0 0 10px 0;
    padding: 15px;
}

#chart {
    height: 260px;
}

.c3 text {
    font-size: 11px;
    fill: #999;
}

.c3 path, .c3 line {
     stroke: #999;
}

#chart .c3-xgrid-line {
    opacity: 0.5;
}

#chart .c3-xgrid-line:hover {
    opacity: 1;
}

.c3-region.region-campaign {
    fill: #999;
}

.c3-region.region-decile-minnows {
    fill: #ed6f63;
}

.c3-region.region-decile-whales {
    fill: #61b564;
}

.paging {
    margin: 0 0 10px 0;
}

.paging > p {
    margin: 5px 0;
}

.paging > .pagination {
    margin: 0 0 0 10px;
}


.input-group > .twitter-typeahead {
    float: left;
}

.tt-dropdown-menu {
  width: 500px;
  margin-top: -1px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.twitter-typeahead .tt-suggestion {
    line-height: 1.42857;
    padding: 3px 15px;
    color: #333;
    transition: background-color .05s ease;
}

.twitter-typeahead .tt-suggestion > p {
    margin: 0;
    cursor: pointer;
}

.twitter-typeahead .tt-suggestion > p > strong {
    font-weight: normal;
    background-color: #FE9;
}

.twitter-typeahead .tt-suggestion.tt-cursor {
    background: #e5e5e5;
    color: #262626;
}

.dropdown-menu h4.group {
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 12px;
    margin: 5px 0 0 0;
    color: #bbb;
}

.twitter-typeahead .tt-hint {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius:4px;
}

.twitter-typeahead .hint-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1.5;
}

.twitter-typeahead .hint-large {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 1.33;
}

.page-header #q {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: none;
    width: 500px;
}

.page-header .input-group-btn-inline .btn {
    border: none;
    border-radius: 0;
    margin-left: -33px;
    margin-top: 1px;
    position: absolute;
    z-index: 10;
    top: 0;
}

.page-header .saved-searches {
    width: 515px;
}

.page-header h1 .separator {
    color: #999;
}

.current-filters .label {
    margin-right: 5px;
    font-size: 14px;
    display: block;
    float: left;
}

.current-filters .filter {
    position: relative;
    margin: 0 10px 0 0;
    float: left;
}

.current-filters .filter .btn-default {
    border: solid 1px #999;
    background: #999;
    padding: 3px 5px;
    color: #fff;
    transition: background-color .15s ease;
}

.current-filters .filter .btn-default:hover {
    border: solid 1px #888;
    background: #888;
}

.current-filters .filter .btn-default:active {
    border: solid 1px #777;
    background: #777;
}

.current-filters .filter.filter-tag .glyphicon-tag,
.current-filters .filter.filter-text .glyphicon-font {
    margin-left: 2px;
    margin-right: 5px;
}

.current-filters .filter.filter-tag .btn-default {
    border: solid 1px rgba(85, 151, 170, 1);
    background: rgba(85, 151, 170, 1);
}
.current-filters .filter.filter-tag .btn-default:hover {
    border: solid 1px rgba(77, 136, 153, 1);
    background: rgba(77, 136, 153, 1);
}

.current-filters .filter.filter-tag .btn-default:active {
    border: solid 1px rgba(68, 121, 136, 1);
    background: rgba(68, 121, 136, 1);
}

.current-filters .filter .btn-default .caret {
    margin: 0 5px;
    color: #ccc;
}

.current-filters .filter-tag .btn-default .caret {
    color: #bfd9d4;
}

.current-filters .filter.open .caret {
    color: #fff;
}

.current-filters .filter .dropdown-menu .remove span {
    font-size: 18px;
}

.current-filters .filter .dropdown-menu .op {
    margin: 0 5px;
    font-weight: bold;
}

.current-filters .label > a.remove {
    border-left: solid 1px #ccc;
    margin: 2px -5px 0 5px;
    font-size: 12px;
    padding: 0 5px;
    color: #fff;
}

.current-filters .label > a.remove:hover {
    text-decoration: none;
    background: #666;
    color: #fff;
}

/* */

.timeline {
    padding: 20px 0 20px;
    position: relative;
}

.timeline-heading {
    margin-bottom: 10px;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: -5px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 15px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

        .timeline > li > .timeline-panel:before {
            position: absolute;
            top: 15px;
            right: -15px;
            display: inline-block;
            border-top: 15px solid transparent;
            border-left: 15px solid #ccc;
            border-right: 0 solid #ccc;
            border-bottom: 15px solid transparent;
            content: " ";
        }

        .timeline > li > .timeline-panel:after {
            position: absolute;
            top: 16px;
            right: -14px;
            display: inline-block;
            border-top: 14px solid transparent;
            border-left: 14px solid #fff;
            border-right: 0 solid #fff;
            border-bottom: 14px solid transparent;
            content: " ";
        }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 7px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

        .timeline > li.timeline-inverted > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        .timeline > li.timeline-inverted > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }

        .timeline > li.timeline-year {
            margin: 20px 0 10px 0;
            text-align: center;
        }

        .timeline > li.timeline-year > strong {
            background: #fff;
            padding: 5px 0;
        }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin: 0 0 5px 0;
    color: inherit;
}

.timeline-title > a {
    text-decoration: none;
    color: inherit;
}

.timeline-body {
    position: relative;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

    .timeline .price-total big {
        background: #ededed;
        font-weight: bold;
        padding: 2px 7px;
    }


@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

.dc-chart .reset {
    background: #999;
    font-size: 12px;
    position: absolute;
    cursor: pointer;
    padding: 1px 5px;
    border-radius: 3px;
    color: #fff;
    right: 30px;
    top: 0px;
}

.dc-chart .tick {
    fill: #999;
}

.dc-chart .tick line, .dc-chart path.domain {
    stroke: #999;
}

.dc-legend-item text {
    fill: #999;
}

g.row text.row {
    fill: #999;
}

.page-header {
    margin-top: 0px;
}

.page-header.row {
    margin-top: 20px;
}

.page-header.row.new-style {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.col-space h1 {
    margin-bottom: 20px;
}

.page-header h1 {
    font-size: 32px;
    margin-top: 10px;
}

.page-header > h1 {
    padding-top: 20px;
}

.page-header .date-filter {
    margin: 5px 5px 0 5px;
}

.page-header .pull-right {
    margin-top: 5px;
}

.page-header.new-style .pull-right {
    margin-top: 0;
}

.page-header.new-style .pull-right .btn-group + .btn-group {
    margin-left: 10px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 8px 0;
}

.meter strong {
    font-size: 16px;
}

.metric {
    padding-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

td.stats dt {
    width: 65px;
}

td.stats dd {
    margin-left: 75px;
}

.col-md-2 .metric {
    font-size: 16px;
}

.metric.metric-sm {
    font-size: 16px;
    padding-bottom: 5px;
}

.metric .row {
    margin-top: 15px;
}

.metric big {
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    display: block;
}

.col-md-2 .metric big {
    white-space: nowrap;
    font-size: 30px;
}

.metric big a {
    color: #34495e;
}

.metric big.up {
    color: #34ad56;
}

.metric big.down {
    color: #f05037;
}

.metric.metric-sm big {
    font-size: 32px;
    line-height: 42px;
}

.metric .key {
    text-align: center;
    display: block;
}

.metric .key a {
    color: inherit;
}

.metric .text-muted {
    font-size: 14px;
    text-align: center;
    display: block;
    color: #999;
}

.nowrap {
    white-space: nowrap;
}

.page-header h1 {
    margin-top: 0;
}

.page-header .input-group, .page-header .pull-right.btn-group {
    margin: 5px 0 0 5px;
}

.page-header.new-style .input-group, .page-header.new-style .pull-right.btn-group {
    margin: 0 0 0 5px;
}

.list-bar > li {
    position: relative;
}

.list-bar > li:hover {
    background: #f5f5f5;
}

.list-bar > li > div {
    position: relative;
    padding: 2px 5px;
    z-index: 10;
}

.list-bar > li > div > strong {
    float: right;
}

.list-bar .percent {
    position: absolute;
    background: #34ad56;
    opacity: 0.2;
    display: block;
    height: 22px;
    z-index: 1;
    top: 1px;
}

.list-bar > li:hover .percent {
    opacity: 0.4;
}

span.sparkline, span.sparkbar {
    display: inline-block;
    width: 100px;
    height: 25px;
}

span.sparkdot {
    display: block;
    width: 100px;
    height: 6px;
}

span.sparkbar-clone {
    margin: 0 auto;
    display: block;
}

.metric span.sparkline, .metric span.sparkbar, .metric span.sparkpie {
    position: relative;
    display: block;
    margin: 0 auto;
}

.metric span.sparkpie {
    width: 50px;
}

.metric span.sparkbar svg {
    position: relative;
    z-index: 10;
}

.metric span.sparkbar svg.bg {
    position: absolute;
    z-index: 1;
}

rect.sparkbar {
    fill: #34495e;
}

rect.sparkbar-bg {
    fill: #ccc;
}

.sparkbar-clone rect.sparkbar {
    fill: #ccc;
}

.sparkbar-clone rect.sparkbar.current {
    fill: #34495e;
}

line.sparkline {
    fill: none;
    stroke: #34495e;
    stroke-width: 0.5px;
}

path.sparkline {
    fill: none;
    stroke: #34495e;
    stroke-width: 0.5px;
}

.sparkcircle {
    fill: #34495e;
    stroke: none;
}

.sparkevent {
    stroke: #ccc;
    stroke-width: 1px;
}

.sparkdot {
    fill: #34495e;
    stroke: none;
}

.histogram {
    background-color: #eee;
    max-height: 310px;
    overflow-y: scroll;
}

.number-table td {
    text-align: right;
}

table.deciles tbody {
    border-bottom: 10px solid #eee;
}

.title-separator {
    position: relative;
    z-index: 1;
}

.title-separator:before {
    border-top: 1px solid #dfdfdf;
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.title-separator > span {
    background: #fff;
    padding: 0 10px;
}

.row-more {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5),  rgba(255, 255, 255, 1) 50%);
    margin-top: -55px;
    position: relative;
    padding: 10px 0;
    z-index: 10;
}

.list-products-row.closed {
    overflow: hidden;
    height: 300px;
}

.list-products-row {
    padding-top: 2px;
}

.list-products-row .product {
    position: relative;
    min-height: 270px;
}

.list-products-row .product h5 {
    max-height: 32px;
    overflow: hidden;
}

.list-products-row .img-container {
    box-shadow: 0 0 2px #999;
    border-radius: 6px;
    min-height: 165px;
    display: block;
}

.list-products-row .img-responsive {
    margin: 0 auto;
    max-height: 165px;
    border-radius: 6px;
    box-shadow: none;
    border: none;
}

.lead .label {
    padding-top: 0.3em;
}

.label-username {
    padding-top: 0.3em;
}

.label-username .glyphicon {
    font-size: 0.8em;
}

.img-rounded {
    box-shadow: 0 0 5px #999;
    border: solid 3px #fff;
}

.list-products-row .rank {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    white-space: pre;
    margin-right: -1px;
    padding: 3px 6px;
    color: #DDD;
    right: 15px;
    top: 5px;
    cursor: help;
}


.list-products-row .scores {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    margin-right: -1px;
    padding: 3px 6px;
    color: #DDD;
    right: 15px;
    top: 5px;
    cursor: help;
}


.list-products-row .product .label-type {
    margin-left: 0;
}

.list-products .product {
    border-bottom: solid 1px #eee;
    padding: 5px;
}

.product .label {
    margin-left: 10px;
}

.product .price {
    font-size: 16px;
    float: right;
}

.lead .price {
    margin-left: 25px;
}

.event-content {
    max-height: 50px;
    max-width: 400px;
    overflow: auto;
}

.campaign + .campaign {
    margin-top: 60px;
}

.campaign h3 {
    margin: 0;
    padding: 0;
}

.action-form {
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 20px 20px 0 20px;
}

.action-form .buttons-container {
    background: #ddd;
    text-align: center;
    margin: 0 -20px;
    padding: 15px;
}

.form-inline {
    display: inline;
    margin: 0;
}

.form-group.subfield {
    margin-bottom: 0;
}

label em {
    margin-right: -10px;
}

.subfield label {
    border-left: solid 15px #f1f1f1;
    padding: 5px 0 20px 0;
    font-weight: normal;
}

#saved-searches {
    margin-bottom: 15px;
}

.col-md-4.preview {
    position: absolute;
    text-align: center;
    height: 2000px;
    width: 100%;
    left: 0;
    top: 0;
}

#preview-content {
    border: solid 1px #eee;
    min-height: 1100px;
    width: 100%;
}

.preview #preview-content {
    margin: 0 auto;
}

.row-search:hover {
    background: #f5f5f5;
}

.search-info {
    padding: 8px 0;
    padding-left: 15px;
}

.search-actions {
    padding: 8px 15px 8px 0;
}

.event-action {
    font-size: 16px;
}

.label-delay {
    color: #333;
}

.label-search {
    margin-right: 5px;
}

.label-action {
    background: #34ad56;
    margin-left: 5px;
}

#file-uploader {
    background: #f5f5f5;
    padding: 15px;
    height: 300px;
}

.bootstrap-datepicker-widget {
    width: 200px;
}

@media (max-width: 991px) {
    .body {
        background: green;
    }

    .list-products-row .img-container {
        min-height: 132px;
    }
}


table.vertically-aligned-tds tbody td {
    vertical-align: middle;
    transition: background-color .15s ease;
}


#overlay-help-wrapper {
    color: #CCC;
    cursor: pointer;
    font-size: 20px;
    line-height: 48px;
    margin-right: 10px;
    padding-top: 2px;
    transition: color .15s;
    user-select: none;
}

#overlay-help-wrapper:hover,
#overlay-help-wrapper.active { color: #00A1CB; }

#overlay-help-wrapper:active { color: #000; }
