/**
 * This file generated automatically using gulp, please see README file
 */

@charset "UTF-8";
.individual-segmentation .modal-header {
  background: white;
  color: black;
  border-bottom: 2px solid #eeeeee;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: left;
  font-size: 15px;
  padding: 12px 15px;
  height: 45px; }
  .individual-segmentation .modal-header .modal-title {
    color: black; }
  .individual-segmentation .modal-header .modal-close-icon {
    float: right;
    padding-top: 3px;
    font-size: 15px;
    cursor: pointer; }

.individual-segmentation .segmentation-modal-content-wrapper {
  padding: 10px 15px 10px 15px;
  background: #EBECEE; }
  .individual-segmentation .segmentation-modal-content-wrapper label {
    font-weight: 300;
    color: #8A8787;
    font-size: 12px;
    display: block;
    margin-top: 5px; }
  .individual-segmentation .segmentation-modal-content-wrapper .form-control {
    height: 40px;
    padding: 9px 12px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #eee;
    -webkit-transition: none;
         -o-transition: none;
            transition: none;
    border-radius: 3px;
    font-size: 13px;
    color: #333; }
    .individual-segmentation .segmentation-modal-content-wrapper .form-control.text-input {
      resize: none;
      height: 100px; }
  .individual-segmentation .segmentation-modal-content-wrapper input.error,
  .individual-segmentation .segmentation-modal-content-wrapper select.error,
  .individual-segmentation .segmentation-modal-content-wrapper textarea.error {
    border: 1px solid #d9534f; }
    .individual-segmentation .segmentation-modal-content-wrapper input.error + .select2-container--default,
    .individual-segmentation .segmentation-modal-content-wrapper select.error + .select2-container--default,
    .individual-segmentation .segmentation-modal-content-wrapper textarea.error + .select2-container--default {
      outline: 0; }
      .individual-segmentation .segmentation-modal-content-wrapper input.error + .select2-container--default .select2-selection--multiple.select2-container-segment-value,
      .individual-segmentation .segmentation-modal-content-wrapper input.error + .select2-container--default .select2-selection--single.select2-container-segment-value,
      .individual-segmentation .segmentation-modal-content-wrapper select.error + .select2-container--default .select2-selection--multiple.select2-container-segment-value,
      .individual-segmentation .segmentation-modal-content-wrapper select.error + .select2-container--default .select2-selection--single.select2-container-segment-value,
      .individual-segmentation .segmentation-modal-content-wrapper textarea.error + .select2-container--default .select2-selection--multiple.select2-container-segment-value,
      .individual-segmentation .segmentation-modal-content-wrapper textarea.error + .select2-container--default .select2-selection--single.select2-container-segment-value {
        border-color: #d9534f; }

.individual-segmentation .required label:after {
  content: '*';
  padding: 0 2px;
  color: #be5151; }

.individual-segmentation .modal-footer {
  padding: 15px 0 15px 0;
  clear: both;
  border: none; }
  .individual-segmentation .modal-footer .item-form-btn-wrapper {
    display: inline-block;
    margin-right: 5px; }
    .individual-segmentation .modal-footer .item-form-btn-wrapper.save .segment-btn {
      border-color: #658cc4;
      background-color: #658cc4;
      color: white; }
    .individual-segmentation .modal-footer .item-form-btn-wrapper .segment-btn {
      height: 38px;
      text-transform: uppercase;
      padding-left: 20px;
      padding-right: 20px;
      font-weight: 300; }

.individual-segmentation .notification-push-preview-container .push-preview-wrapper {
  position: relative;
  background: url(./images/ios_bg.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-shadow: 0 0 3px 0 #c2c2c2;
          box-shadow: 0 0 3px 0 #c2c2c2;
  border: 1px solid #3f545b;
  border-radius: 4px;
  padding: 0 0 5px 0;
  min-height: 66px;
  display: block; }
  .individual-segmentation .notification-push-preview-container .push-preview-wrapper .push-preview-image {
    display: inline-block;
    padding: 5px;
    top: 10px;
    position: absolute;
    width: 41px;
    height: 41px; }
  .individual-segmentation .notification-push-preview-container .push-preview-wrapper .push-preview-info {
    padding-left: 45px; }
    .individual-segmentation .notification-push-preview-container .push-preview-wrapper .push-preview-info.offer-form {
      padding-left: 10px; }
    .individual-segmentation .notification-push-preview-container .push-preview-wrapper .push-preview-info .push-preview {
      background: none;
      font-size: 13px;
      max-height: 54px;
      border: none;
      overflow: hidden;
      margin: 0;
      word-wrap: break-word;
      padding: 3px 0;
      width: 95%;
      color: white; }
      .individual-segmentation .notification-push-preview-container .push-preview-wrapper .push-preview-info .push-preview.push-preview-game-title {
        font-size: 15px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 205px;
        max-height: none;
        white-space: nowrap; }

.individual-segmentation .segment-notification-content {
  position: relative; }

.individual-segmentation .input-group .form-control {
  border: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 0; }

.individual-segmentation .input-group .input-group-addon {
  border: none;
  font-weight: 100;
  font-size: 13px;
  background: white; }

.individual-segmentation .error.input-group {
  border: 1px solid #d9534f;
  border-radius: 3px; }
  .individual-segmentation .error.input-group .text-input.form-control {
    height: 98px !important; }
  .individual-segmentation .error.input-group .form-control {
    height: 38px; }
  .individual-segmentation .error.input-group .input-group-addon {
    padding-top: 5px;
    padding-bottom: 5px; }

.individual-segmentation .width100 {
  width: 100%; }

.modal-ajax .modal-overlay {
  background: #eeeeee;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1051; }
  .modal-ajax .modal-overlay .loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #718bc1;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
         -o-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
    position: relative;
    margin: auto;
    top: 50%;
    margin-top: -60px; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.modal-ajax .select2-container--default {
  outline: 0; }
  .modal-ajax .select2-container--default .select2-selection--multiple.select2-container-segment-value,
  .modal-ajax .select2-container--default .select2-selection--single.select2-container-segment-value {
    min-height: 40px;
    padding: 5px 12px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #eeeeee;
    min-width: 100px; }
    .modal-ajax .select2-container--default .select2-selection--multiple.select2-container-segment-value .select2-selection__rendered,
    .modal-ajax .select2-container--default .select2-selection--single.select2-container-segment-value .select2-selection__rendered {
      padding-left: 0;
      font-size: 13px;
      line-height: 1.43; }
  .modal-ajax .select2-container--default .select2-selection--multiple .select2-selection__arrow,
  .modal-ajax .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%; }
  .modal-ajax .select2-container--default .select2-selection--single.entity-list-order-select2-container {
    border: 0;
    background: transparent; }
  .modal-ajax .select2-container--default .select2-selection--single.select2-container-segment-value .select2-selection__rendered {
    line-height: 28px; }
  .modal-ajax .select2-container--default .select2-selection--single.select2-container-segment-value .select2-selection__arrow {
    height: 38px; }
  .modal-ajax .select2-container--default .select2-selection {
    outline: 0; }
  .modal-ajax .select2-container--default .select2-dropdown.entity-list-order-select2-dropdown {
    border: 0; }

.modal-ajax .offer-send-push-notification {
  margin-top: 35px; }

#modal-ajax-content {
  width: 100%; }

.modal-backdrop {
  z-index: 1; }

.metrix-prepare_platforms_realtime_view .navbar-toggle {
  float: left;
  margin-left: 15px; }

.metrix-prepare_platforms_realtime_view .navbar {
  min-height: 50px;
  margin-bottom: 20px;
  right: 0; }

.metrix-prepare_platforms_realtime_view .navmenu {
  z-index: 1; }

.metrix-prepare_platforms_realtime_view .navbar-default {
  background-color: #f8f8f8; }

@media (min-width: 0) {
  .metrix-prepare_platforms_realtime_view .navbar-toggle {
    display: block;
    /* force showing the toggle */ } }

.metrix-prepare_platforms_realtime_view .platforms-realtime-view {
  margin-top: 25px; }
  .metrix-prepare_platforms_realtime_view .platforms-realtime-view .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee; }
  .metrix-prepare_platforms_realtime_view .platforms-realtime-view .games-list {
    text-align: center; }
    .metrix-prepare_platforms_realtime_view .platforms-realtime-view .games-list .small {
      font-size: 14px; }
  .metrix-prepare_platforms_realtime_view .platforms-realtime-view .chart-wrapper {
    min-height: 300px; }
  .metrix-prepare_platforms_realtime_view .platforms-realtime-view .realtime-title {
    margin-bottom: 10px;
    margin-top: 45px;
    cursor: pointer; }
  .metrix-prepare_platforms_realtime_view .platforms-realtime-view .panel {
    padding-bottom: 0;
    margin-bottom: 0; }
    .metrix-prepare_platforms_realtime_view .platforms-realtime-view .panel.big {
      font-size: 16px; }
    .metrix-prepare_platforms_realtime_view .platforms-realtime-view .panel .panel-body {
      padding: 15px 10px; }
  .metrix-prepare_platforms_realtime_view .platforms-realtime-view .platform-item {
    padding: 0;
    white-space: nowrap; }
    .metrix-prepare_platforms_realtime_view .platforms-realtime-view .platform-item:first-child {
      padding-left: 0; }
    .metrix-prepare_platforms_realtime_view .platforms-realtime-view .platform-item:last-child {
      border-right: 0;
      padding-right: 0; }
    .metrix-prepare_platforms_realtime_view .platforms-realtime-view .platform-item .text-box,
    .metrix-prepare_platforms_realtime_view .platforms-realtime-view .platform-item .value-box {
      padding: 0;
      text-align: right; }
    .metrix-prepare_platforms_realtime_view .platforms-realtime-view .platform-item .value-box {
      text-align: right; }
  .metrix-prepare_platforms_realtime_view .platforms-realtime-view .few-steps-row {
    min-height: 120px;
    margin-bottom: 20px; }
    .metrix-prepare_platforms_realtime_view .platforms-realtime-view .few-steps-row .step-numbers {
      min-height: 120px;
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0; }
      .metrix-prepare_platforms_realtime_view .platforms-realtime-view .few-steps-row .step-numbers:before, .metrix-prepare_platforms_realtime_view .platforms-realtime-view .few-steps-row .step-numbers:after {
        display: table;
        content: " "; }
  .metrix-prepare_platforms_realtime_view .platforms-realtime-view .step-numbers {
    min-height: 100px;
    position: relative;
    margin-bottom: 20px; }
    .metrix-prepare_platforms_realtime_view .platforms-realtime-view .step-numbers.first {
      margin-top: 30px; }
    .metrix-prepare_platforms_realtime_view .platforms-realtime-view .step-numbers.overlay {
      background: #eeeeee;
      opacity: 0.5; }
      .metrix-prepare_platforms_realtime_view .platforms-realtime-view .step-numbers.overlay:after {
        display: block;
        border: 16px solid #718bc1;
        border-top: 16px solid #4161a8;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: spin 2s linear infinite;
        -o-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        margin: auto;
        top: 50%;
        margin-top: -30px;
        position: absolute;
        left: 50%;
        margin-left: -30px; }

@media (min-width: 992px) {
  .metrix-index {
    padding: 0; }
    .metrix-index .navbar {
      border: none; }
    .metrix-index .canvas {
      padding: 0; } }

.game-config-db-list-wrapper .configs-list .row-tr {
  border-top: 1px solid #ddd;
  padding: 8px 0; }
  .game-config-db-list-wrapper .configs-list .row-tr:first-of-type {
    border-top: 0;
    border-bottom: 1px solid #ddd; }
    .game-config-db-list-wrapper .configs-list .row-tr:first-of-type .conf-value-wrapper {
      font-weight: bold;
      font-size: 14px; }

.game-config-db-list-wrapper .configs-list .new-config-btn-wrapper {
  text-align: right; }

.game-config-db-list-wrapper .configs-list .conf-value-wrapper {
  padding: 0 5px;
  font-size: .9em;
  word-break: break-word; }
  .game-config-db-list-wrapper .configs-list .conf-value-wrapper a:hover, .game-config-db-list-wrapper .configs-list .conf-value-wrapper a:focus, .game-config-db-list-wrapper .configs-list .conf-value-wrapper a:active {
    text-decoration: none; }

.game-config-db-list-wrapper .tooltip-inner {
  max-width: 300px;
  text-align: left; }

@media (max-width: 768px) {
  .game-config-db-list-wrapper .configs-list {
    max-width: 470px;
    margin: auto; }
    .game-config-db-list-wrapper .configs-list .row-tr {
      margin: 0; }
    .game-config-db-list-wrapper .configs-list .new-config-btn-wrapper {
      text-align: left; } }

.game-config-db-form-wrapper .game-config-db-btn-wrapper {
  text-align: right; }
  .game-config-db-form-wrapper .game-config-db-btn-wrapper .btn-default:last-of-type {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }

@media (min-width: 1200px) {
  .game-config-db-edit-form {
    max-width: 970px;
    margin: auto; } }

.game-changes-log-list-wrapper .changes-log-list .row-tr {
  border-top: 1px solid #ddd;
  padding: 8px 0; }
  .game-changes-log-list-wrapper .changes-log-list .row-tr:first-of-type {
    border-top: 0;
    border-bottom: 1px solid #ddd; }
    .game-changes-log-list-wrapper .changes-log-list .row-tr:first-of-type .log-value-wrapper {
      font-weight: bold;
      font-size: 14px; }
  .game-changes-log-list-wrapper .changes-log-list .row-tr:nth-of-type(odd) {
    background-color: #f9f9f9; }

.game-changes-log-list-wrapper .changes-log-list .log-value-wrapper {
  padding: 0 5px;
  font-size: .9em;
  word-break: break-word; }
  .game-changes-log-list-wrapper .changes-log-list .log-value-wrapper a:hover, .game-changes-log-list-wrapper .changes-log-list .log-value-wrapper a:focus, .game-changes-log-list-wrapper .changes-log-list .log-value-wrapper a:active {
    text-decoration: none; }

@media (max-width: 768px) {
  .game-changes-log-list-wrapper .changes-log-list {
    max-width: 470px;
    margin: auto; }
    .game-changes-log-list-wrapper .changes-log-list .row-tr {
      margin: 0; } }

.fail-stats-simplified-wrapper .fails-chart {
  margin: auto; }

.fail-stats-simplified-wrapper #activator {
  padding: 0; }

.fail-stats-simplified-wrapper .filters-wrapper {
  padding: 0; }

.metrix-dab_by_experiment .global-overlay,
.metrix-inactive_buyers_7_days .global-overlay,
.metrix-active_buyers_6_days .global-overlay {
  background: #eeeeee;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1051; }
  .metrix-dab_by_experiment .global-overlay .loader,
  .metrix-inactive_buyers_7_days .global-overlay .loader,
  .metrix-active_buyers_6_days .global-overlay .loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #718bc1;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
         -o-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
    position: fixed;
    margin: auto;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    margin-left: -60px; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.metrix-dab_by_experiment .content-wrapper .table > thead > tr > th,
.metrix-dab_by_experiment .content-wrapper .table > thead > tr > td,
.metrix-dab_by_experiment .content-wrapper .table > tbody > tr > th,
.metrix-dab_by_experiment .content-wrapper .table > tbody > tr > td,
.metrix-dab_by_experiment .content-wrapper .table > tfoot > tr > th,
.metrix-dab_by_experiment .content-wrapper .table > tfoot > tr > td,
.metrix-inactive_buyers_7_days .content-wrapper .table > thead > tr > th,
.metrix-inactive_buyers_7_days .content-wrapper .table > thead > tr > td,
.metrix-inactive_buyers_7_days .content-wrapper .table > tbody > tr > th,
.metrix-inactive_buyers_7_days .content-wrapper .table > tbody > tr > td,
.metrix-inactive_buyers_7_days .content-wrapper .table > tfoot > tr > th,
.metrix-inactive_buyers_7_days .content-wrapper .table > tfoot > tr > td,
.metrix-active_buyers_6_days .content-wrapper .table > thead > tr > th,
.metrix-active_buyers_6_days .content-wrapper .table > thead > tr > td,
.metrix-active_buyers_6_days .content-wrapper .table > tbody > tr > th,
.metrix-active_buyers_6_days .content-wrapper .table > tbody > tr > td,
.metrix-active_buyers_6_days .content-wrapper .table > tfoot > tr > th,
.metrix-active_buyers_6_days .content-wrapper .table > tfoot > tr > td {
  padding: 8px 3px; }

.metrix-dab_by_experiment .content-wrapper .header-data,
.metrix-dab_by_experiment .content-wrapper .item-details,
.metrix-inactive_buyers_7_days .content-wrapper .header-data,
.metrix-inactive_buyers_7_days .content-wrapper .item-details,
.metrix-active_buyers_6_days .content-wrapper .header-data,
.metrix-active_buyers_6_days .content-wrapper .item-details {
  font-size: 12px; }

.metrix-dab_by_experiment .content-wrapper .user-row,
.metrix-inactive_buyers_7_days .content-wrapper .user-row,
.metrix-active_buyers_6_days .content-wrapper .user-row {
  cursor: pointer; }
  .metrix-dab_by_experiment .content-wrapper .user-row:active, .metrix-dab_by_experiment .content-wrapper .user-row.active,
  .metrix-inactive_buyers_7_days .content-wrapper .user-row:active,
  .metrix-inactive_buyers_7_days .content-wrapper .user-row.active,
  .metrix-active_buyers_6_days .content-wrapper .user-row:active,
  .metrix-active_buyers_6_days .content-wrapper .user-row.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .metrix-dab_by_experiment .content-wrapper .user-row:hover, .metrix-dab_by_experiment .content-wrapper .user-row:focus, .metrix-dab_by_experiment .content-wrapper .user-row.focus,
  .metrix-inactive_buyers_7_days .content-wrapper .user-row:hover,
  .metrix-inactive_buyers_7_days .content-wrapper .user-row:focus,
  .metrix-inactive_buyers_7_days .content-wrapper .user-row.focus,
  .metrix-active_buyers_6_days .content-wrapper .user-row:hover,
  .metrix-active_buyers_6_days .content-wrapper .user-row:focus,
  .metrix-active_buyers_6_days .content-wrapper .user-row.focus {
    background-color: #eee;
    text-decoration: none; }

.metrix-dab_by_experiment #confirmDelete,
.metrix-inactive_buyers_7_days #confirmDelete,
.metrix-active_buyers_6_days #confirmDelete {
  display: none; }

.metrix-dab_by_experiment .modal-footer,
.metrix-inactive_buyers_7_days .modal-footer,
.metrix-active_buyers_6_days .modal-footer {
  border-top: 0; }

@media (min-width: 992px) {
  .metrix-dab_by_experiment .modal-dialog,
  .metrix-inactive_buyers_7_days .modal-dialog,
  .metrix-active_buyers_6_days .modal-dialog {
    width: 900px; } }

.metrix-dab_by_experiment .fails-chart-wrapper,
.metrix-inactive_buyers_7_days .fails-chart-wrapper,
.metrix-active_buyers_6_days .fails-chart-wrapper {
  width: 880px;
  height: 450px;
  position: relative; }
  .metrix-dab_by_experiment .fails-chart-wrapper .chart-legend-wrapper,
  .metrix-inactive_buyers_7_days .fails-chart-wrapper .chart-legend-wrapper,
  .metrix-active_buyers_6_days .fails-chart-wrapper .chart-legend-wrapper {
    display: none;
    position: absolute;
    z-index: 1000;
    right: 0;
    background: white;
    border: 1px solid #337AB7;
    padding: 4px 4px 0 4px; }
    .metrix-dab_by_experiment .fails-chart-wrapper .chart-legend-wrapper .chart-legend,
    .metrix-inactive_buyers_7_days .fails-chart-wrapper .chart-legend-wrapper .chart-legend,
    .metrix-active_buyers_6_days .fails-chart-wrapper .chart-legend-wrapper .chart-legend {
      padding-left: 20px;
      list-style: none; }
      .metrix-dab_by_experiment .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item,
      .metrix-inactive_buyers_7_days .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item,
      .metrix-active_buyers_6_days .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item {
        position: relative; }
        .metrix-dab_by_experiment .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item:before,
        .metrix-inactive_buyers_7_days .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item:before,
        .metrix-active_buyers_6_days .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item:before {
          position: absolute;
          top: 0;
          line-height: 22px;
          content: '•';
          font-size: 50px;
          left: -19px; }
        .metrix-dab_by_experiment .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item.extra-moves:before,
        .metrix-inactive_buyers_7_days .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item.extra-moves:before,
        .metrix-active_buyers_6_days .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item.extra-moves:before {
          color: #ff0000; }
        .metrix-dab_by_experiment .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item.in-level:before,
        .metrix-inactive_buyers_7_days .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item.in-level:before,
        .metrix-active_buyers_6_days .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item.in-level:before {
          color: #44a832; }
        .metrix-dab_by_experiment .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item.pre-level:before,
        .metrix-inactive_buyers_7_days .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item.pre-level:before,
        .metrix-active_buyers_6_days .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item.pre-level:before {
          color: #1440de; }
        .metrix-dab_by_experiment .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item.purchases:before,
        .metrix-inactive_buyers_7_days .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item.purchases:before,
        .metrix-active_buyers_6_days .fails-chart-wrapper .chart-legend-wrapper .chart-legend .legend-item.purchases:before {
          color: #00E3D9; }

.metrix-user_details .user-details-panel-wrapper.loading {
  padding: 5px 0;
  text-align: center; }
  .metrix-user_details .user-details-panel-wrapper.loading .preload-description {
    font-weight: bold;
    font-size: 18px;
    position: relative; }
    .metrix-user_details .user-details-panel-wrapper.loading .preload-description:after {
      right: -40px;
      position: absolute;
      margin-left: 20px;
      bottom: -10px;
      content: url(./loading_spinner.gif); }

.metrix-experiment_report_more .chart-wrapper {
  margin: auto;
  width: 1000px;
  height: 450px;
  position: relative; }
  .metrix-experiment_report_more .chart-wrapper.overlay {
    background: white;
    opacity: 0.8;
    background-image: url(./loading.gif);
    background-position: center;
    background-repeat: no-repeat; }
