.yazdir-tablo-ruhsat{
	border:9px solid #0057C5;
}
.yazdir-tablo-ruhsat td{
	border:1px solid #0057C5;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	color: black;
}
.yazdir-tablo-ruhsat-kenarlik-yok,.yazdir-tablo-ruhsat-kenarlik-yok td{
	border: 0px !important;
}
ul.birimler{
	margin: 0;
	padding: 0;
}
.birimler li{
	list-style: none;
	

}


.birimler * ul{
	margin-left: 20px;
	padding: 0 !important;

}
.birimler * div{
	margin:5px 0 5px 0;
	padding: 4px 0px 5px 5px ;
	display: block;


}

.sag-alt-sabit{
	position: fixed;
	z-index: 9;
	bottom: 10px;
	right: 10px;
	left: auto;
	top: auto;
}
.listeler1{
		
	transition: background-color linear 1s !important;
}
.listeler1:hover{
		
	background-color: #0C9345;
	transition: background-color linear 1s;
}

.listeler1 span{
	
display: none;
}
.listeler1:hover span{
	display: block;

}
.list-islemler span{
	display: none;
}
.list-islemler:hover span{
	display: block;
}
	footer .ikonlar{
		display: none;
	}
@media (max-width: 767px) {
	footer .ikonlar{
		display: block;
		
	}
	footer .haklar{
		display: none;
		
	}
 }
@media print {  
   body, html, #wrapper {  
    width: 100%;  
   }  
    
  div {  
   overflow: visible !important;     
  }  
  .visible-print  { display: inherit !important; }
  .hidden-print   { display: none !important;  }     
	.content{margin-left: 0px !important;}
	h1,h2,h3,h4,h5,h6,p,td,th,span,div,a,li{
		color: #000 !important;
	}
	
 }  


	body.preloader-site {
   
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}