/*
 Copyright (c) 2023 by Wanderpfer.de
 Copying or reuse require explicit approval by the author.
 */

body {
    color:#000;
    background-color: #fff;
    font-family: "Droid Sans", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
    font-size: 0.9vw !important;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.dir {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
    color: #444;
    border-radius: 0;
    padding-top: 15px;
}

.content {
    color: #000;
    background-color: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 0;
}

.card {
    background-color: #d9d9d9;
    border-radius: 7px;
}

input[type="text"], textarea {
    background-color : #fff;
}

.register-card {
    background-color: #d9d9d9;
    border-radius: 7px;
}

.register-card-column {
    background-color: #d9d9d9;
    border-radius: 7px;
}


.location-map {
    border-radius: 7px;
}

.clickbutton, .plan-route-button, #filter_horse, #filter_rider {
    height: 38px;
    color: #444;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 7px;
    padding-left: 10px;
    padding-right: 10px;
}


A:visited {
    color: #666;
    font-weight: normal;
}

A:link {
    color: #444;
    font-weight: normal;
}

A:active, A:hover {
    color: #f07a18;
    font-weight: normal;
}

.info-card {
    background-color: #d9d9d9;
    border-radius: 7px;
}

.info-header {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #f07a18;
    color: #fff;
}
.info-stop-header {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #888;
}

.info-content-highlight {
    background-color: #fff;
}

