﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Font */
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

body {
    font-family: Montserrat;
}

.k-button,
.k-grid,
.k-calendar {
    font-family: Montserrat;
}

.text-decoration-color {
    color: #0C343D;
}

.navbar-light .navbar-nav .nav-link {
    color: #0C343D;
}

/* Header */
header {
    margin-bottom: 40px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

input[type=checkbox] {
    accent-color: #06555A;
}

.form-check-input:checked[type=checkbox] {
    background-color: #06555A;
}

.btn-primary,
.k-button-solid-primary {
    color: #fff;
    background-color: #06555A;
    border-color: #06555A;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.k-button-solid-primary:hover {
    background-color: #05484C;
    border-color: #05484C;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
    background-color: #05484C;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    color: #FFFFFF;
}

.footer .container {
    display: flex;
    justify-content: space-between;
}

.culture-selector {
    display: flex;
}

.culture-element {
    margin-right: 5px;
}

.culture-separator {
    color: #BEBEBE;
}

a.cultureAction {
    text-decoration: none;
    color: #BEBEBE;
}

/* Misc */
h1 {
    font-weight: bold;
    color: #06555A;
    margin-bottom: 10px;
}

h2 {
    font-weight: bold;
    color: #06555A;
    font-size: 1.75rem;
}

h3 {
    font-weight: bold;
    color: #06555A;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

h4 {
    font-weight: bold;
    color: #06555A;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hr-nospace {
    padding: 0;
    margin: 0;
}

label {
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 20px;
}

.k-edit-buttons.k-actions-end {
    border-width: 1px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
}

.k-grid {
    margin-top: 30px;
    margin-bottom: 30px;
}

.k-column-title {
    height: auto;
    overflow: visible;
    white-space: normal;
}