/**
* Monyx/Hjerta Custom Style
* (Proprietor 55)
*
*/

/* csslint ignore:start */

/* CSS custom properties used for the theming of Hjerta */
:root {
    /*Theme Hex: #ee3124*/
    --theme-hue: 4;
    --theme-saturation: 86%;
    --theme-lightness: 54%;
    --theme-alpha: 1;
    /*Accent Hex: #ee3124*/
    --accent-hue: 4;
    --accent-saturation: 86%;
    --accent-lightness: 54%;
    --accent-alpha: 1;
}

#FM-login-hero {
    background-position-x: right;
}

.FM-panel .FM-panel--header {
    border-bottom-color: #7fbccf !important;
}

.FM-wizard > .steps .current a,
.FM-wizard > .steps .current a:hover,
.FM-wizard > .steps .current a:active
{
    background: #7fbccf !important;
}

.FM-wizard > .steps .done a,
.FM-wizard > .steps .done a:hover,
.FM-wizard > .steps .done a:active
{
    background: rgba(127, 188, 207, 0.5) !important;
}

.input---checkbox span.label:before {
    color: #7fbccf !important;
}

.FM-wizard > .actions ul li:nth-child(2) a, .FM-wizard > .actions ul li:nth-child(3) a, .FM-button.button-yellow {
    background: #7fbccf !important;
    border-color: #5395a9 !important;
}

.FM-wizard > .actions ul li:nth-child(2) a:hover, .FM-wizard > .actions ul li:nth-child(3) a:hover, .FM-wizard > .actions ul li:nth-child(2) a:focus, .FM-wizard > .actions ul li:nth-child(2) a:focus {
    background: #5395a9 !important;
    border-color: #5395a9 !important;
}

/* csslint ignore:end */
