﻿/* 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 {
  /* 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 */
}
#dosbanner .dos-logo {
    float: left;
}
    /* position it */

    /* The actual image replacement (IR) */

    #dosbanner .dos-logo, #dosbanner .dos-logo span {
        width: 229px; /* width of the image */
        height: 24px; /* height of the image */
    }

        #dosbanner .dos-logo span {
            background: url('~/Content/images//dos.logo.gif') top left no-repeat;
        }

* html > body #dosbanner .dos-logo span { /* for ie5.x/mac only */
    margin-bottom: -24px; /* Required to bring text
							   underneath image. Use the negative
							   height of the image here.*/
}

#dosbanner ul li {
    padding: 4px 0;
}

#dosbanner a {
    /* CUSTOMIZE: unvisited link color ****** */
    color: #D2DBDD;
}

#dosbanner ul a {
    display: block;
    text-decoration: none;
    padding: 0 8px;
    /* CUSTOMIZE: separator color for the links ****** */
    border-left: 1px solid #D2DBDD;
}

#dosbanner a:visited {
    /* CUSTOMIZE: visited link color  ****** */
    color: #D2DBDD;
}

#dosbanner a:hover, #dosbanner a:active, #dosbanner a:focus {
    text-decoration: underline;
    /* CUSTOMIZE: hovered/active/focused link color  ****** */
    color: #77C6DD;
}

#dosbanner ul .active a {
    font-weight: bold;
    text-decoration: none;
    /* CUSTOMIZE: active (current) link color [primary template only] ****** */
    color: #77C6DD;
}

#dosbanner .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#dosbanner .clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/

* html #dosbanner .clearfix {
    height: 1%;
}

#dosbanner .clearfix {
    display: block;
}
#dosbanner .replace {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 1.2em; /* Choose a font-size here that will keep  the headline small enough to fit completely under the span. */
}

    #dosbanner .replace span {
        display: block;
        position: absolute;
        top: 0;
        /*
left: 0;
*/
        z-index: 1; /* for opera5 (?) and o6/mac */
    }

/* General IR statements for IE5.x mac only */

* html > body #dosbanner .replace {
    position: static;
    overflow: visible;
    font-size: 10px;
    /* Since overflow: hidden doesn't  work with ie5.x/mac, we choose a  font-size here that will keep the headline small enough to fit completely under the span.*/
}

    * html > body #dosbanner .replace span {
        position: static;
    }

    * html > body #dosbanner .replace a {
        text-decoration: none; /* ie5.0-5.1.x/mac 
    must have this value or the underline shows through the image. */
    }

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px; /* Height of the footer */
    background: #000;
}