@font-face {
	font-family: AeroviasBrasilNF;
	src: url('../fonts/AeroviasBrasilNF.ttf');
}

.information-span
{
	font-weight: bold; 
	text-decoration: underline;
}

#globalModalTitle
{
	font-size: 12pt;
}

.button-style
{
	color: white; 
	cursor: pointer;
}

.clear-both
{
	clear: both;
}

.response-card
{
	display: none; 
	margin-top: 15px;
}

.close-span
{
	float:right; 
	cursor: pointer;
}

.hidden-div
{
	margin-top: 15px;
}

.nav-link
{
	cursor: pointer;
}

.container
{
	padding-top: 50px; 
	padding-bottom: 50px;
}

.width-200
{
	width: 200px;
}

.progress
{
	background-color: rgba(255,255,255,0.7);
}

.navbar.bg-dark
{
	border-top: none;
	border-left: none;
	border-right: none;
}

.rotate {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.flip {
  -moz-transform:    scaleX(-1); /* Gecko */
  -o-transform:      scaleX(-1); /* Opera */
  -webkit-transform: scaleX(-1); /* Webkit */
  transform:         scaleX(-1); /* Standard */

  filter: FlipH;                 /* IE 6/7/8 */
}

#image_input_div 
{
	width:100%;
	height:120px;
}

#image_upload_status
{
	margin-top: 15px;
	margin-bottom: 15px;
	display: none;
}

#image_input_overlay 
{
	z-index:1;
	background:rgba(0,0,0,0.3);
	text-align:center;
	line-height:120px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-size: 18px;
}

.image_input, #image_input_overlay 
{
	position: absolute;
	width:938px;
	height:120px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	font-size:16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


.dragging #image_input_overlay 
{
	background:rgba(0,0,0,0.1);
	font-size: 18px;
	text-shadow: 0 0 1px #000000;
}


@media (max-width:1200px)
{
	.image_input, #image_input_overlay 
	{
		width:908px;
		font-size:14px;
	}
	
	.dragging #image_input_overlay 
	{
		font-size: 16px;
	}
}

@media (max-width:991px) 
{
	.image_input, #image_input_overlay 
	{
		width:688px;
		font-size:12px;
	}
	
	.dragging #image_input_overlay 
	{
		font-size: 14px;
	}
}

@media (max-width:768px) 
{
	.image_input, #image_input_overlay 
	{
		width:280px;
		font-size:6px;
	}
	
	.dragging #image_input_overlay 
	{
		font-size: 8px;
	}
}

.image_input 
{
	opacity:0;
	z-index:2;
	cursor:pointer;
}

.image_input_used 
{
	height:0px;
	width:0px;
	opacity:0;
}

.image_input_box 
{
	margin-top:300px;
	position:absolute;
}

.image_display, .feltoltes_kepek img 
{
	max-width:120px;
	max-height:120px;
}

.image_display_div, .feltoltes_kepek 
{
	height:134px;
	width:134px;
	padding:5px;
	border: 1px dashed rgba(0,0,0,0.50);
	margin-left:10px;
	margin-top:10px;
	text-align: center;
}

.image_display_div  div
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
