@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.font-1,
.font-2,
body,
h1 {
    font-family: Raleway, sans-serif
}

.font-huge {
    font-size: 2em
}

.font-large {
    font-size: 1.5em
}

.font-normal {
    font-size: 1em
}

.font-small {
    font-size: .75em
}

.font-xsmall,
.tooltip {
    font-size: .58em
}

.font-skinny {
    font-weight: 400
}

.text-red {
    color: #ed3a23
}

.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: #ed3a23
}

.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, #ee3e23 35%, #b61e20 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 {
    background-image: url(/img/background-small.png)
}

.bg-login {
    background-image: url(/img/login-background.png);
    background-repeat: no-repeat;
    background-size: cover
}

.container {
    max-width: 90rem
}

body,
html {
    font-size: 24px
}

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

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

h1 {
    font-weight: 700;
    font-size: 1.5em
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 1.16em
}

li,
p {
    font-size: .75em
}

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;
}

#table .table .planning {
    min-width: 150px;
    padding: 0px!important;
}

#table .table td .btn-block {
    display: block;
    width: 100%;
    margin-top: .1rem;
}

#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: 1px solid #e5e5e5
}

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

#help {
    position: absolute;
    bottom: 0
}

.btn {
    padding: .25rem .75rem;
    border-radius: 0!important;
}

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

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

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

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

.input-group .form-control {
    border-right: 1px solid #000;
    border-left: 0
}

.form-control,
.input-group-text {
    border-radius: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.input-group-text {
    border-right: 0;
    border-left: 1px solid #000
}

.table-links:hover {
    color: #ed3a23
}

.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 #ed3a23;
    background: #fff;
    color: #ed3a23
}

#faq span.btn.d-block.btn-default:hover {
    background: #ed3a23;
    color: #fff
}

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

.function:hover {
    text-decoration: none
}

.function p {
    margin-bottom: 0;
    padding-top: 20px
}


/* Modal */

.modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal-body {
    padding: 0!important;
}


/* Alert */

.alert {
    border-radius: 0!important;
}

.alert-success {
    background-color: white;
    border-color: #49ba1c;
    color: #49ba1c;
}


.svg-img img {
    width: 40px;
    height: auto;
}

.svg-img {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 5px;
}


/*# sourceMappingURL=main.css.map */