﻿/* 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;
}
.control-label{
    font-weight:bold !important;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btnSubmit {
    background-color: #455560 !important;
    color: white !important;
}

.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 {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #F0F3F7;
    margin: 0px;

}

.footer {
   
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    
}

.footerbrandlogo {
   
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);    
    font-size: 1rem;   
    line-height: 1.2;  
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

header {
    width: 100%;
    position: fixed;
    top: 0px;
    margin: 0px;
    padding: 0px;
}

.navbar {
    background-color: #09253a !important;
}

.navbar a{
    color: #fff;
}

.popover {
    max-width: 600px;
    background: #F0F3F7;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 1px #000;
}

form label.required:after {
    color: red;
    content: " *";
}

.table thead {
    background-color: #09253a !important;
    color: white !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}
