/* Main Style for arkc.imonmgc.de */
@font-face {
    font-family: dbdgkl;
    src: url(/assets/dbd_font.ttf);
}

body {
    background-image: url(/assets/dbd-killerdb-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 14px;
    margin: auto;
    padding: 0;
    width:1000px;
    max-height: 100vh;
    text-align: center;
}

/* Allgemeiner Style */
/* Links */
a {
    color: #fff;
    text-decoration: none;
}
a#register {
    cursor: pointer;
    color: #fff;
    height: 36px;
    width: 70px;
    font-weight: bold;
    background-color: #000;
    /*display: inline;*/
    padding: 10px;
    transition: color 0.5s, background-color 0.5s;
}
a#register:hover {
    color: #000;
    background-color: #fff;
}
button {
    cursor: pointer;
    color: white;
    background-color: #000;
}
button#killeradd{
    margin-top: 20px;
    width: 100%;
    height: 36px;
}
/*
** Bereiche
*/
div.top {
/*    background-color: rgba(255,255,255,0.5);*/
    border: 2px solid rgba(255,255,255,0.5);
}
/* User Options */
button.options {

    height: 36px;
    padding: 8px 30px 8px 8px;
    line-height: 20px;
    border-top: 2px solid rgba(255,255,255,0.5);
    border-right: 2px solid rgba(255,255,255,0.5);
    border-bottom: none;
    border-left: none;
    cursor: pointer;
    transition: color 0.5s, background-color 0.5s;
}

div.options {
    position: absolute;
    margin-top: 5px;
    
}

div.drop {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    width: 120px;
    z-index: 1;
    transition: opacity 0.5s;
}

div.drop a {
    color: #000;
    line-height: 20px;
    font-size: 14px;
    padding: 8px;
    border-top: 2px solid rgba(255,255,255,0.5);
    display: block;
    transition: color 0.5s, background-color 0.5s;
}

div.drop a:hover {
    color: #fff;
    background-color: #000
}

div.options:hover div.drop {
    display: block;
    opacity: 1;
}

div.options:hover button.options {
    color: #000;
    background-color: #fff;
}
/* /User Options */
div.banner {
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    width: 100%;
    height: 49px;
    margin-top: 5px;
    padding: 5px 0;
    margin-bottom: 0px;
}
div.banner p {
    cursor: default;
    font-family: dbdgkl;
    font-size: 35px;
    margin: auto;
}
div.banner p span {
    transition: color 0.333s;
}
div.banner p span:hover {
    color: red;
}
div#navbar {
    background-color: transparent;
    border-top: 2px solid rgba(255,255,255,0.5);
}
div#content {
    border-left: 2px solid rgba(255,255,255,0.5);
    border-right: 2px solid rgba(255,255,255,0.5);
    /*border-bottom: 2px solid rgba(255,255,255,0.5);*/
    padding-top: 20px;
    min-height: calc(100vh - 128px);
    max-height: calc(100vh - 128px);
    overflow-y: auto;
    overflow-x: hidden;
}
div#listcontent {
    overflow-y: auto;
}
img.perks {
    height: 64px;
    width: 64px;
}
input[type=submit] {
    cursor: pointer;
    color: #fff;
    border: none;
    font-weight: bold;
    background-color: transparent;
    transition: color 0.5s, background-color 0.5s;
}
input[type=submit]#killeradd, input[type=submit]#register {
    height: 36px;
    width: 100%;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    border-left: none;
}
input[type=submit]:hover {
    color: #000;
    background-color: rgba(255,255,255,1);
}

p {
    font-size: 16px;
}
p.error {
    color: red;
}
select {
    background-color: rgba(0,0,0,0.1);
    border: none;
    height: 25px;
    cursor: pointer;
}
table {
    width: 100%;
    margin: 0;
    text-align: center;
}
table#killerlist tr td {
    border-bottom: 2px solid rgba(255,255,255,0.5);
    min-width: 50px;
}
table tr td div.tdw {
    height: 90px;
    width: auto;
    overflow-y: auto;
   /* overflow-x: hidden;*/
    padding: 0 5px 0 5px;
}
table tr th {
    border-bottom: 2px solid rgba(255,255,255,0.5);
    padding-bottom: 20px;
}
table tr th#perks {
    border-right: 2px solid rgba(255,255,255,0.5);
    padding-top: 20px;
}
table#perks {
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255,255,255,0.5);
}
table#killerdata {
    border-bottom: 2px solid rgba(255,255,255,0.5);

}
table#killer_submitted {
    width: auto;
}
table#killer_submitted tr td {
    text-align: left;
}
table#register {
    padding: 20px;
}
table#register td input {
    transition: color 0.5s, background-color 0.5s;
}
table#register td input:focus {
    color: #fff;
    background-color: transparent;
}
input#SteamID, textarea#Killer_Name, textarea#Comment {
    width: 90%;
    height: 75px;
}
input#SteamID_search {

}
input[type=checkbox] {
    cursor: pointer;
}
input.killer[type=checkbox], input.perk[type=checkbox] {
    height: 64px;
    width: 64px;
    -webkit-appearance: none;
    -moz-appearance: none; 
    transition: border 0.5s, opacity 0.5s;
    opacity: 0.4;
    border: 1px solid transparent;
    border-radius: 32px;
}
input.perk[type=checkbox]:checked {
    opacity: 1;
    border: 1px solid red;
}
input.killer[type=checkbox] {
    opacity: 0.5;
	margin: 1px;
}
input.killer[type=checkbox]:checked {
    opacity: 1;
    border: 1px solid red;
}

input[type="checkbox"]:disabled {
    opacity: 0.25;
}
/* 
** NAVBAR
*/
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 36px;
}
ul.navbar li {
    float: left;
    position: relative;
    border-right: 2px solid rgba(255,255,255,0.5);
}
ul.navbar li a, ul.navbar li a:visited, ul.navbar li p#killer_count {
    display: block;
    width: 104px;
    height: auto;
    line-height: 20px;
    padding: 8px;
    text-align: center;
    transition: color 0.5s, background-color 0.5s;
}
ul.navbar li p#killer_count {
    width: auto;
}
ul.navbar li a:hover {
    display: block;
    color: #000;
    background-color: #FFF;
    line-height: 20px;
    padding: 8px;
}
ul.navbar li ul, ul.navbar li:hover ul li ul {
    display: none;
    background-color: rgba(0,0,0,0.85);
}
ul.navbar li:hover ul {
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    height: auto;
}
ul.navbar li:hover ul li a {
    display: block;
    text-align: left;
}
ul.navbar li:hover ul li:hover ul {
    display: block;
    position: absolute;
    left: 120px;
    top: 0;
}