@font-face {
    font-family: 'LiebherrHead-Black';
    font-weight: bold;
    src: url(fonts/Liebherr/LiebherrHead-Black_Web.woff2);
}

@font-face {
    font-family: 'LiebherrText-Bold';
    src: url(fonts/Liebherr/LiebherrText-Bold_Web.woff2);
}

@font-face {
    font-family: 'LiebherrText-Regular';
    src: url(fonts/Liebherr/LiebherrText-Regular_Web.woff2);
}

html {
    font-size: 15px;
    font-family: LiebherrText-Regular, Arial, sans-serif;
}

body {
    padding-top: 2rem;
    margin: 0;
    background-color: #fff;
    border-top: 5px solid transparent;
    -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
}

body.environment-test {
    border-color: #e74c3c;
}

body.environment-prod {
    border-color: #fdc400;
}

a {
    color: rgb(0, 136, 194);
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

h1,
h2,
h3 {
    font-family: LiebherrHead-Black, Arial, sans-serif;
}

.container {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px;
}

.container-lg {
    max-width: 860px;
}

.container:last-child {
    padding-bottom: 1rem;
}

.page-title {
    margin: 0 0 1rem;
    text-align: center;
    font-family: LiebherrHead-Black, Arial, sans-serif;
    font-size: 2rem;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.form-control {
    padding: 6px 12px;
    margin: 0;
    width: 100%;
    font-size: 1rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border-radius: 0;
    outline: 0;
    box-sizing: border-box;
    box-shadow: none;
}

.form-control:focus {
    border-color: #404a69;
}

.btn,
.btn-secondary {
    display: inline-block;
    padding: 8px 18px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0;
    color: #000;
    font-size: 0.95rem;
    font-family: LiebherrText-Bold, Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

input.btn,
input.btn-secondary {
    -webkit-appearance: button;
}

.btn {
    background-color: #ffd000;
}

.btn:hover {
    background-color: #f89939;
    text-decoration: none;
}

.btn:active {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.btn-secondary {
    background-color: #fff;
    border-color: #000;
}

.btn-secondary:hover {
    border-color: #f89939;
    color: #f89939;
    text-decoration: none;
}

.btn-secondary:active {
    background-color: #fff;
    border-color: #000;
    color: #000;
    text-decoration: none;
}

.hidden {
    display: none;
}

.text-center {
    text-align: center;
}

.lh-table {
    border-collapse: collapse;
    border: 1px solid #d3d8dd;
}

.lh-table th {
    background-color: #f0f3f6;
}

.lh-table th,
.lh-table td {
    padding: 0.5em;
    border: 1px solid #d3d8dd;
}

.container-page img {
    max-width: 100%;
}

.container-page p,
.container-page li {
    line-height: 1.35;
}

.container-page li + li {
    margin-top: 0.5rem;
}
