/* Minification failed. Returning unminified contents.
(2242,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2246,17): run-time error CSS1039: Token not allowed after unary operator: '-p-color-red'
 */
/* general reset */
html {
    font: 12px Arial, Verdana;
    color: #000000;
}
table {
    font: 1rem Arial, Verdana;
    line-height: 1.5rem;
}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, 
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 
var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, figure, figcaption, 
footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0; 
    border-style: none;
}
input, textarea, select {margin: 0; }
    input[type=text], input[type=search], textarea, select {
        font: 12px Arial, Verdana;
        border: solid 1px;
        border-color: #4E75B3;
    }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 1.5rem;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}


h1
{
    font: 20px Arial;
    text-transform: uppercase;
}
h2
{
    font: 15px Arial;
}
h3
{
    font: 13px Arial;
}
a
{
    color: #FFFFFF;
    text-decoration: none;
}

/* Override some jquery UI css */
.ui-widget .wibInput input,
.ui-widget .wibInput select,
.ui-widget .wibInput textarea,
.ui-widget .wibInput button {
    font: 12px Arial, Verdana; 
}


/*! jQuery UI - v1.12.1 - 2018-08-24
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=smoothness&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 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;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* KDL 5/17/2019 */
	/*list-style-image: url(/PRISM/Sponsor/Content/themes/base/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);*/
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	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-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(/PRISM/Sponsor/Content/themes/base/data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP/yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #d3d3d3;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(/PRISM/Sponsor/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_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,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(/PRISM/Sponsor/Content/themes/base/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,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #999999;
	background: #dadada url(/PRISM/Sponsor/Content/themes/base/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,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #212121;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/PRISM/Sponsor/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #aaaaaa;
	background-color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(/PRISM/Sponsor/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-checked {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
}
.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 #cd0a0a;
	background: #fef1ec url(/PRISM/Sponsor/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/PRISM/Sponsor/Content/themes/base/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/PRISM/Sponsor/Content/themes/base/images/ui-icons_222222_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/PRISM/Sponsor/Content/themes/base/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/PRISM/Sponsor/Content/themes/base/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/PRISM/Sponsor/Content/themes/base/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/PRISM/Sponsor/Content/themes/base/images/ui-icons_cd0a0a_256x240.png);
}
.ui-button .ui-icon {
	background-image: url(/PRISM/Sponsor/Content/themes/base/images/ui-icons_888888_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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-on { background-position: -96px -144px; }
.ui-icon-radio-off { 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 {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: -8px -8px 8px #aaaaaa;
	box-shadow: -8px -8px 8px #aaaaaa;
}

/* base stylesheet */.t-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}
.t-floatwrap:after{content:"";display:block;clear:both;visibility:hidden;height:0;overflow:hidden}
.t-floatwrap{display:inline-block}
.t-floatwrap{display:block}
.t-widget,.t-widget .t-input,.t-widget .text-box,.t-button{font-size:100%}
.t-widget,.t-input[type="text"],.t-input[type="password"]{border-width:1px;border-style:solid}
.t-widget,* html .t-input{border-width:1px;border-style:solid}
* html .t-checkbox .t-input{border-width:0}
.t-link{cursor:pointer;outline:0}
.t-grid-header span.t-link{cursor:default}
html body .t-button{text-decoration:none;/*Site.css*/}
.t-button{display:inline-block;margin:0;padding:2px 6px;border-width:1px;border-style:solid;font-family:inherit;font-size:100%;line-height:1.435;text-align:center;cursor:pointer;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
*+html .t-button{display:inline;zoom:1}
* html .t-button{display:inline;zoom:1}
*+html .t-button{overflow:visible;margin-right:4px}
* html .t-button{overflow:visible;margin-right:4px}
*+html a.t-button{line-height:1.7;padding-left:7px;padding-right:7px;/*+1*/}
* html a.t-button{line-height:1.7;padding-left:7px;padding-right:7px;/*+1*/}
*+html a.t-button-icon{padding-top:4px;padding-bottom:3px}
* html a.t-button-icon{padding-top:4px;padding-bottom:3px}
button.t-button::-moz-focus-inner{padding:0;border:0}
input.t-button::-moz-focus-inner{padding:1px 0;border:0}
.t-button-expand{margin-left:0!important;margin-right:0!important}
a.t-button-expand{display:block}
button.t-button-expand,input.t-button-expand{width:100%}
body .t-button-icon{padding-left:4px;padding-right:4px}
*+html a.t-button-icon{padding-left:5px;padding-right:5px}
* html a.t-button-icon{padding-left:5px;padding-right:5px}
.t-button-icontext{padding-right:8px;overflow:visible;/*IE9*/}
.t-button-icontext .t-icon{margin:0 3px 0 -3px;vertical-align:top}
*+html .t-button-icontext .t-icon{margin-right:4px}
* html .t-button-icontext .t-icon{margin-right:4px}
html body .t-button-bare{background:none!important;/*spares long selectors*/border-width:0}
.t-icon,.t-editor-button .t-tool-icon{background-color:transparent;background-repeat:no-repeat}
.t-header .t-link{text-decoration:none}
.t-state-disabled,.t-state-disabled .t-link{cursor:default;outline:0}
.t-state-error,.t-widget.input-validation-error,.t-widget .input-validation-error{border-style:ridge}
.t-icon,.t-sprite,.t-editor-button .t-tool-icon{display:inline-block;width:16px;height:16px;overflow:hidden;font-size:0;line-height:0;text-indent:-3333px;text-align:center;vertical-align:middle}
* html .t-icon,* html .t-sprite,* html .t-editor-button .t-tool-icon{display:inline;zoom:1}
* html .t-icon,.t-sprite{text-indent:0}
*+html .t-icon,.t-sprite{text-indent:0}
.t-image{border:0}
.t-state-empty{font-style:italic}
.t-popup,.t-menu .t-group{-moz-box-shadow:2px 2px 2px #aaa;-webkit-box-shadow:2px 2px 2px #aaa;box-shadow:2px 2px 2px #aaa}
.t-treeview,.t-grid,.t-splitter,.t-slider,.t-window{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
/* Icons */.t-expand{background-position:0 -160px}
.t-collapse{background-position:0 -176px}
.t-rtl .t-expand{background-position:-64px -160px}
.t-plus,.t-plus-disabled{background-position:0 -256px}
.t-minus,.t-minus-disabled{background-position:-16px -256px}
.t-rtl .t-plus,.t-rtl .t-plus-disabled{background-position:0 -272px}
.t-rtl .t-minus,.t-rtl .t-minus-disabled{background-position:-16px -272px}
.t-arrow-up{background-position:-16px -160px}
.t-arrow-down{background-position:-16px -176px}
.t-state-disabled .t-arrow-up{background-position:-32px -160px}
.t-state-disabled .t-arrow-down{background-position:-32px -176px}
.t-state-hover .t-arrow-up{background-position:-48px -160px}
.t-state-hover .t-arrow-down{background-position:-48px -176px}
.t-numerictextbox .t-arrow-up{background-position:-16px -162px}
.t-numerictextbox .t-arrow-down{background-position:-16px -178px}
.t-arrow-up-small{background-position:0 -304px}
.t-arrow-down-small{background-position:-16px -304px}
.t-arrow-first{background-position:0 -192px}
.t-arrow-prev{background-position:-16px -192px}
.t-arrow-next{background-position:-32px -192px}
.t-arrow-last{background-position:-48px -192px}
.t-state-disabled .t-arrow-first{background-position:0 -208px}
.t-state-disabled .t-arrow-prev{background-position:-16px -208px}
.t-state-disabled .t-arrow-next{background-position:-32px -208px}
.t-state-disabled .t-arrow-last{background-position:-48px -208px}
.t-state-hover .t-arrow-first{background-position:0 -224px}
.t-state-hover .t-arrow-prev{background-position:-16px -224px}
.t-state-hover .t-arrow-next{background-position:-32px -224px}
.t-state-hover .t-arrow-last{background-position:-48px -224px}
.t-filter{background-position:0 -240px}
.t-clear-filter{background-position:-16px -240px}
.t-refresh{background-position:-32px -240px}
.t-icon-calendar{background-position:-48px -240px}
.t-icon-clock{background-position:-64px -336px}
.t-edit{background-position:0 -336px}
.t-delete{background-position:-16px -336px}
.t-insert,.t-update{background-position:-32px -336px}
.t-cancel{background-position:-48px -336px}
.t-group-delete{background-position:0 -288px}
.t-maximize{background-position:-16px -288px}
.t-restore{background-position:-32px -288px}
.t-close{background-position:-64px -288px}
.t-insert-top{background-position:0 -320px}
.t-insert-middle{background-position:-16px -320px}
.t-insert-bottom{background-position:-32px -320px}
.t-add{background-position:-48px -320px}
.t-denied{background-position:-64px -320px}
.t-resize-se{background-position:-64px -272px}
/* Inputs */.t-autocomplete,.t-input[type="text"],.t-input[type="password"]{padding:2px 1px 3px}
* html .t-input{padding:2px 1px 3px}
/* Window */div.t-window{display:inline-block;*display:inline;zoom:1;z-index:10001;position:absolute;border-width:2px;/*ie8*/-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 5px 2px #aaa;-webkit-box-shadow:0 0 5px 2px #aaa;box-shadow:0 0 5px 2px #aaa}
div.t-window,:root .t-window{border-width:0}
* html div.t-window{border-width:2px}
*+html div.t-window{border-width:2px}
.t-window-titlebar{padding:.4em 0;font-size:1.2em;line-height:1.2em;white-space:nowrap;border-bottom-width:1px;border-bottom-style:solid;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px}
.t-window-title{cursor:default;position:absolute;text-overflow:ellipsis;overflow:hidden;left:.5em;right:.5em}
.t-window-title .t-image{margin:0 5px 0 0;vertical-align:middle}
div.t-window-content{padding:.4em .5em;overflow:auto;position:relative;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px}
.t-window-titlebar .t-window-actions{position:absolute;right:.5em;top:0;padding-top:.3em;white-space:nowrap}
.t-window-titlebar .t-link{width:16px;height:16px;padding:2px;text-decoration:none;vertical-align:middle;display:inline-block;*display:inline;zoom:1;opacity:.7;filter:alpha(opacity=70)}
.t-window-titlebar .t-state-hover{border-width:1px;border-style:solid;padding:1px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;opacity:1;filter:alpha(opacity=100)}
.t-window-actions .t-icon{margin:0;vertical-align:top}
.t-window .t-resize-handle{position:absolute;z-index:1;background-color:#fff;opacity:0;filter:alpha(opacity=0);zoom:1;line-height:6px;font-size:0}
.t-resize-n{top:-3px;left:0;width:100%;height:6px;cursor:n-resize}
.t-resize-e{top:0;right:-3px;width:6px;height:100%;cursor:e-resize}
.t-resize-s{bottom:-3px;left:0;width:100%;height:6px;cursor:s-resize}
.t-resize-w{top:0;left:-3px;width:6px;height:100%;cursor:w-resize}
.t-resize-se{bottom:-3px;right:-3px;width:16px;height:16px;cursor:se-resize}
.t-resize-sw{bottom:-3px;left:-3px;width:6px;height:6px;cursor:sw-resize}
.t-resize-ne{top:-3px;right:-3px;width:6px;height:6px;cursor:ne-resize}
.t-resize-nw{top:-3px;left:-3px;width:6px;height:6px;cursor:nw-resize}
.t-window .t-resize-se{opacity:1;filter:alpha(opacity=100);background-color:transparent}
.t-overlay{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;filter:alpha(opacity=50);opacity:.5;z-index:10001}
.t-window .t-overlay{background-color:#fff;opacity:0;filter:alpha(opacity=0);position:absolute;width:100%;height:100%}
.t-window .t-widget{z-index:10002}
/* TabStrip */.t-tabstrip{margin:0;padding:0;zoom:1}
.t-tabstrip .t-tabstrip-items{padding:0 .3em}
.t-tabstrip-items .t-item,.t-panelbar .t-tabstrip-items .t-item{list-style-type:none;vertical-align:top;display:inline-block;*display:inline;zoom:1;border-width:1px 1px 0;border-style:solid;margin:.1em .3em 0 0;padding:0;position:relative;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px}
.t-tabstrip-items .t-state-active,.t-panelbar .t-tabstrip-items .t-state-active{padding-bottom:1px;margin-bottom:-1px}
.t-tabstrip-items .t-link,.t-panelbar .t-tabstrip-items .t-link{padding:.3em .9em;display:inline-block;*display:inline;zoom:1;border-bottom-width:0;outline:0}
.t-tabstrip-items .t-icon,.t-panelbar .t-tabstrip-items .t-icon{margin:-1px 4px 0 -3px;vertical-align:top}
.t-tabstrip-items .t-item .t-image,.t-tabstrip-items .t-item .t-sprite,.t-panelbar .t-tabstrip-items .t-item .t-image,.t-panelbar .t-tabstrip-items .t-item .t-sprite{vertical-align:middle;margin:-3px 3px 0 -6px}
* html .t-tabstrip-items .t-item .t-image,* html .t-tabstrip-items .t-item .t-sprite{vertical-align:top;margin-top:-1px}
*+html .t-tabstrip-items .t-item .t-image,*+html .t-tabstrip-items .t-item .t-sprite{vertical-align:top;margin-top:-1px}
.t-tabstrip .t-content,.t-panelbar .t-tabstrip .t-content{border-width:1px;border-style:solid;margin:0 .3em .3em;padding:.3em 1em;position:static;zoom:1}
.t-tabstrip>.t-content,.t-panelbar .t-tabstrip>.t-content{display:none}
* html .t-tabstrip .t-content,* html .t-panelbar .t-tabstrip .t-content{display:none}
* html .t-tabstrip .t-content .t-content,* html .t-panelbar .t-tabstrip .t-content .t-content{display:block}
/* PanelBar */.t-panelbar{zoom:1}
.t-panelbar .t-item{list-style-type:none;display:block;zoom:1;margin:0;top:0;border-width:0;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}
.t-panelbar .t-image,.t-panelbar .t-sprite{vertical-align:middle;margin-right:5px;margin-top:4px;float:left}
.t-panelbar .t-group .t-image,.t-panelbar .t-group .t-sprite{margin-top:1px}
.t-panelbar .t-link{line-height:2.05em;padding:0 1em;border-bottom:1px solid;display:block;position:relative;text-decoration:none;zoom:1}
.t-panelbar .k-link:after{content:"";display:block;clear:both}
.t-panelbar .t-state-hover{background-image:none}
.t-panelbar-expand,.t-panelbar-collapse{position:absolute;top:5px;right:2px}
.t-panelbar .t-group,.t-panelbar .t-content{position:relative;zoom:1;padding:0;margin:0;border-bottom-width:1px;border-bottom-style:solid}
.t-panelbar .t-group .t-link{line-height:1.7em;border-bottom:0;font-size:.95em}
.t-panelbar .t-group .t-arrow-up,.t-panelbar .t-group .t-arrow-down{top:2px}
.t-panelbar .t-group .t-group .t-link{padding-left:2em}
.t-panelbar .t-last .t-link{border-bottom:0}
.t-panelbar .t-group .t-group{border-bottom:0}
/* Menu */.t-menu{cursor:default}
.t-menu,.t-menu .t-group{list-style:none;padding:0;margin:0;zoom:1}
.t-menu .t-group .t-link{padding-right:2em}
.t-menu .t-item{position:relative;display:inline-block;*display:inline;zoom:1;border-width:0 1px 0 0;border-style:solid;vertical-align:top}
.t-menu-vertical .t-item{display:block;border-width:0}
.t-menu .t-image,.t-menu .t-sprite{margin:0 4px 0 -4px;vertical-align:top}
.t-menu .t-link{text-decoration:none;padding:.25em .97em;display:block}
.t-menu .t-group{display:none;white-space:nowrap;border-style:solid;border-width:1px;overflow:visible}
.t-menu .t-group .t-item{display:block;border-width:0}
.t-menu .t-group .t-link{zoom:1}
.t-menu .t-arrow-down{margin-left:2px;margin-right:-10px;vertical-align:top}
.t-menu .t-arrow-next{position:absolute;right:0;top:3px}
.t-menu .t-animation-container,.t-menu .t-group,.t-menu-context{left:-1px;position:absolute}
.t-menu-context .t-group{position:static;display:block}
.t-menu-context{z-index:11000}
.t-menu .t-animation-container .t-animation-container,.t-menu .t-group .t-group{left:100%;top:-1px}
.t-menu-vertical .t-animation-container,.t-menu-vertical .t-group{left:100%;top:-1px}
.t-menu .t-animation-container .t-group{left:auto;top:auto}
/* Grid */.t-grid{position:relative;zoom:1}
.t-grid table{width:100%;border-collapse:separate;empty-cells:show;border:0}
.t-grid-header .t-header{text-align:left}
.t-grid-header .t-header{padding:.3em .6em;border-width:0 0 1px 1px;border-style:solid;font-weight:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.t-grid-header .t-header .t-link{line-height:18px;/* due to sorting icons*/height:18px;display:block;margin:-.3em -.6em;padding:.3em 2.4em .3em .6em;border:0}
.t-grid-header .t-header .t-icon{position:static}
.t-grid .t-state-hover{cursor:pointer}
.t-grid td{padding:.25em .6em;border-style:solid;border-width:0;border-left-width:1px;vertical-align:middle;line-height:1.6em;overflow:hidden;text-overflow:ellipsis}
.t-grid .t-grouping-row td,.t-grid .t-hierarchy-cell{overflow:visible}
.t-grid-edit-row td{text-overflow:clip}
.t-grid-header-wrap,.t-grid-footer-wrap{position:relative;overflow:hidden;width:100%;zoom:1;border-style:solid;border-width:0 1px 0 0}
div.t-grid-header,div.t-grid-footer{padding-right:17px;/* width of scrollbar. may vary across operating systems. can be calculated. */zoom:1;border-bottom-width:1px;border-bottom-style:solid}
div.t-grid-header .t-header{border-bottom-width:0}
.t-grid-content{position:relative;overflow:auto;overflow-x:auto;overflow-y:scroll;width:100%;zoom:1}
.t-grid-header table,.t-grid-content table,.t-grid-footer table{table-layout:fixed}
* html .t-grid-header table,* html .t-grid-content table{width:auto}
*+html .t-grid-header table,*+html .t-grid-content table{width:auto}
.t-grid-toolbar{border-width:1px 0 0;border-style:solid}
.t-grid-header .t-header:first-child,.t-grid tbody td:first-child,.t-grid tfoot td:first-child{border-left-width:0}
/* Grid ::paging */.t-grid-pager{padding:.2em .6em;line-height:1.8em;overflow:auto;border-width:1px 0 0;border-style:solid}
.t-grid-pager:first-child,.t-grouping-header+.t-grid-pager,.t-grid-toolbar:first-child,.t-grouping-header+.t-grid-toolbar,.t-grid-toolbar+.t-grid-pager{border-width:0 0 1px}
* html .t-grid .t-grid-pager{border-width:1px 0}
* html .t-grid-pager input{vertical-align:middle}
*+html .t-grid-pager input{vertical-align:middle}
.t-grid .t-pager,.t-grid .t-status,.t-grid .t-status-text,.t-pager .t-numeric,.t-pager .t-page-i-of-n,.t-pager .t-link,.t-pager span,.t-pager input,.t-pager .t-page-size,.t-grouping-row p{display:inline-block;*display:inline;zoom:1;vertical-align:middle}
.t-pager .t-page-size{line-height:1.2em}
.t-footer-template td{border-width:1px 0 0 1px;border-style:solid}
.t-group-footer td{border-width:1px 0;border-style:solid}
.t-grid-footer{border-style:solid;border-width:1px 0 0}
.t-grid-footer td{border-top-width:0}
.t-grid .t-status{float:left;margin:-.2em .6em -.2em -.6em;padding:.2em .6em;height:1.85em;border-right-width:1px;border-right-style:solid}
.t-grid .t-pager{float:left;cursor:default}
.t-grid .t-status-text{float:right;margin-right:.2em}
.t-pager .t-link{text-decoration:none;padding:1px;margin-top:.2em;border-width:0;line-height:16px}
.t-pager .t-state-active,.t-pager .t-state-hover{padding:0;border-width:1px;border-style:solid;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}
.t-pager span,.t-pager .t-link{vertical-align:top}
.t-pager .t-numeric,.t-pager .t-page-i-of-n{margin:0 7px;vertical-align:top}
.t-numeric .t-link,.t-numeric .t-state-active{margin-top:0;padding:0 5px;line-height:22px;vertical-align:top}
.t-numeric .t-state-active,.t-numeric .t-state-hover{padding:0 4px;line-height:20px}
.t-page-i-of-n input{width:2em;vertical-align:baseline;font-size:1em}
.t-grid-pager .t-status .t-icon{vertical-align:top;margin-top:3px}
/* Grid ::filtering */.t-grid-filter{float:right;height:18px;padding:.3em .2em;position:relative;display:inline-block;*display:inline;zoom:1;margin:-1.8em -.6em -.3em 3px}
.t-grid-filter .t-icon{vertical-align:top}
.t-grid .t-animation-container{position:absolute}
.t-grid .t-filter-options{position:absolute;border-width:1px;border-style:solid;padding:3px;width:148px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
.t-filter-options .t-filter-help-text,.t-filter-options select,.t-filter-options input,.t-filter-options .t-button,.t-filter-options .t-datepicker{display:block;margin-bottom:4px}
.t-filter-options select{width:148px}
.t-filter-options input{width:142px}
.t-filter-options .t-datepicker{width:100%}
.t-filter-options .t-filter-button{margin-bottom:0}
.t-filter-options .t-filter-logic{width:5em}
/* Grid ::grouping */.t-grouping-row .t-icon{margin:0 4px}
.t-grouping-row p{padding:0 .6em;margin-left:-.6em}
.t-grid .t-group-cell+td,.t-grid .t-hierarchy-cell+td{border-left-width:0}
.t-grid .t-group-col,.t-grid .t-hierarchy-col{width:30px}
.t-grouping-header{border-bottom-width:1px;border-bottom-style:solid}
.t-grouping-header,.t-grouping-dropclue{height:24px;line-height:24px}
.t-grouping-dropclue{position:absolute;width:6px}
.t-grouping-header .t-group-indicator{display:inline-block;*display:inline;zoom:1;border-width:1px;border-style:solid;line-height:1.5em;padding:.15em .15em .15em .4em;margin:0 3px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}
.t-grouping-header .t-link{text-decoration:none;display:inline-block;*display:inline;zoom:1;line-height:normal;padding:0;border-style:none}
.t-grouping-header .t-button{padding:0;border:0;background:transparent;line-height:1}
.t-grouping-header .t-link .t-icon{margin:0 0 0 -3px}
.t-grouping-header .t-button .t-icon{margin:0 0 0 3px}
.t-grouping-header a,.t-grouping-header .t-button{display:inline-block;*display:inline;zoom:1;vertical-align:middle}
/* Grid ::editing */.t-dirty{width:0;height:0;vertical-align:top;position:absolute;padding:0;margin:-0.45em 0 0 -0.6em;overflow:hidden;border-width:3px;border-style:solid;border-color:#f00 transparent transparent #f00}
* html .t-dirty{border-color:#f00 pink pink #f00;filter:chroma(color=pink)}
.t-grouping-header,.t-grid-toolbar{cursor:default;margin:0;padding:.25em}
.t-grid .t-edit-container{padding:0}
.t-edit-form{padding:0;margin:0}
.t-grid-edit-row .t-edit-form td{border-bottom-width:0}
.t-grid-edit-row .text-box,.t-grid-edit-row .t-numerictextbox,.t-grid-edit-row .t-datepicker{vertical-align:middle;width:5em;max-width:90%;min-width:90%;/* IE8 calculates width:90% wrong,so we have to trick it */margin:-.4em -.3em -.15em}
.t-grid-edit-row .t-dropdown,.t-grid-edit-row .t-combobox{width:5em;max-width:90%;min-width:90%;/* IE8 calculates width:90% wrong,so we have to trick it */line-height:normal;margin:-.1em -.3em -.45em}
* html .t-grid .text-box{width:90%}
.t-edit-form-container{position:relative}
.t-grid .field-validation-error{display:block}
.t-grid .input-validation-error{border-style:ridge;border-color:#f00;background-color:#ffc0cb}
.t-grid-toolbar .t-button{vertical-align:middle}
.t-grid-actions{display:inline-block}
* html .t-grid-actions{display:inline;zoom:1;vertical-align:bottom}
*+html .t-grid-actions{display:inline;zoom:1;vertical-align:bottom}
.t-grid .t-button,.t-edit-form .t-button{margin:0 .2em}
.t-grid tbody .t-button{min-width:64px;/*main setting*/}
.t-grid tbody button.t-button,#ie8#skips{min-width:78px;/*+14 for buttons,except IE8*/}
*+html .t-grid tbody a.t-button{min-width:62px;/*-2 for links for IE7*/}
html body div.t-grid tbody .t-button-icon{min-width:0;width:auto}
.t-detail-row{position:relative}
.t-grid .t-detail-cell{overflow:visible}
/* Grid ::resizing */.t-grid-resize-indicator{position:absolute;width:2px;background-color:#aaa}
.t-grid .t-resize-handle{cursor:col-resize;position:absolute;height:25px}
/* ComboBox & Drop-down*/.t-combobox,.t-dropdown,.t-selectbox{display:inline-block;*display:inline;zoom:1;position:relative;overflow:hidden;white-space:nowrap;width:150px;border-width:0}
*+html .t-combobox{overflow:visible}
/*positions icon properly*/* html .t-combobox{overflow:visible}
.t-dropdown-wrap,.t-picker-wrap{position:relative;display:block;cursor:default}
.t-picker-wrap{padding:0 25px 0 0}
.t-dropdown-wrap{padding-right:16px;/* icon width*/border-width:1px;border-style:solid}
.t-combobox>.t-dropdown-wrap{padding-right:22px;/* icon width+input paddings,except IE6 */}
* html .t-combobox .t-dropdown-wrap{height:20px}
* html .t-picker-wrap{height:20px;padding-right:20px}
.t-picker-wrap .t-input,.t-combobox .t-input{vertical-align:top;width:100%}
.t-dropdown .t-input,.t-combobox .t-input,.t-selectbox .t-input{outline:0;border-width:0}
.t-dropdown .t-input,.t-selectbox .t-input{background:transparent}
/*removes excessive spacing in IE6-7*/*+html .t-combobox .t-input{margin:-1px 0}
* html .t-combobox .t-input{margin:-1px 0}
* html{position:absolute;top:0}
.t-picker-wrap .t-select,.t-dropdown-wrap .t-select{text-decoration:none;vertical-align:top;display:inline-block;*display:inline;zoom:1;cursor:default;position:absolute;/* icon positioning */top:0;right:0}
* html .t-picker-wrap .t-select,* html .t-dropdown-wrap .t-select{top:1px;right:1px}
.t-combobox .t-select{border-width:0 0 0 1px;border-style:solid;border-color:inherit;/* will be skin-related,inherit does not work in ie7- */}
.t-combobox .t-icon{margin-top:1px}
.t-dropdown .t-select,.t-selectbox .t-select{border:0;text-decoration:none;font:inherit;color:inherit;overflow:hidden;cursor:default}
.t-dropdown .t-input,.t-selectbox .t-input{overflow:hidden;display:block;text-overflow:ellipsis;padding:.2em 0 .2em 3px}
.t-picker-wrap .t-select,.t-dropdown-wrap .t-select{position:absolute;right:0;top:0}
.t-picker-wrap .t-icon{vertical-align:top;margin-top:3px}
.t-dropdown-wrap .t-icon{vertical-align:top;margin-top:2px}
.t-combobox .t-input{height:18px;line-height:18px;padding:1px 3px;border:0;margin:0}
.t-picker-wrap .t-select,.t-dropdown-wrap .t-select{height:20px;line-height:20px}
.t-popup{border-width:1px;border-style:solid}
.t-popup .t-item{padding:1px 5px 1px 3px;cursor:default}
/* Calendar */.t-calendar{display:inline-block;*display:inline;zoom:1;width:203px;position:relative;overflow:hidden}
.t-calendar .t-link{text-decoration:none}
.t-calendar .t-action-link{text-decoration:underline}
.t-calendar .t-header,.t-calendar .t-footer{clear:both;padding:.4em 0;text-align:center;position:relative;zoom:1}
.t-footer .t-nav-today:hover{text-decoration:underline}
.t-calendar .t-nav-prev,.t-calendar .t-nav-next{position:absolute;top:.3em}
.t-calendar .t-nav-prev{left:1%}
.t-calendar .t-nav-next{right:1%}
.t-calendar .t-content{text-align:right;width:100%;height:169px;table-layout:fixed;border-style:none;margin:0;padding:0}
.t-calendar .t-animation-container .t-content{height:100%}
.t-calendar .t-nav-fast{display:inline-block;*display:inline;zoom:1;width:75%}
.t-calendar .t-nav-fast .t-icon{vertical-align:top}
.t-calendar th{border-bottom-style:solid;border-bottom-width:1px;font-weight:normal;cursor:default}
.t-calendar td{cursor:pointer;padding:1px}
.t-calendar .t-state-focus{border-width:1px;border-style:dotted;padding:0}
.t-calendar .t-content .t-link{display:block;overflow:hidden;position:relative}
.t-calendar th,.t-calendar .t-content .t-link{padding:.25em .45em .3em .1em}
.t-calendar .t-meta-view .t-link{padding:.25em 0 .3em;text-align:center}
/* Date/Time Pickers */.t-timepicker,.t-datetimepicker,.t-datepicker{border:0;white-space:nowrap;width:8.5em}
.t-datetimepicker{width:13em}
div.t-timepicker,div.t-datetimepicker,div.t-datepicker{background:none transparent;/* don't allow t-widget to add background-color */}
.t-datetimepicker .t-picker-wrap{padding-right:44px}
* html .t-datetimepicker .t-picker-wrap{padding-right:40px}
.t-datetimepicker .t-icon-calendar{margin-right:3px}
.t-picker-wrap .t-icon{cursor:pointer}
.t-state-disabled .t-picker-wrap .t-icon{cursor:default}
.t-timepicker,.t-datepicker,.t-datetimepicker{display:inline-block;*display:inline;zoom:1;vertical-align:top}
.t-picker-wrap .t-input{margin:0}
.t-iframe-overlay{position:absolute;width:100%;border:0;top:0;left:0;filter:alpha(opacity=0)}
.t-time-popup .t-item{padding:1px 3px}
/* TreeView */div.t-treeview{border-width:0;background:0;white-space:nowrap;overflow:auto}
.t-treeview .t-item{padding:0 0 0 16px;margin:0;border-width:0;position:static;top:auto;display:block}
.t-treeview .t-group,.t-treeview .t-content{list-style-type:none;background:0;margin:0;padding:0}
.t-treeview .t-animation-container{height:auto!important}
.t-treeview .t-icon,.t-treeview .t-image,.t-treeview .t-sprite,.t-treeview .t-in{display:inline-block;*display:inline;zoom:1;vertical-align:top}
.t-treeview .t-plus,.t-treeview .t-minus,.t-treeview .t-plus-disabled,.t-treeview .t-minus-disabled{margin-left:-16px;margin-top:2px;float:left;/* required for Opera */*float:none;/* IE6 does not like it as node text wraps */cursor:pointer}
.t-treeview .t-plus-disabled,.t-treeview .t-minus-disabled{cursor:default}
.t-treeview .t-sprite,.t-treeview .t-image{margin-right:3px}
.t-treeview .t-in{margin:1px 0;padding:2px 4px 2px 3px;text-decoration:none;line-height:16px;margin-left:2px}
.t-treeview span.t-in{cursor:default}
.t-treeview .t-state-hover,.t-treeview .t-state-selected{padding:1px 3px 1px 2px;border-width:1px;border-style:solid;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}
.t-treeview .t-drop-clue{width:80px;visibility:hidden;height:5px;position:absolute;margin-top:-3px;z-index:10000;background-color:transparent;background-repeat:no-repeat}
/* TreeView ::node lines */.t-treeview-lines .t-top,.t-treeview-lines .t-mid,.t-treeview-lines .t-bot{background-repeat:no-repeat;margin-left:-16px;padding-left:16px}
.t-treeview-lines .t-top{background-position:-91px 0}
.t-treeview-lines .t-bot{background-position:-69px -22px}
.t-treeview-lines .t-mid{background-position:-47px -44px}
.t-treeview-lines .t-last .t-top{background-position:-25px -66px}
.t-treeview-lines .t-group .t-last .t-bot{background-position:-69px -22px}
.t-treeview-lines .t-item{background-repeat:no-repeat}
.t-treeview-lines .t-first{background-repeat:no-repeat;background-position:0 16px}
/* NumericTextBox */div.t-numerictextbox{display:inline-block;*display:inline;zoom:1;position:relative;vertical-align:middle;white-space:nowrap;border:0;background:transparent}
.t-numerictextbox .t-input /*alignment of arrows in WebKit*/{margin:0}
.t-formatted-value{position:absolute;padding:3px 4px 2px 3px}
*+html .t-formatted-value{padding-top:4px}
.t-numerictextbox .t-icon{margin-left:-16px}
.t-numerictextbox .t-link{border-style:none;display:inline-block;*display:inline;zoom:1}
.t-numerictextbox .t-arrow-up{vertical-align:top;margin-top:1px;height:10px}
.t-numerictextbox .t-arrow-down{vertical-align:bottom;margin-bottom:1px;height:11px}
@media print{.t-numerictextbox .t-input{visibility:hidden}
.t-numerictextbox .t-formatted-value{width:100%;border:1px solid}
}
/* ColorPicker */.t-colorpicker{display:inline-block;*display:inline;zoom:1;vertical-align:middle}
.t-colorpicker .t-tool-icon{display:inline-block;*display:inline;zoom:1;vertical-align:top;padding:2px 3px;font-size:0;line-height:0}
.t-colorpicker .t-selected-color{display:block;height:16px;width:16px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}
.t-colorpicker .t-icon{vertical-align:middle;margin-top:2px}
.t-colorpicker-popup{line-height:0;width:156px}
.t-colorpicker-popup .t-reset{padding:.25em;margin:0;display:inline-block;*display:inline;zoom:1}
.t-colorpicker-popup .t-item{float:left;display:block;overflow:hidden;width:12px;height:12px;font-size:0;padding:0;margin:1px 2px 2px 1px}
.t-colorpicker-popup .t-item div{width:100%;height:100%;margin:1px}
.t-colorpicker-popup .t-state-selected{margin:0 1px 1px 0;border:1px solid #000}
/* Editor */.t-editor{border-width:1px;border-style:solid;border-collapse:separate;height:250px;font-size:100%;table-layout:fixed;vertical-align:top;width:100%}
.t-editor .t-editor-toolbar-wrap{border:0;padding:0}
.t-editor-toolbar{margin:0;padding:.1em 0;list-style-type:none;cursor:default;line-height:1.3em}
.t-editor-toolbar li{display:inline;/* would have been inline-block,if not for IE */vertical-align:middle}
.t-editor-toolbar .t-editor-dropdown,.t-editor-toolbar .t-editor-combobox,.t-editor-toolbar .t-editor-selectbox,.t-editor-toolbar .t-editor-colorpicker{margin-right:2px}
.t-editor-toolbar .t-separator{border-width:0 1px 0 0;border-style:solid;padding:0 0 0 1px;font-size:1.3em;margin:0 .15em;position:relative;top:1px}
.t-editor-toolbar .t-break{display:block;height:1px;line-height:0;font-size:0}
.t-editor-toolbar .t-dropdown,.t-editor-toolbar .t-combobox,.t-editor-toolbar .t-selectbox,.t-editor-toolbar .t-colorpicker{vertical-align:middle}
.t-editor-button .t-tool-icon{vertical-align:middle;width:22px;height:22px;margin:1px}
.t-editor-colorpicker .t-tool-icon{padding:17px 3px 2px}
.t-editor-colorpicker .t-icon{border-style:solid;border-color:#ccc;border-width:0 0 0 1px}
.t-editor-colorpicker .t-selected-color{height:3px}
.t-editor-combobox .t-input{height:20px;line-height:20px}
.t-editor-combobox .t-select{height:22px;line-height:22px}
.t-bold{background-position:-22px 0}
.t-italic{background-position:-44px 0}
.t-underline{background-position:-66px 0}
.t-strikethrough{background-position:-88px 0}
.t-justifyLeft{background-position:-110px 0}
.t-justifyCenter{background-position:-132px 0}
.t-justifyRight{background-position:-154px 0}
.t-justifyFull{background-position:-176px 0}
.t-insertOrderedList{background-position:-198px 0}
.t-insertUnorderedList{background-position:-220px 0}
.t-createLink{background-position:-242px 0}
.t-unlink{background-position:-264px 0}
.t-insertImage{background-position:-286px 0}
.t-foreColor .t-tool-icon{background-position:-308px -2px}
.t-backColor .t-tool-icon{background-position:-330px -2px}
.t-indent{background-position:-352px 0}
.t-outdent{background-position:-374px 0}
.t-superscript{background-position:-396px 0}
.t-subscript{background-position:-420px 0}
.t-viewHtml{background-position:-442px 0}
/* default tool widths */.t-fontName{width:110px}
.t-fontSize{width:124px}
.t-formatBlock{width:147px}
.t-editor-button .t-state-hover,.t-editor-button .t-state-active{vertical-align:middle;border-width:1px;border-style:solid;margin:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}
.t-editor-button .t-state-disabled{opacity:.3;filter:alpha(opacity=30)}
.t-editor .t-editable-area{outline:0;height:100%;width:100%;border-width:1px;border-style:solid}
.t-editor .t-content{height:100%;width:100%;display:block;padding:0;margin:0;border:0}
.t-editor iframe.t-content{display:inline;vertical-align:top;/*fixes missing top border caused by the inline display*/}
.t-editor .t-raw-content{border:0;margin:0;padding:0}
.t-editor .t-raw-content,.t-editor-dialog .t-editor-textarea{font-size:inherit;font-family:Consolas,"Courier New",monospace}
.t-editor-dialog .t-editor-textarea{width:600px;height:350px;padding:.2em .2em .2em .4em;border-width:1px;border-style:solid;overflow:auto}
.t-editor-dialog{padding:1em}
.t-editor-dialog ol{margin:0;padding:0;list-style:none}
.t-form-text-row,.t-form-checkbox-row{padding-bottom:1em}
.t-form-text-row label{display:inline-block;*display:inline;zoom:1;width:7em;text-align:right;padding-right:.5em}
.t-form-checkbox-row input{margin-left:7em;font-size:inherit;padding:0}
.t-form-checkbox-row label{padding-left:.3em}
.t-form-checkbox-row input,.t-form-checkbox-row label,.t-form-text-row label .t-form-text-row input,.t-form-text-row select{vertical-align:middle}
.t-form-text-row input,.t-form-text-row select{width:20em}
.t-editor-dialog .t-button-wrapper{padding-top:.5em;text-align:right}
.t-editor-dialog .t-button{display:inline-block;*display:inline;zoom:1}
/* drag&drop module */.t-drag-clue{border-width:1px;border-style:solid;font-size:.9em;padding:.05em .15em;position:absolute;z-index:10003;white-space:nowrap;cursor:default;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}
.t-drag-status{margin-right:4px;vertical-align:top;margin-top:-1px}
.t-reorder-cue{position:absolute;width:1px;overflow:visible}
.t-reorder-cue .t-icon{width:8px;height:4px;position:absolute;left:-4px}
.t-reorder-cue .t-arrow-down{top:-4px;background-position:-20px -182px}
.t-reorder-cue .t-arrow-up{bottom:-4px;background-position:-20px -166px}
/* Slider */div.t-slider{position:relative;border-width:0;background-color:transparent;-khtml-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.t-slider-vertical{width:22px;height:200px;/* default height */}
.t-slider-horizontal{display:inline-block;height:22px;width:200px;/* default width */}
*+html .t-slider-horizontal{display:inline;zoom:1}
* html .t-slider-horizontal{display:inline;zoom:1}
.t-slider-wrap{width:100%;height:100%}
.t-slider .t-button,.t-grid .t-slider .t-button{position:absolute;top:0;min-width:0;width:20px;height:20px;margin:0;padding:0;outline:0}
.t-slider .t-button .t-icon{vertical-align:top;margin-top:2px}
.t-state-disabled .t-slider-wrap{opacity:.6;filter:alpha(opacity=60)}
.t-state-disabled .t-slider-wrap .t-slider-items{color:#333}
.t-slider .t-button-decrease{left:0}
.t-slider-vertical .t-button-decrease,.t-grid .t-slider-vertical .t-button-decrease{top:auto;bottom:0}
.t-slider .t-button-increase{right:0}
.t-slider .t-icon{cursor:pointer}
.t-state-disabled .t-button,.t-state-disabled .t-draghandle,.t-state-disabled .t-slider-wrap .t-icon,.t-state-disabled .t-slider .t-icon{cursor:default}
*+html .t-slider .t-icon{margin-top:2px}
* html .t-slider .t-icon{margin-top:2px}
.t-slider-track,.t-slider-selection{position:absolute;margin:0;padding:0}
.t-slider-horizontal .t-slider-track,.t-slider-horizontal .t-slider-selection{height:6px;top:50%;left:0;margin-top:-3px;background-repeat:repeat-x}
.t-slider-horizontal .t-slider-track{border-width:0 1px;border-style:solid;background-position:0 -464px}
.t-slider-horizontal .t-slider-selection{background-position:0 -470px}
.t-slider-horizontal .t-slider-buttons .t-slider-track{left:27px}
.t-slider-vertical .t-slider-track,.t-slider-vertical .t-slider-selection{width:6px;left:50%;bottom:0;margin-left:-3px;background-repeat:repeat-y}
.t-slider-vertical .t-slider-track{border-width:1px 0;border-style:solid;background-position:0 0}
.t-slider-vertical .t-slider-selection{background-position:-6px 0}
.t-slider-vertical .t-slider-buttons .t-slider-track{bottom:27px}
.t-draghandle{position:absolute;background-repeat:no-repeat;background-color:transparent;text-indent:-3333px;text-decoration:none;text-align:center;overflow:hidden;cursor:pointer}
.t-slider-horizontal .t-draghandle{top:-7px;width:11px;height:20px}
.t-slider-vertical .t-draghandle{left:-7px;width:20px;height:11px}
.t-slider-horizontal .t-draghandle,.t-state-disabled.t-slider-horizontal a.t-draghandle,.t-state-disabled .t-slider-horizontal a.t-draghandle{background-position:0 -368px}
.t-slider-horizontal .t-draghandle:hover,.t-slider-horizontal .t-draghandle:focus{background-position:0 -400px}
.t-slider-horizontal a.t-draghandle.t-state-active{background-position:0 -432px}
.t-slider-vertical .t-draghandle,.t-state-disabled.t-slider-vertical a.t-draghandle,.t-state-disabled .t-slider-vertical a.t-draghandle{background-position:-32px -368px}
.t-slider-vertical .t-draghandle:hover,.t-slider-vertical .t-draghandle:focus{background-position:-32px -400px}
.t-slider-vertical a.t-draghandle.t-state-active{background-position:-32px -432px}
/* float clearing start */.t-slider-items{display:inline-block}
.t-slider-items{display:block}
.t-slider-items:after{content:"";display:block;clear:both;height:0;visibility:hidden}
/* float clearing end */.t-slider-buttons .t-slider-items{margin-left:27px}
.t-slider-horizontal .t-slider-items{height:100%}
.t-slider-vertical .t-slider-items{padding-top:1px}
.t-slider-vertical .t-slider-buttons .t-slider-items{padding-top:0}
.t-slider-vertical .t-slider-buttons .t-slider-items{margin:0;padding-top:28px}
.t-slider .t-tick{position:relative;margin:0;padding:0;background-color:transparent;background-repeat:no-repeat;background-position:center center;cursor:default}
.t-slider-horizontal .t-tick{float:left;text-align:center;height:100%}
/* fixes ticks position and removes spacing between them in IE6-7 */*+html .t-slider-vertical .t-tick{float:left;clear:left;width:100%}
* html .t-slider-vertical .t-tick{float:left;clear:left;width:100%}
/*ticks backgrounds*/.t-slider-horizontal .t-tick{background-position:center -94px}
.t-slider-horizontal .t-slider-topleft .t-tick{background-position:center -124px}
.t-slider-horizontal .t-slider-bottomright .t-tick{background-position:center -154px}
.t-slider-horizontal .t-tick-large{background-position:center -4px}
.t-slider-horizontal .t-slider-topleft .t-tick-large{background-position:center -34px}
.t-slider-horizontal .t-slider-bottomright .t-tick-large{background-position:center -64px}
.t-slider-vertical .t-tick{background-position:-94px center}
.t-slider-vertical .t-slider-topleft .t-tick{background-position:-124px center}
.t-slider-vertical .t-slider-bottomright .t-tick{background-position:-154px center}
.t-slider-vertical .t-tick-large{background-position:-4px center}
.t-slider-vertical .t-slider-topleft .t-tick-large{background-position:-34px center}
.t-slider-vertical .t-slider-bottomright .t-tick-large{background-position:-64px center}
.t-slider-horizontal .t-first{background-position:0 -94px}
.t-slider-horizontal .t-tick-large.t-first{background-position:0 -4px}
.t-slider-horizontal .t-slider-topleft .t-first{background-position:0 -124px}
.t-slider-horizontal .t-slider-topleft .t-tick-large.t-first{background-position:0 -34px}
.t-slider-horizontal .t-slider-bottomright .t-first{background-position:0 -154px}
.t-slider-horizontal .t-slider-bottomright .t-tick-large.t-first{background-position:0 -64px}
.t-slider-horizontal .t-last{background-position:100% -94px}
.t-slider-horizontal .t-tick-large.t-last{background-position:100% -4px}
.t-slider-horizontal .t-slider-topleft .t-last{background-position:100% -124px}
.t-slider-horizontal .t-slider-topleft .t-tick-large.t-last{background-position:100% -34px}
.t-slider-horizontal .t-slider-bottomright .t-last{background-position:100% -154px}
.t-slider-horizontal .t-slider-bottomright .t-tick-large.t-last{background-position:100% -64px}
.t-slider-vertical .t-first{background-position:-94px 100%}
.t-slider-vertical .t-tick-large.t-first{background-position:-4px 100%}
.t-slider-vertical .t-slider-topleft .t-first{background-position:-124px 100%}
.t-slider-vertical .t-slider-topleft .t-tick-large.t-first{background-position:-34px 100%}
.t-slider-vertical .t-slider-bottomright .t-first{background-position:-154px 100%}
.t-slider-vertical .t-slider-bottomright .t-tick-large.t-first{background-position:-64px 100%}
.t-slider-vertical .t-last{background-position:-94px 0}
.t-slider-vertical .t-tick-large.t-last{background-position:-4px 0}
.t-slider-vertical .t-slider-topleft .t-last{background-position:-124px 0}
.t-slider-vertical .t-slider-topleft .t-tick-large.t-last{background-position:-34px 0}
.t-slider-vertical .t-slider-bottomright .t-last{background-position:-154px 0}
.t-slider-vertical .t-slider-bottomright .t-tick-large.t-last{background-position:-64px 0}
.t-slider-vertical .t-tick{text-align:right}
.t-slider-vertical .t-slider-topleft .t-tick{text-align:left}
.t-slider .t-label{position:absolute;white-space:nowrap}
.t-slider-horizontal .t-label{left:0;width:100%}
.t-slider-horizontal .t-first .t-label{left:-50%}
.t-slider-horizontal .t-last .t-label{left:auto;right:-50%}
.t-slider-horizontal .t-label{bottom:-1.2em}
.t-slider-horizontal .t-slider-topleft .t-label{top:-1.2em}
.t-slider-vertical .t-label{left:120%;display:block;text-align:left}
.t-slider-vertical .t-last .t-label{top:-0.5em}
.t-slider-vertical .t-first .t-label{bottom:-0.5em}
.t-slider-vertical .t-slider-topleft .t-label{left:auto;right:120%}
/* Tooltip */.t-tooltip{position:absolute;border-width:1px;border-style:solid;padding:4px 5px;background-repeat:repeat-x;z-index:10002;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;min-width:10px;/*slider tooltip only*/text-align:center;/*slider tooltip only*/}
.t-callout{position:absolute}
.t-callout-n,.t-callout-s{width:9px;height:6px}
.t-callout-w,.t-callout-e{width:6px;height:9px}
.t-callout-n{top:-6px;left:50%;margin-left:-4px;background-position:-64px -368px}
.t-callout-w{left:-6px;top:50%;margin-top:-4px;background-position:-64px -384px}
.t-callout-s{top:100%;left:50%;margin-left:-4px;background-position:-64px -400px}
.t-callout-e{left:100%;top:50%;margin-top:-4px;background-position:-64px -416px}
/* Splitter */.t-splitter{position:relative;height:300px}
.t-splitter .t-pane{overflow:hidden}
.t-splitter .t-scrollable{overflow:auto}
.t-splitter .t-pane-loading{position:absolute;left:50%;top:50%;margin:-8px 0 0 -8px}
.t-ghost-splitbar,.t-splitbar{position:absolute;border-style:solid;font-size:0}
.t-splitter .t-ghost-splitbar-horizontal,.t-splitter .t-splitbar-horizontal{top:0;width:5px;border-width:0 1px;background-repeat:repeat-y}
.t-ghost-splitbar-vertical,.t-splitbar-vertical{left:0;height:5px;border-width:1px 0;background-repeat:repeat-x}
.t-splitbar-draggable-horizontal{cursor:w-resize}
.t-splitbar-draggable-vertical{cursor:n-resize}
.t-splitbar .t-resize-handle{display:none}
.t-restricted-size-horizontal,.t-restricted-size-vertical{background-color:#f00}
.t-splitbar-horizontal .t-icon{width:5px;height:21px;position:absolute;top:50%;margin-top:-10px}
.t-collapse-prev,.t-collapse-next,.t-expand-prev,.t-expand-next{cursor:pointer}
.t-splitbar-horizontal .t-collapse-prev{margin-top:-31px}
.t-splitbar-horizontal .t-collapse-next{margin-top:11px}
.t-splitbar-vertical .t-icon{height:5px;width:21px;position:absolute;left:50%;margin-left:-10px}
.t-splitbar-vertical .t-collapse-prev{margin-left:-31px}
.t-splitbar-vertical .t-collapse-next{margin-left:11px}
.t-splitbar-draggable-vertical .t-resize-handle,.t-splitbar-draggable-horizontal .t-resize-handle{display:inline-block;*display:inline;zoom:1}
.t-splitbar-horizontal{background-position:5px 0}
.t-splitbar-horizontal-hover{background-position:-12px 0}
.t-splitbar-horizontal-active,.t-ghost-splitbar-horizontal{background-position:-17px 0}
.t-restricted-size-horizontal{background-position:-22px 0}
.t-splitbar-horizontal .t-resize-handle{background-position:-10px -496px}
.t-splitbar-horizontal-hover .t-resize-handle{background-position:-10px -517px}
.t-splitbar-horizontal .t-collapse-prev,.t-splitbar-horizontal .t-expand-next{background-position:0 -496px}
.t-splitbar-horizontal-hover .t-collapse-prev,.t-splitbar-horizontal-hover .t-expand-next{background-position:0 -517px}
.t-splitbar-horizontal .t-collapse-next,.t-splitbar-horizontal .t-expand-prev{background-position:-5px -496px}
.t-splitbar-horizontal-hover .t-collapse-next,.t-splitbar-horizontal-hover .t-expand-prev{background-position:-5px -517px}
.t-splitbar-vertical{background-position:0 5px}
.t-splitbar-vertical-hover{background-position:0 -476px}
.t-splitbar-vertical-active,.t-ghost-splitbar-vertical{background-position:0 -481px}
.t-restricted-size-vertical{background-position:0 -486px}
.t-splitbar-vertical .t-resize-handle{background-position:-16px -496px}
.t-splitbar-vertical-hover .t-resize-handle{background-position:-16px -501px}
.t-splitbar-vertical .t-collapse-prev,.t-splitbar-vertical .t-expand-next{background-position:-16px -506px}
.t-splitbar-vertical-hover .t-collapse-prev,.t-splitbar-vertical-hover .t-expand-next{background-position:-16px -517px}
.t-splitbar-vertical .t-collapse-next,.t-splitbar-vertical .t-expand-prev{background-position:-16px -511px}
.t-splitbar-vertical-hover .t-collapse-next,.t-splitbar-vertical-hover .t-expand-prev{background-position:-16px -522px}
/* Upload */html .t-upload{position:relative;/*possibly unneeded as the style is applied to an inner element as well*/border-width:0;background:0}
.t-dropzone,.t-upload-files{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
.t-dropzone em,.t-upload-button{vertical-align:middle}
*+html .t-dropzone em,*+html .t-widget .t-upload-button{vertical-align:baseline}
* html .t-dropzone em,* html .t-widget .t-upload-button{vertical-align:baseline}
.t-dropzone{border-style:solid;border-width:0;padding:4px;background-color:transparent}
.t-dropzone em{margin-left:.6em;visibility:hidden}
.t-dropzone-active{border-width:1px;padding:3px}
.t-dropzone-active em{visibility:visible}
.t-upload-button{width:86px;position:relative;direction:ltr;overflow:hidden!important;/* important required by IE7 */}
.t-upload-button input{font:200px monospace!important;/* The input font size and family are critical for the operation of the Upload */opacity:0;filter:alpha(opacity=0);position:absolute;padding:0;margin:0;cursor:pointer;right:0;top:0;z-index:1}
.t-state-disabled .t-upload-button input{cursor:default}
.t-upload-files{border-style:solid;border-width:1px;margin:.2em 0 0;padding:.3em .7em .5em;line-height:1.9em}
.t-upload-files .t-button{position:relative;top:1px;margin-left:8px;padding-top:0;padding-bottom:0;font-size:84%}
*+html .t-upload-files .t-button{line-height:1}
/*IE7*/* html .t-upload-files .t-button{line-height:1}
/*IE6*/.t-upload .t-delete,.t-upload .t-cancel,.t-upload .t-retry{height:8px;vertical-align:baseline}
.t-upload .t-delete,.t-upload .t-cancel{width:7px;background-position:-5px -292px}
.t-retry{background-position:-66px -228px;width:11px}
.t-success{background-position:-64px -240px}
.t-fail{background-position:-64px -256px}
.t-filename{position:relative;display:inline-block;min-width:120px;max-width:200px;vertical-align:middle;zoom:1;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap}
* html .t-filename{width:200px;display:inline}
*+html .t-filename{display:inline}
.t-progress,.t-progress-status{position:absolute;bottom:-2px;left:0;width:118px;height:2px;border-style:solid;border-width:1px;background-repeat:repeat-x;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}
.t-progress-status{left:-1px;bottom:-1px;width:50%}
.t-upload-selected{min-width:86px;box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;margin:3px 0 0}
*+html .t-upload-selected{min-width:100px}
/* ImageBrowser */.t-toolbar-wrap .t-dropzone em,.t-toolbar-wrap .t-upload-files{display:none}
.t-toolbar-wrap .t-dropzone{border:0;padding:0;background-color:transparent}
.t-search-wrap{float:right;width:auto;position:relative;padding:0}
.t-search-wrap label{position:absolute;top:0;left:4px;line-height:20px;font-style:italic}
.t-search-wrap input.t-input{width:158px;padding-left:0;padding-right:0}
.t-search{background-position:-64px -176px}
.t-search-wrap .t-search{position:absolute;top:1px;right:2px}
.t-breadcrumbs{float:left;position:relative;width:560px}
.t-breadcrumbs-wrap{position:absolute;z-index:1;top:0;left:0;padding-left:5px;line-height:18px}
html input.t-breadcrumbs-input{width:100%;padding-left:2px;font-family:inherit}
.t-breadcrumbs .t-link,.t-breadcrumbs-wrap .t-icon{text-decoration:none;vertical-align:middle;margin-top:0}
.t-breadcrumbs .t-link:hover{text-decoration:underline}
.t-imagebrowser .t-breadcrumbs .t-first{text-decoration:none;cursor:default}
.t-imagebrowser .t-toolbar{clear:both;border-style:solid;border-width:1px;margin:8px 0 0;padding:2px 0 3px;background-repeat:repeat-x;line-height:23px;white-space:nowrap;/*required by WebKit*/}
.t-imagebrowser .t-upload{float:left}
.t-imagebrowser .t-upload-button{width:auto;vertical-align:top}
.t-imagebrowser .t-upload .t-icon{vertical-align:bottom}
*+html .t-imagebrowser .t-upload-button,*+html .t-imagebrowser .t-upload .t-icon{vertical-align:baseline;position:relative;top:1px}
* html .t-imagebrowser .t-upload-button,* html .t-imagebrowser .t-upload .t-icon{vertical-align:baseline;position:relative;top:1px}
*+html .t-imagebrowser .t-upload .t-icon{top:2px}
* html .t-imagebrowser .t-upload .t-icon{top:2px}
*+html .t-imagebrowser .t-toolbar .t-button-icon{vertical-align:middle}
* html .t-imagebrowser .t-toolbar .t-button-icon{vertical-align:middle}
.t-addfolder{background-position:-64px -192px}
.t-goup{background-position:-64px -208px}
.t-toolbar .t-state-disabled{opacity:.5;filter:alpha(opacity=50)}
.t-toolbar-wrap{float:left}
.t-tiles-arrange{float:right}
* html .t-tiles-arrange{margin:3px 0 0}
.t-tiles-arrange .t-arrow-down{margin:0 2px 0 3px}
.t-tiles-arrange a{text-decoration:none}
.t-tiles{clear:both;height:390px;border-style:solid;border-width:1px;border-top-width:0;margin:0 0 1.4em;padding:9px;overflow:auto;line-height:1.2}
.t-tile{width:223px;height:88px;overflow:hidden;float:left;border-width:1px;border-style:solid;margin:1px;padding:0 0 4px;cursor:pointer;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}
.t-imagebrowser .t-thumb{float:left;display:inline;width:86px;height:86px;margin:4px 10px 0 4px;-khtml-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.t-imagebrowser .t-image{margin:2px 0 0 2px;-moz-box-shadow:1px 1px 3px #aaa;-webkit-box-shadow:1px 1px 3px #aaa;box-shadow:1px 1px 3px #aaa}
.t-imagebrowser .t-folder{width:80px;height:80px;background-position:0 -200px;background-repeat:no-repeat}
.t-goback{background-position:-64px -224px}
.t-imagebrowser .t-loading{margin:35px 0 0 33px}
.t-tile strong,.t-tile input{margin:10px 0 4px;font-weight:normal}
.t-tile strong{float:left;width:120px;overflow:hidden;text-overflow:ellipsis}
.t-tile input{width:100px}
.t-tile em,.t-tile .t-filesize{clear:left;font-weight:normal;font-style:normal}
.t-tile strong,.t-tile input,.t-tile em,.t-tile .t-filesize{display:block}
.t-imagebrowser .t-form-text-row input{width:628px}
/* * html .t-imagebrowser .t-form-text-row input{width:610px}
*+html .t-imagebrowser .t-form-text-row input{width:610px}
*/.t-tile-empty{margin:160px 0 0}
.t-tile-empty .t-dialog-upload{font-weight:bold;font-size:120%}
.t-tile-empty strong{display:block;margin:0 0 .2em;font-size:3em;font-weight:normal}
.t-tile-empty,.t-tile-empty .t-button-wrapper{text-align:center}
.t-touch-scrollbar{position:absolute;display:none;z-index:200000;height:8px;width:8px;border:1px solid #8a8a8a;background-color:#858585;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}
@media only screen and (-webkit-min-device-pixel-ratio:2){.t-touch-scrollbar{height:12px;width:12px;-webkit-border-radius:7px}
}
/* Chart */div.t-chart{border:0;background-color:transparent}
/* Web20 theme*/.t-widget,.t-input{border-color:#4e75b3;/*font-size:.75em;/* 12px base,if there are no inherited font-sizes(MVC default) */background-color:#fff}
/* .small .t-widget{font-size:.687em}
/* 11px base,if there are no inherited font-sizes(MVC default) */.t-header,.t-grid-header{border-color:#4a70ae;background:#7fa5d7 url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite.png) repeat-x 0 -852px}
.t-icon{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite.png)}
.t-editor .t-tool-icon{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/editor.png)}
.t-loading,.t-widget .t-loading{background:transparent url(/PRISM/Sponsor/Content/2012.2.704/Web20/loading.gif) no-repeat 0 0}
.t-widget,.t-link,.t-popup{color:#333}
.t-header,.t-header .t-link{color:#fff}
.t-header .t-group,.t-group .t-link{color:#333}
.t-group,.t-content,.t-editable-area{border-color:#4a70ae;background-color:#fff}
.t-colorpicker .t-arrow-down{border-color:#4e75b3}
.t-separator{border-color:#93b2dc;background-color:#688bbb}
.t-alt{background-color:#fff}
.t-state-default{border-color:#4a70ae}
.t-active-filter{background-color:#87a6d4}
.t-state-active{background-color:#fff;border-color:#4a70ae}
.t-state-active,.t-state-active .t-link,.t-state-active .t-header .t-state-active,.t-state-active .t-header .t-state-active .t-link{color:#333}
.t-state-active .t-header,.t-state-active .t-header .t-link{color:#fff}
.t-state-active .t-state-hover,.t-state-active .t-header .t-state-hover .t-link{color:#333}
.t-state-hover,.t-state-hover .t-link,.t-state-hover.t-link:hover,.t-header .t-state-hover,.t-group .t-state-hover{color:#333}
.t-state-hover,.t-state-hover:hover{background-color:#a4c2f1;border-color:#4a70ae}
.t-state-selected{background-color:#d4ffbc}
.t-state-focused{background-color:#e3eeff}
.t-dropdown .t-state-focused{border-color:#385797;background:#5475af url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite.png) repeat-x 0 -752px}
.t-state-error,.t-widget.t-state-error,.t-widget .t-state-error,.t-widget.input-validation-error,.t-widget .input-validation-error{border-color:#f00;background-color:#ffc0cb}
.t-button{border-color:#4a70ae;color:#fff}
.t-button,button.t-button.t-state-disabled:hover,a.t-button.t-state-disabled:hover,.t-state-disabled .t-button:hover{background:#607fc5 url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite.png) repeat-x 0 -560px}
.t-button:hover{background-position:0 -624px;background-color:#c1d5ef;color:#0f3789}
.t-state-disabled,.t-state-disabled:hover,.t-state-disabled .t-link,.t-widget .t-link.t-state-disabled,.t-state-disabled .t-button{color:#abb9de}
.t-toolbar,.t-grouping-header,.t-grid-pager,.t-widget .t-status{border-color:#829cbf;background-color:#e3eeff}
.t-panelbar .t-link{border-color:#4a70ae}
.t-grid-header-wrap{border-color:#4a70ae}
.t-grid-footer-wrap{border-color:#829cbf}
.t-grid td{border-bottom-width:1px;border-color:#cfd9e7 #829cbf}
.t-grouping-row td{background:#fff url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite.png) repeat-x 0 -48px}
.t-footer-template td{background-color:#e3eeff;border-color:#829cbf #e3eeff #fff}
.t-group-footer td{background-color:#e3eeff;border-color:#829cbf}
.t-grid-footer,.t-grid-footer-wrap table{background-color:#e3eeff;border-color:#829cbf}
.t-grouping-header .t-group-indicator{color:#333;border-color:#ccc}
.t-grouping-dropclue{background:url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite.png) no-repeat -48px -288px}
.t-grouping-row .t-group-cell,.t-grouping-row p{background:#fff}
.t-treeview .t-drop-clue{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite.png);background-position:0 -358px}
.t-treeview .t-state-selected{border-color:#85c843}
.t-editor-button .t-state-active{background-color:#4567ba}
.t-calendar th{background-color:#ecf4ff;border-color:#bcd2f1}
.t-other-month .t-link{color:#777}
.t-treeview-lines .t-top,.t-treeview-lines .t-mid,.t-treeview-lines .t-bot{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/treeview-nodes.png)}
.t-rtl .t-treeview-lines .t-top,.t-rtl .t-treeview-lines .t-mid,.t-rtl .t-treeview-lines .t-bot{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/treeview-nodes-rtl.png)}
.t-treeview-lines .t-item{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/treeview-line.png)}
.t-treeview-lines .t-last{background-image:none}
.t-drag-clue{color:#fff}
.t-editor-button .t-state-hover{border-color:#8ea9d1 #385b9d #385b9d #8ea9d1;background-color:#7fa5d7}
.t-editor-button .t-state-active{border-color:#3a5c9d #89a2cc #89a2cc #3a5c9d;background-color:#567cb8}
/*Slider*/.t-slider .t-draghandle{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite.png);color:#4e75b3}
.t-slider-track{border-color:#7794c3}
.t-slider-horizontal .t-slider-track,.t-slider-horizontal .t-slider-selection{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite.png)}
.t-slider-vertical .t-slider-track,.t-slider-vertical .t-slider-selection{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite-vertical.png)}
.t-slider-horizontal .t-tick{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/slider-h.gif)}
.t-slider-vertical .t-tick{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/slider-v.gif)}
/*Tooltip*/.t-tooltip{border-color:#b2c5e4;background:#bed4f6 0 -96px repeat-x url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite.png);color:#0f3789}
.t-callout{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite.png)}
/* Splitter */.t-splitter{border-color:#829cbf}
.t-splitbar-vertical,.t-splitbar-horizontal{background-color:#93add4;border-color:#829cbf}
.t-splitbar-vertical,.t-ghost-splitbar-vertical{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite.png)}
.t-splitbar-horizontal,.t-ghost-splitbar-horizontal{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite-vertical.png)}
.t-restricted-size-horizontal,.t-restricted-size-vertical{background-color:#f00}
/* Upload */.t-dropzone-active,.t-upload-files{border-color:#829cbf}
.t-dropzone-hovered,.t-upload-files{background-color:#cedcef}
.t-dropzone em{color:#747886}
.t-progress,.t-progress-status{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/sprite.png)}
.t-progress{background-position:0 -465px;border-color:#7996c6 #819dca #7996c6}
.t-progress-status{background-position:0 -472px;border-color:#e1ff86 transparent #82eb30}
/* ImageBrowser */.t-imagebrowser .t-content{background:#c1d5ef}
.t-toolbar .t-upload .t-button,.t-breadcrumbs .t-link,.t-tiles-arrange,.t-tiles-arrange a{color:#102152}
.t-breadcrumbs .t-first,.t-breadcrumbs .t-first:hover,.t-search-wrap label{color:#747886}
.t-tiles{border-color:#829cbf;background:#fff}
.t-tile{border-color:#fff;background:0 100px repeat-x url(/PRISM/Sponsor/Content/2012.2.704/Web20/imagebrowser.png)}
.t-tiles li.t-state-hover{border-color:#4a70ae;background-position:0 0;color:#fff}
.t-tiles li.t-state-selected{border-color:#29448b;background-position:0 -100px;color:#fff}
.t-tile .t-folder{background-image:url(/PRISM/Sponsor/Content/2012.2.704/Web20/imagebrowser.png)}
.t-tile em,.t-tile .t-filesize{color:#747886}
.t-tiles li.t-state-hover em,.t-tiles li.t-state-hover .t-filesize .t-tiles li.t-state-selected em,.t-tiles li.t-state-selected .t-filesize{color:#b3c4ef}
.t-tile-empty strong{color:#a5bce0}

/* Grid - remove borders, set default colors */
.t-grid, .t-grid *, .t-grid td, .t-grid-header, .t-grid-header *, .t-grid .t-header, .t-grid .t-no-data *, .t-grid-footer *, .t-grid .t-footer-template *, .t-grid-toolbar, .t-grid-top * { border-style: none; border-width: 0;}
.t-grid, .t-grid-top, .t-grid-header, .t-grid .t-footer-template *, .t-grid td, .t-grid td a,.t-grid-toolbar, .t-grid-pager.t-grid-bottom *, .t-no-data,.t-grid .t-alt, .t-grid .t-detail-row, .t-grid .t-master-row, .t-grid .t-master-row-alt { color: #5c728b; background-color:#f3f5f6; border-color: #f3f5f6;}
.t-grid td a { color: #5c728b; text-decoration: underline; }
.t-grid div.t-grid-toolbar a { color: #ffffff; text-decoration: none; }

/* Grid - wrap column headers */
.t-grid .t-grid-header .t-header .t-link { height: auto;}
.t-grid .t-grid-header .t-header { white-space: normal; }
.t-grid .t-grid-header .t-header .t-link
{
    line-height: 18px; /* due to sorting icons*/
    height: 18px;
    display: block;
    margin: -.3em -.6em;
    padding: .3em .6em;
    border: 0;
}
.t-state-active .t-header,.t-state-active .t-header .t-link{color:#000000}

/* move the grid buttons to the right end of the tool bar, make the text white */
div.t-toolbar.t-grid-toolbar.t-grid-top {background-color: #ffffff;}
.t-detail-row div.t-toolbar.t-grid-toolbar.t-grid-top {background-color: transparent;}
.t-button, .t-button:hover {color: #ffffff;}
.t-grid-header {white-space: normal; text-align: center;}
.t-grid-toolbar { text-align: right; }
.t-grid-toolbar .t-button, .t-grid-toolbar  .t-button:hover {color: #ffffff;}

/* hide the grid footer */
.t-grid-pager.t-grid-bottom {display: none;}

/* Grid and Panelbar headers */
.t-panel-bar, .t-header, .t-grid-header {border-color:#4a70ae;background: #93a2b2 url(/PRISM/Sponsor/Content/Images/sprite.png) repeat-x 0 -852px; }
.t-grid .t-state-hover, .t-grid .t-state-hover:hover {background-color:#f3f5f6; border-style: none;} 
.t-content.t-state-active { background-color:#f3f5f6; }

/* default Grid and Panelbars headers to black */
.t-header,.t-header .t-link{color:#000000;} 

/* drop down */
.t-dropdown.t-header .t-state-default {background: url(/PRISM/Sponsor/Content/Images/sprite.png) repeat-x 0 -852px;}
.t-dropdown.t-header .t-state-focused {background: url(/PRISM/Sponsor/Content/Images/sprite.png) repeat-x 0 -688px;}
.t-dropdown-wrap .t-icon {margin: 0px; }
.t-item { background-color:#f3f5f6; } 

/* selected items */
.t-state-selected, .t-item{ border-color: #f3f5f6; }
.t-state-selected { color:#f1884f}

/* highlight the current cell in the grid */
.t-master-row .t-state-focused, .t-master-row-alt .t-state-focused, .t-detail-row .t-state-focused, .t-grid td.t-state-focused, .t-grid td.t-state-focused a { background: #F1F3F5; }

/* Panel bar link font size*/
.t-panelbar .t-group .t-link { font-size: 13px; }

/* button images */ 
.t-button, button.t-button.t-state-disabled:hover, a.t-button.t-state-disabled:hover, .t-state-disabled .t-button:hover
{ background: #0C3B67 url(/PRISM/Sponsor/Content/Images/sprite.png) repeat-x 0 -560px; color: #ffffff;}
.t-editor .t-tool-icon{background-image:url(/PRISM/Sponsor/Content/Images/editor.gif); background-color: transparent;}

.t-formatted-value { margin-top: 1px; margin-right: 1px; }

/* tab strip */
.t-tabstrip .t-content { border-style: solid none none none; border-top-width: 1px; }
.t-widget.t-tabstrip.t-header { padding: 1px 0px 1px 1px; }

/* make telerik inputs look like normal text boxes*/
.t-input { border-color: lightgray; /*font-size:.75em;/* 12px base,if there are no inherited font-sizes(MVC default) */  background-color: white; }
/* delete? .t-widget { border-color: lightgray;  background-color: white; }   */


/* Telerik - Argh! 
The t-grid-edit-row css they added to fix an IE8 problem was messing up Firefox/others. 
The following CSS undoes Teleriks fixes if not IE8, and applies them if it is IE8. */
.t-grid-edit-row .text-box, .t-grid-edit-row .t-numerictextbox, .t-grid-edit-row .t-datepicker {  vertical-align: middle;  width:auto;  max-width:none;  min-width: none; /* IE8 calculates width:90% wrong,so we have to trick it */  margin: 0 0 0 0; }
.t-grid-edit-row .t-dropdown, .t-grid-edit-row .t-combobox {  width: auto;  max-width: none;  min-width: none; /* IE8 calculates width:90% wrong,so we have to trick it */  line-height: none;  margin: 0 0 0 0; } 
/* apply the telerik css only if it really is IE8 */
.IE8 .t-grid-edit-row .t-edit-form td{border-bottom-width:0}
.IE8 .t-grid-edit-row .text-box,.IE8 .t-grid-edit-row .t-numerictextbox,.IE8 .t-grid-edit-row .t-datepicker{vertical-align:middle;width:5em;max-width:90%;min-width:90%;/* IE8 calculates width:90% wrong,so we have to trick it */margin:-.4em -.3em -.15em}
.IE8 .t-grid-edit-row .t-dropdown,.IE8 .t-grid-edit-row .t-combobox{width:5em;max-width:90%;min-width:90%;/* IE8 calculates width:90% wrong,so we have to trick it */line-height:normal;margin:-.1em -.3em -.45em}

/* Make sure all Telerik Windows/Dialogues to have a z-index greater than the spinner so they aren't blocked*/
div.t-window { z-index: 20001 }
.t-window .t-widget { z-index: 20002 }
/*.t-window .t-resize-handle { z-index: 1}*/
.t-overlay { z-index: 20001 }
.t-menu-context { z-index: 21000 }
.t-treeview .t-drop-clue { z-index: 20000 }
.t-drag-clue { z-index: 20003 }
.t-tooltip { z-index: 20002 }
/*.t-upload-button input { z-index: 1}*/
/*.t-breadcrumbs-wrap { z-index: 1}*/ 
/*.t-touch-scrollbar { z-index: 200000 }*/
::-webkit-input-placeholder {
    font-style: italic;
    font-size: smaller;
    padding-left: 4px;
}

:-moz-placeholder {
    font-style: italic;
    font-size: smaller;
    padding-left: 4px;
}
/* Firefox 18- */
::-moz-placeholder {
    font-style: italic;
    font-size: smaller;
    padding-left: 4px;
}
/* Firefox 19+ */
:-ms-input-placeholder {
    font-style: italic;
    font-size: smaller;
    padding-left: 4px;
}

.best-experience-message {
    color: #f1884f;  position: absolute; top: 0; right: 0; padding: 5px; font-size: 12px; display: none;
}
:root {
    --p-color-red: #db0000;
}

.redtext {
    color: var(--p-color-red) !important;
}
.prismsec {
}
/* added to minimize css warnings in views */
#wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

    #wrapper img.Background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 250px;
        z-index: -2;
    }

#title img.Logo {
    float: left;
    position: absolute;
    top: -10px;
    left: -20px;
    height: 125px;
    width: 200px;
    z-index: -2;
}

#workbenchtitle {
    position: absolute;
    top: 27px;
    margin-left: 155px;
    text-align: left;
    color: #f1884f;
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 20px;
}
/*#title .BroadcastMessage {position: absolute; top: 55px; left: 170px; text-align: left}*/

#pdfreporttitle {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #22446d;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.reportmode .reportmodeenv {
    color: red;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: 40px;
}

#title h2 {
    text-align: right;
    margin-right: 10px;
}

#title a.LogOff {
    text-decoration: underline;
}

#title h2 a {
    margin-left: 5px;
}

#mainmenu {
    position: absolute;
    top: 65px;
    left: 150px;
    right: 0px;
}

    #mainmenu * {
        color: #ffffff;
        text-align: center;
        white-space: nowrap;
        border-style: none;
        background-color: transparent;
        background: none;
        /* for webkit/moz browsers */
        filter: none;
        /* for IE */
        background-image: none;
        font: 12px Arial;
        font-weight: bold;
    }

    #mainmenu .t-item.t-highlighted.t-state-default .t-link {
        color: #f1884f;
        font-weight: bold;
    }

    #mainmenu .t-item.t-state-default .t-link.t-state-hover {
        color: #f1884f;
        font-weight: bold;
    }

    #mainmenu .t-menu .t-item {
        border-style: none;
    }

html {
    min-width: 1280px;
}

body {
    background-color: #003169;
}

#body {
    padding: 0px 5px 5px 5px;
    position: relative
}

#ShowLeftNavMenu, #LeftNavigationMenu {
    vertical-align: top;
}

#ShowLeftNavMenu {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 5px;
    font-size: x-small;
    background-color: #C0C0C0;
    text-align: center;
    vertical-align: middle;
}

/* Left Navigation bar */
#LeftNavigationBar {
    vertical-align: top;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

#LeftNavigationMenu * {
    border-style: none;
}

#LeftNavigationMenu .t-widget.t-panelbar.t-reset {
    width: 220px;
}

#LeftNavigationMenu .t-link {
    line-height: 15px;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 0px;
}

#LeftNavigationMenu span.t-header {
    padding-left: .5em;
}

#LeftNavigationMenu .t-panelbar * {
    background-color: #f3f5f6;
    border-color: #f3f5f6;
    text-align: left;
    list-style-type: disc;
}

#LeftNavigationMenu .t-panelbar .t-icon {
    background-color: transparent;
}

#LeftNavigationMenu .t-panelbar .t-header {
    text-transform: uppercase;
    font-size: 14px;
    color: #0a365d;
    font-weight: bold;
    border-color: #4a70ae;
    background: #7fa5d7 url(/PRISM/Sponsor/Content/Images/sprite.png) repeat-x 0 -852px;
}

#LeftNavigationMenu .t-group * {
    background-color: #f3f5f6;
    border-color: #f3f5f6;
}

#LeftNavigationMenu .t-group li.t-item.t-state-default a.t-link.t-state-selected {
    color: #f1884f;
}

#LeftNavigationMenu .t-group li.t-item.t-state-default a:hover {
    color: #f1884f;
}

#LeftNavigationMenu .t-group li.t-item.t-state-default a {
    color: #000000;
}

#LeftNavigationMenu .t-group li span {
    color: #000000;
}

#LeftNavigationMenu .t-group li a {
    color: #c83a3a;
}

#LeftNavigationMenu .PrismReadOnly {
    display: none;
}

/*#PinLeftNavWidget {background-image:url(/PRISM/Sponsor/Content/2013.2.611/Web20/sprite.png)} */

/* Home page Dashboard PanelBars */
#DashboardOptions * {
    border-style: none;
}

#DashboardOptions .t-panelbar * {
    background-color: #bfc9d3;
    border-color: #bfc9d3;
    text-align: left;
    white-space: nowrap;
}

#DashboardOptions .t-panelbar .t-icon.t-arrow-up.t-panelbar-collapse {
    display: none;
}

#DashboardOptions .t-panelbar .t-header {
    text-transform: uppercase;
    width: 25%;
    font: 15px Arial;
    color: #254f7f;
    font-weight: bold;
    background-image: none;
    padding-top: 10px;
    padding-bottom: 5px;
}

#DashboardOptions .t-group li.t-item.t-state-default a.t-link.t-state-selected {
    color: #f1884f;
}

#DashboardOptions .t-group li.t-item.t-state-default a:hover {
    color: #f1884f;
}

#DashboardOptions .t-group li.t-item.t-state-default a {
    color: #000000;
}

#DashboardOptions .t-group li span {
    color: #000000;
}

#DashboardOptions .t-group li a {
}

#DashboardOptions * {
    vertical-align: top;
}

/* Dashboard list template */
.dashList {
    padding: 5px 0px;
    min-width: 275px
}

    .dashList span.dashHeader {
        text-transform: uppercase;
        font: 15px Arial;
        color: #254f7f;
        font-weight: bold;
    }

    .dashList div.dashHeader {
        text-align: center;
    }

    .dashList .dashUL {
        border-color: #bfc9d3;
        text-align: left;
        white-space: nowrap;
        list-style-type: none;
    }

    .dashList .dashURL:hover {
        color: #f1884f;
    }

    .dashList .dashURL {
        color: #000000;
        display: inline;
        font-size: 12px;
        line-height: 1.5em;
        text-decoration: underline;
    }

    .dashList .dashNOURL:hover {
        color: #000000;
    }

    .dashList .dashNOURL {
        color: #000000;
        display: inline;
        font-size: 12px;
        line-height: 1.5em;
    }

    .dashList .dashLI {
        padding: 0em 1em;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .dashList .dashLI .searchLabel {
            width: 80px;
            display: inline-block;
        }

.dashListBackground {
    background-color: #bfc9d3;
}

/* Dashboard grids */
#gbxProjectList .PrismLeftAlignedColumn, #gbxProjectList .PrismRightAlignedColumn {
    white-space: pre-wrap;
    overflow: visible;
}


#ContentTable {
    background: white;
    min-height: 475px;
}

#MainContent {
    vertical-align: top;
}

#ContentCell {
    padding: 10px 10px 10px 10px;
    background: white;
    width: 100%;
}

table.InputBlock {
    margin-bottom: 10px;
}

    table.InputBlock td {
        padding-right: 10px;
    }

/* Wizard Input Block */
td.WizardInputBlock {
    padding-top: 5px;
}

.wibBlock, .wibNotes {
     margin-top: 5px;
}

    .wibNotes * {
         vertical-align: middle;
    }

    /* make inputinstructionsright text wrap correctly */
    /* make wibNotes take the remaining space */
    .wibBlock.inputinstructionsright .wibTop { display: flex; }
    .wibBlock.inputinstructionsright .wibNotes .PrismFieldInstruction { margin-left: 1rem; margin-right: 1rem; display: block; }


.wibLineLabels {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

.wibLabelTop, .wibField, .wibLineLabels, .wibLabelLeft, .wibSubLabel, .wibInput, .wibFieldNote {
    display: inline-block;
}

.wibField, .wibLabelLeft, .wibSubLabel, .wibInput, .wibFieldNote {
    display: inline-block;
    vertical-align: top;
}

.wibLine {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin-top: 5px;
}

.wibSubLabel {
    padding-left: 10px;
}

.wibField {
    white-space: nowrap;
    min-height: 26px;
}

    .wibField a {
        color: #4d6674;
        text-decoration: underline;
    }

.wibFieldNote {
    max-width: 150px;
    white-space: normal;
}

    .wibFieldNote.PrismFieldInstruction {
        vertical-align: text-bottom;
    }

/* Wizard back and next */
#breadcrumbbar {
    width: 100%;
    margin-bottom: 3px;
    height: 23px;
}

    #breadcrumbbar * {
        color: #4d6674;
    }

#breadcrumbs {
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
}

#breadcrumbbar .right {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 1px;
    float: right;
}

#banner {
    margin-bottom: 8px;
    text-align: center;
    background-color: #d4d69f;
    border-color: #d4d69f;
    border-style: solid;
    border-width: 5px;
}

    #banner * {
        color: #0a365d;
    }

    #banner h1 {
        font: 15px Arial;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }

    #banner h2 {
        font: 12px Arial;
        margin: 0;
        padding-right: 2px;
    }

    #banner #LayoutBannerDetail {
        width: 100%;
    }

    #banner div.detail {
        bottom: 0px;
        margin: 0px auto;
        width: 100%;
        text-align: center;
    }

    #banner div.detailitem {
        display: inline;
        min-width: 150px;
        padding-left: 10px;
        padding-right: 10px;
    }
        /* this was added for application2 and should never show when presented inside of #banner (the old application wizard) */
        #banner div.detailitem.applicationduedate {
            display: none;
        }

    #banner a.sponsor {
        text-decoration: underline;
    }


.NavButtonContent {
    position: absolute;
    top: 7px;
    right: 0px;
    z-index: 99;
}

.WizardBreadCrumbSubmitAndBack,
.WizardBreadCrumbSubmitAndNext,
.WizardBreadCrumbSubmitAndCheck,
.WizardReviewCheckAppForErrors,
.WizardBreadCrumbSubmit {
    padding-top: 0;
}

#NavButtonFooter .WizardBreadCrumbSubmitAndBack {
    float: left;
}

#NavButtonFooter .WizardBreadCrumbSubmitAndNext {
    float: right;
}

#NavButtonFooter {
    text-align: center;
}

.app-wizard-submit input.WizardFormSubmitCheck.t-button {
    display: none;
}

.NavButtonContent .prism-upper-nav-button,
#NavButtonFooter [name=cbsubmit][value=Next],
#NavButtonFooter [name=cbsubmit][value=Save] {
    margin-left: 3px;
}

.FilterLabel {
    font: 15px Arial;
    color: #0a365d;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}
/*
.footer {
    padding-top: 5px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    white-space: nowrap;
}

    .footer a {
        color: #ffffff;
        font: 11px Arial;
        font-weight: normal;
        margin-right: 4%;
        margin-left: 4%;
        text-decoration: none;
    }

    .footer img {
        height: 52px;
        width: 244px;
    }

td.footerimage {
    margin-top: -5px;
}*/

/* misc type widths */
.PrismPercentage {
    width: 60px;
}

    .PrismPercentage .t-input {
        width: 60px;
    }

.PrismCurrency, .PrismNumeric {
    width: 90px;
}

.PrismDatePicker {
    width: 75px;
}

.ui-datepicker-close {
    display: none;
}

.PrismLatLong
.PrismLatitude {
    width: 80px;
}

.PrismLatitude .t-input {
    width: 80px;
}

.PrismLongitude {
    width: 80px;
}

    .PrismLongitude .t-input {
        width: 80px;
    }

/* these are also used in prism.SetClientSideInputMasks(); */
.PrismPhone {
    width: 125px;
}

.PrismEmail {
    width: 300px;
}

.prismDisabled, .prismDisabled * {
    font-style: italic !important;
}

div.prismDisabled, div.prismDisabled * {
    color: #767676 !important;
}

tr.prismDisabled a.t-grid-delete, tr.prismDisabled a.t-grid-add {
    display: none;
}

.t-grid-toolbar a.t-button.prismDisabled {
    color: darkgray;
    display: none;
}

.PrismWastebasket {
    color: darkgray;
    font-style: italic !important;
}


/* input and cell formatting */
.t-grid-header .t-header:first-child, .t-grid tbody td:first-child, .t-grid tfoot td:first-child {
    border-left-width: 2px;
}

.t-grid td {
    border-style: solid;
    border-width: 1px;
    border-color: #f3f5f6;
    border-collapse: collapse;
}

.t-grid {
    border-color: #f3f5f6;
    border-width: 1px;
    border-collapse: separate;
    border-bottom-style: solid;
}

    .t-grid td.prismEditableCell {
        background-color: #FFFFFF;
        color: #000000;
    }

        .t-grid td.prismEditableCell.t-state-focused {
            background: #F1F3F5;
        }

    .t-grid.PrismBorderless, .t-grid.PrismBorderless td {
        border-style: none;
    }

td.prismNote a.t-icon {
    background: url(/PRISM/Sponsor/Content/Images/Note.png) no-repeat 0 0;
    background-color: #f3f5f6;
    width: 21px;
    height: 21px;
}

td.prismNote.hasNoteText a.t-icon {
    background: url(/PRISM/Sponsor/Content/Images/NoteWData.png) no-repeat 0 0
}

td.prismNote input {
    background-color: #f3f5f6;
}

a.prismNote {
    background-image: url(/PRISM/Sponsor/Content/Images/Note.png);
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
}

    a.prismNote.hasNoteText {
        background: url(/PRISM/Sponsor/Content/Images/NoteWData.png) no-repeat 0 0
    }

a:focus, span:focus {
    border: blue dashed 1px;
}

#LeftNavigationMenu *:focus {
    border: blue dashed 1px;
}

#mainmenu a:focus {
    border: white dashed 1px;
}


td.prismCheckBox {
    padding: 0;
}

td.prismDropDown {
    padding-right: 0;
}

    td.prismDropDown div.t-dropdown {
        max-width: 100%;
    }


.prismEditOnFocusIn {
}

.PrismFieldInstruction, .PrismFieldCharacteristics, .PrismInfoElement {
    display: inline;
    color: #4d6674;
    font-style: italic; 
}

.PrismFieldInstruction {
    margin-left: 20px;
}

.PrismFieldCharacteristics, .PrismInfoElement {
    padding-left: 10px;
}

.PrismFieldInstruction a {
    color: #4d6674;
    text-decoration: underline;
}

.PrismFieldLabel {
    font-size: 12px;
    font-weight: bold;
}

    .PrismFieldLabel.small {
        font-size: 12px;
    }

.wibTop .PrismFieldLabel, .wibTop .PrismFieldLabel label {
    font-size: 14px;
    text-transform: uppercase;
}

.PrismFieldSetInstruction {
    margin-top: 5px;
    display: block;
    color: #4d6674;
    font-style: italic; 
}

    .PrismFieldSetInstruction a {
        color: #4d6674;
        text-decoration: underline;
    }

    .PrismFieldSetInstruction.level1, .PrismFieldSetInstruction.level2, .PrismFieldSetInstruction.level3 {
        margin-top: 0;
        margin-bottom: 10px;
    }

.PrismReadOnly {
    border-style: none;
    min-height: 14px;
}

    .PrismReadOnly.t-formatted-value {
        background-color: #f3f5f6;
        color: #4d6674;
        border-style: none;
    }

    .PrismReadOnly.t-input,
    .PrismReadOnly.t-button, .PrismReadOnly.t-button:hover,
    .t-grid div.t-grid-toolbar a.PrismReadOnly.t-button, .t-grid div.t-grid-toolbar a.PrismReadOnly.t-button:hover,
    .PrismReadOnly .t-input, input.PrismReadOnly, button.PrismReadOnly, select.PrismReadOnly {
        border: 1px solid darkgray;
        background-color: lightgray;
        color: #4d6674;
    }

input[disabled], button[disabled], textarea[disabled], .t-button[disabled],
select[disabled='disabled'] {
    -webkit-text-fill-color: #4d6674;
    -webkit-opacity: 1;
    color: #4d6674;
    border: 1px solid darkgray;
    cursor: default;
}
/* if a row or grid is made read-only, hide (disable) the row delete icons */
.PrismReadOnly .t-icon.t-delete {
    display: none;
}

.PrismReadOnly .t-dropdown-wrap {
    min-height: 18px;
}

textarea.PrismReadOnly {
    border: 1px solid lightgray;
}

/* Used in prismSecurity.js to determine if an element has already been "secured" or not. */
.PrismSecured {
}

.PrismRightAligned {
    position: relative;
}

    .PrismRightAligned .t-formatted-value {
        left: auto;
        right: 0;
    }

    .PrismRightAligned .t-input {
        text-align: right;
    }

/* .PrismCentered{  text-align:center; } */

.PrismCentered {
}

.PrismCenterAlignedColumn {
    text-align: center;
}

.PrismRightAlignedColumn {
    text-align: right;
}

.PrismMetricAnswer .PrismRightAligned input {
    text-align: right;
}

.PrismLeftAlignedColumn {
    text-align: left;
    white-space: nowrap;
}

.reportmode .PrismLeftAlignedColumn {
    white-space: normal;
}

.PrismRemoveButton {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    padding-left: 0px;
    padding-right: 0px;
}

.t-grid-header .t-header.PrismCenterAlignedColumn {
    text-align: center;
}

.t-grid-header .t-header.PrismRightAlignedColumn {
    text-align: right;
}

.t-grid-header .t-header.PrismLeftAlignedColumn {
    text-align: left;
}

.twoLineHeading {
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.t-grid .t-grid-header .t-header.twoLineHeading span.t-link {
    height: 100%;
}

.PrismHidden {
    display: none !important;
}

.PrismInvisible {
    visibility: hidden !important;
}

div.PrismHidden {
    display: none !important;
}
.PrismDeleted {
    display: none !important;
}

/* clicking a PrismZoomTo element will zoom to the related address - see prismMap.ZoomToAddress(e);  */
.PrismZoomTo {
    color: #4d6674;
}

    .PrismZoomTo.t-icon {
        background: url(/PRISM/Sponsor/Content/Images/sprite.png) no-repeat -63px -177px;
        margin-left: 5px;
    }
/* clicking a PrismGetDirections element will get directions to the related address - see  prismMap.OpenDirectionsWindow(e);  */
.PrismGetDirections {
    color: #4d6674;
}

/* MISC
 ----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

div#title {
    display: block;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right; /* margin:10px; */
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

textarea {
    resize: none;
    overflow-y: auto;
    min-height: 75px;
    font: 12px Arial, Verdana;
    white-space: pre-wrap;
    line-height: 125%;
    padding: 6px;
}
@-moz-document domain(support.mozilla.org) {
    textarea.example {  
        resize: none; /* disables resizability */  
    }
} 

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

fieldset {
    margin: 5px 0px 20px 0px;
    padding: 5px 5px 10px 10px;
    border: 0 none white;
    position: relative;
    overflow: hidden;
    outline: none;
}

    fieldset.noborder, fieldset.noborder.PrismReadOnly {
        border: none;
    }

legend.level1, h1 {
    color: #0a365d;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif
}

legend.level2 {
    color: #0a365d;
    text-transform: none;
    font-size: 19px;
    font-weight: bold;
}

legend.level3 {
    color: #0a365d;
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
}

div.legend.level2 {
    color: #0a365d;
    text-transform: none;
    font-size: 18px;
    font-weight: bold;
    display: inline;
    margin-right: 15px;
}

div.legend.level3 {
    color: #0a365d;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    display: inline;
    margin-left: 10px;
}

label {
    font-size: 12px;
}

.prismFontSize {
    font-size: 12px;
}

/* Styles for validation helpers
 -----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

div.validation-summary-errors * {
    font-weight: bold;
    color: red;
}

    div.validation-summary-errors *.red {
        color: #DB0000;
    }

        div.validation-summary-errors *.red i {
            color: #DB0000;
        }

    div.validation-summary-errors *.green {
        color: #637e35;
    }

        div.validation-summary-errors *.green i {
            color: #637e35;
        }

.validation-summary-valid {
    display: none;
}
/*the new validation block used in billing, property, final & progress*/
div.validation-block {
    float: left;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
}

.reportmode div.validation-block, .reportmode .PrismFieldInstruction {
    display: none;
}


/* Description
----------------------------------------------------------*/
#txtProjectDescription {
    display: inline-block;
}

#btn_SpellCheck {
    color: #FFFFFF;
    font-size: 12px;
    background: #0C3B67 url(/PRISM/Sponsor/Content/Images/sprite.png) repeat-x 0 -560px;
    font-weight: bold;
}

    #btn_SpellCheck:hover {
        color: #FFFFFF;
        font-size: 12px;
        background: #0C3B67 url(/PRISM/Sponsor/Content/Images/sprite.png) repeat-x 0 -624px;
        font-weight: bold;
    }

#btnRadSpell, #btnRadSpell * {
    z-index: -4;
    height: 1px;
    width: 1px;
    background-color: transparent;
    border-color: transparent;
    color: transparent;
}

/* the text editor has a fixed width so that it will render correctly in chrome. */
#lbProjectDescription #ProjectDescription {
    width: 720px;
    height: 175px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

#lbProjectDescription .rtfdiv {
    display: inline-block;
}

#txtProjectDescription_wibField .wibFieldNote {
    margin: 0px;
}

#lbProjectDescription div.rtfdiv {
    position: relative;
    min-width: 720px;
    min-height: 200px;
}

#lbProjectDescription div.rtfReadOnly {
    position: absolute;
    top: 0;
    left: 0;
    width: 718px;
    height: 175px;
    white-space: normal;
    overflow: scroll;
    z-index: 0;
}


#gbxCompliancePortfolio.t-grid .t-grid-header .t-header {
    min-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

#gbxCompliancePortfolio.t-grid .t-grid-header .t-header {
    vertical-align: middle;
}

/* Parties
----------------------------------------------------------*/
#lbProjectSponsorOrgId .wibLineLabels {
    width: 20px;
}

#lbSponsorProjectNumber .wibLabelLeft {
    width: 5px;
}

#lbSponsorProjectNumber .wibSubLabel {
    width: 200px;
}

#lbSecondarySponsors .wibLine {
    padding-left: 10px;
}

#lbExternalSystemReference .wibLine {
    padding-left: 10px;
}

#lbManagingAgency .wibLineLabels {
    width: 20px;
}

/* Contacts
----------------------------------------------------------*/
td.PartiesContactDetailTable {
    vertical-align: top;
}

table .contactTypeTable {
    padding: 0px;
    width: 600px;
    table-layout: fixed;
}

td .contactType {
    width: 180px;
    overflow: hidden;
}

#gbxProjectContact.t-grid .t-grid-header .t-header {
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

#gbxProjectContact.t-grid .t-grid-header #twoLineHeading.t-header .t-link {
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.PrismHideRemoveColumn .PrismRemoveButton {
    display: none;
}

/* Funding Request
----------------------------------------------------------*/
#txtProgramFundingAmt_wibField {
    width: 460px;
}

#txtProgramFundingPct_wibField .wibFieldNote {
    display: inline-block;
}

#txtProgramFundingPct_wibField .t-numerictextbox {
    vertical-align: top;
}

#grdSponsorMatchAmt_wibField {
    width: 460px;
}

#lbSponsorMatchAmt #txtSponsorMatchPct_wibField {
    vertical-align: bottom;
    height: 100%;
}

#txtSponsorMatchPct_wibField .wibFieldNote {
    display: inline-block;
}

#txtRequestTotalAmt_wibField {
    width: 460px;
}

#txtProgramFundingAmt_wibField {
    position: relative;
}

    #txtProgramFundingAmt_wibField .t-widget.t-numerictextbox {
        position: absolute;
        top: 0px;
        right: 0px;
    }

#txtRequestTotalAmt_wibField {
    position: relative;
}

    #txtRequestTotalAmt_wibField .t-widget.t-numerictextbox {
        position: absolute;
        top: 0px;
        right: 0px;
    }

/* Program Project Type
----------------------------------------------------------*/
#ApplicationWizardThemeFundingTD div {
    margin-left: 20px;
}

#lbProjectType input {
    margin-left: 20px;
}

#lbProjectType .wibValidation {
    margin-left: 20px;
}

#LeadEntityRemovedTR {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #4d6674;
    font-style: italic;
}

