html,
body {
    height: 100%;
    min-height: 100%;
    width: 100%;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    direction: ltr;
    overflow: hidden;
    height: 100%;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 1.42857143;
    -webkit-font-smoothing: antialiased;
}

.front {
    background: url("../images/login-bg.png") no-repeat center center fixed;
    background-size: cover;
    overflow-y: auto;
}

body * {
    box-sizing: border-box;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    padding: 15px;
}

.subheader {
    padding-left: 20px;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

.subheader_left {
    width: 10%;
    line-height: 60px;
    display: inline-block;
}

.subheader_right {
    padding-left: 20px;
    line-height: 60px;
    display: inline-block;
    border-left: 1px solid #dddddd;
}

.title {
    color: #18142a;
    font-size: 18px;
    font-weight: 700;
}

.header__separator {
    height: 70%;
    border-left: 1px solid #271954;
    margin: 0 20px;
}

.header__title {
    color: #271954;
    text-transform: uppercase;
    font-weight: 600;
}

.content {
    max-width: 350px;
    padding-top: 100px;
    margin: 0 auto;
    flex-grow: 2;
    flex-shrink: 0;
}

.body-content {
    flex-grow: 2;
}

.card {
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 10px;
}

.card_s2c_logo {
    width: 90px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.card__guidance_header {
    color: #271954;
    font-weight: 600;
    padding-top: 40px;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.card_s2c_logo--size {
    width: 40px;
    height: 40px;
}

.padding--top-20 {
    padding-top: 20px;
}

.padding--bottom-20 {
    padding-bottom: 20px;
}

.form-signin .form-control {
    margin-bottom: 10px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary.hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:hover,
.btn-secondary.hover {
    background-color: #251B51;
    border-color: #251B51;
}

.btn-secondary {
    background-color: #171429;
    border-color: #171429;
    color: #D1D0D4;
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:hover,
.btn-secondary.hover {
    color: #D1D0D4;
}

.form-signin input,
.form-signin .btn {
    min-width: 250px;
}

.link {
    width: 80%;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    text-decoration: none;
    color: #37297e;
    font-size: 12px;
    font-weight: 600;
    background-color: white;
    margin-bottom: 5px;
    transition: background-color 80ms linear;
}

.link:hover,
.link:focus {
    background-color: #e9e9e9;
}

.link:disabled {
    opacity: 0.3;
}

.mainheader {
    background-color: #18142a;
}

.usersettings {
    position: absolute;
    right: 5px;
}

#main {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    overflow: auto;
}

.productcodes_table {
    font-size: 14px;
}

.fas {
    color: #4f4e4e;
}

.subheader .fas,
.subheader .far {
    color: #18142a;
}

.subheader a {
    text-decoration: none;
    color: #18142a;
}

.subheader_icons {
    position: absolute;
    right: 40px;
    font-size: 1.5em;
}

.subheader_icons a:hover {
    border: 1px solid #18142a;
    border-radius: 5px;
    ;
}

.subheader_icons a {
    border: 1px solid #ffffff;
    border-radius: 5px;
    ;
}

.subheader_icons .far {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.custom-tooltip {
    --bs-tooltip-bg: #31578A;
    --bs-tooltip-color: var(--bs-white);
}

object {
    display: inline-block;
    width: 100vw;
    height: 100vh;
}
.fa-user{
    color: #ffffff;
    padding-right: 5px;
}
.contract_made, .explainer{
    background-color: #B1CE95 !important;
}
.explainer{
    background-color: #B1CE95 !important;
    display: inline-block;
    width: 20px;
    max-width: 20px;
    margin-right: 5px;
}
footer {
    position: fixed;
    background-color: #171429;
    color: #FFFFFF;
    height: 25px;
    line-height: 25px;;
    vertical-align: middle;
    bottom: 0;
    width: 100%;
    padding-right: 10px;
    font-size: 0.9em;
}
.version {
    float: right;
}
.version a, .version a:hover, .version a:active{
    color: #FFFFFF;
    text-decoration: none;
}
#userList{
    width: 200px;
}
#adminTabContent,#submitUser{
    margin-top: 10px;
}

.alert{
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
}
#passwordForm{
    margin-left: 30%;
    margin-right: 30%;
}
#forgotPasswordForm button{
    width: 100%;
}