#belgeSorgu{
	padding: 20px;
}


#fields_table{
	width: 100%;
	border-style: solid;
}

#fields_table thead {
	text-align: left;
	background: linear-gradient(135deg, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
}

#fields_table thead tr {
	padding: 11px;
	height: 34px;
}

#fields_table thead tr th {
	padding: 10px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 100;
	font-size: 16px;
}

#fields_table td {
	padding: 10px;
	border: 1px solid #ddd;
	margin: 0;
	font-size: 14px;
	text-align: center;
	word-break: normal;
}

tr:first-child a.yukaributton{
	display: none; 
}

tr:last-child a.asagibutton{
	display: none;
}


#fields_table th{
	word-break: normal!important;
	text-align: center;

}

#bS_search_type {
	padding: 12px 5px 13px;
	border: 1px solid #60abf8;
	float: left;
	margin-right: 3.3%;
	width: 30%!important;
	max-width: 30%!important;
	height: 50px;
	min-width: 30%;
}

#bS_search_key {
	padding: 8px 10px 8px;
	border: 1px solid #56a4f4;
	float: left;
	margin-right: 3.3%;;
	width: 30%;
	min-width: 30%;
	max-width: 30%;
	height: 50px;
}

#bS_search_panel button {
	border: 1px solid #55a3f4;
	background: #55a3f4;
	padding: 5px 10px 16px;
	float: left;
	width: 30%;
	min-width: 30%;
	max-width: 30%;
	height: 50px;
}

#bS_search_panel .form-group {
	margin: 15px 0;
	display: block;
	overflow: hidden;
}