﻿#container {
    /* background-color: #f4f6f9; */
    min-width: 1000px;
}

#content-header {
    /* background-color: red; */
    /* padding: 10px; */
}

#content-header img.title-logo {
    width: 200px;
    height: 45px;
}

#content-header div.title {
    margin-left: 10px;
    font-size: 30px;
    font-weight: bold;
    color: white;
}

img.icon {
    min-height: 100%;
    object-fit: contain;
    padding: 5px 5px 50px 5px;
}

.body-background {
    background: url(../../img/portal/1112-02-portal-background-A.png) top left / 100px 50px fixed;
}

.header-gradation {
    background: no-repeat url(../../img/portal/1112-giga-05.png) #B7C5E0;
    padding: 10px;
}

.header-label {
    margin-left: 10px;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.portal-icon {
    max-height: 100%;
    object-fit: contain;
    padding: 5px 5px 50px 5px;
}

.line-1 {
    border-color: #eda43a;
}

.line-2 {
    border-color: #44948d;
}

.line-3 {
    border-color: #1966a5;
}