/**
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3274327
 *
 * © 2016 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
/* move to ajax request */
/* @import url("//hello.myfonts.net/count/31f657"); */

/*
Avenir weights:

400 (normal) Book
500 Medium
700 (bold) Heavy
900 Black

*/

@font-face {
	font-family: AvenirNextCondensed;
	src: url(/fonts/avenir/31F657_0_0.woff2) format('woff2'),
		url(/fonts/avenir/31F657_0_0.woff) format('woff');
}

@font-face {
	font-family: Avenir;
	src: url(/fonts/avenir/31F657_2_0.woff2) format('woff2'),
		url(/fonts/avenir/31F657_2_0.woff) format('woff');
}

@font-face {
	font-family: Avenir;
	font-style: italic;
	src: url(/fonts/avenir/31F657_4_0.woff2) format('woff2'),
		url(/fonts/avenir/31F657_4_0.woff) format('woff');
}

@font-face {
	font-family: Avenir;
	font-weight: 500;
	src: url(/fonts/avenir/31F657_5_0.woff2) format('woff2'),
		url(/fonts/avenir/31F657_5_0.woff) format('woff');
}

@font-face {
	font-family: Avenir;
	font-weight: 500;
	font-style: italic;
	src: url(/fonts/avenir/31F657_3_0.woff2) format('woff2'),
		url(/fonts/avenir/31F657_3_0.woff) format('woff');
}

@font-face {
	font-family: Avenir;
	font-weight: 700;
	src: url(/fonts/avenir/31F657_1_0.woff2) format('woff2'),
		url(/fonts/avenir/31F657_1_0.woff) format('woff');
}

@font-face {
	font-family: Avenir;
	font-weight: 700;
	font-style: italic;
	src: url(/fonts/avenir/31F657_8_0.woff2) format('woff2'),
		url(/fonts/avenir/31F657_8_0.woff) format('woff');
}

@font-face {
	font-family: Avenir;
	font-weight: 900;
	src: url(/fonts/avenir/31F657_7_0.woff2) format('woff2'),
		url(/fonts/avenir/31F657_7_0.woff) format('woff');
}

@font-face {
	font-family: Avenir;
	font-weight: 900;
	font-style: italic;
	src: url(/fonts/avenir/31F657_6_0.woff2) format('woff2'),
		url(/fonts/avenir/31F657_6_0.woff) format('woff');
}

html
{
	font: 16px/1.563 Avenir, sans-serif;
	color: #2D2E2C;

	position: relative;
}

body
{
	/* prevent vertical scrollbar jump */
	overflow-y: scroll;
	overflow-x: hidden;

	/*background: #D0D3D6 url("../i/bg_top.png") 0 0 repeat-x;*/
	background: white;
	margin: 0 auto;
	box-sizing: border-box;

	position: static; /***** this must be static or TinyMCE's color picker breaks */
}

@media (max-width: 999px)
{
	body
	{
		overflow-x: auto;
	}
}

body:not(.iframe)
{
	padding: 0 20px;

	min-width: 1000px;
	max-width: 1400px;
}

body.iframe
{
	background: white;
	overflow: hidden;
}

body.analyticsPopup
{
	min-width: 0;
	max-width: 900px;
	padding: 0;

	overflow: hidden;
}

a
{
  color: #9e0006;
  text-decoration: none;
}

a:hover,
a:focus
{
	text-decoration: underline;
}

[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus
{
	outline: 0;
}

#helpLinks a:not(:hover):not(:focus),
.tableList a:not(:hover):not(:focus),
#docLinks a:not(:hover):not(:focus),
nav a:not(:hover):not(:focus)
{
	text-decoration: none;
}

img
{
	border: 0;
}

h2
{
	font-size: 1.2em;
	margin: 1.5rem 0 .5rem;
	word-spacing: -1px;
}

h3
{
	font-size: 15px;
}

h4
{
	font-size: 1em;
	clear: both;
}

.errortext
{
	color: #CA0106;
	font-weight: bold;
}

form
{
	display: block;
	margin: 0 0 1rem;
}

td form
{
	margin: 0;
}

#contentCounts tr > :not(:first-child)
{
	width: 90px;
}

/* inputs, buttons, and other button-like elements */
select,
input[type=text],
input[type=date],
input[type=password],
input[type=button],
input[type=submit],
input:not([type]),
:not([class^=wpro]) > button,
textarea,
label.fileChooser,
a.checkedToggle,
.crossTab,
.buttonLink,
.tableTopButton,
#content button.hideShowPassword-toggle,
.ui-dialog .ui-dialog-buttonset button,
.select2-search--dropdown .select2-search__field
{
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 5px;
	margin: 0;
	box-sizing: border-box;

	font-family: Avenir, sans-serif;
	font-size: 15px;

	/* try to keep height in proportion */
	height: 2.34em;
	line-height: normal;
	box-sizing: border-box;

	/* items with a border will NOT need an outline, see :focus rule below */
	outline: 0;

	cursor: pointer;

	vertical-align: middle;
}

.miniRight > textarea,
.miniRight > input[type=text],
.miniRight > input[type=password],
.miniRight > input:not([type])
{
	width: 525px;
}

#content [disabled]
{
	cursor: not-allowed;
}

input[disabled]:is(
	[type=text],
	[type=date],
	[type=password],
	:not([type])
)
{
	background: rgba(255,255,255,50%);
}

table.mceLayout
{
	min-width: 525px;
}

#content [class^=fs_html]
{
	width: 100% !important;
	height: 300px;
}

[data-type^=fs_html] + * table.mceLayout
{
	width: 100% !important;
}

.miniRight .tablelessForm
{
	padding-right: 0;
}

.miniRight .miniTable
{
	margin-left: -190px;
	width: calc(100% + 190px);
}

/* things were getting a little too crowded at smaller screen sizes */
@media (max-width: 1190px)
{
	nav:not(.closed) + main .miniRight > textarea,
	nav:not(.closed) + main .miniRight > input[type=text],
	nav:not(.closed) + main .miniRight > input[type=password],
	nav:not(.closed) + main .miniRight > input:not([type]),
	nav:not(.closed) + main .miniRight > select,
	nav:not(.closed) + main .miniRight > .ui-multiselect
	{
		width: 100% !important;
	}

	nav:not(.closed) + main #dumpform .nestedTableForm,
	nav:not(.closed) + main #dumpform .nestedTableForm tr,
	nav:not(.closed) + main #dumpform .nestedTableForm td
	{
		display: block;
		width: auto;
	}

	nav:not(.closed) + main #dumpform .nestedTableForm
	{
		column-count: 2;
	}
}

.dateRangeOptions select
{
	vertical-align: top;
}

input[disabled] + label
{
	opacity: .5;
}

#content .pdfSort
{
	width: 3em;
	height: 2.2em;
	font-size: 12px;
}

td:not(.miniRight) > input
{
	vertical-align: middle;
}

/* elements that are focusable and have a border, let's make that border change */
#mainContent *:focus,
.ui-dialog *:focus
{
	border-color: #108FBE;
}

input#search_term
{
	width: 100%;
	max-width: 525px;
}

textarea
{
	height: 150px;
	line-height: 1.3;
	padding: 10px 5px;
}

.miniRight > select
{
	width: 525px;
}

#changelog select
{
	width: 200px;
}

select[name$='_day'],
select[name$='_hour'],
select[name$='_month'],
select[name$='_minute'],
select[name$='_when'],
select[name$='_year'],
select[name$='_ampm']
{
	max-width: 115px !important;
	vertical-align: middle;
}

select[name$='_timezone']
{
	max-width: 215px !important;
	vertical-align: middle;

}

div.radioWrapper label
{
	padding-left: 5px;
}

span.radioWrapper + select
{
	margin-left: .5em;
}

/* checkbox on approve drafts and live update */
#approveAllDrafts
{
	margin-left: 14px;
}

/* buttons and button-like elements */
input[type=button],
input[type=submit],
:not([class^=wpro]) > button,
label.fileChooser,
a.checkedToggle,
.crossTab,
.buttonLink,
.tableTopButton,
.ui-dialog .ui-dialog-buttonset button
{
	background: linear-gradient(0deg, #F2F2F2 0%, #FFFFFF 100%);
	box-shadow: inset 0px 0px 0px 2px #FFFFFF;
	background-position: bottom;
	background-size: 100% 100%;
	background-repeat: no-repeat;

	display: inline-block;

	font-weight: bold;
	color: #9F0006;
	text-decoration: none;

	/* try to keep padding in proportion */
	padding: 0 1em;
	font-size: 13px;

	/* try to keep height in proportion */
	height: 2.7em;
}

button.closeButton
{
	position: absolute;
	top: 3px;
	right: 3px;
	padding: 5px 8px;
	line-height: 1;
	text-align: center;
	height: auto;

	color: inherit;
	border-color: inherit !important;
	font-weight: 800;
}

input.waiting,
button.waiting
{
	animation: waiting-button 500ms infinite ease-out alternate;
}

@keyframes waiting-button {
  from {
	background-size: 200% 25%;
  }
  to {
	background-size: 200% 125%;
  }
}

div.waiting
{
	animation: waiting-text 700ms infinite ease-out alternate;
}

@keyframes waiting-text {
  from {
	opacity: .5;
  }
  to {
	opacity: 1;
  }
}



.buttonLink.back::before,
.tableTopButton.back::before
{
	content: '‹';
	font-size: 1.3em;
	display: inline-block;
	margin-right: 5px;
	color: #b8b8b8;
}

#expandAll
{
	margin-right: 5px;
}

.timeWrapper > *
{
	display: inline-block;
}

.timeWrapper > .radioWrapper
{
	padding-top: 10px;
	margin: 0 40px 0 10px;
	vertical-align: top;
}

.buttonLink
{
	line-height: 2.7em;
}

a.checkedToggle
{
	font: inherit;
	text-decoration: none;
}

.crossTab,
#expandAll
{
	display: inline-block;
	text-decoration: none;
	line-height: 35px;
	text-align: center;
}

/* smaller buttons */
.tableList input[type=submit],
.tableList button,
.tableList .buttonLink,
#clientnote > button
{
	height: 25px;
	line-height: 25px;
	font-weight: 500;
	font-size: 13px;
	padding: 0 .8em;
}

.tableList input[type=submit]:not(:last-child),
.tableList button:not(:last-child)
{
	/* this was causing alignment issues with deactivated send buttons in newsletters,
		I don't see where else it's used, so removing for now */
	/* margin-right: 5px; */
}

.tableList .editButtons
{
	white-space: nowrap;
	margin-top: -3px;
	padding-bottom: 2px;
}

.tableList .editButtons:not(:last-child)
{
	margin-bottom: 5px;
}

/* a list of 5 or more buttons, shrink them a bit (applies to newsletters) */
.tableList button:first-child:nth-last-child(n + 5),
.tableList button:first-child:nth-last-child(n + 5) ~ button
{
	padding: 0 .6em;
	font-size: 12.5px;
	margin-bottom: 5px;
}

div.editform-buttonrow
{
	margin-top: 1rem;
}

.ppSaveButtons
{
	width: 170px;
	float: right;
}

.ppSaveButtons input
{
	width: 100%;
}

.ppSaveButtons input + input
{
	margin-top: 5px;
}

.replaceOption:not(:checked):not(.checked) ~ .replaceFile
{
	display: none;
}

.replaceOption + label::after
{
	content: ':';
}

.replaceOption:not(:checked) + label::after
{
	content: '…';
}

.fileFields .replaceFile
{
	padding-left: 1.3em;
	margin-bottom: 2em;
}

.fileChooser + span
{
	font-weight: 500;
	padding-left: .5rem;
	display: inline-block;

	white-space: nowrap;
}

label.fileChooser
{
	line-height: 35px;
	display: inline-block;
}

label.fileChooser ~ input[type=file]
{
	visibility: hidden;
}

.fileFields
{
	background: white;
	padding: 18px 18px 18px 44px;
	position: relative;
	margin: 0 0 1rem 0;
}

.fileFields div
{
	margin: .5rem 0;
}

.fileFields div label:first-child:not(.fileChooser)
{
	width: 105px;
	display: inline-block;
}

.fileFields .filePreview
{
	margin: 0 0 .5rem 0;
}

.filePreview div:first-child
{
	margin-top: 0;
}

.filePreview img
{
	height: 18px;
	width: 18px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.fileFields strong
{
	font-weight: 500;
}

.fileFields input
{
	max-width: 372px !important;
}

.fileFields input:not([style]):not([type=radio]):not([type=checkbox])
{
	width: 372px;
}

.sampleImportURL
{
	cursor: pointer;
	display: block;
	margin-left: 110px;
}

.fileFields ~ .newFileFields
{
	display: none;
}

#topTableItems
{
	overflow: hidden;
	float: left;
	padding-bottom: 1rem;
}

#topTableItems .editform-buttonrow
{
	display: inline-block;
	margin-top: 0;
}

#topTableItems .highlight[type=submit],
#topTableItems .highlight.buttonLink
{
	text-transform:uppercase;
	background: #9F0006;
	color: white;
	box-shadow: none;
	border: 0;
	min-width: 110px;
	text-align: center;
	margin-right: 0.3rem;
}

.deactivate_multi
{
	padding-top: 1rem;
}

.submitbutton[disabled],
button[disabled],
input[type=submit][disabled],
.buttonLink[data-url]:not([href]),
.ui-dialog .ui-dialog-buttonset button[disabled]
{
	color: #aaa;
	cursor: not-allowed;
	pointer-events: none;
}

button.submitbutton
{
	margin-right: .3em;
}

input[name=findemail]
{
	width: 205px;
}

select[name=filtervalue]
{
	max-width: 75%;
}

select[multiple]
{
	min-width: 525px;
	height: auto;
}

.advCrossSearch select[multiple]
{
	width: 380px;
}

/* ---( main elements )------------------------------- */

/* ---- START FLEXIBLE BACKGROUNDS ---

	items that need a background stripe - make sure the item itself has:

	- position:relative
	- a background color set
	- no uncleared floats (needs to stretch to its contents height
	- can't use overflow: hidden
*/

header::before,
#docLinks::before,
#footer::before
{
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	/*
			we need to be left offset by the width of the left margin, which is half the
			difference between page width and viewport width

				long version, before simplifying: -(100vw - 100%)/2
	*/
	left: calc(50% - 50vw);
	content: '';
	width: 100vw;
	background: inherit;
}

@media (max-width: 999px)
{
	header::before,
	#docLinks::before,
	#footer::before
	{
		left: -20px;
		right: -20px;
		width: auto;
	}
}

header
{
	padding: 15px 0 102px;
	box-sizing: border-box;

	background: linear-gradient(to top, #585958, #707070) bottom no-repeat;
	background-size: 100% 120px;
	position: relative;
}

#welcomeMessage
{
	font-size: 20px;
	line-height: 1.25;

	float: left;
}

header a[href="#mainContent"]
{
	margin-left: 1rem;
}

/* hide unless someone has tabbed to it */
header a[href="#mainContent"]:not(:focus)
{
	color: transparent;
	cursor: default;
}

#logo
{
	position: absolute;
	bottom: 25px;
	height: 53px;
}

#siteShortcuts
{
	font-weight: 900;
	font-size: 13px;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 1rem;
}

#siteShortcuts a
{
	background: left no-repeat;
	padding: 2px 0 0 27px;
	margin-left: calc(2vw);
	display: inline-block;
}

#siteShortcuts a:not(:hover):not(:focus)
{
	text-decoration: none;
}

#siteShortcuts a[href$='logout']
{
	color: #DCB10A;
	background-image: url(../i/logout-icon.svgz)
}

#siteShortcuts a[href$='viewlog']
{
	color: #ED8E11;
	background-image: url(../i/viewlog-icon.svgz);
}

#siteShortcuts a[href$="testsite"]
{
	color: #108FBE;
	background-image: url(../i/staging-icon.svgz);
}

#siteShortcuts a[href$="livesite"]
{
	color: #85A511;
	background-image: url(../i/livesite-icon.svgz);
}

#siteShortcuts a[href$="publish"]
{
	background-image: url(../i/update-icon.svgz);
}

@media (max-width: 1100px)
{
	#siteShortcuts a
	{
		margin-left: calc(1vw);
	}
}

#docLinks
{
	position: relative;

	background: #2D2E2C;

	text-align: right;
	color: #A6A6A6;
	font-size: 13px;
	letter-spacing: 0.64px;
	line-height: 25px;

	clear: both;
	margin-top: 13px;
	padding: 10px 0;
	min-height: 49px;
	box-sizing: border-box;
}

#docLinks div
{
	font-size: 20px;
	padding-top: 4px;

	float: left;
}

#docLinks a
{
	color: inherit;
}

#docLinks > a
{
	font-weight: 900;

	padding-left: 28px;
	margin-left: 29px;
	text-transform: uppercase;
	padding-top: 4px;

	display: inline-block;
}

#docLinks a[href*="/support"]
{
	background: url(../i/support-icon.svgz) left no-repeat;
	color: white;
}

#docLinks a[href="/help"]
{
	background: url(../i/documentation-icon.svgz) left no-repeat;
}

#content
{
	min-height: calc(100vh - 303px);

	position: relative;
	display: flex;
}

#content::after
{
	content: '';
	display: block;
	clear: both;
}

#initialLogin
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;

	/* difference of header minus footer, make sure element is centered */
	min-height: calc(100% - 155px);

	margin: 0 auto;

	width: 335px;
	padding-right: 100px;
}

#mainStatus + #initialLogin
{
	height: auto;
	margin-top: 30px;
}

#initialLogin div
{
	margin: 0 0 10px 0;
}

#initialLogin input
{
	width: 235px;
	box-sizing: border-box;
}

#initialLogin .hideShowPassword-wrapper input
{
	width: 200px;
}

#initialLogin input[type=submit]
{
	margin-left: 100px;
	width: auto;
}

#initialLogin label
{
	float: left;
	width: 90px;
	line-height: 35px;

	text-align: right;
	padding-right: 10px;
}

ul + #initialLogin
{
	margin: 0;
}

#initialLogin ~ p
{
	text-align: center;
}

#mainContent
{
	outline: 0; /* needed for "skip to content" jump link */
	padding: 25px 0;
	background: white;
	min-height: inherit;

	width: 100%;

	flex-grow: 1;
}

#mainContent > h1,
#extraFieldsBody > h1,
#quickAddBody > h1
{
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
	margin: 0 0 12px 0;
}

/* forms */

#footer
{
	background: #9C0511;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: right;

	padding: 12px 0;

	clear: both;
	position: relative;
}

#footer::after
{
	content: '';
	display: block;
	clear: both;
}

#footer > div
{
	float: left;
	margin: 0;
}

#footer a
{
	color: inherit;
	text-decoration: underline;
}

#footer a + a::before
{
	content: '|';
	display: inline-block;
	padding: 0 .5em;
	height: 10px;
}

/* home page */

a[href='#helpLinks']
{
	display:inline-block;
	padding: 10px 13px 10px 30px;

	background: url('../i/icon_jump.svgz') 13px 50% no-repeat,
		linear-gradient(0deg, #F2F2F2 0%, #fff 100%);
	border: 1px solid #ccc;
	box-shadow: inset 0px 0px 0px 2px #fff;
	border-radius: 3px;

	font-weight: bold;
	font-size: 13px;
	line-height: 15px;

	margin: 0 0 25px;
}

#homeSummary
{
	border: 3px solid #ED8E11;
	padding: 20px 34px 10px 34px;
	margin-bottom: 40px;
}

#homeSummary ul,
#homeSummary ul li
{
	margin-left: 0;
	padding-left: 2px;

	list-style: none;
}

#homeSummary ul li
{
	padding-left: 20px;
	position: relative;
}

#homeSummary ul li img:first-child,
#homeSummary ul li.noIcon::before
{
	position: absolute;
	left: 0;
	top: 4px;
}

#homeSummary ul li.noIcon::before
{
	content: '•';

	font-size: 1.3em;
	line-height: 1;
	left: 3px;
}

#homeSummary > h2:first-child
{
	font-weight: 700;
	font-size: 25px;
	line-height: 1;

	color: #ED8E11;
	margin: 0 0 12px 0;
}

.homeReminder,
.homeLog
{
	margin: 25px 0;
}

.homeReminder > div:first-child,
.homeLog > div:first-child
{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	margin-bottom: 14px;
}

.homeReminder > div:first-child
{
	margin-bottom: 0;
}

.homeReminder h2,
.homeLog h2
{
	clear: both;
	margin: 0;
	padding: 0;

	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
}

.homeLog a.viewFullLog
{
	/* View complete change: */
	font-weight: 500;
	line-height: 25px;
}

#contentTopControls
{
	clear: both;
	overflow: hidden;
}

#helpLinks
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	font-weight: 500;
	font-size: 15px;
}

#helpLinks a
{
	color: inherit;
}

#helpLinks p
{
	color: #777;
	font-style: italic;
	font-weight: normal;
}

a.video::after
{
	content: '';

	position: relative;
	top: 2px;
	left: 9px;
	display: inline-block;
	height: 15px;
	width: 15px;
	background: url('/i/icon-video.svgz') no-repeat; /* data-uri */
	background-size: 15px;
}

#helpLinks > div
{
	position: relative;

	box-sizing: border-box;
	width: calc(100%/3 - 31px*2/3);
	margin: 0 0 40px 0;
	background: #EDEDEE;

	padding: 0 0 20px;
}

/* if the last child happens to be 3n remainder 2
 we need to fill in the remaining space */
#helpLinks > div:last-child:nth-child(3n+2) {
  margin-right: calc((100%/3 - 31px*2/3) + 31px)
}

/* mod query override, check for mod 3 remainder = 2 */
#helpLinks > div:nth-last-child(3n+2):first-child ~ div:nth-child(n+4):nth-child(-n+5) {

}

#helpLinks > div > h2 ~ *
{
	padding: 0 23px 0 30px;
}

#helpLinks > div:nth-child(3n)
{
	margin-right: 0;
}

#helpLinks ul,
#helpLinks li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#helpLinks ul ul
{
	padding: .5rem 0 0 20px;
}

#helpLinks h2
{
	margin: 0;

	box-sizing: border-box;
	border-top: 60px solid white;
	height: 189px;
	padding-top: 71px;
	margin-bottom: 25px;

	background-image: linear-gradient(-180deg, #108FBE 0%, #105E96 100%);

	font-weight: 900;
	font-size: 15px;
	line-height: 1.27;
	color: #FFF;

	letter-spacing: 1.5px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.30);
	text-align: center;
	text-transform: uppercase;
}

#helpLinks > div::before
{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 52.5px);

	display: block;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	box-sizing: border-box;

	/* Oval 1: */
	background-image: radial-gradient(50% 100%, #F2F2F2 0%, #DBDBDC 100%);
	border: 5px solid #FFFFFF;
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.25), inset 0px 2px 0px 0px rgba(0,0,0,0.10);
}

