/* Tab menu */

.tabmenu2 {
	margin: 0 !important;
	padding: 0 !important;
	line-height: normal !important;
	border-bottom: 3px solid #aeb0b5;
	overflow: hidden;
	_height: 1%;
	clear: both;
	font-size: 95%;
	font-family: inherit;
}
.tabmenu2 li {
	float: left;
	list-style: none;
	margin-right: 3px;
	margin-top: 1px;
}
.tabmenu2 a {
	padding: .25em .5em;
	display: block;
	background-color: #d6d7d9;
	text-decoration: none;
	font-weight: normal;
}
.tabmenu2 a:hover,
.tabmenu2 a:focus {
	background-color: #02bfe7;
	text-decoration: none !important;
}
.tabmenu2 .current a,
.tabmenu2 .current a:hover,
.tabmenu2 .current a:focus {
	background-color: #aeb0b5;
}
.tabmenu2 .disabled a {
	color: #a2a4aa;
}
.tabmenu2 .disabled a:hover,
.tabmenu2 .disabled a:focus {
	background-color: #d6d7d9;
}
.tabmenu2 span {
	font-weight: bold;
}



/* Tabmenu2 Wizard */

ul.wizard {
	font-size: .8em;
	margin-top: 2em !important; /* -4px compensation */
}
ul.wizard.nosteps.revisions {
	margin-top: -25px !important;
}
ul.wizard:after {
	content: "";
	display: table;
	clear: both;
}
ul.wizard li a,
ul.wizard li a:visited {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	height: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1a4480;
}
ul.wizard li strong {
	display: block; /* fix for IE */
}
ul.wizard li.step.current a {
	height: 44px;
	color: #000;
}
ul.wizard li.disabled a:hover,
ul.wizard li.disabled a:focus {
	cursor: not-allowed;
}
ul.wizard li {
	position: relative;
	margin: 4px 8px;
}
ul.wizard li + li {
	margin-left: 8px;
}
ul.wizard li.step.first {
	margin-left: 0;
}
ul.wizard li.step.last {
	margin-right: 0;
}
ul.wizard li.step.first a {
	padding-left: 10px;
}
ul.wizard li.step.last a {
	padding-right: 10px;
}
ul.wizard li.step a:after,
ul.wizard li.step a:before {
	content: "";
	position: absolute;
	z-index: 50;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px;
	border-left-width: 10px;
	border-right-width: 0;
}
ul.wizard li.step.current a:after,
ul.wizard li.step.current a:before {
	border-width: 22px;
	border-left-width: 12px;
	border-right-width: 0;
}
ul.wizard li.step a:after {
	right: -10px;
	border-color: transparent;
	border-left-color: #d6d7d9;
}
ul.wizard li.step a:before {
	left: -10px;
	border-color: #d6d7d9;
	border-left-color: transparent;
}
ul.wizard li.step.enabled a:hover:after,
ul.wizard li.step.enabled a:focus:after {
	border-left-color: #02bfe7;
}
ul.wizard li.step.enabled a:hover:before,
ul.wizard li.step.enabled a:focus:before {
	border-color: #02bfe7;
	border-left-color: transparent;
}
ul.wizard li.step.current a:after {
	right: -12px;
	border-left-color: #aeb0b5;
}
ul.wizard li.step.current a:before {
	left: -12px;
	border-color: #aeb0b5;
	border-left-color: transparent;
}
ul.wizard li.step.first a:before {
	display: none;
}
ul.wizard li.step.current {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10px;
}
ul.wizard li.step.last a:after {
	right: -10px;
	display: block;
	border: none;
	width: 10px;
	height: 35px;
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
	background-image: linear-gradient(45deg, #d6d7d9 25%, transparent 25%, transparent 75%, #d6d7d9 75%, #d6d7d9 100%), linear-gradient(45deg, #d6d7d9 25%, transparent 25%, transparent 75%, #d6d7d9 75%, #d6d7d9 100%);
}
ul.wizard li.step.last.current a:after {
	height: 45px;
	background-image: linear-gradient(45deg, #aeb0b5 25%, transparent 25%, transparent 75%, #aeb0b5 75%, #aeb0b5 100%), linear-gradient(45deg, #aeb0b5 25%, transparent 25%, transparent 75%, #aeb0b5 75%, #aeb0b5 100%);
}
ul.wizard li.step.last.enabled a:hover:after,
ul.wizard li.step.last.enabled a:focus:after {
	background-image: linear-gradient(45deg, #02bfe7 25%, transparent 25%, transparent 75%, #02bfe7 75%, #02bfe7 100%), linear-gradient(45deg, #02bfe7 25%, transparent 25%, transparent 75%, #02bfe7 75%, #02bfe7 100%);
}

ul.wizard { /* needs UL to properly reset a counter */
	counter-reset: wizard-steps;
}
ul.wizard li.step {
	counter-increment: wizard-steps;
}
ul.wizard li.step a span:before {
	content: counter(wizard-steps);
	position: relative;
	line-height: 0;
	font-size: 1.7em;
	top: .1em;
	margin-right: 5px;
	color: inherit;
}
ul.wizard li.step.errors span {
	padding-right: .5em;
}
ul.wizard li.step.processing span {
	padding-right: 1em;
}

ul.wizard li.step abbr.errors {
	z-index: 51;
	margin-top: .04rem;
	line-height: 1;
	right: -.15em;
	font-size: 200%;
}
ul.wizard li.step.current abbr.errors {
	color: inherit;  /* The red isn't contrasty enough on tab headers - BI-4702 */
}


.hourglass-spin {
	font-size: .9rem;
	position: absolute;
	z-index: 51;
	margin-top: -.4em;
	letter-spacing: normal;
}
.hourglass-spin > [class*=fa-hourglass] {
	animation: showhide 4s steps(1) infinite;
	opacity: 0;
}
.hourglass-spin > .fa-hourglass-end {
	animation-delay: 2s;
}
.hourglass-spin > .fa-hourglass-half {
	animation-delay: 1s;
	xxxdisplay: none;
}
.hourglass-spin > .fa-hourglass-start {
	animation-delay: 0s;
	xxxdisplay: none;
}
.hourglass-spin > .fa-hourglass-end.spin {
	animation: showhidespin 4s linear infinite;
}

@keyframes showhide {
	0% { opacity: 1; }
	25% { opacity: 0; }
}
@keyframes showhidespin {
	0% { opacity: 0; }
	74.9999999% { opacity: 0; }
	75% { opacity: 1; transform: rotate(0deg); }
	100% { opacity: 1; transform: rotate(180deg); }
}


ul.wizard li.step .icon-queued {
	position: absolute;
	z-index: 51;
	right: -10px;
	animation: icon-rotation 2s ease 2s infinite;
}
@keyframes icon-rotation {
	0%, 10% { transform: rotate(0deg); }
	90%, 100% { transform: rotate(180deg); }
}

/* Revisions link */

ul.wizard li:not(.step) {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
ul.wizard li:not(.step) a {
	padding: 0 10px;
}


/* Vertical process steps */

ol.process {
	counter-reset: process-steps;
	margin-left: -1.5em;
}
ol.process > li {
	counter-increment: process-steps;
	border-left: 4px solid #aeb0b5;
	padding: 0 0 1em 2em;
	list-style: none;
	margin: 0;
	line-height: 2.5;
}
ol.process > li:before {
	content: counter(process-steps);
	position: absolute;
	width: 1.6em;
	height: 1.6em;
	margin-left: -2.7em;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	border: 4px solid #fff;
	background: #849097;
	border-radius: 50%;
	line-height: 1.5;
}
ol.process > li:last-child {
	border-left-color: transparent;
}
ol.process > li > h2:first-child {
	margin-top: 0;
	padding-top: .4rem;
	font-family: inherit;
}
@media screen and (max-width: 600px) {
	ol.process {
		margin-left: -1.8rem;
	}
	ol.process > li {
		padding-left: 1.2em;
	}
	ol.process > li:before {
		margin-left: -4.3rem;
	}
	fieldset.ruler-before:before {
		margin-top: 3rem;
	}
}


/* Tab menu underline */
.tabmenu5 {
	margin: 0 !important;
	padding: 0 !important;
	line-height: normal !important;
	max-width: none !important;
	border-bottom: 2px solid #aeb0b5;
	clear: both;
	font-family: inherit;
	display: flex;
}
.tabmenu5 li {
	list-style: none;
	margin-bottom: 0 !important;
    font-size: 1rem;
    height: 2.8em;
	display: flex;
	position: relative;
}
.tabmenu5 a {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	text-align: center;
	padding: 0 1em;
	text-decoration: none;
	font-weight: bold;
	color: #005ea2;
	position: relative;
	outline-offset: -1px;
	white-space: nowrap;
}
.tabmenu5 a:hover,
.tabmenu5 a:focus {
	text-decoration: none !important;
	color: #1a4480;
}
.tabmenu5 a:active {
	background-color: #ddd;
}
.tabmenu5 .current a:before {
	content: "";
	display: block;
	position: absolute;
	height: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #aeb0b5;
}
.tabmenu5 .current a,
.tabmenu5 .current a:hover,
.tabmenu5 .current a:focus {
	color: #212121;
}
.tabmenu5 .disabled a {
	color: #a2a4aa;
}





/* Commands */

.next {
	padding-right: 10px;
	background: url(../images/i_next.gif) no-repeat right;
	margin-left: 1em;
}

.back {
	padding-left: 10px;
	background: url(../images/i_back.gif) no-repeat left;
}

.default {
	margin-left: 1em;
}

.next input,
.default input {
	outline: green solid 3px;
}

.back input,
.cancel input {
	outline: #2388E4 solid 3px;
}






/* Tables */


table, td, th {
	border: none;
	empty-cells: show;
	border-collapse: collapse;
	border-color: #CCC;
	border-width: 1px;
}

table {
	margin-bottom: 1em;
	*margin-bottom: 0;
	*margin-top: 1em;
	border-bottom-style: solid;
	*border-top: 3px solid #BBB;
}

thead {
	border-top: 3px solid #BBB;
}

td, th {
	border-left-style: solid;
	padding: 4px 8px;
}

th {
	border-left: 1px solid #BBB;
	background: #CCC;
}

table table th,
tbody th {
    background: #DDD;
}

td:first-child,
th:first-child {
	border-left: none;
}

tfoot {
	display: none;
}

td {
	vertical-align: top;
	line-height: 1.5;
}

table caption {
	text-align: left;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	color: #212121;
}

table caption span {
	background: #BBB;
	padding: .25em .5em;
	display: block;
	float:left;
}

table caption .edit-link {
	font-style: normal;
	color: #000;
	font-weight: normal;
}

tbody > tr > th {
	font-weight: normal;
	text-align: left;
	padding-left: 8px;
	color: #666;
}

td.form-status.incomplete {
	color: #cd2026;
}

td.form-status.incomplete .descr {
	font-weight: bold;
}

td.form-status.incomplete ul {
	margin: 0 !important;
	padding-left: 1em !important;
	font-size: 90%;
}

td.form-status.complete {
	color: Green;
}

td.form-status.complete .descr {
	font-weight: bold;
}

.completed td.form-status.complete {
	color: #AAA;
}

.completed td.form-status.complete .descr {
	font-weight: normal;
}

table a {
	text-decoration: none;
}

tbody a:hover {
	text-decoration: underline;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
	background-color: #F5F5F5;
}




/* USWDS tables tuning */

/*
table a {
	text-decoration: none;
}

.zebra th,
.zebra td {
	border-left: 0;
	border-right: 0;
	padding: .5em 1em;
	xxxvertical-align: top;
	line-height: 1.5;
}
.zebra td {
	border-color: #aeb0b5;
}

.zebra th:first-child,
.zebra td:first-child {
	padding-left: .5em;
}
.zebra th:last-child,
.zebra td:last-child {
	padding-right: .5em;
	text-align: right;
}
table caption {
	margin-bottom: 0;
	font-family: inherit;
}
table th.sorted {
	box-shadow: inset 0 -3px 0px 0px #5b616b;
}


.zebra.black th a,
.zebra.black th.sorted .sorting .fa {
	color: #212121;
}
.zebra.black th a:hover,
.zebra.black th.sorted a:hover .sorting .fa {
	color: #1a4480;
}
*/











/* .zebra tbody tr { background-color: #FFF } */
/*.zebra tbody tr:nth-child(even) { background: #F5F5F5 }*/ /* It suppose to fill even rows in tables... Maybe some day in a future */
.zebra tbody tr.altrow { background-color: #F5F5F5; background-color: rgba(0, 0, 0, 0.04) }
col.sorted-col { background-color: #F5F5F5 }

.zebra tbody tr:hover { background-color: #c9e7f4 }

.zebra tbody tr.highlight:hover,
.zebra tbody tr.altrow.highlight:hover { background-color: #ff0 }



.zebra tbody tr.attn { background-color: #FFD9DF }
.zebra tbody tr.altrow.attn { background-color: #FFCED5 }

.zebra tbody tr.attn.highlight { background-color: #FFB428 }
.zebra tbody tr.altrow.attn.highlight { background-color: Orange }


.zebra tbody tr.highlight { background-color: #ff9 }
.zebra tbody tr.altrow.highlight { background-color: #ff6 }


.zebra tbody tr.attn:hover,
.zebra tbody tr.attn.highlight:hover,
.zebra tbody tr.attn:hover a
{ background-color: #00008B; color: white }

.zebra tbody tr.removed,
.zebra tbody tr.removed *,
.zebra tbody tr.completed,
.zebra tbody tr.completed * { color: #aeb0b5 }
.zebra tbody tr.inqueue,
.zebra tbody tr.inqueue * { color: #CCC }
.zebra tbody tr.removed img { opacity: .3 }
.zebra tbody tr.removed a,
.zebra tbody tr.completed a { text-decoration: underline }

.zebra tbody tr.removed:hover,
.zebra tbody tr.removed:hover * {
	color: #212121;
}
.zebra tbody tr.removed:hover a {
	color: #1a4480;
}



/* sorting table headers */

table.sortable th.sorted {
	background-color: #bbb;
}
table.sortable th a {
	padding-top: 4px;
	margin-top: -4px;
	background-repeat: no-repeat;
	background-position: top right;
	
	color: #1a4480;
	display: inline-block;
	width: 100%;
	
	position: relative;
    z-index: 0;
}

table.sortable th.sorted.asc a {
	background-image: url(../images/i_sort_asc_00f.gif);
}
table.sortable th.sorted.desc a {
	background-image: url(../images/i_sort_desc_00f.gif);
}
table.sortable th.sorted.desc a:hover,
table.sortable th.sorted.desc a:focus {
	background-image: url(../images/i_sort_asc_00f.gif);
}
table.sortable th.sorted.asc a:hover,
table.sortable th.sorted.asc a:focus {
	background-image: url(../images/i_sort_desc_00f.gif);
}
table.sortable th a:hover,
table.sortable th a:focus {
	background-image: url(../images/i_sort_asc_00f.gif);
}

/* DataView fixes */

table.sortable th.sorted.desc a:focus {
	background-image: url(../images/i_sort_desc_00f.gif);
}
table.sortable th.sorted.desc a:focus:hover {
	background-image: url(../images/i_sort_asc_00f.gif);
}
table.sortable th.sorted.asc a:focus {
	background-image: url(../images/i_sort_asc_00f.gif);
}
table.sortable th.sorted.asc a:focus:hover {
	background-image: url(../images/i_sort_desc_00f.gif);
}


table.sortable th.sortable a {
	margin-left: -2px;
}
table.sortable th.sortable a,
table.sortable th.sortable.sorted a,
table.sortable th.sortable.sorted a:hover,
table.sortable th.sortable.sorted a:focus,
table.sortable th.sortable.sorted a:focus:hover {
	background-image: none;
}
table.sortable th a .fa {
	position: absolute;
	color: #212121;
	font-size: 120%;
	z-index: -1;
}
table.sortable th a:hover .fa,
table.sortable th.sorted a .fa {
	color: #1a4480;
}
table.sortable th.sortable a,
table.sortable th.sortable.sorted .sorting .fa {
	color: #212121;
}
table.sortable th.sortable a:hover {
	color: #1a4480;
}
table.sortable th.sortable.sorted a:hover .sorting .fa {
	color: #212121;
}
table.sortable th.sortable.sorted.asc a .fa-caret-down,
table.sortable th.sortable.sorted.desc a .fa-caret-up {
	visibility: hidden;
}
table.sortable th.sortable.sorted.asc a:hover .fa-caret-down,
table.sortable th.sortable.sorted.desc a:hover .fa-caret-up {
	visibility: visible;
	color: #1a4480;
}

.sorting-wrapper {
	display: inline-table;
	border-collapse: separate;
	padding-right: 1em;
	position: relative;
}
.sorting {
	position: absolute;
	right: .7em;
	top: 50%;
}
.fa-caret-up {
	position: absolute;
	margin-top: -.75em;
}
.fa-caret-down {
	position: absolute;
	margin-top: -.3em;
}



/* table cell text alignments */
.col1-align-right tr > *:first-child,
.col2-align-right tr > *:nth-child(2),
.col3-align-right tr > *:nth-child(3),
.col4-align-right tr > *:nth-child(4),
.col5-align-right tr > *:nth-child(5),
.col6-align-right tr > *:nth-child(6),
.col7-align-right tr > *:nth-child(7),
.col8-align-right tr > *:nth-child(8),
.col9-align-right tr > *:nth-child(9),
.col-last-align-right tr > *:last-child,
.col2r-align-right tr > *:nth-last-child(2), /* 2nd column from the right and so on... */
.col3r-align-right tr > *:nth-last-child(3),
.col4r-align-right tr > *:nth-last-child(4),
.col5r-align-right tr > *:nth-last-child(5),
.col6r-align-right tr > *:nth-last-child(6),
.col7r-align-right tr > *:nth-last-child(7),
.col8r-align-right tr > *:nth-last-child(8),
.col9r-align-right tr > *:nth-last-child(9) {
	text-align: right;
}




/* Shared Styles */

.pipelist { list-style: none }
.pipelist li { display: inline }
.pipelist li:before { content: "| " }
.pipelist li:first-child:before { content: "" }

.pipelist li {
	padding: 0 .5em;
	border-left: 1px solid #CCC;
}
.pipelist li:first-child {
	border: none;
}




/* Fieldsets */

fieldset,
fieldset legend {
	background-color: #e2f3f8;
}
fieldset fieldset,
fieldset fieldset legend {
	background-color: #dce4ef;
}
fieldset fieldset fieldset,
fieldset fieldset fieldset legend {
	background-color: #9bdaf1;
}

/* This is a fix for WebKit browsers */
.js fieldset.collapsed,
.js fieldset.collapsed.alt.empty {
	background-color: transparent;
}
.js fieldset.alt {
	background-color: #e2f3f8;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0 0 .5em .01em; /* 0.01 specially for Firefox -- 0 will collapse legend */
	top: 1.25em;
	position: relative;
	margin-bottom: 2em;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Chrome CSS here */
	fieldset {
		xxxmargin-top: -.65em;
		xxxmargin-bottom: -.65em !important;
	}	 
}

fieldset fieldset {
	margin: 0 0 2em 0;
}
fieldset fieldset.legend  {
	margin-top: 1em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Chrome CSS here */
	fieldset fieldset.legend {
		margin-top: 0;
	}
}
@-moz-document url-prefix() {
	fieldset fieldset.legend {
		margin-top: 1em;
	}
}
@supports (-ms-ime-align: auto) { /* undo Chrome fix for IE Edge */
	fieldset fieldset.legend {
		margin-top: 1em;
	}
}


fieldset legend {
	padding: .25em 1em 0 1em;
	border-bottom: none;
	font-weight: bold;
	margin-top: -1.25em;
	position: relative;
	*left: -.5em;
	color: #5b616b;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Chrome CSS here */
	fieldset legend:not(*:root) {
		top: -.45em;
	}
}
@supports (-ms-ime-align: auto) { /* undo Chrome fix for IE Edge */
	fieldset legend {
		top: auto;
	}
}


/*Fix for Safari 1-3, but not for 3.1*/
html*fieldset legend {
	top: -.6em;
	*top: 0;
}/**/


fieldset form,
fieldset .fieldset {
	padding: 1em 1em 0 1em;
	/* overflow: hidden; */ /* floats clearing demoved due to use inline-blocks instead floats */
}

fieldset.nolegend {
	position: static;
	margin-bottom: 1em;
	background-color: transparent;
	padding: 0;
	overflow: hidden;
	
}

fieldset.nolegend p,
#content fieldset.nolegend p,
fieldset.nolegend div {
	float: left;
	margin: 0 1em 0 0;
}

fieldset.nolegend p:last-child,
#content fieldset.nolegend p:last-child,
fieldset.nolegend div:last-child {
	margin-right: 0;
}

fieldset.nolegend label span {
	display: block;
}


.field > fieldset,
.field > fieldset > legend {
	margin: 0;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
}
.field > fieldset > legend {
	color: #212121;
	position: static;
	font-weight: normal;
}



.field .file-widget {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: baseline;
}
.field .file-widget .filename {
	margin-right: 1.5em;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}
.field .file-widget b,
.field .filetrack-files-list b {
	font-weight: normal;
}
.field .file-widget i {
	order: 0;
	flex: 1 1 auto;
	align-self: auto;
	font-style: normal;
	white-space: nowrap;
	margin-right: 1.5em;
	text-align: right;
}
.field .file-widget .date {
	display: inline-block;
	width: 6.5em;
	text-align: right;
}
.file-widget button {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}
.file-widget progress {
	margin-left: 1.5em;
	width: 7.7em;
}
.file-widget input[type=file] {
	margin-top: 2px;
}
.file-widget .file-error {
	margin-left: 1.5em;
	color: #cd2026;
}

.filetrack-files-list time,
.filetrack-files-list progress {
	display: inline-block;
	width: 8.5em;
}
table.form.filetrack-files-list tbody td:last-child {
	text-align: center;
}
table.form.filetrack-files-list a.delete-row {
	margin-top: 0;
}





.err {
	padding: .5em;
	background-color: #cd2026;
}

.err dt {
	float: left;
	color: yellow;
	font-weight: bold;
	text-decoration: blink;
}

.err dd {
	margin-left: 5em;
	color: white;
}

.err ds {
	float: left;
	font-weight: bold;
	color: white;
}

.warning {
	padding: .5em;
	background-color: #FF6;
}

.warning dt {
	float: left;
	font-weight: bold;
}

.warning dd {
	margin-left: 5em;
}

.err pre,
.warning pre {
	margin: 0;
}




/* Maps: latitude/longitude widget and overview */
.gllpMap {
	float: right;
	margin-left: 1em;
	margin-bottom: -5em;
	width: 24em;
	height: 5.5em;
	transition-property: width, height, margin;
	transition-duration: .2s;
	z-index: 50;
}
.gllpMap.large {
	margin-bottom: -10.5em;
	width: 48em;
	height: 12.5em;
	z-index: 60;
}
.fline:last-child .gllpMap {
	margin-bottom: -.5em;
}
.gllpMap .gmnoprint {
	transition: opacity .5s;
	opacity: 0;
}
.gllpMap.large .gmnoprint {
	opacity: 1;
}
input.gllpUpdateButton {
	display: none;
}
.review dd .gllpMap {
	margin-bottom: .5em;
}
.review dd .gllpMap.large {
	margin-bottom: -4em;
}
.review dl.mapinside {
	height: 5em;
}
.review dl.mapinside dd {
	position: absolute;
}





/* pagination */

.pagination {
	overflow: hidden;
	height: 1%;
	}
.pagination li {
	float: left;
	list-style: none;
	background: #d6d7d9;
	margin: 0 .05em;
	}
.pagination .prev-hellip,
.pagination .next-hellip {
	background: none;
	margin: 0;
	}
.pagination .current {
	background: none;
	}
.pagination a,
.pagination strong {
	display: block;
	padding: .25em .35em .1em;
	text-decoration: none !important;
}
.pagination .prev-hellip a,
.pagination .next-hellip a {
	padding: .25em .15em .1em;
}
.pagination a:link,
.pagination a:visited {
	color: #1a4480;
}
.pagination a:hover {
	background-color: #02bfe7;
}
.pagination .prev-page,
.pagination .next-page,
.pagination ul {
	float: left;
	margin: 0 .05em !important;
	line-height: normal;
}
.pagination ul {
	padding: 0;
	margin: 0;
}
.pagination a.disabled,
.pagination a.disabled:hover {
	color: #aeb0b5; /* #BBB; */
	background: none;
}


/* Search bar */
.search-bar {
	float: right;
	margin-bottom: .5em;
}
.search-bar input[type=search] {
	width: 20em;
}




/* Pipe list */
.pipelist2l,
.pipelist2r {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
/*	width: 100%;*/
	}

/* Pipe list - left aligned */
.pipelist2l li {
	float: left;
	padding: 0 .5em;
	border-left: 1px solid #000;
	margin-left: -1px;
	}
.pipelist2l li:first-child {
	padding-left: 0;
	}

/* Pipe list - right aligned */
.pipelist2r li {
	float: right;
	padding: 0 .5em;
	border-right: 1px solid #000;
	margin-right: -1px;
	}
.pipelist2r li:first-child {
	padding-right: 0;
	}



/* content loading animation */
@keyframes loader {
	to {
		transform: rotate(360deg);
	}
}

.loading {
	position: relative;
	width: 24px;
	height: 24px;
}

.loading:before {
	content: 'Loadingâ€¦';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	margin-left: -10px;
}

.loading:not(:required):before {
	content: '';
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, .3);
	border-top-color: rgba(0, 0, 0, .6);
	animation: loader .6s linear infinite;
}

.loading-content {
	transition: opacity 0.4s ease-in;
}

.loading > .loading-content {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0s;
}


/* Restyled JIG Dialog */
.ui-dialog {
	z-index: 199 !important; /* Prevent Handsontable header rendering above a dialog */
}
.ui-dialog .ui-dialog-titlebar {
	font-weight: 400;
	font-size: 1.5rem;
	margin-bottom: 0 !important;
	background-color: #1a4480;
	color: #f1f1f1;
	padding-top: 16px;
	padding-bottom: 12px;
	padding-left: 24px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	color: #f1f1f1;
	padding: .5rem .7rem;
	margin-top: 15px;
	margin-right: 10px;
	box-shadow: inset 0 0 0 2px transparent;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	font-size: 1rem;
	background-color: transparent;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
	color: #9bdaf1;
}
.ui-dialog .ui-dialog-titlebar .ui-icon {
	position: static;
	background-image: none;
	text-indent: inherit;
	width: auto;
	height: auto;
	font: 14px/1 FontAwesome;
	font-size: inherit;
}
.ui-dialog .ui-dialog-titlebar .ui-icon:before {
	content: "\f00d";
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	margin-bottom: 0;
}
.ui-dialog .ui-dialog-buttonpane {
	background: transparent;
	border: none;
    margin: 0 !important;
    padding: 0 24px 16px 24px !important;
    min-height: 1em;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .6em 0 0;
}
.ui-dialog .ui-dialog-buttonpane button:last-of-type {
	margin-right: 0;
}
.ui-dialog .ui-dialog-content {
	line-height: 1.5;
}

.ui-dialog, .ui-dialog.ui-widget.ui-widget-content {
	padding: 0 !important;
	font-size: inherit;
	border: none;
	border-radius: 4px;
	box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
}


/* Truncate text block with Show More/Less button. JS: truncateShowMore */
.truncate {
	overflow: hidden;
}
.truncate:not(.truncated) {
	height: auto !important;
}
.truncate.fade-out {
	position: relative;
}
.truncated.fade-out::before {
	content: '';
	width: 100%;
	height: 4.5em;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.truncate + .show-more-less {
	display: inline-block;
	margin-top: .5em;
}
.truncate + .show-more-less:hover {
	cursor: pointer;
	text-decoration: underline;
}



/* Experiment banner */
.experiment-banner {
	line-height: 1.4rem;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #fff1d2;
	border-top: 1px solid rgba(0,0,0,.15);
	border-bottom: 1px solid rgba(0,0,0,.15);
	color: rgba(0,0,0,.8);
	position: relative;
	z-index: 3;
	position: fixed;
	top: 0;
	width: 100%;
}

.experiment-banner:not([class ~= dismissed]) {
	animation: banner-appearance 1s ease-out;
}

.experiment-banner.
@media screen and (max-width:759px) {
	.experiment-banner {
		display: none;
	}
}
.experiment-banner.dismissed {
	top: -4rem;
	transition: .5s top ease-in;
}
.experiment-banner a,.experiment-banner a:hover,.experiment-banner a:visited {
	text-decoration: underline;
	color: rgba(0,0,0,.8);
	display: inline-block;
}
.experiment-banner a:hover {
	text-decoration: none;
}
.experiment-banner .warning-message {
	padding-right: 3rem;
	padding-left: 1rem;
}
@media screen and (min-width:541px) {
	.experiment-banner .warning-message {
		padding-left: 4rem;
	}
	.experiment-banner .warning-message::before {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		content: '';
		display: block;
		width: 2.2rem;
		height: 100%;
		background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEzMC4wNiAxMzAuMDYiIGhlaWdodD0iMTMwLjA2IiB3aWR0aD0iMTMwLjA2Ij4KICA8ZyBzdHlsZT0iZmlsbDojNDk0NDQwIj4KICAgIDxjaXJjbGUgcj0iMy4zIiBjeT0iMzcuODUwMDAyIiBjeD0iNTcuMzU5OTg1IiAvPgogICAgPGNpcmNsZSByPSIyLjgiIGN5PSI0MS40Mzk5OTkiIGN4PSI3MS4zNjk5OTUiIC8+CiAgICA8Y2lyY2xlIHI9IjMuODA5OTk5OSIgY3k9IjI4Ljc5MDAwNSIgY3g9IjY4LjIzMDAxMSIgLz4KICAgIDxwYXRoIGQ9Im0gNjYuODYsMTAyLjkyMDAxIC00LjUyLDAgYyAtMjAuNjksMCAtMjUuMzksLTkgLTI1LjU4LC05LjQyIGwgLTAuNDIsLTAuODQgMTksLTI2LjQyIDAsLTQuODMgYSAyNi4zNCwyNi4zNCAwIDAgMSAtNC4yMywtMy4yMiBjIC0yLjQ2LC0yLjQ2IC0wLjUyLC02LjU0IC0wLjI5LC03IGwgMC40MywtMC44NiAyNi42MSwwIDAuNDMsMC44NiBjIDAuMjMsMC40NiAyLjE3LDQuNTQgLTAuMjksNyBhIDI2LjM0LDI2LjM0IDAgMCAxIC00LjIzLDMuMjIgbCAwLDQuODMgMTksMjYuNDIgLTAuNDIsMC44NCBjIC0wLjA5LDAuMzYgLTQuOCw5LjQyIC0yNS40OSw5LjQyIHogbSAtMjYuNzgsLTEwLjA5IGMgMS41NywxLjkgNy4xNyw3IDIyLjI3LDcgbCA0LjUyLDAgYyAxNS4wNywwIDIwLjY5LC01LjA2IDIyLjI3LC03IGwgLTE4LjQ1LC0yNS42MSAwLC03LjYxIDAuNzgsLTAuNDUgYSAyNi40MywyNi40MyAwIDAgMCA0LjM3LC0zLjIxIGMgMC41LC0wLjUgMC4zMSwtMS42NSAwLC0yLjUyIGwgLTIyLjUxLDAgYyAtMC4yOCwwLjg4IC0wLjQ1LDIgMCwyLjUyIGEgMjYuNDMsMjYuNDMgMCAwIDAgNC4zNywzLjIxIGwgMC43OCwwLjQ1IDAsNy42MSB6IiAvPgogICAgPHBhdGggZD0ibSA0NS40Niw5Ny4zODAwMSAtMS4zMywtMC44ODggMTEuODUyLC0xNi45MDIgMjUuNDc2LDAgMC45MjIsMS45IC0yNS43LDAgeiIgLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat center/3.3rem;
		left: 1rem;
	}
}
.experiment-banner .warning-message a {
	display: inline-block;
}
.experiment-banner .warning-message .close-banner-button {
	width: 3rem;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	top: .1rem;
	right: 0;
	outline-offset: -.3rem;
	background-color: transparent;
}
.experiment-banner .warning-message .close-banner-button::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB2aWV3Qm94PSIwIDAgNDc3LjE3NSA0NzcuMTc1IgogICB3aWR0aD0iNDc3LjE3NXB4IgogICBoZWlnaHQ9IjQ3Ny4xNzVweCIKICAgdmVyc2lvbj0iMS4xIj4KICA8cGF0aAogICAgIGQ9Im0gNzQuNDgwNDY5LDYwLjI1MTk1MyBjIC0zLjQsMCAtNi45LDEuMyAtOS41LDQgLTUuMyw1LjMgLTUuMywxMy43OTk2MDkgMCwxOS4wOTk2MDkgbCAxNTUuNDAwMzkxLDE1NS40OTk5OTggLTE1NS41MDAwMDEsMTU1LjUgYyAtNS4zLDUuMyAtNS4zLDEzLjc5OTYxIDAsMTkuMDk5NjEgNS4zLDUuMyAxMy43OTk2MSw1LjMgMTkuMDk5NjEsMCBMIDI0MC4yNzkzLDI1Ny4xNTIzNCAzOTYuNjQ2NDgsNDEzLjQyNTc4IGMgMi42LDIuNiA2LjEsNCA5LjUsNCAzLjQsMCA2LjksLTEuMyA5LjUsLTQgNS4zLC01LjMgNS4zLC0xMy43OTk2MSAwLC0xOS4wOTk2MSBsIC0xNTUuMzk4NDMsLTE1NS41IDE1NS41LC0xNTUuNDk5OTk4IGMgNS4zLC01LjMgNS4zLC0xMy43OTk2MDkgMCwtMTkuMDk5NjEgLTUuMywtNS4zIC0xMy44MDE1NywtNS4zIC0xOS4xMDE1NywwIEwgMjQwLjM0NzY2LDIyMC41MjUzOSA4My45ODA0NjksNjQuMjUxOTUzIGMgLTIuNiwtMi42IC02LjEsLTQgLTkuNSwtNCB6IgogICAgIGZpbGw9IiM0OTQ0NDAiIC8+Cjwvc3ZnPgo=") no-repeat center/1.3rem;
	left: 0;
	-webkit-transform: none;
	transform: none;
	margin-top: -50%;
}
@keyframes banner-appearance {
	0% { top: -4rem }
	100% { top: 0 }
}



/* Drag and Drop upload widget */
.has-advanced-upload {
	outline: 2px dashed #aaa;
}
.is-dragover {
	outline: 2px dashed #005ea2;
	background-color: #e2f3f8;
}

.has-advanced-upload .advanced-upload-msg + .field {
	display: block;
}
.has-advanced-upload .field input[type=file] {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
}
.has-advanced-upload .advanced-upload-msg label {
	border-radius: 0.3rem;
	box-shadow: inset 0 0 0 2px #005ea2;
	color: #005ea2;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	outline: none;
	padding: .5rem 1rem;
	text-align: center;
}
.has-advanced-upload .advanced-upload-msg label:hover {
	box-shadow: inset 0 0 0 2px #1a4480;
	color: #1a4480;
}
.has-advanced-upload .advanced-upload-msg label:before {
	content: "\f093";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: .5em;
}
.has-advanced-upload .filetrack-files-list {
	margin-top: 1em;
}
.advanced-upload-msg {
	display: none;
	font-weight: bold;
}
.has-advanced-upload .advanced-upload-msg {
	display: block;
}
.advanced-upload-msg span {
	margin-left: .35em;
}
.has-advanced-upload {
	background-color: #f1f1f1;
    padding: 1em 1em 0 1em;
}
.fline + .fline.has-advanced-upload {
	margin-top: 1em;
}
.has-advanced-upload .fline {
	padding: 0;
	background-color: transparent;
}
.has-advanced-upload .file-widget button {
	margin-top: 0;
	margin-bottom: 0;
}
.has-advanced-upload .helper.fa-ul {
	margin-bottom: 0;
}

/* disabling drag n drop styling for aspera file upload fields */
.aspera-installed .has-advanced-upload {
	outline: none;
}
.aspera-installed .has-advanced-upload .advanced-upload-msg > span {
    display: none;
}


/* Hid collapsed text and show clickable "..." */
.text-collapse .text-collapse-hidden span {
	display: none !important;
}
.text-collapse .text-collapse-hidden {
	margin-right: .2em;
}
.text-collapse .text-collapse-hidden:before {
	content: "\2026";
	display: inline-block;
	padding: 0 .25em;
	color: #005ea2;
	font-weight: bold;
	font-size: 1.5rem;
	font-family: sans-serif;
	line-height: 0;
}
.text-collapse .text-collapse-hidden:hover {
	color: #1a4480;
	cursor: pointer;
}


/* Character counter */
.char-counter {
	color: #444f59;
	margin-top: 0.35em;
}
.error-max-char-limit .char-counter {
	color: #cd2026;
	font-weight: bold;
}


/* JIG datepicker restyled as USWDS */

.ui-datepicker.ui-widget {
	max-width: 16rem;
	width: 100%;
	padding: 1rem 0 0 0;
	border-radius: 0;
	background: #fff;
	border: none;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .2);
}
.ui-datepicker .ui-datepicker-header {
	padding: 0;
    border: none;
    background: none;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-title {
	line-height: inherit;
}
.ui-datepicker .ui-datepicker-title select {
	margin: 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 4.5em;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	height: auto;
	width: 2.3rem;
	padding: 1rem 0;
	top: 0;
	border-radius: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	left: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
	border: none;
	background: #e6e6e6;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 1.5rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
	background-image: url(../images/navigate_before.svg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
	background-image: url(../images/navigate_next.svg);
}
.ui-datepicker .ui-datepicker-header .ui-state-disabled .ui-icon {
	opacity: 0; /* USWDS datepicker hides navigation buttons instead making them to look disabled */
}
.ui-datepicker .ui-datepicker-calendar {
	border-bottom: none;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
.ui-datepicker thead {
	border: none;
}
.ui-datepicker thead th {
	background: none;
	font-weight: normal;
}
.ui-datepicker td {
	padding: 0;
}
.ui-datepicker .ui-state-default {
	border: none !important; /* Using important here and below to fix IE Edge bug */
	background: none !important;
	color: #212121;
	padding: .65rem 0;
	line-height: 1;
	text-align: center;
}
.ui-datepicker .ui-datepicker-today a {
	outline: .25rem solid #e6e6e6;
	outline-offset: -4px;
}
.ui-datepicker .ui-datepicker-current-day a {
	background: #005ea2 !important;
	color: #f9f9f9;
}
.ui-datepicker .ui-state-disabled,
.ui-datepicker .ui-state-disabled * {
	color: #5d5d52;
	opacity: 1;
}
.ui-datepicker td a:focus,
.ui-datepicker td a:hover {
	outline: .25rem solid #02bfe7;
	outline-offset: -4px;
	background-color: #e6e6e6 !important;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day a:focus,
.ui-datepicker .ui-datepicker-current-day a:hover {
	background-color: #005ea2 !important;
}
.ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next:active,
.ui-datepicker .ui-state-default:active {
	outline: 2px dotted #aeb0b5;
	outline-offset: 3px;
}


/* JIG grid restyled */

.ui-ncbigrid-outer-div {
	border: none;
	clear: both;
}
.ui-ncbigrid-paged-toolbar,
.ui-ncbigrid-filter-toolbar {
	padding: 0;
}
.ui-ncbigrid-paged-pageControl,
.ui-ncbigrid-filter-toolbar {
	padding-top: .25em;
	font-size: inherit;
}
.ui-ncbigrid-paged-toolbar {
	float: left;
	clear: none;
}
.ui-ncbigrid-filter-toolbar {
	line-height: inherit;
	float: right;
	clear: none;
	position: relative;
	top: -.05em;
}
.ui-ncbigrid-paged-pageControl {
	text-align: left;
}
.ui-ncbigrid-paged-pageControl.pagination {
	overflow: visible;
	height: auto;
}
.ui-ncbigrid-paged-pageControl .prev,
.ui-ncbigrid-paged-pageControl .next {
	background: none;
	margin-right: .5em;
}
.ui-ncbigrid-paged-pageControl a.prev:link,
.ui-ncbigrid-paged-pageControl span.prev,
.ui-ncbigrid-paged-pageControl a.next:link,
.ui-ncbigrid-paged-pageControl span.next {
	color: transparent;
	border: none;
	position: relative;
	padding-top: .8em;
	top: .4em;
}
.ui-ncbigrid-paged-toolbar-bottom .ui-ncbigrid-paged-pageControl a.prev:link,
.ui-ncbigrid-paged-toolbar-bottom .ui-ncbigrid-paged-pageControl span.prev,
.ui-ncbigrid-paged-toolbar-bottom .ui-ncbigrid-paged-pageControl a.next:link,
.ui-ncbigrid-paged-toolbar-bottom .ui-ncbigrid-paged-pageControl span.next {
	top: .45em;
}
.ui-ncbigrid-paged-pageControl a.prev:link:hover,
.ui-ncbigrid-paged-pageControl a.next:link:hover {
	background: transparent;
}
.ui-ncbigrid-paged-pageControl a.prev:link:after,
.ui-ncbigrid-paged-pageControl span.prev:after,
.ui-ncbigrid-paged-pageControl a.next:link:after,
.ui-ncbigrid-paged-pageControl span.next:after {
	content: "Next \25BA";
	position: absolute;
	left: 0;
	top: 0;
	width: 2.8em;
	padding: .5rem 1rem;
	border-radius: 0.3rem;
	color: #005ea2;
	box-shadow: inset 0 0 0 2px #005ea2;
	line-height: 1;
	font-weight: bold;
	word-spacing: .1em;
	white-space: nowrap;
}
.ui-ncbigrid-paged-pageControl a.prev:link:after,
.ui-ncbigrid-paged-pageControl span.prev:after {
	content: "\25C4  Prev";
	padding-left: .6rem;
	padding-right: 1.4rem;
}
.ui-ncbigrid-paged-pageControl a.prev:link:hover:after,
.ui-ncbigrid-paged-pageControl a.next:link:hover:after {
	color: #1a4480 !important;
}
.ui-ncbigrid-paged-pageControl span.prev:after,
.ui-ncbigrid-paged-pageControl span.next:after {
	color: #d6d7d9;
	box-shadow: inset 0 0 0 2px #d6d7d9;
}
.ui-ncbigrid-paged-pageControl input[type="text"] {
	width: 1.5em;
	text-align: center;
}
.ui-ncbigrid-paged-pageControl input[type="text"],
.ui-ncbigrid-filter-toolbar input[type="text"] {
	height: auto;
}
.ui-ncbigrid-filter-toolbar input[type="text"] {
	margin-right: 1px;
	padding: .1rem .5em;
}
.ui-ncbigrid-paged-countItems {
	text-align: left;
	min-width: 8em;
	background: #bbb;
	border-radius: 5px 5px 0 0;
	padding: .25em 8px;
	font-size: inherit;
}
.ui-ncbigrid-paged-toolbar-bottom .ui-ncbigrid-paged-countItems {
	border-radius: 0 0 5px 5px;
}
.ui-ncbigrid-paged-pageControl a.page_link,
.ui-ncbigrid-paged-pageControl span.page_link {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0;
}
.ui-ncbigrid-paged-pageControl-first,
.ui-ncbigrid-paged-pageControl-last {
	display: none !important; /* Don't show First and Last buttons */
}
table.ui-ncbigrid {
	border-collapse: collapse;
}
table.ui-ncbigrid thead {
	border-top: 3px solid #bbb !important;
}
.ui-ncbigrid-scroll table.ui-ncbigrid thead {
	border-top: none !important;
}
.ui-ncbigrid-inner-div {
	border-bottom: none;
}
.ui-ncbigrid-inner-div table {
	width: 100%;
	border-bottom: 1px solid #bbb;
}
table.ui-ncbigrid tr.ui-ncbigrid-row-hover > td {
	background-color: #c9e7f4;
}
table.ui-ncbigrid thead th {
	border-right: 1px solid #bbb;
	border-bottom: none;
	background: #ccc;
	white-space: nowrap;
	font-weight: bold;
}
table.ui-ncbigrid th {
	color: inherit;
}
table.ui-ncbigrid th.sortAsc,
table.ui-ncbigrid th.sortDsc {
	background: #bbb;
}
table.ui-ncbigrid th.sortNone a,
table.ui-ncbigrid th.sortAsc a,
table.ui-ncbigrid th.sortDsc a {
	color: #212121;
	padding-right: 0;
	background-image: none;
}
table.ui-ncbigrid th.sortNone a:hover,
table.ui-ncbigrid th.sortAsc a:hover,
table.ui-ncbigrid th.sortDsc a:hover {
	color: #1a4480;
	text-decoration: none;
}
table.ui-ncbigrid th.sortAsc a:hover .sorting-label:before,
table.ui-ncbigrid th.sortDsc a:hover .sorting-label:after {
	color: #212121;
}
table.ui-ncbigrid th.sortAsc a:hover .sorting-label:after,
table.ui-ncbigrid th.sortDsc a:hover .sorting-label:before {
	visibility: visible;
}
table.ui-ncbigrid th a .sorting-label {
	position: relative;
	padding-right: 1.1em;
}
table.ui-ncbigrid th a .sorting-label:before,
table.ui-ncbigrid th a .sorting-label:after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 120%;
	position: absolute;
	right: 0;
}
table.ui-ncbigrid th a .sorting-label:before {
	content: "\f0d8";
	margin-top: -.2em;
}
table.ui-ncbigrid th a .sorting-label:after {
	content: "\f0d7";
	margin-top: .25em;
}
table.ui-ncbigrid th.sortAsc a .sorting-label:after,
table.ui-ncbigrid th.sortDsc a .sorting-label:before {
	visibility: hidden;
}

table.ui-ncbigrid th,
table.ui-ncbigrid td {
	padding: 4px 8px;
}

table.ui-ncbigrid.zebra tbody tr:nth-child(even) {
	background-color: #f5f5f5;
	background-color: rgba(0, 0, 0, 0.04)
}