﻿/* 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 */
}

.dropzone {
    border: 3px dashed #00a1f1;
    background: #F0F8FF;
    margin: 25px;
    border-radius: 5px;
}

.dropzone .dz-message {
    font-weight: 350;
}

.dropzone .dz-message .note {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 200;
    display: block;
    margin-top: 1.5rem;
}

#grid {
    max-height: 600px;
    overflow: auto;
    overflow-x: hidden;
}

#grid2 {
    max-height: 600px;
    overflow: auto;
    overflow-x: hidden;
}

.accordion-title {
    color: #fff !important;
    margin: 0px;
}

.card {
    -webkit-box-shadow: 0 2px 5px 0 white,0 2px 10px 0 #ccc;
    box-shadow: 0px 2px 5px 0px white, 0px 2px 10px 0px #ccc;
}

.card-header {
    background: #1a0875;
    padding: 1px 0px 1px 0px;
    border-top-color: #fff;
    border-bottom-color: #2B2F33;
}

.navdark {
    background: #1a0875;
}
.navbar-nav .btn {
    padding: 2px 0px 0px 0px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 2px 0px 2px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar .dropdown-menu a {
    padding: 2px 0px 2px 10px;
    font-size: 0.93rem;
    font-weight: 300;
    color: #000;
}
.nav-tabs {
    margin-top: 20px;
}
.nav-item-identity {
    background: #e3ebfb;
    border: 1px solid #b9b5b5;
    margin: 2px;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
}
.navbar {
    margin-bottom: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.show {
    display: normal;
}
