﻿/* 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. */

@import url('https://fonts.googleapis.com/css2?family=Biryani:wght@200&family=Oswald:wght@200&display=swap');

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 */
    background-color: #EED2BC
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 87.5%;
    margin-left: 0px;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Custom  */

.invisButton {
    background: transparent;
    border: none;
}

.rotate {
    transform: rotate(90);
}
/* Sidebar */

.brand-text{
    color:#ffffff;
    font-weight:bold;
}

.main-sidebar {
    background-color: #9e7d73;
}

.fixed {
    position: fixed;
}

.nav-pills .nav-link{
    color:#ffffff;
}

.nav.nav-pills.nav-sidebar .nav-link:hover {
    color: #ffffffaa;
}


.nav-pills .nav-link.active {
    background-color: #ffffff66;
}

.content-wrapper{
    background-color: transparent;
    padding:15px;
    min-height:100px;
    overflow-y:auto;
    max-height:100vh;
}

#nav-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 12.5%;
    min-height: 100%;
    background-color: #724CF9;
}

.fixed-bottom{
    position:fixed;
    bottom:0;
    padding-bottom:1rem;
}

.username {
    color:white;
}
.username:hover {
    color: lightgray;
}

/* Section */
.section-border {
    border-radius: 20px;
    background-color: #ffffff66;
    padding: 10px;
    margin: 15px;
    height: 100%;
    max-height: 93.5vh;
}

.section-internal {
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    max-height: 92vh;
    overflow: auto;
    display: block;
}

/* Forms */

.label-float{
    font-size:13px;
}

.floating-input{
    border-radius:10px;
}

/* Buttons */
.btn-primary-own {
    color: #ffffff;
    background-color: #4A6256;
    height: 100%;
    font-size: 15px;
}

.btn-primary-own:hover {
    color: #ffffff;
    background-color: #C9CB83;
}

.btn-primary-own:focus {
    color: #ffffff;
    background-color: #C9CB83;
}

.btn-primary-own:active {
    color: #ffffff;
    background-color: #C9CB83;
}

.btn-danger-own {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    height: 100%;
    font-size: 15px;
}

    .btn-danger-own:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger-own:focus, .btn-danger-own.focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-danger-own.disabled, .btn-danger-own:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

.btn-secondary-own {
    color: #000000;
    background-color: #e5e5e5;
}

.btn-secondary-own:hover {
    background-color: lightgray;
}

.btn-secondary-own:focus {
    background-color: lightgray;
}

.btn-secondary-own:active {
    background-color: lightgray;
}

.btn-navigation {
    color: #ffffff;
    background-color: #4A6256;
    height: 100%;
    font-size:11px;
    font-family: 'Biryani', sans-serif;
    border-radius:10px;
    padding:10px
}


.btn-navigation:hover {
    color: #ffffff;
    background-color: #C9CB83;
}

.no-transition{
    transition: none !important;
}

.value-title {
    font-size: 10px;
    color: gray;
    margin-bottom: 0;
}

.ethTable{
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

/* Media Query for overview buttons and date selector in bottom row*/
@media (max-width: 1440px) {
    .overviewButton {
        height: 55px !important;
        max-height: 55px !important;
        margin-top: 10px;
    }
    .dateSelector {
        font-size: 16px !important;
    }
}

/* Media Query for services & enrollment consent forms */
@media (min-width: 1385px) {
    .consentFormBody {
        max-width: 50vw;
    }
}