:root {
    --dark-green: #1a5d5f;
    --green-primary: #04827b;
    --green-primary-old: #38807B;
    --dark-blue: #193b68;
    --dim-blue: #5d7496;
    --white: #ffffff;
    --dark-grey: #888fa6;
    --berry: #ad53bc;
    --smoke-blue: #688fc4;
    --rose: #ed64a5;
    --light-blue: #d8ddec;
    --grey: #f2f4f7;
    --light-grey: #f9fafb;
    --sky: #6aa3eb;
    --brown: #9e7759;
    --lemon: #edcb64;
    --light-green: #40bcbc;
    --system-color-blue: #007aff;
    --sunset: #f74c43;
    --orange: #f78143;
    --pale-green: #aad0cd;
}

BODY {
    COLOR: var(--dark-blue);
    background-color: var(--white);
    font-family: 'Source Sans Pro', sans-serif;
    FONT-SIZE: 20px;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

button, input, select {
    font-family: 'Source Sans Pro', sans-serif;
}


.bg0 {
    BACKGROUND-COLOR: #000000;
}

.bg1 {
    BACKGROUND-COLOR: var(--light-blue);
}

.bg2 {
    BACKGROUND-COLOR: var(--green-primary);
}

.bg3 {
    BACKGROUND-COLOR: var(--white);
    color: var(--green-primary)
}

.bg4 {
    BACKGROUND-COLOR: var(--light-blue);
}

.vlinie {
    text-decoration: none;
    color: var(--light-blue);
}

.small {
    FONT-SIZE: 10px;
    color: var(--light-blue);
}

a.small {
    FONT-SIZE: 10px;
    color: var(--light-blue);
}

.big {
    FONT-SIZE: 12px;
    color: var(--light-blue);
    font-weight: bold
}

A, .fakelink {
    COLOR: var(--dark-blue);
    TEXT-DECORATION: underline;
    cursor: pointer
}

A:hover, .fakelinkhover {
    COLOR: var(--sunset)
}

A:active {
    COLOR: var(--dark-blue)
}

.errormessage, .requirederror, .error {
    text-decoration: none;
    color: var(--sunset);
}

.required {
    text-decoration: none;
    color: var(--dark-blue);
}

.bgcolor {
    background-color: var(--white)
}

.inputboxbackground {
    background-color: var(--grey)
}

input {
    font-size: 12px;
    font-weight: normal;
    border-width: 1px;
    border-color: var(--light-blue);
    color: var(--dark-blue);
    border-style: inset;
}

input.field {
    border-radius: 4px;
    border: solid 1px var(--light-blue);
    background-color: var(--white);
    background-clip: padding-box;
    margin-bottom: 0;
}

input.field:focus, select:focus {
    border-radius: 4px;
    border: solid 1px var(--sky);
    outline: none;
}

.field {
    background-color: var(--white);
}

.fieldDisabled {
    background-color: var(--grey);
}

TEXTAREA {
    font-size: 12px;
    height: 10em;
    font-weight: normal;
    border-width: 1px;
    border-color: var(--light-blue);
    color: var(--dark-blue);
    border-style: inset;
    background-clip: padding-box;
}

TEXTAREA.field {
    background-color: var(--white);
    font-size: 12px;
    height: 10em;
    font-weight: normal;
    border-width: 1px;
    border-color: var(--light-blue);
    color: var(--dark-blue);
    border-style: inset;
    margin-bottom: 0;
}

SELECT {
    font-size: 12px;
    font-weight: normal;
    color: var(--dark-blue);
    border-radius: 4px;
    border: solid 1px var(--light-blue);
    padding: 1px calc(2px + 0.9rem) 1px 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icons/icon-chevron-down.svg) no-repeat center right;
    background-size: 0.9rem;
}

select.field {
    margin-bottom: 0;
}

