﻿.banner-main {
    text-align: center;
    background-color: #0C6995;
    color: #fff;
    width: 100%;
    padding: 15px 0 20px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/images/background-primary.jpg');
    background-size: cover;
}
.home-logo {
    border: 2px solid #fff;
    padding: 5px 9px 5px 9px;
}

.alert-card{
    display: flex;
    width: 100%;
    max-width:90%;
}
.alert-border{
    border: solid;
    border-color:#CECECE;
    border-width: 0.063rem;
}
.alert-padding {
    padding:2.5rem 2rem 2.5rem 2rem;
}
.alert-heading {
    font-weight: bold;
}
.alert-message {
    padding: .5rem 0rem 0.5rem 0rem;
}
.current-alert {
   padding-bottom:0.25rem;color:#5E5E6A;
   font-weight:bolder;
}




table.history-table {
    border: 2px solid #B9B9B9;   
}
table.history-table td {
    border: 2px solid #B9B9B9;
}
table.history-table th {
    background: rgba(0, 0, 0, 0.06);
    font-weight:bolder;
}
.page-description {
    color: #5e5e6a;
}
.control-description, .warning-text, .preview-note {
    color: #5e5e6a;
}
.logo-dept-site {
    font-size: 2.5rem !important;
    font-weight: bold !important;
    padding-bottom: 2rem !important;
    white-space: nowrap;
}

.btn-delete{
    font-weight:bold;
    color:#bd4b37 !important;
}
.btn-delete:hover {
    font-weight: bold;
    color: #ffffff !important;
    background: #bd4b37 !important;
}
a{
    color: #046b99;
}
.second-level-link {
    font-family: "Public Sans",sans-serif !important;
    font-weight: 400 !important;
    font-size: calc(1rem + 0.1vw) !important;
}
.unit1 {
    height: 45px;
}

.user-links{
    padding-right: 1rem;
}