﻿/*jqm-custom.css section*/
/* Header */
.jqm-hlp .jqm-header {
	background: #fff;
	border-top: 4px solid #3eb249;
	border-bottom-color: #eee;
}

	.jqm-hlp .jqm-header h2 {
		padding: .4em 0 .1em;
		margin: 0 3em;
	}

		.jqm-hlp .jqm-header h2 a {
			display: inline-block;
			text-decoration: none;
			min-height: 40px;
		}

		.jqm-hlp .jqm-header h2 img {
			display: block;
			height: auto;
		}

		.jqm-hlp .jqm-header h2 > img {
			display: inline-block;
		}

/*#officer_listview a {
  background-color: #3F707F;
  color: #fff;
  font-family: Open Sans, sans-serif;
  text-shadow: 0px;
}

  #officer_listview a h3 {
    color: #fff;
    font-family: Open Sans, sans-serif;
    text-shadow: 0px;
    font-size: 1.24em;
    font-weight: 200;
  }

  #officer_listview p {
    color: #3F707F;
    font-family: Open Sans, sans-serif;
    text-shadow: 0px;
    font-size: .9em;
    font-weight: normal;
  }*/
  
  
	.jqm-hlp .jqm-header p {
		position: absolute;
		bottom: -2em;
		left: 1em;
		margin: 0;
		color: #666;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		text-transform: uppercase;
	}

	.jqm-hlp .jqm-header .ui-btn {
		width: 2em;
		height: 2em;
		background: none;
		border: 0;
		top: 50%;
		margin-top: -1em;
		-webkit-border-radius: .3125em;
		border-radius: .3125em;
		opacity: .4;
		filter: Alpha(Opacity=40);
	}

/* Footer */
.jqm-hlp .jqm-footer.ui-footer {
	position: absolute;
	bottom: 0;
	padding-bottom: 0;
}

.jqm-hlp .jqm-footer {
	border-top: 1px solid #3eb249;
}

	.jqm-hlp .jqm-footer p {
		font-size: .8em;
		color: #999;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		margin: 0 1.25em 1.25em;
	}

		.jqm-hlp .jqm-footer p:first-child {
			font-size: 1em;
			color: #666;
			font-weight: 400;
			margin: 1em 1em .75em;
		}

