
/* Tabla Layout */
.ui-datatable table, .ui-datatable-resizable table {
    /* table-layout: auto !important; */
    min-width: 20px;
}

.ui-datatable-scrollable table {
    table-layout: fixed !important;
}

.thin-button .ui-button-text {
	padding: 3px 30px !important;
}

.filter_label {
    /*  top: -20px !important; */
    display: block !important;
    font-size: 14px !important;
    color: #03A9F4 !important;
}

.whiteText {
	color: white !important;
}

.search_box {
	width: 100% !important;
	padding: 2px 13px !important;
	height: 25px !important;
	background:rgba(255, 255, 255, 0.9) !important;
	border:1px solid #999999 !important;
	border-radius: 7px !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
	transition: box-shadow 0.2s ease-in-out !important;
}
.search_box:hover {box-shadow: 0 4px 8px rgba(0,0,0,0.4);}

.mevzuat_search_result_title_info {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px !important;
}

.mevzuat_search_result_caption {
	font-size: 16px;
	color: black;
	line-height: 24px !important;
}

.mevzuat_search_result_title_link {
	font-size: 14px !important;
	color: #0000ff !important;
	cursor: pointer;
	line-height: 12px;
}
.mevzuat_search_result_title_link strong {color: #0000ff !important;}

.mevzuat_search_result_title_link:HOVER {
	text-decoration: underline;
	font-weight:bold;
}

.mevzuat_search_result_content {
	font-size: 12px;
	color: #808080;
}

/*---- Sticky footer paginator ---*/
/*
.ui-paginator {
	width: 100%; bottom: 0; height: 24px; position: fixed;
}
*/

/*---- Sticky footer div ---*/
/*
.bottom_bar {
	bottom: 0; height: 24px; position: fixed;
}
*/