#helpLinks > div::after
{
	content: '';
	background: url(../i/help_icon_generic.svgz) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	width: 100%;
	height: 105px;
}

#helpLinks > div#helpPolicy h2 { background-image: linear-gradient(-180deg, #85A511 0%, #67800D 100%) }
#helpLinks > div#helpInstructions h2 { background-image: linear-gradient(-180deg, #F0CF4F 0%, #DCB10A 100%) }
#helpLinks > div#helpGuidelines h2 { background-image: linear-gradient(-180deg, #FFAB39 0%, #ED8E11 100%) }
#helpLinks > div#helpStats h2 { background-image: linear-gradient(-180deg, #CA0106 0%, #9F0006 100%) }
#helpLinks > div#helpOther h2 { background-image: linear-gradient(-180deg, #808080 0%, #585958 100%) }

#helpLinks > div#helpPolicy::after { background-image: url(../i/help_icon_policy.svgz) }
#helpLinks > div#helpInstructions::after { background-image: url(../i/help_icon_instructions.svgz) }
#helpLinks > div#helpGuidelines::after { background-image: url(../i/help_icon_guide.svgz) }
#helpLinks > div#helpStats::after { background-image: url(../i/help_icon_stats.svgz) }
#helpLinks > div#helpOther::after { background-image: url(../i/help_icon_other.svgz) }

#helpLinks + h2
{
	margin: -5px 0 10px;
}

#introHelpMessage
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	margin: 0 0 30px 0;

	/* If you have a proble: */
	color: #585958;
}

#introHelpMessage a
{
	color: inherit;
}

#introHelpMessage > p
{
	width: calc(100%/3 - 31px*2/3);
	margin: 0 30px 0 0;
}

#introHelpMessage > p:nth-child(3n)
{
	margin-right: 0;
}

#helpLinks h3
{
	margin-bottom: .3rem;
}

  .imgHeaderMenu {
	vertical-align: -2px;
  }

  #divHeader table {
	width: 100%;
  }

  #divHeader table tr td {
	vertical-align: top;
  }

  #welcomeUser {
	/*
	border: 1px solid #fff;
	background: #fff;
	padding: 4px 7px;
	text-decoration: none;
	color:#EAA42D;
	font: bold 10px verdana,sans-serif;
	*/
	display: block;
	margin: 4px 0 0 66px;
	color: #999999;
	font: normal 10px verdana,sans-serif;
  }

  .headerSupport {
	font: 10px verdana,sans-serif;
	font-weight: bold;
	color: #999;
	line-height: 16px;
	padding-top: 4px;
	padding-left: 40px;
	text-align: right;
  }

  .headerSupport a {
	line-height: 16px;
  }

/* ---( menu )------------------------------- */

/* search icon */
#siteSearch
{
	position: absolute;
	right: 0;
	bottom: 34px;
}

#nav
{
	font-family: AvenirNextCondensed, sans-serif;
	font-size: 23px;
	line-height: 1.09;

	position: absolute;
	left: 223px;
	right: 50px;
	bottom: 32px;
	max-width: 800px;
}

#nav ul,
#nav li
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav > ul
{
	display: -ms-flexbox;
	display: flex;
}

#nav a
{
	color: #777;
	font-weight: normal;
}

/* main nav buttons */
#nav > ul > li
{
	line-height: 1;
	margin-right: 30px;
}

#nav > ul > li > a
{
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 30px;
	padding-bottom: 8px;
	white-space: nowrap;
}

#nav > ul > li > a > img
{
	float: left;
}

/* drop indicator arrows */
#nav > ul > li > a:not(:last-child)::after
{
	content: '';
	display: inline-block;
	margin: 0 0 5px 6px;

	width: 4.5px;
	height: 4.5px;
	border: solid #999;
	border-width: 0 2px 2px 0;

	transform: rotate(45deg);
}

#nav li li a
{
	display: inline-block;
	padding: .3rem .2rem .3rem 0;
	line-height: 1.2;
}

