﻿@font-face {
    font-family: 'SwecoSans';
    font-style: normal;
    src:url("../fonts/SwecoSans-Regular.woff") format('woff')
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: SwecoSans;
}

.header {
    background: #4d535a;
    padding: 10px;
    overflow:hidden; 
    height:60px;
    font-family: SwecoSans;
    
}

.header-logo {
    background-image:url(../img/sweco-logo.svg);
    height: 35px;
    width: 180px;
    margin: 10px;
}

.project-model-container {
    color: white;
    display: inline-block;
    position: relative;
    top: -12px;
    left: 60px;
}

.project-model-container > label {
    font-size: 18px;
}

.project-model-container > select {
    font-family: SwecoSans;
    font-size: 16px;
    margin: 0 15px 0 10px;
    width: 240px;
}

.project-model-container > span {
    font-family: SwecoSans;
    font-size: 14px;
    margin: 0px 0px 0px 15px;
    display: inline-block;
    width: 180px;
    text-align: left;
    position: relative;
    
}

.project-model-container > button {
    color: white;
    cursor: pointer;
    background: #4d535a;
    border: solid #e6e6e6 2px;
    font-family: SwecoSans;
    font-size: 16px;
}

.user-container {
    color: white;
    font-family: SwecoSans;
    font-size: 16px;
    top: 5px;
    position: relative;
    float: right;
}

.user-container > span:first-of-type {
    margin: 0 10px 0 0;
}

.user-container > span:nth-of-type(2) {
    cursor: pointer;
}

.dropdown-menu {
    background-color: #4d535a;
    border: solid #e6e6e6 1px;
    list-style: none;
    padding: 5px;
    width: 160px;
    position: absolute;
    z-index: 10;
    font-family: SwecoSans;
    color: white;
}

.dropdown-menu li {
    cursor: pointer;
    margin: 2px;
}

.dropdown-menu li:hover {
    background-color: #808080;
}

.system-information {
    background-color: white;
    border: solid #4d535a 1px;
    position: absolute;
    left: calc(50% - 200px);
    width: 500px;
    margin: 20px auto;
    padding: 10px;
    z-index: 10;
    font-family: SwecoSans;
    font-size: 16px;
}

.system-information .title {
    position: relative;
    top: -15px;
    font-size: 18px;
    font-weight: bold;
}

.system-information > span {
    cursor: pointer;
    position: relative;
    left: 490px;
    top: -6px;
}

main {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
}

#busy-indicator {
    background:url("../img/busy.gif") no-repeat center;
    display: block;
    margin: 60px auto;
    height: 60px;
    width: 60px;
}

#busy-indicator.hidden {
    display: none;
}

.viewer {
    position: absolute;
    height: 100%;
    width: 100%;
}

.issues-dock-container {
    position: relative;
    height: 0%;
    width: 100%;
}

.login-form {
    position: relative;
    margin: 20px auto;
    width: 340px;
}

.login-form > div {
    line-height: 30px;
}

.login-form > div > label {
    float: left;
    margin: 0 10px 0 0;
    text-align: right;
    width: 100px;
}

.login-btn {
    font-family: SwecoSans;
    font-size: 16px;
    height: 30px;
    width: 228px;
    margin: 20px 0 20px 60px;
    text-align: center;
}

.login-separator 
{
    background: white; 
    margin: -1.5rem auto 0.5rem;
    text-align: center; 
    width: 3rem;
    color: #9e9ea6;
    font-size: 1rem;
}

.error-popup {
    color: #ff6763;
    display: block;
    text-align: center;
}

.hidden {
    display: none;
}

.login-help {
    float: left;
    margin: 0 10px 0 0;
    width: 350px;
    text-align: center;
}