﻿/* 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;
}

a {
    color: #226DAE;
}

a:hover {
    color: #291E6A;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #226DAE;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* 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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.input-validation-error {
    background: #fef1ec;
    border: 1px solid #cd0a0a;
}

.w-min {
    width: 1px;
}

.ease-05s {
    transition: all 0.5s ease;
}

.ease-top-05s {
    transition: top 0.5s ease;
}

.overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10;
}

.to-front {
    z-index: 10 !important;
}

.draggable {
    cursor: grab;
}

.h-min-content {
    height: min-content;
}

.show-on-hover {
    opacity: 0;
}

.show-on-hover:hover {
    opacity: 1;
}

.btn-fit-content {
    padding: 0.25rem;
    line-height: 0;
}

.add-btn .svg-inline--fa {
    height: 0.875em;
}

.v-enter-active, .v-enter-to,
.v-leave-active, .v-leave-to {
    opacity: 0;
    transform: translateY(-100%);
}

.v-leave-active {
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
}

.manage-account .nav-link,
.navbar-nav .nav-link.nav-link-reverse {
    color: #1b6ec2;
}

.manage-account .nav-link:hover,
.navbar-nav .nav-link.nav-link-reverse:hover {
    color: #291e6a;
}

.text-align-center {
    text-align: center;
}

.search-panel {
    position: sticky;
    top: 0;
}

td span {
    vertical-align: middle;
}

.mh-150px {
    max-height: 150px;
}

.font-sm,
.font-sm * {
    font-size: small !important;
}

.font-sm table input,
.font-sm table select {
    height: initial;
    padding: initial;
    padding-left: 3px;
}

.font-sm button {
    height: initial;
    padding-bottom: initial;
    padding-top: initial;
}

.font-sm input {
    padding-left: 3px;
}

.font-sm td {
    vertical-align: middle;
}

.w-70 {
    width: 70%;
}

.w-40 {
    width: 40%;
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

.w-min {
    width: 1%;
}

.fa-check-img input[type=checkbox] {
    display: none;
}

.fa-check-img input[type=checkbox] + label:before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 200;
    padding-right: 1em;
}

.fa-check-img input[type=checkbox] + label:before {
    content: "\f0c8";
}

.fa-check-img input[type=checkbox]:checked + label:before {
    content: "\f14a";
}

.center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.font-size-xxl {
    font-size: xx-large;
}

.div-btn:hover {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.text-icon-right {
    display: flex;
    justify-content: space-between;
}

.text-icon-right svg {
    align-self: center;
}

table.table tbody tr td {
    vertical-align: middle;
}

fieldset {
    padding-bottom: 15px;
}

.file-label {
    color: #0000EE;
    cursor: pointer;
    text-decoration: underline;
}

.watermark {
    color: red;
    display: flex;
    justify-content: center;
    margin-left: -200px;
    margin-top: -50px;
    opacity: 50%;
    position: fixed;
    width: 100%;
    z-index: -999999;
}

.watermark p {
    font-size: 120px;
}

.scale-down {
    object-fit: scale-down;
}

.cursor-pointer {
    cursor: pointer;
}
