﻿body {
  /*margin-bottom: 85px;
    margin-top: 120px;*/ }

.footer {
  padding: 20px;
  border-top: 1px solid #ccc;
  background: #fff; }

.fv-center {
  display: flex;
  align-items: center; }

.f-right {
  justify-content: flex-end; }

.flex-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  margin: 0px;
  overflow: hidden; }

.flex-top {
  flex: 0 0 auto;
  order: 1; }

.flex-fill {
  flex: 1;
  order: 2;
  margin: 0;
  overflow-x: hidden; }

.flex-bottom {
  flex: 0 0 auto;
  order: 3; }

.sortColumn.asc:before {
  font-family: 'FontAwesome';
  content: "\f0d7" " "; }

.sortColumn.desc:before {
  font-family: 'FontAwesome';
  content: "\f0d8" " "; }

.user-input {
  position: relative; }
  .user-input input {
    padding-right: 30px; }
  .user-input::after {
    color: #adb5bd;
    font-family: 'FontAwesome';
    font-size: 18px;
    content: "\f007";
    position: absolute;
    top: 7px;
    right: 12px; }

.password-input {
  position: relative; }
  .password-input input {
    padding-right: 30px; }
  .password-input::after {
    color: #adb5bd;
    font-family: 'FontAwesome';
    font-size: 18px;
    content: "\f023";
    position: absolute;
    top: 7px;
    right: 12px; }

@media print {
  .hidden-print {
    display: none !important; } }
.panel-heading-text {
    color: #255F61 !important;
    font-weight: bold !important;
}
.panel-heading-link {
    font-weight: bold !important;
}
.heading-3 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.75rem !important; }
.heading-5 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.25rem;
}
