html {
    font-size: 10px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 5px;
    margin-left: 5px;
    width: 100%;
}

.h3 {
    font-family: Roboto Regular, Arial, sans-serif;
    font-size: 2em;
    color: firebrick;
    font-weight: 700;
    line-height: 2.8rem;
    display: inline-block
}

.h5 {
    font-family: Roboto Regular, Arial, sans-serif;
    font-size: .8em;
    color: #000000;
    font-weight: 700;
    line-height: 2.8rem;
    display: inline-block;
    border-bottom: 1px solid black;
    width: 100%;
 }

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-center {
    text-align: center;
}

.mainContent container {
    padding-left: 25px;
    padding-right: 25px
}

.mainContent .page-header {
    border-bottom: 0 none;
    margin: 20px 0px 5px 0px;
}

.card-elevated {
    box-shadow: 0 0.2rem 2rem #0000001f;
    border: none;
    background-color: #fff0;
}

.card-grid {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    margin-right: 10px;
    margin-left: 10px;
}

.card-grid .card {
    padding: 1.6rem;
    border-radius: 12px;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    font-family: Roboto Regular, Arial, sans-serif;
    background-color: #fff;
}

.card-grid .card-title {
    font-size: 1.5em;
    color: firebrick;
    font-weight: 700;
    line-height: 2.8rem;
    display: inline-block
}

.card-grid .card-header span[class^="brand-"] {
    font-size: 3.2rem;
    color: #000000;
}

.card-grid card-header {
    padding: 0 0 1.4rem 0;
    background-color: #fff;
    border-bottom: 0px;
    height: 72px
}

.card-grid .card-header .widget-title small {
    display: block
}

.card-grid .card-footer {
    padding: 2.4mm 0 0 0;
    background-color: #fff;
    border-top: 0px;
}

.card-grid .card-footer .brand-SystemRight {
    font-size: 1.6rem;
    vertical-align: text-bottom;
}

.card-grid .card-body {
    padding: .5em;
    max-height: 216px;
    overflow: auto;
    height: 216px;
    font-size: 1.4em;
}

.card-grid .card-body.hasScrollBar {
    padding-right: 1.6rem;
}

.div-parent-img {
    display: flex;
    justify-content: center;
    margin-right: 10px;
    margin-left: 10px;
}

.div-img-main {
    width: 50%;
    height: auto;
}

.img-main {
    border-radius: 12px;
    transition: .2s;
    max-width: 100%;
}

.div-img-dyn {
    margin-left: 25px;
    width: 50%;
    height: auto;
    align-content: center;
}

.img-dyn {
    border-radius: 12px;
    transition: .2s;
    max-width: 100%;
}

.div-img-temp {
    position: absolute;
    top: 20px;
    display: inline-block;
    width: 18%;
}

.img-temp {
    display: block;
    width: 100%;
    height: auto;
}

.title {
    font-weight: bold;
    float: left;
    width: 300px;
}

.title-img {
    display: inline-block;
}

.value {
    font-weight: normal;
    float: left;
    width: 100px;
}

.black {
    color: black;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.green {
    color: green;
}

.yellow {
    color: #F6BE00;
}

.hlx-table {
    width: 100%;
    padding: 0;
    margin:0;
    border: none;
    background-color: #fff;
    color: #000;
    border-collapse: collapse;
    border-spacing: 0;
    word-wrap: break-word;
}

.hlx-table tr {
    position: relative;
    overflow: hidden;
    border: none;
}

.hlx-table tr td {
    position: relative;
    font-size: 1.6rem;
    line-height: 2.4rem;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    font-family: Roboto Regular, Arial, sans-serif;
}

.text-right {
    text-align: right !important;
}

.background-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--height);
    z-index: 0;
}
