﻿/* 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. */
:root {
    --asd-hr: rgba(0, 0, 0, .1);
    --asd-info: #0062CC;
    --asd-primary: #0062CC;
    --asd-secondary: #6c757d;
    --asd-warning: #FFC107;
    --asd-corporate-primary: #004289;
    --asd-corporate-secondary: #fb9a41;
    --default-background: #ffffff;
    --default-dark: #000000;
    --default-text: #000000;
    --text-inline-code: #de0000;
}

option.localizer-option {
    text-transform: lowercase;
}

option.localizer-option:first-letter {
    text-transform: uppercase;
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


/* Positions
---------------------------------------------------- */
.vertical-center {
    margin-top: auto;
    margin-bottom: auto;
}


/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky 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 */
}


/* Navigation
-------------------------------------------------- */





/***********************************
    Home Page 
***********************************/
.jumbotron {
    padding: 2rem 1rem !important;
}

.jumbotron-home-image {
    background: rgba(255, 255, 255, 0);
    position: relative;
    display: flex;
    color: white !important;
}

    .jumbotron-home-image::before {
        content: "";
        /*        background-color: #fff;
        background-image: url(/img/home/jumbotron.svg);
        background-size: contain;
        background-color: #004289;
        background-image: linear-gradient(19deg, #004289 0%, #fb9a41 100%);*/
        /*background-color: #004289;*/
        background-image: linear-gradient(43deg, #004289 0%, #0062cc 46%, #fb9a41 100%);
        position: absolute;
        opacity: .7;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }



.intro-text {
    border-left: .5rem solid #fb9a41;
    z-index: 1;
}

.intro-text h2 {
    margin-bottom: 0;
}


.tab-content {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}



.bd-masthead {
    padding: 3rem 0;
    background: linear-gradient(165deg, #f7f5fb 50%, #fff 50%);
    height: 200%;
}


/*#image-home {
    background-color: #fff;
    background-image: url(/img/home/Features.svg);
    background-size: cover;
    background-repeat: no-repeat;
}*/

.version-list {
    max-height: 30rem;
    overflow-y: scroll;
}

.version-list-area {
    background-color: #F8F9FA;
}

.version-nav-item:hover, .version-nav-item:focus, .version-nav-item a:hover, .version-nav-item a:focus {
    background-color: var(--asd-primary);
    color: #fff !important;
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .version-list {
        max-height: 15rem;
        overflow-y: scroll;
    }
}

.img-intro {
    height: 16rem;
    width: auto;
}

footer {
    background: var(--asd-secondary);
    color: #fff !important;
}

footer a {
    color: #fff !important;
}