﻿/* 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;
}

.bg-box {
    background-color: #e9ecef;
}

.btn-rentasoft {
    color: #fff;
    background-color: #05489F;
    border-color: #05489F;
}

.btn-rentasoft:hover, .btn-rentasoftfocus, .btn-rentasoft:active, .btn-rentasoft.active, .open > .dropdown-toggle.btn-rentasoft {
    color: #fff;
    background-color: #04397f; /*ToDo*/
    border-color: #04397f;
}

nav.bg-primary {
    background-color: #05489F !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;

}
/*
.navbar {
    background-color: #05489F;
}

    .navbar .navbar-nav .nav-link {
        background-color: #05489F;
        color: #fff;
    }
*/
        .navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {
            /*background-color: #6AA4F9;*/
            border-bottom: 0.2rem solid #fff;
            padding-bottom:0.3rem;
        }

/* 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 */
}
/*
-------------------------------------------------- */
nav {
    z-index: 1000;
}
/*
-------------------------------------------------- */
/*
 * Sidebar
 */

.sidebar {
    z-index: 100; /* Behind the navbar */
    padding: 0;
    /*
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
        */
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px; /* Height of navbar */
    /*height: calc(100vh - 200px);*/
    padding-top: .5rem;
    overflow-x: hidden;
    /*overflow-y: auto;*/ /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-item .nav .nav-link {
    font-weight: 200;
    padding-left: 3em;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

    .sidebar .nav-link:hover .feather,
    .sidebar .nav-link.active .feather {
        color: inherit;
    }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*********************************************/

.tableFixHead, .tableFixHead-500 {
    overflow-y: auto;
    height: 700px;
}

.tableFixHead-250 {
    height: 250px;
}

.tableFixHead table {
    border-collapse: collapse;
    width: 100%;
}

.tableFixHead th {
    position: sticky;
    top: 0;
    background: #eee;
}
/*********************************************/

.input-validation-error {
    border-color: red;
}

/*********************************************/
.carouseHolder .carousel-indicators button {
    background-color: #1b6ec2;
}

.carouseHolder .img-preview {
    object-fit: contain;
}
/*********************************************/

.collapsedHide .btn {
    display: none;
}

.collapsedHide .collapsed {
    display: inline-block;
}

.collapsing .btn {
    display: none;
}

a.collapseButton {
    background-image: url("../images/menu-dropdown.png");
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

    a.collapseButton.collapsed {
        background-image: url("../images/menu-dropdown-close.png");
    }

/*********************************************/