#ApplicationWizardThemeFundingTD div .PrismReadOnly {
    min-height: 12px;
    line-height: 12px;
}

#tdProgramTypes div .PrismReadOnly {
    min-height: 12px;
    line-height: 12px;
}


/* Costs
----------------------------------------------------------*/
#gbxCostEstimates.PrismCostGrid > table > tbody > tr > td {
    padding-top: 10px;
    padding-bottom: 1px;
    background-color: white;
}

div.PrismCostGrid table {
    table-layout: auto;
    width: 100%;
    overflow: auto;
}

div.PrismCostGrid td {
    vertical-align: top;
    white-space: normal;
}

div.PrismCostGrid tr.PrismSiteWorkTypeTotal td[memberName=Item] {
    text-align: right;
}

div.PrismCostGrid tr.PrismSiteTotal td[memberName=Item] {
    text-align: right;
}

div.PrismCostGrid td[memberName=EstimatedCost] {
    width: 130px;
}

div.PrismCostGrid td[memberName=Description] {
    white-space: normal;
}

div.PrismCostGrid div.t-widget.t-grid[id='CostSubGrid-1'] thead.t-grid-header {
    display: none;
}

div.PrismCostGrid div.t-widget.t-grid[id='CostSubGrid-1'] tr td {
    background-color: white;
    color: black;
}

