html, body {
    height: 99%;
}

/*
||      Splash page
*/

.splash-container {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:80%;
}

.splash-logo {
    background: url( "../resources/images/InsightCM_logo.svg" ) no-repeat;
    background-size: 201px 110px;
    height: 110px;
    width: 201px;
}

.splash-loading {
    height: 32px;
    font: 400 14px tahoma, arial, verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}


/*
||      Header bar
*/

.desktop-title-bar .insightcm-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
}

.insightcm-heading .insightcm-title {
    font-size: 1.8em;
    font-weight: 600;
    margin-left: 10px;
}

.insightcm-heading .insightcm-title-tm {
    vertical-align: top;
    position: relative;
    top: -0.7em;
}

.insightcm-heading .insightcm-title-img {
    height: 60px;
    margin-left: 10px;
    object-fit: cover;
    object-position: 0px -30px;
    position: relative;
    top: 11px;
}

.icm-license-state-evaluation {
    display: none;
}

.icm-evaluation .icm-license-state-evaluation {
    display: inline !important;
    font-size: 1.8em;
    font-weight: 400;
    margin-left: 5px;
}

.icm-license-state-unlicensed {
    display: none;
}

.icm-unlicensed .icm-license-state-unlicensed {
    display: inline !important;
    font-size: 1.8em;
    font-weight: 400;
    margin-left: 5px;
}

/*
||      Login page
*/

.insightcm-welcome-panel {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.insightcm-welcome-panel .welcome-image {
    height: 110px;
    width: 201px;
    vertical-align: middle;
}

.icm-login-help-button {
    background-color: transparent !important;
    border-width: 0px !important;
}

.icm-login-help-button .fa-question-circle {
    color: #8E78B7 !important;
}

.icm-login-help-button:hover .fa-question-circle {
    color: #7A64A3 !important;
}

/*
||      About dialog
*/

.about-dialog .x-window-body {
    /* background-color: $ni-blue; */
}

.about-dialog .insightcm-identification-panel {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    box-sizing: content-box;
    color: rgb(0, 0, 0);
    cursor: auto;
    height: auto;
    line-height: 25px;
    text-align: left;
    display: flex;
    justify-content: center;
}

.insightcm-identification-panel .insightcm-logo {
    box-sizing: border-box;
    margin: 3px 3px 3px 3px;
    height: 110px;
}

.insightcm-identification-panel .insightcm-logo img {
    height: 110px;
    width: 201px;
}

.insightcm-identification-panel .insightcm-identification {
    height: 100%;
    width: 100%;
    flex: 1;
}

.insightcm-identification-panel .insightcm-identification .company-identification {
    margin-top: 5px;
    position: relative;
}

.insightcm-identification-panel .insightcm-identification .company-identification span {
    font-size: 0.7em;
    font-weight: 600;
    color: #B5C6D1;  // extracted from the About LabVIEW dialog
    font-weight: bold;
    margin-left: 2px;
    position: absolute;
    bottom: -8px;
}

.insightcm-identification-panel .insightcm-title {
    font-size: 2.2em;
    font-weight: 600;
    color: black;
}

.about-dialog .copyright-statement {
    font-size: 0.7em;
}

/* Dashboards */

.dashboard-panel {
    background-color: #D3D5D6;
}
