﻿/* 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 */
/*}*/


.validation-summary-errors {
    color:red;
}

.HighlightFormField {
    border-color:green;
}


/* Style the list */
ul.breadcrumb-dss {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

    /* Display list items side by side */
    ul.breadcrumb-dss li {
        display: inline;
        font-size: 18px;
    }

        /* Add a slash symbol (/) before/behind each list item */
        ul.breadcrumb-dss li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        /* Add a color to all links inside the list */
        ul.breadcrumb-dss li a {
            color: #006bce;
            text-decoration: none;
        }

            /* Add a color on mouse-over */
            ul.breadcrumb-dss li a:hover {
                color: #01447e;
                text-decoration: underline;
            }

.dept-name {
    font-size: 1.54rem;
    font-family: "Asap Condensed", sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #333333;
    height: 24px;
    line-height: 1.2em;
    transition: all .3s;
    display: block;
}


.div-name {
    font-size: 1rem;
    font-family: "Asap Condensed", sans-serif;
    margin: 0;
    padding: 0;
    color: #333333;
    height: 20px;
    line-height: 1.2em;
    transition: all .3s;
    display: block;
}

.explanationToggle {
    padding-left:3px;
    font-size:.8em;
}

/*.dept-name {
    font-size: 1.2rem;
    line-height: 1em;
    min-width: 200px;
}*/
@media (max-width: 744px) {
    .dept-name {
        font-size:1.1rem;
    }
}

@media (max-width: 992px) {
    .dept-name {
        font-size: .9rem;
    }
    .div-name {
        font-size: .8rem;
    }
}


a.btn.btn-primary, button.btn.btn-primary, input.btn.btn-primary {
    background-color: rgb(0, 112, 244) !important;
    border-color: rgb(0, 112, 244) !important;

}

a[target="_self"] {
    color: #0070f4;
}

a.myLinks {
    color: #0070f4;
}


/* Alternate cbackground colors in table rows */

tr:nth-child(even) {
    background-color: #f5f5f5
}

.app-header-title {
    margin-top: 30px;
    text-align: center;
    color: #000080;
}

.app-admin-header-title {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: #c00;
}

.home-nav-btn {
    min-height: 6em;
}

.home-nav-btn:hover {
    animation: pulse-custom 1s;
}

.info-paragraph {
    margin-bottom: 30px;
    text-align: center;
    color: #000080;
}

.color-skyblue {
    color: #0069ED;
}

.blue-border-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px solid #000080;
    padding-left: 20px;
    padding-right: 20px;
}

.info-table {
    display: table;
    overflow: scroll;
    max-height: 800px;
    text-align: left;
    border: 2px solid #000080;
    font-size: 10pt;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.info-table * {
    border-color: #000080;
}

.btn-info {
    background-color: #008298 !important;
}

.text-info {
    color: #008298 !important;
}

.btn-light-blue {
    background-color: #b3cfeb !important;
}

.btn-light-blue:hover {
    background-color: #a8c1d9 !important;
}


@keyframes pulse-custom {
    0% {
        box-shadow: 0 0 0 0 rgba(240, 240, 240, 0.7);
    }

    99% {
        box-shadow: 0 0 0 8em rgba(240, 240, 240, 0.1);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(240, 240, 240, 0);
    }

}