div.PrismCostGrid div.t-widget.t-grid[id='CostSubGrid-1'] span.PrismInfoElement {
    padding: 0;
}

div.PrismCostGrid div.t-widget.t-grid[id='CostSubGrid-1'] {
    border: none;
}

div.PrismCostGrid #ValueDeterminationType-1 {
    visibility: hidden;
}

div.PrismCostGrid th[isDescHeader] {
    display: none
}

div.PrismCostGrid td textarea {
    min-height: 20px;
    min-width: 100%;
}

div.PrismCostGrid td {
    overflow: visible
}

#gbxDevelopmentCostEstimates div.PrismCostGrid td[memberName=Group] {
    width: 25%;
    min-width: 225px;
}

#gbxDevelopmentCostEstimates div.PrismCostGrid td[memberName=Item] {
    width: 20%;
    min-width: 175px;
}

#gbxDevelopmentCostEstimates div.PrismCostGrid tr.PrismCostSummaryTotal td[memberName=Group] {
    width: 20%;
    min-width: 175px;
}

#gbxDevelopmentCostEstimates div.PrismCostGrid tr.PrismCostSummaryTotal td[memberName=Item] {
    width: 25%;
    min-width: 225px;
    text-align: right;
}

#gbxAcquisitionCostEstimates div.PrismCostGrid td[memberName=Item] {
    width: 25%;
    min-width: 225px;
}