/* drop downs */
#nav > ul > li > ul
{
	position: absolute;
	z-index: 9999;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-direction: column;

	 flex-direction: column;
	-ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	-ms-flex-line-pack: start;
	 align-content: flex-start;

	height: calc(100vh - 245px);
	min-height: 300px;
	margin-left: -0.3rem;

	font-family: Avenir;
	font-size: 14px;

	/* needed since we have the min-height above, menu may be taller than it looks */
	pointer-events: none;
}

#nav > ul > li > img + ul
{
	-ms-flex-line-pack: end;
	 align-content: flex-end;

	/* fix for weird Chrome/Safari bug where menu had big gaps */
	min-width: 250px;
	margin-left: -200px;
}

#nav ul li span.header
{
	display: inline-block;
	padding-top: .2rem !important;
	line-height: 1.4;
	text-transform: uppercase;
	font-family: AvenirNextCondensed;
	font-size: 13px;
	font-weight: bold;
}

#nav > ul > li:not(:hover) > ul
{
	display: none;
}

/* drop down main link/groups */
#nav > ul > li > ul > li
{
	padding: .2rem 1rem;
	background: inherit;
	background: white;
	background: #f5f5f5;
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);

	pointer-events: auto;
	align-self: stretch;
}

#nav > ul > li > ul > li > a
{
	min-width: 150px;
	max-width: 200px;
}

/* 10 or more categories in the content menu? move it to the left (ex: andrews) */
/* commenting out because it is making the menu unusable
#nav > ul > li:nth-child(1) > ul > li:nth-last-child(n+12),
#nav > ul > li:nth-child(1) > ul > li:nth-last-child(n+12) ~ li
{
	position: relative;
	left: -225px;

	min-width: 150px;
	padding: .2rem .4rem;
}
*/

/* ---( left menu )------------------------------- */

#subNav
{
	flex-shrink: 0;

	width: 240px;
	overflow: hidden;
	padding: 48px 0 25px 0;

	outline: 0;
	background: #E5E5E5 linear-gradient(to left, rgba(0,0,0,.05), transparent 15px);
	border-right: 30px solid white;
}

#subNav > *
{
	width: 240px;
}

/* extend gray background */
#subNav:not(.closed)::before
{
	content: '';

	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	/*
			we need to be left offset by the width of the left margin, which is half the
			difference between page width and viewport width

				long version, before simplifying: -(100vw - 100%)/2
	*/
	right: calc(100% - 240px);
	width: calc(50vw - 50% + 240px);
	background: inherit;
}

#subNav.closed
{
	min-width: 0;
	width: 0;
	height: 0;
	border: 0;
}

@media (max-width: 999px)
{
	#subNav::before
	{
		left: -20px !important;
		width: 260px !important;
	}
}

/* link to subnav - open closes sidebar */
#contentTopControls > a[href='#subNav']
{
	display: block;
	float: left;
	height: 0;
	width: 0;
	overflow: hidden;
	padding: 18px 37px 0 0;
	margin: 0 0 20px 0;
	background: url(../i/sidenav-toggle.svgz) left no-repeat;

	/*transition: transform .25s .13s;*/
}

#contentTopControls > a[href='#subNav']
{
	opacity: .98;
}

#subNav.closed + main #contentTopControls a[href='#subNav']
{
	transform: scaleX(-1);
}

#subNav h2
{
	/* CONTENT: */
	text-transform: uppercase;
	font-weight: 900;
	font-size: 15px;
	color: #A6A6A6;
	letter-spacing: 1.5px;
	line-height: 19px;

	padding: 0 15px 3px 0;
	margin: 0;
}

#subNav ul + h2
{
	margin-top: 48px;
}

#subNav ul,
#subNav li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#subNav ul
{
	border-top: 1px solid #ccc;
}

#subNav li
{
	clear: both;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 6px;

	font-weight: 500;
	font-size: 14px;
	line-height: 1.14;
	overflow: hidden;
}

.sideNavIconBlock
{
	float: left;
	text-align: right;
	overflow: hidden;
}

.sideNavIconBlock img
{
	height: 17px;
	width: 17px;
}

.sideNavIconBlock a
{
	float: left;
	margin-right: 6px;
	vertical-align: top;
}

.sideNavIconBlock a:only-child
{
	margin-left: 23px;
}

.sideNavIconBlock img
{
	display: block;
}

.sideNavLinkBlock
{
	display: block;
	margin: 2px 5px 0 50px;
}

/* A little overbroad perhaps? */
.error
{
	font-weight: bold;
}

.error b,
.error strong
{
	font-weight: normal;
}

.mandatory,
.error,
.errorList,
.errorList a
{
	color: #CA0106;
}

.fsStaffOnly
{
	color: #108FBE;
	font-weight: 900;
	font-size: 1.1em;
	vertical-align: top;
	line-height: 1.6;

	height: 1em;
	display: inline-block;
}

.errorList
{
	margin-bottom: 1.5em;
}

.mandatory_marker
{
	color: #CA0106;
	font-weight: bold;
}

/* ---( info messages )----------------------------- */
  #message div {
	padding: 10px 14px;
	margin: 15px 0 20px 0;
	border: 3px solid currentColor;
	font-weight: bold;
  }

  #message span {
	font-weight: normal;
	color: #2D2E2C;
  }

  #messageAlert {
	color: #CA0106;
  }

  #messageCheck {
	color: #85A511;
  }

  #messageNeutral {
	color: #ED8E11;
  }

  #message a
  {
	color: inherit;
	font-weight: bold;
  }


/* ---( content )------------------------------- */

/* changed per bug 22206 */
#contentBody {
	/*
	margin: 0 0 10px 10px;
	padding: 10px;
	border: 1px solid #EFEFEF;
	*/
	margin: 10px 0 10px 10px;
	padding: 0 0 9px 10px;
	border-left: 1px solid #EFEFEF;
}

#contentBodyNoPad
{

}

