﻿html {
    height: 101%;
    background-color: #dfe0e1;
}

body {
    background-color: #dfe0e1;
    color: #333;
    height: 100%;
}

#cookie_consent {
    font-size: 90%;
    padding-top: 10px;
    background-color: darkslategrey;
    color: #ddd;
}

    #cookie_consent span {
        display: inline;
    }

    #cookie_consent a {
        color: #ddd;
        text-decoration: underline;
    }

    #cookie_consent button {
        margin: 0;
        margin-left: 7px;
        float: right;
    }

.header {
    position: relative;
    background-color: #333;
}

.map-limit-msg {
    background-color: #fff9ae;
    padding: 10px;
    border: 2px solid #f04124;
}

.right-off-canvas-menu li.active {
    background-color: #222;
}

    .right-off-canvas-menu li.active a {
        color: #fff;
    }


.slider {
    min-height: 200px;
    background-color: #eee;
    margin-bottom: 0;
    text-align: center;
}

    .slider img {
        min-height: 200px;
        display: none;
    }

    .slider h1 {
        display: none;
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        color: #fff;
        font-size: 46px;
        font-weight: bold;
        text-shadow: 2px 2px #333;
        text-transform: uppercase;
        font-family: Impact,Verdana;
    }

        .slider h1 small {
            display: block;
            margin-top: 20px;
            color: #fff;
            font-family: Verdana;
            text-transform: none;
            line-height: 30px;
        }



.content {
    padding-top: 20px;
    background-color: #fff;
}

    .content blockquote {
        padding: 2px 10px;
        font-size: 80%;
    }

        .content blockquote cite {
            font-size: 90%;
        }

.left-col-reviews {
    margin-top: 20px;
    padding-top: 20px;
    text-align: left;
}

    .left-col-reviews h1 {
        display: none;
    }

p, ul {
    font-size: 90%;
}

h1, h2, h3, h4, h5 {
    color: #333;
}


h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}



.fb-like-box-wrapper {
    margin-top: 6px;
    min-height: 70px;
}



#downloadAppIcon {
    display: block;
    margin-top: 13px;
    float: right;
    border: 1px solid #fff;
    padding: 3px 3px 0 3px;
    background-color: #eee;
}

#downloadAppText {
    background-image: url('https://cdn.locatoweb.com/images/layout/blue_arrow.png');
    background-repeat: no-repeat;
    padding-left: 24px;
    background-position: 0 2px;
}


.page-image {
    position: relative;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 20px;
}


.intro {
    padding-right: 29%;
    padding-left: 0;
}

.hand {
    display: block;
    position: absolute;
    right: -12px;
    top: -156px;
    width: 300px;
    height: 380px;
    overflow: hidden;
}


.pt .intro {
    padding-right: 25%;
}

.pt .hand img {
    position: absolute;
    right: -40px;
}

.ru .intro {
    padding-right: 0;
}

.ru .hand {
    display: none;
}

.fr .intro {
    padding-right: 20%;
}

.fr .hand img {
    position: absolute;
    right: -80px;
}

.de .intro {
    padding-right: 23%;
}

.de .hand img {
    position: absolute;
    right: -50px;
    top: 0;
}

.es .intro {
    padding-right: 20%;
}

.es .hand img {
    position: absolute;
    right: -60px;
    top: 0;
}

.it .intro {
    padding-right: 24%;
}

.it .hand img {
    position: absolute;
    right: -50px;
    top: 0;
}


.recent {
    background-color: #efefef;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-bottom: 20px;
}

    .recent h3 {
        padding-top: 20px;
        color: #666;
    }



div.trackList div {
    min-height: 40px;
    font-size: 11px;
    padding: 5px 5px 5px 35px;
    margin: 1px 0px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    line-height: 13px;
}

    div.trackList div.single {
        background-image: url('https://cdn.locatoweb.com/images/mobile-27px.png');
    }

        div.trackList div.single.running {
            background-image: url('https://cdn.locatoweb.com/images/mobile-single-running-27px.gif');
        }

        div.trackList div.single.broken {
            background-image: url('https://cdn.locatoweb.com/images/mobile-broken-27px.png');
        }

        div.trackList div.single.warm {
            background-image: url('https://cdn.locatoweb.com/images/mobile-finished-27px.png');
        }

        div.trackList div.single.finished {
            background-image: url('https://cdn.locatoweb.com/images/mobile-finished-27px.png');
        }

        div.trackList div.single.forgotten {
            background-image: url('https://cdn.locatoweb.com/images/mobile-forgotten-27px.png');
        }

    div.trackList div.race {
        background-image: url('https://cdn.locatoweb.com/images/mobile-race2-27px.png');
    }

        div.trackList div.race.running {
            background-image: url('https://cdn.locatoweb.com/images/mobile-race-running-27px.gif');
        }



