﻿html, body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 1rem;
}

.hc-button {
    border-radius: 5px !important;
}

.hc-table__head {
    border: 1px solid #efefef;
}

.hc-section-router {
    padding: 5px 30px 0px 30px;
}

.hc-aside.is-open .hc-aside__logo {
    height: 4.3rem;
    width: 4.2rem;
    min-width: 4rem;
}

.hc-table__head th:nth-child(2) {
    text-align: left !important;
}
.hc-table__head th:nth-child(4) {
    text-align: left !important;
}
.hc-table__head th:nth-child(5) {
    text-align: left !important;
}

.hc-table__row td:nth-child(2) {
    text-align: left !important;
}
.hc-table__row td:nth-child(4) {
    text-align: left !important;
}
.hc-table__row td:nth-child(5) {
    text-align: left !important;
}

.hc-checks-table__header th:nth-child(1) {
    text-align: left !important;
}
.hc-checks-table__header th:nth-child(2) {
    text-align: left !important;
}
.hc-checks-table__header th:nth-child(4) {
    text-align: left !important;
}
.hc-checks-table__header th:nth-child(5) {
    text-align: left !important;
}
.hc-checks-table__header th:nth-child(6) {
    text-align: center !important;
}

.hc-checks-table__body td:nth-child(1) {
    text-align: left !important;
}
.hc-checks-table__body td:nth-child(2) {
    text-align: left !important;
}
.hc-checks-table__body td:nth-child(4) {
    text-align: left !important;
}
.hc-checks-table__body td:nth-child(5) {
    text-align: left !important;
}
.hc-checks-table__body td:nth-child(6) {
    text-align: center !important;
}

.material-icons {
    font-size: 20px !important;
}

.hc-aside__logo {
    border-radius: 0px;
    margin-top: 20px;
}

.hc-aside-menu__item img {
    display: none;
}

.hc-aside__open-btn {
    display: none;
}

.hc-button {
    color: #fff;
    background-color: #0087F0;
    border-color: #0087F0;
}

.hc-table__head {
    text-transform: none;
}

.hc-checks-table__header th {
    text-transform: none;
}

header h1 {
    font-size: 1.6rem;
}

:root {
    --primaryColor: #263B4C;
    --lightColor: #ffffff;
    --bgMenuActive: #5c6c79;
    --bgButton: #1b6ec2;
    --secondaryColor: #f4f4f4;
    --bgAside: var(--primaryColor);
    --successColor: #80bc00;
    --bcMenuActive: #1b6ec2;
    --dangerColor: #cc001e;
    --logoImageUrl: url('https://europa-dev.s3-eu-west-1.amazonaws.com/europa-7c0d8a82-b3f7-4ce9-95bc-aafed3cc08b5/images/kcs-col-logo.svg');
}