#contentBodyNoPad::after
{
	content: '';
	display: block;
	clear: both;
}

  /* -- Table: Form -- */

  .tableForm {
	width: 100%;
	margin-top: 1rem;
  }

   .cellLeft {
	width: 10%;
	padding: 3px;
	border-right: 1px solid #ccc;
	background: #F5F5F5;
  }

  .cellRight {
	width: 85%;
	padding: 6px;
  }

  .sp_mainheader {
	font-weight: 900;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*text-indent: 10px;*/
	color: #fff;
	/*width: 100%;*/
	margin: 0 0 12px 0;
	padding: 3px 0 3px 10px;
	clear: both;
	background-color: #6699cc;
	/*background-color: #9e0006;*/
  }

  form + .sp_mainheader,
  table + .sp_mainheader
  {
	margin-top: 2em;
  }

  /* -- Table: List -- */

  .sortIndicatorD,
  .sortIndicator
  {
	padding-right: 11px;
	position: relative;
	display: inline-block;
  }

  .sortIndicatorD::after,
  .sortIndicator::after
  {
	content: '';

	position: absolute;
	bottom: 2px;
	right: 0;
	width: 0;
	height: 0;

	white-space: pre;

	overflow: hidden;
	border: solid transparent;
	border-width: 4px 4px 0 4px;
	border-top-color: currentColor;

	margin: 2px 0;
  }

  .sortIndicatorD::after
  {
	border-width: 0 4px 4px 4px;
	border-bottom-color: currentColor;
  }

  .tableList {
	margin-top: 6px;
	font-size: 14px;
	/* width: 92%; */

	border-collapse: collapse;
	border-spacing: 0;
  }

  #form_merge input[type=checkbox] + label
  {
	margin-left: .5rem;
	vertical-align: bottom;
  }

  table.tableList tr > * {
	padding: 10px 6px 5px;
	/*background: #fff url(../i/div_h_dots.png) bottom left repeat-x;*/
	/*border-top: 1px dotted #a9a9a9;*/
	border-bottom: 1px solid #ccc;
	vertical-align: top;
  }

  table.tableList th {
	background: #EDEDED;
	padding: 8px 6px 6px 6px;

	/* DATE: */
	font-weight: 500;
	font-size: 11px;
	line-height: normal;
	color: #707070;
	letter-spacing: 0.54px;
	text-transform: uppercase;
	vertical-align: bottom;
  }

  table.tableList tr > :first-child
  {
	padding-left: 12px;
  }

  table.tableList th:not([align])
  {
	text-align: left;
  }

  table.tableList tr.labelRow
  {
	font-weight: 600;
	border: solid currentColor;
	border-width: 2px 0;
	margin: 0;
  }

  table.tableList th,
  table.tableList th a {
	font-weight: bold;
  }

  .tableList td > [type=radio]
  {
	margin-top: 18px;
  }

  .tableListItem {
	padding: 12px 6px;
	border-right: 1px solid white;
	background-color: #fff;
  }

  .tableListIcons {
	padding: 4px 2px 4px 8px;
	border-right: 1px solid white;
  }

  .tableCellAlternate {
	background: #F7F7F7;
  }

  div > table.tableList > tbody > tr:hover > td:not(:only-child)
  {
	position: relative;
	background: rgba(102,153,204,.2);
  }

	#expSearch tr td
	{
		position: static !important;

		background: none;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

  .draftIcon
  {
	position: relative;
	padding: 0 0;
	color: inherit;
  }

  /* make the darker non-deactivated icon a little bit lighter */
  .draftIcon img:not([src*=deactivated])
  {
	opacity: .8;
  }

  .draftIcon span
  {
	position: absolute;
	top: 0;
	left: -3px;
	right: -3px;
	text-align: center;

	font-size: 10px;
	font-weight: bold;
	line-height: 26px;
	text-shadow: 1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white,
		2px 2px 2px white, 2px -2px 2px white, -2px 2px 2px white, -2px -2px 2px white;

	z-index: 0;
	text-decoration: none;
  }

  table.tableList .tableList td
  {
	background: none;
	border: none;
	padding: 0;
  }

.sortingForm
{
	margin: 0;
	display: inline-block;
	vertical-align: top;

	padding-left: 5px;
}

.sortingForm p
{
	margin: 0;
	padding: 0;
}

.sortingForm .editform-buttonrow label
{
	margin-left: 10px;
}

tr.sortHideDeactivated
{
	display: none;
}

.tableList .sourceUrl
{
	max-width: 700px;
}

@media (max-width: 1100px)
{
	.tableList .sourceUrl
	{
		max-width: 500px;
	}
}


/* ---( form stuff )------------------------------- */

.formText
{
	font-size: 10px;
	/* width: 90%; */
	/* margin-left: 4px; */
}

.experienceLabel
{
	display: inline-block;
	width: 105px;
	margin: 4px 0;
}

.experienceCrossList,
.experienceCrossList li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.experienceCrossList
{
	padding-top: 5px;
}

/* ---( quickfind stuff )------------------------------- */

input.quickFindInput
{
	padding-right: 25px;
	line-height: normal;
	margin: 0;
	width: 300px;
}

.checkedToggle + .qf_form > input.quickFindInput
{
	width: 406px;
}

.crossTab + .qf_form > input.quickFindInput
{
	width: 326px;
}

.crossTab:nth-child(3) + .qf_form > input.quickFindInput
{
	width: 180px;
}

.quickFindInput::-ms-clear {
	display: none;
}

input.quickFindInput:focus
{
	outline: 0;
	border-color: #999;
}

.qf_form
{
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.crossTab + .qf_form
{
	position: relative;
	float: left;
	padding: 1px 5px;
}

.qf_holder .quickFindInput + .qf_reset
{
	display: none;
}

.qf_holder .quickFindInput.inUse + .qf_reset
{
	display: inline;

	background: none;
	box-shadow: none;
	border: none;
	font-size: 20px;
	height: auto;
	padding: 0 3px;
	margin-left: -25px;
	color: #999;
}

.qf_holder .quickFindInput.inUse + .qf_reset:hover,
.qf_holder .quickFindInput.inUse + .qf_reset:focus
{
	color: #333;
}

.qf_hide
{
	display: none;
}

/* ---( misc images )------------------------------- */

 .imgRuleDotted {
	/*background: #fff url(../i/submenu_div.png);*/
	/*border-top: 1px dotted #a9a9a9;*/
	border-top: 1px dotted #d1d1d1;
	height: 10px;
	width: 100%;
	padding: 0px;
	margin: 0px;
  }

 table.tableList td.cellDotted
 {
	padding-bottom: 0;
 }

/* new additions */

.table-info
{
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 8px;
	padding-bottom: 15px;
	font-style: normal;
	color: #555555;
}

.nologin
{
	text-align: center;
	color: red;
	font-size: 12pt;
	font-weight: bold;
	padding: 30px;
}

td.miniRight > p:last-child
{
	padding-bottom: 0;
	margin-bottom: 0;
}

.fieldInstructions
{
	color: #707070;
	display: block;
}

.fieldInstructions > div
{
	margin: 0 0 10px;
}

.edit-instructions p
{
	margin: 0px 0 .5em 0;
	display: block;
}

/* wrap text values */
.readOnlyValue
{
	margin-top: 7px;
}

.editPreviewLinks,
.editPreviewLinks li
{
	list-style: none;
	margin-left: 0;
	padding-left: .5rem;
}

.editPreviewLinks li
{
	position: relative;
	padding-left: 30px;
}

.editPreviewLinks li a img,
.editPreviewLinks li .draftIcon
{
	position: absolute;
	left: 0;
}

/* if the help links with sub headers is approved then these
   styles can be removed - bug 15308
   ---Starting here
*/
ul.indexLinks {
	position: relative;
	z-index: 4500;
	border: solid 1px #cccccc;
	background-color: #f4f4f4;
	margin: 30px 0 0 0;
	padding: 0 10px 0 10px;
	clear: both;
	width: 300px;
	float: right;
}

ul.indexLinks h1
{
	font-size: 14pt;
}

ul.indexLinks li {
	list-style: url(../i/bullet.gif);
	margin: 0 0 0 15px;
}

ul.indexLinks a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}
/* ---Ending here */

/* help links with sub headers */
div.indexLinks {
	position: relative;
	z-index: 4500;
	border: solid 1px #cccccc;
	background-color: #f4f4f4;
	margin: 30px 0 0 0;
	padding: 0 10px 0 10px;
	clear: both;
	width: 300px;
	float: right;
}

div.indexLinks h1
{
	font-size: 14pt;
}

div.helpLinks h2,
div.indexLinks h2
{
	font-size: 1rem;
	margin: .7em 0 .4em 0;
}

div.indexLinks ul li
{
	list-style: url(../i/bullet.gif);
	margin: 0 0 0 0;
}

div.helpLinks ul,
div.indexLinks ul
{
	margin: 0 0 0 16px;
	padding: 0 0 0 0;
}

div.helpLinks ul li
{
	list-style: none;
}

.indexPage {
	margin-right: 330px;
	padding: 0 20px 20px 0;
}

.what_experience {
	padding-top: 5px;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}

#timerDialog, #quickAddDialog, #extraFieldsDialog, #loginDialog
{
	background: white;
	position: relative;
	z-index: 50002;
	z-index: 100000; /* above 'save bar' */
	margin: 0;

	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	background: rgba(0,0,0,.5);
}

#timerBody, #quickAddBody, #extraFieldsBody, #loginDialogBody
{
	background-color: #FFF;
	color: #333333;
	border:1px solid #000;
	text-align: left;

	padding: 0;

	min-height: 200px;
	width: 900px;
	max-width: 80%;
	max-height: 80%;
	overflow: auto;
}

.quickAddButton
{
	clear: both;
	margin: .6em 0;
}

@keyframes pulse {
  50% {
	background-color: #ededed;
  }
}



#quickAddBody:empty,
#extraFieldsBody:empty,
#loginDialogBody:empty,
#quickAddBody.hiddenContents,
#extraFieldsBody.hiddenContents,
#loginDialogBody.hiddenContents
{
	background: #ccc url(../i/firmseek-icon.svgz) 50% 50% no-repeat;
	background-size: auto;
	animation: pulse 1.8s infinite;
}

#quickAddBody,
#extraFieldsBody
{
	padding: 20px 25px 0px 25px;
	box-sizing: border-box;
}

#loginDialogBody #initialLogin
{
	background: white;
}

#loginDialogBody
{
	width: 600px;
	padding: 1em 1.5em;
}

#loginDialogBody > *
{
	background: white;
	margin: 0 auto;
}

#loginDialogBody > p
{
	margin-top: 1em;
}

#imageThumbs > div
{
	padding-bottom: 1rem;
}

#imageThumbs > div > div > :is(input)
{
	display: inline-block;
	max-width: 30%;
	width: 30%;
}

.helpMessage
{
	padding: .5rem 16px 0;
	outline: thin dotted #EFEFEF;
}

.helpMessage p:first-child
{
	margin-top: 0;
}

.helpMessage p:last-child
{
	margin-bottom: 0;
}

h2.expandable + .helpMessage.expanded
{
	display: block;
}

.hiddenContents *
{
	visibility: hidden;
}

.tableList tr.notDraggable:first-of-type th,
.tableList tr.divider th
{
	position: sticky;
	top: 0;
	z-index: 5;
}

.tableList tr.notDraggable ~ tr.divider th
{
	top: 28px;
}

.tableList tr.notDraggable ~ tr.divider th
{
	border-top: 2px solid white;
}

.tableList td .datetime
{
	white-space: nowrap;
}

h2.divider,
.expandableHeading
{
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;

	color: #2D2E2C;
	background: #EDEDED;
	padding: 12px 16px;
	margin: 23px 0 -3px 0;

	border-radius: 3px;

	clear: both;
}

h2.divider div.subheader
{
	font-weight: normal;
	font-size: 16px;
}

.tablelessForm > p
{
	padding: 0 16px;
}

td:first-child > h2.divider
{
	margin: 0 -6px -5px -12px;
	border-radius: 0;

	font-size: 11px;
	line-height: normal;

	color: #707070;
	background: #EDEDED;
	padding: 8px 16px 6px;

	letter-spacing: 0.54px;
	text-transform: uppercase;
}

h2.expandable,
.expandableHeading
{
	display: block;
	padding-left: 40px;

	position: relative;
	cursor: pointer;
}

.helpMessage h3,
.fieldInstructions h2
{
	font-weight: 500;
	font-size: 16px;

	color: #2D2E2C;
}

.fieldInstructions .expandableHeading
{
	background: none;
	border-bottom: 1px solid #ccc;

	font-size: 1em;
	padding: 0 0 5px 30px;
	margin: 0 0 15px 0;
}

.helpMessage .expandableContent,
.fieldInstructions .expandableContent
{
	padding-bottom: 15px;
}

/* bug 50008, different style for expander within a help message */
:is(.fieldInstructions, .helpMessage) .expandableHeading
{
	all: initial;
	display: block;
	font: inherit;
	font-weight: bold;
	color: #9e0006;

	position: relative;
}

:is(.fieldInstructions, .helpMessage) .expandableHeading::after
{
	all: initial;
	display: inline-block;
	color: inherit;

	content: '▼';

	margin: .5em;

	font-size: .7em;
	line-height: 1;

	transition: transform 300ms;
}

:is(.fieldInstructions, .helpMessage) .expandableHeading.expanded::after
{
	transform: rotateX(180deg);
	transform-origin: 50% 40%;
}

:is(.fieldInstructions, .helpMessage) .expandableHeading + .expandableContent
{
	padding-top: 1em;
}

.fieldInstructions .expandableContent p
{
	margin-top: 0;
}

.fieldInstructions .expandableContent p:last-child
{
	margin-bottom: 0;
}

.field_filter h2.expandable
{
	left: -15px;
}

#expandAll
{
	float: left;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 19px;
	min-width: 75px;

	position: relative;
}

#expandAll + h2,
#expandAll + h3,
#expandAll + p,
#expandAll + script + p
{
	clear: both;
}

#expandAll + h3
{
	padding-top: 1em;
}

#expandAll[aria-pressed="false"] span:last-child
{
	display: none;
}

#expandAll[aria-pressed="true"] span:first-child
{
	display: none;
}

/* chevron http://codepen.io/lowbatteries/pen/yJpKby */
h2.expandable::after,
.expandableHeading::after,
#expandAll::after,
#expandAll::before
{
	content: '';
	display: block;

	position: absolute;
	left: 20px;
	top: 18px;

	width: 10px;
	height: 10px;
	color: #9e0006;
	border: 2px solid currentColor;
	border-top: 0;
	border-right: 0;

	transform: rotateZ(-45deg);
	transform-origin: 0 50%;
	transition: .2s;

	cursor: pointer;
}

/* vertical bar */
h2.expandable.expanded::after,
.expandableHeading.expanded::after,
#expandAll[aria-pressed="true"]::after,
#expandAll[aria-pressed="true"]::before
{
	transform: rotateX(180deg) rotateZ(-45deg) translateX(-2px) translateY(2px);
}

.helpMessage .expandableHeading::after,
.fieldInstructions .expandableHeading::after
{
	top: 6px;
	left: 10px;
}

#expandAll::after,
#expandAll::before
{
	width: 6px;
	height: 6px;
	left: 15px;
	top: calc(50% - 6px);
}

#expandAll::before
{
	top: calc(50% - 1px);
}

h2.divider ~ p,
h2.divider ~ div,
.expandableHeading ~ p,
.expandableHeading ~ div
{
	clear: both;
}

.tablelessForm
{
	background: #EDEDED;
	border-radius: 3px;
	padding-bottom: 20px;
	padding-right: 100px;
	box-sizing: border-box;
}

/* this fixes the extra spacing between "deactivated" field and the next field */
.tablelessForm + .tablelessForm > table:first-child tr:first-child > td.miniRight
{
	padding-top: 0;
}

.tablelessForm + .tablelessForm > table:first-child tr:first-child > td.miniLeft
{
	padding-top: 7px;
}

.tablelessForm + #newsletterTrackList
{
	margin-top: 20px;
}

h2.divider + .tablelessForm,
h2.divider + .helpMessage + .tablelessForm
{
	border-radius: 0 0 3px 3px;
}

h2.divider + .helpMessage,
.expandableHeading + .helpMessage
{
	background: #EDEDED;
	overflow: hidden;
}

h2.divider.collapsed + .tablelessForm,
h2.divider.collapsed + .helpMessage,
h2.divider.collapsed + .helpMessage + .tablelessForm
{
	display: none;
}

#timerBody .sp_mainHeader {
	background: none;
	text-indent: 0;
	color: red;
	line-height: normal;
}

strong#counter
{
	font-size: 1.2em;
	font-family: monospace;
	display: inline-block;
	padding: 0 .2em;
}


/* used to display parent item name in main edit page listings */
.edit_addl_info
{
	margin-left: 10px;
	color: #666666;
	font-size: .75em;
}

.subIndicator
{
	margin-left: calc(.2em + 1.3em * 0);
	display: flex;
}

.subIndicator[data-depth='2'] { padding-left: calc(1.3em * 1); }
.subIndicator[data-depth='3'] { padding-left: calc(1.3em * 2); }
.subIndicator[data-depth='4'] { padding-left: calc(1.3em * 3); }
.subIndicator[data-depth='5'] { padding-left: calc(1.3em * 4); }

.subIndicator > span:first-child
{
	display:inline-block;
	color: #aaa;
	padding-right: .2em;
}

/* table to css conversion styles */

  #fixWidth {
	width: 817px;
	margin: 0px;
	padding: 0px;
	height: 1px;
	display: block;
  }

   #fixinnerWidth {
	width: 578px;
	margin: 0px;
	padding: 0px;
	height: 1px;
	display: block;
  }

  #mainContent li
  {
	margin-bottom: .5em;
  }

  #leftSide {
	position: relative;
	width: 160px;
  }

  body.hideLeftColumn #leftSide {
	display: none;
	width: 0px;
  }

  #rightSide {
	position: relative;
  }

  body.hideLeftColumn #rightSide.rightSide_withSubNav {
	padding-left: 0px;
  }

  span#sideNavToggler {
	display: inline-block;
	visibility: hidden;
	height: 11px;
	margin: 0 7px 0 0;
	background: url('../i/sidenav-toggle.svgz') 0px 0px no-repeat;
	cursor: pointer;
  }

  span#sideNavToggler.leftSideCollapsed {
	background-position: 0px -11px;
  }

  #rightSide.rightSide_withSubNav span#sideNavToggler {
	width: 18px;
  }

  .nestedTableForm {
	margin-top: 7px;
	min-width: 70%;
  }

  .nestedTableForm td > div > label
  {
	padding-left: 1.3em;
	position: relative;
	display: block;
	line-height: normal;
	margin-bottom: .5em;
  }

  .nestedTableForm td > div > label > input
  {
	position: absolute;
	left: 0;
  }

  .proposalTableForm {
	min-width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
  }

  .nestedTableForm tr:not(:only-child):hover
  {
	background: rgba(102,153,204,.2);
  }

  .tableless-info {
	display: block;
	clear: left;
	margin-left: 20px;
	padding-top: 8px;
	padding-bottom: 15px;
	font-style: normal;
	color: #555555;
  }

.tablelessButton
{
	padding: 25px 0 0 190px;
}

.qf_holder + a
{
	margin-top: .5rem;
	display: inline-block;
}

.tablelessForm,
table.miniTable
{
	width: 100%;
	clear: both;

	border-spacing: 0;
	border-collapse: collapse;

	font-size: 15px;
}

td.miniLeft,
td.miniRight
{
	vertical-align: top;
	padding-top: 27px;
}

td.miniLeft:empty + td.miniRight
{
	padding-top: 0;
}

.photoInstructions
{
	font-size: 14px;
}

.photoInstructions p
{
	margin: 0;
}

.fieldInstructions > p:first-child
{
	margin-top: 0;
}

a[id^=quick_add]
{
	float: left;
	margin-top: 5px;
}

td.miniRight > div:first-child > a:first-child[id^=quick_add]
{
	margin-top: 0;
}

td.miniRight > h2:first-child
{
	margin-top: 0;
}

/* various right-hand elements that are slightly out of alignment */
td.miniRight > .error:first-child,
td.miniRight > .radioWrapper:first-child,
td.miniRight > input[type=radio],
td.miniRight > .fieldInstructions:first-child > :first-child:not(.fieldUserNote),
td.miniRight > div:first-child > .radioWrapper:first-child,
td.miniRight > div.fieldInstructions + div > .radioWrapper:first-child,
td.miniRight > .qf_holder > .fieldInstructions:first-child,
td.miniRight > p:first-child
{
	margin-top: 7px;
	padding-top: 0;
}

.dateHide
{
	margin-top: 7px;
}


/* for time fields, where radioWrapper should show inline */
span ~ .radioWrapper
{
	display: inline-block;
}

td.miniRight > .error
{
	position: relative;
	padding: 0 0 10px 27px;
}

