﻿/* #region CSS home page*/
.centerHomeContent {
    /*background-color: rgba(0, 0, 0, 0);*/
    background: #fff;
    /*background-image: linear-gradient(rgb(45, 169, 177) 0px, rgb(23, 130, 153) 50%, rgb(26, 76, 125) 100%);*/
    /*background-image: url('../HCS_Background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;*/
}

.hcs-home-background {
    position: fixed;
    left: 0;
    right: 15px;
    bottom: 0;
    top: 15px;

    > .image {
        width: 100%;
        height: 100%;
        background-image: url(../../HCS_Background.png);
        background-repeat: no-repeat;
        opacity: 0.5;
        /*background-position: left;
        background-size: cover;*/
    }
}


.centerHomeContent section {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

.lv-checkbox-list {
    margin: 0 !important;
}

.hcsHomeMargin {
    margin: 3px 3px;
}


.lv-homepage-list-module-title {
    margin-bottom: 10px;
}

.lv-homepage-list-module-title-small span.sapMText {
    color: #FFF !important;
    font-size: 0.8rem !important;
    font-weight: normal;
}

.lv-homepage-list-module-title-large .sapMText {
    color: #FFF !important;
    font-size: 1.4rem !important;
    font-weight: normal !important;
}

.lv-homepage-icon-list-module {
    margin-left: 5px;
}

.lv-homepage-icon-list-module span.sapUiIcon {
    font-size: 1rem;
}

.lv-homepage-title-module {
    font-size: 36px !important;
    color: #8A8A63 !important;
    font-family: segoe_ui_light, Arial, sans-serif !important;
}

.lv-homepage-title-module-bold {
    font-size: 36px !important;
    font-weight: bold !important;
    padding-left: 10px;
    font-family: segoe_ui_light, Arial, sans-serif !important;
}

.lv-homepage-title-module-description {
    font-family: segoe_ui_light, Arial, sans-serif !important;
}

.lv-homepage-selected-module span.sapMText {
    color: #27BA86 !important;
}
/*#endregion CSS home page*/
