/**
 * Enter Fonder Custom Style
 * (Proprietor 72)
 *
 */

/* csslint ignore:start */

/* CSS custom properties used for the theming of Enter Fonder */
:root {
    /*Theme Hex: #121d31*/
    --theme-hue: 218;
    --theme-saturation: 47%;
    --theme-lightness: 13%;
    --theme-alpha: 1;
    /*Accent Hex: #e36a4f*/
    --accent-hue: 11;
    --accent-saturation: 73%;
    --accent-lightness: 60%;
    --accent-alpha: 1;
    --anchor-color-100: #121e32;
    --anchor-color-200: #121e32;
    --anchor-color-300: #121e32;
}

.FM-navbar-tagline {
    display: none !important;
}

#site {
    padding-top: 15px;
}

#top-user {
    display: none;
}

.new-account-box {
    border-bottom: 2px solid #6a94a0;
}

.input---checkbox span.label:before, #FM-KYC-Questionnaire td label:before {
    color: #6a94a0 !important;
}

.FM-account--container, .account-headerblock {
    border-bottom: 2px solid #12636B !important;
}

#footer {
    border-top: 2px solid #6a94a0;
    background: none;
}

.account-block {
    border-bottom: 1px solid #6a94a0;
}

.FM-dialogue--info.FM-dialogue--icon:before {
    background-color: #12636B;
}

.FM-dialogue--info {
    background-color: #d0e2f5;
    color: #006298;
}

.FM-dialogue--info a {
    color: #6a94a0;
}

.FM-sidebar--header {
    text-align: center;
}

.FM-wizard > .actions ul li:nth-child(2) a, .FM-wizard > .actions ul li:nth-child(3) a, .FM-button.button-yellow {
    background: #12636B !important;
    border-color: #12636B !important;
}

.FM-panel .FM-panel--header {
    border-bottom-color: #12636B !important;
}

/* csslint ignore:end */