.cc_test td {
	font-weight: bold;
	padding: .25rem 1.25rem;
	font-size: 1.2rem;
}

table.no-header-table thead {
    display: none !important;
}

.cc_test th {
	font-weight: bold;
	padding: .25rem 1.25rem;
	font-size: 1.5rem;
}

.line-height-xxs {
	line-height: 1.0;
}

.table-xxs th,
.table-xxs td {
	padding: 0.25rem .75rem;
}

.table-xxxs th,
.table-xxxs td {
	padding: 0.10rem 0.10rem;
}

.btn-ssm {
	padding: 0.3rem 0.3rem;
    font-size: .3rem;
    line-height: 1.6667;
    border-radius: 0.125rem;
}

.section_to_print {
	display: none;
}

.cc-border-6 {
	border: 6px solid;
	border-color: #03a9f4;
}
/*
td.tamveri_can_change {
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	background-color: #2196f3;
	text-align: center;
}
*/
/*
.dataTable tbody>tr.selected, .dataTable tbody>tr>.selected {
	color: #fff;
	background-color: #2196f3!important;
}
*/
.dataTable .selected>td, .dataTable .selected>th {
	color: #fff;
	background-color: #2196f3!important;
}

.datatable-scroll {
	width: 100%;
	overflow-x: auto;
}

[data-action=plus]:after {
	content: "\e9b8";
}

.navbar-brand img {
	height: 1.1rem;
}

.navbar-brand {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

select[readonly].select2-hidden-accessible + .select2-container {
	pointer-events: none;
	touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
	background: #eee;
	box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
	display: none;
}

/* Plupload'un kendi 'Yüklemeyi Başlat' butonunu gizle */
.plupload_start {
    display: none !important;
}

/* 1. Durum (Status) Sütununu HER YERDEN Kaldır */
/* Hem başlıkta, hem dosya listesinde, hem de alt bilgideki yüzdeyi gizler */
.plupload_file_status {
    display: none !important;
}

/* 2. Dosya Adı Sütununu Genişlet */
/* Durum sütunu gidince oluşan boşluğu kapatmak için dosya adı alanını genişletiyoruz */
.plupload_file_name {
    width: 78% !important; /* İhtiyaca göre 70% - 80% arası ayarlayabilirsin */
}

/* 3. Boyut Sütununu Sabitle */
.plupload_file_size {
    width: 12% !important;
    text-align: right; /* Sağa yaslı daha düzgün durur */
}

/* 4. Silme Butonu (Action) Alanını Sabitle */
.plupload_file_action {
    width: 8% !important;
}

/* 5. Yüklemeyi Başlat (Start Upload) Butonunu Gizle */
.plupload_start {
    display: none !important;
}

/* 6. (İsteğe Bağlı) Başlıktaki "Başlatma butonuna tıklayın" yazısını gizle */
/* Çünkü butonu gizledik, bu yazı kafa karıştırmasın */
.plupload_header_text {
    display: none !important;
}

/*
@media print {
	body * {
		display: none;
	}
	
	.section_to_print, .section_to_print * {
		display: block;
	}
	
	.section_to_print {
		width: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	::-webkit-scrollbar {
		display: none;
	}
}
*/