﻿/* 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. */

.navbar {
    padding: 0 20px 6px 20px;
    height: 64px;
    line-height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

    .navbar .title {
        font-size: 2em;
        vertical-align: middle;
        margin-left: 14px;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/*Required Field Indicator*/
.required::after {
    content: "*";
    font-weight: bold;
    color: red;
    font-size: smaller;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}



.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%;
    width: 100%;
}

body {
    padding-top: 64px; /* Push down for fixed navbar */
    padding-bottom: 40px; /* Push up for fixed footer */
}

.footer {
    position: fixed;
    border-top: 1px solid #444;
    font-size: 1.2em;
    color: white;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 40px;
    line-height: 40px; /* Vertically center the text there */
}

    .footer img {
        height: 100%;
    }

    .footer div {
        align-self: center;
    }

/* Text styles
-------------------------------------------------- */
h1, h2, h3, h4, h5 {
    color: #000000;
}

/* Nav Bar */

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

.wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 94vh;
}

#sidebar {
    min-width: 250px;
    min-height: 90vh;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar > .navbar-list-group > li {
        text-align: center;
    }

        #sidebar > .navbar-list-group > li.heading {
            font-weight: bold;
            border-bottom: 1px solid white;
        }

a[data-toggle="collapse"] {
    position: relative;
}

/*.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}*/

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    height: 100%;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

    a.forgot-password {
        text-decoration: underline;
        font-size: 0.8em;
        color: blue;
    }

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #555;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }



#sidebarCollapse {
    margin-right: 10px;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #ccc;
    color: black;
}


/* Form Buttons */

.form-buttons {
    text-align: right;
}

.search-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#search-button {
    margin-bottom: 10px;
    text-align: center;
}

tr {
    height: 25px;
}

.hidden {
    display: none;
}

td, th {
    white-space: nowrap;
}

.lien-table-container {
    overflow-x: auto;
}

.open-liens-payments {
    overflow-x: auto;
}

.closed-liens-payments {
    overflow-x: auto;
}

.clickable:hover {
    cursor: pointer;
}

.page-content-wrapper {
    min-width: 100vw;
}

@media (min-width: 768px) {

    .page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
}

.scroll-container {
    overflow-x: scroll;
    padding: 10px;
}

.y-scroll-container {
    overflow-y: scroll;
}

.nav-link {
    font-size: 22px;
}

.nav-tabs .nav-link.active {
    border-top-color: #484848;
    border-left-color: #484848;
    border-right-color: #484848;
    border-bottom-color: white;
}

.nav-tabs {
    border-bottom-color: #484848;
}

button i:first-child {
    margin-right: 5px;
}

nav .title img {
    height: 50px;
    margin-right: 20px;
}

.home .logo {
    width: 250px;
}

/*=========== Hamburger Button ==============*/
.hamburger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    cursor: pointer;
    height: 2.25rem;
    width: 2.25rem;
    transition: background-color .3s linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    border-radius: .25rem;
    margin: 0;
    overflow: visible;
    outline: 0;
}

    .hamburger.focus, .hamburger:focus, .hamburger:hover {
        background-color: hsla(0,0%,100%,.05);
        outline: 0;
    }

    .hamburger:active {
        background-color: rgba(20,20,31,.05);
    }

.hamburger-box {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    position: relative;
}

.hamburger-squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 1.25rem;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s,opacity 75ms ease;
}

.hamburger-inner:before {
    top: -6px;
}

.hamburger-inner:after, .hamburger-inner:before {
    content: "";
    display: block;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 1.25rem;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.hamburger-squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.hamburger-inner:after {
    bottom: -6px;
}

.dropdown {
    position: absolute;
    right: 10px;
    height: 100%;
}

    .dropdown > button {
        height: 100%;
        background-color: #627057;
        color: white;
        border: none;
    }

    #dropdownMenuButton:hover {
        background-color: hsla(0,0%,100%,.05);
        color: white;
    }


.dropdown-menu {
    width: 100%;
    background-color: #555;
    padding: 0;
}

.dropdown-item {
    text-align: center;
    line-height: 48px;
    color: white;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: black !important;
        background: #f4be63;
    }


.inline-inputs label {
    display: inline-block;
    width: 100px;
    text-align: right;
}

.wider-inline-inputs label {
    display: inline-block;
    width: 130px;
    text-align: right;
}

./*deleted-label {
    color:red;
    font-weight:bold;
}*/