/* Content */
.jqm-hlp .jqm-content {
	/*padding-top: 3em;*/
}

	.jqm-hlp .jqm-content > h1,
	.jqm-hlp .jqm-content > h2,
	.jqm-hlp .jqm-content > h3,
	.jqm-hlp .jqm-content > p,
	.jqm-hlp .jqm-content > ul li,
	.jqm-hlp .jqm-content > a {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.jqm-hlp .jqm-content > h1 {
		font-size: 2.4em;
		margin: 0 0 .625em;
	}

	.jqm-hlp .jqm-content > h2 {
		color: #3eb249;
		background-color: transparent;
		border-bottom: 1px solid #ddd;
		font-size: 1.6em;
		padding-bottom: .2em;
		margin: 0 0 .7375em;
	}

	.jqm-hlp .jqm-content > h3 {
		color: #3eb249;
		background-color: transparent;
		font-size: 1.4em;
		margin: 0 0 1em;
	}

	.jqm-hlp .jqm-content > p {
		font-size: 1.2em;
		line-height: 1.5;
		margin: 0 0 1.25em;
	}

	.jqm-hlp .jqm-content > ul:not(.jqm-list) li {
		font-size: 1.2em;
		line-height: 1.5;
	}

	.jqm-hlp .jqm-content > ul,
	.jqm-hlp .jqm-content > ol {
		padding-left: 1.3em;
	}

	.jqm-hlp .jqm-content > .ui-listview {
		padding-left: 0;
	}

	.jqm-hlp .jqm-content > a,
	.jqm-hlp .jqm-content > p a,
	.jqm-hlp .jqm-content > ul:not(.jqm-list) li a {
		font-weight: 400;
		text-decoration: none;
	}

	.jqm-hlp .jqm-content strong {
		font-weight: 700;
	}

	.jqm-hlp .jqm-content > p strong {
		font-weight: 400;
	}

/* Homepage */
.jqm-home > .jqm-content > img {
	width: 400px;
	max-width: 100%;
	display: block;
	margin: 2.5em 0;
}

.jqm-home .ui-grid-a {
	/*margin: 2.5em -.5em -.5em;*/
}

.jqm-block-content {
	margin: .5em;
	padding: 1em;
	background: #fff;
	border: 1px solid #eee;
	-webkit-border-radius: .3125em;
	border-radius: .3125em;
	font-family: 'Open Sans', sans-serif;
}

	.jqm-block-content h3 {
		font-size: 1.5em;
		font-weight: 300;
		color: #3eb249;
		border-bottom: 1px solid #ddd;
		padding-bottom: .25em;
		margin: 0 0 .5em;
	}

	.jqm-block-content h3.danger {
				color: #e4481e;
	}

	.jqm-block-content p {
		font-size: 1.1em;
		font-weight: 300;
		line-height: 1.4;
		margin: .7em 0;
	}

		.jqm-block-content p:last-child {
			margin-bottom: 0;
		}

	.jqm-block-content a:link {
		font-weight: 300;
		text-decoration: none;
	}

/* Code */
.jqm-content pre,
.jqm-content code {
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	background: #e5e5e5;
	background: rgba(0,0,0,.05);
	padding: 0 .125em;
}

.jqm-content pre {
	padding: 0 1em 1.2em;
	white-space: pre-wrap;
}

	.jqm-content pre > code {
		padding: 0;
		background: none;
		font-size: .9em;
	}

/* Lists */
.jqm-hlp .jqm-search .jqm-list {
	margin: 0 -1em 1em;
}

.jqm-hlp .jqm-list .ui-btn,
.jqm-hlp .jqm-list .ui-btn:visited,
.jqm-hlp .jqm-list .ui-li-divider {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-shadow: none !important;
}

	.jqm-hlp .jqm-list .ui-btn:hover,
	.jqm-hlp .jqm-list .ui-btn:active {
		color: #3388cc;
	}

	.jqm-hlp .jqm-list .ui-btn.ui-btn-active {
		color: #fff;
	}

.jqm-hlp .jqm-list .ui-li-divider {
	color: #3eb249;
}

/* Navmenu */
.jqm-navmenu-panel .ui-listview > li .ui-collapsible-heading {
	margin: 0;
}

.jqm-navmenu-panel .ui-collapsible.ui-li-static {
	padding: 0;
	border: none !important;
}

.jqm-navmenu-panel .ui-collapsible + li > .ui-btn,
.jqm-navmenu-panel .ui-collapsible + .ui-collapsible > .ui-collapsible-heading > .ui-btn,
.jqm-navmenu-panel .ui-panel-inner > .ui-listview > li.ui-first-child .ui-btn {
	border-top: none !important;
}

.jqm-navmenu-panel .ui-listview .ui-listview .ui-btn {
	padding-left: 1.5em;
	color: #999;
}

	.jqm-navmenu-panel .ui-listview .ui-listview .ui-btn.ui-btn-active {
		color: #fff;
	}

.jqm-navmenu-panel .ui-btn:after {
	opacity: .4;
	filter: Alpha(Opacity=40);
}

.jqm-hlp .jqm-navmenu-panel.jqm-panel-page-nav {
	display: none;
	position: absolute;
	top: 178px;
	left: 12px;
}

	.jqm-hlp .jqm-navmenu-panel.jqm-panel-page-nav ul li:first-child a {
		border-top: none;
	}
	
/* Navmenu2 */
.jqm-navmenu-panel2 .ui-listview > li .ui-collapsible-heading {
	margin: 0;
}

.jqm-navmenu-panel2 .ui-collapsible.ui-li-static {
	padding: 0;
	border: none !important;
}

.jqm-navmenu-panel2 .ui-collapsible + li > .ui-btn,
.jqm-navmenu-panel2 .ui-collapsible + .ui-collapsible > .ui-collapsible-heading > .ui-btn,
.jqm-navmenu-panel2 .ui-panel-inner > .ui-listview > li.ui-first-child .ui-btn {
	border-top: none !important;
}

.jqm-navmenu-panel2 .ui-listview .ui-listview .ui-btn {
	padding-left: 1.5em;
	color: #999;
}

	.jqm-navmenu-panel2 .ui-listview .ui-listview .ui-btn.ui-btn-active {
		color: #fff;
	}

.jqm-navmenu-panel2 .ui-btn:after {
	opacity: .4;
	filter: Alpha(Opacity=40);
}

.jqm-hlp .jqm-navmenu-panel2.jqm-panel-page-nav {
	display: none;
	position: absolute;
	top: 178px;
	left: 12px;
}

	.jqm-hlp .jqm-navmenu-panel2.jqm-panel-page-nav ul li:first-child a {
		border-top: none;
	}
	
/* Search */
.jqm-search-panel .ui-panel-inner {
	padding-top: 0;
}

.jqm-search-panel .ui-input-search {
	margin: 1em 0;
}

	.jqm-search-panel .ui-input-search.ui-focus {
		-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
		-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
		box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
	}

.jqm-list .jqm-search-results-keywords {
	padding: .46857em 0 0;
	font-size: .8em;
	font-weight: 300;
	color: #999;
	display: block;
  -o-text-overflow: ellipsis;
  -ms-text-overflow:ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ui-btn-active .jqm-search-results-keywords {
	color: #fff;
}

.jqm-search-results-highlight {
	color: #3388cc;
	font-weight: 400;
}

.ui-btn-active .jqm-search-results-highlight {
	color: #fff;
	font-weight: 300;
}

/* Quick links */
.jqm-hlp .jqm-content .jqm-deeplink {
	display: block;
	color: #999;
	font-weight: 300;
	border-top: 1px solid #eee;
	text-align: right;
	padding-top: .2em;
	margin: 0 0 1.5em;
}

	.jqm-hlp .jqm-content .jqm-deeplink:after {
		content: "";
		display: block;
		float: right;
		margin: .1em 0 0 .5em;
		width: 1em;
		height: 1em;
		background-position: center center;
		background-repeat: no-repeat;
		opacity: .4;
		filter: Alpha(Opacity=40);
	}

/* View source links */
.jqm-hlp .jqm-content .jqm-view-source-link,
.jqm-hlp .jqm-content .jqm-view-source-link:visited,
.jqm-hlp .jqm-content .jqm-view-source-link:hover,
.jqm-hlp .jqm-content .jqm-view-source-link:active {
	color: #3eb249;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 2em 0 1.5em 1em;
}

	.jqm-hlp .jqm-content .jqm-view-source-link.ui-btn-active:link {
		color: #fff;
	}

/*min width::after 60em*/
@media (min-width: 6000em) {
	.jqm-hlp .jqm-header h2 {
		padding: 1em 0 .7em;
		margin: 0 1em 0 3%;
		text-align: left;
	}

		.jqm-hlp .jqm-header h2 img {
			height: 78px;
		}

	.jqm-hlp .jqm-header p {
		bottom: auto;
		left: auto;
		top: 50%;
		right: 15%;
		font-size: 1.2em;
		margin-top: -.625em;
	}

	.jqm-hlp .jqm-navmenu-link {
		display: none;
	}

	.jqm-hlp .jqm-search-link {
		right: 3%;
	}

	.jqm-hlp .jqm-footer p {
		float: right;
		margin: 1.5em 3% 1.5em 1.5em;
	}

		.jqm-hlp .jqm-footer p:first-child {
			float: left;
			margin: 1.25em 1.25em 1.25em 3%;
		}

	.jqm-hlp .jqm-navmenu-panel {
		visibility: visible;
		position: relative;
		left: 0;
		float: left;
		width: 25%;
		background: none;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.jqm-hlp.jqm-panel-page .jqm-navmenu-panel {
		display: none;
	}

	html .jqm-hlp.jqm-panel-page .jqm-navmenu-panel.jqm-panel-page-nav {
		display: block;
	}

	.jqm-hlp .jqm-navmenu-panel .ui-panel-inner {
		margin-top: 3em;
		margin-bottom: 3em;
	}

	.jqm-hlp .jqm-content {
		/*width: 67%;*/
		width: auto;
		padding-top: 2em;
		padding-left: 5%;
		padding-right: 3%;
		float: right;
	}

		.jqm-hlp .jqm-content.jqm-fullwidth {
			width: auto;
			padding-left: 15%;
			padding-right: 15%;
			float: none;
		}

	.jqm-navmenu-panel .ui-listview .ui-btn {
		padding-left: 12.5%;
	}

	.jqm-navmenu-panel .ui-listview .ui-listview .ui-btn {
		padding-left: 15%;
	}

	.jqm-navmenu-panel .ui-collapsible,
	.jqm-navmenu-panel .ui-collapsible-content,
	.jqm-navmenu-panel .ui-btn {
		background: none !important;
		border-color: #ddd !important;
	}

		.jqm-navmenu-panel .ui-btn.ui-btn-active {
			color: #3388cc !important;
		}

		.jqm-navmenu-panel .ui-btn::after {
			opacity: 0;
			-webkit-transition: opacity 500ms ease;
			-moz-transition: opacity 500ms ease;
			transition: opacity 500ms ease;
		}

		.jqm-navmenu-panel .ui-btn:hover::after {
			opacity: .4;
		}

	.jqm-search-panel {
		width: 26em;
		right: -26em;
		z-index: 1003; /* Puts the panel on top of the dismiss modal which is not adjusted to custom width */
	}

		.jqm-search-panel.ui-panel-animate.ui-panel-position-right {
			-webkit-transform: translate3d(26em,0,0);
			-moz-transform: translate3d(26em,0,0);
      -ms-transform:translate(26em,0,0);
      -o-transform:translate(26em,0,0);
			transform: translate3d(26em,0,0);
		}

	.ui-panel-dismiss-open.ui-panel-dismiss-position-right {
		left: -17em;
		right: 17em;
	}
}

@media (min-width: 35em) {
	.jqm-block-content {
		/*min-height: 18em;*/
	}
}

/* View source popup */
#jqm-view-source-popup.ui-popup-container {
	width: 90%;
	max-width: 1500px;
}

.jqm-view-source .ui-collapsible-set {
	margin: 0;
}

.jqm-view-source .ui-collapsible-heading .ui-btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.jqm-view-source .ui-collapsible-heading .ui-btn-inner {
	padding: .4em;
}

.jqm-view-source .ui-collapsible-content {
	padding: 0;
	overflow: auto;
}

	.jqm-view-source .ui-collapsible-content .phpStatus {
		padding: 1em;
	}

	.jqm-view-source .ui-collapsible-content > div,
	.jqm-view-source .ui-collapsible-content .syntaxhighlighter {
    -webkit-border-bottom-right-radius: inherit;
		border-bottom-right-radius: inherit;
		border-bottom-left-radius: inherit;
	}

	.jqm-view-source .ui-collapsible-content::-webkit-scrollbar {
		width: 5px;
	}

	.jqm-view-source .ui-collapsible-content::-webkit-scrollbar-track {
		background: transparent;
	}

	.jqm-view-source .ui-collapsible-content::-webkit-scrollbar-thumb {
		background: #435A5F;
		border: solid #222;
		border-width: 12px 2px 12px 0;
		border-bottom-right-radius: 5px;
	}

	.jqm-view-source .ui-collapsible-content td.code .container > textarea {
		resize: none;
	}

/* Button C - HTML */
.jqm-view-source .ui-btn.ui-btn-c,
.jqm-view-source .ui-btn.ui-btn-c:visited,
.jqm-view-source .ui-btn.ui-btn-c:hover,
.jqm-view-source .ui-btn.ui-btn-c:active,
.jqm-view-source .ui-btn.ui-btn-c.ui-btn-active {
	background: #005aff;
	border-color: #0033cc;
	color: #fff;
	text-shadow: 0 1px 0 #0033cc;
}
/* Button D - PHP */
.jqm-view-source .ui-btn.ui-btn-d,
.jqm-view-source .ui-btn.ui-btn-d:visited,
.jqm-view-source .ui-btn.ui-btn-d:hover,
.jqm-view-source .ui-btn.ui-btn-d:active,
.jqm-view-source .ui-btn.ui-btn-d.ui-btn-active {
	background: #ed1c24;
	border-color: #ff0000;
	color: #fff;
	text-shadow: 0 1px 0 #ff0000;
}
/* Button E - JS */
.jqm-view-source .ui-btn.ui-btn-e,
.jqm-view-source .ui-btn.ui-btn-e:visited,
.jqm-view-source .ui-btn.ui-btn-e:hover,
.jqm-view-source .ui-btn.ui-btn-e:active,
.jqm-view-source .ui-btn.ui-btn-e.ui-btn-active {
	background: #3EB249;
	border-color: #108040;
	color: #fff;
	text-shadow: 0 1px 0 #108040;
}
/* Button F - CSS */
.jqm-view-source .ui-btn.ui-btn-f,
.jqm-view-source .ui-btn.ui-btn-f:visited,
.jqm-view-source .ui-btn.ui-btn-f:hover,
.jqm-view-source .ui-btn.ui-btn-f:active,
.jqm-view-source .ui-btn.ui-btn-f.ui-btn-active {
	background: #ec008c;
	border-color: #cc0099;
	color: #fff;
	text-shadow: 0 1px 0 #cc0099;
}

/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 *
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
	background: none;
	border: 0;
	bottom: auto;
	float: none;
	left: auto;
	height: auto;
	line-height: 18px;
	margin: 0;
	outline: 0;
	overflow: visible;
	padding: 0;
	position: static;
	right: auto;
	text-align: left;
	top: auto;
	vertical-align: baseline;
	width: auto;
	-moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	min-height: inherit;
	/*min-height: auto;*/
}

.syntaxhighlighter {
	width: auto;
	margin: 0;
	padding: 1em 0;
	position: relative;
	overflow: auto;
	font-size: 13px;
}

	.syntaxhighlighter.source {
		overflow: hidden;
	}

	.syntaxhighlighter .bold {
		font-weight: bold;
	}

	.syntaxhighlighter .italic {
		font-style: italic;
	}

	.syntaxhighlighter .line {
		white-space: pre;
		white-space: pre-wrap;
	}

	.syntaxhighlighter table {
		width: 100%;
	}

		.syntaxhighlighter table caption {
			text-align: left;
			padding: .5em 0 0.5em 1em;
			color: #d1edff;
		}

		.syntaxhighlighter table td.code {
			width: 100%;
			cursor: text;
		}

			.syntaxhighlighter table td.code .container {
				position: relative;
			}

				.syntaxhighlighter table td.code .container textarea {
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					border: none;
					background: white;
					padding-left: 1em;
					overflow: hidden;
					white-space: pre;
					/*background: #eee;*/
					white-space: pre-wrap;
					/*white-space: pre;*/
				}

		.syntaxhighlighter table td.gutter .line {
			text-align: right;
			padding: 0 0.5em 0 1em;
		}

		.syntaxhighlighter table td.code .line {
			padding: 0 1em;
		}

	.syntaxhighlighter.show {
		display: block;
	}

	.syntaxhighlighter.collapsed table {
		display: none;
	}

	.syntaxhighlighter .line.alt1 {
		background-color: transparent;
	}

	.syntaxhighlighter .line.alt2 {
		background-color: transparent;
	}

	.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
		background-color: #253e5a;
	}

	.syntaxhighlighter .line.highlighted.number {
		color: #38566f;
	}

	.syntaxhighlighter .gutter {
		color: #afafaf;
	}

		.syntaxhighlighter .gutter .line {
			border-right: 3px solid #435a5f;
		}

			.syntaxhighlighter .gutter .line.highlighted {
				background-color: #435a5f;
				color: #0f192a;
			}

	.syntaxhighlighter.collapsed {
		overflow: visible;
	}

	.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
		color: #eee;
	}

	.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
		color: #5ba1cf;
	}

	.syntaxhighlighter .string {
		color: #98da31;
	}

		.syntaxhighlighter .string a {
			color: #1dc116;
		}

	.syntaxhighlighter .keyword {
		color: #ffae00;
	}

	.syntaxhighlighter .preprocessor {
		color: #8aa6c1;
	}

	.syntaxhighlighter .variable {
		color: #ffaa3e;
	}

	.syntaxhighlighter .value {
		color: #f7e741;
	}

	.syntaxhighlighter .functions {
		color: #ffaa3e;
	}

	.syntaxhighlighter .constants {
		color: #e0e8ff;
	}

	.syntaxhighlighter .script {
		font-weight: bold;
		color: #b43d3d;
		background-color: none;
	}

	.syntaxhighlighter .color1 {
		color: #8df;
	}

		.syntaxhighlighter .color1 a {
			color: #f8bb00;
		}

	.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
		color: white;
	}

	.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
		color: #ffaa3e;
	}

	.syntaxhighlighter ::-moz-selection {
		background-color: #3399ff;
		color: #fff;
		text-shadow: none;
	}

	.syntaxhighlighter ::-webkit-selection {
		background-color: #3399ff;
		color: #fff;
		text-shadow: none;
	}

	.syntaxhighlighter ::selection {
		background-color: #3399ff;
		color: #fff;
		text-shadow: none;
	}
