﻿/* 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-primary-silver {
    color: #fff;
    background-color: #6c737a;
    border-color: #d5e4f2;
    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;
}

form {
    /* Margin bottom by footer height */
    display: inherit;
}

.form {
    display:inherit;
    /* Margin bottom by footer height */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.imgTD {
    /*font-weight: bold;
    /*color: #a9a9a9;
        color: #6495ED;
    */
    font-size: 13px;
    font-weight: 700;
}

.ReportName {
    /*font-weight: bold;
    /*color: #a9a9a9;
        color: #6495ED;
    */
    font-size: 15px;
    font-weight: 900;
}

.ReportHeader {
    /*font-weight: bold;
    /*color: #a9a9a9;
        color: #6495ED;
    */
    font-size: 14px;
    font-weight: 800;
}

.imgTD_danger {
    font-size: 13px;
    font-weight: 500;
    color: red;
}

/*#bot a:link, #bot a:visited {
    color: black;
}

#bot a:hover {
    color: green;
}*/

.imgUploaded {
    font-size: 13px;
    font-weight: 700;
    color: #0366d6;
    /*margin: 0;
    padding: 0;
    display: table;*/
}

    .imgUploaded a {
        color:#0366d6;
        /*vertical-align: middle;
        border-right: 10px solid #fff;
        padding: 10px;*/
        /*display: table-cell;*/
        /*text-decoration: none;*/
    }

       /* .imgUploaded a:hover {
            background: blue
        }*/
/*
    .imgUploaded span {
        position: absolute;
        top: -999em;
        left: -999em;
    }*/

.imgMissing {
    font-size: 13px;
    font-weight: 700;
    color: #FF3333;
    /*margin: 0;
    padding: 0;
    display: table;*/
}

    .imgMissing a {
        color:#FF3333;

        /*vertical-align: middle;
        border-right: 10px solid #fff;
        padding: 10px;*/
        /*display: table-cell;*/
        /*text-decoration: none;*/
    }

   /*     .imgMissing a:hover {
            background: blue
        }*/

 /*   .imgMissing span {
        position: absolute;
        top: -999em;
        left: -999em;
    }*/

/*.imgMissing {*/
    /*font-weight: bold;
    /*
        color: #6495ED;
    */
    /*color: #FF3333;
    font-size: 13px;
    font-weight: 700;
}*/


/*.imgUploaded {*/
    /*font-weight: bold;
    /*color: #a9a9a9;
        
    */
    /*color: #33DAFF;
    font-size: 13px;
    font-weight: 700;
}*/

.cellAudit {
    font-size: 13px;
    font-weight: bold;
    /*color: #a9a9a9;*/
}

.dpFont {
    font-weight: 700;
}

.fRight {
    float:right;
    margin-right:50px;
}

.fLeft {
    float: left;
    /*margin-right: 0px;*/
}

.textLikeInput {
    border: none;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    /*width: auto;*/
}

.textLikeInputBottomBorder {
    border: none;
    border-bottom: 1px solid #696969;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    /*width: auto;*/
}

._40 {
   width: 40px;
}

.whiteText {
    color:#fff !important;
}

.marginLeft_25 {
    margin-left:25px;
}

.modal-top-border {
    border-top: 1px solid #dee2e6;
    padding-top:20px;
}


.lb-sm {
    font-size: 12px;
}

.lb-md {
    font-size: 16px;
}

.lb-lg {
    font-size: 20px;
}

.row-bordered {
    position: relative;
}

    .row-bordered:after {
        content: "";
        display: block;
        border-bottom: 1px solid #ccc;
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
    }

.col-x-scroll {
    overflow-x: scroll;
}


td.compliant {
    font-weight: bold;
    color: lawngreen;
}

td.noncompliant {
    font-weight: bold;
    color: red;
}


/*body .modal-dialog {*/ /* Width */
    /*max-width: 100%;
    width: auto !important;
    display: inline-block;
}

.modal {
    z-index: -1;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-open .modal {
    z-index: 1050;
}*/