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

body {
    color: #18181A;
    overflow: hidden;
}

main {
    margin-top: 64px; /* menu heiight */
    margin-bottom: 54px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.col-fixed {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
}

.col-fluid {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: white;
    border: none;
    background-color: #303034;
}

.navbar-wound {
    font-size: 20px;
}


.user-menu {
    float: right;
    display: flex;
    flex-direction: column;
    text-align: right;
}

    .user-menu .dropdown-item {
        background-color: #303034;
        color: white;
    }


/* Top navbar */
.navbar-brand img {
    height: 20px;
}
.navbar-brand .divider {
    width: 1px;
    height: 20px;
    background: #E4E4E8;
    opacity: 60%;
}

.navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 1rem;
}

.navbar .navbar-nav .nav-item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0;
    width: 100%;
    height: 0;
    background-color: white;
}

.navbar .navbar-nav .nav-item.selected-tab::after,
.navbar .navbar-nav .nav-item:hover:after {
    height: 2px;
}


.user-menu .dropdown-menu.show {
    background-color: #303034;
}

.user-menu .dropdown-toggle::after {
    display: none;
}
li.menu-item.show a.dropdown-toggle::after {
    display: none;
}

.user-menu .btn:hover {
    color: white;
}

.user-menu img {
    width: 16px;
}

.user-menu .dropdown-menu {
    left: unset;
    right: 0;
}

.avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    max-width: 100%;
    max-height: auto;
    text-align: center;
    overflow: visible;
    position: relative;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.avatar .avatar-text {
    text-transform: uppercase;
    white-space: nowrap;
}

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

.no-padding {
    padding-right: 0 !important;
}
/* end of top navbar */
/* 
    Nav
*/
.nav.nav-tabs2 .nav-item {
    position: relative;
    margin: 0 .5rem;
}

.nav.nav-tabs2 .nav-item .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0;
    width: 100%;
    height: 0;
    background-color: #0049BD;
}

.nav.nav-tabs2 .nav-item .nav-link {
    color: #656569;
    font-weight: 300;
    padding-bottom: .75rem;
}
.nav.nav-tabs2 .nav-item .nav-link.active {
    color: #0049BD;
    font-weight: 500;
}
.nav.nav-tabs2 .nav-item .nav-link:hover {
    color: #0049BD;
}

.nav.nav-tabs2 .nav-item .nav-link.active::after,
.nav.nav-tabs2 .nav-item .nav-link:hover:after {
    height: 4px;
}

.nav.nav-tabs2 .nav-item .badge {
    color: #323234;
    font-size: .75rem;
    font-weight: 400;
    padding: 0.3rem .5rem;
}



/* End of Wound */

.min-width-960 {
    min-width: 960px;
}

#no-results {
    text-align: center;
    justify-items: center;
}
    #no-results:first-child {
        margin-top: 25vh;
    }
    #no-results:nth-child(2) {
        display: block;
    }

    .overlay {
        position: fixed;
        z-index: 10;
        background: white;
        display: none;
        opacity: .5;
        filter: alpha(opacity=75);
        width: 100%;
        height: 100%;
    }