#gbxAcquisitionCostEstimates div.PrismCostGrid tr.PrismCostSummaryTotal td[memberName=Item] {
    width: 25%;
    min-width: 225px;
    text-align: right;
}

#gbxCostEstimates div.costs {
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
}

#gbxCostEstimates div.valueDeterminationType {
    vertical-align: middle;
    white-space: normal;
    float: left;
}

    #gbxCostEstimates div.valueDeterminationType div.valueDeterminationTypeLabel {
        float: left;
        padding-top: 0.15em;
        vertical-align: middle;
    }

    #gbxCostEstimates div.valueDeterminationType div.t-widget.t-dropdown {
        display: inline-block;
        float: left;
        margin-left: 5px;
        border: 1px solid #4A70AE;
        border-collapse: collapse;
        height: 18px;
        line-height: 12px;
        padding-top: 2px;
    }

#OverallProjectCostGrids td[memberName=Item] {
    width: 225px;
    white-space: normal;
}

#OverallProjectCostGrids td[memberName=Funder] {
    width: 258px;
    white-space: normal;
}

#OverallProjectCostGrids table {
    table-layout: auto;
}

#OverallProjectCostGrids td[memberName=EstimatedCost] {
    width: 110px;
}

#OverallProjectCostGrids td[memberName=ProjectPct] {
    width: 90px;
}

