﻿/* 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;
}

/* 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;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
.text-small {
    font-size: 10px;
}

.text-medium {
    font-size: 14px;
}

.fontSmall {
    font-size: smaller
}

.fontTitle {
    font-size: medium;
}

.text-small {
    font-size: 12px;
}

.text-medium {
    font-size: 14px;
}

.modal-confirm {
    max-height: 20%;
    max-width: 25%;
    overflow: visible
}

.modal-small-40 {
    max-height: 40%;
    max-width: 40%;
    overflow: visible
}

.modal-small-50 {
    max-height: 50%;
    max-width: 45%;
    overflow: visible
}

.modal-small-30 {
    max-height: 30%;
    max-width: 45%;
    overflow: visible
}

.modal-medium-60 {
    width: 66%;
    height:80%;
    overflow: visible
}

.modal-medium-50 {
    width: 56%;
    height: 60%;
    overflow: visible
}
.btn {
    text-transform: unset !important;
}

thead th {
    height: 55px;
}


