﻿/* Adapted from various CSS files like block extensions to support generic PDF output */

/**********=TYPOGRAPHY EXTENSIONS**********/
/*#region HeadingExtensions */

/***=content header h1***/
.content-header > h1 {
	color: #333131;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0;
	overflow: hidden;
	padding: 4px 25px 0 0;
	text-indent: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/***=master list heading***/
.master-list-heading {
	background: rgba(51,49,49,0.5);
	border-bottom: 1px solid rgba(51,49,49,0.75);
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 900;
	margin: 0;
	padding: 8px 12px 9px;
	position: relative;	
	text-shadow: 0 0 2px #000;
	text-transform: uppercase;
}
.master-list-heading > a {
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 2px;
}

.master-list-heading.include-inactive {
	background: transparent;
	height: auto;
	padding: 3px 9px;
	text-transform: none;
}
.include-inactive input { margin: 0 3px 0 0; }
.include-inactive label {
	color: #fff;
	font-weight: normal;
	text-shadow: 0 0 2px #333131;
}

.master-list-heading h2 {
	background-color: transparent;
	background-image: url(../images/ui/ui-icons-black.png);
	background-position: 0 -4px;
	background-repeat: no-repeat;
	color: #333131;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 22px;
	width: 100%;
}


/***=type headings (extends headings)***/
.type-heading {
    background-image: url(../images/ui/ui-icons-black.png);
    background-repeat: no-repeat;
    padding-left: 28px;
}
.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*/


/**********=TYPOGRAPHY EXTENSIONS (end)**********/


/**********=TABLE EXTENSIONS**********/
/*#region InstrumentEditorTable */
.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: 24px;
	margin: 0 6px 0 0;
	opacity: 0.5;
	text-align: center;	
	text-shadow: 0 0 2px #000;
	width: 24px;
}
            .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: 24px;
				margin: 0 6px 0 0;
				text-align: center;	
				text-shadow: 0 0 2px #000;
				width: 24px;
			}
			
			.ie-perf-level-label {
				display: inline-block;
				padding-top: 3px;
			}
			
/***=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 url(../images/layout/layout-box-bg-trans.png);
	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;
}
.ie-perf-level-label {
	display: inline-block;
	padding-top: 3px;
}

/*=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: url(../images/layout/layout-box-bg-trans.png);
	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 { display: block; }
.ie-criterion-name .ie-criterion-wrapper { padding-left: 0; }
.ie-criterion .toggle-panel-content {
	position: relative;
	z-index:  200;
}


/*#endregion*/
/**********=TABLE EXTENSIONS (end)**********/


/**********=BLOCK EXTENSIONS**********/
/***=media (extends block)***/
.media, .bd {
	overflow: hidden;
	
	*overflow: visible;
	*zoom: 1;
}
.media .img, .media .featured {
	float: left;
	margin-right: 12px;
}
.media .img img { display: block; }
.media .img-ext, .media .featured-ext {
	float: right;
	margin-left: 12px;
}


/***=keyword/keyphrase pair highlight (extends block)***/
.kw-kp {
	border: 1px solid #75bc8a;
	border-radius: 3px;
	bottom: 7px;
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 2px 6px;
	position: absolute;
	white-space: nowrap;
	z-index: 100;
}
.kw {
	background: #d5e8b8;
	color: #006838;
}
.kp {
	background: #f2f8e8;
	color: #216838;
}
.kw-kp-connector {
	background: #00a14b;
	bottom: 15px;
	height: 1px;
	left: 0;
	position: absolute;
	width: 105%;
	z-index: 10;
}


/***=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 4px 0 0;
	overflow: hidden;
	padding: 0;
	text-indent: 100%;
	vertical-align: middle;
	width: 18px;
}
.uGuest { background-image: url(../images/users/user-role-guest.png); }
.u101 { background-image: url(../images/users/user-role-teacher.png); }
.u201 { background-image: url(../images/users/user-role-advisor.png); }
.u301 { 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 { 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); }
.u1401 { background-image: url(../images/users/user-role-peerassessor.png); }
.u1601 { background-image: url(../images/users/user-role-flex.png); }


/***=override (extends block)***/
.override {
    background: url(../images/users/user-role-override-ad.png) 100% 0 no-repeat;
    height: 24px;
    margin: 0 0 0 -15px;
    overflow: hidden;
    text-indent: -500px;
    width: 15px;
}
.override-as { background-image: url(../images/users/user-role-override-as.png); }
.override + .override { background-position: 100% 100%; }