#OverallProjectCostGrids td[memberName=AdminPct] {
    width: 90px;
}

#OverallProjectCostGrids td[memberName=Amount] {
    width: 110px;
}

    #OverallProjectCostGrids td[memberName=Amount] input {
        width: 100px;
    }

#OverallProjectCostGrids td[memberName=FundingPct] {
    width: 90px;
}

#OverallProjectCostGrids td[memberName=Description] {
    white-space: normal;
    background-color: white;
    color: black;
}

#OverallProjectCostGrids td.OutofBalance, #OverallProjectCostGrids div.OutofBalance {
    color: red;
}

#OverallProjectCostGrids td span.CostFundingDifferenceIcon {
    display: none;
    margin-left: 5px;
}

#CostFundingDifference {
    display: none;
    width: 100%;
    color: red;
    text-align: center;
    padding-bottom: 10px;
}

    #CostFundingDifference span.CostFundingDifferenceText {
        margin-left: 5px;
        margin-right: 5px;
    }

#gbxFundingSummary th:nth-child(4) {
    background-color: white;
    background-image: none;
}

#gbxCostSummary th:nth-child(5) {
    background-color: white;
    background-image: none;
}

#OverallProjectCostGrids tr.PrismOverallCost td[memberName=Item] {
    padding-left: 40px;
}

