﻿/* 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. */

.containerDHM {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.navbar > .containerDHM, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* 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 */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


#user-icon {
    margin-top: 4px;
    margin-left: 10px;
    /* background-color: #343a40 !important;*/
    /*color: white;*/
    border-radius: 18px;
    /* width: 36px;*/
    height: 36px;
    padding: 0;
    padding-top: 4px;
    text-align: center;
}

    #user-icon a {
        /*color:white;*/
        color: #343a40 !important;
        text-decoration: none;
    }

        #user-icon a:hover {
            color: blue;
        }

.user-tag {
    font-weight: bold;
    margin-left: 1px;
}


#filter-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    #filter-container button {
        padding: 5px 5px;
        line-height: 1.2em;
    }

#flexpanel1 {
}

#flexpanel2 {
    /* background-color: red;*/
    width: 40px;
}

#flexpanel1 .btn-group {
    margin-right: 5px;
}

/*#flexpanel2 button{
   
    margin-left:5px;
   
}*/



.logo-title-part1 {
    color: brown;
}

.logo-title-part2 {
    color: dodgerblue;
}

.navbar-brand {
    font-size: 2em;
    font-family: 'Slackey', cursive;
    padding: 0;
}

#btn-addnew {
    margin-top: 6px;
    background-color: #3eaf3e;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    font-size: 1.6em;
    padding-top: 0px;
}

#leftPane {
    padding-right: 6px;
    padding-top: 0;
    padding-bottom: 6px;
    overflow: hidden; /* Hide scrollbars */
}

#rightPane {
    padding-left: 6px;
}

#accordion {
    margin-top: 0;
    margin-bottom0;
}

/*#leftPane{
    padding-bottom:10px;
}*/


.howleaky-logo {
    /*width:280px;*/
    margin-top: 4px;
}

#user-menu {
    width: 240px;
}

    #user-menu .nav-item {
        line-height: 1em;
    }

    #user-menu .nav-link {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    #user-menu .nav-item:hover {
        background-color: lightgoldenrodyellow;
    }

#logout-button {
    background-color: #0084ff;
    color: white;
    padding: 2px 7px;
    margin-top: 5px;
    text-align: left;
    width: 80%;
    margin-left: 10%;
}

#layout-navbar {
    height: 72px;
}

.nav-link {
    display: inline-block;
}

.last-study-link {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
