@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);

/* -------------- feature menu ----------------- */

.sc-featuremenu-card {
    min-width: 320px;
    min-height: 440px;
}

.sc-featuremenu-section {
    margin-top: 10px;
}

.sc-featuremenu-bg-title {
    color: #FFF;
    font-size: 150%;
    padding: 4px;
    background-color: rgba(255, 255, 255, .25);
}

.sc-featuremenu-bg-separator {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .25);
}

.sc-fm-button-extrasmall {
    font-size: 80%;
    text-align: center;
    padding: 3px;
    border-radius: 3px;
    margin-top: 10px;
    display: block;
}

.sc-fm4-welcome {
    display: flex;
    column-gap: 10px;
}

.sc-fm-left-side {
    background-image: linear-gradient(180deg, var(--fp-main-color), #ffd000);
}

.sc-ec-fm-logo {
    margin-top: 1px;
    width: 60px !important;
}

.sc-fm-tr-img-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: start;
    align-content: start !important;
    width: 100% !important;
    height: 100%;
    padding: 20px !important;
}

.sc-fm-br-img-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: end;
    align-content: end !important;
    width: 100% !important;
    height: 100%;
    padding: 20px !important;
}

.sc-fm-logo-bg {
    position: absolute !important;
    /* left: 130px; */
    top: 200px;
    right: 0px;
    /*bottom: 40px; !important; */
    width: 1200px !important;
    opacity: .10;
}

.sc-fm-left-foreground {
    z-index: 10;
}