/*-- end jqm-custom.css --*/


/*MobileChameleon CSS - HLP Customization*/

/* Android OS Keyboard - Tabbed Search CSS */
.android-inline-form {
}

.android-inline-form .android-wrapper {
  float: left;
  width: 100%;
}

.android-inline-form .android-wrapper .android-content {
  margin: 0 40px 0 0px;  /* 0 RC 0 LC */
}

.android-inline-form .android-left {
  float: left;
  width: 92px; /* LC */
  margin-left: -100%;
}
/*
.inline-form .text {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  display: block;
  font-size: 16px;
}
*/
.android-inline-form .android-right {
  float: left;
  width: 40px; /* RC */
  margin-left: -40px; /* -RC */
}

.android-inline-form .android-footer{
  clear: left;
}
/* Android OS Keyboard - Tabbed Search CSS */

/*form markup*/

.hlp_rec_breakpoint.ui-grid-c > div.ui-block-a { width : 66%; }
.hlp_rec_breakpoint.ui-grid-c > div.ui-block-b { width: 11.33%; text-align:right }
.hlp_rec_breakpoint.ui-grid-c > div.ui-block-c { width: 11.33%; text-align:right }
.hlp_rec_breakpoint.ui-grid-c > div.ui-block-d { width: 11.33%; text-align:right }
.ui-block-b > p.edit,.ui-block-c > p.edit,.ui-block-d > p.edit {
  color: red;
}
/*Added following ui- line (8-41) css to mobilecommon.css so we can remove from page markup CF 150130 0745*/
	  .ui-controlgroup-controls {
			width: 100% !important;
		}

		.ui-radio .ui-btn {
			text-align: center !important;
		}
		.ui-dialog-contain {
			width: 92.5%;
			max-width: 500px;
			margin: 10% auto 15px auto;
			padding: 0;
			position: relative;
			top: -15px;
		}

		.ui-loader-background {
			width: 100%;
			height: 100%;
			top: 0;
			margin: 0;
			background: rgba(0, 0, 0, 0.3);
			display: none;
			position: fixed;
			z-index: 100;
		}

		.ui-loading .ui-loader-background {
			display: block;
		}

