/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

a {
    color: black;
    text-decoration: none;
}

.letape-navbar-inverse {
    background-color: #ffb825;
}


#charts {
        padding: 10px 0;
    }

    .chart {
        display: inline-block;
        height: 151px;
        margin-bottom: 20px;
    }

    .reset {
        padding-left: 1em;
        font-size: smaller;
        color: #ccc;
    }

    .background.bar {
        fill: #ccc;
    }

    .foreground.bar {
        fill: steelblue;
    }

    .axis path, .axis line {
        fill: none;
        stroke: #000;
        shape-rendering: crispEdges;
    }

    .axis text {
        font: 10px sans-serif;
    }

    .brush rect.extent {
        fill: steelblue;
        fill-opacity: .125;
    }

    .brush .resize path {
        fill: #eee;
        stroke: #666;
    }

    #montanha-chart {
        width: 400px;
    }

    #sexo-chart {
        width: 200px;
    }

    #idade-chart {
        width: 300px;
    }

    #chegada-chart {
        width: 920px;
    }

    #participant-list {
        min-height: 1024px;
    }

    #participant-list .date,
    #participant-list .day {
        margin-bottom: .4em;
    }

    #participant-list .participant {
        line-height: 1.5em;
        background: #eee;
        width: 640px;
        margin-bottom: 1px;
    }

    #participant-list .time {
        color: #999;
    }

    #participant-list .participant div {
        display: inline-block;
        width: 100px;
    }

    #participant-list div.distance,
    #participant-list div.delay {
        width: 160px;
        padding-right: 10px;
        text-align: right;
    }

    #participant-list .early {
        color: green;
    }

    aside {
        position: absolute;
        left: 740px;
        font-size: small;
        width: 220px;
    }

    #participant-list .tempo{
    	  line-height: 1.5em;
  background: #eee;
  width: 640px;
  margin-bottom: 1px;
    }
