body {
    background-size: cover !important;
}
.bg-indigo {
    /*background: linear-gradient( 180deg, #ED1C24 53.29%, #ED1C24 77.04%, #A61E2F 115.43%, #A61E2F 131.65%);*/
    background: linear-gradient(270.12deg, #1c8387 48.54%, #0c5e61 99.24%);  /*#FAEE91 48.54%, #FEFFDB 99.24%*/
    border-color: #ED1C24;
    color: #fff;
}

    .logo_left {
        float: left;
        margin-top: 9px;
        margin-left: 10px;
    }

    ul.fl li {
        float: left;
        list-style: none;
        padding-left: 30px;
        line-height: 55px;
        font-size: 17px;
    }

    ul.fl {
        margin-left: 0;
        padding-left: 0;
    }

    .menu_l {
        margin-left: 20px;
    }

    .bgright {
        background: url(dist/img/bgright.png) no-repeat;
        min-height: 60px;
        padding-left: 70px;
        min-width: 460px;
        float: right;
        position: absolute;
        right: 0;
    }

    .pright {
        display: flex;
        float: right;
        margin-right: 13px;
        margin-top: 5px;
    }

    .Fullname {
        margin-right: 13px;
        line-height: 20px;
        font-size: 17px;
        font-weight: bold;
        margin-top: 5px;
    }

    .Imgname {
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 50%;
        background: white;
        text-align: center;
    }

        .Imgname img {
            height: 50px;
        }

    .content_page {
        display: flex;
    }

    .sideBar {
        width: 240px;
        border-right: 1px solid #CCC;
        min-height: 500px;
        background: white;
    }

    .contentpage {
        margin-left: 12px;
        margin-top: 10px;
        overflow: auto;
        width: calc(100% - 240px);
        padding-bottom: 20px;
    }

    img.brand-image1 {
        /*width: 100px;*/
        margin-top: -9px;
    }

    .navigation {
        margin: 10px;
        padding: 10px 0;
        list-style: none;
        position: relative;
        padding-top: 0;
    }

    .sidebar-default .navigation .navigation-header, .sidebar-default .navigation .navigation-header a {
        color: #999999;
    }

    .navigation .navigation-header, .navigation .navigation-header a {
        color: rgba(255, 255, 255, 0.5);
        font-weight: 400;
    }

    .navigation .navigation-header {
        min-height: 30px;
        border-bottom: 0;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 1.82;
    }

    .navigation li {
        position: relative;
    }

    .bg-title {
        background: linear-gradient( 180deg, #EB2629 12.5%, #BE1128 231.25%);
        box-shadow: 0px 5px 24px rgb(235 38 41 / 30%);
        border-radius: 6px;
        padding: 5px;
        text-align: center;
        font-size: 14px;
    }

    .bg-homekpi {
        background: linear-gradient( 180deg, #EB2629 12.5%, #BE1128 231.25%);
        box-shadow: 0px 5px 24px rgb(235 38 41 / 30%);
        border-radius: 6px;
        padding: 8px;
        color: #FFF;
    }

    .navigation li + li {
        margin-top: 1px;
    }

    .navigation li {
        position: relative;
    }

    .sidebar-default .navigation li > a.active {
        background-color: #FFC20E;
        border-radius: 4px;
    }

    .navigation li > a {
        color: #333333 !important;
    }

    .navigation > li > a {
        padding: 10px 10px;
        min-height: 44px;
        font-weight: 500;
    }

    .navigation li a {
        color: rgba(255, 255, 255, 0.75);
        display: block;
        -webkit-transition: background 0.15s linear, color 0.15s linear;
        -o-transition: background 0.15s linear, color 0.15s linear;
        transition: background 0.15s linear, color 0.15s linear;
    }

    span.iconhomecate {
        padding-right: 5px;
    }

    .iconhomecate img {
        width: 36px !important;
    }

    .bg-title span {
        color: white;
        font-size: 15px;
        line-height: 40px;
        padding-left: 20px;
    }

    .iconhome {
        position: absolute;
        margin-left: -35px;
        margin-top: -2px;
    }

    .navigation li > a.active {
        background-color: #FFC20E;
        border-radius: 4px;
    }

    .mt-10 {
        margin-top: 10px !important;
    }

    .iconhome img {
        height: 30px;
    }

    .nameMenu {
        display: flex;
    }

    .bg-homekpi span {
        color: #FFF;
    }
	
	.content_page
{
    display:flex;
}
.sideBar {
    width: 240px;
    border-right: 1px solid #CCC;
    min-height: 500px;
    background: white;
}
.contentpage {
    margin-left: 12px;
    margin-top: 10px;
    overflow: auto;
    width: calc(100% - 240px);
    padding-bottom:20px;
}

thread {
    background: #F4F6F8 !important;
}

body {
    font-family: 'Open Sans',Arial !important;
    font-size: 13px !important;
}

.navigation li > a.active {
    border-left: 1px solid red;
    border-right: 1px solid red;
}
.menu-link .nav-link {
    font-size: 1.1em !important;
}

.nav-item .nav-link {
    font-size: 1.1em !important;
}