#progress{
	height:1em;
	width:100%;
}
.preview{
	max-width:40em;
	max-height:20em;

}
.navbar-header > h3{
	color: white;
}
.jumbotron{
	margin-top: 2em;
}
#output {
	height:20em;
	width:40em;
	white-space: nowrap;
}
#output-url{
	width:60em;
	display: none;
}

#output-helper{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  direction: ltr;
  cursor: pointer;
}

.img-wrap {
  position: relative;
  display: inline-block;
  border: 0.1px black solid;
  padding: 10px 10px 10px;
  font-size: 0;
}
.img-wrap .close3 {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
  background-color: #FFF;
  padding: 5px 2px 2px;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  opacity: .2;
  text-align: center;
  font-size: 22px;
  line-height: 10px;
  border-radius: 50%;
}
.img-wrap:hover .close3 {
  opacity: 1;
}
input[type=range][orient=vertical]
{
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
    width: 8px;
    height: 175px;
    padding: 0 5px;

}

.close {
  float: right;
  font-weight: bold;
  color: whitesmoke;
  text-shadow: 0 1px 0 #ffffff;	
  width: 22px;
  height: 22px;
  z-index: 100;
  background-color: #000000;
  padding: 3px 3px 3px 3px;
  cursor: pointer;
  opacity: .4;
  text-align: center;
  font-size: 22;
  line-height: 15px;
  border-radius: 50%;
  border-width: 0;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}