* {
    border: 0;
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

a:active, a:link, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

.container {
    background:white;
    line-height: 1.5;
    padding-bottom: 15px;
    padding-left: 32px;
    padding-top: 15px;
}

.header {
    background: #f1f1f2 url(../img/steps60.png) no-repeat left;
    height: 95px;
    margin-bottom: 10px;
}

.about-entry {
    background: #ffffff url(../img/bullet.png) no-repeat left;
    height: 22px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 2px;
}

.about-entry a {
    text-decoration: underline;
}

.version-section {
    display: flex;
}

.version-entry {
    background: #ffffff url(../img/bullet.png) no-repeat left;
    height: 22px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 2px;
    width: 180px;
}

.version-value {
    height: 22px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 2px;
}

.snapshot {
    margin-top: 18px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.snapshot a {
    text-decoration: underline;
}

.adminportal {
    padding-bottom: 2px;
    padding-top: 2px;
}

.adminportal a {
    text-decoration: underline;
}

.footer {
    background: #f1f1f2;
    font-size: 11px;
    height: 50px;
    margin-top: 10px;
    padding-right: 20px;
    padding-top: 10px;
    text-align: right;
    vertical-align: bottom;
    line-height: 22px;
}

.space20 {
    height: 20px;
}

a.button-orange {
    background-color: #ff4000;
    color: #ffffff;
    height: 20px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
}

.login {
    font-size: 11px;
    line-height: normal;
}

.login-box {
    border: darkgrey solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-width: 6px;
    border-right-width: 6px;
    border-left-width: 6px;
    border-top-width: 23px;
    font-size: 11px;
    height: 130px;
    margin: 0px auto 30px auto;
    width: 280px;
}

.login-box h1{
    color:#FFFFFF;
    font-size: 11px;
    height: 12px;
    margin-top: -22px;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:2px;
    width: 280px;
    line-height: 22px;
}

.login-form label {
    color:#4C4C4C;
    display:inline-block;
    font-size: 11px;
    font-weight:bold;
    height: 12px;
    width: 67px;
}

.login-form input,select {
    background:#FFFFFF;
    border-top: 1px solid #abadb3;
    border-left: 1px solid #dbdfe5;
    border-right: 1px solid #dbdfe5;
    border-bottom: 1px solid #dbdfe5;
    color:black;
    font-size:11px;
    padding:2px;
    width : 140px;
    box-sizing: border-box;
}

.login-form {
    display: inline-block;
    font-size:11px;
    line-height:normal;
    margin-top: 20px;
    margin-left: 30px;
}

.login-form div {
    height: 19px;
    margin-top: 6px;
}

.login-button {
    background-color:#467DCD;
    border: none;
    color: #ffffff;
    float : right;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    margin-top: 6px;
    width: 63px;
}

.login-text {
    font-size: 11px;
    line-height: 11px;
}

.logout-text {
    font-size: 11px;
    line-height: 11px;
}

.login-icon {
    background-image: url("../img/login_button.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 10px;
    font-size: 11px;
    line-height: normal;
}

.login-error{
    color: red;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    height:24px;
    margin-left : 30px;
    margin-top : 6px;
    width :217px;
}

.logout-box {
    position: absolute;
    right: 0px;
    top: 0px;
}

.logout-button {
    background-color:#467DCD;
    border: none;
    color: #ffffff;
    float : right;
    font-size: 11px;
    font-weight: bold;
    margin-top: 20px;
    margin-right: 20px;
    padding : 6px;
}

.logout-icon {
    background-image: url("../img/logout_button.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 10px;
    font-size: 11px;
    line-height: normal;
}