/*
    Created on : 2017.01.24., 8:50:25
    Author     : SCANIATM
*/
* {
  margin: 0;
  padding: 0;
}

body {
  background: silver;
}

#header {
  padding: 20px;
  background: red;
}

#content {
  background: #fff;
  padding: 20px;
}

#footer {
  background: green;
  padding: 20px;
}

#cookie {
  position: fixed;
  bottom: 0px;
  /*outline:0px;*/
  color: black;
  background-color: white;
  width: 100%;
  border-top: 1px solid black;
  text-shadow: none;
  font-family: Times New Roman;
  text-decoration: none;
  text-align: center;
  font-weight: none;
  font-size: 14px;
  z-index: 10;
  left: 0px;
  padding: 14px 0px 14px 0
}

#goBack {
  text-align: center;
  float: none;
}

.hand {
  cursor: pointer;
}

h1.error {
  font-size: 45px;
  margin-top: 12px;
  margin-bottom: 12px;
}

input[type=submit] {
  margin: 5px;
  border: none;
  color: white;
  padding: 2px;
  background-color: #4CAF50;
}

input[type=submit]:hover {
  background-color: #3e8e41;
}

.button {
  margin: 5px;
  border: none;
  color: white;
  padding: 2px;
  background-color: #4CAF50;
}

#newfolder {
  display: none;
  border: 1px solid #4CAF50;
  width: 210px;
  text-align: center;
  padding: 5px;
}

#newfolder input[type=text]:hover {
  border: 1px solid #4CAF50;
}

/*Downloads*/
#listing {
  width: 560px;
  border: 1px solid #A7C5FF;
}

#listing .list {
  padding: 2px 0px 2px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  cursor: pointer;
  color: #6285CA;
}

#listing .b {
  background-color: #E9F0FF;
}

#listing .list:hover {
  background-color: #DBE6FE;
}

#listing .list a {
  text-align: left;
  text-decoration: none;
  color: #6285CA;
}

#listing .name {
  display: inline-block;
  width: 300px;
}

#listing .list .del {
  display: inline-block;
  text-align: center;
  width: 15px;
}

#listing .list em {
  display: inline-block;
  width: 100px;
  text-align: right;
}

#listing .list span {
  display: inline-block;
  padding-left: 5px;
  min-width: 100px;
  text-align: center;
}

#listhead {
  background-color: #E9F0FF;
  padding: 2px 0px 2px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #6285CA;
  margin-bottom: 1px;
}

#listhead .file {
  display: inline-block;
  width: 200px;
  text-align: left;
  padding-left: 100px;
}

#listhead .size {
  display: inline-block;
  width: 100px;
  text-align: right;
  font-size: small;
}

#listhead .date {
  display: inline-block;
  width: 125px;
  text-align: right;
  font-size: small;
}

#listhead .del {
  display: inline-block;
  text-align: center;
  width: 20px;
}

.tbhover {
  text-align: center;
}

.tbhover2 {
  text-align: center;
  background-color: #cccccc;
}

.tbhover:hover, .tbhover2:hover {
  background-color: gray;
}

.tr1 {
  background-color: #cccccc;
}

.tr1 a {
  color: black;
}

.tr2 {}

.tr2 a {
  color: black;
}

.tr1:hover, .tr2:hover, .tr1:hover a, .tr2:hover a {
  color: white;
  /*font-weight: bold;*/
  background-color: gray;
}

#register label {
  float: left;
  text-align: right;
  width: 105px;
  margin-right: 5px;
}

select.icon-menu option {
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-left: 30px;
}

#wait-icon {
  display: inline;
  /*border: 1px solid grey;*/
  background: url(../icons/wait.gif) no-repeat;
  width: 16px;
  height: 16px;
  padding: 0px 7px 0px 7px;
}

.gpws {
  margin-bottom: 10px;
}

#showpw, #showpw2, #showpw3 {
  display: inline;
  content: "\f070";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 16px;
  cursor: pointer;
  margin-left: -23px;
}

#showpw.show:before, #showpw2.show:before, #showpw3.show:before {
  font-family: FontAwesome;
  content: "\f06e";
}

#showpw.unshow:before, #showpw2.unshow:before, #showpw3.unshow:before {
  font-family: FontAwesome;
  content: "\f070";
}