#OverallProjectCostGrids tr.PrismOverallCostSubTotal td[memberName=Item] {
    padding-left: 80px;
    text-transform: uppercase;
}


/*#gbxCostSummary 
#gbxFundingSummary*/
#gbxCostAndFunding {
    border: none;
    padding: 0;
    margin: 0;
}

    #gbxCostAndFunding .gbxCostAndFundingUpperButtons form {
        height: 0;
    }

    #gbxCostAndFunding .gbxCostAndFundingUpperButtons .NavButtonContent.Wizard {
        top: 13px;
    }

/* Worksite and Properties
----------------------------------------------------------*/
#gbxProjectWorksitesAndProperties { max-width: 80rem;}
#gbxProjectWorksitesAndProperties .PropertyGrid {
    margin-left: 29px;
}

#gbxProjectWorksitesAndProperties .t-detail-cell {
    padding-top: 0px;
    padding-bottom: 2em;
}

    #gbxProjectWorksitesAndProperties .t-detail-cell .t-grid-toolbar {
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #f3f5f6;
    }

        #gbxProjectWorksitesAndProperties .t-detail-cell .t-grid-toolbar .t-grid-add {
            padding-top: 0px;
            padding-bottom: 0px;
        }

#gbxProjectWorksitesAndProperties .t-hierarchy-cell {
    width: 20px;
}

#gbxProjectWorksitesAndProperties td[memberName=PropertyName] {
    width: 100%;
}

/* Worksite Map And Description
----------------------------------------------------------*/
#gbxWorksiteMapAndDescription .PrismFieldSetInstruction {
    clear: both;
}

#gbxWorksiteMapAndDescription div.WorksiteMapAddress {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 5px;
    margin-right: 15px;
    position: relative;
}

#gbxWorksiteMapAndDescription div.WorksiteMapAddress, div #gbxWorksiteMapInstructions, div #WorksiteDetailsInstructions {
    display: block;
    clear: both;
}

#gbxWorksiteMapAndDescription .wibBlock {
    margin-left: 20px;
}

#gbxWorksiteMapAndDescription .wibFieldNote {
    margin-left: 5px;
}

#gbxWorksiteMapAndDescription div.WorksiteMapAddresses {
    float: left;
    display: inline;
}

#gbxWorksiteMapAndDescription #MapWrapper {
    display: block;
    float: left;
    padding-bottom: 5px;
    min-width: 500px;
}

#gbxWorksiteMapAndDescription .nihilo {
    float: left;
    padding-bottom: 5px;
}

#gbxWorksiteMapAndDescription .WorksiteMapZoom {
    display: block;
    clear: both;
}

#gbxWorksiteMapAndDescription #txtWorksiteAddress_wibField .wibSubLabel {
    width: 100px;
}

#gbxWorksiteMapAndDescription #txtWorksiteCity_wibField .wibSubLabel {
    width: 100px;
}

#gbxWorksiteMapAndDescription #txtWorksiteCity_wibField .PrismFieldInstruction {
    margin-left: 0px;
}

#gbxWorksiteMapAndDescription #txtWorksiteState_wibField .wibLineLabels {
    display: none;
}

#gbxWorksiteMapAndDescription #txtWorksiteState_wibField .PrismFieldInstruction {
    margin-left: 0px;
}

#gbxWorksiteMapAndDescription #txtWorksiteZip_wibField .wibLineLabels {
    display: none;
}


/* Worksite Details */
#gbxWorksiteDetails div.Worksitedetail {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 5px;
}

#gbxWorksiteDetails .wibBlock {
    margin-left: 20px;
}

#gbxWorksiteDetails .wibFieldNote {
    margin-left: 5px;
}

#gbxWorksiteDetails textarea {
    min-width: 450px;
}

#gbxWorksiteDetails #txtWorksiteLatitude_wibField .PrismFieldLabel {
    width: 120px;
    margin-left: 10px;
}

#gbxWorksiteDetails #txtDirectionsLatitude_wibField .PrismFieldLabel {
    width: 120px;
    margin-left: 10px;
}

/* (Worksite) Property Details 
----------------------------------------------------------*/
#lbActivity input {
    padding: 1px;
}

#gbxPropertyDetails .OuterActivityPlanned {
    display: block;
    float: left;
    margin-left: 5px;
}

#cbxToBeAcquiredInd_wibField, #cbxToBeDevelopedInd_wibField {
    display: block;
}

    #cbxToBeAcquiredInd_wibField.PrismHidden, #cbxToBeDevelopedInd_wibField.PrismHidden {
        display: none;
    }

#gbxPropertyDetails .OuterPlannedAcquisitionDate {
    float: left;
}

#gbxPropertyDetails .OuterPropertyDesc {
    clear: both;
}

#gbxPropertyDetails div.Worksitedetail {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 5px;
}

#gbxPropertyDetails .wibBlock {
    margin-left: 20px;
}

#gbxPropertyDetails .Landowner .wibSubLabel {
    width: 50px;
}

#gbxPropertyDetails .Landowner {
    float: left;
    margin-left: 5px;
}

#gbxPropertyDetails #txtLandownerZip_wibField .wibSubLabel {
    width: 20px;
}

#gbxPropertyDetails .Land .wibFieldNote {
    margin-left: 0px;
}

#gbxPropertyDetails textarea {
    min-width: 450px;
}

#gbxPropertyDetails #txtPropAgreeNote_wibField textarea {
    min-width: 100px;
    min-height: 25px;
}

#gbxPropertyDetails .Land {
    position: relative;
    display: block;
    clear: both;
    white-space: nowrap;
    margin-left: 10px;
}

#gbxPropertyDetails .ControlTenure {
    float: left;
    width: 500px;
}

    #gbxPropertyDetails .ControlTenure .wibSubLabel {
        width: 90px;
    }

    #gbxPropertyDetails .ControlTenure #txtPropAgreeNote_wibField .wibLineLabels {
        vertical-align: top;
    }

    #gbxPropertyDetails .ControlTenure textarea {
        width: 300px;
    }




/* for select list entrys produced by scalar function dbo.mhtmlSelectListTextTable
 ----------------------------------------------------------*/
table.prismSelectTable {
    width: 800px;
    padding: 0px;
}

tr.prismSelectTable {
    width: 100%;
    padding: 0px;
}

td.prismSelectTableVal {
    width: 150px;
    padding: 0px;
    white-space: pre;
}

td.prismSelectTableDesc {
    font-size: smaller;
    color: #000000;
    padding: 0px;
    white-space: pre;
}

/* QuestionList
--------------*/
.QuestionList .QuestionID {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    padding-left: 0px;
    white-space: normal;
    vertical-align: top;
    width: 28px;
}

.QuestionList .QuestionText {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    padding-left: 0px;
    white-space: normal;
    min-width: 660px;
    width: 90%;
    vertical-align: top;
    text-transform: none;
}

.QuestionList .wibLine {
    display: block;
    margin-right: 0px;
}

.QuestionList .wibField {
    margin-right: 0px;
    margin-bottom: 5px;
}

.QuestionList .wibLineLabels .wibLabelLeft {
    min-width: 23px;
}

.QuestionList .wibLineLabels .wibSubLabel {
    padding-left: 0px;
    width: 0px;
}

.QuestionList .wibField textarea {
    min-width: 660px;
    width: 90%;
    font: 12px Arial, Verdana;
}

.QuestionList .wibValidation {
    margin-bottom: 10px;
}

#QuestionListSpellCheck {
    width: 22px;
    height: 22px;
    text-decoration: none;
    display: block;
    background-image: url(/Content/Images/editor.png);
    background-position: 0px 0px;
}

/* Default colors
*****************/
.prismColor1 {
    background-color: #15325E;
}
/*Dark Blue*/
.prismColor2 {
    background-color: #83AA40;
}
/*Green*/
.prismColor3 {
    background-color: #C96C21;
}
/*Orange*/
.prismColor4 {
    background-color: #5875B1;
}
/*Light Blue*/
.prismColor5 {
    background-color: #FFDCBF;
}
/*Peach*/
.dashList .prismColor1 {
    color: #15325E;
    background-color: transparent;
}
/*Dark Blue*/
.dashList .prismColor2 {
    color: #83AA40;
    background-color: transparent;
}
/*Green #9DC35E*/
.dashList .prismColor3 {
    color: #C96C21;
    background-color: transparent;
}
/*Orange #E08841*/
.dashList .prismColor4 {
    color: #5875B1;
    background-color: transparent;
}
/*Light Blue #96A8CE*/
.dashList .prismColor5 {
    color: #FFDCBF;
    background-color: transparent;
}
/*Peach*/

.checkbox {
    overflow: hidden;
    height: 20px
}

/* Login page
-----------*/
.login {
    text-align: center;
    height: auto;
    margin: 0;
}

    .login DIV {
        text-align: left;
        text-align: left;
        width: 300px;
        height: auto;
        clear: none;
        display: inline-block;
        vertical-align: top;
        padding-left: 40px;
    }

        .login DIV DIV {
            padding-left: 30px;
        }

        .login DIV.validation-summary-errors {
            width: 270px;
        }

    .login input[type=text], .login input[type=password] {
        width: 200px;
        height: 20px;
    }

    .login input[type=submit] {
        width: 200px;
        height: 25px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .login DIV * {
        margin-top: 10px;
    }

    .login.passwordchange {
        text-align: center;
        height: auto;
        margin: 50px 0 50px 0;
        padding-bottom: 20px;
    }

    .login DIV.instructions2 {
        padding-left: 7px;
        margin-top: 0;
    }

    .login DIV.instructions3 {
        padding-left: 15px;
        margin-top: 0;
    }

.dotted {
    border-right: 1px dotted #000000;
}

.editor-field {
    margin-top: -5px !important;
}

.editor-label {
    font-weight: bold;
}

/* Getting Started Page
----------------------*/
.GettingStartedImg {
    height: 75px;
    width: 75px;
    vertical-align: middle;
    padding-right: 10px
}

.GettingStartedSearch {
    color: Black;
    text-align: left;
    padding: 5px;
    margin-bottom: 15px;
    width: 300px;
    height: 75px;
    vertical-align: middle
}

.GettingStartedItem {
    color: Black;
    background-color: #bfc9d3;
    border-color: #bfc9d3;
    text-align: left;
    padding: 5px;
    margin-bottom: 15px;
    width: 300px;
    height: 75px;
    vertical-align: middle
}

.GettingStartedItemLink:hover {
    border: solid;
    border-width: 2px;
    border-color: #0000FF;
    padding: 3px;
}

.GettingStartedText {
    font-size: 14px;
    vertical-align: middle
}

.GettingStartedItemColumn {
    vertical-align: top
}

.GettingStartedItemColumnBorder {
    padding-right: 25px
}

.GettingStartedProgramSize {
    font-size: larger;
    padding-bottom: 8px;
}

#gbxGettingStarted a {
    color: Black;
}

    #gbxGettingStarted a:hover {
        color: #f1884f;
    }

/* Application Review */
.GrantManagerCommentElement {
    display: none;
    float: right;
}

/* detail row for knockout bound grids */
.t-detail-row.p-hide {
    display: none;
}

.hidenew li[name="ProjectBrief-EnteraBilling"] {
    display: none;
}


/* jquery autocomplete */
.ui-menu .ui-menu-item a {
    font-size: 12px;
    line-height: 14px;
    font-family: Arial, Veranda;
}

.searchgoscope input.pAutoComplete[type="text"] {
    font-size: 12px;
    width: 160px;
    padding: 2px;
    font-family: Arial, Veranda;
}

.ui-dialog .ui-resizable-se {
    right: 0 !important;
    bottom: 0 !important;
    background-position: -64px -224px !important;
    height: 15px !important;
    width: 15px !important;
}

img.PrismInfoElement {
    height: 16px;
    width: 16px;
}

.reportHeaderLines {
    display: none;
}

.green.bolder {
    font-weight: bolder;
    font-size: large;
}

.red.bold {
    font-weight: bold;
    font-size: large;
}

.red.bolder {
    font-weight: bolder;
    font-size: large;
}

div.p-filename {
    display: inline-block;
    margin-left: 3px;
    overflow: visible;
    white-space: normal;
    text-align: right;
}


/*--------------------------------------------------------------
20.0 prism text editor
--------------------------------------------------------------*/
.p-text-editor {
    font-family: 'Source Sans Pro', sans-serif;
    color: #022F40;
}

    .p-text-editor .p-editor-toolbar {
        display: flex;
        background-color: #F7F7F7;
        margin: .5rem 0 0 0;
    }

        .p-text-editor .p-editor-toolbar .p-editor-button {
            color: black;
            cursor: pointer;
            width: 2rem;
            height: 2rem;
            margin-right: .2rem;
            padding: .1rem;
            border-radius: 0.25rem;
            border: 1px #F7F7F7 solid;
            background-color: transparent;
            color: #022F40;
            -webkit-user-select: none;
            -moz-user-select: -moz-none;
            -ms-user-select: none;
        }

            .p-text-editor .p-editor-toolbar .p-editor-button:hover {
                color: #00AAAA;
                border-color: lightgray;
            }

            .p-text-editor .p-editor-toolbar .p-editor-button .fas {
                font-size: 1rem;
            }

    .p-text-editor .p-editor-text-box {
        min-width: 5rem;
        min-height: 1rem;
        border: 1px #4E75B3 solid;
        padding: 1rem;
        overflow: auto;
        border-radius: 0.25rem;
        background-color: white;
        white-space: pre-wrap;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: normal;
    }

        .p-text-editor.PrismReadonly,
        .p-text-editor .p-editor-text-box.PrismReadOnly {
            border: 1px solid darkgray;
            background-color: #f3f5f6;
            color: #4d6674;
        }

        .p-text-editor .p-editor-text-box ol {
            list-style: decimal;
            margin-left: 1rem;
            line-height: 1.5;
        }

        .p-text-editor .p-editor-text-box ul {
            list-style: disc;
            margin-left: 1rem;
            line-height: 1.5;
        }

        .p-text-editor .p-editor-text-box li {
            line-height: 1.5;
        }


        .p-text-editor .p-editor-text-box p {
            margin: 0px 0px 1rem 0px;
            text-align: left;
            text-indent: 0pt;
            padding: 0px 0px 0px 0px;
            line-height: 1.5;
        }