.add_tag {
	cursor: pointer;
}

#map-page, #map-canvas { width: 100%; height: 100%; padding: 0; }

.add_tag:hover {
	background-color: green;
}

.dash-content h3 {
  font-size: 1.0em;
  font-weight: 300;
  color: #3eb249;
}

label.required {
  color: red;
  font-weight: bold;
}

label.error { 
	float: left; 
	color: #ef6e6e; 
	padding-top: .5em; 
	vertical-align: top;
}

.rpt_header {
  background-color: #3eb249 !important;
  color: #fff !important;
}

img.StatImage {
  max-width: 75px;
}
.Stats
{
  text-align:center;
  display:inline-block;
  border:solid;
  background-color: #9FF781;
  padding:0;
}
table.KennelTotalTable
{
  display:inline-block;
  padding:0;
}
.StatGroupKennel
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
  text-align:center;
  display:inline-block;
  vertical-align:bottom;
  border:solid;
  background-color:#9FF781;
  padding:0;
}
.StatGroupKennelAvailable
{
  text-align:center;
  vertical-align:bottom;
  display:inline-block;
  border:solid;
  background-color:#9FF781;
  padding:0;
}
.StatGroupKennelReviewable
{
  text-align:center;
  display:inline-block;
  vertical-align:bottom;
  border:solid;
  background-color:#9FF781;
  padding:0;
}
.StatGroupKennelStray
{
  text-align:center;
  display:inline-block;
  vertical-align:bottom;
  border:solid;
  background-color:#9FF781;
  padding:0;
}
.StatGroupKennelEvaluate
{
  text-align:center;
  display:inline-block;
  vertical-align:bottom;
  border:solid;
  background-color:#9FF781;
  padding:0;
}
.StatGroupKennelOwnerSurrender
{
  text-align:center;
  display:inline-block;
  vertical-align:bottom;
  border:solid;
  background-color:#9FF781;
  padding:0;
}

