.trnBgPrimary
{
	background-color:#022D62
}

/* Yükleniyor Başladı */
.trnLoader{
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:1000000;
	display:none;
	background-color:rgb(0,0,0,0.5);
}

.trnLoaderContent{
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-125px 0 0 -100px;
	text-align:center;
	color:#FFF;
}

.trnLoaderContent img{
	width:200px;
	height:200px;
}

.trnLoaderText{	
	width:200px;
	height:200px;
	line-height:200px;
	position:absolute;
	top:0;
	text-align:center;
}
/* ##### Yükleniyor Bitti ##### */

table { 
  border-collapse: collapse; 
}
/* Zebra Çizgileri Stili */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)
{
	.menu-style .header>.logo img{
		 z-index: 10;
	}	
	
	.menu-style.fixed-header{
		z-index: 100;
	}
}
	
	
.trnScroll
{	
	width:100%;
	height:100%;
	overflow-y:scroll;
	overflow-x:hidden;
	scrollbar-width: thin;
	overflow-y: scroll;
	scrollbar-color: #292F4C #9A9FBF;
	background-color:#FFF;
}

.trnH300
{
	max-height:300px;
}


