﻿/* These variables are copied from the CSS variables generated by the frontend code. */
:root {
    --bs-font-sans-serif: "Roboto", Arial, Helvetica, sans-serif;
    --mss-light: #F8F7F5;
}

html, body {
    /*background-color: var(--mss-light);*/
}

.btn {
    --bs-btn-padding-x: .75rem;
    --bs-btn-padding-y: .375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: .1rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #71CBF4;
    --bs-btn-border-color: #71CBF4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #86d3f6;
    --bs-btn-hover-border-color: #7fd0f5;
    --bs-btn-focus-shadow-rgb: 96, 173, 207;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #8dd5f6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #71CBF4;
    --bs-btn-disabled-border-color: #71CBF4;
}

.form-control, .form-select {
    border-radius: 0.15rem;
}

.footer-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

a {
    color: #0077cc;
    text-decoration: none;
}

/* ------ */
/* Footer */
/* ------ */
.footer-wrapper > div {
    height: 236px;
}

.footer-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.footer-wrapper li:first-of-type a {
     padding-left: 0;
 }

.footer-wrapper li:last-of-type a {
     padding-right: 0;
 }

.footer-wrapper li a {
    color: var(--bs-body-color);
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-wrapper li a:focus {
    box-shadow:inset 0px 0px 0px 3px white;
    border-radius: 3px;
}

.footer-wrapper li + li:before {
    content: "|";
}

.footer-logo {
    max-height: 72px;
}
