﻿
body
{
	background-color: Transparent;
	font-family: var(--font-family);
	font-size: var(--font-size-sm);
    margin: 0;
}
#Body {
    padding: 1rem;
}
.InmateInfoGridTd {
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-dark);
}
.CADClass
{
	margin: 0px;
}
.IFrameDefault
{
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
}
.WelcomeTitle {
    font-size: var(--font-size-4xl);
    line-height: var(--line-height-4xl);
	font-weight: bolder;
	color: var(--color-primary); /*FOR SO*/
}
.WelcomeMessage {
	font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
	font-weight: 100;
	color: var(--color-dark);
}
.WelcomeTable {
	width: 100%;
	border: 0px;
	color: var(--color-white);
    padding: 1rem;
}
.TDInfoTitle {
	background-color: var(--color-primary);
	font-family: var(--font-family);
    font-size: var(--font-size-xl);
    line-height: var(--line-height-xl);
	color: var(--color-white);
	font-weight: bolder;
}
.TDInfoMsg {
	background-color: Transparent;
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-dark);
}

#ImportantInfoTitle {
	font-size: var(--font-size-2xl);
    line-height: var(--line-height-2xl);
}
.LoadMoreRow {
	background-color: var(--color-neutral);
	cursor: pointer;
}
.LoadMoreButton
{
	position: relative;
	bottom: 1px;
	color: var(--color-dark);
	text-align: center;
	font-weight: bold;
}

.SearchDIV
{
	position: fixed;
	margin-top: 10px;
	margin-left: 0px;
	width: 190px;
}
.GridDIV
{
	position: absolute;
	margin-top: 4px; /*border:solid;*/
	margin-bottom: 30px;
	margin-left: 200px;
	width: 90%;
}
.InmateRecordSeperater
{
	height: 20px;
}
.SearchHeader {
    background-color: var(--color-primary);
    font-weight: bold;
	color: var(--color-white); 
	border-bottom-width: thick;
	border-bottom-color: var(--color-primary);
}
.ChargesHeader {
	background-image: url( 'images/bg_global.gif' );
	font-style: italic;
	font-weight: bold;
	border-bottom-width: thick;
	border-bottom-color: var(--color-primary);
}


table.JailView, table.WarrantView {
    margin-left: auto;
    margin-right: auto;
	text-align: left;
	vertical-align: text-top;
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-neutral);
	width: 60%;
	background-color: var(--color-white);
	border: 1px Transparant solid; /*border: 1px black solid;*/
	border-collapse: collapse;
	border-spacing: 0px;
}
#UpdatePanel2 > table {
	margin-left: auto;
	margin-right: auto;
}

table.JailViewCharges {
	text-align: center;
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-base);
	line-height: var(--line-height-base);
	color: var(--color-dark);
	width: 100%;
	background-color: var(--color-accent);
	/*border: 1px #d79900 solid;*/
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
}
.InmateRecordRow table {
    margin-left: auto;
    margin-right: auto;
}
.odd {
	text-align: center;
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-dark);
	width: 80%;
	background-color: var(--color-white);
	/*border: 1px #d79900 solid;*/
	border-collapse: collapse;
	border-spacing: 0px;
}

.even {
	text-align: center;
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-neutral);
	width: 80%;
	background-color: var(--color-white);
	/*border: 1px #d79900 solid;*/
	border-collapse: collapse;
	border-spacing: 0px;
}

.oddNoWidth {
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-dark);
	background-color: var(--color-accent);
	/*border: 1px #d79900 solid;*/
	border-collapse: collapse;
	border-spacing: 0px;
}
hr {
	border: solid;
	background-color: var(--color-accent);
	color: var(--color-accent);
	height: 1px;
}
.DivCountMsg {
	font-family: var(--font-family);
	font-weight: normal;
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-primary); /*FOR SO*/
}

.DivNewsDetails
{
	font-family: var(--font-family);
	font-weight: normal;
}

.LabelNewsArticleTitle {
	font-family: var(--font-family);
	font-weight: bolder;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
}

.LabelNewsArticle {
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
}
.centered
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 50%;
	margin: auto;
}

table.CadMapPopup {
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-neutral);
}
.MenuLabel {
	white-space: nowrap;
	font-family: var(--font-family);
	font-weight: bold;
	color: var(--color-neutral); /*FOR SO*/
	font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
	text-align: right;
    padding: .5rem 0 .5rem 0;
}
/*For CAD Page Main Table*/
.CADMainTable
{
	width: 984px;
}
.CADGrid * {
	white-space: nowrap;
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
}
.CADGridHeader {
	background-color: var(--color-primary); 
	color: var(--color-white);
	white-space: nowrap;
	font-family: var(--font-family);
	font-weight: normal;
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
}
.CADGridEven {
	background-color: var(--color-accent);
	white-space: nowrap;
	font-family: var(--font-family);
	font-weight: normal;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
}
.CADGridOdd {
	background-color: var(--color-white);
	white-space: nowrap;
	font-family: var(--font-family);
	font-weight: normal;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
}
.CADGridDiv
{
	height: 500px; /*Original*/ /*width:100%;*/
	width: 1400px;
	table-layout: fixed;
	overflow: scroll;
}
.RequiredFieldInfo {
	font-family: var(--font-family);
	color: var(--color-red);
	font-weight: normal;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
}
.ReportHeader {
	font-family: var(--font-family);
	font-weight: bold;
	color: var(--color-primary);
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
}
.ReportLabel
{
	font-family: var(--font-family);
	font-weight: normal;
	font-size: 12px;
}
.ReportInfo
{
	font-family: var(--font-family);
	font-weight: bolder;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
}

a:link {
	color: var(--color-red);
}
a:visited {
	color: var(--color-red);
}
a:hover {
	color: var(--color-red);
	text-decoration: none;
}
a:active {
	color: var(--color-red);
}

.BackgroundNoEdit
{
	/*position: fixed; 	left: 0; 	top: 0;*/
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}
.header {
	padding: .25rem .75rem .25rem .75rem;
	background-color: var(--color-primary);
	color: var(--color-white);
}
.navbar {
    background-color: var(--color-accent);
    width: 100%;
}
.NavigationButton {
	border: none;
	font-size: var(--font-size-lg);
	background-color: transparent;
	color: var(--color-dark) !important;

	padding: 0 !important;
    border-radius: 0;
    cursor: auto;
}
	.NavigationButton:hover {
        cursor: pointer;
		color: var(--color-red) !important;
	}
.newFont {
	font-family: 'Source Sans Pro' !important;
	font-size: 18px !important;
}

td > input {
    width: 99%;
}

input[type=submit], input[type=button]{
    margin-top: .5rem;
}

#btnReset {
	background-color: var(--color-primary)
}

caption {
    visibility: hidden;
}