﻿body {
    padding-top: 45px;
    padding-bottom: 20px;
    font-size: 14px;
}

table {
    font-size: 14px;
}

table th {
    background: #edeeee;
}

.jumbotron {
    background: transparent;
    color: white;
    font-weight: bold;
}

.jumbotron .lead {
    color: white;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background: url('../Images/landing.jpg') no-repeat center center scroll;
    padding: 80px 0;
}

.image-bg-fixed-height {
	background: url('../Images/landing.jpg') no-repeat center center scroll;
    height: 530px;
}

.img-center {
	margin: 0 auto;
}

.control-label {
    font-size: 14px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.username-anon {
    color: #777;
}

.large-dropdown {
    font-size: 14px;
    max-width: 450px;
}

.season-dropdown {
    max-width: 200px;
}

.label-value {
    text-align: left !important;
    font-weight: normal;
}

.table-details tr td {
    padding: 0px;
    margin: 0px;
    border-top: 0px !important;
    border-bottom: 1px solid #eee !important;
}

.spacer {
    margin-top: 60px;
    margin-bottom: 10px;
}

.spacer-sm {
    margin-top: 30px;
    margin-bottom: 10px;
}

.league-row {
    cursor: pointer;
}

.laptime-lg {
    font-size: 2em;
    font-weight: bold;
}

.valid-laptime {
    font-weight: bold;
}

.invalid-laptime {
    font-weight: normal;
    color: #999;
}

td.sectorcol {
    
}

.sectortime {
    margin: 5px 30px;
}

.large {
    font-size: 14px;
    max-width: 450px;
}

.tab-content {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0px;
}

.well {
    background: #f5f5f5;
}

.breadcrumb {
    font-size: 12px;
    margin-top: 5px;
}

.table tr.event-car-row td {
        border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
}

.car-img img {
    width: 250px;
    margin-bottom: 25px;
}

.car-name {
    padding: 8px;
    font-size: 15px;
    font-weight: bold;
    background: #ededed;
}

.car-name-large {
    height: 52px;
}

.event-details {
    margin-right: 20px;
    display: inline;
    font-weight: normal;
    font-size: 14px;
}

.event-details-icon {
    margin-right: 5px;
    margin-bottom: 5px;
}

.event-details-row {
    display: block;
    padding: 8px 8px 0 8px
}

.table tr td.car-column {
    width: 300px;
}

.table tr td.winner-column {
    width: 300px;
}

.table tr td.details-column {
    width: 550px;
}

.event-winner {
    margin: 8px;
}

.event-winner-name {
}

.event-winner-lap {
    font-size: 25px;
}

#graphcontainer {
    min-width: 310px;
    height: 400px;
    margin: 0 auto;
}

.invisible-link {
    color: #000;
    text-decoration: none;
    cursor: default;
}

.invisible-link:hover {
    color: #000;
    text-decoration: none;
}
.invisible-link:visited {
    color: #000;
    text-decoration: none;
}
.invisible-link:focus {
    color: #000;
    text-decoration: none;
}

.landing-section {
    margin: 50px 0;
}

h2.section-heading {
    font-size: 80px;
}

h3.section-heading {
    font-size: 20px;
}

h4.section-heading {
    font-size: 30px;
}

.navbar-image {
    height: 45px;
}

.jumbotron-image {
    height: 230px;
}

.hidden-username {
    color: #777;
}

.tooltip-inner {
    max-width: 350px;
    text-align: left;
}

.opt-sector-number {
    display: inline-block;
    margin: 0;
    text-align: left;
    width: 30px;
}

.opt-sector-time {
    display: inline;
    margin: 15px;
    text-align: left;
}

.result-dropped {
    color: #777;
}

tr.result-selected {
    background-color: #eee !important;
}

tr[id^=result-details-] {
    background-color: #eee !important;
}

tr[id^=result-row-] {
    cursor: pointer;
}

.result-details {
    border: 1px solid #eee !important;
    margin: 0 25px !important;
    max-width: 600px;
    border: 1px solid #ddd !important;
}

.about-image {
    display: inline-block;
    margin: 10px;
    border: 1px solid #ccc;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 2px 2px 5px #ccc;
}

.fixed-setup {
    font-weight: bold;
    padding: 10px;
    color: red;
}

.mobile-left {
    float: left;
    width: 70%;
}

.mobile-right {
    float: right;
    width: 28%;
    text-align: right;
}

.image-right {
    text-align: right;
    
}

#carFilter {
    display: inline-block;
    margin: 5px 0;
}

#sortEvents {
    display: inline-block;
}