﻿/* 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;
}

.navbar-brand .brand-foundations {
    font-size: 2rem; /* Adjust as needed */
    font-weight: bold;
    letter-spacing: 1px;
}

/*.my-input-width {
    width: 200px;*/ /* or any other width you want */
/*}*/

/* 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;
}

.bottom {
    vertical-align: bottom;
}

/* 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;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
.user-initials-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: LightBlue;
    color: #111;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    margin-left: 4px;
    margin-right: 4px;
}

.navbar-nav .nav-link.p-0, 
.navbar-nav .nav-link.icon-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 38px;
    display: flex;
    align-items: center;
}

.nav-item {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item a.nav-link.icon-link {
    position: relative;
    padding-right: 0;
}

.nav-item a.nav-link.icon-link svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.nav-item a.nav-link.p-0 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 4px;
    margin-right: 4px;
}

.col-date {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
    /* Optional: keep text from wrapping */
    white-space: nowrap;
}

.col-customername {
/*    width: 125px;
    min-width: 125px;
    max-width: 125px;*/
    /* Optional: keep text from wrapping */
    white-space: nowrap;
}

.btn-login-border {
    border: 1px solid black !important;
}

.btn-login-success {
    background-color: lightgreen;
}

.btn-login-lightgreen {
    background-color: lightgreen !important;
    color: black !important;
    border: 1px solid black !important;
    font-weight: bold;
}

/* Center DataTables pagination on the bottom right */
.dataTables_paginate {
    display: flex !important;
    justify-content: center !important;
    width: 100%;
    float: none !important;
    text-align: center !important;
}

.dataTables_wrapper .dataTables_paginate {
    margin-left: auto;
    margin-right: 0;
}

.dt-bottom-center {
    flex: 1;
    text-align: center;
}
