﻿/* 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;
}

/* 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;
  padding-top:70px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* Collapse Chevron
-------------------------------------------------- */
.fa-chevron-down {
    transition: .3s transform ease-in-out;
}
.collapsed .fa-chevron-down {
    transform: rotate(90deg);
}



/* Table Columns - Buttons
-------------------------------------------------- */
.just-wide-enough {
    width: 1%;
    white-space: nowrap;
}

/* Datatables rowgroup extension.  Wasn't on any normal cdn, so just copied it here
-------------------------------------------------- */

table.dataTable tr.dtrg-group td {
    background-color: #e0e0e0
}

table.dataTable tr.dtrg-group.dtrg-level-0 td {
    font-weight: bold
}

table.dataTable tr.dtrg-group.dtrg-level-1 td, table.dataTable tr.dtrg-group.dtrg-level-2 td {
    background-color: #f0f0f0;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 2em;
    font-size: 0.9em
}

table.dataTable tr.dtrg-group.dtrg-level-2 td {
    background-color: #f3f3f3
}


/* Tippy - for data grid popovers
-------------------------------------------------- */
.tippy-box {
    background-color: white;
    color: black;
    border-color: lightgrey;
    border: 1px solid;
}

.grid-menu-icon {
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
}


/* AG Grid
-------------------------------------------------- */
.ag-theme-balham {
    --ag-font-size: 14px;
}