/*
Title: Office of Judical Administration - Kansas County District Court Search
Author: Latonya Fulton (latonya.fulton@www.kansas.gov), Jim Schuman (jim.schuman@www.kansas.gov)
URL: https://www.accesskansas.org/countyCourts/
Description: Main CSS file for Office of Judical Administration - Kansas County District Court Search
Created: January 9, 2012
Modified: December 17, 2013
*/

/* HTML TAG STYLES
------------------------------------------- */
legend { margin-bottom: 0px; }
#agency-banner {
	background: url("https://media.ink.org/oja/countyCourts/img/app-header-final.png") repeat-x scroll 0 0 white;
}

/* CLASSES
-------------------------------------------  */

.pager .currentStep { margin: 1em; }
.pager .step { margin: 1em; }
.pager .nextLink { margin: 1em; }
.cc li { display:inline; }
.cc img { display:inline; }


/* IDS
------------------------------------------- */
/* HEADINGS
-------------------------------------------  */
/* LINKS
-------------------------------------------  */

/* TABLES
-------------------------------------------  */
@media only screen and (max-width: 480px), (min-device-width: 1203px) and (max-device-width: 480px)  {
	
	/* Force table to not be like tables anymore */
	.cases table, .cases thead, .cases tbody, .cases th, .cases td, .cases tr { 
		display: block;
	}
	
	.cases tbody tr:hover td, .cases tbody tr:hover th {
		backround-color: none;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.cases thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.cases tr { border: 1px solid #ccc; }
	
	.cases tr td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.cases td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		/*top: 6px;*/
		left: 6px;
		width: 45%; 
		line-height: 18px;
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	
	.cases td:nth-of-type(1):before { content: 'Case Number'; }
	.cases td:nth-of-type(2):before { content: "Case Type"; }
	.cases td:nth-of-type(3):before { content: "Case Subtype"; }
	.cases td:nth-of-type(4):before { content: "Date Filed"; }
	.cases td:nth-of-type(5):before { content: "Name"; }
	
	td:nth-of-type(odd) { background: #eee; }
	
	.cases tbody tr:nth-child(N) { margin-bottom: 20px; }
	
}




















