﻿/* 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. */

.page-logo, .page-sidebar, .nav-footer, .bg-brand-gradient {
    background-color: #617a28 !important;
}
.nav-menu li.open > a {
    color: white!important;
}
.nav-menu li a > [class*='fa-'], .nav-menu li a > .ni {
    color: white !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


.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 */
}


.icon-list {
    font-size: 1.3em;
}

.panel-page {
    -webkit-box-shadow: inset 0 0.2rem 0.325rem rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 0.2rem 0.325rem rgba(0, 0, 0, 0.04);
}

    .panel-page .panel-hdr h2 {
        font-size: 17px;
    }

table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
    color: #967bbd !important;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0 !important;
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0 !important;
}

.dt-buttons button span i {
    font-size: 1.6em !important;
}

.d-none-0 {
    display: none;
}

.d-none-null {
    display: none;
}

.d-none-false {
    display: none;
}

.d-bool-false {
    display: none;
}

.d-bool-r-true {
    display: none;
}

.d-publish-1 {
    display: none;
}

.d-null-null {
    display: none;
}

.d-null-r:not(.d-null-r-null) {
    display: none;
}

.d-count-0 {
    display: none;
}

.d-count-r:not(.d-count-r-0) {
    display: none;
}

.d-none-1-1 {
    display: none;
}

.d-none-2-2 {
    display: none;
}

.d-none-3-3 {
    display: none;
}

.column-picture {
    width: 45px;
    padding: 0 !important;
}


.tdT {
    width: 30px;
}



.HLTable {
    margin-bottom: 0 !important;
}

    .HLTable thead {
        display: none;
    }
