@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

html,body {
    font-family: 'Roboto Condensed', 'Arial', sans-serif;
    font-size: 16px;
}

p {
    font-size: 1em;
}

#footer {
    background: #000000;
    font-size: 12px;
    height: 45px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 999;
    color: white;
}
#header {
    background: black;
    height: 80px;
    overflow: hidden;
}
#header-center {
    margin: -80px auto;
}
#header-company-logo {
	background: url(https://devstatic.vermeer.com/sspr/vermeer-logo.svg);
	background-repeat: no-repeat;
    position: relative;
    height: 80px;
}
#header-balance-div {
    position: absolute;
    text-align: left;
    border-width: 0;
    top: 0;
    left: 320px;
    width: 20%;
    background: black;
    height: 80px;
}
/* #header-balance-div:before {
	content: '';
    border-style: solid;
    border-width: 0 0 80px 45px;
    border-color: transparent transparent #000 transparent;
    position: absolute;
    top: 0;
    left: -45px;
} */

#header-title {
	display: none;
    padding: 20px;
	font-size: 28px;
}
#header-page {
    font-family: 'Roboto Condensed', 'Arial', sans-serif;
    position: absolute;
    top: 16px;
    font-size: 32px;
}
#centerbody {
	margin-top: 35px;
}
#centerbody.tall {
    top: 125px;
}
#centerbody.tile-centerbody {
    margin-top: 25px;
}
.formFieldLabel {
    font-size: 1em;
    padding-bottom: 10px;
}
.btn[type="submit"] {
    background: #ffc425;
    color: black;
	font-size: 15px;
	border: 2px solid #e1a907;
}
.btn[id="button-cancel"] {
    background: #efefef;
    border: 2px solid #ccc;
}
.btn[id="button-cancel"]:hover {
    background: #ccc;
    border: 2px solid #ccc;
}
.btn {
    background: #ffc425;
    border: 2px solid #e1a907;
    font-size: 15px;
    color: black;
    font-weight: 700;
    border-radius: 0px;
    padding: 0.5em 1.5em;
    text-transform: uppercase;
    transition: 0.2s ease-out;
    font-family: 'Roboto Condensed', 'Arial', sans-serif;
}
.btn:hover {
    background: #e1a907;
    border: 2px solid #e1a907;
}
.inputfield {
    height: 26px;
    padding-left: 5px;
    border-radius: 0px;
}
.inputfield:focus {
    outline-color: #00703c;
}
.tile:hover {
    border: 1px solid #00703c;
}

#footer .infotext {
	display: none;
}
#footer-content {
    padding-bottom: 15px;
}