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

.btn-warning {
    color: #fff;
    background-color: #db7b18;
    border-color: #db7b18;
}


.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 */
}

.col-special { }

.row > div[class*='col-special'] {
    display: flex;
    flex: 1 0 auto;
    margin-bottom: 10px;
}



.bg-primary {
    background-color: #236192 !important;
    border-color: #236192 !important;
}
.btn-primary {
    background-color: #236192 !important;
    border-color: #236192 !important;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:visited,
    .btn-primary:focus {
        background-color: #236192 !important;
        border-color: #236192 !important;
    }

.nav-pills .nav-link.active {
    background-color: #236192 !important;
}

.nav-pills .nav-link:not(.active) {
    color: #236192;
}

.worddoc:before {
    content: '';
    display: block;
    height: 60px; /*height of icon */
    width: 60px; /*width of icon */
    position: absolute;
    /*where to replace the icon */
    top: 0px;
    left: 0px;
    /*background */
    background: url("/images/fileicons/docx.png") no-repeat 10px 10px;
    background-size: 50px 50px;
}

.exceldoc:before {
    content: '';
    display: block;
    height: 60px; /*height of icon */
    width: 60px; /*width of icon */
    position: absolute;
    /*where to replace the icon */
    top: 0px;
    left: 0px;
    /*background */
    background: url("/images/fileicons/xlsx.png") no-repeat 10px 10px;
    background-size: 50px 50px;
}

.pdfdoc:before {
    content: '';
    display: block;
    height: 60px; /*height of icon */
    width: 60px; /*width of icon */
    position: absolute;
    /*where to replace the icon */
    top: 0px;
    left: 0px;
    /*background */
    background: url("/images/fileicons/pdf.png") no-repeat 10px 10px;
    background-size: 50px 50px;
}

.htmldoc:before {
    content: '';
    display: block;
    height: 60px; /*height of icon */
    width: 60px; /*width of icon */
    position: absolute;
    /*where to replace the icon */
    top: 0px;
    left: 0px;
    /*background */
    background: url("/images/fileicons/html.png") no-repeat 10px 10px;
    background-size: 50px 50px;
}

.zipfile:before {
    content: '';
    display: block;
    height: 60px; /*height of icon */
    width: 60px; /*width of icon */
    position: absolute;
    /*where to replace the icon */
    top: 0px;
    left: 0px;
    /*background */
    background: url("/images/fileicons/zip.png") no-repeat 10px 10px;
    background-size: 50px 50px;
}

.genericfile:before {
    content: '';
    display: block;
    height: 60px; /*height of icon */
    width: 60px; /*width of icon */
    position: absolute;
    /*where to replace the icon */
    top: 0px;
    left: 0px;
    /*background */
    background: url("/images/fileicons/genericfile.png") no-repeat 10px 10px;
    background-size: 50px 50px;
}

.badge-element {
    position: relative;
    padding-top: 20px;
    display: inline-block;
}

.notify-badge {
    position: absolute;
    right: -2px;
    top: 15px;
    background: #22bcb9;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 5px 10px;
    font-size: 20px;
    min-width: 40px;
}