﻿/* 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;
}

header {
    background-color: rgb(247 247 247)
}

@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;
    background-color: #edf1f7;
    background-image: url("../img/Bg-100.jpg");
    background-size: cover;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

label.error {
    color: #dc3545 !important;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(./../img/preloader.gif) center no-repeat rgba(255,255,255, .4) !important;
}

#table-documents_wrapper #table-documents_filter {
    display: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

table.dataTable thead tr {
    /*background-color: #1c59be;*/
    background-color: rgb(25 71 186);
    color: white;
}

.odd {
    background: rgba(0, 0, 0, .08) !important;
}

.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

@media screen and (max-width: 990px) {
    .navbar-nav.navbar-center {
        position: inherit;
        transform: translatex(0%);
    }
}

div.card {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.btn-action:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-action-danger:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-action-clicked {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
