﻿/* NAVIGATION */
nav {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 50px 0;
    /*box-shadow: 0px 20px 0px gold;*/
}
.dx-datagrid-header-panel .dx-button {
    background-color: #9c27b0;
    border-color: #9c27b0;
    color: white;
}

    /* By Dominik Biedebach @domobch */
    nav ul {
        list-style: none;
        text-align: center;
    }

        nav ul li {
            display: inline-block;
        }

            nav ul li a {
                display: block;
                padding: 15px;
                text-decoration: none;
                color: #aaa;
                font-weight: 800;
                text-transform: uppercase;
                margin: 0 10px;
            }

                nav ul li a,
                nav ul li a:after,
                nav ul li a:before {
                    transition: all .5s;
                }

                    nav ul li a:hover {
                        /*color of menu item when hover*/
                        color: black;
                    }

    /* By Dominik Biedebach @domobch */


    /* stroke */
    nav.stroke ul li a,
    nav.fill ul li a {
        position: relative;
    }

        nav.stroke ul li a:after,
        nav.fill ul li a:after {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 0%;
            content: '.';
            color: transparent;
            background: gold;
            height: 8px;
        }

        nav.stroke ul li a:hover:after {
            width: 100%;
        }


/* ********************************************************************************************** */

.bi-menu {
    color: #171717;
    padding: 5px 10px 5px;
    display: inline-block;
    position: relative;
    font-family: 'Lucida Grande', sans-serif;
    font-weight: 300;
}


/* Boostrap override START */
/* Test 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: #9c27b0;
    border-color: #9c27b0;
    /*    background-color: #1b6ec2;
    border-color: #1861ac;
*/
}

.btn-primary:hover {
    color: #fff;
    background-color: #811F90;
    border-color: #811F90;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #811F90;
    border-color: #811F90;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Boostrap override END */

.dx-datagrid-header-panel {
    padding-left: 0;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*.border-top {
     border-top: 1px solid #e5e5e5;
    border-color: gold;
}*/

.bi-border-bottom {
    border-bottom: 20px solid #e5e5e5;
    border-color: gold;
}

.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 */
}
