﻿/* 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. */

.pagination > li > a {
    background-color: white;
    color: black;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: black;
        background-color: #eee;
        border-color: #ddd;
    }

/*.pagination > .active > a {
    color: white;
    background-color: #99ed99;
    border: solid 1px #ddd;
}*/

.pagination > .active > a:hover {
    background-color: #99ed99;
    border: solid 1px #ddd;
}

.page-item.active .page-link {
    z-index: 1;
    color: black;
    background-color: #99ed99;
    border-color: #ddd;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #333333; /* <----- change your color here*/
    background-color: transparent;
}

/* 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: black;
    background-color: #99ed99; /*#1b6ec2;*/
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 16.4px;
    }
}

.specialMenu {
    padding-left: 30px;
}

.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%;
}

h1 {
    font-size: 20px;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "Roboto", sans-serif;
}

div.login-logout-tab div.card-header {
    padding: 0px 0px 12px 0px;
}

div.login-logout-tab ul.nav-tabs {
    margin: 0px 0px -12px 0px;
}

div.login-logout-tab li.nav-item {
    width: 50%;
}

div.login-logout-tab a.nav-link {
    font-size: 25px;
    color: #492057;
    text-align: center;
}

div.card-content {
    padding: 10px 20px;
}

div.login-form-icon {
    text-align: center;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    color: #000000;
    background-color: #99ed99 !important;
    border-color: #99ed99;
}

tr.noBorder td {
    border: 0;
}

.k-header > .k-link {
    font-size: 1rem;
    text-align: left;
    width: 80%;
}

.k-grid td {
    padding-left:10px;
    padding-right:10px;
    
}