﻿/* 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;
}

.navbar-dark .nav-item > .nav-link.active {
    color: white;
    background-color: green;
    font-weight:bold;
}

/* 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 {
  /*min-height: 99vh;*/
  position: relative;
  min-height: 90%; /* remove this line would make the footer not stick to bottom*/
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 20px;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 20px;
    line-height: 20px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


.bd-busyIndicator-modal-lg .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -140px;
}

.bd-busyIndicator-modal-lg .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

/*------------------CHECKBOX-------------------------*/
.custom-checkbox-lg .custom-control-label::before,
.custom-checkbox-lg .custom-control-label::after {
    width: 2rem;
    height: 2rem;
}

.custom-checkbox-lg .custom-control-label {
    padding-left: .8rem;
    margin: .5rem;
    /*    margin: .5rem 1rem;*/
    font-size: 1.2rem !important;
}