table.StatBlock
{
 padding:0;
 margin:0;
}
table.StatBlockData
{
  width:100%;
  padding:0;
  margin:0;
}
tr.StatBlockRow
{
  padding:0;
  margin:0;
  border-spacing:0;
}
tr.ReaderTableRow
{
  text-align:center;
}
td.StatCol
{
  text-align:center;
  display:inline-block;
  padding:2px 0 0 2px;
  margin:0;
}
td.StatSummaryCol
{
  text-align:center !important;
}
td.StatBlockCol
{
 padding:0;
  margin:0;
 text-align:center;
}
td.ReaderTableCol
{
 text-align:center;
 padding:0;
 margin:0;
 border:thin !important;
}
.StatGroupKennel Caption
{
	font-size: 1.3em;
}
.StatGroupKennelAvailable Caption
{
}
.StatGroupKennelReviewable Caption
{
}
.StatGroupKennelStray Caption
{
}
.StatGroupKennelEvaluate Caption
{
}
.StatGroupKennelOwnerSurrender Caption
{
}

/********* SEARCH RESULTS LISTS ***************/
.SearchResultBlock
{
  display:inline-block;
  width:100%;

}
.ResultID
{
  font-weight:bold;
  display:inline-block;
}

a.searchresult {
    /*padding: 10px;
    margin: 10px;
    font-family: Tahoma;
    font-size: x-small;
    font-weight: lighter;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    color: #000000;
    background-color: #C0C0C0;
    border-style: double;
    border-width: thin;*/
    display:inline-block;
    /**text-transform: uppercase;*/
    vertical-align:middle;
    text-align:left;
    border:solid !important;
    border-width:thin !important;
    border-radius: 5px;
    padding-top: 5px 2px 7px 2px;
    background: #dedede;
    border-color:gray;
    width:100%;
    text-decoration:none;
    color:#1e271c;
}
  a.searchresult:hover
  {
    background:#0B37A4;
    color:white !important;
    font-size:100%;
  }

	a.clearsearchresults {
    padding: 5px;
    border: 1px solid black;
    vertical-align: middle;
    text-align: left;
    border: solid !important;
    border-width: thin !important;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #dedede;
    border-color: gray;
    width: 100%;
    text-decoration: none;
    color: #1e271c;
    margin: 5em;
}


