/* Welcome to Compass. In this file you should write your main styles. (or centralize your imports) Import this file using the following HTML or equivalent:  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.absolute {
    position: absolute;
}

.refresh-button {
    padding: 6px;
    cursor: pointer;
}

.relative {
    position: relative;
}

.top-right {
    top: 0;
    right: 0;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 12px;
    line-height: 18px;
    font-family: arial, sans-serif;
}

.container {
    padding: 16px;
    max-width: 296px;
}

.jobstatcontainer {
    padding: 16px;
    max-width: 240px;
}

.vertical {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.horizontal {
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.align-center {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-right {
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.layout {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex {
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.title {
    padding: 15px;
    text-align: center;
}

.content, form {
    border: 1px solid gray;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.button {
    padding: 3px 6px;
    display: inline-block;
    margin: 0;
    border: none;
    background-color: #1376be;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.form-item {
    padding-bottom: 6px;
}

.form-item:last-child {
    padding-top: 6px;
}

.float-right {
    float: right;
}

.center-text {
    text-align: center;
}

.jobCount {
    padding: 15px 0;
    font-size: 36pt;
}

.header-logo {
    background-image: url(images/logo_stellencockpitde.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 202px;
    height: 48px;
    z-index: 1;
}
.login {
    width: 300px;
}