/*.wibField .p-editor-text-box {
    white-space: nowrap;
    min-height: 26px;
}*/
/* prism text editor - end */


/*--------------------------------------------------------------
left and bottom input messages, introduced in Application2
--------------------------------------------------------------*/
div.div.wibField.input-message-right, div.div.wibField.input-message-bottom {
    color: #4d6674;
    font-style: italic;
    margin-bottom: 0;
    padding-bottom: .5rem;
    min-height: 0;
}

div.div.wibField.input-message-right {
    max-width: 3in;
    margin-left: 1rem;
    display: block;
}
/* left and bottom input messages - end */


/*-------------------------------------------------------------
p-more "More Text"
--------------------------------------------------------------*/
.p-more,
.p-more.PrismFieldInstruction,
.p-more.PrismFieldSetInstruction,
.p-more.p-question-text { display: flex; }

    .p-more .p-more-toggle {
        color: blue; 
    }

        .p-more .p-more-toggle:hover { cursor: pointer; }

    .p-more .p-more-text,
    .p-more .p-more-text {
        overflow: hidden;
        margin-right: 1rem;
    }
    .p-more.PrismFieldInstruction .p-more-text,
    .p-more.PrismFieldSetInstruction .p-more-text {
        max-height: 1.5em; /* this is 1x line-height for instruction text*/
    }

    .p-more.p-question-text .p-more-text {
        max-height: 3rem; /* this is 2x line-height for instruction text*/
    }



.p-morechar .p-more-toggle span {
    color: blue;
    text-decoration: underline;
}
.p-morechar .p-more-toggle:hover { cursor: pointer; }

        /* p-more "More Text - end */

/*Start: 29566-Push some css and js to prism.css and prism.js*/
#LeftNavigationBarWrapper {
    width: 235px;
    overflow: hidden;
    overflow-y: scroll;
    height: 65rem;
}

#wizardSections .WizardView, #projectSections .ProjectView {
    position: relative;
}

    #wizardSections .WizardView .detail.bannerdates, #projectSections .ProjectView .detail.bannerdates {
        position: absolute;
        top: 20px;
        right: 0;
        display: flex;
    }

        #wizardSections .WizardView .detail.bannerdates .detailitem, #projectSections .ProjectView .detail.bannerdates .detailitem {
            margin-left: 10px;
        }

#wizardSections, #projectSections {
    overflow: auto;
    /*height: 0;*/
}

#LeftNavigationBar {
    padding-bottom: 0;
}

#ContentCell {
    padding-bottom: 0;
}

/*This uppernavg css is copied from uppernav css in Application Wizard page. Renamed as uppernavg as it was creating conflict with existing uppernav css*/
.uppernavg {
    background-color: #d4d69f;
    width: 100%;
    display: table;
    margin-bottom: 2px;
}
    .uppernavg .center {
        padding-top: 6px;
        padding-bottom: 10px;
        display: table-cell;
        width: 40%;
        text-align: center;
    }
        .uppernavg .center .uppernavgbuttons {
            display: flex;
            justify-content: center;
        }

            .uppernavg .center .uppernavgbuttons input {
                margin-left: 2px;
                margin-right: 2px;
            }
/*End: 29566-Push some css and js to prism.css and prism.js*/
/*#header { color: #ffffff; width: 100%; height: 89px; position: relative;  }*/

/* shrinking the header for application2 */
#header {
    color: #ffffff;
    width: 100%;
    height: 65px;
    position: relative;
}

