﻿/* 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;
}
.navbar-light .navbar-brand {
    color: var(--theme-color-white);
}

/* 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 {
    position: relative;
    min-width: 360px;
    font-size: 14px;
    color: var(--theme-color-black);
    min-height: 100%;
    min-width: 448px;
}

.header {
    color: var(--theme-color-white);
    background-color: var(--theme-color-primary) !important;
}

body {
    font-family: var(--theme-font) !important;
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 1px;
    width: 100%;
    white-space: nowrap;
    line-height: 32px; /* Vertically center the text there */
    background-color: var(--white);
}

.container {
    height: 100%;
    width: 95%;
}

@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;
}

option {
    padding: 2px;
    font-size: 18px;
    color: var(--theme-color-primary);
}

.filterRow {
    padding: 0;
    margin: 16px 0 0 0;
}

.headerIcon {
    margin-top: 2em;
    width: 30%;
}

.form__field {
    font-family: inherit;
    border: 0;
    width: 100%;
    margin-top: 1em;
    border-bottom: 1px solid var(--theme-color-grey);
    outline: 0;
    font-size: 1rem;
    color: var(--theme-color-primary);
    padding: 5px 0;
    background: rgba(0,0,0,0.05);
    transition: border-bottom-color 0.4s;
    margin-bottom: 8px;
    padding-left: 8px;
    transition: 0.2s all;
}

    .form__field::placeholder {
        color: transparent;
    }

    .form__field.inputError {
        border-color: var(--theme-color-error);
        color: var(--theme-color-error);
    }

input.form__field[type="checkbox"] {
    height: 50%;
    min-height: 30px;
    margin-top: 17px;
}

.form__field:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
}

.form__label {
    position: absolute;
    top: -6px;
    display: block;
    transition: 0.4s;
    font-size: 1rem;
    color: var(--theme-color-grey);
    margin-left: 8px;
}

.form__field:focus {
    border-bottom: 1px solid var(--theme-color-primary);
    margin-bottom: 8px;
    font-weight: 700;
    transition: border-bottom-color 0.4s;
    background-color: var(--theme-color-grey-lighter);
}

    .form__field:focus ~ .form__label {
        position: absolute;
        top: -6px;
        display: block;
        font-size: 1rem;
        color: var(--theme-color-primary);
        font-weight: 700;
        transition: 0.4s;
    }

    .form__field:focus.inputError {
        border-color: var(--theme-color-error);
        color: var(--theme-color-error);
    }

    .form__field:focus.inputSuccess {
        border-color: var(--theme-color-success);
        color: var(--theme-color-success);
    }

 /*----------------Custom Select Styles--------------------*/
.custom-select-container .btn-group {
    font-family: inherit;
    border: 0;
    width: 100%;
    margin-top: 1em;
    border-bottom: 1px solid var(--theme-color-grey);
    outline: 0;
    font-size: 1rem;
    color: var(--theme-color-primary);
    padding: 5px 0;
    background: rgba(0,0,0,0.05);
    transition: border-bottom-color 0.4s;
    margin-bottom: 8px;
    padding-left: 8px;
    transition: 0.2s all;
}

.custom-select-container .btn {
    line-height: 10px;
    margin: unset;
    padding: .375rem 0px;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    font-weight:normal;
}

    .custom-select-container .btn:before, .custom-select-container .btn::after {
        border: none;
    }
    .custom-select-container .btn:hover:before, .custom-select-container .btn:hover::after {
        border: none;
    }

    .custom-select-container .multiselect-container {
        min-width: unset;
    }
        .custom-select-container .multiselect-container label {
            width: 100%;
        }
        
       .custom-select-container .multiselect-container input {
            position: relative;
            top: 1px;
            margin-right: 8px;
        }

.custom-select-container .multiselect-container > li > a > label {
    padding: 3px 17px 3px 15px;
}
    /*--------------End Custom Select Styles------------------*/

.historyGrid {
    padding-top: 5px;
    margin-top: 5px;
    height: 200px;
    overflow-y: auto;
}

.welcomeStamp {
    height: 30vmax;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    max-height: 90%;
}

.welcomeText {
    background-color: rgba(255,255,255,0.8);
    width: 90%;
    margin: auto;
}

/* width */
.historyGrid::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.historyGrid::-webkit-scrollbar-track {
    background: var(--theme-color-grey-lighter);
}

/* Handle */
.historyGrid::-webkit-scrollbar-thumb {
    background: var(--theme-color-primary);
}

/* Handle on hover */
.historyGrid::-webkit-scrollbar-thumb:hover {
        background: var(--theme-color-primary-dark);
    }

.markedRow {
    background-color: var(--theme-color-secondary-lightest) !important;
}