body
{
	margin: 0;
	font-family: 'Lato', sans-serif;
	background: hsla(240, 100%, 30%, 1);
}

#YataraBrand
{
	position: absolute;
    top: 13px;
    left: 10px;
    width: 199px;
}

#YataraBrand img
{
	vertical-align: bottom;
}

#YataraBrand span
{
	font-size: 36px;
    color: rgba(255, 255, 255, .48);
}

#Container
{
	text-align: center;
	border-collapse: collapse;
}

#Container td
{
	border: none;
}

#TheImageContainer
{
	display: table;
    background: hsla(240, 100%, 68%, 1);
}

#TheImageContainer .outer-div
{
	display: table-cell;
	vertical-align: middle;
	padding: 27px;
	padding-top: 74px;
}

#TheImageBox
{
	position: relative;
    width: 100%;
    min-height: 300px;
    max-width: 600px;
	margin: auto;
	
	color: black;
	font-size: 174px;
	
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}

#ShareImage
{
	display: none;
	position: absolute;
    top: 7px;
    right: 10px;

    cursor: pointer;
	width: auto!important;

	font-size: 42px;
	color: rgba(0,0,0,.6);

	border: none;
	background: transparent;
	
	transition: .4s all;
	-webkit-transition: .4s all;
}

#ShareImage:hover
{
	color: rgba(0,0,0,1);
}

#TheImageBox .fa-image
{
	width: 100%;
	margin-top: 64px;
}

#TheImageBox .fa-image.processing
{
	-webkit-animation: PicHandling 2s infinite;
  	-moz-animation:    PicHandling 2s infinite;
	-o-animation:      PicHandling 2s infinite;
	animation:         PicHandling 2s infinite;
}

#TheImageBox .loading
{
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font-size: 18px;
}

#TheImage
{
	max-height: 300px;
	margin-top: 56px;
    margin-bottom: 19px;
}

#TheProgression
{
	position: absolute;
    height: 0;
    width: 0;

    left: 9px;
    bottom: 0;

	border: 3px solid black;
	
	transition: .5s all;
	-webkit-transition: .5s all;
}

#AddImageContainer
{
	min-height: 124px;
	padding: 21px 0;
	background: hsla(240, 100%, 30%, 1);
}

#AddImageContainer .explanation
{
    color: rgba(255,255,255,.7);
    font-size: 32px;
    font-style: italic;
    padding: 14px 0;
}

#Error
{
	display: none;
	color: red;
}

#AddImage
{
	cursor: pointer;
    color: white;
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 12px;
    padding: 12px 42px;
    border: none;
    background: rgb(6, 6, 128);
    transition: .3s all;
    -webkit-transition: .3s all;
}

#AddImage:disabled
{
    color: rgba(255, 255, 255, .3);
}

#AddImage:hover:disabled
{
	cursor: not-allowed;
}

#AddImage:hover:enabled
{
	background: rgb(15, 15, 183);
}

#Container,
#TheImageContainer,
#AddImageContainer
{
	width: 100%;
}

#file
{
	visibility: hidden;
}

@-webkit-keyframes PicHandling
{
  0%   { -webkit-transform: translateX(0);  }
  25%  { -webkit-transform: translateX(-12px); }
  50%   { -webkit-transform: translateX(0);  }
  75%   { -webkit-transform: translateX(12px);  }
  100%  { -webkit-transform: translateX(0); }
}

@-moz-keyframes PicHandling
{
   0%  {transform: translateX(0);}
  25%  {transform: translateX(-12px);}
  50%  {transform: translateX(0);}
  75%  {transform: translateX(12px);}
 100%  {transform: translateX(0);}
}

@-o-keyframes PicHandling
{
   0%  {transform: translateX(0);}
  25%  {transform: translateX(-12px);}
  50%  {transform: translateX(0);}
  75%  {transform: translateX(12px);}
 100%  {transform: translateX(0);}
}

@keyframes PicHandling
{
   0%  {transform: translateX(0);}
  25%  {transform: translateX(-12px);}
  50%  {transform: translateX(0);}
  75%  {transform: translateX(12px);}
 100%  {transform: translateX(0);}
}