a.clearsearchresults:hover
  {
    border: white;
    background:#0B37A4;
    color:white !important;
    /*font-size:150%;*/
  }
  /*a.searchresult:nth-child(even)
  {
    background: #83c875;
  }
  a.searchresult:nth-child(odd)
  {
    background: #76c431;
  }*/
a.SearchResultImg
{
  height:50px;
  vertical-align:middle;
  padding-right:4px;
  float:left;
  z-index: 100;
}
  a.SearchResultImg:hover
  {
    height:300%;
  }
img.SearchResultImg
{
  height:50px;
  vertical-align:middle;
  float:left;
  z-index: 100;
  margin-right:14px;
  margin-top:10px;
  margin-bottom:10px;
}
  img.SearchResultImg:hover
  {
    height:150px;
  }

span.gridrows {
  font-size: 85%;
  font-style: italic;
  font-weight: bold;
  color: #3eb249;
}

img.ui-li-thumb,li.ui-li-has-thumb a.ui-btn img {
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}

li
.list_container {
	margin: 3em;
}

ul.ui-listview li a.ui-btn h3,h6 {
  color: #3eb249;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.25em;
  margin: 0 0 .25em;
}

.ui-listview .ui-li-aside {
  right: .333em !important
}

.list_div {
	margin: 0px 20px 0px 20px;
	height: 400px;
	width: auto;
	overflow: auto;
}

	.list_div ul {
		list-style-type: none;
		width: auto;
	}

	.list_div h3 {
		font: bold 15px/1.5 Helvetica, Verdana, sans-serif;
	}

	.list_div li img {
		float: left;
		margin: 0 10px 0 0;
	}

	.list_div li p {
		font: 200 11px/1.5 Georgia, Times New Roman, serif;
	}

	.list_div li {
		padding: 5px;
		overflow: auto;
	}

		.list_div li:hover {
			background: #fff;
			cursor: pointer;
		}

    /* the outer-most div has a class of SelectionZone */
	  .SelectionZone
	  {
      border: 3px solid black;
      background-color:lightgray;
	  }
	  .SmallLabel
	  {
      font-size:100%;
      font-style:italic;
      font-weight:bold;
	  }
    /*div[id^="selected_"]
	  {
      display:inline-block !important;
      font-size:180%;
      vertical-align:middle !important;
      border:1px solid gray !important;
      border-radius:5px;
      width:100%;
	  }
	  div[id^="selected_"]:hover
	  {
      background-color:cyan !important;
	  }*/ 
	  div[id^="selected_"] img
	  {
      padding:10px;
	  }

    /* main list of ACOs on duty */
		div[id^="ACO_MAIN_"] 
    {
      display:inline-block;
      vertical-align:middle !important;
      text-align:left;
      border:solid !important;
      border-width:thin !important;
      border-radius: 5px;
      padding-left: 2px;
      padding-right: 2px;
      padding-top: 5px;
      padding-bottom: 7px; 
      border-color:gray;
      width:100%;
      text-decoration:none;
      cursor:pointer;
		}
	  div[id^="ACO_MAIN_"]:hover 
    {
      background:#0B37A4;
      color:white;
	  }
    /* on and off duty links displayed when the aco is selected */
	  div.acolinks
	  {
      display:inline-block;
      margin-top:10px;
      margin-bottom:6px;
	  }

    /* Selected ACO */
 	  div[id^="ACO_ACODESC_"]
	  {
      font-size:180%;
      display:inline-block;
      padding:0px !important;
      margin-bottom:0px;
      vertical-align:text-bottom !important;
	  }

     /* an activity in the main list of uncompleted activities */
		div[id^="ACT_MAIN_"] 
    {
      display:inline-block;
      vertical-align:middle;
      text-align:left;
      border:solid !important;
      border-width:thin !important;
      border-radius: 5px;
      padding-left: 2px;
      padding-right: 2px;
      padding-top: 5px;
      padding-bottom: 7px; 
      border-color:gray;
      width:100%;
      text-decoration:none;
      cursor:pointer;
		}
    div[id^="ACT_MAIN_"]:hover
	  {
      background:#0B37A4;
      color:white;
	  }

    /* a selected activity*/
    div[id^="ACT_DESC_"] 
    {
      font-size:180%;
      display:inline-block;
      vertical-align:middle;
      text-align:left;
      border:solid !important;
      border-width:thin !important;
      border-radius: 5px;
      padding-left: 2px;
      padding-right: 2px;
      padding-top: 5px;
      padding-bottom: 7px; 
      border-color:gray;
      width:100%;
      text-decoration:none;
      cursor:pointer;
		}

    /* an activity showing up in a detail section of the Selected ACO Description */
    div[id^="ACT_ACODESC_"] 
    {
      display:inline-block;
      vertical-align:middle;
      text-align:left;
      /*
      font-size:60% !important;
      border:solid !important;
      border-width:thin !important;
      border-radius: 5px;
      border-color:gray;*/
      line-height:.8;
      padding:0px;
      width:100%;
      margin:0px;
      text-decoration:none;
      cursor:pointer;
		}
	  /*div[id^="ACT_ACODESC_"] :hover
	  {
      background:#0B37A4;
      color:white;
	  }*/
    
		div[id^="Listbox_"] 
    {
      display:block;
		}

    /*
	  div[id^="ACO_ACODESC_"]:hover {
    background:#0B37A4;
    color:white;
	  }*/

	  /*div[id^="ACO_ACODESC_"] img
	  {
      width:44px;
      padding-top:8px;
      padding-bottom:0px;
      vertical-align:bottom;
	  }*/
	
	  .DispatchCompletionControls
	  {
       display:inline-block;
	  }
	  .ActCompleteQty
	  {
      display:inline-block;
	  }
    .ActCompleteResult
	  {
      display:inline-block;
	  }

		#btnACOSearch {
			background: url('../Images/menu/searchgray50.png') no-repeat;
			border: hidden;
			height: 53px;
			width: 50px;
		}
		#btnACOSearch:hover {
			background: url('../images/searchblue50.png') no-repeat;
			border: hidden;
			height: 53px;
			width: 50px;
		}

	  #cbShowThisACOOnly
	  {
      display:inline;
	  }
	  #ShowThisACOOnly
	  {
      display:inline;
	  }

