﻿/**********=TYPOGRAPHY EXTENSIONS**********/
/*#region HeadingExtensions */

h1 .required, h2 .required, h3.required,
h1 .updated, h2 .updated, h3.updated,
h1 .visible, h2 .visible, h3.visible { background-position: 0 0; }


/***=content header h1***/
.content-header > h1 {
	color: #333131;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0;
	overflow: hidden;
	padding: 0.34em 2.1em 0.42em 0;
	text-indent: 0.5em;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*=content header icons*/
.col-master.portfolio .content-header > h1:before,
.col-detail.portfolio .content-header > h1:before,
.col-master.manual .content-header > h1:before,
.col-master.assessment .content-header > h1:before,
.col-detail.manual .content-header > h1:before,
.col-master.form .content-header > h1:before,
.col-detail.form .content-header > h1:before {
	background-image: url(../images/ui/ui-icons-black.png);
	background-repeat: no-repeat;
	border-right: 1px solid #fff;
	content: "";
	float: left;
	height: 24px;
	margin-right: 0;
	width: 24px;
}
			
.col-master.portfolio .content-header > h1:before { background-position: 50% -36px; }
.col-detail.portfolio .content-header > h1:before { background-position: 50% -644px; }
.col-master.manual .content-header > h1:before { background-position: 50% -836px; }
.col-master.assessment .content-header > h1:before,
.col-detail.manual .content-header > h1:before { background-position: 50% -708px; }
.col-master.form .content-header > h1:before { background-position: 50% -836px; }
.col-detail.form .content-header > h1:before { background-position: 50% -1380px; }
			
/* Overrides */
.col-detail.portfolio div.col-header > h1 { float: left; }


/***=master list heading***/
.master-list-heading {
	background: #fff;
	color: #2d2e2e;
	font-size: 2rem;
	font-weight: 300;
	margin: 0;
	padding: 0.6em 0;
	position: relative;
}
.master-list-heading input[type="checkbox"] { vertical-align: middle; }
.master-list-heading label {
	color: #7f8c8c;
	font-size: 1.2rem;
	font-weight: 500;
	vertical-align: middle;
}
.master-list-heading > a {
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 2px;
}

.master-list-heading.include-inactive {
	background: transparent;
	height: auto;
	padding: 0.25em 0.75em;
	text-transform: none;
}

.text-lowercase { text-transform: lowercase; }
.text-uppercase { text-transform: uppercase; }
.text-capitalize { text-transform: capitalize; }

/***=type headings (extends headings)***/
.type-heading {
    background-image: url(../images/ui/ui-icons-black.png);
    background-repeat: no-repeat;
    padding-left: 2.34em;
}
.type-heading.master-list-heading { background-image: url(../images/ui/ui-icons-white.png); }
.heading-upcoming { background-position: 5px -96px; }
.heading-courses { background-position: 5px -768px; }
.heading-comments { background-position: 5px -132px; }
.heading-folders { background-position: 5px -516px; }
.heading-toc { background-position: 5px -612px; }
.heading-page { background-position: 5px -644px; }
.heading-mailboxes { background-position: 5px -1604px; }
.heading-members { background-position: 5px -834px; }
.heading-inbox { background-position: 5px -964px; }
.heading-security { background-position: 5px -1636px; }
.heading-portfolio { background-position: 5px -36px; }
.heading-advisor { background-position: 5px -164px; }
.heading-assignment-standard { background-position: 5px -740px; }
.heading-assignment-collab { background-position: 5px -1284px; }
.heading-assignment-manual { background-position: 5px -2276px; }
.heading-instrument { background-position: 5px -708px; }
.heading-form { background-position: 5px -1156px; }
.heading-document { background-position: 5px -1190px; }

/*#endregion*/


/***=bulleted list (extends ul)***/
.bulleted-list {
	list-style: disc;
	padding-left: 2.5em;
}
.bulleted-list li { margin-bottom: 0.28em; }


/**********=TYPOGRAPHY EXTENSIONS (end)**********/


/**********=TABLE EXTENSIONS**********/
/*#region InstrumentEditorTable */

/***=instrument editor table (extends table)***/
.i-edit-table {
	font-size: 1.2rem;
	margin-bottom: 1em;
	width: 100%;
}
.i-edit-table td, .i-edit-table th { border-top: 3px solid #fff; }
.i-edit-table thead th { padding-bottom: 10px; }
.i-edit-table em { color: #94938f; }

/*=perf levels*/
.i-edit-perf-level {
	font-size: 1.4rem;
	min-width: 160px;
	padding: 0 5px 0 0;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.i-edit-perf-level .action-links { top: 4px; }
/*=score*/
.i-edit-perf-level-score {
	background-color: #fff;
	border: 2px solid #1FA286;
	border-radius: 1.8rem;
	color: #2D2E2E;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2.67;
	margin: 0 4px 0 0;
	text-align: center;
	min-width: 3.2rem;
}
/*=label*/
.i-edit-perf-level-label {
	color: #2D2E2E;
	display: inline-block;
	font-weight: 100;
	line-height: 2.28;
	padding-top: 3px;
}

/*=criterion name*/
.i-edit-criterion-name, .i-edit-criterion-name.toggle-panel {
	background: #5bbb61;
	text-align: left;
	vertical-align: top;
	width: 238px;
}
.i-edit-criterion-name h3 {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 100;
	line-height: 1.9;
	margin: -5px 0 0;
	max-width: 216px;
	padding: 0 5px 0 0;
	word-wrap: break-word;
}
    .i-edit-criterion-name .mini-score { line-height: 1rem; }
.i-edit-criterion-name .toggle-panel { margin: 0; }
.i-edit-criterion-name .toggle-panel-content p {
	font-size: 1.1rem;
	line-height: 1.2;
}

/*=criterion level*/
.i-edit-criterion-level {
	background: #eef0f1;
	line-height: 1.3;
	vertical-align: top;
}
.i-edit-criterion-level:hover { background: #fff; }
.i-edit-criterion-level .action-links {
	right: 1px;
	top: 1px;
}

.i-edit-criterion-level-name { font-size: 1.3rem; font-weight: 700; }
.i-edit-criterion-level-text { clear: left; padding-left: 30px; padding-top: 0.5em; }

.i-edit-criterion .equalizer { border-right: 1px solid #fff; }
.i-edit-criterion-wrapper { padding: 38px 8px 38px; }
.i-edit-criterion-wrapper:hover .action-links, .i-edit-criterion-wrapper:focus .action-links { display: block; }
/*.i-edit-criterion-name .i-edit-criterion-wrapper { padding-left: 0; }*/
.i-edit-criterion .toggle-panel-content {
	position: relative;
	z-index:  200;
}

/*=edit links*/
.i-edit-links td {
	background: #5bbb61;
	border: none !important;
	padding: 8px;
}
.i-edit-links h4, .i-edit-links p {
	color: #fff;
	font-weight: 300;
}


/*#endregion*/


/***=formula editor (extends i-edit-table/table)***/
.formula-editor .i-edit-criterion-wrapper { padding: 15px; }
.formula-editor .i-edit-criterion-wrapper:hover .action-links, .formula-editor .i-edit-criterion-wrapper:focus .action-links { display: none; }

/*=criterion name*/
.formula-editor .i-edit-criterion-name .i-edit-criterion-wrapper { padding-left: 20px; }
.formula-editor .i-edit-criterion-name .toggle-panel { padding: 40px 0 0 10px; }
.formula-editor .i-edit-criterion-name:hover .action-links, .formula-editor .i-edit-criterion-name:focus .action-links { display: block; }

/*=criterion level*/
.formula-editor .i-edit-criterion-level:hover { background: #eef0f1; }


/***=checklist editor (extends i-edit-table/table)***/
.score-note { border: 1px solid rgba(100,100,100,0.5); border-radius: 5px; display: block; font-size: 1.4rem; padding: 1em; }

/*=criterion name*/
.checklist-editor .i-edit-criterion-name h3 { margin: 0; }

/*=criterion level*/
.checklist-editor .i-edit-criterion-level:hover { background: #eef0f1; }


/***=additive editor (extends i-edit-table/table)***/
/*=n/a header*/
.additive-editor .i-edit-na {
	border-bottom: 0;
	color: #fff;
	padding-bottom: 0;
	vertical-align: bottom;
}
.i-edit-na > * {
	border-bottom: 1px solid #fff;
	padding: 6px 4px;
	text-align: center;
}
.i-edit-na .na-lbl { background: #302a2b; }
.i-edit-na .na-arrow {
	background-color: #8f9b9d;
	font-size: 1.6rem;
}

/*=n/a choice*/
.additive-editor .na-choice {
	text-align: center;
	vertical-align: middle;
}

/**********=TABLE EXTENSIONS (end)**********/


/**********=FORM ELEMENT EXTENSIONS*********/
.input-highlight {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 5px;
}
/**********=FORM ELEMENT EXTENSIONS (end)*********/


/**********=BLOCK EXTENSIONS**********/
/***=simple border (extends block)***/
.simple-border {
	border: 1px solid #f2f2f2;
	padding: 1.5rem;
}


/***=media (extends block)***/
.media, .bd { overflow: hidden; }
.media .img, .media .featured {
	float: left;
	margin-right: 1.2rem;
}
.media.keep-it-tight .img { margin-right: 0; }
.user-search-wrap .media .img { margin-right: 0.4rem; }
.media .img img { display: block; }
.media .img-ext, .media .featured-ext {
	float: right;
	margin-left: 1.2rem;
	margin-right: 0;
}


/***=headline (extends block)***/
.headline {
	color: #363636;
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1.1;
	margin: 0 0 0.28em;
}


/***=lead paragraph(s) (extends block)***/
.lead, .lead p {
	color: #929292;
	font-size: 2rem;
	line-height: 1.3;
}


/***=section content (extends block)***/
.section-content {
	border-top: 2px solid #eee;
	margin: 28px 0;
	padding: 25px 0 1px;
}
.content-body .section-content {
	margin-left: -16px;
	margin-right: -16px;
	padding-left: 16px;
	padding-right: 16px;
}
.section-content > header { padding-bottom: 10px; }
.section-content h1 {
	color: #333;
	font-size: 2.7rem;
	margin: 0;
}
.section-content p, .section-content .bulleted-list {
	color: #696969;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 0.9em;
}
.section-content .img-ext { margin-left: 20px; }


/***=feature (extends media & block)***/
.feature { padding: 10px 20px 20px; }
.feature .img-ext { margin-left: 20px; }
.feature h2 {
	color: #888;
	font-size: 2.5rem;
	margin: 0.16em 0 0.8em;
}


/***=source critera (extends block)***/
.source-criteria {
	border: 1px solid #dddee2;
	margin-bottom: 15px;
	padding: 30px 15px;
	position: relative;
}
.source-criteria:hover { background: #fff; }
.formula-editor .source-criteria:hover .action-links { display: block; }

.source-criteria .node { background-color: #fff; }
.source-criteria .descendant > .node {
	position: relative;
	z-index: 10;
}
.source-criteria .node .inst-name { color: #7F8C8C; font-weight: 500; }

.node-info-wrap {
	font-size: 1.3rem;
	margin-top: -1.75em;
	position: relative;
	z-index: 10;
}
.node-info { margin-left: 3em; }
.node-info:first-child { margin-left: 0; }
.node-info .info-lbl {
	display: block;
	margin-bottom: 0.5em;
}
.node-info .info-val {
	background: #8f9d9e;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	line-height: 1.1;
	padding: 0.5em 1.15em;
}


.connector {
	border-top: 1px dashed #abb4b4;
	bottom: 13px;
	height: 1px;
	left: 8px;
	position: absolute;
	width: 97%;
	z-index: 1;
}


/***=keyword/keyphrase pair highlight (extends block)***/
.keyword {
	background: rgb(219,243,255);
	background: -moz-linear-gradient(top,  rgba(219,243,255,1) 0%, rgba(183,224,246,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(219,243,255,1) 0%,rgba(183,224,246,1) 100%);
	background: -ms-linear-gradient(top,  rgba(219,243,255,1) 0%,rgba(183,224,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(219,243,255,1) 0%,rgba(183,224,246,1) 100%);
	border-color: #76c3eb;
	-webkit-box-shadow: inset 0 0 4px rgba(255, 255, 255, 1.0);
	box-shadow: inset 0 0 4px rgba(255, 255, 255, 1.0);
	color: #000;
	font-weight: 500;
}

.keyphrase {
	background: #fff;
	color: #2D2E2E;
}

.kw-kp {
	border: 1px solid #59696B;
	border-radius: 0;
	clear: left;
	font-size: 1.1rem;
	line-height: 1.64;
	margin-bottom: 5px;
	padding: 0 0.73em;
	position: relative;
	white-space: nowrap;
	z-index: 100;
}

.kw {
	background: #59696B;
	border-radius: 12px;
	color: #fff;
	font-weight: 500;
	text-shadow: 0 0 2px rgba(50,50,50,0.35);
}
.kp {
	background: #fff;
	border-radius: 12px;
	color: #2D2E2E;
	font-weight: 700;
}
.kw-kp-connector {
	background: #59696b;
	height: 1px;
	left: 8px;
	position: absolute;
	width: 105%;
}


/***=content editable***/
*[contenteditable=true] { border: 1px dotted rgba(0,50,150,0.0); }
*[contenteditable=true]:hover { border: 1px dotted rgba(0,50,150,0.4); }
.editing, .editing:hover {
	background: #fff;
	padding: 0.3em;
	border: 1px dotted rgba(0,50,150,0.9);
}


/***=link diagram (extends block)***/
.link-diagram { margin-top: 2em; }

/*=link diagram branch*/
.link-diagram-branch {
	border-left: 1px solid #000;
	padding-bottom: 12px;
}
.link-diagram-branch.first, .link-diagram-branch:first-child { padding-top: 12px; }
.link-diagram-branch.last, .link-diagram-branch:last-child { border-left: none; }

/*=link diagram node*/
.link-diagram-node {
	margin-left: 12px;
	position: relative;
	top: -13px;
}
.link-diagram-node:before {
	border-bottom: 1px solid #000;
	content: "\25CF";
	font-size: 1.2rem;
	height: 13px;
	left: -12px;
	line-height: 2.6;
	position: absolute;
	text-indent: 0.75em;
	top: 0;
	width: 12px;
	z-index: 10;
}
.link-diagram-node.kw-link:before {
	border-color: #75bc8a;
	color: #75bc8a;
}


/***=node (extends block)***/
.node {
	background-color: #eef0f1;
	border: 1px solid #bfc3c8;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.1;
	padding: 0.5em 0.65em;
}

.empty {
	background-color: #fff;
	border: 1px dashed #f58650;
	color: #000;
	font-weight: 100;
}

.descendant .node { background-color: #fff; }

.outcome-node, .instrument-node, .toc-node {
	color: #fff;
	margin-left: 18px;
}
.outcome-node {
	background-color: #327ebe;
	border-color: #327ebe;
}
.instrument-node {
	background-color: #1fa286;
	border-color: #1fa286;
}
.toc-node {
	background-color: #364860;
	border-color: #364860;
}
.outcome-node:before, .instrument-node:before, .toc-node:before {
	background: #fff;
	border: 2px solid #327ebe;
	border-radius: 22px;
	color: #59696b;
	content: "O";
	font-size: 1rem;
	font-weight: 700;
	height: 22px;
	left: 1px;
	line-height: 2.2;
	position: absolute;
	text-align: center;
	top: 1px;
	width: 22px;
	z-index: 0;
}
.instrument-node:before {
	border-color: #1fa286;
	content: "I";
}
.toc-node:before {
	border-color: #364860;
	content: "T";
}

.link-diagram-node .node { cursor: default; }


/***=permission icons (extends block)***/
.perm-icon {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	border-radius: 3px;
	display: inline-block;
	height: 18px;
	line-height: 1;
	margin: 0 5px;
	overflow: hidden;
	padding: 0;
	text-indent: 100%;
	vertical-align: middle;
	white-space: nowrap;
	width: 18px;
}
.perm-icon + .perm-icon { margin-left: 0; }
.uGuest { background-image: url(../images/users/user-role-guest.png); }
.uGuest.has-work { background-image: url(../images/users/guest-has-work.png); }
.u101 { background-image: url(../images/users/user-role-teacher.png); }
.u201 { background-image: url(../images/users/user-role-advisor.png); }
.u301, .u-301 { background-image: url(../images/users/user-role-assessor.png); }
.u401 { background-image: url(../images/users/user-role-student.png); }
.u501 { background-image: url(../images/users/user-role-author.png); }
.u601 { background-image: url(../images/users/user-role-instructor.png); }
.u701, .u-701 { background-image: url(../images/users/user-role-admin.png); }
.u801 { background-image: url(../images/users/user-role-superadmin.png); }
.u901 { background-image: url(../images/users/user-role-report.png); }
.u1001 { background-image: url(../images/users/user-role-subadmin.png); }
.u1101 { background-image: url(../images/users/user-role-deptreport.png); }
.u1201 { background-image: url(../images/users/user-role-clerical.png); }
.u1301 { background-image: url(../images/users/user-role-developer.png); }
.u1401 { background-image: url(../images/users/user-role-peerassessor.png); }
.u1501 { background-image: url(../images/users/user-role-api.png); }
.u1601 { background-image: url(../images/users/user-role-flex.png); }


/***=override (extends block)***/
.override {
	background: none repeat scroll 0 0 #9D7E21;
	color: #fff;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.8rem;
	line-height: 1;
	position: absolute;
	right: -3px;
	text-transform: uppercase;
	top: -3px;
}
.override-as { background: #135371; }
.override-cl { background: #900101; }
.override-ro { background: #943e14; }
.override + .override {
	bottom: -3px;
	top: auto;
}
.override + .override + .override {
	bottom: auto;
	left: -3px;
	right: auto;
	top: -3px;
}
.override + .override + .override + .override {
	bottom: -3px;
	left: -3px;
	right: auto;
	top: auto;
}


/***=mini score box (extends block)***/
.mini-score {
	background-color: #616b72;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0.6em 0 0;
	min-width: 24px;
	padding: 0.5em 0;
	text-align: center;	
	text-shadow: 0 0 2px #000;
}
.mini-score.ep4-tip {
	background-color: #2D2E2E;
	cursor: pointer;
	font-weight: 500;
	opacity: 0.6;
}
.mini-score.ep4-tip:hover, .mini-score.ep4-tip:focus { opacity: 1.0; }


/***=default text (extends block)***/
.default-text {
	color: #8d8e90;
	font-size: 2.6rem;
	font-weight: 100;
}
.tocs-picklist .default-text { padding: 1em; }
.default-text strong {
	color: #7d7e70;
	font-weight: 500;
}


/*#region IdentityBarBlocks */

/***=identity bar logo (extends block)***/
.identity-bar-logo { padding-top: 2.3rem; }
.identity-bar-logo img { display: block; }


/***=inbox count (extends block)***/
.inbox-count {
	background: #2a76b0;
	border-radius: 10px;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	height: 1.8rem;
	left: -0.7rem;
	line-height: 1.8;
	min-width: 1.8rem;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 3px rgba(46,78,119,0.9);
	top: 2.8rem;
	z-index: 1;
}


/***=inbox button (extends block)***/
.inbox-button {
	color: #2d2e2e;
	display: block;
	font-size: 2.4rem;
	height: 9.6rem;
	line-height: 4;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-indent: 100%;
	width: 2.4rem;
}
.inbox-button [class^="icon-"] {
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 3.6rem;
}


/***=portrait (extends block)***/
.portrait {
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 2.4rem;
	display: block;
	height: 4.8rem;
	line-height: 4.8rem;
	width: 4.8rem;
	overflow: hidden;
}

/*#endregion*/


/***=push menu trigger (extends block)***/
.mp-menu-trigger {
	background: #231F20;
	border-top: 96px solid #fff;
	box-sizing: border-box;
	color: #7f8c8c;
	font-size: 2rem;
	height: 100%;
	left: 0;
	line-height: 4.8;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 0;
	transition: color 0.3s ease;
	width: 72px;
	z-index: 1;
}
.mp-menu-trigger:hover, .mp-menu-trigger:focus { color: #fff; }
.mp-menu-trigger:focus { outline: 0; }

.mp-menu-trigger-text {
	display: block;
	margin: -20px auto 0;
	opacity: 0.4;
	transition: opacity 0.3s ease;
	width: 16px;
}
    .mp-menu-trigger:hover .mp-menu-trigger-text,
    .mp-menu-trigger:focus .mp-menu-trigger-text { opacity: 0.75; }

.inlinePortlet-body .mp-menu-trigger { display: none; }

/***=debug message (extends block)***/
.debug-onscreen {
    background: #fffabf;
	bottom: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25); 
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    left: 0;
    padding: 0.5em 1em;
    position: absolute;
	z-index: 10000;
}

/***=well (extends block)***/
.well {
    border: 1px solid #d3d2ce;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
	padding: 0.5rem;
}

.well.shaded { background: #efefef; }

.well + .well { margin-top: 1.2rem; }


/***=include inactive (extends block)***/
.include-inactive { padding: 3px 9px; }
.include-inactive input { margin: 0 3px 0 0; }
.include-inactive label {
	color: #fff;
	display: inline;
	font-weight: normal;
	text-shadow: 0 0 2px #333131;
}


/***=app switcher (extends block)***/
.app-switcher ul, .app-switcher li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.app-switcher li { float: left; }
.app-switcher li a {
	color: #94938f;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.4;
	padding: 0 0 0 1.2em;
	text-decoration: none;
}				
.app-switcher li a.active {
	color: #6d6c6a;
	font-weight: 700;
}
.app-switcher li a:hover, .app-switcher li a:focus { color: #333131; }

.strToLink { visibility: hidden; }

/***=compartment row (requires block)***/
.compartment-row {
	background: #fff;
	border-bottom: 2px solid #ededeb;
	position: relative;
}


/***=process steps (extends block)***/
.process-steps {
    background: #f0f0f0;
    border-bottom: 1px solid #fafafa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.process-steps .process-step {
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #666161;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 2.9;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: 0 0 3px rgba(255,255,255,0.75);
	text-transform: uppercase;
}
.process-steps .selected {
	background: #f0f0f0 url(../images/ui/ui-process-progress.png) no-repeat 100% 50%;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.05); 
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
	color: #fff;
	text-shadow: 0 0 3px rgba(51,49,49,0.35);
}

.process-steps .completed {
	background: #f0f0f0 url(../images/ui/ui-process-progress.png) no-repeat 0 50%;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.05); 
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
	text-shadow: 0 0 3px rgba(51,49,49,0.35);
}

.process-steps a {
	color: #666161;
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 2.9;
	text-decoration: none;
}		
.process-steps .selected a,
.process-steps .selected a:hover, .process-steps .selected a:focus,
.process-steps .completed a,
.process-steps .completed a:hover, .process-steps .completed a:focus {
	color: #fff;
	text-decoration: none;
}		
.process-steps a:hover, .process-steps a:focus {
	color: #333131;
	text-decoration: none;
}


/***=decision maker (extends block) ***/
.decision-maker {
	background: #dfe1e3;
	padding-bottom: 2.4rem
}

.decision-task {
	background: #626b77 url(../images/layout/layout-box-bg-trans.png);
	padding: 3.6rem 2.4rem 7.2rem;
	text-align: center;
}

.decision-task > * {
	color: #fff;
	text-shadow: 0 0 3px rgba(51,49,49,0.35);
}

.decision-row {
	list-style: none;
	margin: -4.8rem auto 0;
	padding: 0;
	width: 86%;
}

.decision-row a {
	background: #fff;
	border: 1px solid rgba(51,49,49,0.2);
    border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #666161;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0.75em;
	min-height: 5.5em;
	padding: 1.5em;
	text-decoration: none;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.decision-row a:hover, .decision-row a:focus { 
	border-color: rgba(51,49,49,0.4); 
	-webkit-box-shadow: 0 1px 2px rgba(51, 49, 49, 0.1);
	box-shadow: 0 1px 2px rgba(51, 49, 49, 0.1); 
	color: #0072bc; 
	margin-top: -8px; 
}


/*#region DataStatBlocks */

/***=data stat set (extends block)***/
.data-stat-set {
	list-style: none;
	margin: 0;
	padding: 0 12px;
}
.col-body .data-stat-set { padding: 0; }
.data-stat-set > .set-item {
	margin: 0 24px 0 0;
	min-width: 160px;
	padding: 12px 0;
}
.data-stat-set > .set-item .lp-breadcrumbs { margin-top: 16px; }
.data-stat-set a { text-decoration: none; }
.data-stat-set h3 {
	color: #94938f;
	font-size: 1.1rem;
	font-weight: 900;
	text-transform: uppercase;
}
.data-stat-set h3 strong { color: #333131; }
.data-stat-set .data-stat {
	color: #333131;
	display: block;
	font-size: 4.8rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}
.data-stat a {
	color: #333131;
	text-decoration: none;
}
.data-stat-set .data-stat.data-change:before {
	background: url(../images/ui/ui-stat-rating.png) 0 0 no-repeat;
	content: "";
	float: left;
	height: 11px;
	margin-top: 18px;
	width: 16px;
}
.data-stat-set .data-stat.data-worse:before { background: url(../images/ui/ui-stat-rating.png) 0 100% no-repeat; }
.data-stat-set .data-stat.data-good, .data-stat-set .data-stat.data-good a { color: #6e9e2f; }
.data-stat-set .data-stat.data-bad, .data-stat-set .data-stat.data-bad a { color: #dd0201; }

/*=featured*/
.data-stat-set > .featured .data-stat {
	background: #333131;
	border-radius: 9px;
	color: #fff;
	display: inline-block;
	margin-bottom: 4px;
	padding: 6px 12px;
}

/*=data stat graph*/
.data-stat-set > .stat-graph-item { margin-right: 0; }
.data-stat-graph { height: 120px; } /* height needed for js */


/***=data stat bar (extends block)***/
.data-stat-bar {
	border: 1px solid #c2c1bc;
	border-radius: 7px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(51,49,49,0.2);
	box-shadow: inset 0px 1px 2px rgba(51,49,49,0.2);
	font-size: 0.8rem;
	margin: 0.75em 0;
	overflow: hidden;
	padding: 0.375em;
	text-indent: 100%;
}
.data-stat-bar .data-stat-bar-value {
	background: #6d6c6a;
	border-radius: 7px;
	display: block;
	font-size: 0.8rem;
	line-height: 1;
	overflow: hidden;
	text-indent: 100%;
}
.data-stat-bar, .data-stat-bar-value { height: 1em; }
.data-better .data-stat-bar-value { background: #6e9e2f; }
.data-worse .data-stat-bar-value { background: #dd0201; }


/***=data link (extends block)***/
.data-link {
	color: #0470bd;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.7;
	text-decoration: none;
}
.data-link:hover, .data-link:focus { text-decoration: underline; }


/***=data context (extends block)***/
.data-context {
	color: #94938f;
	font-size: 0.9rem;
	font-weight: 900;
	text-transform: uppercase;
}

/*#endregion*/


/***=events list (extends block)***/
.events-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.events-list > li { min-width: 412px; }
.events-list > li + li { border-top: 1px solid #e5e5e1; }	
.events-list .event-time {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: 100;
	line-height: 1.5;
	margin: 0;
	min-width: 100px;
	padding: 1.5em 1em 1em 0;
}
.compartment-row .events-list .event-time { max-width: 100px; }
.events-list .event-time strong {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
}
.events-list .details-list {
	background: #f5f5f5;
	padding: 12px;
}
.events-list .details-heading {
	background: #E5E5E1;
	margin: 0;
	padding: 12px;
}
.events-list .details-list > li {
	margin: 0;
	opacity: 0.7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/***=news items (extends block)***/
.news-items {
	font-size: 1.2rem;
	font-weight: 300;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 320px;
}
.news-items > li { margin: 0 0 0.5em; }
.news-items > li > a {
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -moz-linear-gradient(top, #fff, #fff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(25%, #fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image: linear-gradient(#fff, #fff 25%, #e6e6e6);
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #0470bd;
	display: block;
	font-size: 1.2rem;
	line-height: 2.33;
	overflow: hidden;
	padding: 0 1em;
	text-decoration: none;
	text-overflow: ellipsis;
	-moz-transition: background 0.3s ease; 
	-o-transition: background 0.3s ease; 
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.news-items > li > a:hover, .news-items > li > a:focus { 
	background-image: none;
	color: #333131;
}
.news-items > .news-item-invitations {
	background: none;
	border: none;
}


/***=add files box (extends block)***/
.add-files-box {
	background: #eee;
	border: 2px dashed #bbb;
	border-radius: 4px;
	font-size: 2.4rem;
	margin: 0 0 0.5em;
	padding: 0.625em;
	text-align: center;
}
.add-files-box h2, .add-files-box p { margin: 0; }
.add-files-box .fileupload-progress {
	font-size: 1.4rem;
	padding: 0;
}
.add-files-box .progress { margin: 1rem 0; }


/***=file upload list (extends block)***/
.file-upload-list {
	background: #eee;
	border-top: 1px solid #bbb;
	font-size: 1.3rem;
	margin-top: 1.54em;
}
.file-upload-list .file, .file-upload-list .file td {
	border-top: 1px solid #bbb;
	padding: 0.77em;
	vertical-align: middle;
}
.file-upload-list .file > .line > .unit { padding: 0 0.77em; }
.file-upload-list .file-name input[type="text"] { width: 100%; }
.file-upload-list .name { margin: 0; }

.file-upload-list .progress { margin-bottom: 0; }

.file-upload-list .upload-progress { padding: 0.38em 0; }
.file-upload-list .upload-progress .data-stat-bar { margin: 0.25em 0 0; }
.file-upload-list .not-allowed {
	color: #dd0201;
	font-size: 1.6rem;
	padding: 0.1875em 0;
	text-transform: uppercase;
}
.file-upload-list .actions { margin-bottom: 0; }
.file-upload-list .actions .cancel-upload,
.file-upload-list .actions .upload-complete {
	font-size: 1.7rem;
	text-decoration: none;
	vertical-align: middle;
}
.file-upload-list .actions .cancel-upload {
	color: #555;
	cursor: pointer;
}
.file-upload-list .actions .upload-failed { cursor: default; }
.file-upload-list .actions .cancel-upload:hover:not(.upload-failed) { color: #dd0201; }
.file-upload-list .actions .upload-complete { color: #6e9e2f; }

.file-upload-list .preview video { max-width: 240px; }


/***=media preview (extends block)***/
.media-preview {
	background: #fff;
	border-radius: 4px;
	margin: 0.77em;
	padding: 0.77em 0;
}
/*=original*/
.media-preview-original {
	background: #b4ccb9;
	border: 1px solid #2bacb5;
	float: right;
	height: 180px;
	margin-top: 19px;
	position: relative;
	width: 320px;
}
.media-preview-original:before {
	background: #2bacb5;
	content: "Scale Preview vs. Original";
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	line-height: 18px;
	right: -1px;
	padding: 0 7px;
	position: absolute;
	text-transform: uppercase;
	top: -19px;
}
/*=final*/
.media-preview-final {
	background: #000;
	bottom: 0;
	left: 0;
	position: absolute;
	transition: all 0.5s ease;
}
.media-preview-frame {
	background: #333131;
	color: #ccc;
	font-size: 1.1rem;
	font-weight: bold;
	height: 100%;
	line-height: 1;
	margin: 0 auto;
	position: relative;
	text-align: center;
	transition: all 0.5s ease;
}
.media-preview-frame span {
	left: 0;
	position: absolute;
	text-align: center;
	top: 48%;
	width: 100%;
}


/***=button bar (extends block)***/
.button-bar { display: inline-block; }


/*#region ActionLinks */

/***=action links (extends block)***/
.action-links {
	display: none;
	height: 24px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
.wrap:hover > .action-links,
.touch .action-links { display: block; }

.action-links li {
	background: #fff;
	border-right: 1px solid #fff;
	height: 36px;
	margin: 0;
	overflow: hidden;
	width: 36px;
}
.action-links li .icon-button:before {
	left: 6px;
	top: 6px;
}			
.action-links li .icon-button {
	display: block;
	height: 36px;
	padding: 0;
	width: 36px;
}
.i-edit-perf-level-actions li .action-delete {
	background-color: transparent; 
	border: none;
}
.action-links li .icon-button:hover, .action-links li .icon-button:focus {
	background-color: #d0ebf5;
	border-radius: 0;
}

/***=pop up actions (extends action links and block)***/
.popup-actions {
	left: 0;
	top: -24px;
}
.popup-actions li {
	background: url(../images/layout/layout-box-bg-hover.png);
	border-right: 1px solid #fff;
}
.popup-actions li .icon-button.action-move { cursor: move; }
.popup-actions li .icon-button:hover, .popup-actions li .icon-button:focus { background-color: #e5e5e1; }



/***=pop up actions (extends action links and block)***/
.criterion-actions {
	right: 0;
	top: 0;
}
.criterion-actions li {
	background: rgba(255,255,255,0.5);
	border-right: 1px solid #fff;
}
.criterion-actions li .icon-button.action-move { cursor: move; }
.criterion-actions li .icon-button:hover, .criterion-actions li .icon-button:focus { background-color: rgba(255,255,255,0.8); }

/*#endregion*/


/***=default tab (extends block)***/
.default-tab, .default-tab:hover, .default-tab:focus {
	background: url(../images/ui/ui-icons-white.png) no-repeat 0 -1758px;
	color: #e5e5e1;
	font-weight: 100;
	margin: 0 12px 0 0;
	opacity: 0.6;
	padding: 9px 0 9px 22px;
	text-decoration: none;
	-moz-transition: background 0.3s ease; 
	-o-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.default-tab.default {
	background-position: 0 -1726px;
	color: #d0ebf5;
	opacity: 1.0;
}


/***=flag labels (requires block)***/
.flag {
	background-color: #6D7878;
	border-radius: 3px;
	color: #fff;
	display: inline;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 3px;
	padding: 0.22em 0.33em 0.22em;
	text-shadow: none;
	text-transform: uppercase;
	white-space: nowrap;
}
.flag.oversized {
	border-radius: 5px;
	font-size: 1.6rem;
	padding: 0.25em 0.4375em;
}	
.flag.score, .flag.inline, .flag-pass-fail {
	border-radius: 5px;
	font-size: 1.1rem;
	padding: 0.273em 0.5em;
}
.flag-pass-fail { display: inline-block; }
.flag.score {
	display: inline-block;
	min-width: 14px;
	text-align: center;
}
.circle-flag {
	border-radius: 12px;
	display: inline-block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin-right: 0.25em;
	width: 24px;
	padding: 0;
	text-align: center;
}
.flag-strong, .score.flag-strong { background-color: #000; }
.flag-important, .flag-error, .score.flag-error { background-color: #c43c35; }
.flag-cancelled, .score.flag-cancelled {
	background-color: #f4e225;
	color: #404040;
}
.flag-warning, .score.flag-warning { background-color: #f26522; }
.flag-caution, .score.flag-caution { background: #EEC519; color: #000; }
.flag-success, .score.flag-success { background-color: #17881D; }
.flag-notice, .score.flag-notice { background-color: #2a76b0; }
.flag-disabled { 
    background: #c2c1bc; /* Old browsers */
    background: -webkit-linear-gradient(-45deg,  #c2c1bc 0%,#c2c1bc 48%,#e51616 50%,#c2c1bc 52%,#c2c1bc 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(-45deg,  #c2c1bc 0%,#c2c1bc 48%,#e51616 50%,#c2c1bc 52%,#c2c1bc 100%); /* IE10+ */
    background: linear-gradient(135deg,  #c2c1bc 0%,#c2c1bc 48%,#e51616 50%,#c2c1bc 52%,#c2c1bc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c1bc', endColorstr='#c2c1bc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.flag-reversed, .score.flag-reversed {
	background-color: #fff;
	color: #2D2E2E;
	text-shadow: none;
}


/*#region MessageAlertBlocks */

/***=message alerts (extends block)***/
.message-alert {
	background-color: #eedc94;
	background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
	background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
	background-image: -o-linear-gradient(top, #fceec1, #eedc94);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
	background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
    background-image: linear-gradient(top, #fceec1, #eedc94);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
	background-repeat: repeat-x;
	border: 1px solid;
	border-color: #eedc94 #eedc94 #e4c652;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	color: #404040;
    display: block;
	margin-bottom: 1.2rem;
	overflow: hidden;
	padding: 0.7rem 1.5rem;
	position: relative;
	text-overflow: ellipsis;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.message-alert:empty { display: none; }

ul .message-alert { margin-bottom: 0; }

.col-plain .message-alert, header + .message-alert,
.message-alert.squared, .message-block.squared { border-radius: 0; }

.message-alert.squared,
.message-block.squared { border-left: none; border-right: none; margin: 0; }
	
.form-field .message-alert { display: inline-block; }
	
.message-alert p {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.38;
	margin: 0;
}
	
.message-alert a { color: #404040; }
.message-alert.error a, .message-alert.success a { color: #fff; }
.message-alert.notice a { color: #195573; }
.message-alert a:hover, .message-alert a:focus {
	color: #000;
	text-shadow: 0 0 2px rgba(255,255,255,0.5);
}

/*=notice message*/
.message-alert.notice {
	background-color: #d9edf7;
	background-image: -moz-linear-gradient(top, #D9EDF7, #aed3e5);
	background-image: -ms-linear-gradient(top, #D9EDF7, #aed3e5);
	background-image: -o-linear-gradient(top, #D9EDF7, #aed3e5);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D9EDF7), color-stop(100%, #aed3e5));
	background-image: -webkit-linear-gradient(top, #D9EDF7, #aed3e5);
	background-image: linear-gradient(top, #D9EDF7, #aed3e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9EDF7', endColorstr='#80aabf', GradientType=0);
	border-color: #d9edf7 #d9edf7 #195573;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #195573;
}

/*=success message*/
.message-alert.success {
	background-color: #57A957;
	background-image: -moz-linear-gradient(top, #62C462, #57A957);
	background-image: -ms-linear-gradient(top, #62C462, #57A957);
	background-image: -o-linear-gradient(top, #62C462, #57A957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62C462), color-stop(100%, #57A957));
	background-image: -webkit-linear-gradient(top, #62C462, #57A957);
	background-image: linear-gradient(top, #62C462, #57A957);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62C462', endColorstr='#57A957', GradientType=0);
	border-color: #57A957 #57A957 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/*=error message*/	
.message-alert.error {
	background-color: #C43C35;
	background-image: -moz-linear-gradient(top, #EE5F5B, #C43C35);
	background-image: -ms-linear-gradient(top, #EE5F5B, #C43C35);
	background-image: -o-linear-gradient(top, #EE5F5B, #C43C35);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EE5F5B), color-stop(100%, #C43C35));
	background-image: -webkit-linear-gradient(top, #EE5F5B, #C43C35);
	background-image: linear-gradient(top, #EE5F5B, #C43C35);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE5F5B', endColorstr='#C43C35', GradientType=0);
	border-color: #c43c35 #c43c35 #882a25 #c43c35;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/*=message block*/
.message-block {
	background-image: none;
	background-color: #fdf5d9;
	border: 1px solid #fceec1;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #404040;
    display: block;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	margin-bottom: 1.8rem;
	padding: 1.4rem;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.message-block:empty { display: none; }

/*=notice message block*/
.message-block.notice {
	background-color: #ddf4fb;
	border-color: #c6edf9;
}

/*=success message block*/
.message-block.success {
	background-color: #d1eed1;
	border-color: #bfe7bf;
}

/*=error message block*/
.message-block.error {
	background-color: #fddfde;
	border-color: #fbc7c6;
}

/*=prompt message block*/
.message-block.prompt {
	background-color: #EEEFF0;
	border-color: #BFC2C7;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.message-alert .message-block {
    background-color: transparent;
	border: 0;
	border-radius: 0;
	margin: 7px 0;
	padding: 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.message-alert .message-block:first-child { margin-top: 0; }
.message-alert .message-block:last-child { margin-bottom: 0; }

.message-alert .message-block.notice,
.message-alert .message-block.success,
.message-alert .message-block.error { color: #fff; }
	
.message-block a { color: #404040; }

#ep-page-content > .message-alert, .page-messages > .message-alert,
#ep-page-content > .message-block, .page-messages > .message-block {
	border-left: none;
	border-radius: 0;
	border-right: none;
	display: block;
	margin: 0;
}

/*#endregion*/


/***=page alert (extends block)***/
.page-alert {
	background: url(../images/layout/layout-box-bg-trans.png) #fff799;
	color: #514721;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	text-shadow: 0 0 3px #fff;
	z-index: 2500;
} 
.page-alert div {
	border-bottom: 1px solid #ffd324;
	padding: 15px 12px;
}


/*#region jGrowlMessages */

/** jGrowl Styling **/

.jGrowl {
	z-index: 			9999;
	color: 				#fff;
	font-size: 			1.3rem;
	position:			fixed;
}

.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
.center .jGrowl-notification, .center .jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer {
	background-color: 		#eedc94;
	opacity: 				0.95;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-size: 				1.3rem;
	text-align: 			left;
	display: 				none;
	border-radius:			5px;
}
.jGrowl .jGrowl-notification { color: #404040; }
.jGrowl .jGrowl-closer { background-color: #000; }
.jGrowl .jGrowl-notification.notice {
	background-color: #d9edf7;
	color: #195573;
}
.jGrowl .message-block { position: static; }
.jGrowl .jGrowl-notification.success {
	background-color: #57a957;
	color: #fff;
}
.jGrowl .jGrowl-notification.error {
	background-color: #c43c35;
	color: #fff;
}

.jGrowl .jGrowl-notification {
	min-height: 			40px;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	margin: 				10px;
}

.jGrowl .jGrowl-notification .jGrowl-header {
	font-weight: 			bold;
	font-size:				1.5rem;
}

.jGrowl .jGrowl-notification .jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				0.8em;
	cursor:					pointer;
}

.jGrowl .jGrowl-closer {
	background-color: #2D2E2E;
	background-image: none;
	border: none;
	border-radius: 1.9rem;
	color: #fff;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: normal;
	height: 3rem;
	left: -29px;
	line-height: 1;
	margin: 0;
	padding: 0.9rem 0;
	position: absolute;
	text-align: center;
	top: 11px;
	width: 3rem;
}
.jGrowl.top-left .jGrowl-closer,
.jGrowl.bottom-left .jGrowl-closer {
	left: auto;
	right: -29px;
}
.jGrowl.bottom-left .jGrowl-closer,
.jGrowl.bottom-right .jGrowl-closer {
	bottom: 11px;
	top: auto;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: 			none;
	}
}

/*#endregion*/


/***=contextual help (extends block)***/
.contextual-help {
	left: -6px;
	position: absolute;
	top: 9.0rem;
	z-index: 40;
}
    .contextual-help + .message-alert,.contextual-help + .message-block { padding-top: 22px; }
.contextual-help ul {
	background: url(../images/ui/ui-contextual-fold.png) 0 100% no-repeat;
	font-size: 1.1rem;
	list-style: none;
	margin: 0;
	padding: 0 0 0.64em;
	position: relative;
}
.contextual-help li {
	background: #000;
	display: inline-block;
}    
.contextual-help a {
	border-right: 1px solid #444141;
	color: #efefef;
	display: block;
	font-weight: 700;
	line-height: 2.1;
	padding: 0 0.73em;
	text-decoration: none;
	text-transform: uppercase;
}
.contextual-help a:hover, .contextual-help a:focus {
	background: #444141 url(../images/layout/layout-box-bg-trans.png);
	color: #fff;
}


/***=page header (extends block)***/
.page-header {
	background: #2e3d52; /*overwritten by customer's primary colour*/
	padding: 0 2.4rem 0 9rem;
	position: relative;
	transition: background-color 0.8s ease;
	z-index: auto;
}
    .modal-body .page-header,
    .inlinePortlet-body .page-header,
    .iframe-body .page-header { background: #fff; transition: none; }

.page-header .return-to {
	color: #fff;
	display: block;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1;
	padding: 2.15em 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
}
.page-header .return-to:hover,
.page-header .return-to:focus { color: #ddd; }    
.page-header .return-to:before {
	content: "\e64c";
	font-family: 'epicons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-right: 0.3em;
}

.page-header h1 {
	color: #fff;
	font-size: 2.8rem;
	line-height: 1.4;
	padding: 3rem 10rem 2.6rem 0; /*padding is slightly unbalanced to visually center */
	position: relative;
	margin: 0;
}
.page-header h1 a { color: #fff; text-decoration: none; }
.page-header .return-to + h1 {  margin-top: 0.3em; }

.page-header.dropdown h1 { cursor: pointer; }
.page-header h1 [class^="icon-"] {
	display: inline-block;
	margin-left: -90px;
	text-align: center;
	width: 90px;
}
.page-header h1 [class^="icon-caret-down"] {
	font-size: 1.6rem;
	margin-left: -28px;
	text-align: left;
	width: 28px;
}
.page-header.dropdown:hover [class^="icon-caret-down"] { opacity: 0.5; }
.page-header .dropdown-menu { 
	margin-top: 0;
	min-width: 240px;
}

.page-header h2 {
	clear: both;
	color: #eee;
	font-size: 1.8rem;
	font-weight: 100;
	line-height: 1.33;
	margin: -1em 0 0;
	padding: 0 0 1em;
}

.page-header .button-bar {
	border: 0;
	bottom: 33px;
	position: absolute;
	right: 12px;
}
.page-header .button-bar .ui-button {
	margin-left: 0.5em;
	text-shadow: none;
}
.page-header .button-bar .check-wrap { padding-top: 0.6rem; }
.page-header .button-bar input[type="radio"]+label,
.page-header .button-bar input[type="checkbox"]+label {
	color: #fff;
	text-shadow: none;
}

.page-header .plain-button { line-height: 27px; }


/***=descendant box (extends block)***/
.descendant {
	margin: 6px 0 0 20px;
	margin: 0.6rem 0 0 2.0rem;
	position: relative;
}
.descendant:before {
	content: "\230A";
	color: #2a76b0;
	display: block;
	font-size: 1.6rem;
	left: -12px;
	position: absolute;
	top: -8px;
	width: 1.6rem;
}


/***=tables***/
/*Reversed Table*/
.table-reversed th,
.table-reversed td { color: #fff; }
.table-reversed a { color: #d0ebf5; }

.table-reversed.table-bordered,
.table-reversed.table-bordered th,
.table-reversed.table-bordered td { border-color: #444; }

.table-reversed.table-striped tbody tr:nth-child(odd) td,
.table-reversed.table-striped tbody tr:nth-child(odd) th { background-color: #555; }
.table-reversed tr.clickable:hover td { background: #444 !important; }
.table-reversed tr.clickable.selected:hover td { background-color: #333131 !important; }
.table-reversed tr.clickable:active td { background: #333131 !important; }


/***=chart sparkline=***/
.chart-sparkline {
	display: inline-block;
	height: 30px;
	width: 150px;
}


/***=google maps***/
.google-map {
	width: 100%;
	height: 400px;
	margin: 1.2rem 0;
	position: relative;
}

.google-map-small {
	width: 95%;
	height: 250px;
	margin: 1.2rem 0;
	position: relative;
}


/***=portfolio tree (extends toggle-panel & block)***/
.portfolio-tree-title { 
	background: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	height: 4.8rem;
	margin-bottom: 6px;
	position: relative;
}
.toggle-open > .portfolio-tree-title { 
	background: #fff;
	border: 1px solid #c2c2c2;
}
.portfolio-tree-title .toggle-panel-arrow { margin-top: 4px; }
.portfolio-tree-title .toggle-panel-arrow:hover { background-color: transparent; }

.portfolio-tree-title .heading-portfolio,
.portfolio-tree-title .portfolio-properties {
	background-image: none;
	margin-left: 24px;
	padding-left: 0;
}
.portfolio-tree-title .heading-portfolio a {
	display: block;
	font-size: 1.4rem;
	line-height: 1.43;
	padding-top: 0.43em;
	text-decoration: none;
}

.content-progress-donut {
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
}
.content-progress-donut.compact {
	height: 24px;
	width: 24px;
}

.portfolio-properties {
	color: #666;
	font-size: 1.1rem;
	padding-bottom: 0.4em;
}
.portfolio-properties li {
	line-height: 1.6;
	margin-right: 1.1em;
}

.portfolio-tree-links {
	background-color: #666;
	border-radius: 5px;
	color: #fff;
	display: block;
	height: 20px;
	line-height: 1.67;
	position: absolute;
	right: 24px;
	text-align: center;
	text-decoration: none;
	top: 2px;
	-moz-transition: height 0.3s ease; 
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
	width: 20px;
}
.portfolio-tree-links.selected {
	background-color: #2e4e77;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #fff;
	height: 29px;
}
.portfolio-tree-links:hover, .portfolio-tree-links:focus {
	background-color: #000;
	color: #fff;
}

.portfolio-tree-pages {
	list-style: none;  
	margin: 0 0 0 24px;
	padding: 0; 
}
.portfolio-tree-page { margin-left: 24px; }
.portfolio-tree-page.toggle-panel { margin: 0; }

.page-details {
	height: 24px;
	position: relative;
}     
.page-details.toggle-panel-heading {
	background: none;
	border: none;
}
.page-details:hover { background: #f5f5f5; }   
         
.toggle-arrow-spacer {
	float: left;
	height: 24px;
	width: 24px;
}
            
.page-name, .standard-name {
	background: url(../images/ui/ui-icons-black.png) no-repeat 0 -644px;
	float: left;
	height: 24px;
	line-height: 2;
	margin: 0;
	overflow-y: hidden;
	padding-left: 26px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.standard-name { background-position: 2px -676px; }
     
.page-info { 
	display: block;
	margin: 6px 24px;
	padding: 0;
}
.page-info.toggle-panel > * { display: none; } /*legacy rule for toc/system library previews due to static xslt*/

.page-info li {
	border: 1px solid #ddd;
	border-top: none;
	margin: 0;
	padding: 8px 8px 8px 20px;
}
.page-info li:first-child { border-top: 2px solid #2e4e77; }
.page-info li:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


/***=status dot (extends block)***/
.status-dot {
    background: #f3f3f4;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.9);
	box-shadow: inset 0 0 3px rgba(255,255,255,0.9);
    height: 8px;
    overflow: hidden;
    text-indent: 100%;
    vertical-align: baseline;
    width: 8px;	
	display: inline-block;
}
.status-dot.duesoon,
.status-dot.notice {
	background: rgb(219,243,255);
	background: -moz-linear-gradient(top,  rgba(219,243,255,1) 0%, rgba(183,224,246,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(219,243,255,1) 0%,rgba(183,224,246,1) 100%);
	background: -ms-linear-gradient(top,  rgba(219,243,255,1) 0%,rgba(183,224,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(219,243,255,1) 0%,rgba(183,224,246,1) 100%);
	border-color: #76c3eb;
	-webkit-box-shadow: inset 0 0 3px rgba(219,243,255,0.9);
	box-shadow: inset 0 0 3px rgba(219,243,255,0.9);
}
.status-dot.duenow,
.status-dot.warning {
	background: rgb(255,243,4);
	background: -moz-linear-gradient(top,  rgba(255,243,4,1) 0%, rgba(229,199,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,243,4,1) 0%,rgba(229,199,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,243,4,1) 0%,rgba(229,199,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,243,4,1) 0%,rgba(229,199,0,1) 100%);
	border-color: #e4b00e;
	-webkit-box-shadow: inset 0 0 3px rgba(255,243,4,0.9);
	box-shadow: inset 0 0 3px rgba(255,243,4,0.9);
}
.status-dot.overdue,
.status-dot.danger {
	background: rgb(255,2,56);
	background: -moz-linear-gradient(top,  rgba(255,2,56,1) 0%, rgba(191,2,43,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,2,56,1) 0%,rgba(191,2,43,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,2,56,1) 0%,rgba(191,2,43,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,2,56,1) 0%,rgba(191,2,43,1) 100%);
	border-color: #80001c;
	-webkit-box-shadow: inset 0 0 3px rgba(255,2,56,0.9);
	box-shadow: inset 0 0 3px rgba(255,2,56,0.9);
}
.status-dot.submitted,
.status-dot.success {
	background: rgb(155,201,36);
	background: -moz-linear-gradient(top,  rgba(155,201,36,1) 0%, rgba(122,166,10,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(155,201,36,1) 0%,rgba(122,166,10,1) 100%);
	background: -ms-linear-gradient(top,  rgba(155,201,36,1) 0%,rgba(122,166,10,1) 100%);
	background: linear-gradient(to bottom,  rgba(155,201,36,1) 0%,rgba(122,166,10,1) 100%);
	border-color: #608209;
	-webkit-box-shadow: inset 0 0 3px rgba(155,201,36,0.9);
	box-shadow: inset 0 0 3px rgba(155,201,36,0.9);
}



/***=mailbox tools (extends block)***/
.mailbox-tools { margin-bottom: 1.25em; }
.mailbox-tools .form-field {
	margin-bottom: 0;
	margin-top: 0.75em;
}


/***=escalation ui***/
/*=escalation head*/
.escalation-head {
	background: #7f8c8d;
}
.escalation-head h1 {
	background: #95a4a4;
	color: #fff;
	font-size: 3.4rem;
	margin: 0;
	padding: 0.59em 0.53em;
}

/*=escalation options*/
.escalation-opts {
	padding: 1em 1.5em;
}
.escalation-opts .form-field {
	margin-bottom: 0;
	width: auto;
}
.escalation-opts label, .escalation-opts input, .escalation-opts select {
	margin: 0 2px;
	vertical-align: middle;
}
.escalation-opts label {
	color: #fff;
	display: inline;
	text-shadow: none;
}
.escalation-opts select { width: 20%; }
.escalation-opts .num-input { width: 28px; }
.escalation-opts input[type="radio"], .escalation-opts input[type="checkbox"] { margin-right: 0; }
.escalation-opts input[type="radio"] + label, .escalation-opts input[type="checkbox"] + label { margin-left: 0; }
.escalation-opts .delete-rule {
	padding-top: 2px;
	text-align: right;
}
.escalation-opts .delete-rule a {
	color: #000;
	font-size: 1.6rem;
	line-height: 1;
	text-decoration: none;
}


/***=fail/pass (extends block)***/
.fail-pass { margin: 3em 0 6em; }
.fail-pass.fail { background: #bd3c27; }
.fail-pass.pass { background: #1fa286; }

.fail-pass h2 {
	border-bottom: 1px solid;
	color: #fff;
	font-weight: bold;
	font-size: 1.7rem;
	margin-bottom: 0;
	padding: 0.3em 1.18em 0.18em;
	text-align: center;
	text-transform: uppercase;
}
.fail-pass.fail h2 { border-bottom-color: #e44e36; }
.fail-pass.pass h2 { border-bottom-color: #1fb899; }
.fail-pass > .content {
	height: auto;
	min-height: 0;
	padding: 0.83em 1.67em;
}
.fail-pass .form-field.full { margin: 0 0 10px; }
.fail-pass input[type="radio"] + label {
	color: #fff;
	display: inline;
	margin: 0;
	text-shadow: none;
	vertical-align: middle;
}


/***=add rule (extends block)***/
.add-rule {
	background: #000;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	padding: 0.75em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.add-rule .icon-plus { margin-right: 4px; }
.add-rule:hover, .add-rule:focus { color: #fff; }


/***=iframe modal/inline portlet overrides***/
.modal-body .page-header, .inlinePortlet-body .page-header {
	background: #fff;
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.modal-body .page-header h1, .inlinePortlet-body .page-header h1 {
	color: #000;
	font-size: 2.4rem;
	line-height: 1.25;
	margin: 0 0 0.5em;
	padding: 0;
}
.modal-body .page-header h1 i[class^="icon-"], .inlinePortlet-body .page-header h1 i[class^="icon-"] { margin-left: 0; }
.modal-body .page-header h2, .inlinePortlet-body .page-header h2 { color: #666; }
.modal-body .page-header .button-bar, .inlinePortlet-body .page-header .button-bar {
	bottom: auto;
	right: 0;
	top: 0;
}


/***=user merge box (extends block)***/
.user-merge { margin-bottom: 2.5rem; }
.user-merge .instructions {
	color: #698ea6;
	margin-bottom: 1.25em;
}

.user-merge .profile-card { margin-top: 1.5rem; }
.user-merge .profile-name { margin-bottom: 0.2em; }
.user-merge .perm-icon {
	height: 24px;
	width: 24px;
}
			
.user-merge .user-activity { margin: 1.25em 0.8rem; }
			
.user-merge .profile-membership {
	border-top: 1px solid #d3d2ce;
	margin: 0 0.8rem;
}

.user-merge .item-list { min-width: 0; }

.merge-to {
	background: #1bac48;
	border: 1px solid #257841;
	display: inline-block;
	padding: 0.2rem 1rem;
}


/*#region FooterBlocks */

/***=copyright (extends block)***/
.copyright {
	color: #94938f;
	font-weight: 300;
	margin: 0;
}
.copyright a {
	color: #6d6c6a;
	font-weight: 100;
	text-decoration: none;
}


/***=help line (extends block)***/
.helpLine {
	color: #6d6c6a;
	font-weight: 500;
	margin: 0;
	text-align: right;
}
.helpLine a { text-decoration: none; }


.copyright a:hover, .helpLine a:hover,
.copyright a:focus, .helpLine a:focus { color: #2e4e77; }

/*#endregion*/


/*#region ImageGalleryRules */

/***=gallery thumb box (extends block)***/
.gallery-thumb-box {
	background: #fff;
	border: 2px solid #c2c2c2;
	float: left;
	height: 175px;
	margin: 0 15px 30px 0;
	overflow: hidden;
	position: relative;
	width: 175px;
}
.gallery-thumb-box img {
	position: absolute;
	border: 0;
	left: 0;
	top: 0;
}


/***=gallery info box (extends block)***/
.gallery-info-box {
	background: #000;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 148px;
	width: 100%;
}
.gallery-info-box h3 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0.5em 0.5em 0.62em;
}
.gallery-info-box h4, .gallery-info-box p {
	font-size: 1.1rem;
	line-height: 1;
	margin: 0.55em;
}
.gallery-info-box h4 {
	color: #aaa;
	font-weight: bold;
	text-transform: uppercase;
}
.gallery-info-box h4 a {
	color: #aaa;
	text-decoration: none;
}
.gallery-info-box h4 a:hover { text-decoration: none; }
.gallery-info-box p {
	color: #fff;
	font-weight: normal;
}

/*=gallery controls*/
.gallery-info-box .gallery-controls {
	border-top: 1px dotted #fff;
	padding-top: 6px;
}
.gallery-controls > .gallery-control {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	line-height: 1;
	margin: 0 5px 0 0;
	opacity: 1.0;
	overflow: hidden;
	text-indent: -300px;
	width: 14px;
}

.gallery-add { background-image: url(../images/gallery/gallery-add.png); }
.gallery-edit { background-image: url(../images/gallery/gallery-edit.png); }
.gallery-delete { background-image: url(../images/gallery/gallery-delete.png); }
.gallery-remove { background-image: url(../images/gallery/gallery-remove.png); }
.gallery-transfer { background-image: url(../images/gallery/gallery-transfer.png); }
.gallery-zoom { background-image: url(../images/gallery/gallery-zoom.png); }
.gallery-rename { background-image: url(../images/gallery/gallery-rename.png); }
#tab-personal-images .gallery-transfer { display: none; }


/***=full image***/
.image-gallery #full-image img { max-width: 100%; } 

/*#endregion*/


/*#region ToBeDeprecated */

/***=new/required/etc labels (TO BE DEPRECATED)***/
.newItem, span.new, span.required, span.updated, span.visible, span.sample, span.complete {
	background: url(../images/indicator-new.png) no-repeat 0 50%;
	display: inline-block;
	height: 9px;
	line-height: 1;
	padding: 2px 0 2px 21px;
	vertical-align: middle;
}
span.required {
	background-image: url(../images/indicator-required.png);
	padding-left: 40px;
}
span.updated {
	background-image: url(../images/indicator-updated.png);
	padding-left: 40px;
}
span.visible {
	background-image: url(../images/indicator-visible.png);
	padding-left: 34px;
}
span.sample {
	background-image: url(../images/indicator-sample.png);
	padding-left: 35px;
}
span.complete {
	background-image: url(../images/indicator-complete.png);
	padding-left: 43px;
}

/*#endregion*/

/*Trip walkthrough*/
.trip-block {
    border-radius: 3px;
    /*display: none;*/
    font-size: 1.3rem;
    padding: 8px;
    position: absolute;
    text-align: center;
    min-width: 100px;
    max-width: 360px;
}
.trip-block:before {
    border: solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
.trip-block.black { /*"black" right now is actually being coloured*/
    background: #1FA286;
    box-shadow: rgba(0,0,0,0.2) 0 2px 4px 0;
    color: #fff;
}
.trip-block a { color: #1A2433 }
.trip-block.black .trip-close { color: #1A2433 }
.trip-block.black .trip-close:hover { color: #fff }
.trip-block.black.n:before { border-top-color: #1FA286 }
.trip-block.black.s:before { border-bottom-color: #1FA286 }
.trip-block.black.e:before { border-right-color: #1FA286 }
.trip-block.black.w:before { border-left-color: #1FA286 }
.trip-block.white {
    background: #fff;
    color: #231F20;
}
.trip-block.white .trip-close { color: #231F20 }
.trip-block.white .trip-close:hover { color: #000 }
.trip-block.white.n:before { border-top-color: white }
.trip-block.white.s:before { border-bottom-color: white }
.trip-block.white.e:before { border-right-color: white }
.trip-block.white.w:before { border-left-color: white }
.trip-block.n:before,
.trip-block.s:before {
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}
.trip-block.e:before,
.trip-block.w:before {
    border-width: 8px;
    margin-top: -8px;
    top: 50%;
}
.trip-block.n:before { top: 100% }
.trip-block.s:before { bottom: 100% }
.trip-block.e:before { right: 100% }
.trip-block.w:before { left: 100% }
.trip-block.screen-ne,
.trip-block.screen-se,
.trip-block.screen-sw,
.trip-block.screen-nw,
.trip-block.screen-center { position: fixed }
.trip-close {
    float: right;
    margin-top: -5px;
    text-decoration: none;
}
.trip-close:hover { text-decoration: none }
.trip-content { clear: right }
.trip-progress-bar {
    background-color: #444;
    height: 1px;
    width: 0;
}
.trip-overlay {
    background: black;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
}
.trip-prev,
.trip-next { padding: 5px 10px }
/*
*  TODO:
*  implement with more details later
*/
.trip-exposed { background: white }


/**********=BLOCK EXTENSIONS (end)**********/


/**********=NAV EXTENSIONS**********/

/*#region PushMenuRules */

/***=push menu (main navigation; extends nav)***/
.mp-menu {
	height: 100%;
	left: 0;
	position: absolute; /* we can't use fixed here :( */
	top: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	width: 280px;
	z-index: 2;
}
.mp-menu:focus { outline: none; }
.inlinePortlet-body .mp-menu { display: none; }

/*=level*/
.mp-level {
	background: #36ae54; /* The only colour to change to re-colour menu (test colour: 338b90). Overwritten by customer secondary colour */
	border-top: 9.6rem solid #fff;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}
.mp-level .mp-level { border-top: none; }

/*=overlays for pusher and for level that gets covered*/
.mp-level::before,
.mp-level::after {
	content: '';
	height: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	z-index: -1;
}

.mp-level.mp-level-overlay { cursor: pointer; }
.mp-level.mp-level-overlay::before,
.mp-level.mp-level-overlay::after {
	height: 100%;
	opacity: 1;
	width: 100%;
}
.mp-level.mp-level-overlay::before { background: transparent; }
.mp-level.mp-level-overlay::after {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-menu .mp-level { left: -280px; }

/*=overlap*/
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-72px, 0, 0);
	-moz-transform: translate3d(-72px, 0, 0);
	transform: translate3d(-72px, 0, 0);
}
.mp-level-overlay i[class^="icon-"] { opacity: 0.5; }
.mp-level-overlay .mp-level i[class^="icon-"] { opacity: 1.0; }

/*=first level*/
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*=cover*/
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/*=content styles*/
.mp-menu a {
	color: #f7f7f7;
	outline: none;
	text-decoration: none;
}
.mp-menu a:hover, .mp-menu a:focus {
	color: #fff;
	outline: none;
}
.mp-menu h2 {
	color: rgba(0,0,0,0.4);
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 4;
	margin: 0;
	padding: 0 1em;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.mp-menu.mp-overlap h2::before {
	font-size: 75%;
	line-height: 1.8;
	margin-right: 8px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
}
.mp-menu.mp-cover h2 {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.mp-menu li > a {
	display: block;
	padding: 0.7em 2.4rem 0.7em 1.8em;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 1.68rem;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}
.mp-menu li.mp-has-submenu:before {
    color: rgba(0,0,0,0.3);
    content: "\e67c";
    font-family: 'epicons';
    left: 6px;
    line-height: 4;
    position: absolute;
	font-size: 1.2rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-transform: none;
	z-index: -1;
}

.mp-level > ul > li:first-child > a { box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2); }

.mp-menu li a:hover,
.mp-level > ul > li:first-child > a:hover,
.mp-menu li a:focus,
.mp-level > ul > li:first-child > a:focus {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a { box-shadow: inset 0 -1px rgba(0,0,0,0); }

/*=back button*/
.mp-menu .mp-back {
	background: rgba(0,0,0,0.1);
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
	color: #fff;
	display: block;
	font-size: 1.68rem;
	font-weight: 900;
	padding: 1em;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.mp-menu a [class^="icon-"], 
.mp-menu a [class*=" icon-"]  {
	float: right;
	font-size: 2.0rem;
}

.mp-menu h2 [class^="icon-"]  { 
	float: right;
	line-height: 9.6rem;
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}

/*#endregion*/


/*#region DropDownMenuRules */

.dropdown { position: relative; }

/***=dropdown menu (extends nav)***/
/*=dropdown toggle trigger*/
.dropdown-toggle {
	color: #2d2e2e;
	cursor: pointer;
	text-decoration: none;
}
.dropdown-toggle:focus { outline: 0; }

/*=menu (leave ul selector until older .drop-menu class is phased out)*/
/*because it technically doesn't have to be a <ul>, other elements need class for now*/
ul.dropdown-menu,
.toc-menu .dropdown-menu {
	background-clip: padding-box;
	background-color: #2d2e2e;
	border-radius: 5px;
	font-size: 1.2rem;
	height: 0;
	left: 0;
	margin: 0.17em 0 0;
	min-width: 16rem;
	padding: 0.5em 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
	z-index: 2000;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #bfc2c7;
}

.dropdown-menu > li > a {
	clear: both;
	color: #fff;
	display: block;
	font-weight: 500;
	line-height: 2.33;
	padding: 0 1.67em;
	text-decoration: none;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: rgba(127,140,140,0.25);
	text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #327ebd;
	color: #fff;
	outline: 0;
	text-decoration: none;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #7f8c8c;
	text-decoration: line-through;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	background-color: transparent;
	cursor: not-allowed;
	text-decoration: none;
}

.open > .dropdown-menu {
	visibility: visible;
	height: auto;
}

.dropdown-header {
	color: #95a4a3;
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	padding: 0.23em 1.54em;
	white-space: nowrap;
}

.dropdown-backdrop {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 990;
}


/***=dropdown menu variants (extend dropdown-menu)***/
/*=light menu*/
.dropdown-menu.light-menu {
	background: #fff;
	border: 1px solid #bfc2c7;
}
.light-menu > li > a { color: #2d2e2e; }

/*=right aligned dropdown menu*/
.dropdown-menu.right-menu {
  right: 0;
  left: auto;
}

/*=muted dropdown menu*/
.dropdown-menu.muted-menu { background: #eeeff0; }

/*=full width dropdown menu*/
.dropdown-menu.full-menu { width: 100%; }

/*=squared corners dropdown menu*/
.dropdown-menu.square-menu { border-radius: 0; }

/*#endregion*/


/*#region DropNav */

/***=drop nav (extends nav)***/
.drop-nav {
	background: #333131;
	display: none;
	font-size: 11px;
	font-size: 1.1rem;
	left: 0;
	position: absolute;
	width: 100%;
}
.drop-nav .nav-item {
	border-bottom: 1px solid #000;
	white-space: nowrap;
}
.drop-nav .nav-item:last-child { border-bottom: 0; }
.drop-nav .nav-item a {
	color: #d3d2ce;
	display: block;
	font-weight: 700;
	line-height: 1;
	padding: 0.73em;
	text-decoration: none;
}
.drop-nav .nav-item a:hover, .drop-nav .nav-item a:focus {
	background: url(../images/core/core-nav-hover-bg.png);
	color: #fff;
}
.drop-nav .account-status {
	background: #222 url(../images/core/core-user-expiry.png) no-repeat 0 50%;
	color: #fff;
	line-height: 1;
	margin: 0;
	padding: 0.73em 0.73em 0.73em 2.55em;
}
.with-drop {
	position: relative;
	z-index: 1;
}
.with-drop.menu-open { z-index: 100; }
/*#endregion*/


/*#region MasterListNav */

/***=master list nav (extends nav)***/
.master-list-nav {
	font-size: 1.2rem;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

    .master-list-nav ul { clear: both; }

.master-list-nav .nav-item {
	border-bottom: 1px solid #231f20;
	color: #7f8c8c;
	font-weight: 500;
	line-height: 2.5;
	margin: 0;
	padding: 0 1.5rem;
}
    .master-list-nav .nav-item .nav-item {
        border: none;
        padding-right: 0;
    }

.master-list-nav .nav-item:hover { background-color: #000; }
/*.master-list-nav .selected, .master-list-nav .selected:hover { background-color: #4893cf; }*/

.master-list-nav .nav-item a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	text-shadow: 0 0 2px #333131;
}
.master-list-nav .selected:hover > a, .master-list-nav .selected > a {
	color: #26A9E0;
	font-weight: bold;
	text-shadow: none;
}
.master-item-count {
	background: rgba(255,255,255,0.2);
	border-radius: 1rem;
	color: #fff;
	display: inline-block;
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 2rem;
	margin-top: 0.6em;
	padding: 0 0.5rem;
	text-align: center;
	min-width: 2rem;
}
.item-count-empty {
	background: rgba(0,0,0,0.2);
	color: #999;
}
			
.selected > .master-item-count {
	background: #26A9E0;
	color: #000;
	text-shadow: none;
}

/*=mailboxes*/
.master-list-nav .mailbox-inbox, .master-list-nav .mailbox-sent {
    background-image: url(../images/ui/ui-icons-white.png);
    background-repeat: no-repeat;
    padding: 3px 0 3px 36px;
}
.master-list-nav .mailbox-inbox.selected, .master-list-nav .mailbox-sent.selected { background-image: url(../images/ui/ui-icons-black.png); }
.master-list-nav .mailbox-inbox { background-position: 12px -2020px; }
.master-list-nav .mailbox-sent {
	background-position: 12px -2052px;
	margin-bottom: 24px;
}

/*=master list item categories*/
.cancelled-item,
.unconfirmed-item { border-left: 4px solid rgba(255,242,0,0.90);}
.pending-item { border-left: 4px solid rgba(0,191,243,0.90) }
.inprogress-item { border-left: 4px solid rgba(0,114,188,0.90) }
.completed-item { border-left: 4px solid rgba(87,169,87,1.0) }
.warning-item { border-left: 4px solid rgba(242,101,34,0.90) }
.bad-item { border-left: 4px solid rgba(221,2,1,0.90) }

/*#endregion*/


/*#region SectionNav */

/***=section nav (extends nav)***/
.section-nav {
	background: #ebebeb;
	border-radius: 8px;
	font-size: 1.4rem;
	font-weight: bold;
}
.section-nav ul { font-size: 1.4rem; }
.section-nav .nav-head {
	background: #2c9ded;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
	padding: 0.56em 0.61em 0.44em;
	text-transform: uppercase;
}
.section-nav .nav-item {
	border-top: 1px solid #d3d3d3;
	margin: 0 0.72em;
}
.section-nav .nav-item:first-child { border-top: 0; }
.section-nav .nav-item a {
	color: #000;
	display: block;
	padding: 0.6em 0;
	text-decoration: none;
}
.section-nav .nav-item a:hover, .section-nav .nav-item a:focus { color: #2c9ded; }

/*#endregion*/

/**********=NAV EXTENSIONS (end)**********/



/**********=BUTTON EXTENSIONS**********/
/***=oversized button (requires ui-button)***/
.oversized-button, input.oversized-button {
	font-size: 1.6rem;
	padding: 0.4375em 0.875em 0.375em;
}


/***=alert button (requires ui-button)***/
.alert-button, input.alert-button, .message-block a.alert-button {
	color: #fff;
	background-repeat: repeat-x;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.alert-button:hover, .alert-button:focus { color: #fff; }


/***=primary button (requires alert-button & ui-button)***/
.primary-button, input.primary-button {
	background-color: #2a76b0;
	background-image: -ms-linear-gradient(top, #3d95d9, #2a76b0);
	background-image: -moz-linear-gradient(top, #3d95d9, #2a76b0);
	background-image: -o-linear-gradient(top, #3d95d9, #2a76b0);
	background-image: -webkit-linear-gradient(top, #3d95d9, #2a76b0);
	background-image: linear-gradient(top, #3d95d9, #2a76b0);
	border-color: #2a76b0 #2a76b0 #2e4e77;
}


/***=danger button (requires alert-button & ui-button)***/
.danger-button, input.danger-button {
	background-color: #c43c35;
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	border-color: #c43c35 #c43c35 #882a25 #c43c35;
}


/***=success button (requires alert-button & ui-button)***/
.success-button, input.success-button {
	background-color: #57a957;
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	border-color: #57a957 #57a957 #3d773d #57a957;
}


/***=button bar (requires ui-button)***/
.ui-button-bar {
	border-radius: 0;
	display: block;
	text-align: left;
}


/***=depressed button (requires ui-button)***/
.depressed-button {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333131;
}


/***=disabled button (requires ui-button)***/
.disabled-button, .ui-button[disabled], .ui-widget-content .disabled-button {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
	filter: alpha(opacity=65);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	opacity: 0.65;
	text-decoration: line-through !important; /* Remove !important when we remove jquery UI css */
}
.primary-button.disabled-button, .primary-button[disabled] { background-color: #2e4e77; }


/***=large button (requires ui-button)***/
.large-button, input.large-button {
	border-radius: 6px;
	font-size: 1.5rem;
	padding: 0.6em 0.94em;
}


/***=small button (requires ui-button)***/
.small-button, input.small-button, .ColVis_MasterButton {
	font-size: 1.1rem;
	padding: 0.4em 0.82em;
}


/***=plain button (requires ui-button)***/
.plain-button, input.plain-button {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
}
.plain-button:hover, .plain-button:active, .plain-button:focus, .ui-widget-content .plain-button:hover, .ui-widget-content .plain-button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #0470bd;
}

/***=cancel button (requires ui-button OR plain-button & ui-button)***/
.cancel-button, input.cancel-button, .cancel-button:hover, .cancel-button:active, .cancel-button:focus { color: #dd0201; }


/***=toolbar button (requires ui-button)***/
.toolbar-button, input.toolbar-button {
	border-radius: 0;
	padding: 0.23em 0.5em 0.31em;
}


/***=asleep button (requires ui-button)***/
.asleep-button { opacity: 0.5; }


/***=icon button (requires ui-button)***/
.icon-button { padding-left: 1.85em; }
.icon-button:before {
	background: url(../images/ui/ui-icons-black.png) no-repeat;
	content: "";
	height: 24px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 24px;
}
.alert-button.icon-button:before { background-image: url(../images/ui/ui-icons-white.png); }
 
.content-header .icon-button:before, 
.portlet-header .icon-button:before, 
.toolbar .icon-button:before { top: 0; }			
.accordion-block .icon-button,
.accordion-block .icon-button,
.accordion-block-light .icon-button {
	background-image: url(../images/ui/ui-icons-white.png);
	color: #d0ebf5;
} 
.accordion-block-light .icon-button { background-image: url(../images/ui/ui-icons-black.png); }

/***=action classes for icon button (requires icon-button & ui-button)***/
.action-accept:before,
.action-activate:before,
.action-save:before,
.action-submit:before { background-position: 2px -1381px; }
.action-add:before,
.action-new:before { background-position: 2px -420px; }
.action-add-group:before { background-position: 2px -2116px; }
.action-audio:before { background-position: 2px -1092px; }
.action-artifact:before { background-position: 2px -70px; }
.action-cancel:before,
.action-close:before,
.action-deactivate:before { background-position: 2px -580px; }
.action-copy:before { background-position: 2px -1668px; }
.action-checkout:before { background-position: 2px -228px; }
.action-checkin:before { background-position: 2px -260px; }
.action-delete:before { background-position: 2px -356px; }
.plain-button.action-delete:before { background-color: transparent; }
.action-disband:before { background-position: 2px -580px; }
.action-discussion:before { background-position: 2px -132px; }
.action-edit:before { background-position: 2px -388px; }
.action-edit-user:before { background-position: 2px -2084px; }
.action-download:before { background-position: 2px -292px; }
.action-follow:before { background-position: 2px -1765px; }
.action-form:before { background-position: 2px -1158px; }
.action-history:before { background-position: 2px -100px; }
.action-image:before { background-position: 2px -1060px; }
.action-internal-link:before { background-position: 2px -1222px; }
.action-leave:before { background-position: 2px -2340px;}
.action-link:before { background-position: 2px -1220px;}
.action-message:before { background-position: 3px -1604px; }
.action-move:before { background-position: 3px -1028px; }
.action-next:before { background-position: 2px -1508px; }
.action-previous:before { background-position: 2px -1540px; }
.action-report:before { background-position: 2px -1926px; }
.action-remove:before { background-position: 2px -356px;}
.action-remove-user:before { background-position: 2px -2244px;}
.action-rename:before { background-position: 2px -388px;}
.action-results:before { background-position: 2px -1252px;}
.action-search:before { background-position: 2px -548px; }
.action-security:before { background-position: 2px -1636px; }
.action-settings:before { background-position: 2px -1862px; }
.action-start:before { background-position: 2px -1381px; }
.action-text:before { background-position: 2px -390px; }
.action-unlink:before { background-position: 2px -2212px;}
.action-unfollow:before {
	background-image: url(../images/ui/ui-icons-green.png);
	background-position: 2px -1733px;
}
.action-upload:before,
.action-import:before { background-position: 2px -324px; }
.action-upload-artifact:before { background-position: 2px -326px; }
.action-view:before,
.action-open:before { background-position: 2px -200px; }
.action-video:before,
.action-media:before { background-position: 2px -1124px; }

/***=social button (requires icon-button & ui-button)***/
.social-button, .ui-widget-content .social-button {
	padding-left: 1.7em; 
	padding-right: 0.62em;
	text-shadow: 0 0 3px #fff;
}
.social-button:before { display: none; }

/*=tweet*/
.action-tweet, .action-tweet:hover, .action-tweet:focus, .ui-widget-content .action-tweet { 
	background: url(../images/ui/ui-twitter-tweet.png) 2px 4px no-repeat #d5e8f5;
	border-color: #a4cce5;
	color: #186487;
}
.action-tweet:hover, .ui-widget-content .action-tweet:hover, .action-tweet:focus, .ui-widget-content .action-tweet:focus { 
	background-color: #bfdfed; 
	border-color: #53a3d6;
	color: #0b3752;
}
/*=fbshare*/
.action-fbshare, .action-fbshare:hover, .action-fbshare:focus, .ui-widget-content .action-fbshare {
	background: url(../images/ui/ui-facebook-share.png) 2px 4px no-repeat #617aac;
	color: #fff;
	text-shadow: 0 0 3px #000;
}
.action-fbshare:hover, .ui-widget-content .action-fbshare:hover, .action-fbshare:focus, .ui-widget-content .action-fbshare:focus {
	background-color: #2e4e77;
	color: #fff;
}
/*=linkedin*/
.action-linkedin, .action-linkedin:hover, .action-linkedin:focus, .ui-widget-content .action-linkedin { 
	color: #333131;
	background: url(../images/ui/ui-linkedin-share.png) 2px 4px no-repeat #f5f5f5;
	border-color: #c2c1bc;
	-webkit-box-shadow: inset 0 0 2px rgba(51,49,49,0.15);
	box-shadow: inset 0 0 2px rgba(51,49,49,0.15);
}
.action-linkedin:hover, .ui-widget-content .action-linkedin:hover, .action-linkedin:focus, .ui-widget-content .action-linkedin:focus {
	color: #222; 
	background-color: #ececec;
	border-color: #a8a7a3;
}
	

/***=no text button (requires ui-button)***/
.no-text-button, input.no-text-button, .ui-widget-content .no-text-button {
	overflow: hidden;
	padding: 0.4em 0;
	text-indent: 100%;
	white-space: nowrap;
	width: 26px;
}


/***=remove/restore button (requires no-text-button, plain-button & ui-button)***/
.remove-button, .restore-button, .ui-widget-content .remove-button, .ui-widget-content .restore-button {
	background: url(../images/ui/ui-icons-black.png) 2px -582px no-repeat;
	height: 24px;
	opacity: 0.25;
	padding: 0;
	width: 24px;
}
.restore-button, .ui-widget-content .restore-button { background-position: 2px -1702px; }
.remove-button:hover, .restore-button:hover, .ui-widget-content .remove-button:hover, .ui-widget-content .restore-button:hover,
.remove-button:focus, .restore-button:focus, .ui-widget-content .remove-button:focus, .ui-widget-content .restore-button:focus {
	background-image: url(../images/ui/ui-icons-black.png);
	opacity: 1;
}


/***=reconnect button (requires no-text-button & ui-button)***/
.reconnect-button, .reconnect-button:hover, .reconnect-button:active, .reconnect-button:focus,
.ui-widget-content .reconnect-button, .ui-widget-content .reconnect-button:hover, .ui-widget-content .reconnect-button:active, .ui-widget-content .reconnect-button:focus {
	background: url(../images/btn-large-reconnect.png) 0 0 no-repeat;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	font-size: 1.1rem;
	height: 24px;
	line-height: 1;
	margin: 1.4em 0;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
	width: 120px;
}


/***=close button (requires plain-button & ui-button)***/
.close-button, .ui-widget-content .close-button {
	color: #000;
	cursor: pointer;
	filter: alpha(opacity=20);
	font-size: 2rem;
	font-weight: bold;
	line-height: 0.8;
	opacity: 0.2;
	text-decoration: none !important;
	text-shadow: 0 1px 0 #fff;
}
.close-button:hover, .ui-widget-content .close-button:hover, .close-button:focus, .ui-widget-content .close-button:focus {
	color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}


/***=tooltip close button (requires close-button, plain-button & ui-button)***/
.tooltip-close-button, .ui-widget-content .tooltip-close-button {
	color: #fff;
	filter: alpha(opacity=40);
	opacity: 0.4;
	padding-left: 0.31em;
	text-shadow: 0 1px 0 #000;
	vertical-align: text-bottom;
}
.tooltip-close-button:hover, .ui-widget-content .tooltip-close-button:hover,
.tooltip-close-button:focus, .ui-widget-content .tooltip-close-button:focus {
	color: #fff;
	filter: alpha(opacity=60);
	opacity: 0.6;
}


/***=micro button (requires ui-button)***/
.micro-button, .ui-widget-content .micro-button {
	background-color: transparent;
	border: none;
	border-left: 1px solid #fff;
	border-radius: 0;
	color: #2e4e77;
	font-size: 1rem;
	line-height: 1;
	padding: 0.5em 0.6em;
	text-shadow: 0 0 2px #fff;
}
.micro-button:hover, .ui-widget-content .micro-button:hover,
.micro-button:focus, .ui-widget-content .micro-button:focus {
	background-color: #6d6c6a;
	color: #fff;
	text-shadow: 0 0 2px #333131;
}

/***=add tag button (requires ui-button), only for use with textext.js***/
.add-tag-button {
    position: absolute;
    right: -48px;
	top: 0;
	width: 24px;
}

/***=performance add (extends ui-button)***/
.i-edit-perf-add { padding-right: 2em; }
.i-edit-perf-add:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 24px;
	height: 24px;
	background-image: url(../images/ui/ui-icons-white.png);
	background-repeat: no-repeat;
	background-position: center -1829px;	
}
/**********=BUTTON EXTENSIONS (end)**********/

/***=Question Filters***/
.qfilter {
	border: 1px solid #c4c8cc;
	border-radius: 5px;
	margin-bottom: 2em;
	max-width: 480px;
	position: relative;
}

.qfilter-topic,
.qfilter-question {
	background: url(../images/ui/ui-sorting-default.png) no-repeat 98% 50%;
	border-bottom: 1px solid #c4c8cc; 
}

.qfilter-topic { 
	background-color: #dfe1e3; 
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.qfilter-question { 
	background-color: #eff1f3;
	border-top: 1px solid #fff; 
}

.qfilter-topic:hover,
.qfilter-question:hover { background-color: #fff; }

.qfilter-gridquestion {
	background: #f0f0eb url(../images/ui/ui-icons-black.png) 1em -2528px no-repeat;
	height: 32px;
	line-height: 2.67;
	outline: none;
	margin: 1em 0 1em -1em;
	padding: 0 1em;
	text-indent: 2em;
	width: 100%;
}

.qfilter-gridquestion:first-child { margin-top: -1em; }

.qfilter-responses {
	padding: 1em;
	line-height: 2;
}
		
.qfilter-footer { padding: 1em; }
		
.qfilter-topic label,
.qfilter-question label {
	height: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 0;
}
		
.qfilter select,
.qfilter .question-dropdown .notice {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
	display: block;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: none;
	box-shadow: none;
	height: 32px;
	line-height: 2.67;
	outline: none;
	padding: 0 1em;
	width: 100%;
}

.qfilter .question-dropdown .notice { background-color: #fdf5d9; }

.qfilter-topic select { font-weight: bolder; }
.qfilter label { display: inline-block; }
.qfilter .numerical-range { margin-bottom: 0.5em; }
.qfilter .numerical-range input { width: 40px; margin: 0 0.25em; }



/**********=RESPONSIVE**********/
/***=wide screens (1440px and greater)***/
@media only screen and (min-width: 90em) {}

/***=tablet (768px - 1100px)***/
@media only screen and (min-width : 48em) and (max-width : 69em) {
	
	/***=identity bar logo (extends block)***/
	.identity-bar-logo { max-width: 35rem; }
	.identity-bar-logo img { max-width: 100%; }


	/***=username block (extends media & block)***/
	.user-search-wrap .media .img {
		float: none;
		margin-right: 0;
	}


	/***=page header (extends block)***/
	.page-header { padding-left: 6rem; }
	.page-header h1 { font-size: 2.4rem; }
	.page-header h1 i[class^="icon-"] {
		margin-left: -6rem;
		width: 6rem;
	}
	
	.mp-menu-trigger-text { width: 14px; opacity: 0.5 }

	/***=section content (extends block)***/
	.section-content .media .img-ext {
		float: none;
		margin: 0 0 20px;
		text-align: center;
	}
	.section-content .media .img-ext img {
		display: inline;
		max-width: 100%;
	}
	
	/*General*/
	.dropdown-menu > li > a { line-height: 2.4; }

}

/***=Mobile (Portrait/Landscape - less than 768px) ***/
@media only screen and (max-width: 47.9375em) {

	/***=identity bar logo (extends block)***/
	.identity-bar-logo { display: none; }
	.identity-bar-logo img { max-width: 100%; }


	/***=portrait (extends block)***/
	.identity-bar .identity-bar-user .portrait { display: none; }


	/***=username block (extends media & block)***/
	.user-search-wrap .media .img {
		float: none;
		margin-right: 0;
	}
    
    .contextual-help {
        left: auto;
        right: 0px;
        top: 7.3rem;
    }
        .contextual-help ul { background-image: none; padding: 0; }

	/***=button bar (extends block)***/
	.button-bar .ui-button {
		font-size: 1.2rem;
		padding-left: 0.6em;
		padding-right: 0.6em;
	}

	/***=page header (extends block)***/
	.page-header {
		min-height: 4.8rem;
		padding-left: 4.8rem;
	}
	.page-header h1 {
	    float: left;
		font-size: 2.0rem;
		line-height: 1.4;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-right: 1rem;
	}
	.page-header h1 i[class^="icon-"] {
		margin-left: -4.8rem;
		width: 4.8rem;
	}
	.page-header .button-bar {
	    float: none;
		padding-bottom: 0.5rem;
		padding-top: 0.5rem;
		position: static;
	}
    .modal-body .page-header .button-bar, .inlinePortlet-body .page-header .button-bar {
		float: none;
		padding-top: 0;
		position: absolute;
	}
    .page-header .button-bar .ui-button:first-child { margin-left: 0; }
    
	/***=section content (extends block)***/
	.content-body .section-content {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.section-content .media .img-ext {
		float: none;
		margin: 0 0 20px;
		text-align: center;
	}
	.section-content .media .img-ext img {
		display: inline;
		max-width: 100%;
	}


	/***=push menu (main navigation; extends nav)***/
	/*=level*/
	.mp-level { border-top: none; }
	.mp-menu-trigger {
		background: #eeeff0;
		border-top: none;
		color: #7f8c8c;
		height: auto;
		width: 48px;
	}
	.mp-menu-trigger:hover, .mp-menu-trigger:focus { color: #2d2e2e; }
	.mp-menu-trigger-text { display: none; }
    
    /*DataTables*/
    .dT-toolbar { height: auto; }
    
	/*General*/
	.dropdown-menu > li > a { line-height: 3.6; }
	.dataTables_length, div.dataTables_filter, .DTTT, .ColVis { float: none; margin-bottom: 0.5rem; }
	.node-info-wrap { margin-top: 1em; }
}

/***=Mobile (Portrait) (<= 320px)***/
@media only screen and (max-width: 20em) {
	/***=page header (requires block)***/
	.page-header .sub-head > .unit {
		float: none;
		width: auto;
	}

	/***=add artifact modal***/
	.add-artifact-wrap .page-header .flag.oversized {
		display: block;
		margin-top: 10px;
	}
	.file-upload-list .file, .file-upload-list .file td {
		display: block;
		text-align: left;
		width: auto;
	}
	.file-upload-list .file { padding: 0; }
	.file-upload-list .file td { border: 0; }
}

/***=Mobile (Landscape) - Design for a width of 480px***/
@media only screen and (min-width: 20.0625em) and (max-width: 47.9375em) {
	/***=page header (requires block)***/
	.page-header .sub-head > .unit {
		float: none;
		width: auto;
	}

	/***=add artifact modal***/
	.add-artifact-wrap .page-header .flag.oversized {
		display: block;
		margin-top: 10px;
	}
	.file-upload-list .file, .file-upload-list .file td {
		display: block;
		text-align: left;
		width: auto;
	}
	.file-upload-list .file { padding: 0; }
	.file-upload-list .file td { border: 0; }
}

















/***=instrument editor table (extends table)***/
.ie-table { width: 100%; }
.ie-table td, .ie-table th { border-bottom: 24px solid #fff; }
.ie-table-view td, .ie-table-view th { border-bottom: 0; }
.ie-table em { color: #94938f; }

/*=perf levels*/
.ie-table-view .ie-perf-levels { border-bottom: none; }
.ie-perf-level {
	background: #d0ebf5;
	border-right: 1px solid #fff;	
	font-size: 10px;
	font-size: 1rem;
	padding: 0 5px 0 0;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

/*=criterion name*/
.ie-table-view .ie-criterion {
	background: url(../images/layout/layout-box-shadow-top.png) 0 0 repeat-x;
	border-bottom: 24px solid #fff;
	min-height: 24px;
	position: relative;
}
.ie-criterion-name, .ie-criterion-name.toggle-panel {
	font-size: 11px;
	font-size: 1.1rem;
	min-height: 24px;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 238px;
}
.ie-criterion-name .toggle-panel { margin: 0; }
.ie-criterion-name .toggle-panel-content p {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
}
.ie-criterion-name h3 {
	color: #333131;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	margin: -5px 0 0;
	padding: 0 5px 0 0;
}
.ie-table-view .ie-criterion-name h3 { margin-top: 0; }
.ie-criterion-name h3:after {
	background: transparent url(../images/ui/ui-icons-black.png) 50% -1316px no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	width: 24px;
}

/*=criterion level*/
.ie-criterion-level {
	background: #efefef;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.3;
	min-width: 100px;
	padding: 0;
	vertical-align: top;
}
.ie-table-view .ie-criterion-level {
    border-right: 1px solid #fff;
    padding: 5px;
    position: relative;
}
.ie-criterion-level:hover { background: rgba(208,235,245,0.25) url(../images/layout/layout-box-bg-trans.png); }
.ie-criterion-level .action-links {
	right: 1px;
	top: 1px;
}

.ie-criterion .equalizer { border-right: 1px solid #fff; }
.ie-criterion-wrapper {
	background: url(../images/layout/layout-box-shadow-top.png) 0 0 repeat-x;
	padding: 5px 5px 40px;
}
.ie-criterion-wrapper:hover .action-links, .ie-criterion-wrapper:focus .action-links { display: block; }
.ie-criterion-name .ie-criterion-wrapper { padding-left: 0; }
.ie-criterion .toggle-panel-content {
	position: relative;
	z-index:  200;
}

/***=performance add (extends ui-button)***/
.ie-perf-add { padding-right: 26px; }
.ie-perf-add:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 24px;
	height: 24px;
	background-image: url(../images/ui/ui-icons-white.png);
	background-repeat: no-repeat;
	background-position: center -1829px;	
}

.ie-perf-level-actions li .action-delete {
	background-color: transparent; 
	border: none;
}

/* Performance Levels */	
.ie-perf-level-wrapper { position: relative; }
			
.ie-perf-level-score {
	background-color: #616b72;
	color: #fff;
	float: left;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 700;
	height: 24px;
	line-height: 2.4;
	margin: 0 6px 0 0;
	text-align: center;	
	text-shadow: 0 0 2px #000;
	width: 24px;
}
			
.ie-perf-level-label {
	display: block;
	padding-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

    
/* Criterion Rows */
.ie-criterion-template { display: none; }
		
	.ie-criterion-name-wrapper { position: relative; }
		
	.ie-criterion-name.toggle-panel .toggle-panel-content p {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.2;
	}
		
		.ie-criterion-weight {
			background-color: #333131;
			color: #fff;
			float: left;
			font-size: 10px;
			font-size: 1rem;
			font-weight: 500;
			height: 24px;
			line-height: 2.4;
			margin: 0 6px 0 0;
			opacity: 0.5;
			text-align: center;	
			text-shadow: 0 0 2px #000;
			width: 24px;
		}
				
			.ie-criterion-weight:hover { opacity: 1.0; }
		
	.ie-criterion-level:hover { background: rgba(208,235,245,0.25) url(../images/layout/layout-box-bg-trans.png); }
		
	.ie-criterion-level-wrapper { position: relative; }						
		
/* Formula Editing */
.ie-criterion-sources {
	background: url(../images/layout/layout-box-bg-trans.png);
	min-height: 24px;
	padding: 5px;
	position: relative;
}
		
	div.ie-criterion-source {
		border: 1px dotted #fff;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.3;
		margin-bottom: 15px;
		padding: 8px;
	}



/**** TODO:  FROM PROTOTYPE.CSS - TO BE CLEANED UP!! *****/
/*NEW jstree for new portfolio editor*/

.tree-rubric-links {
	background-color: #666;
	border-radius: 5px;
	color: #fff;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 2px;
	right: 24px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	-moz-transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}


/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
	position: relative;
    white-space: nowrap;
}
.jstree-anchor {
    display: inline-block;
    color: black;
    white-space: nowrap;
	overflow: hidden;
    padding: 0 4px 0 1px;
    max-width: 90%;
    margin: 0;
    text-overflow: ellipsis;
    vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  -moz-box-shadow: 5px 5px 4px -4px #666666;
  -webkit-box-shadow: 2px 2px 2px #999999;
  box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
  display: inline;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  -moz-text-shadow: 1px 1px 0 white;
  -webkit-text-shadow: 1px 1px 0 white;
  text-shadow: 1px 1px 0 white;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator a,
.vakata-context .vakata-context-separator a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #ccc;
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999;
}
.assigned-tree .jstree-hovered,
.assigned-tree .jstree-clicked {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url(../images/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 16px;
  height: 16px;
}
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -9px -71px;
}
#jstree-dnd.jstree-default .jstree-er {
  background-position: -39px -71px;
}
.jstree-default > .jstree-striped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -moz-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #beebff), color-stop(100%, #a8e4ff));
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -o-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -ms-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/
}
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-default .jstree-icon,
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.assigned-tree .jstree-anchor { cursor: default; }
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-default .jstree-wholerow {
  height: 24px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url(../images/32px.png);
}
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default .jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default .jstree-anchor > .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default .jstree-clicked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default .jstree-clicked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../images/throbber.gif) center center no-repeat;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
  height: 18px;
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url(../images/32px.png);
}
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-small .jstree-clicked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-small .jstree-clicked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../images/throbber.gif) center center no-repeat;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
  height: 32px;
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url(../images/32px.png);
}
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-large .jstree-clicked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-large .jstree-clicked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../images/throbber.gif) center center no-repeat;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
		.jstree-open > .jstree-ocl,
		.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
		*/
  }
  .jstree-default-responsive .jstree-icon {
    background-image: url(../images/40px.png);
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
  }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 200px;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important;
  }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important;
  }
  .jstree-default-responsive .jstree-anchor > .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-default-responsive .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive .jstree-clicked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url(../images/40px.png);
    background-size: 120px 200px;
  }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
  }
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
