﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.PagedList-pageCountAndLocation {
    margin-block:auto;
    padding-left:10px;
    padding-right:10px;
}


.table-container div a.sort-by {
    padding-right: 18px;
    position: relative;
    text-align: right; /* Align text to the right */
}

.table-container div a.sort-by:before,
.table-container div a.sort-by:after {
    border: 4px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 5px;
    top: 50%;
    position: absolute;
    width: 0;
}

.table-container div a.sort-by:before {
    border-bottom-color: #666;
    margin-top: -9px;
}

.table-container div a.sort-by:after {
    border-top-color: #666;
    margin-top: 1px;
}

.table-container .ascending .sort-by:before {
    border-bottom-color: red;
}

.table-container .descending .sort-by:after {
    border-top-color: red;
}



.fieldset-danger-highlight {
    border-color: var(--bs-danger);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

