@charset "utf-8";
/* CSS Document */
/*
 *	custom CSS for inmate custody list and release list
 *
 *	Copyright © 2015 Benton County
 */
img.bc_inmate_list_photo
{
	height: 140px;
	min-height: 140px;
	padding: 0;
	border: none;
}

span.bc_inmate_list_charges
{
	font-size: .8em;
}

div#inmate_detail_left, div#inmate_detail_right
{
	font-size: 9pt;
}

div#inmate_detail_left
{
	float: left;
	width: 66%;
}

div.inmate_detail_left_25
{
	width: 25%;
	margin: 0;
	padding: 3px 0 3px 0;
	float: left;
}

div.inmate_detail_left_33
{
	width: 33%;
	margin: 0;
	padding: 3px 0 3px 0;
	float: left;
}

div.inmate_detail_left_50
{
	width: 50%;
	margin: 0;
	padding: 3px 0 3px 0;
	float: left;
}

div.inmate_detail_left_xx
{
	float:left;
	margin: 0;
	padding: 3px 0 3px 0;
}

div#inmate_detail_right
{
	float: right;
	width: 33%;
}

img.bc_inmate_detail_photo
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

div.inmate_detail_list_header
{
	border-bottom:1px solid #000000;
}

div.inmate_detail_list_item
{
	border-bottom:1px dashed #000000;
}

div.inmate_detail_clear
{
	clear: both;
	height: 0;
}

div.inmate_detail_spacer
{
	height: 12px;
}

abbr.jail
{
	cursor: pointer;
}

@media print
{
	p#show_list
	{
		display: none;
	}
	p#switch_list
	{
		display: none;
	}
	
	p#print_icon
	{
		display: none;
	}
	ul.pager
	{
		display: none;
	}
}

@media screen and (max-width:640px) 
{
	.hidemobile
	{
		display: none;
	}
	
	table#sort-table thead tr th:nth-child(3n),
	table#sort-table thead tr th:nth-child(4n),
	table#sort-table thead tr th:nth-child(5n),
	table#sort-table tbody tr td:nth-child(3n+3),
	table#sort-table tbody tr td:nth-child(4n+4),
	table#sort-table tbody tr td:nth-child(5n+5)
	{
		display: none !important;
	}

	div.inmate_detail_left_25
	{
		width: 50% !important;
	}
	
	div.inmate_detail_left_xx
	{
		width: 100% !important;
	}
	
	div#inmate_detail_left,
	div#inmate_detail_right
	{
		margin: 0;
		padding: 0;
		float: none;
		width: 100% !important;
	}
	
	div#inmate_detail_right
	{
		margin-top: 12px !important;
	}
}

@media screen and (max-width:960px) 
{
	
}

