@import url('https://fonts.googleapis.com/css?family=Ubuntu');
body {
    font-family: 'Ubuntu', sans-serif;
    /*color: white;*/ /*Normal*/
    color: #20FF00; /*Vorschlag*/
    text-align: center;
    background-color: #151515/*333333*/;
}



form {
    border: 4px solid #20FF00/*white*/;
    width: 400px;
    margin: 0px auto 0px auto;
    border-radius: 5px;
    height: auto;
    vertical-align: middle;
}

.btnRegister {
  color: #20FF00;
  font-size: 12.5px;
}
.btnRegister:hover{
  color: #72a8ff;
}

.form-upload {
    height: 160px;
}

#daslabel {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
}

/* Ausloggen Form gestalten */

#form-logout {
    height: 0px;
    border: none;
}

input {
    border-radius: 10px;
    border: 2px solid #20FF00/*white*/;
    height: 30px;
    width: 350px;
    padding: 4px;
    margin: 10px;
    background-color: #151515/*333333*/;
    color: #20FF00/*white*/;
}

input[type="submit"] {
    height: 40px;
    margin: 5px;
    margin-bottom:10px;
}


/* Ausloggen Button gestalten */

#logout {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
}

#logout:hover {
    color: #72a8ff;
}

#upload {
    margin: auto;
    margin-top: 20px;
}


/* InputFile schöner gestalten */

.fileToUpload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    z-index: -1;
    display: none;
}

label {
    font-family: 'Arial', sans-serif;
    font-size: 12.5px;
    border-radius: 10px;
    border: 2px solid #20FF00/*white*/;
    padding: 10.8px 126.8px;
    margin: auto;
    background-color: #151515/*333333*/;
    color: #20FF00/*white*/;
}

label:hover {
    border-color: #72a8ff;
    cursor: pointer;
    color: #72a8ff;
}

input:active {
    border-color: #72a8ff;
}

input:hover {
    border-color: #72a8ff;
    cursor: pointer;
    color: #72a8ff;
}


/* Upload Uebersicht formatieren */

#form-uebersicht {
    border: solid 2px #20FF00/*white*/;
    border-radius: 10px;
    width: 750px;
    margin: 0 auto;
    text-align: left;
}


/* Hochgeladene Dateien Style */

a h3 {
    color: #20FF00/*white*/;
    border: none;
    text-decoration: none;
    text-underline: none;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
}

.flname {
    padding-left: 11px;
}

td a {
    color: #20FF00/*white*/;
    border: none;
    text-decoration: none;
    text-underline: none;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
}

table {
    width: 750px;
}

h3.kilobyte {
    text-align: right;
}

td a:hover {
    color: #72a8ff;
    text-decoration: none;
    text-underline: none;
}

/* Underline aller Links entfernen*/
a {
  text-decoration: none;
  text-underline: none;
}

/* Override Bootstrap Modal css */

.modal-content {
  background-color: #151515;
  border: 1px solid rgba(32,255,0,.2);
}

.modal-header {
  border-bottom: 1px solid rgba(22, 195, 7, 0.2);
}

.modal-footer {
  border-top: 1px solid rgba(22, 195, 7, 0.2); 
}

.close {
  color: #6c757d;
  text-shadow: none;
}

.close:hover {
  color: #007bff;
}

/* Patchnotes Liste Style */

#patchlist {
  visibility: visible; 
}

#patchnotes {
    border: solid 2px #20FF00/*white*/;
    border-radius: 10px;
    width: 400px;
    margin: 0 auto;
    max-height: 400px;
    overflow-y: scroll;
    text-align: content; 
}

/* Make scrollbar invisible in Chrome and Safari */
#patchnotes::-webkit-scrollbar { width: 0 !important }
body::-webkit-scrollbar { width: 0 !important }
/* Make scrollbar invisible in IE */
#patchnotes { -ms-overflow-style: none; }
/* Make scrollbar invisible in Firefox */

#patchlist {
    float: right;
    bottom: 0;
    position: fixed;
    right: 0;
    height: auto;
    margin-bottom: 20px;
    margin-right: 20px;
}

/* Mobile Phone doesn't show patchlist */

@media only screen and (max-width: 600px) {
    #patchlist {
      visibility: hidden;
    }
}

/* Pre console logount anpassen */

pre {
    color: #03A9F4;
}

/* Input Placeholder Farbe anpassen */

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #20FF00/*white*/;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #20FF00/*white*/;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #20FF00/*white*/;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #20FF00/*white*/;
}