td.miniRight > .error::before,
td.miniRight > .error::after
{
	content: '';

	position: absolute;
	left: 4px;
	top: 3px;

	width: 15px;
	height: 15px;

	box-sizing: border-box;
}

td.miniRight > .error::before
{
	background: currentColor;
	border-radius: 25%;
	transform: rotate(45deg);
}

td.miniRight > .error::after
{
	content: '!';
	color: white;
	font-size: 13px;

	text-align: center;
	line-height: 15px;
}

td.miniRight > input[type=checkbox]
{
	margin-top: 12px;
	margin-right: .5em;
}

td.miniLeft
{
	width: 190px;
	text-align: right;
	padding: 34px 20px 0 13px;

	box-sizing: border-box;

	/* Photo: */
	font-weight: 500;
	font-size: 15px;
	color: #2D2E2C;
}

td.miniLeft p
{
	padding: 0;
	margin: 0;
}

.spellCheckerWrapper .tablelessForm
{
	padding-left: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.spellCheckerWrapper .entry > input[type=button]
{
	margin: 0 0 10px 4px;
}

 /* leave this here in case we want to pursue the full css version
  .tablelessInner {
	background: #fff url(../i/cell_Left.png) repeat-y;
  }


  .tablelessRight {
	margin-left: 90px;
	display: block;
	padding: 6px;
	clear: none;
  }


  .tablelessLeft {
	display: block;
	width: 90px;
	float: left;
	padding: 0px;
	font-size: 11px;
  }

  .tablelessLeft p {
	background: #fff url(../i/cell_Left.png) repeat-y;
	padding: 8px 5px 8px 3px;
	margin: 0px;
  }
 */


/* end table to css conversion styles */

/* Info Message */
table.infomsg {
	font-size: 9pt;
}

/* table sorting CSS */

.sortOrder,
.sortResetForm
{
	float: left;
}

#sortButton input
{
	margin-right: 5px;
}

.tableList,
.tableList tbody
{
	position: relative;
	overflow:auto;
}

.ui-sortable-helper td td,
.dragSelected
{
	background-color: #EDEDED;
}

#dragHelper
{
	position: absolute !important;
	opacity: 1;
	filter: grayscale(1);
	color: #666 !important;
}

#dragHelper *
{
	color: inherit !important;
}

.ui-sortable-helper,
.ui-sortable-helper > td,
.ui-sortable-helper table
{
	padding: 0 !important;
	border: 0 !important;
	border-collapse: collapse !important;
}

.ui-sortable-handle
{
	cursor: row-resize;
}

.orderHelp
{
	clear: both;
	background: #ebebeb;
	padding: .5rem 1rem;
	margin: 1rem 0;
	border: 1px dashed #d1d1d1;
}



/* New Features */

strong.note,
span.note
{
	font-weight: normal;
	color: #1749e7;
}

span.newButton {
	background: yellow;
}

.hiddenByDefault
{
	display: none;
}

/* sticky saveBar */
.stickyBar
{
	position: sticky;
	bottom: 0;

	z-index: 99;

	padding: 0 0 20px;
}

.stickyBar.unstuck
{
	overflow: hidden;
}

.deactivate_multi.stickyBar
{
	margin-top: -1px;
	padding-top: 17px;
}

#subNav:not(.closed) + #mainContent
{
	width: calc(100% - 270px);
}

.stickyBar::before
{
	content: '';

	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	bottom: 0;

	border-top: 1px solid #ccc;
	background: rgba(255, 255, 255, .8);

	z-index: -1;
}

#subNav:not(.closed) + #mainContent .stickyBar::before
{
	margin-left: -135px;
}

.stickyBar
{
	padding: 20px 0;

	height: 37px;
	margin: 0;

	margin: 30px 0 0 0;
	width: 100%;
}

.stickyBar .addFieldNotes,
.stickyBar .showHistory
{
	margin: 0 5px 0 30px;
}

button.addFieldNotes
{
	color: #108FBE;
	border-color: currentColor !important;
}

main > .addFieldNotes
{
	margin-bottom: 19px;
}

button.addFieldNotes:after
{
	content: '';

	box-sizing: border-box;

	display: inline-block;
	width: 20px;
	height: 1em;

	background: #108FBE;
	border-radius: 3px;

	-webkit-mask: url(../i/notes.svgz) 50% 2px / auto 13px no-repeat;
	mask: url(../i/notes.svgz) 50% 2px / auto 13px no-repeat;
}

.stickyBar .showHistory ~ button
{
	margin-left: 0;
}

.stickyBar .previewIcons
{
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}

.previewIcons
{
	white-space: nowrap;
	display: block;
	position: relative;
	top: -3px;
}

.previewIcons *
{
	vertical-align: middle;
}

.previewIcons > *
{
	display: inline-block;
	transition: transform .1s;
}

.previewIcons > :not(:first-child)
{
	margin-left: 6px;
}

.previewIcons > :hover,
.previewIcons > :focus
{
	transform: scale(1.25);
}

.previewIcons > *
{
	transition: transform .1s;
}

.stickyBar .previewIcons::before
{
	content: 'View Current: ';
	white-space: pre;
	text-align: right;
	vertical-align: middle;
	padding-top: 2px;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
}

.tableList .lockIcon
{
	height: 1em;
	vertical-align: middle;
}

.tableList .buttonLink .lockIcon
{
	height: .9em;
	margin: 0 3px 3px;
}

/* remove most .stickyBar stuff on quick add dialogs */
#quickAddDialog .stickyBarWrapper,
#extraFieldsDialog .stickyBarWrapper,
#loginDialog .stickyBarWrapper
{
	margin: 0 !important;
	padding: 10px 0 0 0;
	height: auto;
}

#quickAddDialog .stickyBar,
#extraFieldsDialog .stickyBar,
#loginDialog .stickyBar
{
	position: static;

	width: auto;
	margin: 0;
	padding: 0;
	background: none;
	height: auto;
	clear: both;
}

/* changelog ajax processing */
img.rotatingGear
{
	display: none;
	padding: 0px 0 0 10px;
}

span.currentlyViewing
{
	font-size: 13px;
	font-weight: bold;
	color: maroon;
	text-transform: uppercase;
}

div.emailPageLinkForm
{
	display: none;
}

/* new advanced cross-lister */

.checkBoxGroup,
.crossRefHolder
{
	clear: both;
	border: 1px solid #ccc;
	z-index: 1;
	background: white;
	border-radius: 0 3px 3px 3px;
}

.checkBoxGroup,
.crossRefHolder > div
{
	position: relative;
	clear: both;

	margin: 0;
	padding: 5px;
	box-sizing: border-box;

	height: 220px;
	overflow: scroll;

	overflow-x: hidden;
	overflow-y: scroll;
}

.checkBoxGroup
{
	margin-top: 5px;

	height: auto;
	max-height: 220px;
}

/* for quick find, height should be constant */
.qf_holder .checkBoxGroup
{
	height: 220px;
}

.crossRefHolder
{
	padding: 5px;
	box-sizing: border-box;
}

.crossRefHolder p
{
	padding: 0;
	margin: .5em 0;
}

.advCrossSearch
{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-radius: 3px;

	background: white;
	box-sizing: border-box;
}

.advCrossSearch .tablelessForm
{
	background: none;
	padding-right: 13px;
	padding-bottom: 20px;
}

.advCrossSearch .miniTable
{
	margin-left: 0;
}

.advCrossSearch > input[type=submit]
{
	margin: 0 0 0 164px;
}

.advCrossSearch .miniLeft
{
	width: 164px;
}

.advListerLoaded .advCrossSearch
{
	display: none;
}

.miniTable:target .advCrossSearch
{
	display: block;
}

.miniTable h4
{
	margin: 0;
	padding: .3em 0;
	color: maroon;
	font-weight: bold;
	cursor: pointer;
	width: 12em;
}

.advCrossSearch > input
{
	margin: .5em 0;
}

.advCrossRef
{
	list-style: none;

	margin: 0;
	padding: 0;
}

.advUnchecked
{
	display: none;
}

.allTab.selected ~ .crossRefHolder .advUnchecked
{
	display: block;
}

.advCrossRef div
{
	margin: 0;
	text-indent: 0;
}

.checkBoxGroup > div,
.advCrossRef li
{
	padding: 4px 0 4px 10px;
	margin: 0;
	position: relative;
	list-style: none;

	clear: both;
	border: 1px solid white;

	overflow: visible;
	z-index: 0;
}

.checkBoxGroup > div:not(:last-child),
.advCrossRef li:not(:last-child)
{
	border-bottom: 1px solid #ededed;
}

.checkBoxGroup > div
{
	padding: 4px 0 4px 22px;
	position: relative;
}

.checkBoxGroup > div > input[type=checkbox]
{
	position: absolute;
	left: 2px;
	top: 6px;
}

.orderedCheckBoxGroup > div
{
	margin-bottom: 2px;
	padding-right: 42px;
}

.orderedCheckBoxGroup .sortNum
{
	position: absolute;

}

.deactivated
{
	color: #777777;
}

.hideDeactivated .deactivated
{
	display: none;
}

.deactivatedText,
.draftText
{
	font-style: italic;
	font-size: .7em;
	line-height: 1.8;
}

.advListerLoaded .advCrossRef li
{
	background: white;
	background: rgba(255,255,255,.9);
}

.advCrossRef li li
{
	border-width: 1px 0 1px 1px;
}

#mainContent .advCrossRef li
{
	margin-bottom: 0;
}

.advCrossRef li.hidden
{
	opacity: .7;
	color: #777;
}

/* we don't want to double-apply the opacity */
.advCrossRef li.hidden li.hidden
{
	opacity: 1;
}

.advCrossRef ul
{
	padding: 0 0 0 0;
	margin: 0;
	clear: both;
}

.advCrossRef li:hover
{
	border-color: #aaa;
	border-style: solid;
	margin-bottom: -1px;
	z-index: 1;
}

.advCrossRef li.expanded
{
	background-position: -174px 8px;
}

.advCrossRef .title
{
	display: block;
	margin: 0 0 0 16px;
	padding: 4px 0;

	line-height: 1.3;
}

.sortable.advCrossRef .title
{
	padding-right: 35px;
}

.advListerLoaded .hasOptions .title
{
	margin: 0 0 0 37px;
}

.advCrossRef .title span
{
	float: left;
}

.advCrossRef .title div
{
	display: inline-block;
}

.title div[contentEditable]:focused
{
	outline: 1px dashed #ccc;
	padding: 0 3px;
}

/* sometimes added by browser when editing contentEditables */
.advCrossRef .title br
{
	display: none;
}

.advListerLoaded .advCrossRef .title span
{
	padding-right: .3em;
	font-size: .7rem;
	line-height: 1.7;
}

.advListerLoaded .advCrossRef .title div
{
	display: inline;
}

#content .parentsText
{
	margin-top: -2px;
	display: block;
	font-size: .9rem;
}

#content .parentsText span
{
	color: #999;
	float: none;
	font-size: .75rem;
	display: inline;
}

#content .deactivatedText + label .parentsText
{
	display: inline;
}

/* add some space to the bottom for dragging around */
.sortable.checkedView
{
	padding-bottom: 3em;
}

/* add some space to the right for the sort field */
.sortable.checkedView .title
{
	padding-right: 67px;
}

.advCrossRef .hiddenText
{
	font-style: italic;
	display: none;
}

.hidden > .title > .hiddenText
{
	display: inline;
}

.advCrossRef .foundText
{
	background: #fcc;
	margin-right: .3em;
	padding-left: .3em;
	color: black;
}

.advCrossRef .altTitleText
{
	color: green;
	cursor: pointer;
	font-style: italic;
}

.advCrossRef li .itemSelect
{
	position: absolute;
	left: 3px;
	top: 6px;
}

input.sortNum
{
	width: 30px;
	font-size: 11px;

	height: 2em;
	margin: 0 .5em;

	text-align: right;
}

.orderedCheckBoxGroup .sortNum,
.advCrossRef input.sortNum
{
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
}

.advCrossRef .unsetOrder
{
	display: none;
	position: absolute;
	top: 3px;
	right: 33px;

	padding: 2px 4px 7px 4px;

	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-align: right;
	cursor: pointer;
}

.advCrossRef.checkedView .sorted > .unsetOrder
{
	display: block;
}

/* optiosn header, make it just a clickable icon */
.advCrossRef h3
{
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;

	padding: 15px 0 0 18px;
	margin: 0;
	position: absolute;
	top: 5px;
	left: 24px;
}

/* chevron http://codepen.io/lowbatteries/pen/yJpKby?editors=0100 */
.advCrossRef h3 a::before
{
	content: '';
	position: absolute;
	top: 5px;
	left: 4px;

	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: transparent transparent currentColor currentColor;
	transform-origin: 0 50%;
	transform: rotateX(45deg) rotateZ(-45deg);
	transition: .2s;
}

/* make the links for those who don't have extra data be gray */
.advCrossRef h3:not(.hasExtraData) a
{
	color: #aaa;
}

/* expanded options header */
.advCrossRef .expanded h3 a::before
{
	transform: rotateX(135deg) rotateZ(-45deg);
}

.advListerLoaded .advCrossRef .options
{
	display: none;
}


.altTitleHere, .altTitleThere
{
	clear: left;
	width: 90%;
}

.dragPlaceHolder
{
	background: #f5f5f5 !important;
}

.advCrossRef.ui-sortable.checkedView .title
{
	cursor: row-resize;
}

.advCrossRef.ui-sortable-disabled .title
{
	cursor: default;
}

.advCrossRef.foundView li
{
	display: none;
}

/* don't show the [found] text in the found view, it's redundant */
.foundView .foundText
{
	display: none;
}

.advListerLoaded .foundCount
{
	display: none;
}

.advCrossRef.foundView li.found
{
	display: block;
}

.advCrossRef .options
{
	border-top: 1px solid #ccc;
	margin-top: .3em;
	padding: .3em 0;
	margin-left: 16px;
}

.advCrossRef fieldset
{
	border: 1px solid #ccc;
	margin: .5em 0 0 0;
	padding: 0 .5em .5em .5em;
}

.advCrossRef legend
{
	color: inherit;
	padding: 0;
	margin: 0;
}

.advCrossRef .options
{
	margin-left: 16px;
}

.crossTab
{
	float: left;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	position: relative;
	bottom: -1px;
	border-bottom: 1px solid #ccc;

	box-sizing: content-box;
	padding-bottom: 5px;
}

.crossTab.selected
{
	background: white;
	border-bottom-color: white;
	color: inherit;
	text-decoration: none;
	cursor: default;
}

.crossTab.selected a
{
	color: black;
}

.foundTab.selected
{
	color: black;
	background: #fcc;
}

/* ---( pagination )------------------------------- */

#sortButton
{
	float: left;
}

#spTableFilter
{
	clear: both;
	position: relative;
	margin: 1rem 0;
	height: 2.5rem;
}

#spTableFilter + *
{
	clear: both;
}

#spTableFilter input[type=submit]
{
	display: none;
}

#spTableFilter select
{
	width: 15rem;
}

#spTableFilter select.dateFilter
{
	width: 10em;
}

#spTableFilter > div > *
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

#spTableFilter > div > span:first-child
{
	padding-right: 13px;
	font-weight: bold;
	min-width: 110px;
	text-align: right;
	float: left;
	line-height: 35px;
}

#spTableFilter::after
{
	content: '';
	display: block;
	clear: both;
}

/* ---( list pilot )--------------------------------- */

.lp-gd, .lp-nu, .lp-bd
{
	margin: 8px 0;
	line-height: 120%;
}

.lp-gd
{
	color: green;
}

.lp-bd
{
	color: red;
}

/* ---( list pilot )--------------------------------- */

.lp-gd, .lp-nu, .lp-bd
{
	margin: 8px 0;
	line-height: 120%;
}

.lp-gd
{
	color: green;
}

.lp-bd
{
	color: red;
}

/* ---( list pilot )--------------------------------- */

.lp-gd, .lp-nu, .lp-bd
{
	margin: 8px 0;
	line-height: 120%;
}

.lp-gd
{
	color: green;
}

.lp-bd
{
	color: red;
}

/* ---( list pilot 2 )------------------------------- */

.listPilotSection
{
	padding-right: 100px;

	float: left;
	margin-bottom: 2em;
}

.listPilotSection + .listPilotSection
{
	padding-right: 0;
}

.listPilotSection + :not(.listPilotSection)
{
	clear: both;
}

/*!
 * jQuery UI CSS Framework 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix::before, .ui-helper-clearfix::after { content: ""; display: table; }
.ui-helper-clearfix::after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; height: 100%; left: calc(50% - 50vw); width: 100vw; }


/*!
 * jQuery UI CSS Framework 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=0&bgColorHeader=e6e6e6&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=0&borderColorHeader=e6e6e6&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=ffffe0&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=0&borderColorHighlight=ff0&fcHighlight=363636&iconColorHighlight=ff0000&bgColorError=ffcccc&bgTextureError=02_glass.png&bgImgOpacityError=0&borderColorError=f00&fcError=f00&iconColorError=f00&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; }
.ui-widget-header { border: 1px solid #e6e6e6; background: #e6e6e6 url(images/ui-bg_highlight-soft_0_e6e6e6_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight	{border: 1px solid #ff0; background: #ffffe0 url(images/ui-bg_flat_0_ffffe0_40x100.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #f00; background: #ffcccc url(images/ui-bg_glass_0_ffcccc_1x400.png) 50% 50% repeat-x; color: #f00; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #f00; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #f00; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,	.ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { color: #aaa; cursor: not-allowed; }
.ui-button-disabled { cursor: not-allowed !important }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_ff0000_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_f00_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

/* Overlays */
.ui-widget-overlay { background: rgba(0,0,0,.5); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!

 * jQuery UI Dialog 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; z-index: 51000 /* above the main nav */ }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 0px; height: 19px; box-shadow: none; overflow: hidden }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 0px; }
