@media print {
  ::-webkit-input-placeholder { /* WebKit browsers */
      color: transparent;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
      color: transparent;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
      color: transparent;
  }
  :-ms-input-placeholder { /* Internet Explorer 10+ */
      color: transparent;
  }
}
@media print {
.tileMap textarea
{
	color: white !important;			
}
#map
{
margin-top: 10px;
}
	

	
	.titlePrintComponent textarea
	{
		background: transparent;
		border: none;
		height: 50px;
		float: left;
		margin-right: -118px;
		width:424px;
		height:54px;
		
	}
	
	div.gridLabels
	{
		background-color:rgba(0, 0, 0, 0.38) !important;;
		color:white !important;
		border:none;
		opacity:1 !important;
		padding:1px 5px;
	}

	div.tileMap/*div*/
	{
		
		z-index: 3002;
		position: absolute;
		background: transparent;
		border: none;
		color: white;
		font-size: 32px;
		font-family: Times New Roman;
		width:450px;
		height:54px;
		
	}
	
	div.legendeTitle
	{
		width: 95%;
		background: transparent;
		padding: 5px;
		border: 1px dashed transparent;
		color: black;
		font-size: 15pt;
		font-family: Times New Roman;
		font-weight: bold;
		/* float: left; */
		margin-top: -7px;
    /* float: left; */
	}
	
	.legContainer
	{
		/*background: white;*/
		/*height: 172px;*/
		width: 100%;
		/*border:1px solid grey;
		border-radius:10px;
		padding:10px;*/
	}
	div.mapPrintLegende
	{
		float: right;
		width: 340px;
		position: absolute;
		background:rgba(255, 255, 255, 0.73) !important;
		/*height: 172px;*/
		cursor:move;
		border:1px solid grey;
		border-radius:10px;
		padding:10px;
		margin:10px;
	}
	
	
	
	}