﻿body {
    background-color: #eee !important;
}

.header {
    display: block;
    margin-top: 10px;
    color: #666;
    margin-bottom: 10px;
}

    .header b {
        display: none;
    }

        .header b.active {
            display: block;
        }

    .header a.flag {
        float: right;
    }

div.inappWrapper {
    overflow: scroll;
}

#load {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #eee;
    text-align: center;
    padding-top: 100px;
    z-index: 99;
}

#error {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #eee;
    text-align: center;
    padding-top: 100px;
    z-index: 99;
}

div.trackList .item {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    min-height: 40px;
    font-size: 11px;
    padding: 5px 5px 5px 35px;
    background-position: 0 5px;
    background-repeat: no-repeat;
    line-height: 13px;
}

div.trackList .single {
    background-image: url('//locatoweb.azureedge.net/images/mobile-27px.png');
}

    div.trackList .single.running {
        background-image: url('//locatoweb.azureedge.net/images/mobile-single-running-27px.gif');
    }

    div.trackList .single.broken {
        background-image: url('//locatoweb.azureedge.net/images/mobile-broken-27px.png');
    }

    div.trackList .single.warm {
        background-image: url('//locatoweb.azureedge.net/images/mobile-finished-27px.png');
    }

    div.trackList .single.finished {
        background-image: url('//locatoweb.azureedge.net/images/mobile-finished-27px.png');
    }

    div.trackList .single.forgotten {
        background-image: url('//locatoweb.azureedge.net/images/mobile-forgotten-27px.png');
    }

div.trackList .race {
    background-image: url('//locatoweb.azureedge.net/images/mobile-race2-27px.png');
}

    div.trackList .race.running {
        background-image: url('//locatoweb.azureedge.net/images/mobile-race-running-27px.gif');
    }

div.trackList img {
    vertical-align: text-top;
}

div.trackList a {
    font-weight: bold;
    font-size: 14px;
    color: #3593b0;
    text-decoration: none;
}

div.trackList i {
    display: block;
}

div.trackList .alias {
    color: red;
}

div.trackList .relation {
    float: right;
    margin-right: -4px;
}

    div.trackList .relation a {
        display: inline-block;
        padding: 12px 0 10px 4px;
    }

/* relation: star-o */
div.trackList .rel0 a:before {
    content: "\f006";
    font-family: FontAwesome;
    color: #ddd !important;
    font-size: 120%;
}

/* relation: user */
div.trackList .rel1 a:before {
    content: "\f007";
    font-family: FontAwesome;
    color: #ccc !important;
    font-size: 120%;
}

/* relation: star */
div.trackList .rel2 a:before {
    color: #fbc40f !important;
    content: "\f005";
    font-family: FontAwesome;
    font-size: 120%;
}

#noTracks {
    color: #666;
}

.bright .shdwt {
    -webkit-box-shadow: 0 -4px 8px #666;
    box-shadow: 0 -4px 8px #666;
}

.dark .shdwt {
    -webkit-box-shadow: 0 -4px 8px #333;
    box-shadow: 0 -4px 8px #333;
}


.nav {
    padding: 2px;
    z-index: 100;
    position: relative;
    height: 50px;
    text-align: center;
}

.dark .nav {
    background-color: #222;
    border-top: 1px solid #444;
}

.bright .nav {
    background-color: #222;
    border-top: 1px solid #666;
    color: #fff;
}

.nav span:nth-child(2) {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

.nav span:nth-child(3) {
    border-right: 1px solid #666;
}

.nav span {
    display: inline-block;
    width: 22%;
}

    .nav span a {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 0;
        color: #fff;
        opacity: 0.5;
    }

        .nav span a .glow {
            display: block;
            width: 60%;
            height: 3px;
            background-color: #444;
        }

            .nav span a .glow.above {
                margin: 0 auto 4px auto;
            }

    .nav span.active a {
        opacity: 1;
    }

        .nav span.active a .glow {
            background-color: #fff;
        }
