﻿/* 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. */

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    color: white;
}

.topbar{
    background-color: #fff;
    padding:10px;
}
.proarc-logo{
    margin-left:13px;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    text-decoration: none;
    color: white !important;
    padding: 10px;
    white-space: nowrap;
}

    a.navbar-brand span {
        /*border-left: 2px solid white;*/
        padding-left: 5px;
    }

.navbar .nav-link {
    color: rgba(255,255,255,0.7);
}

    .navbar .nav-link:hover {
        color: white !important;
        background-color: transparent;
    }

a {
    color: #0366d6;
    text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navigation-items {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    margin: 0 2rem 5px 0;
}

.nav-link {
    color: black;
}

    .nav-link:hover {
        color: red !important;
    }


.tab-indicator {
    position: absolute;
    bottom: 0;
    height: 5px;
    border-radius: 2px;
    background-color: red;
    left: 0;
    width: 69px;
    pointer-events: none;
}

.tab p:hover:before {
    width: 100%
}

.calender-button {
    cursor: pointer;
}

.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;
}

header {
    background-color: #004670;
}

.bi {
    display: inline-block;
    cursor: pointer;
}

.bi-calendar3 {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23495057' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z'/> <path fill-rule='evenodd' d='M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/> </svg>");
    background-repeat: no-repeat;
    width: inherit;
}

.selectableday {
    text-decoration: underline;
    font-weight: bold;
}
/*-----------------TABLE STYLING------------------------*/
.today_table {
    width: 100%;
    height: 100%;
    font-size: 14px;
}

    .today_table tr {
        background: #335e81;
        height: 35px;
        color: #fff;
    }

        .today_table tr + tr {
            background: #fff;
            height: 35px;
            color: #52575b;
        }

        .today_table tr td {
            text-align: left;
            padding: 0.25rem;
            border-bottom: 1px solid #bdbebd;
        }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


#tab-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background: #fe4902;
}

.clear {
    margin-top: 10px;
}
