/* Main Style for svc.imonmgc.de */

body {
    background-color: #000;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 18px;
    margin: 0 auto;
    padding-left: calc(50vw - 500px);
    padding-right: calc(50vw - 500px);
    min-width: 1000px;
    /* width:1000px; */
    text-align: center;
    transition: filter 0.3s;
}
div#bgimage {
    background-image: url(/assets/svc-bg.png);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    filter: blur(2px);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-color: #000; */
    background-position-x: 20px;
    background-position-y: 20px;
}
a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
img.sstat {
    height: 16px;
    width: 16px;
}
button {
    color: #fff;
    background-color: #000;
    border: none;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s;
}
button:hover {
    background-color: #fff;
    color: #000;
}
button#spwc {
    font-size: 18px;
    color: #fff;
    background-color: rgba(255,255,255,0.15);
    cursor: pointer;
    float: left;
    height: 38px;
    width: 202px;
    padding: 2px;
    border: none;
}
div#banner {
    width: 100%;
    /* border-bottom: 2px solid rgba(255,255,255,0.5); */
    padding: 5px 0;
}

div#banner a {
    text-decoration: none;
    color: #fff;
}
div#banner a p {
    font-size: 35px;
    line-height: 35px;
    margin: 0;
}
div#content {
    height: calc(100vh - 85px);
    margin-top: 2px;
    scrollbar-width: none;
    /*overflow-x: none;*/
    overflow-y: auto;
}
div.flake {
    cursor: default;
}
div.border {
    width: 100vw;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.5);
    position: fixed;
    left: 0;
}
div#navbar {
    height: 36px;
    margin-top: 2px;
}
ul#navbar {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul#navbar button {
    color: #fff;
    background-color: rgba(255,255,255,0.15);
    cursor: pointer;
    float: left;
    height: 36px;
    width: 80px;
    padding: 2px;
    border: none;
    border-right: 1px solid rgba(255,255,255,0.5);
}
ul#navbar button:hover, ul#navbar button.navi_active, button.special:hover, button#spwc:hover {
    color: #000;
    background-color: #fff;
}
ul#navbar button.special {
    border: none;
    border-left: 1px solid rgba(255,255,255,0.5);
    float: right
}
div#login {
    margin-top: 10px;
}
div#register {
    margin-top:10px;
}
input.loginform, input.regform, input.changepw {
    height: 34px;
    width: 198px;
    border: 1px solid transparent;
}
input.pwc[type=checkbox] {
    background: url(/assets/nope.png) center no-repeat;
    background-size: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 38px;
    width: 38px;
    margin: 0px;
    vertical-align: middle;
}
span.pwc {
    display: inline-block;
    margin: 0;
}
input.pwc[type=checkbox]:checked {
    background: url(/assets/yep.png) center no-repeat;
    background-size: 100%;
}
div.pwcheck span {
    font-size: 12px;
    cursor: help;
}
input {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
}
input.special {
    font-size: 14px;
}
div#loginform button {
    color: #000;
    background-color: #fff;
    height: 38px;
    width: 100px;
    cursor: pointer;
    border: 1px solid transparent;
    margin-top: 10px;
}

div#loginform button:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.5);
}

div#loginform button:active {
    color: #000;
    background-color: #fff;
}

button#pwrst {
    margin-top: 0 !important;
    vertical-align: bottom;
}
p {
    margin: auto;
}
p#login_info {
    vertical-align: middle;
    display: table-cell;
    height: 36px;
    text-align: center;
    width: 1000px;
}
select {
    height: 40px;
    width: 200px;
    color: #fff;
    background-color: rgba(255,255,255,0.2);
    font-size: 18px;
    border: none;
    cursor: pointer;
}

select option {
    color: #fff;
    background-color: #000;
    font-size: 18px;
    border: none;
}