/***=mini score box (extends block)***/
.mini-score {
	background-color: #616b72;
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 6px 0 0;
	min-width: 24px;
	padding: 6px 0 3px;
	text-align: center;	
	text-shadow: 0 0 2px #000;
}
.mini-score.ep4-tip {
	background-color: #333131;
	cursor: pointer;
	font-weight: 500;
	opacity: 0.5;
}
.mini-score.ep4-tip:hover { opacity: 1.0; }


/***=default text (extends block)***/
.default-text {
	color: #8d8e90;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 100;
}
.tocs-picklist .default-text { padding: 1em; }
.default-text strong {
	color: #7d7e70;
	font-weight: 500;
}


/***=user name (extends media & block)***/
.user-name {
	background: url(../images/core/core-drop-arrow.png) no-repeat 100% 50%;
	cursor: pointer;
	height: 24px;
	min-width: 236px;
	white-space: nowrap;
	width: auto;
}
.user-name .img { margin: 0; }
.user-name .perm-icon {
	border-radius: 0;
	height: 24px;
	margin: 0;
	width: 24px;
}
.user-name .name {
	font-size: 1.2rem;
	font-weight: 300;
	height: 24px;
	line-height: 24px;
	padding: 0 24px 0 6px;
	text-shadow: 0 0 3px #fff;
	white-space: nowrap;
}
.user-name:hover .name, .menu-open .user-name .name { background: url(../images/core/core-menu-hover-bg.png); }


/***=logo (extends block)***/
.logo { padding: 14px 0 10px 12px; }
.logo img {
	display: block;
	max-width: 100%;
}


/***=content inset (extends block)***/
.content-inset {
	padding: 12px;
	padding: 1.2rem;
}


/***=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: 6px;
	padding: 0.5rem;
}


/***=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: 10px;
	font-size: 1rem;
	font-weight: 500;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 12px;
	text-decoration: none;
}				
.app-switcher li a.active {
	color: #6d6c6a;
	font-weight: 700;
}
.app-switcher li a:hover { color: #333131; }


/***=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: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 2.9em;
	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: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 2.9em;
	text-decoration: none;
}		
.process-steps .selected a,
.process-steps .selected a:hover,
.process-steps .completed a,
.process-steps .completed a:hover {
	color: #fff;
	text-decoration: none;
}		
.process-steps a:hover {
	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: 0px 0px 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);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    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: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.0rem;
	margin: 0 1.2rem;
	min-height: 8.8rem;
	padding: 2.4rem;
	text-decoration: none;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

	.decision-row a:hover { 
		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; 
	}


/***=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: 11px;
	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: 48px;
	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; }


/***=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: 12px;
	font-size: 1.2rem;
	font-weight: 100;
	line-height: 1.5;
	margin: 0;
	min-width: 100px;
	padding: 18px 12px 12px 0;
}
.compartment-row .events-list .event-time { max-width: 100px; }
.events-list .event-time strong {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
}
.events-list .details-list {
	background: #f5f5f5;
	min-height: 72px;
	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-size: 12px;
	font-weight: 300;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 320px;
}
.news-items > li { margin: 0 0 6px; }
.news-items > li > a {
	background: #f5f5f5;
	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: #2a76b0;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.33;
	overflow: hidden;
	padding: 0 12px;
	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 { 
	background-image: none;
	color: #333131;
}
.news-items > .news-item-invitations {
	background: none;
	border: none;
}


/***=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: 8px;
	font-size: 0.8rem;
	margin: 6px 0;
	overflow: hidden;
	padding: 3px;
	text-indent: 100%;
}
.data-stat-bar .data-stat-bar-value {
	background: #6d6c6a;
	border-radius: 7px;
	display: block;
	font-size: 8px;
	font-size: 0.8rem;
	line-height: 1;
	overflow: hidden;
	text-indent: 100%;
}
.data-stat-bar, .data-stat-bar-value { height: 0.8rem; }
.data-better .data-stat-bar-value { background: #6e9e2f; }
.data-worse .data-stat-bar-value { background: #dd0201; }


/***=data link (extends block)***/
.data-link {
	color: #3d95d9;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.7;
	text-decoration: none;
}
.data-link:hover { text-decoration: underline; }


/***=data context (extends block)***/
.data-context {
	color: #94938f;
	font-size: 9px;
	font-size: 0.9rem;
	font-weight: 900;
	text-transform: uppercase;
}


