﻿
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 20rem;
    margin-top: 5rem;
    min-height: 100%;
}

/* White links in top menu*/
.navbar-dark .navbar-nav .nav-link {
    color: white;
}

/* Asp.net validator imitation bootstrap validation*/
.custom-invalid-feedback span {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

/* Asp.net CheckBox imitating bootstrap style*/
span.form-check-input input {
    margin-right: 0.4rem;
}

/*Asp.net RadioButtonList */
.custom-radio-button-list label {
    padding-left: 0.2rem;
    padding-right: 0.5rem;
    margin-right: 5px;
}

/* Details View */
div.detailsview {
    padding-left: 15px;
    padding-right: 15px;
}

dl.row {
    margin-left: 0;
    margin-right: 0;
}

dl dt {
    font-size: small;
    background-color: #f8f9fa;
}

@media all and (min-width: 768px) {
    dl dt {
        margin-bottom: .4rem;
    }
}

dl dd {
    background-color: #f8f9fa;
    margin-bottom: .4rem;
}


/* Sticky footer  */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 3rem;
}

    footer a {
        color: #ffc000;
    }

        footer a:hover {
            color: white;
        }

    footer .footer-copyright {
        position: absolute;
        bottom: 0;
        height: 3rem;
        width: 100%;
    }

/* Vertical Menu*/
.vertical-menu {
}

    .vertical-menu a {
        display: block;
        color: MenuText;
        padding-top: 0.6rem;
    }

        .vertical-menu a:hover {
            text-decoration: none;
            color: black;
        }

        .vertical-menu a.active {
            /*background-color: GrayText;*/
            font-weight: bold;
        }

        .vertical-menu a.disabled, .vertical-menu a.disabled:hover {
            color: #A6A6A6;
        }

    .vertical-menu .sublink {
        padding-top: 0.1rem;
        padding-left: 0.6rem;
        font-weight: normal;
        font-size: 0.9rem;
    }


/* Start Page */

.start-welcome {
    height: 40rem;
    background-image: url('../Images/BackgroundImages/ImageHome.jpg');
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0,0.6);
    background-repeat: no-repeat, repeat;
    overflow: hidden;
}

.veidekke{
    display:none;
}

div.aspNetDisabled {
    opacity: 0.5;
}
