/**
 * Cliens Custom Style
 * (Proprietor 75)
 *
 */

/* csslint ignore:start */

/* CSS custom properties used for the theming of Cliens */
:root {
    /*Theme Hex: #17365d*/
    --theme-hue: 213;
    --theme-saturation: 60%;
    --theme-lightness: 23%;
    --theme-alpha: 1;
    /*Accent Hex: #17365d*/
    --accent-hue: 213;
    --accent-saturation: 60%;
    --accent-lightness: 23%;
    --accent-alpha: 1;
}

#FM-navbar .logo {
    max-width: 120px;
}

#content .logo-link {
    max-width: 150px;
}

.FM-sidebar--header {
    text-align: center;
}

.FM-navbar-tagline {
    display: none !important;
}

#site {
    padding-top: 15px;
}

#top-user {
    display: none;
}

/*.generalbody {
    background: #FFF !important;
}

.FM-navbar-logo img {
    max-height: 46px !important;
}*/

.new-account-box {
    border-bottom: 2px solid #002748;
}

.input---checkbox span.label:before, #FM-KYC-Questionnaire td label:before {
    color: #002748 !important;
}

.FM-account--container, .account-headerblock {
    border-bottom: 2px solid #002748 !important;
}

#footer {
    border-top: 2px solid #002748;
    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: #002748 !important;
    border-color: #002748 !important;
}

.FM-panel .FM-panel--header {
    border-bottom-color: #002748 !important;
}

/*#FM-navbar .FM-navbar-menu-container .FM-navbar-logo {
    margin-top: 11px;
}*/

/* csslint ignore:end */