@font-face {
  font-family: 'PFDinDisplayPro-Medium';
  src: url("fonts/PFDinDisplayPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/PFDinDisplayPro-Medium.woff") format("woff"), url("fonts/PFDinDisplayPro-Medium.ttf") format("truetype"), url("fonts/PFDinDisplayPro-Medium.svg#PFDinDisplayPro-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PFDinDisplayProBlackIt';
  src: url("fonts/PFDinDisplayProBlackIt.eot?#iefix") format("embedded-opentype"), url("fonts/PFDinDisplayProBlackIt.woff") format("woff"), url("fonts/PFDinDisplayProBlackIt.ttf") format("truetype"), url("fonts/PFDinDisplayProBlackIt.svg#PFDinDisplayProBlackIt") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  margin: 0;
  padding: 0; }

.zoom-box {
  position: relative; }
  .zoom-box-preview {
    text-align: center; }
    .zoom-box-preview .preview-wrapper {
      display: inline-block;
      position: relative; }
      .zoom-box-preview .preview-wrapper img {
        display: block;
        -webkit-user-select: none;
        user-select: none; }
  .zoom-box-frame {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ff5665;
    width: 100px;
    height: 50px;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab; }
    .zoom-box-frame.grabbing {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
      cursor: grabbing; }
  .zoom-box-full {
    overflow: hidden;
    position: relative; }
    .zoom-box-full .fullscreen-image {
      position: absolute;
      top: 0;
      left: 0; }

.preview-table {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: "Helvetica",Arial,sans-serif; }

.races-container {
  position: relative;
  padding: 0 42px 0 43px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }
  .races-container .row-element {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s; }
    .races-container .row-element:hover, .races-container .row-element.hover {
      background-color: #50a0b4; }
  .races-container .results-table {
    position: relative;
    border-spacing: 0;
    border: 0;
    font-size: 13px;
    line-height: 19px;
    margin: 0 auto; }
    .races-container .results-table.sort-by-ride {
      margin: 0 auto; }
      .races-container .results-table.sort-by-ride td.ride-number {
        vertical-align: middle; }
      .races-container .results-table.sort-by-ride td.car_number {
        font-family: "PFDinDisplayProBlackIt", "PFDinDisplayPro-Medium", "Helvetica", Arial, sans-serif;
        font-size: 14px;
        width: 24px;
        text-align: right; }
      .races-container .results-table.sort-by-ride .top td {
        padding-top: 9px; }
        .races-container .results-table.sort-by-ride .top td.ride-number {
          padding-top: 0; }
      .races-container .results-table.sort-by-ride .bottom td {
        padding-bottom: 9px; }
      .races-container .results-table.sort-by-ride .one-racer td {
        padding-top: 9px;
        padding-bottom: 9px; }
        .races-container .results-table.sort-by-ride .one-racer td.ride-number {
          padding-top: 9px; }
    .races-container .results-table.zoom-position tr td.position, .races-container .results-table.zoom-position tr th.position {
      position: relative;
      padding-left: 36px;
      padding-right: 10px; }
      .races-container .results-table.zoom-position tr td.position .place, .races-container .results-table.zoom-position tr th.position .place {
        position: absolute;
        top: 0;
        left: -1px;
        height: 24px;
        line-height: 24px;
        width: 22px;
        text-align: right;
        color: black;
        -webkit-transition: all .18s;
        -o-transition: all .18s;
        transition: all .18s; }
    .races-container .results-table.zoom-position tr.active .position {
      font-family: "PFDinDisplayPro-Medium", "Helvetica", Arial, sans-serif;
      font-size: 33px;
      font-style: italic; }
      .races-container .results-table.zoom-position tr.active .position .place {
        width: 51px;
        left: -29px;
        top: 50%;
        margin-top: -8px;
        text-align: right;
        color: white; }
    .races-container .results-table.zoom-position tr.active td {
      color: white; }
    .races-container .results-table tr td, .races-container .results-table tr th {
      padding: 0;
      border: none;
      text-align: left;
      vertical-align: top;
      line-height: 1.4; }
      .races-container .results-table tr td.car-drive, .races-container .results-table tr th.car-drive {
        width: 37px; }
    .races-container .results-table tr.head td, .races-container .results-table tr th {
      font-size: 11px;
      line-height: 15px;
      color: #7d848c;
      border-bottom: 1px solid rgba(195, 195, 195, 0.5);
      padding: 0 5px 3px;
      font-weight: normal;
      white-space: nowrap; }
    .races-container .results-table tr td {
      padding: 3px 5px;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s; }
      .races-container .results-table tr td.position {
        vertical-align: middle;
        position: relative;
        padding-left: 36px;
        padding-right: 10px; }
        .races-container .results-table tr td.position .place {
          position: absolute;
          top: 0;
          left: -1px;
          height: 24px;
          line-height: 24px;
          width: 22px;
          text-align: right;
          color: #000;
          -webkit-transition: all .18s;
          -o-transition: all .18s;
          transition: all .18s; }
      .races-container .results-table tr td.name {
        width: 150px; }
        .races-container .results-table tr td.name .name-item {
          width: 150px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .races-container .results-table tr td.car {
        width: 220px; }
        .races-container .results-table tr td.car .car-item {
          width: 220px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .races-container .results-table tr td.car-drive {
        width: 37px;
        white-space: nowrap;
        font-size: 16px;
        line-height: 25px;
        font-weight: bold;
        padding: 0 5px;
        color: #7d848c; }
        .races-container .results-table tr td.car-drive .light {
          font-weight: lighter;
          font-family: "Helvetica Light","Helvetica", "Arial", sans-serif; }
        .races-container .results-table tr td.car-drive .active {
          color: #ff5665 !important; }
      .races-container .results-table tr td.competition {
        width: 196px; }
        .races-container .results-table tr td.competition .competition-item {
          width: 196px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .races-container .results-table tr td.value {
        width: 42px; }
        .races-container .results-table tr td.value.not-finished .value-item {
          overflow: visible; }
        .races-container .results-table tr td.value.not-finished .text {
          float: right; }
        .races-container .results-table tr td.value.scaled {
          position: relative; }
          .races-container .results-table tr td.value.scaled .color-fill {
            position: absolute;
            left: 0;
            top: 1px;
            bottom: 1px;
            background-color: rgba(80, 160, 180, 0.3);
            min-width: 1px; }
          .races-container .results-table tr td.value.scaled .text {
            position: relative; }
        .races-container .results-table tr td.value .value-item {
          width: 42px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .races-container .results-table tr td.empty {
        padding: 7px; }
    .races-container .results-table .sort-control {
      padding-bottom: 1px; }
      .races-container .results-table .sort-control.selected {
        padding-bottom: 0;
        border-bottom: 2px solid black; }
        .races-container .results-table .sort-control.selected .text,
        .races-container .results-table .sort-control.selected .ride-number-item {
          color: black; }
    .races-container .results-table .sub-header th {
      border-bottom: none;
      text-align: center;
      padding-bottom: 5px; }
      .races-container .results-table .sub-header th.cols_1 {
        text-align: left; }
      .races-container .results-table .sub-header th.colspan {
        position: relative; }
        .races-container .results-table .sub-header th.colspan:before {
          content: "";
          position: absolute;
          left: 4px;
          top: 7px;
          height: 5px;
          border-top: 1px solid rgba(195, 195, 195, 0.5);
          border-left: 1px solid rgba(195, 195, 195, 0.5); }
        .races-container .results-table .sub-header th.colspan:after {
          content: "";
          position: absolute;
          right: 4px;
          top: 7px;
          height: 5px;
          border-top: 1px solid rgba(195, 195, 195, 0.5);
          border-right: 1px solid rgba(195, 195, 195, 0.5); }
        .races-container .results-table .sub-header th.colspan.cols_2:before, .races-container .results-table .sub-header th.colspan.cols_2:after {
          width: 18px; }
        .races-container .results-table .sub-header th.colspan.cols_3:before, .races-container .results-table .sub-header th.colspan.cols_3:after {
          width: 40px; }
        .races-container .results-table .sub-header th.colspan .sub-name {
          position: relative;
          padding: 4px; }

.preview-tree {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: "Helvetica",Arial,sans-serif; }

#ride-tree-data {
  position: relative;
  min-height: 560px;
  margin: auto;
  font-family: "Helvetica",Arial,sans-serif; }
  #ride-tree-data .ride_block {
    position: absolute;
    width: 252px;
    height: 105px; }
    #ride-tree-data .ride_block .lines {
      position: absolute;
      right: 0;
      left: 0;
      top: 12px;
      bottom: 28px; }
      #ride-tree-data .ride_block .lines .line {
        border-right: 1px solid rgba(133, 143, 153, 0.75);
        border-bottom: none;
        position: absolute;
        right: 0;
        left: 0;
        height: calc(25% - 0.5px); }
        #ride-tree-data .ride_block .lines .line.line-top {
          border-top: 1px solid rgba(133, 143, 153, 0.75);
          top: 0;
          -webkit-border-radius: 0 4px 0 0;
          -moz-border-radius: 0 4px 0 0;
          -o-border-radius: 0 4px 0 0;
          -ms-border-radius: 0 4px 0 0;
          border-radius: 0 4px 0 0; }
          #ride-tree-data .ride_block .lines .line.line-top:after {
            margin-top: 0;
            top: 100%;
            border-bottom: 1px solid rgba(133, 143, 153, 0.75); }
          #ride-tree-data .ride_block .lines .line.line-top.winner:after {
            -webkit-border-radius: 0 0 0 4px;
            -moz-border-radius: 0 0 0 4px;
            -o-border-radius: 0 0 0 4px;
            -ms-border-radius: 0 0 0 4px;
            border-radius: 0 0 0 4px; }
          #ride-tree-data .ride_block .lines .line.line-top.loser:after {
            border-bottom: none; }
          #ride-tree-data .ride_block .lines .line.line-top.empty:after {
            border-bottom: 1px solid rgba(133, 143, 153, 0.2); }
        #ride-tree-data .ride_block .lines .line.line-bottom {
          border-bottom: 1px solid rgba(133, 143, 153, 0.75);
          bottom: -2px;
          -webkit-border-radius: 0 0 4px 0;
          -moz-border-radius: 0 0 4px 0;
          -o-border-radius: 0 0 4px 0;
          -ms-border-radius: 0 0 4px 0;
          border-radius: 0 0 4px 0; }
          #ride-tree-data .ride_block .lines .line.line-bottom:after {
            margin-bottom: 0;
            bottom: 100%;
            border-top: 1px solid rgba(133, 143, 153, 0.75); }
          #ride-tree-data .ride_block .lines .line.line-bottom.winner:after {
            -webkit-border-radius: 4px 0 0 0;
            -moz-border-radius: 4px 0 0 0;
            -o-border-radius: 4px 0 0 0;
            -ms-border-radius: 4px 0 0 0;
            border-radius: 4px 0 0 0; }
          #ride-tree-data .ride_block .lines .line.line-bottom.loser:after, #ride-tree-data .ride_block .lines .line.line-bottom.empty:after {
            border-top: none; }
        #ride-tree-data .ride_block .lines .line.empty {
          display: none;
          border-color: rgba(133, 143, 153, 0.2); }
          #ride-tree-data .ride_block .lines .line.empty:after {
            border-left: 1px solid rgba(133, 143, 153, 0.2); }
        #ride-tree-data .ride_block .lines .line:after {
          content: "";
          position: absolute;
          height: 100%;
          width: 48px;
          left: 100%;
          border-left: 1px solid rgba(133, 143, 153, 0.75); }
    #ride-tree-data .ride_block .pilot {
      position: absolute;
      left: 0;
      height: 37px;
      width: 194px;
      background-color: white;
      padding: 3px 6px 0; }
      #ride-tree-data .ride_block .pilot.top {
        top: 0; }
      #ride-tree-data .ride_block .pilot.bottom {
        bottom: 0; }
      #ride-tree-data .ride_block .pilot.empty {
        visibility: hidden; }
      #ride-tree-data .ride_block .pilot.active, #ride-tree-data .ride_block .pilot:hover {
        background-color: #82b6c0;
        cursor: default; }
        #ride-tree-data .ride_block .pilot.active.gold, #ride-tree-data .ride_block .pilot:hover.gold {
          background-color: #faab28; }
        #ride-tree-data .ride_block .pilot.active.silver, #ride-tree-data .ride_block .pilot:hover.silver {
          background-color: #c3c3c3; }
        #ride-tree-data .ride_block .pilot.active.bronze, #ride-tree-data .ride_block .pilot:hover.bronze {
          background-color: #d2781d; }
        #ride-tree-data .ride_block .pilot.active .top-row, #ride-tree-data .ride_block .pilot.active .bottom-row, #ride-tree-data .ride_block .pilot:hover .top-row, #ride-tree-data .ride_block .pilot:hover .bottom-row {
          color: white; }
        #ride-tree-data .ride_block .pilot.active .name, #ride-tree-data .ride_block .pilot.active .car, #ride-tree-data .ride_block .pilot:hover .name, #ride-tree-data .ride_block .pilot:hover .car {
          color: white;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      #ride-tree-data .ride_block .pilot .top-row {
        font-size: 13px;
        line-height: 19px; }
      #ride-tree-data .ride_block .pilot .bottom-row {
        font-size: 11px;
        line-height: 15px;
        color: #7d848c; }
      #ride-tree-data .ride_block .pilot .name {
        color: black; }
      #ride-tree-data .ride_block .pilot .car {
        display: inline-block;
        max-width: 129px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #7d848c; }
      #ride-tree-data .ride_block .pilot .name, #ride-tree-data .ride_block .pilot .car {
        border-bottom: none; }
      #ride-tree-data .ride_block .pilot .time, #ride-tree-data .ride_block .pilot .speed {
        float: right; }
  #ride-tree-data .winners {
    position: absolute;
    margin-top: -13px;
    width: 140px;
    min-height: 306px; }
    #ride-tree-data .winners .winner_block {
      line-height: 1.2;
      position: absolute;
      left: 0; }
      #ride-tree-data .winners .winner_block.gold {
        top: 0; }
      #ride-tree-data .winners .winner_block.silver {
        top: 50%;
        margin-top: -34px; }
      #ride-tree-data .winners .winner_block.bronze {
        bottom: 0; }
    #ride-tree-data .winners .pilot {
      background-color: white;
      padding: 4px 6px; }
      #ride-tree-data .winners .pilot.active.gold, #ride-tree-data .winners .pilot:hover.gold {
        background-color: #faab28; }
      #ride-tree-data .winners .pilot.active.silver, #ride-tree-data .winners .pilot:hover.silver {
        background-color: #c3c3c3; }
      #ride-tree-data .winners .pilot.active.bronze, #ride-tree-data .winners .pilot:hover.bronze {
        background-color: #d2781d; }
      #ride-tree-data .winners .pilot.active.empty, #ride-tree-data .winners .pilot:hover.empty {
        background-color: white;
        cursor: default; }
      #ride-tree-data .winners .pilot.active .place, #ride-tree-data .winners .pilot:hover .place {
        color: white; }
        #ride-tree-data .winners .pilot.active .place:before, #ride-tree-data .winners .pilot:hover .place:before {
          background-color: white !important; }
      #ride-tree-data .winners .pilot.active .name, #ride-tree-data .winners .pilot.active .car, #ride-tree-data .winners .pilot:hover .name, #ride-tree-data .winners .pilot:hover .car {
        color: white;
        border-bottom: none; }
      #ride-tree-data .winners .pilot.gold .place:before {
        background-color: #faab28; }
      #ride-tree-data .winners .pilot.silver .place:before {
        background-color: #c3c3c3; }
      #ride-tree-data .winners .pilot.bronze .place:before {
        background-color: #d2781d; }
      #ride-tree-data .winners .pilot .place {
        font-family: "PFDinDisplayPro-Medium", "Helvetica", Arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
        color: black; }
        #ride-tree-data .winners .pilot .place:before {
          content: "";
          display: inline-block;
          width: 11px;
          height: 11px;
          margin-right: 5px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
      #ride-tree-data .winners .pilot .name {
        font-size: 13px;
        line-height: 19px;
        color: black;
        border-bottom: none; }
      #ride-tree-data .winners .pilot .car {
        font-size: 11px;
        line-height: 15px;
        color: #7d848c;
        border-bottom: none; }

/*# sourceMappingURL=style.css.map */
