@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
body{
    font-size:12pt;
}
.font-1, .font-2, body, h1 {
    font-family: "Source Sans Pro", sans-serif
}
h1,h2,h3 {
    font-family: "Oswald", sans-serif;
    font-weight:600;
}
h2,h3{
    color:rgb(238, 205, 63);
}
.titlefont{
    font-family: "Oswald", sans-serif;
}

.font-skinny {
    font-weight: 400
}

.text-red {
    color: rgb(238, 205, 63)
}

.text-lighter-grey {
    color: #e6e7e8
}

.text-light-grey {
    color: #d5d4d4
}

.text-medium-grey {
    color: #aba9a8
}

.text-dark-grey {
    color: #565251
}

.text-white {
    color: #fff
}

.text-black {
    color: #2c2726
}

.bg-red {
    background-color: rgb(238, 205, 63)
}

.bg-lighter-grey {
    background-color: #e6e7e8
}

.bg-light-grey {
    background-color: #d5d4d4
}

.bg-medium-grey {
    background-color: #aba9a8
}

.bg-dark-grey {
    background-color: #565251
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #2c2726
}

.rounded {
    border-radius: 5px
}

.rounded-top {
    border-radius: 5px 5px 0 0
}

.gradient {
    background: linear-gradient(180deg, rgba(51, 51, 51, 1) 35%, rgb(87, 87, 87) 70%)
}

.bg-image {
    background-image: url(/img/background.png)
}

.bg-image, .sub-bg-image {
    background-repeat: no-repeat;
    background-position: 100% 0
}

.sub-bg-image {

}

.bg-login {
    background-image: url(/img/aap.gif);
    background-repeat: no-repeat;
    background-size: cover;
    border-right:4px solid rgb(238, 205, 63);
}

.container {
    max-width: 90rem
}

a {
    color: #2c2726;
    text-decoration: none
}

a:hover {
    color: #212020;
    text-decoration: underline
}

h1 {
    font-weight: 700;
    font-size: 20pt;
}

h2, h3, h4, h5, h6 {
    font-size: 17pt;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#planning {
    background: #fff;
    border: 1px solid #a8a8a8
}

.table-info {
    position: absolute;
    background-color: transparent;
    z-index: 1
}

.red-line {
    background-image: url(/img/red-dot.png);
    background-repeat: repeat-y;
    background-position: top
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fafafa
}

#table {
    overflow-x: scroll;
    position: relative
}

#table .table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 100%
}

#table .table .table-name {
    min-width: 190px;
    text-align: center;
    vertical-align: middle;
    position: -webkit-sticky;
    position: sticky;
    left: 0
}

#table .table td, #table .table th {
    border-right: 1px solid #d5d4d4;
    border-bottom: none;
    border-top: none;
    vertical-align: middle
}

#table .table td {
    min-width: 150px;
    padding: 0
}

#table .table td .btn-block {
    display: block;
    width: 100%;
    margin-right: 0
}

#table tbody tr:nth-child(odd) th {
    background-color: #fafafa
}

#table tbody tr:nth-child(2n) th, #table thead tr th:first-child {
    background-color: #fff
}

:-ms-input-placeholder {
    color: #000 !important
}

::placeholder {
    color: #000 !important
}

.answer p {
    margin-bottom: 0
}

.btn-outline {
    border-radius: 0
}

.btn-outline:hover {
    color: #fff !important
}

#navbar {
    border-bottom: 4px solid rgb(238, 205, 63);
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

#help {
    position: absolute;
    bottom: 0
}

.btn {
    padding: .25rem .75rem
}

#grid {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 100%;
    position: relative
}

.m-h {
    min-height: calc(100vh - 100px)
}

@media (min-width: 576px) {
    #sidebar {
        width: 100%
    }
}

@media (min-width: 768px) {
    form {
        min-width: 450px
    }
}

.table-links:hover {
    color: rgb(238, 205, 63)
}

.contactForm .form-control {
    border-right: 1px solid #ced4da
}

.contactForm .form-control, .contactForm .input-group-text {
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da
}

.contactForm .input-group-text {
    border-left: 1px solid #ced4da
}

#faq .form-control, .contactForm .contactForm textarea {
    border: 1px solid #ced4da
}

#faq span.btn.d-block.btn-default {
    border: 2px solid rgb(238, 205, 63);
    background: #fff;
    color: rgb(238, 205, 63)
}

#faq span.btn.d-block.btn-default:hover {
    background: rgb(238, 205, 63);
    color: #fff
}

.function {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.function:hover {
    text-decoration: none
}

.function p {
    margin-bottom: 0;
    padding-top: 20px
}
.img-circle{
    border-radius:100%;
}

.btn-primary{
    background:rgb(238, 205, 63);
    border-color:rgb(238, 205, 63);
}

.btn-primary:hover{
    background:black;
    border-color:black;
}

.text-primary{
    color:rgb(238, 205, 63) !important;
}
a.text-primary{
    color:rgb(238, 205, 63) !important;
}
a.text-primary:hover{
    color:black !important;
}

form.accountForm input{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border: 1px solid black;
}

form.accountForm input[type=submit]{
    height: 50px;
    border: 0;
}