.sc-fm-card {
    width: 380px;
    height: 260px;
    background-color: var(--fp-main-color);
    background-image: linear-gradient(135deg, var(--fp-main-color) 20%, #ff6f00);
    color: #fff;
    border: none;
    padding-bottom: 0px !important;
}

.sc-fm-card-header {
    background-color: var(--ec-main-color) !important;
    padding-bottom: 4px !important;
    padding-top: 8px !important;
    margin-bottom: 10px !important;
}

.sc-fm-card-body {
    display: flex !important;
    flex-flow: row wrap;
    padding: .5rem !important;
}

.sc-fm-items-box {
    list-style-type: none;
    padding: 0px;
    margin-left: 60px !important;
}

.sc-fm-box-menu {
    width: 360px;
    list-style-type: none;
    padding: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.sc-fm-box-menu li {
    margin-top: 10px;
    padding: 0px;
    /* font-size: 14px; */
    text-align: right;
}

.sc-fm-load-view {
    box-shadow: inset 0 0 0 0 var(--ec-main-color);
    color: #fff;
    padding: .25rem .5rem .25rem .5rem !important;
    /* margin: 0 -.25rem; */
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    font-size: 20px;
}

.sc-fm-load-view:hover {
    /*
    transform: scale(1.2);
    animation: sc-fm-lv-anim 0.3s ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
     */

    color: #fff;
    padding: .25rem .5rem .25rem .5rem;
    box-shadow: inset 360px 0 0 0 var(--ec-main-color);
}

@keyframes sc-fm-lv-anim {
    0% {
        font-size: 14px;
    }
    100% {
        font-size: 18px;
    }
}

/* ---------------------- version 4 --------------------- */

.sc-fm4-foreground {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 10 !important;
    width: 100%;
    height: calc(100% - 100px) !important;
    overflow: hidden;
}

.sc-fm4-user-badge {
    width: 300px;
    height: 60px;
    display: flex;
    float: right;
    margin-bottom: 10px;
    cursor: pointer;
}

.sc-fm4-hline {
    width: 100%;
    border-top: solid 1px lightgrey;;
}

.sc-fm4-columns {
    height: 100%;
}

.sc-fm4-link {
    height: 30px;
    align-items: center;
    color: #000;
    text-decoration: none;
    display: flex;
}

.sc-fm4-link-mask {
    position: relative;
    padding: 0;
    height: 20px;

    overflow: hidden;
}

.sc-fm4-link-container {
    transition: transform 0.4s ease;
}

.sc-fm4-link-title {
    display: block;

    /*  Set same font-size and line height  */
    font-size: 20px;
    line-height: 20px;
    transition: transform 0.4s ease;
}

.sc-fm4-link-title1 {
    transform-origin: right center;
}

.sc-fm4-link-title2 {
    transform-origin: left center;
    transform: rotate(20deg);
    color: var(--fp-main-color);
}

.sc-fm4-link-icon {
    position: relative;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;

    overflow: hidden;
}

.sc-fm4-icon {
    display: block;
    position: absolute;
    transition: transform 0.3s ease;
}

.sc-fm4-icon:nth-child(2) {
    transform: translate(-40px);
}

/* Hover Action*/
/* Move up two texts (20px = font-size) */
.sc-fm4-link:hover .sc-fm4-link-container {
    transform: translateY(-20px);
}

/* Rotate texts a little bit */
.sc-fm4-link:hover .sc-fm4-link-title1 {
    transform: rotate(20deg);
}

.sc-fm4-link:hover .sc-fm4-link-title2 {
    transform: rotate(0);
}

/* Move arrows to right */
.sc-fm4-link:hover .sc-fm4-icon:first-child {
    transform: translate(40px);
}

.sc-fm4-link:hover .sc-fm4-icon:nth-child(2) {
    transform: translate(0px);
}

/* --------------------- */

.sc-fm4-column-wrapper {
    height: 100%;
    border-left: solid 1px lightgrey;
}

.sc-fm4-column-wrapper-noborder {
    height: 100%;
}

.sc-fm4-left-menu {
    margin-top: 100px;
    list-style-type: none;
}

.sc-fm4-left-menu li {
    font-size: 125%;
    margin-top: 10px;
}

.sc-fm4-title {
    font-size: 125%;
    color: #fff;
    padding: 4px 10px 4px 10px;
    /*text-align: right; */
    background-color: var(--ec-main-color);
}

.sc-fm4-items-box {
    list-style-type: none;
    padding: 0px;
    margin-left: 60px !important;
}

.sc-fm4-box-menu {
    margin-top: 20px;
    width: 260px;
    list-style-type: none;
    padding: 0px;
    /*position: absolute;
    right: .5rem; */
}

.sc-fm4-box-menu li {
    margin-top: 10px;
    padding: 0px;
    /* font-size: 14px; */
    /* text-align: right; */
}

.sc-fm4-load-view {
    box-shadow: inset 0 0 0 0 var(--fp-main-color);
    color: var(--ec-main-color);
    padding: .25rem .5rem .25rem .5rem !important;
    /* margin: 0 -.25rem; */
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    font-size: 20px;
}

.sc-fm4-load-view:hover {
    color: #fff;
    padding: .25rem .5rem .25rem .5rem;
    box-shadow: inset 260px 0 0 0 var(--fp-main-color);
}

/* ------------ version 5 ------------ */

.sc-fm5-main {
    background: url("../../imgs/platform_usr_bck-01.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sc-fm5-container {
    width: 1200px;
    height: 600px;
    background-color: #fff;
    /* box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5) !important; */
    box-shadow: 12px 4px 4px 2px rgba(0, 0, 0, 0.1);
}

.sc-fm5-app-logo {
    width: 128px;
}

.sc-fm5-ec-section {
    width: 600px;
    height: 600px;
    background-color: #ccc;
    background-image: url('../../imgs/bg_fm_control_op.svg');
    background-repeat: no-repeat;
    background-position: 0 260px;
    margin: 0;
    padding: 1rem;
}

.sc-fm5-fp-section {
    width: 300px;
    height: 600px;
    background-color: #eee;
    margin: 0px;
    padding: 1rem;
}

.sc-fm5-column-wrapper {
    height: 100%;
}

.sc-fm5-fp-title {
    font-size: 125%;
    color: #fff;
    padding: 4px 10px 4px 10px;
    /*text-align: right; */
    background-color: var(--fp-main-color);
}

.sc-fm5-user-managed-badge {
    width: 300px;
    position: absolute;
    left: 15px;
    height: 160px;
    padding-top: 12px;
    bottom: 100px;
    background-color: rgba(255, 255, 255, 0.7);
}

.sc-fm5-user-managed-badge IMG {
    display: block;
    /* position: absolute; */
    margin-left: auto;
    margin-right: auto;
    /* left: 86px; */
    width: auto;
    max-height: 144px;
}

.sc-fm5-user-badge {
    width: 300px;
    position: absolute;
    left: 15px;
    height: 100px;
    display: flex;
    padding-top: 4px;
    padding-left: 10px;
    bottom: 0px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
}

.sc-fm5-user-badge-avatar {
    /* here some */
    position: relative;
}

.sc-fm5-user-badge-avatar .sc-fm5-user-badge-notification {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 32px;
    right: 0px;
    background-color: #990000;
    border-radius: 50%;
    text-align: center;
}

.sc-fm5-user-badge-notification I {
    position: absolute;
    top: 3px;
    left: 3px;
    color: white;
    font-size: 60%;
}

.sc-fm5-user-company-name {
    padding-top: 4px;
    color: var(--ec-main-color);
    font-size: 110%;
}

.sc-fm5-user-company-name:hover {
    color: #147ce1;
}

.sc-fm5-icon-logout {
    position: absolute;
    color: #666 !important;
    /* width: 100%; */
    /* padding-right: 10px;
    padding-top: 40px;
    text-align: right; */
    right: 10px;
    bottom: 10px;
}

.sc-fm5-icon-logout:hover {
    color: var(--fp-main-color) !important;
}


/* ------------ version 6 ------------ */

.sc-fm6-main {
    background: url("../../imgs/platform_usr_bck-01.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sc-fm6-container {
    width: 80%;
    height: 600px;
    background-color: #fff;
    /* box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5) !important; */
    box-shadow: 12px 4px 4px 2px rgba(0, 0, 0, 0.1);
}

.sc-fm6-user-managed-badge {
    width: 100%;
    position: absolute;
    left: 15px;
    height: 160px;
    padding-top: 12px;
    bottom: 100px;
    background-color: rgba(255, 255, 255, 0.7);
}

.sc-fm6-user-badge {
    width: 100%;
    position: absolute;
    left: 15px;
    height: 100px;
    display: flex;
    padding-top: 4px;
    padding-left: 10px;
    bottom: 0px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
}

.sc-fm6-user-managed-badge IMG {
    display: block;
    /* position: absolute; */
    margin-left: auto;
    margin-right: auto;
    /* left: 86px; */
    width: auto;
    max-height: 144px;
}

.sc-fm6-fp-section {
    width: 300px;
    height: 600px;
    background-color: #ddd;
    background-image: url('../../imgs/bg_fm_cash_op.svg');
    background-repeat: no-repeat;
    background-position: 0 260px;
    margin: 0px;
    padding: 1rem;
}

.sc-fm6-bc-section {
    width: 300px;
    height: 600px;
    background-color: #eee;
    background-image: url('../../imgs/bg_fm_certification_op.svg');
    background-repeat: no-repeat;
    background-position: 100px 260px;
    margin: 0px;
    padding: 1rem;
}

.sc-fm6-column-wrapper {
    height: 100%;
    width: 95%;
}

.sc-fm6-box-menu {
    margin-top: 20px;
    width: 100%;
    list-style-type: none;
    padding: 0px;
    /*position: absolute;
    right: .5rem; */
}

.sc-fm6-box-menu li {
    margin-top: 10px;
    padding: 0px;
    /* font-size: 14px; */
    /* text-align: right; */
}


.sc-fm6-bc-title {
    font-size: 125%;
    color: #fff;
    padding: 4px 10px 4px 10px;
    /*text-align: right; */
    background-color: var(--bc-main-color);
}

.sc-fm6-load-view {
    box-shadow: inset 0 0 0 0 #aaa;
    color: var(--ec-main-color);
    padding: .25rem .5rem .25rem .5rem !important;
    /* margin: 0 -.25rem; */
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    font-size: 20px;
}

.sc-fm6-load-view:hover {
    color: #fff;
    padding: .25rem .5rem .25rem .5rem;
    box-shadow: inset 260px 0 0 0 #aaa;
}

/* ------------------------------------*/

.sc-appchoice-page {
    padding: 0px !important;
}

.sc-appchoice-mainlogo {
    margin: 0px !important;
    height: 160px;
    background-color: #293a50;
    text-align: center;
    border-bottom: solid 3px rgba(255, 255, 255, 0.2);
}

.sc-appchoice-mainlogo img {
    margin-top: 8px;
    width: 80px;
}

.sc-appchoice-background {
    background-color: rgba(255, 255, 255, .05);
}

.sc-featuremenu-background {
    background-color: rgba(255, 255, 255, .05);
    min-height: 315px;
    max-width: 700px;
}

.sc-featuremenu-background-left {
    background-color: rgba(255, 255, 255, .05);
    margin-right: 10px;
    min-height: 315px;
    max-width: 200px;
}


/*
html, body {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
*/

.container-fostrap {
    display: table-cell;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
}

.fostrap-logo {
    width: 100px;
    margin-bottom:15px
}
h1.heading {
    color: #fff;
    font-size: 1.15em;
    font-weight: 900;
    margin: 0 0 0.5em;
    color: #505050;
}
@media (min-width: 450px) {
    h1.heading {
        font-size: 3.55em;
    }
}
@media (min-width: 760px) {
    h1.heading {
        font-size: 3.05em;
    }
}
@media (min-width: 900px) {
    h1.heading {
        font-size: 3.25em;
        margin: 0 0 0.3em;
    }
}
.sc-fm-card {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}
.sc-fm-card:hover {
    box-shadow: 0 16px 34px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.img-card {
    width: 100%;
    height:200px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    display:block;
    overflow: hidden;
}
.img-card img{
    width: 100%;
    height: 200px;
    object-fit:cover;
    transition: all .25s ease;
}
.sc-fm-card-content {
    padding:15px;
    text-align:left;
}
.sc-fm-card-title {
    margin-top:0px;
    font-weight: 700;
    font-size: 1.65em;
}
.sc-fm-card-title a {
    color: #000;
    text-decoration: none !important;
}
.card-read-more {
    border-top: 1px solid #D4D4D4;
}
.card-read-more a {
    text-decoration: none !important;
    padding:10px;
    font-weight:600;
    text-transform: uppercase
}

.sc-ec-featuremenu-title {
    color:  var(--ec-main-color) !important;
}

/* ---------------------- version 7 ---------------------- */

.sc-fm7-app-logo {
    width: 108px;
}

.sc-fm7-title {
    display: flex;
    margin-top: 54px;
    font-size: 110%;
    /* font-weight: bold;*/
    color: #fff;
    width: 100%;
    height: 54px;
    padding: 12px 6px 4px 6px;
    align-items: center;
}

.sc-fm7-ec-title {
    background-color: var(--ec-main-color);
}

.sc-fm7-fp-title {
    background-color: var(--fp-main-color);
}

.sc-fm7-bc-title {
    background-color: var(--bc-main-color);
}

.sc-fm7-box-menu {
    margin-top: 20px;
    width: 100%;
    list-style-type: none;
    padding: 0px;
    /*position: absolute;
    right: .5rem; */
}

.sc-fm7-box-menu li {
    margin-top: 4px;
    padding: 0px;
    /* font-size: 14px; */
    /* text-align: right; */
}

.sc-fm7-load-view {
    box-shadow: inset 0 0 0 0 #aaa;
    color: var(--ec-main-color);
    padding: .1rem .25rem .1rem .25rem !important;
    /* margin: 0 -.25rem; */
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    font-size: 18px;
}

.sc-fm7-load-view:hover {
    color: #fff;
    padding: .1rem .25rem .1rem .25rem;
    box-shadow: inset 260px 0 0 0 #aaa;
}