.ui-dialog .ui-dialog-titlebar-close span.ui-button-text { display: none; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { position: absolute; width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-dialog-titlebar { background: #626363; color: white; }


/* ---( jquery.multiselect.css )------------------------------- */
.ui-multiselect { padding:2px 0 2px 4px; text-align:left; max-width: 525px !important }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative; overflow-y:auto }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* ---( jquery.multiselect.filter.css )------------------------------- */
.ui-multiselect-hasfilter ul { position:relative; top:2px }
.ui-multiselect-filter { float:left; margin-right:10px; font-size:11px }
.ui-multiselect-filter input { width:100px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }

#contentTopButtons
{
	float: right;
	margin-bottom: 8px;
}

.tableTopButtons
{
	padding: .5rem 0 3px 0;
	min-height: 35px;
}

a.contentTopButton,
a.tableTopButton
{
	position: relative;

	text-decoration: none;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;

	min-height: 35px;
	box-sizing: border-box;

	padding: 10px 12px 8px;
	display: inline-block;
}

a.contentTopButton
{
	background: #108FBE;
	color: white;
}

a.tableTopButton
{

}

a.contentTopButton::before
{
	content: '?';
	font-size: 15px;
	line-height: inherit;
	padding-right: 6px;
	vertical-align: middle;
}

a.contentTopButton[href='#clientnote']::before
{
	content: url(../i/notes.svgz);
}

a.tableTopButton.addNew,
a.tableTopButton.addNew:hover
{
	background: #9f0006;
	color: white;
	box-shadow: none;
	border-color: transparent;
}

a.tableTopButton.addNew:hover
{
	opacity: .9;
}

a.contentTopButton::after,
a.tableTopButton::after
{
	content: '';
	display: block;
	position: absolute;
	top: calc(100% - 4px);
	left: 0;
	right: 0;
	height: 0;
}

a.contentTopButton::after
{
	background: inherit;
}

a.tableTopButton.expanded::after
{
	background: white linear-gradient(#F2F2F2, #eee) 2px no-repeat;
	background-size: calc(100% - 4px);

	border: inherit;
	border-width: 0 1px;
	left: -1px;
	right: -1px;
	height: 0;
	box-sizing: border-box;
}

a.tableTopButton.expanded:hover::after
{
	background-image: linear-gradient(#e1e1e1, #eee);
}

a.contentTopButton.expanded::after,
a.tableTopButton.expanded::after
{
	height: 9px;
	z-index: 1;
}

.contentTopExpansion,
.tableTopExpansion
{
	clear: both;
	display: none;
	background: white;

	position: relative;

	font-size: 15px;
	line-height: 1.3;
}

.contentTopExpansion
{
	top: -3px;

	border: 3px solid #108FBE;
	margin: 0 0 1rem 0;
	padding: 29px 32px;
}

.tableTopExpansion
{
	border: 1px solid #b8b8b8;
	margin: 0;
	padding: 0.8rem;

	background: #eee;
}

.contentTopExpansion.expanded,
.tableTopExpansion.expanded
{
	display: block;
}

.contentTopExpansion + p,
.contentTopExpansion + div,
.contentTopExpansion + form,
.tableTopExpansion + p,
.tableTopExpansion + div,
.tableTopExpansion + form
{
	clear: both;
}

.contentTopExpansion > p:first-child,
.tableTopExpansion > p:first-child
{
	margin-top: 0;
}

.contentTopExpansion p:last-child,
.tableTopExpansion p:last-child
{
	margin-bottom: 0;
}

#clientnote > button
{
	margin-top: 1rem;
	margin-right: 0.3rem;
}

#clientnote_content
{
	position: relative;

	padding-right: 10px;
	max-height: 200px;
	overflow: auto;

	transition: max-height 300ms;
}

#clientnote_content[aria-hidden=true] ~ button.viewScrollAll
{
	display: none;
}

#clientnote_content.hasMore:not(.hasScrolled)::after
{
	content: '';

	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	height: 2.5em;

	background: linear-gradient(to bottom, transparent, white);
}

#clientnote > div > :first-child
{
	margin-top: 0;
}

#newsletterTrackList td
{
	vertical-align: middle;
}

/* tinymce customization */

/*
	Hide these buttons by default, and show them only in fullscreen

	row_props,cell_props,delete_col,delete_row,delete_table,col_after,col_before,row_after,row_before,split_cells,merge_cells
*/

#content .mce_row_props,
#content .mce_cell_props,
#content .mce_delete_col,
#content .mce_delete_row,
#content .mce_delete_table,
#content .mce_col_after,
#content .mce_col_before,
#content .mce_row_after,
#content .mce_row_before,
#content .mce_split_cells,
#content .mce_merge_cells
{
	display: none;
}

#topTableButtons
{
	overflow: hidden;
	float: left;
	padding-bottom: 1rem;
}

#tableTopButtons form
{
	float: left;
	padding-right: 13px;
	margin-bottom: 0;
}

#databaseFieldList .tableTopButtons
{
	background: white;
	position: sticky;
	top: 0;
	z-index: 99;
}

#databaseFieldList .tableTopExpansion
{
	position: sticky;
	top: -44px;
	z-index: 98;
}

#databaseFieldList .tableList th
{
	top: 46px;
}

/* linksweeper 2 */

.linksweeper-reason
{
	background-color: #ddd;
	border-radius: 0.3rem;
	padding: 0.1rem 0.5rem;
	font-size: 80%;

	height: 2.7em;
	line-height: 2.7em;
	text-align: center;
}

.lsDomainList,
.lsDomainList li
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.linksweeper2-entry
{
	margin-bottom: 1em;
	border: solid 1px #ddd;
}

.linksweeper2-entry > .sourcepage
{
	background-color: #ddd;
	padding: .2em .4em;
}

.linksweeper2-entry > .sourcepage a
{
	font-size: 110%;
	font-weight: bold;
}

.linksweeper2-entry > ul
{
	list-style: none;
	margin: 0;
	padding: 6px;
}

#mainContent .linksweeper2-entry > ul > li
{
	list-style: none;
	margin: 6px;
	padding: 0;

	display: flex;
}

/* when the links wrap to two lines, indent the second line */
.linksweeper2-entry > ul > li > div:first-child
{
	flex-grow: 1;
	margin-right: 20px;
	padding-top: 7px;
	line-height: normal;
}

.linksweeper2-entry > ul > li > div:first-child a
{
	overflow-wrap: word-wrap;
	overflow-wrap: break-word;
}

.linksweeper2-entry > ul > li > div + div
{
	margin-left: 6px;
	white-space: nowrap;
}

/* buttons and button-like elements */
input.waiting,
button.waiting,
input[type=button]:not([disabled]):hover,
input[type=submit]:not([disabled]):hover,
:not([class^=wpro]) > button:not([disabled]):hover,
label.fileChooser:hover,
a.checkedToggle:hover,
.crossTab:not(.selected):hover,
a.buttonLink:hover,
a.tableTopButton:hover
{
	background-image: linear-gradient(0deg, #E1E1E1 0%, #FFFFFF 100%);
	border: 1px solid #b8b8b8;
}

#content .fsga-wrapper button.current
{
	background: #eee !important;
	color: #aaa;
}

#topTableButtons input[type=submit]:hover,
#topTableButtons button[type=reset]:hover
{
	opacity: 0.9;
	border: 0px !important;
}

a.helpButton:hover:not(.expanded)
{
	opacity: 0.9;
}

button.ui-multiselect
{
	background: white;
}

.wproEditor button,
.mce-container button
{
	box-shadow: none;
}

.mce-container button:hover
{
	border: 0px !important;
}

#ipColumns .radioWrapper
{
	columns: 229px;
	column-gap: 10px;
}

#ipColumns .radioWrapper  div
{
	break-inside: avoid;
}

form .entry input[type=text][name=external_ip]
{
	width: 300px !important;
	/* margin: -2rem 0 1rem 0; */
}

#generateButtons
{
	text-align: right;
	margin: 0 0 1rem;
}

#generateButtons > *
{
	margin-left: 5px;
	vertical-align: bottom;
}

#shareEmailBox
{
	display: none;
	background: #ededed;
}

#shareEmailBox > button,
#shareEmailBox > .buttonLink
{
	float: right;
	margin-left: .5rem;
}

#shareEmailBody
{
	width: 100%;
	height: calc(100% - 140px);
	box-sizing: border-box;

	overflow: auto;

	border: 1px dashed #ccc;
	border-radius: 8px;
	margin: 1em 0;
	padding: 1em;

	background: white;
	color: initial;

	font: initial;
	font-family: sans-serif;
}

#shareEmailBody[contenteditable] *
{
	color: revert;
}

#copyMessage
{
	position: absolute;
	background: #85A511;
	color: white;
	font-weight: bold;

	left: 0;
	right: 0;
	bottom: 0;
	height: 70px;
	display: none;

	padding: 0 1em;
	box-sizing: border-box;
	line-height: 70px;
	text-align: right;
}

#copyMessage button
{
	margin-left: 1rem;
}

#shareEmailBox textarea
{
	width: 10px;
	height: 10px;
	border: 0;
	background: transparent;
	color: transparent;
	position: absolute;
	top: 0;
	right: 0;
	opacity: .1;
}

#shareEmailBox textarea::selection
{
	background: transparent;
}

#shareEmailBox textarea::-moz-selection
{
	background: transparent;
}

.dd-selected-image,
.dd-option-image
{
	max-width: 100px !important;
}

.dd-select a
{
	font-weight: normal;
	color: #000000;
}

#gaPieCharts
{
	overflow: hidden;
}

#gaPieCharts > div
{
	width: 50%;
	float: left;
}

.gapi-analytics-data-chart-styles-table-td
{
	word-break: break-word;
}

/* buttons to look like links */
button.statsPopup
{
	margin: 0 0 0 6px !important;
	padding: 0 !important;
	background: none !important;

	border: none !important;
	font: inherit;
	color: inherit;

	cursor: pointer;
	text-transform: inherit;
	text-align: left;
	text-align: inherit;
}

.rangeSelector,
.DateRangeSelector
{
	display: flex;
	align-items: top;
}

.dateSelectors
{
	display: none;
}

.rangeSelector > div + div
{
	padding-left: 1.3em;
}

.rangeSelector label
{
	vertical-align: middle;
	margin-right: .3em;
	line-height: 37px;
}

.DateRangeSelector-item
{
	padding-left: 10px;
}

#popupDetail
{
	position: absolute;
	right: 5px;
	top: 0;
	line-height: 36px;
}

#popupDetail .analyticsReport
{
	margin-left: 1em;
}

.extHelp
{
	font-size: 12px;
	font-weight: bold;

	line-height: 1.1em;

	text-decoration: none;
	padding-left: 5px;

	position: relative;
	display: inline-block;
	vertical-align: middle;

	text-transform: uppercase;
}

.extHelp span
{
	font-size: 8px;
	position: relative;
	padding: 1px 3px 1px 2px;
	top: -2px;
	font-weight: bold;

	border: 1px solid #9e0006;

	font-weight: bold;
	border-radius: 2px;

	margin-left: 2px;
}

.extHelp:hover span,
.extHelp:focus span
{
	color: white;
	background: #9e0006;
}

#fsga-pages .fsga-buttonWrapper
{
	font-size: 10px;
}

#fsga-pages .fsga-buttonWrapper button
{
	margin: 0 0 3px 0;
	line-height: 1;
	min-height: 36px;
}

.fsga-wrapper
{
	padding-bottom: 20px;
}

h2 + .fsga-wrapper,
body:not(.popup) .rangeSelector
{
	padding-top: 20px;
}

.fsga-chart-wrapper
{
	margin-top: 1em;
	max-width: 100%;
}

/* added for sp3 */

#mainStatus .message
{
	font-weight: bold;
	padding: 20px 34px 20px 74px;
	margin: 0 0 10px 0;
	border: 3px solid currentColor;

	position: relative;

	color: #ED8E11;
}

#mainStatus .message a
{
	color: inherit;
	text-decoration: underline;
}

/**********/

#mainStatus .message::before,
#mainStatus .message::after
{
	content: '';

	position: absolute;
	left: 30px;
	top: 15px;

	width: 35px;
	height: 35px;

	box-sizing: border-box;
}

#mainStatus .message::before
{
	background: currentColor;
	border-radius: 50%;
}

#mainStatus .message::after
{
	content: '!';
	color: white;
	font-size: 1.1em;

	text-align: center;
	line-height: 35px;
}

#mainStatus .message span
{
	font-weight: normal;
	color: #2D2E2C;
}

#mainStatus .command
{
	white-space: nowrap;
	font-weight: 700;
	font-family: AvenirNextCondensed;
	text-transform: uppercase;
	font-size: .75em;
	padding: 0 .35em;
	display: inline-block;
	background: #eee;
}

#mainStatus .message.error
{
	color: #CA0106;
}

#mainStatus .message.warning
{
	color: #ED8E11;
}

#mainStatus .message.success
{
	color: #85A511;
}

#mainStatus .message span
{
	opacity: .75;
}

/**********/


#mainStatus .message.error::before
{
	border-radius: 25%;
	transform: rotate(45deg);
	border: 2px solid white;
	outline: 1px solid white;
}

#mainStatus .message.success::after
{
	content: '';

	border: solid white;
	border-width: 0 2px 2px 0;
	width: 5px;
	height: 13px;

	left: 45px;
	top: 25px;

	transform: rotate(38deg);
}

/**********/



a.submitlink
{
	background-image: linear-gradient(0deg, #F2F2F2 0%, #FFFFFF 100%);
	box-shadow: inset 0px 0px 0px 2px #FFFFFF;

	color: #9F0006;
	text-decoration: none;

	display: inline-block;

	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0;
	box-sizing: border-box;

	font-family: Avenir, sans-serif;

	/* try to keep height in proportion */
	box-sizing: border-box;

	/* items with a border will NOT need an outline, see :focus rule below */
	outline: 0;

	cursor: pointer;

	height: 25px;
	line-height: 25px;
	font-weight: 500;
	font-size: 13px;
	padding: 0 .8em;
}

a.submitlink:hover
{
	background-image: linear-gradient(0deg, #E1E1E1 0%, #FFFFFF 100%);
	border: 1px solid #b8b8b8 !important;
}

div.one-field-one-button
{
	clear: both;
	display: inline-block;
}

div.one-field-one-button > div
{
	display: inline-block;
	padding-right: 5px;
}

li .one-field-one-button
{
	margin-top: 20px;
}

div.entry
{
	position: relative;
}

form .entry input[type=text],
form .entry input[type=password],
form .entry textarea
{
	width: 100% !important;
	box-sizing: border-box;
}

form .entry select
{
	width: 100% !important;
}

form .entry .imageProcessOptions label input
{
	width: auto !important;
}

div.field-rules
{
	padding-top: 0.5rem;
	font-size: 95%;
	line-height: 110%;
}

div.field-change-caution,
div.text-field-character-count
{
	font-size: 12px;
	margin-top: 5px;
	font-style: italic;
	color: #888;
}

div.field-change-caution.warning,
div.text-field-character-count.warning
{
	color: red;
}

div.field-change-caution a:not(:hover):not(:focus)
{
	color: inherit;
}

.field-change-caution ul
{
	padding: 0 0 0 2em;
	margin: .5em 0 0;

	columns: 2;
	max-width: 320px;
}

.field-change-caution li
{
	margin: 0;
	padding: 0;
	line-height: 1;
}

.field-change-caution > :last-child
{
	margin-bottom: -10px;
}

form.dv_search_top
{
}

form.dv_search_top .template-table
{
	width: 100%;
}

form.dv_search_top select
{
	width: 40rem !important;
}

/* paginator */

div.paginator
{
	clear: both;
	overflow: hidden;
	margin: 0.5rem 0;
	/* background-color: rgb(237,237,237); */
	/* padding: 0.25rem 0.7rem; */
	padding: 0 0.7rem;
	font-size: 95%;
	color: #666;
}

div.paginator .message
{
	float: left;
}

div.paginator .controls
{
	float: right;
}

div.paginator a.page
{
	font-weight: bold;
}

div.paginator span.page
{
	font-size: 120%;
	position: relative;
	top: 0.11rem;
}

/* filter at top of table listings */

#table_top_filter > form
{
	margin-bottom: 0;
}

table.tableTopSearch
{
	width: 100%;
}

table.tableTopSearch td.label
{
	text-align: right;
	font-size: 90%;
	width: 160px;
}

table.tableTopSearch td.field
{
	padding: 0 0.4rem;
}

form:not(.showAdvanced) .qf_advanced_field,
form:not(.showAdvanced) .qf_basic_toggle
{
	display: none;
}

form.showAdvanced .qf_advanced_toggle
{
	display: none;
}

.tableTopExpansion form
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tableTopExpansion form table
{
	max-width: calc(100% - 350px);
}

.tableTopExpansion .buttons
{
	padding-top: 2px;
}

form:not(.showAdvanced) .qf_extra_buttons
{
	display: none;
}

.tableTopSearch .qf_extra_buttons td > *
{
	margin-top: 15px;
}

form.showAdvanced .buttons :not(button)
{
	display: none;
}

.qf_extra_buttons button
{
	display: none;
}

main #liveOtherUsers
{
	/* show after 5s in case something is wrong with JS */
	/* this gets moved out of main when it becomes a dialog */
	animation-duration: 5s;
	animation-name: showafterdelay;
	overflow: hidden;
}

@keyframes showafterdelay {
  from {
	height: 0;
  }

  to {
	height: auto;
  }
}

#liveUpdateTwoColumn
{
	display: flex;
	margin: 1.5em 0;

	justify-content: space-between;
}

#liveUpdateTwoColumn > div
{
	width: calc(50% - 8px);
	padding: 17px;
	box-sizing: border-box;

	border: 3px solid #DCB10A;
}

#liveUpdateTwoColumn > div:first-child
{
	border-color: #CA0106;
}

#liveUpdateTwoColumn h2
{
	padding: 0;
	margin: 0 0 16px;
	font-size: 1em;
}

.docBrowser
{
	padding: 0 10px 5px;
}

/* various columns on the docbrowser (field/table/	*/
.missingDocBrowser tr > :nth-last-child(5) ~ *
{
	width: 100px;
}

/* ID# - second to last column on rows with at least 5 cells */
.missingDocBrowser:not(.assetBrowser) tr > :nth-last-child(5) ~ :nth-last-child(2)
{
	width: 30px;
}

/* checkbox */
.assetFinder tr > :first-child
{
	width: 30px;
}

/* main file column */
.assetFinder tr > :nth-child(2)
{
	flex-grow: 1;
	width: 90%;
}

.docBrowser tr > :last-child
{
	width: 120px;
}

.docBrowser .fieldInstructions p
{
	margin: 0;
	padding: 10px 0 0 5px;
}

.docBrowser iframe
{
	width: 100%;
	border: 0;
	height: 400px;
}

.docBrowser .stickyBar.unstuck::before
{
	background: none;
}

.docBrowser .tableList tr th
{
	border-color: #ccc;
}

.docBrowser .tableList tr.notDraggable ~ tr.divider th
{
	font: inherit;
	color: inherit;
	letter-spacing: 0;
	text-transform: none;
	border-top: 0;

	position: static;
}

.docBrowser td img
{
	width: 70px;
	height: 3em;
	object-fit: cover;
	object-position: center top;
}

#popupFileInfo div
{
	margin-bottom: 10px;
}

#popupFileInfo label
{
	min-width: 110px;
	display: inline-block;
}

#popupFileInfo input
{
	display: inline-block;
	width: 530px;

	font-size: 12px;
	letter-spacing: -.3px;

	line-height: 35px;
	height: 35px;

	margin: 0 10px;
	padding: 2px 8px;

	box-sizing: border-box;
	vertical-align: middle;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	border: 1px dotted #ccc;
}

#popupFileInfo button,
#popupFileInfo .buttonLink
{
	margin-right: 10px;
}

.experience-field-groups,
.datadump-field-groups
{
	column-count: 3;
}
.experience-field-group,
.datadump-field-group
{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	padding-bottom: 1rem;
}
.experience-field-group-label,
.datadump-field-group-label
{
	font-weight: bold;
	line-height: 110%;
	padding-bottom: 0.3rem;
}
.experience-field,
.datadump-field
{
	margin: 0.2rem 0;
}
.experience-field input[type=checkbox],
.datadump-field input[type=checkbox]
{
	width: 1rem;
	margin-right: 0.15rem;
}
.experience-field label,
.datadump-field label
{
	display: inline-block;
	margin-left: 1.5rem;
	text-indent: -1.5rem;
	line-height: 110%;
}

.redirectSelects input[type=radio]:not(:checked) ~ label *
{
	display: none;
}

/* button reset to look like links */
#content .expandableHeading button,
#content .expandButton button,
#content .collapseButton button
{
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	text-shadow: none;
	box-shadow: none;

	border: none;
	font: inherit;
	color: inherit;

	cursor: pointer;
	text-transform: inherit;
	text-align: inherit;
	height: auto;
}

#content .expandButton button,
#content .collapseButton button
{
	color: #0a80ca;
	text-decoration: none;
	cursor: pointer;
}

.expandButton:hover,
.expandButton:focus,
.collapseButton:hover,
.collapseButton:focus
{
	color: #888888;
}

.expandButton.expanded
{
	display: none;
}

.expandableContent
{
	display: none;
	overflow: hidden;
}

.extraItems
{
	overflow: hidden; /* prevent slideToggle jump */
	display: none;
}

/* password show */

::-ms-reveal,
::-ms-clear {
  display: none !important;
}

#content .hideShowPassword-wrapper
{
	display: inline-flex !important;
	width: auto !important;
	margin: 0 !important;
}

#content .hideShowPassword-wrapper input
{
	flex-shrink: 1;
	padding-right: 5px !important;

	border-right: 0;
	border-radius: 0.25em 0 0 0.25em;
}

#content button.hideShowPassword-toggle
{
	background: white url('../i/pw-show.svgz') center center no-repeat;
	background-size: 55%;
	height: 35px;
	margin: 0 !important;
	max-height: 100%;
	padding: 0;
	overflow: 'hidden';
	text-indent: -999em;
	width: 35px;
	-moz-appearance: none;
	-webkit-appearance: none;

	position: static !important;
	box-shadow: none;

	border-radius: 0 0.25em 0.25em 0;
	margin-left: 2px;
}

#content .hideShowPassword-wrapper button:hover,
#content .hideShowPassword-wrapper button:focus
{
	border-color: #108FBE;
}

#content button.hideShowPassword-toggle-hide
{
	background-image: url('../i/pw-hide.svgz');
}

#content .hideShowPassword-wrapper input:focus + button
{
	border-left-color: #108FBE;
}

.totp-auth
{
	margin-bottom: 20px;

	display: inline-flex;
	flex-direction: column;
	align-items: center;
}

.totp-auth pre
{
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
	border: 2px solid black;
	text-align: center;
	margin: 0 0 0 5px;
	line-height: 1;
	width: 267px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.4px;
}

/* make code fields easier to select */
code,
.selectable /* this is a function that ties in with a JS button for copying */
{
	-webkit-user-select: all;  /* Chrome all / Safari all */
	-moz-user-select: all;	   /* Firefox all */
	-ms-user-select: all;	   /* IE 10+ */
	user-select: all;		   /* Likely future */

	cursor: pointer;
}

/* Home Page Help Search */

.searchHelpTopics
{
	margin: 20px 0px 30px 0;
	padding: 10px 20px 20px 20px;
	background: #EDEDED;
}

.searchHelpTopics form .entry
{
	width: 500px;
}

/* a button toggle with two icons in two spans, see content lockout feature */
button.iconSlideToggle
{
	display: grid;
	grid-template-columns: 1fr 1em 30px 32px;
	grid-gap: 0;

	align-items: center;
}

button.iconSlideToggle span
{
	position: relative;
	overflow: hidden;

	width: 20px;
	height: 20px;
	background: #b8b8b8;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 0 7px 0 3px;

	--br: 50px;

	border: 1px solid #b8b8b8;
	border-right: 0;
	border-radius: var(--br) 0 0 var(--br);

	font-size: 10px;
	text-transform: uppercase;
	color: #2D2E2C;
}

button.iconSlideToggle span:first-of-type
{
	grid-column: 3;
	padding: 0 3px 0 7px;
}

button.iconSlideToggle span + span
{
	border-radius: 0 var(--br) var(--br) 0;
	border-left: 0;
}

button.iconSlideToggle span::before
{
	content: '';

	position: absolute;
	background: white;
	width: 100%;
	height: 100%;

	z-index: 2;
	left: 0;

	transition: left 300ms;

	border-radius: var(--br);
}

button.iconSlideToggle[aria-pressed=true] span:first-of-type::before
{
	left: 100%;
}

button.iconSlideToggle[aria-pressed=false] span + span::before
{
	left: -100%;
}

button.iconSlideToggle.animHint span::before
{
	animation-name: bounce;
	animation-duration: 800ms;
	animation-iteration-count: 1;
	animation-delay: 1000ms;
}

button.iconSlideToggle[aria-pressed=true].animHint span::before
{
	animation-name: bounce-reverse;
}

@keyframes bounce {
  0%   { margin-left: 0; }
  40%  { margin-left: 70%; }
  50%  { margin-left: 0; }
  90%  { margin-left: 70%; }
  100% { margin-left: 0; }
}

@keyframes bounce-reverse {
  0%   { margin-left: 0; }
  40%  { margin-left: -70%; }
  50%  { margin-left: 0; }
  90%  { margin-left: -70%; }
  100% { margin-left: 0; }
}


button.iconSlideToggle span > img,
button.iconSlideToggle span > svg
{
	max-width: 13px;
	max-height: 13px;

	z-index: 1;
}

#lockMessage
{
	display: grid;
	gap: 5px 20px;
	grid-template-columns: auto 1fr;

	margin: 20px 0;
}

#lockMessage .details p
{
	margin: 7px 0 0 0;
	display: none; /* all messages hidden by default, shown conditionally below */
}

/* if the first button is not pressed, hide the second button and details */
#lockMessage button:is([aria-pressed=false],:not([data-user=''])) + .details ~ *
{
	display: none;
}

/* if the button is not pressed, show the default instructions */
#lockMessage button[aria-pressed=false] + .details > .default
{
	display: block;
}

/* if content is locked by another user, show the "other" message */
#lockMessage button[aria-pressed=true]:not([data-user='']) + .details > .lockedOther
{
	display: block;
}

/* if content is locked by you, show the "locked by self" message */
#lockMessage button[aria-pressed=true][data-user=''] + .details > .lockedSelf
{
	display: block;
}

#lockMessage button[aria-pressed=true][data-user]:not([data-user=''])
{
	border-color: #9e0006;
}

/* if they've turned on the persiste option, show the alternate text */
#lockPersists[aria-pressed=true] + .details > .persistentOn
{
	display: block;
}

.clientNote
{
	position: relative;
}

.clientNote .noteInput:empty
{
	display: none;
}

.clientNote .noteInput::before
{
	content: 'Field note: ';
	color: #666;
}

.clientNote .noteInput
{
	border: 1px dashed #108FBE;
	padding: .3em .5em;
	margin: .2em 30px .8em 0;
	border-radius: 3px;
}

.clientNote .noteInput:focus
{
	border-style: solid;
	background: rgba(255,255,255,.5);
}

/* client field notes */
.clientNote button.addFieldNote,
.clientNote button.addFieldNote:hover
{
	all: unset;
	padding-left: 10px;

	position: absolute;
	right: 3px;
	top: -17px;
	z-index: 99;

	xxxright: -18px;
	xxxtop: 6px;
}

.clientNote .noteInput:not(:empty) + button.addFieldNote
{
	top: 8px;
}

.noteInput:empty + button.addFieldNote
{
	xdisplay: none !important;
}

.fieldInstructions + div .noteInput:empty + button.addFieldNote
{
	top: -31px;
	xdisplay: none;
}

button.addFieldNote img
{
	filter: invert(1) contrast(.3);
}

a.noThumb
{
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
	max-width: 95px;
	min-height: 45px;

	margin-right: 5px;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

	text-decoration: none;
	color: #2D2E2C;
}

.imagePreview img
{
	max-height: calc(100vh - 420px);
	max-width: 100%;
}

.imageThumbPreview img
{
	max-height: 200px;
}

.fieldUserNote
{
	--border-opacity: .4;
	--icon-opacity: 0.7;

	transition: border 200ms 200ms;

	position: relative;

	border: 1px dashed rgba(16, 143, 190, var(--border-opacity));
	padding: 5px;
	min-height: 1em;

	outline: 0;
}

.fieldUserNote:is(.show, :hover,:focus)
{
	--border-opacity: 1;
	--icon-opacity: 1;
}

.fieldUserNote.show
{
	transition-delay: 1ms;
	transition-duration: 1ms;
}

.fieldUserNote:focus
{
	display: block;
	border-style: solid;
	color: #2D2E2C;

	background: rgba(255,255,255,.33);
}

.fieldUserNote:empty:not(.show):not(:focus)
{
	display: none;
}

/* show a spinner icon while saving */
/* https://stephanwagner.me/only-css-loading-spinner */
@keyframes fadeout {
  to {opacity: 0}
}

.fieldUserNote:empty::before
{
	content: 'Add table-wide notes for this field.';

	position: absolute;
	color: #aaa;
	font-style: italic;
}

.fieldUserNote::after
{
	content: '';

	box-sizing: border-box;

	position: absolute;
	top: 50%;
	right: 5px;
	width: 20px;
	height: 20px;
	margin: -10px 0; /* so total height is 0 */
}

.fieldUserNote:not(.saving)::after
{
	content: 'User note:';
	color: transparent;

	background: #108FBE;
	border-radius: 3px;

	-webkit-mask: url(../i/notes.svgz) 50% / auto 15px no-repeat;
	mask: url(../i/notes.svgz) 50% / auto 15px no-repeat;

	opacity: var(--icon-opacity);

	transition: inherit;
	transition-property: opacity;
}

/* show a spinner icon while saving */
/* https://stephanwagner.me/only-css-loading-spinner */
@keyframes spinner {
  to {transform: rotate(360deg);}
}

.fieldUserNote.saving::after
{
	border-radius: 50%;
	border: 2px solid #ccc;
	border-top-color: #108FBE;
	animation: spinner .6s linear infinite;
}


.fieldUserNote:not(:first-child)
{
	margin-top: .5em;
}

.fieldInstructions > div > p:first-child
{
	margin-top: 0;
}

.fieldUserNote p:first-child
{
	margin-top: 0;
}

.fieldUserNote p:last-child
{
	margin-bottom: 0;
}

/* checkerboard background for images */
img[src*='assets/images']
{
	color: #fafafa;
	background-color: #ccc;
	background-image:
	linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor), linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor);
	background-size: 8px 8px;
	background-position: 0 0, 4px 4px;
}

/* google branding */
.gsi-material-button {
  display: inline-block;

  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}


/* ---( wcag scanner )----------------------------- */

#wcagStats
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 1.3em;

	margin-bottom: 1.3em;
}

#wcagStats > div
{
	border: 1px solid #BCBCBC;
	padding: 1.3em;
}

#wcagStats h3
{
	margin: 0 0 1rem 0;
	padding: 0;

	font-size: 1.1rem;
}

#wcagStats .progressChart .label
{
	position: absolute;
	z-index: 1;
	line-height: 51px;

	color: white;
	font-weight: bold;

	padding-left: 18px;
}

#wcagStats .progressChart .chart
{
	height: 51px;
}

#wcagStats .google-visualization-tooltip,
#ruleStats .google-visualization-tooltip
{
	pointer-events: none;
}

#wcagStats ul,
#wcagStats li
{
	list-style: none;
	margin-left: 0;
	padding: 0;
}

#ruleStats
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 1.3em;
}

#ruleStats > div.descriptions
{
	grid-column: 1 / span 2;
}

#ruleStats > div.ruleChart
{
	box-sizing: border-box;
	padding: 0 50px;
}

#ruleStats > div.ruleChart h2
{
	padding-bottom: 20px;
}

#ruleStatsChart
{
	aspect-ratio: 1;
}

#ruleStats p,
#ruleStats ul,
#ruleState ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#ruleStats p,
#ruleStats li
{
	margin-top: 1em;
}

#ruleStats h3
{
	background: none;
	padding-left: 0;
	padding-top: 0;
}

#ruleStats h3::after
{
	all: unset;

	content: '+';

	position: absolute;
	right: 0;
	left: auto;
}

#ruleStats h3.expanded::after
{
	content: '\2212';
}

#ruleStats .descriptions > div
{
	border-bottom: 1px solid #BCBCBC;
	padding-bottom: 1em;
}

.ruleButtonLink
{
	text-decoration: none;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;

	min-height: 35px;
	box-sizing: border-box;

	padding: 10px 12px 8px;
	display: inline-block;

	background: #A00204;
	color: white;
}

.ruleLegend li
{
	line-height: 1;
}

.ruleLegend li::before,
#ruleStats h3::before
{
	content: '';
	display: inline-block;
	vertical-align: top;

	margin-right: .8em;

	width: 1em;
	aspect-ratio: 1;

	border-radius: 3px;

	background: #A00204;
}

#ruleStats h3::before
{
	margin-top: 4px;
}

.ruleLegend li.errorLegend::before,
#ruleStats .errorRule h3::before
{
	background: #A00204;
	transform: rotate(45deg);
	border: 1px solid white;
	box-sizing: border-box;
}

.ruleLegend li.alertLegend::before,
#ruleStats .alertRule h3::before
{
	background: #EC900D;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.ruleLegend li.contrastLegend::before,
#ruleStats .contrastRule h3::before
{
	background: #DDB009;
	border-radius: 50%;
}

.ruleLegend li.noticeLegend::before,
#ruleStats .noticeRule h3::before
{
	background: #108FBE;
}

.dd-pointer-down
{
	border: solid 7px transparent !important;
    border-top: solid 7px #000 !important;
}

input.ddslicksearch
{
	position: absolute;
	top: 7px;
	left: 3px;
	width: 100%;
	max-width: 525px;
	z-index: 9999;
}

.dd-options
{
	padding-top: 50px !important;
}

/* file size listed in orphanassets / missingassets - right align and no wrapping */
table.tableList :is(td, th).filesize
{
	white-space: nowrap;
	text-align: right;
}

/* shortcut links for admin users */

#mainContent .adminShortcut button
{
	all: revert;

	/* button reset */
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	text-transform: inherit;
	text-align: inherit;
	line-height: inherit;

	/* Corrects font smoothing for webkit */
	-webkit-font-smoothing: inherit;
	/* Corrects inability to style clickable `input` types in iOS */
	-webkit-appearance: none;
	/* end button reset */
}

#mainContent div.adminShortcut
{
	position: relative;
	display: inline-block;
}

.adminShortcut ::first-letter
{
	color: #108FBE;
	font-size: 1.3em;
	line-height: 1;
	position: absolute;
	padding: 0 0.2em 0 0.3em;
}

#mainContent .adminShortcut :is(a, button)
{
	text-decoration: none;
	margin-left: 0.5em;
	font-size: 0.8rem;
	font-weight: normal;

	white-space: nowrap;
	color: #9e0006;

	display: inline-block;
}

#mainContent .adminShortcut :is(a, button):is(:hover, :focus)
{
	text-decoration: underline;
}

.kcfinder-modal.mce-floatpanel
{
	max-height: 80vh;
	max-width: 80vw;
}

.kcfinder-modal .mce-container-body
{
	max-height: calc(80vh - 40px);
	max-width: 80vw;
}