﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.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 {
    font-family: "Montserrat", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-size: 100%;
    color: black;
}
.header {
    background-color: #efefef !important;
    position: fixed;
    width: 100%;
    z-index: 1001;
    border-bottom: 3px solid #0073b7 !important;
}

/* message box */

.wit-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background-color: rgba(85, 85, 85, 0.50);
    left: 0;
    top: 0;
}

.wit-window-header {
    cursor: move
}

.flex-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-left {
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.layout-xs {
    max-width: 480px;
    min-width: 480px;
}

.layout-sm {
    max-width: 540px;
    min-width: 540px;
}

.layout-md {
    max-width: 720px;
    min-width: 720px;
}

.layout-lg {
    max-width: 960px;
    min-width: 960px;
}

.layout-xl {
    max-width: 1140px;
    min-width: 1140px;
}