div.trackList img {
    vertical-align: text-top;
}

div.trackList a {
    font-weight: bold;
    font-size: 14px;
}

    div.trackList a:hover {
        text-decoration: underline;
    }

div.trackList i {
    display: block;
}

div.trackList .alias {
    color: red;
}

/* 10 jun 2018 */
.content .main p, .content .main ul {
    line-height: normal;
}




#footer {
    font-size: 12px;
    color: #ddd;
    background-color: #333;
    padding: 5px 15px;
}

    #footer div {
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
    }

    #footer a {
        color: #eee;
    }

        #footer a:hover {
            color: #fff;
        }

    #footer img {
        border: 1px solid #fff;
        margin-left: 3px;
    }

.cacheStatus {
    float: right;
    color: #ddd;
}

.badges {
    margin-bottom: 20px;
}

    .badges img {
        margin: 6px;
    }


.profileAd {
    margin-top: 10px;
    background-color: #eee;
    padding: 5px 6px;
    font-size: 90%;
    text-align: center;
    width: 98% !important;
}


/* list of profiles and organisations on home and org page members */

.profiles .item {
    min-height: 40px;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 5px;
}

    .profiles .item b {
        color: #666;
        font-size: 90%;
    }

    .profiles .item img {
        float: left;
        vertical-align: text-top;
        width: 36px;
        height: 36px;
        margin-right: 10px;
    }

    .profiles .item.prf-no img {
        opacity: 0.3;
        border: 1px solid #ccc;
    }

    .profiles .item.prf-yes:hover {
        background-color: #eee;
    }

    .profiles .item.prf-yes a img {
        box-shadow: 2px 2px 5px #666;
        border: 2px solid #008cba;
    }

    .profiles .item i {
        font-size: 80%;
    }




/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    margin-bottom: 10px;
    display: inline-block;
    font-size: smaller;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error, input[type="password"].input-validation-error, textarea.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
}

.validation-summary-valid {
    display: none;
}


.seeMoreTracks {
    text-align: right;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

    .seeMoreTracks a {
        display: inline-block;
        background-color: #bbb;
        color: #fff;
        padding: 8px 20px;
        font-weight: bold;
    }

        .seeMoreTracks a:hover {
            background-color: #2489ce;
            color: #fff;
        }

.find {
    margin-bottom: 10px;
}

.dates {
    margin-bottom: 10px;
    padding-top: 5px;
    text-align: center;
}

    .dates a {
        display: inline-block;
        margin-bottom: 3px;
        padding: 3px 3px;
        font-size: 12px;
        text-align: center;
        background-color: #efefef;
        color: #666;
        width: 53px;
    }

        .dates a:hover {
            background-color: #dfe0e1;
        }

        .dates a.selected {
            background-color: #008cba;
            color: #fff;
        }

.countries {
    padding-top: 5px;
    width: 100%;
    text-align: center;
}

    .countries a {
        display: inline-block;
        width: 32px;
        text-align: center;
        margin-bottom: 3px;
        background-color: #eee;
    }

        .countries a img {
            border: 1px solid #fff;
        }

        .countries a:hover {
            background-color: #dfe0e1;
        }

        .countries a.selected {
            background-color: #008cba;
            color: #fff;
        }

            .countries a.selected img {
                border: 1px solid #fff;
            }

#reset {
    display: none;
    margin: 20px 0px 20px 0px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 10px;
}

    #reset input[type=text] {
        background-color: #fff;
    }

cite {
    display: block;
    color: gray;
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
    .slick-slider h1 {
        top: 25%;
        font-family: arial;
        font-size: 24px;
    }

        .slick-slider h1 small {
            margin-top: 10px;
            font-size: 12px;
            font-family: Helvetica;
            font-weight: normal;
        }

    .main {
        padding-top: 10px;
        background-color: #f6f6f6;
        border-top: 1px solid #ddd;
    }

    .page-image {
        border-bottom: 0;
        margin-bottom: 0;
    }
}



/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
}

/* jarle: medium and down - max-width 1000px */
@media only screen and (max-width: 900px) {
    .hand {
        display: none;
    }

    .intro {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}



/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 900px) {
    .slick-slider h1 {
        font-family: arial;
        font-size: 34px;
    }

        .slick-slider h1 small {
            margin-top: 10px;
            font-size: 20px;
            font-family: arial;
        }

    .profiles .item a {
        font-size: 90%;
    }

    .profiles .item i {
        font-size: 70%;
    }

    div.trackList a {
        font-size: 12px;
    }

    div.trackList i {
        font-size: 90%;
    }
}