.p-page-header {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    color: #022F40;
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

    .p-page-header ul {
        list-style: none;
        font-weight: 700;
    }

    .p-page-header li {
        display: inline-block;
    }

        .p-page-header li a {
            color: white;
            display: inline-block;
            padding: 0 18px;
            border:  1px;
        }


    .p-page-header .top-level {
        white-space: nowrap;
        position: absolute;
    }

        .p-page-header .top-level.prism-logo {
            left: 0;
            top: 0;
        }

            .p-page-header .top-level.prism-logo img {
                margin-left: 3px;
                width: 100px;
                height: auto;
            }

        .p-page-header .top-level.nav {
            left: 108px;
            bottom: 5px;
        }

            .p-page-header .top-level.nav ul {
                margin: 20px 0 0;
            }

        .p-page-header .top-level.right {
            right: 5px;
            bottom: 5px;
            text-align: right;
        }


    .p-page-header li.menu-sub-option {
        display: block;
        white-space: nowrap;
    }
        .p-page-header li.menu-sub-option a {
            padding: 5px 10px;
            font-weight: 400;
        }
        .p-page-header li.menu-sub-option .p-prism-support { padding: 0.5rem 0.625rem 0 0.625rem; }
        .p-page-header li.menu-sub-option .p-prism-support-item {
            padding: 0.3125rem 0.625rem 0 1.2410rem;
            font-weight: normal;
        }
            .p-page-header li.menu-sub-option .p-prism-support-item a {
                padding: 0;
                padding-bottom: 0.3125rem;
            }


    .p-page-header li a:hover {
        color: #45C1C1;
        cursor: pointer;
    }

    .p-page-header .sub-nav {
        display: inline-block;
        padding: 0;
        margin: 20px 0 0;
        list-style: none;
    }

    .p-page-header .dropdown {
        text-align: left;
    }

    .p-page-header .sub-nav a {
        color: #022F40;
    }

        .p-page-header .sub-nav a:hover {
            color: #45C1C1;
            cursor: pointer;
        }

    .help-link {
        font-weight: 700;
        color: white;
        margin-right: 5px;
        width: 11rem;
        text-align: center;
    }

    .p-page-header .sub-nav .user-menu {
        color: white;
    }

    .p-page-header .dropdown {
        position: relative;
    }

        .p-page-header .dropdown > a:after {
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: .255em;
            vertical-align: .255em;
            content: "";
            border-top: .3em solid;
            border-right: .3em solid transparent;
            border-bottom: 0;
            border-left: .3em solid transparent;
        }

        .p-page-header .dropdown > ul {
            display: none;
            position: absolute;
            right: 0;
            left: auto;
            list-style: none;
            background-color: white;
            margin: 10px 0 0;
            padding: 6px 0;
            border: 1px solid #DCDCDC;
            z-index: 150;
            min-width: 10rem;
        }

            .p-page-header .dropdown > ul li {
                display: block;
            }

            .p-page-header .dropdown > ul a {
                color: #0C3B67;
                padding: 3px 18px;
                display: block;
            }

        .p-page-header .dropdown .swb-version {
            color: black;
            padding: 3px 18px;
            font-weight: normal;
        }

.btn2018 {
    border-radius: 0.25rem;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
}

.btn2018 svg {
    vertical-align: top;
    height: 0.9375rem;
    margin-right: 0.25rem;
    margin-top: 0.0625rem;
}

.btn-secondary2018 {
    color: white;
    background-color: #5C728B;
    border: 0.0625rem solid #48596c;
}

.btn-secondary2018 svg {
    fill: white;
}

.btn2018:hover {
    opacity: .9;
    cursor: pointer;
}

/* lighten disabled buttons */
.btn2018.btn-disabled, .btn2018.btn-disabled:hover {
    opacity: .7;
    cursor: auto;
}

input.txt2018[type="text"] {
    border: 0.0625rem solid #DCDCDC;
    background-color: white;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    border-radius: 0.25rem;
    line-height: 1.3125rem;
    height: 2.4375rem;
    box-sizing: border-box;
    vertical-align: top;
}

input.txt2018, .btn2018 {
    border: 0.0625rem solid transparent;
    -webkit-box-shadow: 0rem 0rem 0.3125rem white;
    box-shadow: 0rem 0rem 0.3125rem white;
}

input.txt2018:focus, .btn2018:focus {
    border-color: #4D90FE;
    -webkit-box-shadow: 0rem 0rem 0.3125rem #4D90FE;
    box-shadow: 0rem 0rem 0.3125rem #4D90FE;
    outline: none;
}

/***************************************************************************************/
/* prism responsive web overview:
    #wrapper.prww - wide
    #wrapper.prwm - medium
    #wrapper.prwn - narrow 
        div.prwrow - a responsive web row
        div.prwrow.hdr - a responsive web heading row cell
        div.prwrow.dtl - a responsive web detail row
        div.prwrow.ftr - a responsive web footer row

    To enable the responsive web feature, add the following to the controller/action that produces the page.    
        ViewBag.ResponsiveWebCSSClass = "prwenabled prww";  // enable responsive web and set the default width class to "wide" (prww)
        ViewBag.SuppressXUACompatible = true;               // This feature wont work under IE9 X-UA-Compatible mode, so turn it off
*/
/***************************************************************************************/
/* #wrapper = The id of the topmost prism div, this should be the only descendant of the <body> element */
/* prww = prism responsive web wide */
/***************************************************************************************/
#wrapper.prww .prwarea {margin-bottom: 1rem;  } 
#wrapper.prww .d1 { white-space: nowrap; }
#wrapper.prww .rlwrapper { display: block; }
#wrapper.prww .rlwrapper2 { background-color: #bfc9d3; }
#wrapper.prww .prwrow { white-space: nowrap; }
#wrapper.prww .prwrow > div { display: inline-block; height: 100%; white-space: normal; overflow: hidden; border: none; padding: 2px; }
#wrapper.prww .prwrow > div.spamode,
#wrapper.prww .spamode { display: none; white-space: nowrap; }
#wrapper.prww .prwrow .rlsnone { max-width: 0; min-width: 0;width: 0; position: relative; overflow: visible; }
#wrapper.prww .prwrow .rltiny { max-width: .4in; min-width: .4in; }
#wrapper.prww .prwrow .rlsmall { max-width: .6in; min-width: .6in; }
#wrapper.prww .prwrow .rlsmed { max-width: 1in; min-width: 1in; }
#wrapper.prww .prwrow .rlsmed2 { max-width: 2in; min-width: 2in; }
#wrapper.prww .prwrow .rlswide { max-width: 3.5in; min-width: 3.5in; }
#wrapper.prww .prwrow .rlsxtrawide { max-width: 8in; min-width: 6in; }
#wrapper.prww .prwrow > div.PrismCurrency { width: 102px; }
#wrapper.prww input.PrismCurrency { width: 95px; text-align: right; }
#wrapper.prww .prwrow.alc  { min-height: 4.75rem; }
#wrapper.prww .prwrow.alc .PrismCurrency.ProgramFunding.funding {padding-top: 1.75rem;}
#wrapper.prww .prwrow.alc > div.hideallocation > * { display: none; }
#wrapper.prww .prwrow.alc div.wibField { white-space: normal; }
#wrapper.prww .prwrow.alc div.wibField .PrismFieldLabel { white-space: nowrap; font-weight: normal; }
#wrapper.prww .prwrow.alc div.ProgramFunding div.wibField .PrismFieldLabel { white-space:normal;}
#wrapper.prww .prwrow.alc div.wibField .wibSubLabel { display: none; }
/*three divs are requried to get "middle vertical alignment"*/
#wrapper.prww .prwrow.hdr { height: 45px; border: 1px solid #93a2b2; background: #93a2b2 url(/PRISM/Sponsor/Views/RankedList/Images/sprite.png) repeat-x 0 -852px; }
#wrapper.prww .prwrow.hdr > div { height: 100%; }
#wrapper.prww .prwrow.hdr > div > div { display: table; height: 100%; } 
#wrapper.prww .prwrow.hdr > div > div > div { display: table-cell; vertical-align: middle; }
#wrapper.prww .prwrow.hdr > div.ProjectName > div > div { width: 1in; }
/*three divs are requried to get "middle vertical alignment"*/
#wrapper.prww .prwrow.dtl {  display: table-row; }
#wrapper.prww .prwrow.dtl.textrow { display: block; } /* For batch edit text, notes */
#wrapper.prww .prwrow.dtl .wibField { display: block; min-height: auto; }
#wrapper.prww .prwrow.dtl .wibLabelTop, 
#wrapper.prww .prwrow.dtl .wibLineLabels, 
#wrapper.prww .prwrow.dtl .PrismInfoElement { display: none; }
#wrapper.prww .prwrow.dtl > div,
#wrapper.prww .prwrow.dtl > div > div,
#wrapper.prww .prwrow.dtl > div > div > div {display: table-cell;  vertical-align: top; }
#wrapper.prww .prwrow > div.ctr,
#wrapper.prww .prwrow > div.ctr > div,
#wrapper.prww .prwrow > div.ctr.rlsmall > div > div { width: .5in; text-align: center; }
#wrapper.prww .prwrow > div.ctr.rltiny > div > div { width: .35in; text-align: center; }
#wrapper.prww .prwrow.ftr { height: 25px; }
#wrapper.prww .prwrow.ftr > div { height: 100%; }
#wrapper.prww .prwrow.ftr > div > div { display: table; height: 100%; } 
#wrapper.prww .prwrow.ftr > div > div > div { display: table-cell; vertical-align: middle; }
#wrapper.prww .prwrow.ftr div { white-space: nowrap; }
#wrapper.prww .prwrow.ftr .ProjectName { overflow: visible; }
#wrapper.prww .prwrow.ftr .ProjectName > div { float: right; }
#wrapper.prww .prwrow.ftr .wibLabelTop, 
#wrapper.prww .prwrow.ftr .wibLineLabels, 
#wrapper.prww .prwrow.ftr .PrismInfoElement { display: none; }
#wrapper.prww .prwrow.remaining { height: 25px; }
#wrapper.prww .prwrow.remaining > div { height: 100%; }
#wrapper.prww .prwrow.remaining > div > div { display: table; height: 100%; }
/*#wrapper.prww .prwrow.remaining > div.hideallocation > div { display: none; }*/
#wrapper.prww .prwrow.remaining > div.hideallocation > * { display: none; }
#wrapper.prww .prwrow.remaining > div > div > div { display: table-cell; vertical-align: middle; }
#wrapper.prww .prwrow.remaining div { white-space: nowrap; }
#wrapper.prww .prwrow.remaining .AppSponsorMatchAmt { overflow: visible; }
#wrapper.prww .prwrow.remaining .AppSponsorMatchAmt > div { float: right; }
#wrapper.prww .prwrow.remaining .wibLabelTop, 
#wrapper.prww .prwrow.remaining .wibLineLabels, 
#wrapper.prww .prwrow.remaining .PrismInfoElement { display: none; }
#wrapper.prww .prwrow a { color: black; text-decoration: underline; }
#wrapper.prww .prwrow a:hover { cursor: pointer; }
#wrapper.prww .prwrow a.prismNote.t-icon { background-image: url(/PRISM/Sponsor/Content/Images/Note.png); background-repeat: no-repeat; height: 21px; width: 21px; }
#wrapper.prww .prwrow a.prismNote.t-icon.hasNoteText { background: url(/PRISM/Sponsor/Content/Images/NoteWData.png) no-repeat 0 0; }
/*.upperbuttons .wibField.btnSave { float: right; }
.upperbuttons .wibField.btnAdd { float: left; }*/
/*.lowerbuttons { position: relative; min-height: 28px; }*/
#wrapper.prww  .upperbuttons { position: absolute; top: 0; left: 0;z-index: 5000; } 
#wrapper.prww  .upperbuttons > div { display: table; height: 100%; }
#wrapper.prww  .upperbuttons > div > div { display: table-cell; vertical-align: middle; }
/*.lowerbuttons > div { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }*/





/*****************************************************************************
 jquery dialogs
******************************************************************************/
/* dialogs appear infront of the spinner, make sure you close the dialog when you are done with it... */
.p-common-dialog { z-index: 20000; }

.p-common-dialog.ui-dialog { padding: 0; border: 1px solid #93a2b2; /*ie8*/ -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

/* title bar */
.p-common-dialog .ui-dialog-titlebar { border: 0 none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; background: #93a2b2 url(/PRISM/Sponsor/Content/Images/sprite.png) repeat-x 0 -852px; padding-left: 5px; font-size: 14px; font-weight: normal; }
.p-common-dialog .ui-dialog-titlebar .ui-button.ui-state-default { border: 0 none; background: none; color: white; }
.p-common-dialog .ui-dialog-titlebar .ui-button.ui-state-default .ui-state-default .ui-icon { background-image: url(/PRISM/Sponsor/Areas/Common/Content/images/images/ui-icons_454545_256x240.png); }
.p-common-dialog .ui-dialog-titlebar .ui-button.ui-state-hover .ui-state-default .ui-icon { background-image: url(/PRISM/Sponsor/Areas/Common/Content/images/ui-icons_888888_256x240.png); }

/* content pane*/
.p-common-dialog.ui-dialog .ui-dialog-content { padding: 0; margin: 3px;  font-family: 'Source Sans Pro', sans-serif; font-size: 14px; }

/* buttons */
.p-common-dialog.ui-dialog  .ui-widget.ui-button {font-size: 14px;}
.p-common-dialog.ui-dialog .ui-dialog-buttonpane { text-align: center; border: 0 none; padding: 0; margin: 5px; }
.p-common-dialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: none; }
    .p-common-dialog.ui-dialog .ui-dialog-buttonpane .ui-widget.ui-button {
        margin: 0 2px 0 2px;
        min-width: 75px;
        padding: 4px 5px 5px 5px;
        font-size: 12px;
    }
/* set button colors*/
.p-common-dialog .ui-dialog-buttonpane .ui-widget.ui-button {
    background: #0C3B67 url(/PRISM/Sponsor/Content/Images/sprite.png) repeat-x 0 -560px;
    color: #ffffff;
}
    .p-common-dialog .ui-dialog-buttonpane .ui-widget.ui-button:hover {
        background-color: #265581;
        color: #ffffff;
        background-position: 0 -624px;
    }
.p-common-dialog .PrismFieldInstruction { margin-left: 0; }

/****************************************************************************************************************************
Dialog common flex pieces
*****************************************************************************************************************************/
.p-common-dialog .p-common-status-note.p-common-dialog-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.p-common-dialog .FlexItemWrapper { display: flex; flex-direction: column; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.p-common-dialog .FlexItem.ContentControls { flex-grow: 20; flex-shrink: 1; }
.p-common-dialog .wibField.ContentControls { display: flex; flex-direction: column; height: 100%; }
.p-common-dialog .wibField.ContentControls .wibInput { flex-grow: 20; flex-shrink: 1; height: 100%; }
.p-common-dialog .bwi.instrContentControls { padding: 0 3px 3px 3px; }
.p-common-dialog .textarea.wibField, 
.p-common-dialog .textarea.wibField .wibInput { width: 100%; height: 100%; }
.p-common-dialog textarea { resize: none; padding: 3px 4px 3px 4px; width: 100%; height: 100%; min-height: 0; 
                            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 
                            -moz-box-sizing: border-box; /* Firefox, other Gecko */ 
                            box-sizing: border-box; /* Opera/IE 8+ */ }

/****************************************************************************************************************************** 
   status note dialog (.p-common-status-note) 
 ******************************************************************************************************************************/
.p-common-dialog .p-common-status-note .StandardConditionsWrapper,
.p-common-dialog .p-common-status-note .NewStatusHistoryNoteWrapper {
    display: flex; flex-direction: column;
    position: absolute; top: 0; bottom: 2px; left: 0; right: 0;
    overflow: hidden;}
.p-common-dialog .p-common-status-note .StatusNoteFlexItem.NewStatusHistoryInstructionText { overflow: auto;  } /* allows the instruction text to scroll*/
.p-common-dialog .p-common-status-note .StatusNoteFlexItem.NewStatusHistoryTextArea { flex-grow: 20; flex-shrink: 1;   }
.p-common-dialog .p-common-status-note .instrNewStatusHistoryNote { width: 100%; height: 100%; overflow: auto; }
.p-common-dialog .p-common-status-note .PrismFieldSetInstruction { white-space: pre-line; }
.p-common-dialog .p-common-status-note textarea { min-height: 80px;} 
/* FireFox specific */
@-moz-document url-prefix() { 
    .p-common-dialog .wibInput textarea {  height: 99%; } 
} 
/* Chrome specific */ 
_:-webkit-any-link,  .p-common-dialog .p-common-status-note .StatusNoteFlexItem.NewStatusHistoryInstructionText {   max-height: 100px; }
_:-webkit-any-link,  .p-common-dialog .p-common-status-note .StatusNoteFlexItem.NewStatusHistoryTextArea { position: relative;   min-height: 80px;}  
_:-webkit-any-link,  .p-common-dialog .p-common-status-note .NewStatusHistoryNote.textarea.wibField, 
_:-webkit-any-link,  .p-common-dialog .p-common-status-note .NewStatusHistoryNote.textarea.wibField .wibInput { position: absolute;  top: 0; bottom: 0; left: 0; right: 0;  }
_:-webkit-any-link,  .p-common-dialog .p-common-status-note .ui-dialog-content.ui-widget-content   { overflow: hidden;} 


/****************************************************************************************************************************** 
   Review Note dialog
 ******************************************************************************************************************************/
.p-common-dialog .p-common-review-note .ReviewDialogFlexItemWrapper {  
    display: flex; flex-direction: column; 
    position: absolute; top: 0; bottom: 2px; left: 0; right: 0;
    overflow: hidden;}
.p-common-dialog .p-common-review-note .ReviewDialogFlexItem.ReviewDialogInstructionText { overflow: auto;  } /* allows the instruction text to scroll*/
.p-common-dialog .p-common-review-note .ReviewDialogFlexItem.ReviewDialogTextArea { flex-grow: 20; flex-shrink: 1;   }
/*
    Not sure how, but this line was interfering with the actual status note dialog.
    The review dialog doesn't use instrNewStatusHistoryNote, so I removed it.
    .p-common-dialog .p-common-review-note .instrNewStatusHistoryNote { width: 100%; height: 100%; overflow: auto; }
*/
.p-common-dialog .p-common-review-note .PrismFieldSetInstruction { white-space: pre-line; }
.p-common-dialog .p-common-review-note textarea { min-height: 80px;} 
/* FireFox specific */
@-moz-document url-prefix() { 
    .p-common-dialog .wibInput textarea {  height: 99%; } 
} 
/* Chrome specific */ 
_:-webkit-any-link,  .p-common-dialog .p-common-review-note .ReviewDialogFlexItem.ReviewDialogInstructionText {   max-height: 100px; }
_:-webkit-any-link,  .p-common-dialog .p-common-review-note .ReviewDialogFlexItem.ReviewDialogTextArea { position: relative;   min-height: 80px;}  
_:-webkit-any-link,  .p-common-dialog .p-common-review-note .ProgRptNoteDesc.textarea.wibField, 
_:-webkit-any-link,  .p-common-dialog .p-common-review-note .ProgRptNoteDesc.textarea.wibField .wibInput { position: absolute;  top: 0; bottom: 0; left: 0; right: 0;  }
_:-webkit-any-link,  .p-common-dialog .p-common-review-note .ui-dialog-content.ui-widget-content   { overflow: hidden;} 

/* jquery ui dialog drag handle */
.ui-dialog .ui-resizable-se {
    right: 0 !important;
    bottom: 0 !important;
    background-position: -64px -224px !important;
    height: 15px !important;
    width: 15px !important;
}

/****************************************************************************************************************************** 
   prismAlert dialog
 ******************************************************************************************************************************/
.p-common-dialog.prism-alert-dialog .p-common-dialog-content-outer {
    display: flex;
    align-items: center; /* dialog content vetically aligned in the center */
    justify-content: center;
    height: 100vh;
}

.p-common-dialog.prism-alert-dialog.p-customalert .p-common-dialog-content-outer {
    justify-content: unset !important;
    align-items: unset !important;
}
    .p-common-dialog.prism-alert-dialog.p-common-dialog-content-top .p-common-dialog-content-outer {
        align-items: flex-start; /* dialog content vetically aligned at the top */
    }

.p-common-dialog.prism-alert-dialog .p-common-dialog-content-outer .p-common-dialog-content {
    white-space: pre-wrap;
    padding: 1rem;
    line-height: 1.5rem;
    text-align: center;
    }

/****************************************************************************************************************************** 
   prismFindProject dialog
 ******************************************************************************************************************************/
.p-find-project-dialog .ui-autocomplete {
    min-height: 270px;
    max-height: 270px;
    min-width: 680px;
    max-width: 680px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
}

.p-find-project-dialog .p-find-project-dialog-select-btn {
    padding: 0 .5rem 1px .5rem;
    margin-left: .5rem;
}

/****************************************************************************************************************************** 
   route project dialog (.p-common-route-project-dialog) 
 ******************************************************************************************************************************/
.p-common-dialog .p-common-route-project-dialog .p-route-project-dialog-wrapper {
    left: .5rem;
    right: .5rem;
}

    .p-common-dialog .p-common-route-project-dialog .p-route-project-dialog-wrapper * {
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

.p-common-dialog .p-common-route-project-dialog .wibField .wibInput,
.p-common-dialog .p-common-route-project-dialog .textarea.wibField .wibInput {
    height: auto;
    width: auto;
}

.p-common-dialog .p-common-route-project-dialog .wibField {
    width: 100%;
    position: relative;
    min-height: 2.5rem;
    line-height: 2rem;
} 

    /* set column size and alingment for the labels on the left and the inputs on the right. */
    .p-common-dialog .p-common-route-project-dialog .wibField .wibLineLabels {
        width: 4rem;
        text-align: right;
        margin-top: 0;
    }

        .p-common-dialog .p-common-route-project-dialog .wibField .wibLineLabels .wibSubLabel {
            padding: 0;
        }

    .p-common-dialog .p-common-route-project-dialog .wibField .wibInput {
        position: absolute;
        left: 5rem;
        top: 0;
        right: 0;
        margin-top: 0;
    }

        .p-common-dialog .p-common-route-project-dialog .wibField .wibInput select {
            height: 2rem;
            padding: 3px 4px 3px 4px;
        }
        /*.p-common-dialog .p-common-route-project-dialog .wibField .wibInput input {
            width: 100%;
            padding: 3px 4px 3px 4px;
        }*/

    /*make the note take all of the space at the bottom of thead dialog*/
    .p-common-dialog .p-common-route-project-dialog .wibField.RouteToNote {
        flex-grow: 1;
    }

        .p-common-dialog .p-common-route-project-dialog .wibField.RouteToNote .wibInput {
            height: 100%;
        }

            .p-common-dialog .p-common-route-project-dialog .wibField.RouteToNote .wibInput textarea {
                height: 100%;
                width: 100%;
            }

.p-common-dialog .p-common-route-project-dialog .instrRouteTo .PrismFieldSetInstruction {
    padding-top: .5rem;
    padding-bottom: .5rem;
}


/****************************************************************************************************************************** 
   routing historydialog (.p-common-route-project-history-dialog) 
 ******************************************************************************************************************************/
.p-common-dialog .p-common-route-project-history-dialog .p-route-project-history-dialog-wrapper .gbxRoutingHistory .historytable td:last-child { white-space: pre-line; }
.p-common-dialog .p-common-route-project-history-dialog .p-route-project-history-dialog-wrapper .gbxRoutingHistory .historytable td { vertical-align: top; white-space: nowrap; }
.p-common-dialog .p-common-route-project-history-dialog .p-route-project-history-dialog-wrapper .gbxRoutingHistory .historytable th {color: #0C3B67;background-color: #D2D8DF;}
.p-common-dialog .p-common-route-project-history-dialog .p-route-project-history-dialog-wrapper .gbxRoutingHistory .historytable td,
.p-common-dialog .p-common-route-project-history-dialog .p-route-project-history-dialog-wrapper .gbxRoutingHistory .historytable th { padding: .5rem;}

.p-common-dialog .p-common-route-project-history-dialog .p-route-project-history-dialog-wrapper .gbxRoutingHistory .PrismLeftAlignedColumn { text-align: left; }
.p-common-dialog .p-common-route-project-history-dialog.p-common-dialog-content { overflow: auto; }
.p-common-dialog .p-common-route-project-history-dialog .p-route-project-history-dialog-wrapper .gbxRoutingHistory .historytable { border-collapse:collapse; }
.p-common-dialog .p-common-route-project-history-dialog .p-route-project-history-dialog-wrapper .gbxRoutingHistory .historytable tbody tr:nth-child(even) { background-color: #EEEEEE; }


/****************************************************************************************************************************** 
   Standard Conditions dialog
 ******************************************************************************************************************************/
.p-standard-conditions-dialog.p-common-dialog-content {
    margin: 0;
    white-space: pre-line;
    position: absolute;
    top: 1rem;
    bottom: .5rem;
    left: 1rem;
    right: 1rem;
    overflow: hidden;
}

.p-standard-conditions-dialog.p-common-dialog-content .standard-conditions-wrapper {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.p-standard-conditions-dialog.p-common-dialog-content .standard-condition-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.p-standard-conditions-dialog.p-common-dialog-content .standard-condition-option.selectable {
    width: 100%;
    padding: 0.5rem 1rem;
}

.p-standard-conditions-dialog.p-common-dialog-content .standard-condition-option.selectable:hover {
        color: #00AAAA;
        fill: #00AAAA;
        cursor: pointer;
    }

/****************************************************************************************************************************** 
   Standard Comments dialog
 ******************************************************************************************************************************/
.p-standard-comments-dialog.p-common-dialog-content {
    margin: 0;
    white-space: pre-line;
    position: absolute;
    top: 1rem;
    bottom: .5rem;
    left: 1rem;
    right: 1rem;
    overflow: hidden;
}

    .p-standard-comments-dialog.p-common-dialog-content .standard-comments-wrapper {
        display: flex;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .p-standard-comments-dialog.p-common-dialog-content .standard-comments-list {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .p-standard-comments-dialog.p-common-dialog-content .standard-comments-option.selectable {
        width: 100%;
        padding: 0.5rem 1rem;
    }

        .p-standard-comments-dialog.p-common-dialog-content .standard-comments-option.selectable:hover {
            color: #00AAAA;
            fill: #00AAAA;
            cursor: pointer;
        }


/****************************************************************************************************************************** 
   agreement condition add ons dialog
 ******************************************************************************************************************************/
.p-agreement-condition-add-on-dialog.p-common-dialog-content {
    margin: 0;
    white-space: pre-line;
    position: absolute;
    top: 1rem;
    bottom: .5rem;
    left: 1rem;
    right: 1rem;
    overflow: hidden;
}

    .p-agreement-condition-add-on-dialog.p-common-dialog-content .p-agreement-condition-add-on-wrapper {
        display: flex;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .p-agreement-condition-add-on-dialog.p-common-dialog-content .agreement-condition-add-on-list {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .p-agreement-condition-add-on-dialog.p-common-dialog-content .agreement-condition-add-on-option.selectable {
        width: 100%;
        padding: 0.5rem 1rem;
    }

        .p-agreement-condition-add-on-dialog.p-common-dialog-content .agreement-condition-add-on-option.selectable:hover {
            color: #00AAAA;
            fill: #00AAAA;
            cursor: pointer;
        }


/* misc tables*/
.p-common-dialog.cr-review-status-history-dialog .p-common-dialog-content {
    overflow-y: auto;
}

.p-common-dialog.cr-review-status-history-dialog table {
    border-width: 0;
    border-collapse: collapse;
    position: relative;
    width: 100%;
}

.p-common-dialog.cr-review-status-history-dialog table th {
    background-color: #f3f5f6;
    position: sticky;
    top: 1px;
}

    .p-common-dialog.cr-review-status-history-dialog table th,
    .p-common-dialog.cr-review-status-history-dialog table td {
        border-collapse: collapse;
        border-width: 0;
        border-style: hidden;
font-size: 1rem;
        font-family: 'Source Sans Pro', sans-serif;
        text-align: left;
        font-weight: normal;
        padding: .25rem 1rem .25rem 1rem;
        text-align: left;
    }

/*.p-common-dialog.cr-review-status-history-dialog .t-grid-header .t-header {
   
    border-width: 0;
    border-style: hidden; 
}
*/
.prismModal {
    font-family: 'Source Sans Pro', sans-serif;
    color: #022F40;
    font-size: 16px;
}


.prismModalback {
    position: absolute;
    z-index: 15000;
    height: 100%;
    width: 100%;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: Black;
    opacity: 0.1;
    -moz-opacity: 0.1;
}

.prismModalfront {
    position: absolute;
    z-index: 15002;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
}

div.prismModalcontent {
    border: 1px solid darkgray;
    z-index: 15003;
    margin: 300px auto;
    padding: 10px;
    background-color: White;
    border-radius: 10px;
    width: 300px;
    max-height: 5.25rem;
}

table.prismModalcontent {
    max-height: 3.25rem;
}

tr.prismModalcontent {
    background-color: White;
    max-height: 3.25rem;
}

img.prismModalcontent {
    height: 45px;
    width: 45px; 
}

td.prismModalcontent {
    color: black;
    padding: 10px;
    max-height: 3.25rem;
}


[data-title] { 
    position: relative; 
}
.show-title[data-title]:hover::before {
    content: attr(data-title);
    max-width: 30rem;
    display: none;
    padding: .5em;
    border: 1px solid lightgray;
    border-radius: 2px;
    background: #F7F7F7;
    white-space: normal;
    color: #435366;
    font-size: .9rem;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.1rem;
    overflow: auto;
    z-index: 1;
}
.show-title.p-title-pos-tl[data-title]:hover::before ,
.show-title.p-title-pos-tr[data-title]:hover::before {
    position: absolute;
    display: inline-block;
    top: 4rem;
    left: 0;
}
.show-title.p-title-pos-bl[data-title]:hover::before ,
.show-title.p-title-pos-br[data-title]:hover::before {
    position: absolute;
    display: inline-block;
    bottom: 3rem;
    left: 0;
} 
/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/*
    IMPORTANT
    Changes made here will affect the changelog grid in
    both Application Wizard and Review.  If you make Review
    specific changes here, it will probably mess up the 
    change log in Application Wizard.

    Please make the Review specific Change Log changes
    in ChagneLogReview.css!
*/

/* buttons to show the ChangeLogDialog */
.fas.fa-history {
    color: #f4a57a;
}

    .fas.fa-history:hover {
        cursor: pointer;
        color: #fdac36;
    }

.uppernav .right .uppernavbuttons .fas.fa-history {
    padding-left: .3rem;
    padding-right: .3rem;
}

.btnShowChangeLogDialog.p-metric-show-change-log {
    margin-left: .5rem;
    font-size: smaller;
}

.fact-sheet-change-icon button.btnShowChangeLogDialog {
    background-color: transparent;
}

/* most of the system hides or shows the change log button via ShowChangeIconInd, but 
    it was too complicated to work that into metrics procsessing, so loading metrics includes an extra step to 
    remove .p-metric-no-changes from metric rows that shoudl show the button.*/
.p-metric-show-change-log.p-metric-no-changes {
    display: none;
}

/* hide all change log buttons when in report mode */
.reportmode .btnShowChangeLogDialog,
.reportmode .fact-sheet-change-icon {
    display: none;
}
/* hide all change log buttons when the user hides them */
.hide-change-flags .btnShowChangeLogDialog,
.hide-change-flags .reportmode .fact-sheet-change-icon {
    display: none;
}



/* change log filter template */
.p-change-log-filter-dialog.p-common-dialog-content .wibLabelLeft.PrismFieldLabel {
    min-width: 6rem;
    text-align: right;
}

    .p-change-log-filter-dialog.p-common-dialog-content .wibLabelLeft.PrismFieldLabel .PrismFieldLabel {
        font-weight: normal;
    }

.p-change-log-filter-dialog.p-common-dialog.ui-dialog .ui-dialog-content {
    font-size: 1rem;
}

    .p-change-log-filter-dialog.p-common-dialog.ui-dialog .ui-dialog-content .instrChangeLogFilterInstructions .PrismFieldSetInstruction {
        padding-bottom: 1rem;
    }





/* change log grid template */
.p-common-changelog-wrapper table {
    border: 0 white;
    border-collapse: collapse;
    width: 100%;
}
 
    .p-common-changelog-wrapper .t-widget {
        font-size: 1rem;
    }

.p-common-changelog-wrapper .cbChangeLogFilter .lbl {
    display: none;
}

.p-common-changelog-wrapper .instrChangeLogGridInstructions .PrismFieldSetInstruction {
    padding-bottom: 1rem;
}


/* tool bar */
.p-common-changelog-wrapper .t-grid-header .p-changelog-toolbar .t-header {
    background-color: white;
    border: none;
    vertical-align: auto;
}

.p-common-changelog-wrapper .p-changelog-toolbar th .p-changelog-toolbar-buttons {
    display: flex;
}

    .p-common-changelog-wrapper .p-changelog-toolbar th .p-changelog-toolbar-buttons .t-grid .t-button {
        margin-left: 0;
        margin-right: .4rem;
    }

/* tool bar buttons */
.p-common-changelog-wrapper .p-changelog-toolbar th,
.p-common-changelog-wrapper .p-changelog-toolbar th .cbChangeLogFilter {
    background-image: none;
    background-color: white;
    border: 0 white;
}

    .p-common-changelog-wrapper .p-changelog-toolbar th .wibInput {
        margin-right: .2em
    }

    .p-common-changelog-wrapper .p-changelog-toolbar th .cbChangeLogFilter {
        padding: 0;
    }

        .p-common-changelog-wrapper .p-changelog-toolbar th .cbChangeLogFilter.btn-primary {
            padding: 3px 6px;
        }

    .p-common-changelog-wrapper .p-changelog-toolbar th .btnExpandAllChangeLogRows.t-button {
        margin-left: 0;
        margin-right: 0;
        width: 8rem;
    }

.p-common-changelog-wrapper .p-changelog-user-filter .p-changelog-toolbar th .cbChangeLogFilter {
    color: #f4a57a;
}

/* general grid */
.p-common-changelog-wrapper.p-changelog-initializing {
    display: none;
}
.p-common-changelog-wrapper .p-changelog-initializing {
    display: none;
}

.p-common-changelog-wrapper td.p-changelog-no-data {
    background-color: white;
    border-style: none;
    border-width: 0;
    padding-left: 0;
}

.p-common-changelog-wrapper td {
    white-space: nowrap;
    vertical-align: top;
}

    .p-common-changelog-wrapper td.identifyingdata,
    .p-common-changelog-wrapper td.changelogvalue-value {
        white-space: normal
    }

/* the From/To grid shown in the detail row*/
.p-common-changelog-wrapper table.changelogvalues {
    border: 1px solid;
    margin-bottom: 1rem;
}

    .p-common-changelog-wrapper table.changelogvalues .changelogvalue-label {
        max-width: 3rem;
    }

    .p-common-changelog-wrapper table.changelogvalues td.changelogvalues {
        padding: 0;
    }

    .p-common-changelog-wrapper table.changelogvalues .changelogvalue-value {
        width: 99%;
        word-wrap: break-word;
        word-break: break-all;
    }

/* when the changelog grid is shown in a dialog */
/* hide the page column when shown in a dialog */
.p-common-dialog.p-change-log-dialog th.page,
.p-common-dialog.p-change-log-dialog td.page {
    display: none;
}

