.app table
{
	background-color: #605ca8;
}

.app h2 
{
	background-color: #3c8dbc;
	color: #ffffff;
	border-width: 1px;
	border-style: solid black;
	padding: 3px;
	margin: 2px 2px 3px 2px;
	cursor: hand;
	text-align: left;
}
.app h3 
{
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 1px;
	clear: both;
	color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #3c8dbc;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 12px;
	text-align: left;
}
.app h4 
{
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 1px;
	clear: both;
	color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #3c8dbc;
	font-size: 12px;
	text-align: left;
}
.app h3 a, .app h4 a 
{
	color: #fff !important;
}
.app h4 a:link,.app h4 a:visited 
{
	color: black !important;
	text-decoration: underline;
}
.app a:link 
{
	color: #606b75;
}
.app a:visited 
{
	color: black;
	color: #610B0B;
}
.app td 
{
	padding: 2px 3px;
}
.app th 
{
	/*background-color: #357CA5;*/
	background-color: #0D2748;
	color: #ffffff;
	padding: 2px 3px;
	text-align: center !important;
}
.app th a:link
{
	 color: #fff;
}
.app th a:visited
{
	 color: #fff;
}
.app .helplink
{
	cursor: help;
}
.app .axial td th 
{
	text-align: left;
}

/*********************        a class        *********************/	
.a td 
{
	background-color: #d2d6de;
}
.a td:hover 
{
	background-color: #e8e8e8;
}

/*********************        b class        *********************/
.b td 
{
	background-color: #e8e8e8;
}
.b td:hover 
{
	background-color: #d2d6de;
}
.pagebanner 
{
	//padding-left: 20px;
	color:#556C8E;
	font-size: 12px !important;
}
.exportlinks 
{
	padding-left: 20px;
	float: right;
	color:#556C8E;
	font-size: 12px !important;
}

.pagelinks 
{
	color:#556C8E;
	
}

.pagelinks a 
{
	color:#556C8E;
}

.exportlinks a
{
  	padding-left: 5px;
  	float: right;
  	color: #556C8E;
}

div.pss1 {background-color: #fecb32;float: left}
.pss1 td {background: #fecb32;}

.dt-body-center {text-align: center}
.dt-body-right {text-align: right}
/*.app tr { line-height: 40px; }*/

.table-font-size-10{
	font-size:10px !important;
}

.input-sm-font-size-10{
    height: 20px;
    padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
}
.truncate-text {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-word;
	overflow: hidden;
	white-space: normal
}

.splashHomer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	overflow: hidden;
	transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.splashHomer.fade-out {
	/*transform: scale(0.5);  %50 küçült */
	opacity: 0; /* Tamamen şeffaflaştır */
}

.splashHomer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}