﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

* {
    box-sizing: border-box;
}



/* overview page*/

div.overview-row {
    display: flex;
}

div.overview-column-l {
    flex:5;
}

div.overview-column-r {
    flex: 5;
    padding-left:10px;
}

div.overview-t-body {
    display: table-row-group;
    font-size: medium;
    font-weight: 500;
}
div.overview-t-row {
    display: table-row;
    vertical-align: middle;
}
div.overview-t-cell {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}
image.overview-chck-image {
    vertical-align: middle;
    display: table-cell;
}



td.overview-rkm {
    font-size: smaller;
    font-weight: 700;
    text-align:right;
}
td.overview-inbetween-img {
    text-align:left;
    padding-left:20px;
    width:35px;
}
td.overview-distance {
    font-size: smaller;
    font-weight: 500;
    text-align: left;
}
td.overview-img-l {
    text-align: right;
}
td.overview-img-c {
    text-align: center;
}
td.overview-img-r {
    text-align: left;
}


a.overview-para {
    text-decoration: none !important;
    color: black !important;
    padding-left: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
}
    a.overview-para:hover {
        text-decoration: none !important;
        color: black !important;
        background-color: whitesmoke;
        border: none;
        padding-left: 1px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

button.overview-ro-name {
    font-size: medium;
    font-weight: 500;
    text-align: left;
    border: none;
    background-color: transparent;
    text-align-last: left;
    border: none;
    background-color: transparent;
    outline: none;
}
    button.overview-ro-name:focus {
        border: none;
    }