﻿/* 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;
}

/* 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;
}

.navbar .dropdown-header {
    text-transform: uppercase;
    color: #8d9ba9;
}

/* 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%;
}

.bg-login {
    /* Margin bottom by footer height */
    background-image: url("/images/bg5.jpg");
    background-size: cover;
    background-position: center center;
    position: fixed;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
}

.form-signin {
    width: 100%;
    margin: auto;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    /*background-color: rgba(0,0,0,0.6);*/
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
}

.dropdown-menu li {
    position: relative;
}

.nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -11px;
}

.nav-item .submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover {
    background-color: #f1f1f1;
}

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }

.dropdown-group {
    position: relative;
}

    .dropdown-group > .dropdown-item {
        position: relative;
        padding-right: 2rem;
    }

        .dropdown-group > .dropdown-item:before {
            position: absolute;
            right: .75em;
            top: 50%;
            transform: translateY(-40%);
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            content: "\f105";
            font-size: 13px;
        }

.bg-blue {
    background-color: #007bff;
    border-color: #007bff;
    color: #FFF !important;
}
.bg-light-blue {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

.bg-indigo {
    background-color: #6610f2;
    border-color: #6610f2;
    color: #FFF !important;
}

.bg-purple {
    background-color: #6f42c1;
    border-color: #6f42c1;
    color: #FFF !important;
}

.bg-pink {
    background-color: #e83e8c;
    border-color: #e83e8c;
    color: #FFF !important;
}
.bg-light-pink {
    background-color: #f5c6cb;
    border-color: #e83e8c;
    color: #FFF !important;
}

.bg-red {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #FFF !important;
}

.bg-orange {
    background-color: #fd7e14;
    border-color: #fd7e14;
    color: #FFF !important;
}

.bg-yellow {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #FFF !important;
}

.bg-green {
    background-color: #197c2f;
    border-color: #156727;
    color: #FFF !important;
}


.bg-teal {
    background-color: #20c997;
    border-color: #20c997;
    color: #FFF;
}

.bg-cyan {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #FFF !important;
}

.bg-white {
    background-color: #fff;
    border-color: #fff;
    color: #343a40;
}

.bg-gray {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #FFF !important;
}

.bg-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #FFF !important;
}
.btn[class*='bg-']:hover {
    box-shadow: inset 0 0 100px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.2);
}
