﻿/* General Site Settings for Look and Feel*/
body {
    font-family: 'Calibri, Trebuchet MS', sans-serif;
    font-size: 18px;
    min-height: 100%;
    margin-top: 0;
    margin-left: 0;
}

.font-white {color:#fff;}

a:link.bg-brand-normal, a:link.bg-brand-medium, a:link.bg-brand-dark {
    color: #fff !important;
}

.bg-brand-dark {
    background: #1a323c;
}

.bg-brand-medium {
    background: #225569;
}

.bg-brand-normal {
    background: #377f98;
}

.bg-brand-bight-blue {
    background: #377f98;
}

.bg-brand-blue {
    background: #1370bd;
}

.bg-brand-orange {
    background: #ff9900;
}
.font-brand-dark {
    color: #1a323c;
}

.font-brand-medium {
    color: #225569;
}

.font-brand-normal {
    color: #377f98;
}

.font-brand-bright-blue {
    color: #377f98;
}

.font-brand-blue {
    color: #1370bd;
}

.font-brand-orange {
    color: #ff9900;
}

.notpublic {
    background-color: #fff;
    color: orange;
}

.text-decoration-none:hover{
    text-decoration: underline!important;
}


#errorContainer .errorBgText {
    color: #aaaaaa;
    font-size: 15.0em;
}

#errorContainer p{margin:200px 0 0;}
#errorContainer h1 {top:165px;}
#errorContainer .lead {margin: 190px 0 0;}

/*Temporary bootstrap overrides*/
body {line-height:1.0 !important}
.bg-light-yellow {
    background: #fbf6b7;
}
.bg-medium-yellow {
    background-color: #ffd906;
}

/*Less padding input table cells*/
.table td, .table th{
    padding:.4rem;
}

header {
    color: #fff;
    background-image: linear-gradient(#377f98,#225569);
    border-bottom: 1px solid #808080;
    position: fixed;
    top: 0;
    height: 40px;
    z-index: 9999;
    width: 100%;
}

footer {
    background-image: linear-gradient(#377f98, #225569);
    border-top: 1px solid #808080;
    bottom: 0;
    height: 40px;
    z-index: 9999;
    color: #fff;
    position:fixed;
    width:100%;
}

header a:link, footer a:link {color:#fff;}

.float-left {float:left;}
.float-right {float:right;}

.ml-three {margin-left:15px;}
.p-one {padding:5px;}

.border-black {border:1px solid #000;}

.widget-container {

}

.font-small {
    font-size: .7em
}

.fs-xl{
    font-size: 4.5em!important;
}
.rounded-4 {
    border-radius: .5rem !important
}

.shadow-sm-dark {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.3) !important;
}

ul.filter-list {
    padding-left: 0;
}

[class^="bi-"]::before, [class*=" bi-"]::before {padding-right:5px;}

#account_nav ul{
    margin:0;
    color:#fff;
}

#account_nav li {
    display: block;
    transition-duration: 0.5s;
    text-align: left;
    margin: 0;
    padding:7px 10px;
    
}

    #account_nav li a {
        color: #fff;
        text-decoration:none;
    }

#account_nav li:hover {
    cursor: pointer;
}

#account_nav ul li ul {
    background: #fff;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin: 14px 0 0;
    padding: 0;
    right: 10px;
    border: 1px solid #808080;
}

#account_nav ul li:hover > ul,
#account_nav ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

#account_nav ul li ul li {
    clear: both;
    text-align: left;
   padding:0;
}

    #account_nav ul li ul li a {
        padding: 10px 15px;
        display:block;
        color:#000;
    }


#account_nav ul li ul li:not(:last-child) {
    border-bottom: 1px solid #808080;
}

.k-i-scanner{
    background-image:url("/images/scanner_icon.png");
    background-size:contain;
    background-repeat:no-repeat;
}

div.list-group-item a {
    color: #495057;
    text-decoration: none;
}

