@import url(http://fonts.googleapis.com/css?family=Lato);
* {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  position: relative;
  font-family: "lato", "open sans", "tahoma", "arial";
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, input:-moz-placeholder {
  font-family: "lato";
  text-transform: uppercase;
}

body {
  color: white;
  min-height: 600px;
  background: transparent url("../img/grey_wash_wall.png") center center repeat;
}

#dropbox {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  padding: 0 60px 60px;
  box-sizing: border-box;
  transition: all 0.3s ease 0.2s;
}
#dropbox.active {
  box-shadow: inset 0 0 0 20px #547594;
  transition: all 0.3s ease;
}
#dropbox.active .preview {
  opacity: 0.25;
  transition: border-color 0.1s ease, opacity 0.1s ease;
}
#dropbox .message {
  font-size: 12px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 10px 0;
  line-height: 1.5;
}
#dropbox .message em {
  color: #547594;
  font-size: 14px;
  padding: 0 3px;
}
#dropbox:before {
  border-radius: 3px 3px 0 0;
}

.preview {
  float: left;
  margin: 20px;
  position: relative;
  text-align: center;
  transition: opacity 0.3s ease 0.2s;
}
.preview.destroying {
  transition: none;
}
.preview img {
  max-width: 240px;
  max-height: 180px;
  border: 3px solid white;
  transition: all 0.3s ease;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.imageHolder {
  position: relative;
  text-align: center;
  display: block;
  height: 180px;
  padding-bottom: 5px;
}
.imageHolder:hover img {
  border-color: #547594;
}
.imageHolder.active img {
  border-color: #547594;
  transition: all 0s ease;
}

.uploaded {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/done.png") no-repeat center center rgba(255, 255, 255, 0.5);
  display: none;
}

.preview.done .uploaded {
  display: block;
}

.progressHolder {
  display: none;
  position: absolute;
  background-color: #dddddd;
  height: 20px;
  width: 100%;
  left: 0;
  top: 140px;
  border-radius: 10px;
  border: 3px solid #547594;
  box-sizing: border-box;
  box-shadow: 0 0 3px black inset, 0 0 10px 0 black;
}

.progress {
  background: #547594;
  position: absolute;
  height: 100%;
  left: 0;
  width: 0;
  min-width: 20px !important;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 10px;
}

.preview.done {
  width: 100% !important;
}

footer {
  display: block;
  background-color: #151517;
  position: fixed;
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 0;
  z-index: 100000;
  box-shadow: 0 -1px 2px #171717;
  -webkit-box-shadow: 0 -1px 2px #171717;
  -moz-box-shadow: 0 -1px 2px #171717;
}
footer h2 {
  font-size: 20px;
  font-weight: normal;
  left: 50%;
  margin-left: -400px;
  padding: 22px 0;
  position: absolute;
  width: 540px;
  color: #eeeeee;
}
footer a.tzine {
  background: url("../img/tzine.png") no-repeat right top;
  border: none;
  text-decoration: none;
  color: #fcfcfc;
  font-size: 12px;
  height: 70px;
  left: 50%;
  line-height: 31px;
  margin: 23px 0 0 110px;
  position: absolute;
  top: 0;
  width: 290px;
}

a.tzine:visited {
  background: url("../img/tzine.png") no-repeat right top;
  border: none;
  text-decoration: none;
  color: #fcfcfc;
  font-size: 12px;
  height: 70px;
  left: 50%;
  line-height: 31px;
  margin: 23px 0 0 110px;
  position: absolute;
  top: 0;
  width: 290px;
}

.preview {
  display: block;
  min-width: 50px;
  text-align: center;
}

.input {
  position: relative;
  margin: 5px 0;
}

.preview input {
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 1px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  border: 1px solid black;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-family: "open sans";
}

.zeroclipboard-is-hover input, .preview input:focus {
  background-color: white;
}

.zeroclipboard-is-hover {
  cursor: pointer;
}

html, body {
  height: 100%;
  position: relative;
}

.copied {
  position: absolute;
  background: transparent url("../img/clipboard.png") center center no-repeat;
  background-size: 100%;
  width: 20px;
  bottom: 0;
  height: 20px;
  right: -25px;
  z-index: 500;
}

.delete {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 100;
  padding: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.delete span {
  display: block;
  width: 20px;
  height: 20px;
  background: white url("../img/delete.png") top center no-repeat;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  transition: background 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
  border: 3px solid #547594;
}
.delete:hover span {
  border: 3px solid #547594;
  background-position: bottom center;
}
.delete:active span {
  border-color: #547594;
  box-shadow: 0 0 5px 3px rgba(255, 0, 0, 0.75);
  transition: box-shadow 0s ease;
}
.delete:active + .imageHolder img {
  border-color: #547594;
  transition: box-shadow 0s ease;
}

#login {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
#login fieldset {
  border: none;
  height: 100%;
}
#login * {
  box-sizing: border-box;
}
#login #password, #login .submit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
#login input {
  padding: 20px;
  font-size: 50px;
  border: 10px solid #547594;
  box-shadow: 0 0 10px 0 black;
  border-radius: 20px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  background-color: #dddddd;
}
#login input:focus {
  outline: none;
  border-color: #547594;
  background-color: white;
}

#password {
  width: 70%;
  color: #547594;
}

.submit {
  width: 25%;
  padding-left: 20px;
}

#submit {
  width: 100%;
  border: none;
  cursor: pointer;
  background: #dddddd url("../img/login.png") center center no-repeat;
  background-size: 70%;
  transition: all 0.3s ease;
}
#submit:hover {
  border-color: #547594;
  background-color: white;
}
#submit:active {
  border-color: #547594;
  transition: none;
}
#submit:focus {
  outline: none;
}

#logout {
  cursor: pointer;
  background: #dddddd url("../img/logout.png") center center no-repeat;
  background-size: 70%;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border: 5px solid #547594;
  box-shadow: 0 0 20px 0 black;
  border-radius: 10px;
  z-index: 200;
  transition: all 0.3s ease;
}
#logout:hover {
  border-color: #547594;
}

.deleteLoader, .imgLoader {
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  margin-top: 70px;
}

.deleteLoader svg, .imgLoader svg {
  background-color: black;
  border-radius: 50%;
  box-shadow: 0 0 30px 15px black;
}

.deleteLoader svg path {
  fill: #547594;
}

.imgLoader svg path {
  fill: #547594;
}

input:focus {
  outline: none;
}

.inputContainer {
  text-align: center;
}

#externalImage {
  padding: 8px;
  font-size: 20px;
  border: 4px solid #547594;
  box-shadow: 0 0 4px 0 black;
  border-radius: 8px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  background-color: #dddddd;
  box-shadow: 0 0 10px;
  margin: 10px;
}
#externalImage:focus {
  outline: none;
  border-color: #547594;
  background-color: white;
}