/*a.ui-btn.onduty, a.ui-btn.offduty, a.ui-btn.new_act {
	width: 30% !important;
}*/

/* a.ui-btn.new_act {
	margin-top: 6px;
}*/
 a.ui-btn.new_act:after,a.ui-btn.field_sup:after {
	background-color: #64B264;
}
 
/*#officer_shift {
	align-content:center;
	-ms-align-content: center;
	-webkit-align-content:center;

}*/

input:-webkit-autofill {
  -moz-box-shadow:0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
   box-shadow: 0 0 0px 1000px white inset;
}

div.ui-login {
  max-width:350px;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

textarea.hlp_clr_val {
  min-height: 56px;
}

div.ui-radio.ui-radio3,div.ui-select.ui-radio3, a.ui-radio3, .ui-radio3 {
	width: 33% !important;
}

img.danger {
  float:right;
  margin: 0px;
  position:relative !important;
}

div.ui-radio.ui-radio4, div.ui-select.radio4 {
	width: 25% !important;
}
	div.ui-select.ui_w60 {
  width: 60% !important;
	}
	div.ui-select.ui_w25 {
  width: 25% !important;
	}
	div.ui-select.ui_w10 {
  width: 10% !important;
	}

p.listview_wrap {
    white-space: normal !important;
		text-align: left !important;
}
p.listview_wrap.sep {
    border-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #ddd;
}

.ui-input-search.checker_search,.ui-input-search.offense {
  margin-bottom: 0px !important;
}

.ui-listview.listview_checker.address,#offense_autocomp {
  margin: 0px !important;
}

.ui-icon-alert.licexp:after {
	background-color: red !important;
}
.ui-icon-alert.vacexp:after {
	background-color: red !important;
}
.ui-icon-alert.nolic:after {
	background-color: red !important;
}
.ui-icon-carat-r.licexp:after {
	background-color: red !important;
}
.ui-icon-carat-r.vacexp:after {
	background-color: red !important;
}
.ui-icon-carat-r.nolic:after {
	background-color: red !important;
}
.btn_todo_comp.ui-icon-check.overdue:after {
	background-color: red !important;
}
.btn_todo_ctrl.ui-icon-check.overdue:after {
	background-color: red !important;
}
a.ui-icon-forbidden.flag:after, a.ui-icon-alert.bite.flag:after, a.ui-icon-alert.kenhold.flag:after {
  background-color: #e06868 !important;
}

/*.ui.btn.ui-icon-bars:after, ui-btn.ui-icon-gear:after {
  background-size: 75% !important;
  background-color: green !important;
}*/


a.ui-btn.ui_resetpwd.dblchk:after {
  background-color: #ff9933;
}

div.working > .ui-collapsible-heading > a.ui-icon-star:after {
  /*background-color:green;*/
}

div.overdue > .ui-collapsible-heading > a.ui-icon-clock:after,.assign.overdue.ui-icon-clock:after,div.overdue > .ui-collapsible-heading > a.ui-icon-minus:after {
  background-color:#e06868;
}
a.btn-checker.ui-btn,a.ui-btn.li-offense {
    font-size: 12px !important;
    font-weight: normal;
    background-color: #fff;
}