/***=button bar (extends block)***/
.button-bar {
	border: 1px solid #ccc;
	border-bottom-color: 1px solid #bbb;
	border-radius: 4px;
	display: inline-block;
}
.button-bar .ui-button {
	border-width: 0 0 0 1px;
	border-radius: 0;
}
.button-bar .ui-button:first-child {
	border-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.button-bar .ui-button:last-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}


/*#region ActionLinks */

/***=action links (extends block)***/
.action-links {
	display: none;
	height: 24px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -5px;
	top: 0;
	z-index: 100;
}
.wrap:hover > .action-links { display: block; }
.action-links li {
	background: #fff;
	border-right: 1px solid #fff;
	height: 24px;
	margin: 0;
	overflow: hidden;
	width: 24px;
}
.action-links li .icon-button:before {
	left: 0;
	top: 0;
}			
.action-links li .icon-button {
	display: block;
	height: 24px;
	padding: 0;
	width: 24px;
}
.ie-perf-level-actions li .action-delete {
	background-color: transparent; 
	border: none;
}
.action-links li .icon-button:hover {
	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 { background-color: #e5e5e1; }

/*#endregion*/


/***=default tab (extends block)***/
.default-tab, .default-tab:hover {
	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: #94938f;
	border-radius: 3px;
	color: #fff;
	display: inline;
	font-size: 9px;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	padding: 1px 3px 2px;
	text-transform: uppercase;
}
.flag.oversized {
	border-radius: 5px;	
	font-size: 16px;
	font-size: 1.6rem;
	padding: 4px 7px;
}	
.flag.score, .flag.inline {
	border-radius: 5px;	
	font-size: 11px;
	font-size: 1.1rem;
	padding: 3px 4px;
}
.flag.score {
	display: inline-block;
	min-width: 14px;
	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-success, .score.flag-success { background-color: #57a957; }
.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: #a8a7a3;
	text-shadow: none;
}


/***=contextual help (extends block)***/
.contextual-help {
	background: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	padding-top: 3px;
}
.contextual-help ul {
	background: url(../images/ui/ui-contextual-fold.png) 0 100% no-repeat;
	list-style: none;
	margin: 0 0 -7px -7px;
	padding: 0 0 7px;
	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;
	padding: 4px 8px 3px;
	text-decoration: none;
	text-transform: uppercase;
}     
.contextual-help a:hover {
	background: #444141 url(../images/layout/layout-box-bg-trans.png);
	color: #fff;
}


/***=page header (requires block)***/
.page-header {
	background: #fff;
	border-bottom: 1px solid #d3d2ce;
	padding: 15px 12px;
	position: relative;
	z-index: 0;
}

.page-header .return-to {
	background: url(../images/core/core-header-return.png) no-repeat 0 50%;
	color: #333131;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1;
	padding-left: 10px;
	text-decoration: none;
	text-transform: uppercase;
}	
.page-header .return-to:hover {
	color: #000;
	text-decoration: underline;
}

.page-header h1 {
	color: #333131;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 1;
	margin: 20px 0 0;
}
.page-header .return-to + h1 {  margin-top: 8px; }
.page-header h2 {
	clear: both;
	color: #a8a7a3;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	margin: 10px 0 0;
	padding: 5px 0 0;
}

.page-header .button-bar {
	bottom: 15px;
	overflow: hidden;
	position: absolute;
	right: 12px;
}

.pagemode { color: #94938f; }


/***=descendant box (requires block)***/
.descendant {
	margin: 6px 0 0 24px;
	margin: 0.6rem 0 0 2.4rem;
	position: relative;
}
.descendant:before {
	content: "\230A";
	color: #2a76b0;
	display: block;
	font-size: 16px;
	left: -16px;
	position: absolute;
	top: 0;
	width: 16px;
	width: 1.6rem;
}


/***=column flow (extends .block) ***/
.column-flow {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;

	-moz-column-gap:24px; /* Firefox */
	-webkit-column-gap:24px; /* Safari and Chrome */
	column-gap:24px;

	-moz-column-rule: 1px solid rgba(51,49,49,0.25); /* Firefox */
	-webkit-column-rule: 1px solid rgba(51,49,49,0.25); /* Safari and Chrome */
	column-rule: 1px solid rgba(51,49,49,0.25);

	margin: 1.2rem 0 0;
}

	.column-flow > div,
	.column-flow > li,
	.column-flow > table {
		-webkit-column-break-inside:avoid;
		-moz-column-break-inside:avoid;
		-o-column-break-inside:avoid;
		-ms-column-break-inside:avoid;
		column-break-inside:avoid;
	}


/***=column counts (extends .column-flow) ***/
.three-columns { 
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
}
.four-columns { 
	-moz-column-count:4; /* Firefox */
	-webkit-column-count:4; /* Safari and Chrome */
	column-count:4;
}


/***=featured columns (extends .column-flow) ***/
.featured-columns { 
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 1.2rem; 
}




/***=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; }






/*NEW prototype search results*/
.search-results-viewer {
	overflow: hidden;
	position: relative;
	height: 800px;
	-moz-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}

.search-results-list,
.search-results-detail {
	-webkit-box-sizing:border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;

	left: -105%;
	position: absolute;
	top: 0px;
	-moz-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
	width: 100%;
}

.search-results-detail { left: 105%; }

.search-results-list.selected,
.search-results-detail.selected { left: 0px; }

.search-results-detail-bar {
	background: #333131 url(../images/layout/layout-box-bg-dark.png);
	margin-bottom: 1.2rem;
}
	.search-results-detail-bar .ui-button { border-radius: 0; }



/**=chart sparkline=**/
.chart-sparkline {
	display: inline-block;
	height: 30px;
	width: 150px;  
}


/***=google maps***/
.google-map {
	width: 100%;
	height: 400px;
	margin: 1.2rem 0;
}

.google-map-small {
	width: 95%;
	height: 250px;
	margin: 1.2rem 0;
}


/***=portfolio tree (extends toggle-panel & block)***/
.portfolio-tree-title { 
	background: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	height: 48px;
	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: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	padding-top: 6px;
	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: 11px;
	font-size: 1.1rem;
	padding-bottom: 4px
}
.portfolio-properties li {
	line-height: 1.6;
	margin-right: 12px;
}

.portfolio-tree-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;
}
.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 {
	background-color: #000;
	color: #fff;
}

.portfolio-tree-pages {
	list-style: none;  
	margin: 0 0 0 24px;
	padding: 0; 
}
.portfolio-tree-page {
	list-style: none;    
	margin-left: 24px;
	padding: 0;    
}
.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: 24px;
	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 {
	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 {
	background: rgb(255,243,4);
	background: -moz-linear-gradient(top,  rgba(255,24s3,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 {
	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 {
	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);
}


/* Toggle Content Block */	
.toggle-panel-arrow { display: none; }

	.toggle-panel-content {
		/*background: #fff url(../images/layout/layout-box-shadow-top.png) repeat-x left top;*/
		border: 1px solid #d3d2ce;
		border-width: 0 1px 1px;
		padding: 17px 12px 12px;
	}
	
		.toggle-panel-content.toggle-panel-content-plain, .toggle-panel-content-plain {
			background: transparent;
			border: none;
			padding: 0;
		}


/**********=BLOCK EXTENSIONS (end)**********/


/**********=NAV EXTENSIONS**********/
/*#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: 8px;
	text-decoration: none;
}
.drop-nav .nav-item a:hover {
	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: 8px 8px 8px 28px;
}
.with-drop {
	position: relative;
	z-index: 1;
}
.with-drop.menu-open { z-index: 100; }
/*#endregion*/


/***=responsive nav (extends nav)***/
.responsive-nav {}
.menu-pull { display: none; }


/*#region PrimaryNav */

/***=primary nav (extends nav)***/
.primary-nav > .nav-item > a {
	background: #e1e0dc;
	border-left: 2px solid #fff;
	color: #333131;
	display: block;
	font-weight: 700;
	line-height: 1;
	padding: 58px 8px 8px;
	text-decoration: none;
	text-shadow: 0 0 3px #fff;
}
.primary-nav > .nav-item > a:hover,
.primary-nav > .nav-item:hover > a, 
.primary-nav > .menu-open > a {
	background: #333131;
	color: #fff;
	text-shadow: 0 0 3px #000;
}
.primary-nav .drop-arrow {
	background: url(../images/core/core-drop-arrow.png) no-repeat 50% 50%;
	display: inline-block;
	height: 9px;
	overflow: hidden;
	text-indent: 100%;
	width: 11px;
}
.primary-nav > .nav-item > a:hover .drop-arrow,
.primary-nav > .nav-item:hover > a .drop-arrow,
.primary-nav > .menu-open > a .drop-arrow { background-image: url(../images/core/core-drop-arrow-hover.png); }
.primary-nav .drop-nav {
	left: auto;
	right: 0;
	width: 240px;
}

/*#endregion*/


/*#region QuickHitsNav */

/***=quick hits nav (extends nav)***/
.quick-hits-nav { border-left: 2px solid #000; }
.quick-hits-nav .nav-item { background: url(../images/core/core-nav-bg.png); }
.quick-hits-nav .nav-item:nth-child(-n+2) { border-bottom: 2px solid #fff; }
.quick-hits-nav .nav-item:hover { background: #e5e5e1; }
.quick-hits-nav .nav-item a {
	background: url(../images/core/core-nav-buttons.png) no-repeat;
	border-left: 2px solid #fff;
	display: block;
	height: 38px;  /* ANY OTHER WAY??? */
	overflow: hidden;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
}
.quick-hits-nav .nav-item .quick-help { background-position: 0 0; }
.quick-hits-nav .nav-item .quick-contacts { background-position: -38px 0; }
.quick-hits-nav .nav-item .quick-dashboard { background-position: 0 -38px; }
.quick-hits-nav .nav-item .quick-messages { background-position: -38px -38px; }

/*#endregion*/


/*#region MasterListNav */

/***=master list nav (extends nav)***/
.master-list-nav {
	font-size: 12px;
	font-size: 1.2rem;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.master-list-nav .nav-item {
	border-bottom: 1px solid rgba(51,49,49,0.15);
	color: #d3d2ce;
	font-weight: 500;
	margin: 0;
	padding: 0 12px;
	text-shadow: 0 0 2px #333131;
}
.master-list-nav .nav-item:hover { background-color: #333131; }
.master-list-nav .selected, .master-list-nav .selected:hover { background-color: #fff; }
.master-list-nav .nav-item a {
	color: #fff;
	font-weight: 500;
	padding: 3px 0;
	text-decoration: none;
	text-shadow: 0 0 2px #333131;
}
.master-list-nav .selected:hover a, .master-list-nav .selected a {
	color: #2a76b0;
	text-shadow: none;
}
.master-item-count {
	background: #94938f;
	background: rgba(255,255,255,0.2);
	border-radius: 7px;
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	padding: 3px 9px;
}
.item-count-empty {
	background: #6d6c6a;
	color: #c2c1bc;
}
			
.selected .master-item-count {
	background: #f5f5f5;
	color: #2e4e77;
	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;
}

/*#endregion*/

/**********=NAV EXTENSIONS (end)**********/



/**********=BUTTON EXTENSIONS**********/
/***=oversized button (requires ui-button)***/
.oversized-button, input.oversized-button {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 7px 14px 6px;
}


/***=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 { 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;
}
.primary-button + .primary-button {
    border-left: 1px solid #000;
}

/***=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: 15px;
	font-size: 1.5rem;
	padding: 9px 14px;
}


/***=small button (requires ui-button)***/
.small-button, input.small-button {
	font-size: 11px;
	font-size: 1.1rem;
	padding: 4px 9px;
}


/***=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;
	text-decoration: underline !important; /* Remove !important when we remove jquery UI css */
}
.plain-button:hover, .plain-button:active, .ui-widget-content .plain-button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #2a76b0;
}

/***=cancel button (requires ui-button OR plain-button & ui-button)***/
.cancel-button, input.cancel-button, .cancel-button:hover, .cancel-button:active { color: #dd0201; }


/***=toolbar button (requires ui-button)***/
.toolbar-button, input.toolbar-button {
	border-radius: 0;
	padding: 3px 6px 4px;
}


/***=asleep button (requires ui-button)***/
.asleep-button { opacity: 0.5; }


/***=icon button (requires ui-button)***/
.icon-button { padding-left: 24px; /* TODO: remove !important */ }
.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 {
	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);
	color: #d0ebf5;
}

/***=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: 22px; 
	padding-right: 8px;
	text-shadow: 0 0 3px #fff;
}
.social-button:before { display: none; }

/*=tweet*/
.action-tweet, .action-tweet:hover, .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 { 
	background-color: #bfdfed; 
	border-color: #53a3d6;
	color: #0b3752;
}
/*=fbshare*/
.action-fbshare, .action-fbshare:hover, .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 {
	background-color: #2e4e77;
	color: #fff;
}
/*=linkedin*/
.action-linkedin, .action-linkedin:hover, .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 0px 0px 2px rgba(51,49,49,0.15);
	box-shadow: inset 0px 0px 2px rgba(51,49,49,0.15);
}
.action-linkedin:hover, .ui-widget-content .action-linkedin:hover {
	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: 5px 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 {
	background-image: url(../images/ui/ui-icons-black.png);
	opacity: 1;
}