input.button {
    cursor: pointer;
    padding: 1px;
    color: var(--white);
    background: var(--green-primary);
    border: 0px var(--white) solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

div.button {
    cursor: pointer;
    border: 1px solid var(--white);
    background: var(--green-primary);
    border-radius: 4px;
}

input.buttonDisabled {
    cursor: pointer;
    padding: 1px;
    color: var(--white);
    background: var(--grey);
    border: 0px var(--white) solid;
    font-style: italic;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

div.buttonDisabled {
    cursor: pointer;
    border: 1px solid var(--white);
    background: var(--grey);
    font-style: italic
}

[xmlns] div.button {
    cursor: pointer;
    border: 0px
}

input.normal {
    font-family: Verdana, Arial, HelveticaNeue, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border-style: none;
    color: var(--dark-blue);
}

input.imgbutton {
    font-family: Verdana, Arial, HelveticaNeue, sans-serif;
    font-size: 9px;
    font-weight: normal;
    border-style: inset;
    border-width: 0px;
    color: var(--dark-blue);
    height: 16px;
    border: solid 0px;
}

font.tree_selected_link {
    font-size: 11px;
    font-weight: 800;
}

font.tree_selected_disabled {
    COLOR: #AAAAAA;
    font-size: 11px;
    font-weight: bold;
    font-style: italic
}

font.tree_link {
    font-size: 11px;
    font-weight: normal;
}

font.tree_disabled {
    COLOR: #AAAAAA;
    font-size: 11px;
    font-weight: normal;
    font-style: italic
}

.frontheader {
    FONT-SIZE: 30px;
    color: var(--dark-green);
    FONT-STYLE: normal;
    FONT-WEIGHT: 600;
    TEXT-DECORATION: none;
}

.frontfooter {
    FONT-SIZE: 17px;
    color: var(--dark-blue);
    FONT-STYLE: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

legend {
    COLOR: var(--dark-blue);
    FONT-SIZE: 11px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

.highlighttr {
    background: var(--lemon);
}

table.workingscreen {
    background-color: white;
    border: 3px solid var(--system-color-blue);
}

ol {
    margin: 0px;
    padding: 0px 0px 0px 20px
}

ul {
    margin: 0px;
    padding: 0px 0px 0px 20px
}

li {
    margin: 0px;
    padding: 0px
}

.noteText {
    font-size: 10px;
    font-style: italic;
}

.warningText {
    font-style: italic;
    font-weight: bold;
}

.guideGroupText {
    font-weight: bold;
    height: 18px
}

.lineBreakTop {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black
}

.scrollable {
    overflow: scroll;
    border: 1px var(--light-blue) solid;
    padding-top: 2px;
    background-color: var(--white);
}

.scrollable select {
    border: none;
}

.sublinks {
    border: 1px var(--sunset) solid;
    background-color: var(--lemon);
}

.workingscreen {
    background-color: #0086F3;
}

.mega-menu li .sub {
    background: var(--white);
    border-color: #ccc;
}

ul.mega-menu li.mega-hover a.active-dropdown-title {
    color: var(--sunset)
}

.empty-space {
    /*padding-right: 24px;*/
    width: 100%;
}

.margin-bot {
    margin-bottom: 0.3rem;
}

#bodystyle {
    background-color: var(--grey);
    height: calc(100vh - 64px - 1rem);
    overflow: auto;
    overflow-x: hidden;
    flex-grow: 1;
    width: 1px; /* for some reason this allows to resize element without overflow */
    padding: 0.5rem;
}

.white-box {
    background-color: white;
    padding: 0.5em;
    border: 1px solid var(--light-blue);
    margin-bottom: 0.75em;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ek-button {
    border: none;
    border-radius: 8px;
}

.ek-button:hover {
    cursor: pointer;
}

.single-page {
    background-color: var(--grey);
}

.show-hide-header {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.page-header {
    margin-bottom: 0.5em;
}

.account-login {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.show-hide {
    display: flex;
    flex-direction: column;
}

.no-menu-text {
    display: flex;
    justify-content: center;
    width: calc(100% - 4rem);
    padding: 2rem;
    font-size: 2rem;
}

.grey-background {
    background-color: var(--grey);
}

.inline-bar {
    overflow: hidden;
    white-space: nowrap;
}

#top-scroll-wrapper {
    overflow-x: auto;
    position: sticky;
    top: -4px;
}

#top-scroll {
    height: 20px;
}

.inaccessible {
    filter: grayscale(1.0);
    pointer-events: none;
    color: var(--gray-700);
}

.inaccessible img {
    filter: contrast(0.6);
}

.inaccessible span, .inaccessible > a {
    color: var(--gray-700);
    text-decoration: line-through solid var(--gray-700);
    background: var(--gray-100);
}
