﻿/* 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: #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 */
}

/* LOADER */
/* Start by setting display:none to make this hidden.
        Then we position it in relation to the viewport window
        with position:fixed. Width, height, top and left speak
        for themselves. Background we set to 80% white with
        our animation centered, and no-repeating */
.modalLoader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../content/loading.gif') 50% 50% no-repeat;
}

.miniLoader {
    display: none;
    height: 35px;
    width: 35px;
    background: rgba(255, 255, 255, .8) url('../content/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
        the scrollbar off with overflow:hidden */
body.loading .modalLoader {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
        modal element will be visible */
body.loading .modalLoader {
    display: block;
}

.tabulator {
    font-size: 13px;
}

    .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
        margin-top: 4px;
    }

        .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {
            height: 23px !important;
            font-size: 13px;
        }

.marge {
    margin-left: 30px;
}

.cursorForbidden {
    cursor: not-allowed;
}

.hitDisabled {
    cursor: not-allowed !important;
    background-color: grey !important;
    border-color: grey !important;
}

    .hitDisabled:hover {
        background-color: grey !important;
        border-color: grey !important;
    }

    .hitDisabled:focus {
        box-shadow: none !important;
    }

.tabulator-row .tabulator-cell {
    height: 30px;
    padding-top: 4px;
}

.hitRowError {
    color: red;
}

.borderRight1px {
    border-right: solid 1px #b8b8b8;
}

.underlineOnHover:hover {
    text-decoration: underline;
}

label{
    margin-bottom: 0;
}