li.offense {
    font-size: 13px !important;
    font-weight: normal;
}

img.actdan {
  float:right;
  position:relative !important;
}

span.priority,span.service {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-left: 4px;
    padding-top: 1px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;

    text-align: center;
    font-size: 1.1em;
    font-weight:600;
    float:right;
}
  span.priority.one {
    background-color: #660099;
    color: white;
  }
  span.priority.two {
    background-color: #CC6600;
    color: white;
  }   
  span.priority.thr {
    background-color: green;
    color: white;
  }
  span.priority.dan {
    background-color: #CC0000;
    color: white;
  }
  span.priority.oth,span.service.in {
    background-color: grey;
    color: white;
  }
  span.service.out {
    background-color:#ff9933;
    color:black;
  }

  span.pricolor.one,h3.priority.one {
    color:#660099 !important;
  }

  span.pricolor.two,h3.priority.two {
    color:#CC6600 !important;
  }

  span.pricolor.thr,h3.priority.thr {
    color:green !important;
  }

  span.pricolor.dan,h3.priority.dan {
    color:#CC0000 !important;
  }

  h3.priority.oth {
    color:#464040 !important;
  }

/*#btn_new_act {
	background-color: #64B264;
	color:white;
}*/
.ui-icon-alert.offduty:after {
	background-color: #ff9933;
}
/*.ui-icon-clock.onduty:after {
	background-color: #3eb249;
}*/

a.btn_loc_verify.verified:after {
  background-color: #64B264 !important;
}

a.btn_loc_verify.unchecked:after {
  background-color: red !important;
}

a.btn_loc_verify.recheck:after {
  background-color: #ff9933 !important;
}

.ui-icon-info.skip_tab_context:after {
	background-color: red !important;
}
.ui-icon-info.include_tab_context:after {
  background-color: #64B264 !important;
}
.ui-icon-info.exclude_tab_context:after {
	background-color: #ff9933 !important;
}
.ui-icon-check.success:after {
  background-color: #64B264 !important;
}
.ui-icon-check.error:after {
  background-color: red !important;
}
.my-btn-popup:after {
	background-color: #272c27 !important;
}

.ui-collapsible-inset .ui-collapsible-content {
  margin: 1px !important;
  /*background-color: #dee8dc !important;*/
}

div.jqm-block-content p {
	text-align: center; 
	padding: 0 1em 0 1em;
}

div.jqm-block-content p.error {
	color: red; 
}

div.ui-animal_id {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #333;
}

/*.include_tab_context {
    color: green !important;
}
.exclude_tab_context {
    color: red !important;
}

.skip_tab_context {
	color: purple !important;
}*/

span.id:not(.wcidn) {
	color: #3eb249;
	font-family: 'Open Sans', sans-serif;
}
.wcidn{
  color: #fff;
}

.Label_OnDuty {
  padding: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline;
  background-color: lightgreen;
  border: none;
}
	  .Label_OffDuty
	  {
      padding:4px;
      margin-bottom:4px;
      display:inline;
      background-color:lightgray;
      border:none;
	  }
	  .Label_InSrvc
	  {
      padding:4px;
      margin-bottom:4px;
      display:inline;
      background-color:lightgreen;
      border:none;
	  }
	  .Label_OutOfSrvc
	  {
      padding:4px;
      margin-bottom:4px;
      display:inline;
      background-color:yellow;
      border:none;
	  }

	  a.DutySrvc
	  {
      display:inline;
      background-color:lightgray;
      border: 2px outset;
      padding-left:2px;
      padding-right:2px;
	  }
	  a.DutySrvc:hover
	  {
      color:white;
      background-color: blue;
	  }
    .DISP_NEW
    {
      display:inline-block;
      background-color:white;
    }  
    .DISP_DISPATCHED
    {
      display:inline-block;
      background-color:yellow;
    }  
    .DISP_WORKING
    {
      display:inline-block;
      background-color:lightgreen;
    }  
    .DISP_COMPLETED
    {
      display:inline-block;
      background-color:lightgray;
    }  
    .DISP_PENDING
    {
      display:inline-block;
      background-color:lightgray;
    }  
    .DISP_CANCELLED
    {
      display:inline-block;
      background-color:lightgray;
    }
	  .DISP_OVERDUE
	  {
      display:inline-block;
      background-color:red;
      color:white;
	  }
/* Signature pad style */
/*.signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 460px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 16px;
}

  .signature-pad::before,
  .signature-pad::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 40%;
    height: 10px;
    bottom: 10px;
    background: transparent;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
  }

  .signature-pad::before {
    left: 20px;
    -webkit-transform: skew(-3deg) rotate(-3deg);
    transform: skew(-3deg) rotate(-3deg);
  }

  .signature-pad::after {
    right: 20px;
    -webkit-transform: skew(3deg) rotate(3deg);
    transform: skew(3deg) rotate(3deg);
  }

.signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f4f4f4;
}

  .signature-pad--body
  canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 80%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
  }

.signature-pad {
  margin: auto;
  height: auto;
}

.signature-pad--body {
  min-height: 360px;
}

.signature-pad--actions {
  overflow: hidden;
}

  .signature-pad--actions > div:first-child {
    float: left;
  }

  .signature-pad--actions > div:last-child {
    float: right;
  }*/
/*End signature pad stype*/
