@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham-Bold.woff2') format('woff2'), url('/fonts/Gotham-Bold.woff') format('woff'), url('/fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: #efefef;
}

main {
    padding-top: 84px;
}

.navbar {
    padding-top: 16px;
}

.navbar-brand {
    background-image: url('elanders-logo-white.png');
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: 48px;
    font-weight: 600;
    font-size: 48px;
    font-style: normal;
    text-transform: lowercase;
    margin-top: -8px;
    margin-right: 18px;
    line-height: 1;
    letter-spacing: -2px;
    padding-left: 50px;
    font-family: Gotham, Helvetica, Arial, sans-serif !important;
}

.navbar-nav {
    font-size: 20px;
}

a.badge {
    text-decoration: none;
}
a:hover.badge {
    color: white;
    text-decoration: inherit;
}

.sort-by-desc::after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f229";
    padding-left: 0.25em;
}

.sort-by-asc::after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f235";
    padding-left: 0.25em;
}

td .badge {
    min-width: 60px;
}

table {
    font-size: 15px;
}

th {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
}

th a {
    color: #212529;
    text-decoration: none;
}

th a:hover {
    color: #212529;
    text-decoration: underline;
}

th.col-check a {
    margin-left: 0.5em;
}

th.col-check input {
    font-size: 15px;
}

td.col-check input {
    margin-right: .5rem !important;
}

td a.link {
    text-decoration: none;
}

td a.link:hover {
    text-decoration: underline;
}

/*
.col-lock {
    position: absolute;
    background-color: white !important;
}
.col-lock:nth-child(2) {
    left: 3rem;
}
*/

th.col-xs {
    width: 2em;
}

th.col-sm {
    width: 8em;
}

th.col-md {
    width: 12em;
}

th.col-lg {
    width: 15em;
}

th.col-xl {
    width: 20em;
}

th.col-xxl {
    width: 50em;
}

.pagination-sm .page-link {
    padding: .25rem .75rem;
    border: 1px solid #ced4da;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.page-link {
    color: #222;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #666;
    border-color: #333;
}

.alert-link {
    font-weight: 400;
}

.btn-secondary {
    color: #0d6efd;
    background-color: #ffffff;
    border-color: #0d6efd;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-secondary:active {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}

.btn-secondary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49,132,253,.5);
}

.btn-secondary.disabled {
    color: #0d6efd;
    background-color: #ffffff;
    border-color: #0d6efd;
}

.mandatory:after {
    content: "*";
    color: red;
}

.input-group .btn-outline-dark.dropdown-toggle {
    border: 1px solid #ced4da;
}