/* Minification failed. Returning unminified contents.
(342,11): run-time error CSS1030: Expected identifier, found '.'
(342,23): run-time error CSS1031: Expected selector, found ')'
(342,23): run-time error CSS1025: Expected comma or open brace, found ')'
(501,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/* ============================================== */
/* Main Content */
/* ============================================== */

.competency-model-container #main {
	background: #f9f9f9 url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTU3NzIsIDIwMTQvMDEvMTMtMTk6NDQ6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM3RUVBM0U5N0E5RDExRTRCM0M0QTU5NzQ4QUY4MjgzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM3RUVBM0VBN0E5RDExRTRCM0M0QTU5NzQ4QUY4MjgzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUU2Njk0QkE3QTlCMTFFNEIzQzRBNTk3NDhBRjgyODMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzdFRUEzRTg3QTlEMTFFNEIzQzRBNTk3NDhBRjgyODMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAACAgICAgICAgICAwICAgMEAwICAwQFBAQEBAQFBgUFBQUFBQYGBwcIBwcGCQkKCgkJDAwMDAwMDAwMDAwMDAwMAQMDAwUEBQkGBgkNCwkLDQ8ODg4ODw8MDAwMDA8PDAwMDAwMDwwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAH0AAEDAREAAhEBAxEB/8QAWAABAQEBAAAAAAAAAAAAAAAAAAUDCQEBAAAAAAAAAAAAAAAAAAAAABABAAEBCQAAAAAAAAAAAAAAAAEUUWHSAxOTBAVVEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDsvX9t6XK3szECpSXQC9TxYCvpwDQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH//2Q==) repeat-x top center;
	padding: 0px 0px;
	overflow: hidden;
}

.competency-model-container table.competency-model-grid {
	border: 1px solid #bcd8e9;
	border-radius: 0px 0px 5px 5px;
	margin: 15px 0px;
	position: relative;
}

/* HACK FB-26781: modal auto-resize was resulting in very small popup windows */
.competency-model-container table.competency-model-grid {
	min-width: 760px; 
}
	                                
/* HACK FB-26781: the competency selector assumes the data are long enough to wrap. If not, the cols don't have same width. This is a hack for PUBLIC */
.competency-classification-popup table.competency-model-grid .name-and-label {
	min-width: 500px; 
}

.competency-model-container table.competency-model-grid .title {
	position: relative;
}

.competency-model-container table.competency-model-grid > caption, .competency-model-container table.competency-model-grid > thead.section-header {
	/*background-color: #44a8d8;*/
	background: #006eaa;
	color: #fff;
	font-size: 18px;
	text-align: left;
	padding: 15px 30px 15px 35px;
	border-radius: 5px 5px 0px 0px;
	position: relative;
	cursor: pointer;
	
}

.competency-model-nested-grid > thead:before {
    display: none;
}

.competency-model-nested-grid.level-2-inner > thead:before {
    display: block; /*shows the expand caret on the second leaf node only on the comparison table */
}

.competency-model-container table.competency-model-grid caption:before, .competency-model-container table.competency-model-grid thead:before {
	content:'\f0d7';
	font-family: "FontAwesome", "Font Awesome 5 Pro";
	position: absolute;
	left: 15px;
	-ms-transition: all 0.5 ease-in-out;
	-webkit-transition: all 0.5 ease-in-out; 
	transition: all 0.5 ease-in-out;
	font-weight: 900;
}

.competency-model-container table.competency-model-grid caption label, .competency-model-container table.competency-model-grid thead.section-header label {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: bold;
	float: right;
	margin-top: -10px;
}

.competency-model-container table.competency-model-grid caption label input[type="checkbox"], table.competency-model-grid > thead.section-header label input[type="checkbox"] {
	background-color: #fff;
	border: none;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	padding: 10px;
	top: 8px;
	-webkit-appearance: none;
	appearance: none;
}

.competency-model-container table.competency-model-grid caption label input[type="checkbox"]:checked, .competency-model-container table.competency-model-grid thead.section-header label input[type="checkbox"]:checked {
	color: #444;
}

.competency-model-container table.competency-model-grid caption label input[type="checkbox"]:checked:after, .competency-model-container table.competency-model-grid thead.section-header label input[type="checkbox"]:checked:after {
	content: '\f00c';
	font-family: "FontAwesome", "Font Awesome 5 Pro";
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 3px;
	color: #3591c4;
}

.competency-model-container table.competency-model-grid th {
	background: none;
	font-size: 10px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid #e7f0f5;
	position: relative;
	padding: 5px 5px 10px 5px;
}

/*.competency-model-container table.competency-model-grid th span {
	position: absolute;
	bottom: 7px;
	left: 40px;
	width: 200px;
}*/

.competency-model-container table.competency-model-grid th input.select-all {
	margin-bottom: -6px;
	margin-right: 10px;
}

.competency-model-container table.competency-model-grid td {
	border-bottom: none;
}

.competency-model-container table.competency-model-grid td a {
	text-decoration: none;
}

.competency-model-container table.competency-model-grid td a:hover {
	text-decoration: underline;
}

.competency-model-container table.competency-model-grid table {
	padding-left: 30px;
	padding-right: 10px;
}

.competency-model-container table.competency-model-grid table caption, .competency-model-container table.competency-model-grid table thead.section-header {
	padding: 20px 35px 10px 30px;
	text-align: left;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}

.competency-model-container table.competency-model-grid table caption:before, .competency-model-container table.competency-model-grid table thead:before {
	left: 10px;
}

.competency-model-container table.competency-model-grid table tr {
	border-radius: 5px;
}

.competency-model-container table.competency-model-grid table tbody tr:nth-child(odd){
	background-color: #ebf3f7;
}

.competency-model-container table.competency-model-grid table td {
	border-bottom: none;
	vertical-align: top;
}

.competency-model-container table.competency-model-grid table td.icons {
	vertical-align: top;
}

.competency-model-container table.competency-model-grid table input[type="checkbox"] {
	background-color: #fff;
	border: 2px solid #d0e0e8;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	padding: 8px;
	-webkit-appearance: none;
	/*-moz-appearance: none;*/
	appearance: none;
}

.competency-model-container table.competency-model-grid table input[type="checkbox"]:checked {
	color: #444;
}

.competency-model-container table.competency-model-grid table input[type="checkbox"]:checked:after {
	content: '\f00c';
	font-family: "FontAwesome", "Font Awesome 5 Pro";
	font-size: 13px;
	position: absolute;
	top: 2px;
	left: 1px;
	color: #3591c4;
}

.competency-model-container table.competency-model-grid table input[type="text"] {
	background: none;
	border: 2px solid #d0e0e8;
	background-color: #fff;
	border-radius: 3px;
}

::-webkit-input-placeholder {color: #d0e0e8;}
:-moz-placeholder {color: #d0e0e8;}
::-moz-placeholder {color: #d0e0e8;}
:-ms-input-placeholder {color: #d0e0e8;}

.competency-model-container table.competency-model-grid table a.reorder {
	color: #d0e0e8;
	font-size: 15px;
	position: relative;
	display:inline-block;
	padding: 0px 5px 0px 0px;
	cursor: move;
}

.competency-model-container table.competency-model-grid table tfoot {
	margin-top: 15px;
}

.competency-model-container table.competency-model-grid table tfoot tr {
	background-color: #fff !important;
}

.competency-model-container table.competency-model-grid table tfoot tr td {padding: 15px 0px;}


.competency-model-container table.competency-model-grid.collapse {
	border: none;
}

.competency-model-container table.collapse > caption, .competency-model-container table.collapse > thead {
	border-radius: 5px 5px;
}
.competency-model-container table.collapse > caption:before, .competency-model-container table.collapse > caption:before, .competency-model-container table.collapse > thead:before {
	content: "\f0da";
	font-weight: 900;
}

/* TODO: Consider moving to custom stylesheet */
.competency-classification-popup.modalPopupWindow table.competency-model-grid table tr td.target-proficiency { white-space: nowrap; }
.competency-classification-popup.modalPopupWindow table.competency-model-grid table tr td.proficiency { white-space: nowrap;  }

/* hide the expand carat when not using caption (i.e. assessments) */
.no-expand:before { display: none; }

c table {
	border-collapse: separate;
	border-spacing: 0px;
	width: 100%;
}

.competency-classification-popup.modalPopupWindow table.competency-model-grid table tr {
	font-size: 12px;
}

.competency-classification-popup.modalPopupWindow table.competency-model-grid > caption {
	/* Use this padding if not doing expand/collapse 
	padding: 10px 0px 10px 15px; */  
	
	padding: 10px 0px 10px 35px;
	font-size: 15px;
	cursor: pointer;
}

/* This would hide the expand/collapse indicators
.competency-classification-popup.modalPopupWindow table.competency-model-grid caption:before {
	display:none;
}
.competency-classification-popup.modalPopupWindow table.competency-model-grid table caption:before {
	display:none;
}
*/

.competency-classification-popup.modalPopupWindow table.competency-model-grid table {
	padding-left:30px;
}

.competency-classification-popup.modalPopupWindow table.competency-model-grid table caption {
	/* Use this padding if not doing expand/collapse 
	padding: 15px 0px 5px 10px; */
	padding: 15px 0px 5px 30px;
	font-size: 13px;
	cursor: pointer;
}

.competency-classification-popup.modalPopupWindow table.competency-model-grid table tr th {text-align: left;}

.competency-classification-popup.modalPopupWindow table.competency-model-grid table tr td {font-size:11px;}

.competency-classification-popup.modalPopupWindow table.competency-model-grid input:focus {outline: 0;}

.competency-classification-popup.modalPopupWindow table.competency-model-grid input[type="text"] {
	padding: 0.5em;
	/*width: 100%; */
}

.competency-classification-popup.modalPopupWindow table.competency-model-grid .select-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	margin: 0px;
	z-index: 1;
}

.competency-classification-popup.modalPopupWindow table.competency-model-grid select {
	display: block;
	min-width: 130px;
	line-height: normal;
	padding: .6em .5em .5em .5em;
	border: 2px solid #d0e0e8;
	background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) no-repeat right center !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
}

.competency-classification-popup.modalPopupWindow table.competency-model-grid .select-wrap:before {
	content: '\f0d7';
	font-family: "FontAwesome", "Font Awesome 5 Pro";
	position: absolute;
	display: block;
	font-size: 14px;
	line-height: 2em;
	padding: 0 0.625em;
	text-align: center;
	right: 0px;
	top: 0px;
	width: 1em;
	height: 100%;
	z-index: -1;
}

.competency-classification-popup.modalPopupWindow table.competency-model-grid select::-ms-expand { display: none;}
.competency-classification-popup.modalPopupWindow table.competency-model-grid select:focus {outline:none;}

:-moz-any(.select-wrap):before {
	background-color: #fff; 
	pointer-events: none;
	z-index: 1; 
}

.competency-classification-popup .name-and-label span:nth-child(1) {
	width: 50px;
	display: table-cell;
	font-weight: bold;
} 
.competency-classification-popup .name-and-label span:nth-child(2) {
	word-wrap: break-word;
	display: table-cell;
	/* 
		With table-cell display, word-wrap only works if there is an explicit width. This is a general-purpose default based width of 900 w/ 2 classification cols. 
		Override as needed. Don't change this default w/out retesting all of the classification popups.
	*/
	max-width: 475px;	
} 

/* border between intermediate caption and <th>, helps prevent the counter badge from "floating in space" */
.competency-classification-popup.modalPopupWindow table.competency-model-grid table tr th {
	border-top: 1px solid #e7f0f5;
	padding: 10px 5px 8px 5px;
}

/* proficiency width may need adjusted on a client-by-client basis as they customize options  */
.competency-classification-popup.modalPopupWindow table.competency-model-grid .proficiency-selector {
	width: 115px;
}

/* Makes sure the tooltip icon is white to show up on the solid blue background on cc headers */
.competency-model-container table.competency-model-grid > caption i.icon-cluetip {
	color:#ffffff;
}

/* ------------------------------------------------------------------------------------------------------------------- */
/* The "static info" badge for headers. Unlike the "interesting child count" this remains static and is always visible */
/* ------------------------------------------------------------------------------------------------------------------- */
.competency-classification-popup.modalPopupWindow table.competency-model-grid caption span.badge {
	float: right;
	background: #F0F0F0;
	color: #A6A6A6;
	min-width: 17px;
	padding: 2px 3px;
	margin-right: 10px;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}

/* top-level header */
.competency-classification-popup.modalPopupWindow table.competency-model-grid > caption span.badge {
	background-color: #0e6ba7;
	margin-right: 15px;
	color: #FFF;
}

.competency-classification-popup.modalPopupWindow table.competency-model-grid .badge.empty {
	display: none;
}

/* -------------------------------------------------------- */
/* The "interesting child count" badge for headers          */
/* -------------------------------------------------------- */
.competency-classification-popup.modalPopupWindow table.competency-model-grid caption span.counter {
	background: #F0F0F0;
	color: #A6A6A6;
}

/* top-level header */
.competency-classification-popup.modalPopupWindow table.competency-model-grid > caption span.counter {
	background-color: #0e6ba7;
	color: #FFF;
}

/* ============================================== */
/* Learning Plan Overview */
/* ============================================== */

.task-row-RPE .task-banner {display:none !important;} /* Hiding the task group banner for RPE - it's distracting and not useful */

.task-rpe {padding: 5px 15px;}

.task-rpe .rpe-banner {
	float: left;
	width: 100%;
	margin-bottom: 20px;	
	padding: 10px 0px;
}

.task-rpe .rpe-overview {float: left; width: 70%;}
.task-rpe .rpe-overview h2 {margin-top: 15px;}

.task-rpe .rpe-overview p {
	background: none;
	color: #444;
	padding: 5px 0px;
}

.task-rpe table {margin-bottom: 15px;}

.task-rpe table th {
	font-size: 10px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: bold;
	color: #136ea7;
	position: relative;
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #e9e9e9;
}

.task-rpe table tbody tr.level-1 {
	background-color: #f3f3f3;
}

.task-rpe table tbody tr.level-1 td {
	padding: 10px 5px 10px 5px;
	/*background-color: #ebf3f7;*/
	border-bottom: 1px solid #fff;
}

.task-rpe table tbody tr.level-1 td:first-child,
.task-rpe table tbody tr.level-2 td:first-child {
	position: relative;
	padding-left: 32px;
	cursor: pointer;
}

.task-rpe table tbody tr.level-1 td:first-child:before,
.task-rpe table tbody tr.level-2 td:first-child:before {
	content: '\f0d7';
	font-family: "FontAwesome", "Font Awesome 5 Pro";
	position: absolute;
	left: 15px;
	-ms-transition: all 0.5 ease-in-out;
	-webkit-transition: all 0.5 ease-in-out;
	transition: all 0.5 ease-in-out;
}

.task-rpe table tbody tr.collapse > td:first-child:before {content: "\f0da";}

.task-rpe table tbody tr td:first-child {width: 420px;max-width: 420px;}
.task-rpe table tbody tr a.cta {font-size: 11px;}

.task-rpe table tbody tr.level-1 td:first-child {font-size: 15px;}
.task-rpe table tbody tr.level-2 td {padding: 10px 5px 10px 5px;}

.task-rpe table tbody tr.level-3 td {
	color: #000;
	font-size: 11px;
}

.task-rpe table tbody tr.level-3 td:first-child {
	padding: 5px 3% 5px 33px;
	box-sizing: border-box:
}

/*.task-rpe table tbody tr.level-3:nth-child(odd){background-color: #f8f8f8;}*/

.task-rpe table tbody tr td:nth-child(2) {width: 13%;}
.task-rpe table tbody tr td:nth-child(4) {width: 6%; text-align: center;}

.task-rpe table tbody tr td {
	padding: 5px;
	vertical-align: middle;
	position: relative;
}

.task-rpe table tbody tr td:last-child {
	text-align: left;
	min-width: 140px;
}

.task-rpe table tbody tr td a {
	color: #3591c4;
	text-decoration: none;
}

.task-rpe table tbody tr td i.fa-check {
	font-size: 16px;
	color:#7ABE42;
}

.task-rpe ul.key {
	float: right;
	height: 0px;
	font-size: 10px;
	list-style-type: none;
}

.task-rpe ul.key li {
	float: left;
	background: transparent;
	margin: 0px 0px;
	border-radius: 0px;
	box-sizing: border-box;
	color: #aaa;
	letter-spacing: normal;
	font-weight: normal;
	text-transform: none;
	padding-right: 12px;
}

.task-rpe ul.key li span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 15px;
	margin-right: 5px;
}

.task-rpe ul.key li.complete span {background:#7ABE42;}
.task-rpe ul.key li.in-process span {background: #f7933f;}
.task-rpe ul.key li.incomplete span {
	background: #aaaaaa;
	background: rgba(170,170,170,0.5);
}

.task-rpe table ul.progress {
	width: 100%;
	min-width: 170px;
	border-radius: 20px;
	overflow:hidden;
}

.task-rpe table ul.progress li {
	float: left;
	background: transparent;
	margin: 0px 0px;
	border-radius: 0px;
	color: #fff;
	padding: 0px 0px;
	width: 100%;
	display: inline-block;
	padding: 2px 1px 2px 1px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.task-rpe table ul.progress li:hover span, .rpe-complete-icon:hover span {
	display: block;
}

.rpe-complete-icon {
	max-height: 25px;
}

.task-rpe table ul.progress li span {
	background-color: rgba(68,68,68,0.9);
	color: #fff;
	position: absolute;
	top: -20px;
	margin-left: -15px;
	border-radius: 3px;
	padding: 2px 7px;
	display: none;
	font-size: 10px;
}

.rpe-complete-icon span {
	background-color: rgba(68, 68, 68, 0.9);
    border-radius: 3px;
    bottom: calc(50% - -15px);
    color: #fff;
    display: none;
    font-size: 10px;
    left: calc(50% - 32px);
    padding: 2px 7px;
    position: absolute;
}

.task-rpe table ul.progress li span:after, .rpe-complete-icon span:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: rgba(68,68,68,0.9) transparent;
    display: inline-block;
    width: 0;
    z-index: 1;
}

.task-rpe table ul.progress li.complete  {background: #7ABE42;}
.task-rpe table ul.progress li.in-process  {background: #f7933f;}
.task-rpe table ul.progress li.incomplete {
	background:#aaaaaa;
	background:rgba(170,170,170,0.5);
}

.task-rpe table .action {
	color: #aaa;
	margin: 0 auto;
	text-align:center;
	float: left;
	cursor: pointer;
	padding: 5px 13px 0px 0px;
}

/*.task-rpe table .action.active,
.task-rpe table .action.active span {
	color: #3591c4;
}*/

.task-rpe table .action:hover,
.task-rpe table .action:hover span  {
	color: #3591c4;
}

.task-rpe table .action i {
	font-size: 16px;
	padding-right: 4px;
}

.task-rpe table .action i.fa-cog {
	font-size: 14px;
	position: relative;
	top: -1px;
}

.task-rpe table .action span {
	font-size: 11px;
	color: #aaa;
	position: relative;
	top: -2px;
}

.task-rpe table .action:hover {
	text-decoration: none;
}

.task-rpe .tabs-action {
	display: inline-block;
	margin: 15px 0 0;
	text-decoration: none;
	color: /*#AAA*/ #3591c4;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-right-color: #a9c5e0;
	border-bottom-color: #a9c5e0;
	border-left-color: #eeeeee;
	border-top-color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	border-radius: 4px;
	background: none;
	padding: 8px 12px;
	font-family: Arial, Verdana, sans-serif;
	cursor: pointer;
}

.task-rpe .tabs-action:hover {
	color: #3591C5;
	background-color: transparent;
}

    .sort-bar {
	background: none repeat scroll 0% 0% #ebf3f7; 
	margin: 20px 0px 0px; 
	height: 34px;
}

select.rpe-banner::-ms-expand {
	padding: 8px;
}

.rpe-banner select {
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #444444;
    padding: 4px;
    line-height: 26px;
    text-indent: 0.01px;
    text-overflow: "";
    font-size: 1em;
    margin: 0;
    line-height: 14px;
}

.sort-bar-element {
	float: left; 
	position: relative; 
	left: 10px; 
	color: #999999; 
	top: 4px;
}

.sort-bar-table {
	position: relative; 
	top: -30px;
}

.actions-bar {
    margin: 20px 0 10px 0;
}

.adv-search-box {
float: right;
height: 26px;
position: relative;
top: -8px;
border-radius: 3px;
}

.adv-search-box ul {
	border: 1px solid #dddddd;
    display: block;
    list-style-type: none;
    margin: 0;
    border-radius: 3px;
}

.adv-search-box ul li {
	background: none repeat scroll 0 0 #ffffff;
    display: inline-block;
    list-style-type: none;
    padding: 5px;
}

.adv-search-box li:first-child {
	background: none repeat scroll 0 0 #eeeeee;
    border-radius: 0;
    display: block;
    height: 14px;
    line-height: 12px;
    margin: 0;
    padding: 5px 10px 6px 5px;
}

.adv-search-box a {
	text-decoration: none;
}

.adv-search-box .search-text {
	font-size: 11px;
	line-height: 13px;
	width: 120px;
}
/* ============================================== */
/* Activity List  */
/* ============================================== */

.rpe-activity-view .learning-plan-task-col3 { width: 115px; } /* primarily for FMI's benefit, activity type names were wrapping oddly */

.task-rpe tr.level-4 {display:none;}

.task-rpe tr.rpe-activity-view  {
	background-color: #f8f8f8;
	font-size: 11px;
	position: relative;
}

.task-rpe tr.rpe-activity-view > td {
	padding: 10px 10px 10px 10px;
	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(50, 50, 50, 0.07);
	-moz-box-shadow:    inset 0px 2px 4px 0px rgba(50, 50, 50, 0.07);
	box-shadow:         inset 0px 2px 4px 0px rgba(50, 50, 50, 0.07);
}

.task-rpe tr.rpe-activity-view table:before {
	position: absolute;
	top: -7px;
	right: 112px;	
	content:'\f0d7';
	font-family: "FontAwesome";
	font-size: 20px;
	color: #f8f8f8;
}

.task-rpe tr.rpe-activity-view table {
	border-radius: 5px;
	overflow: hidden;
}

.task-rpe tr.rpe-activity-view table tr td {
	padding: 5px 15px !important;
}

.task-rpe tr.rpe-activity-view table tr td .Button {
	padding: 4px 12px 4px 12px;
	height: auto;
}

.task-rpe tr.rpe-activity-view table th {
	border-top: none;
	border-bottom: none;
	color: #efefef;
	font-size: 9px;
	padding: 5px 15px;
	background-color: #3591c4;
}

.task-rpe tr.rpe-activity-view table th:nth-child(1) {width: 46%;}
.task-rpe tr.rpe-activity-view table th:nth-child(2) {width: 29%;}
.task-rpe tr.rpe-activity-view table th:nth-child(3) {width: 25%;}

.task-rpe tr.rpe-activity-view table tbody tr {
	background-color: #fff;	
	color: #797979;
}

.task-rpe tr.rpe-activity-view table tbody tr td {color: #797979;}
.task-rpe tr.rpe-activity-view table tbody tr td:last-child {text-align: left;}

/*.task-rpe tr.rpe-activity-view table tbody tr:nth-child(even){background-color: #f8f8f8;}*/


/* ============================================== */
/* RPE Widget icons */
/* ============================================== */
.task-rpe .fa-exclamation-circle { color: #faa75a; }
.task-rpe .fa-check-square { color: #a3d69f; }
.task-rpe .fa-star { color: #A3D69F; }

/* ================================================= */
/* Auto-save indicator, shared by some of the popups */
/* ================================================= */
#AutoSaveStatus {
	display: inline-block;
	margin-right: 10px;
}

#AutoSaveStatus.auto-save-success {
	color: green;
}

#AutoSaveStatus.session-expired-warning {
	color: red;
}


/* ------------------------------------------------------------------------------------------ */
/* RPE DASHBOARD */
/* ------------------------------------------------------------------------------------------ */
#rpe-dash {
	position: relative;
	box-sizing: content-box;
}
/* 
	When an admin views this page then all 3 of the task buttons appear. If all 4 of the search options also appear
	then there isn't enough room for the task buttons and search bar to fit side-by-side. In that case, we wrap one
	of the task buttons
*/
	.rpe-button-wrapper {
		display: inline-block;
		max-width: 300px;
	}

.rpe-wrapper .view {
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
}

.rpe-wrapper .view .fa-check-circle-o {
	color: #7abe42;
	font-size: 2em;
	margin: 0 auto;
	position: relative;
	top: 2px;
	width: 100%;
}

.rpe-wrapper .assessment-summary {
	cursor: default;
}

.rpe-wrapper table.sort-bar-table tr th:nth-child(2), .rpe-wrapper table.sort-bar-table td:nth-child(2) {
	text-align: center !important;
}

.rpe-wrapper table.sort-bar-table th {
	vertical-align: top !important;
}

.rpe-wrapper .not-bold {
	font-weight:normal !important;
}

.rpe-wrapper .assessment-summary .fa {
	color: #dddddd;
	font-size: 1.1em;
	position: relative;
	top: -1px;
}

.rpe-wrapper .assessment-summary {
	font-weight: bold;
	color: #136ea7;
	font-size: 1em;
	text-align:center;
}

.rpe-wrapper .assessment-comp-col > div {
	height:20px;
	float:left;
}

.rpe-wrapper .assessment-number {
	width:20px;
	text-align:center;
	font-size: 1.2em;
}

.rpe-wrapper .assessment-target {
	font-size: 1.2em;
}

.rpe-wrapper .assessment-bullet {
	position: relative;
	text-align: center;
	top: -1px;
	width: 7px;
}

.rpe-wrapper .deemphasized {
	font-size: .7em;
	color: #eeeeee;
}

.assessment-comp-col {
	margin: 0 auto;
	width: 74px;
}

.rpe-tooltip-detailed {
	max-width:300px;
	font-size: 12px;
	font-family:helvetica;
	position:relative;
	padding:0;
	line-height: 16px;
}

.rpe-tooltip-detailed .ui-cluetip-header {
	display:none !important;
}

#rpe-compare-cluetip .insert {
	margin: 10px 0 0 0;
	padding:8px;
	background: #eeeeee;
	color: #136ea7;
}

#rpe-compare-cluetip .rpe-assessment-compare1 {
	width:55%;
	display:inline-block;
	padding:0 0 10px 0;
	vertical-align:top;
}
#rpe-compare-cluetip .rpe-assessment-compare2 {
	width:38%;
	display:inline-block;
	padding:0 0 10px 0;
	vertical-align:top;
}

#rpe-compare-cluetip .rpe-assessment-compare1 {
	padding:0;
}
#rpe-compare-cluetip .rpe-assessment-compare2:last-child {
	padding: 0;
}

#rpe-compare-cluetip .rpe-assessment-equal, .rpe-assessment-above, .rpe-assessment-below {
	font-weight:bold;
}

#rpe-compare-cluetip .blue, #rpe-compare-cluetip .rpe-assessment-equal {
	color: #136ea7;
}

#rpe-compare-cluetip .rpe-assessment-above {
	color: #6cc266;
}
#rpe-compare-cluetip .rpe-assessment-below {
	color: #fb952c;
}
#rpe-compare-cluetip .rpe-assessment-notassessed, .rpe-assessment-notassessed i  {
	color: #999999;
}

#cluetip .rpe-assessment-notassessed {
	left: -5px;
	position: relative;
}

.rpe-assessment-notassessed i {
	position:relative;
	top:-2px;
}

.rpe-wrapper .assessment-number.rpe-assessment-above {
	color: #6cc266;
}
.rpe-wrapper .assessment-number.rpe-assessment-below {
	color: #fb952c;
}
.rpe-wrapper .assessment-number.rpe-assessment-notassessed {
	color: #999999;
}

#cluetip {
	box-shadow: 0 0 10px #cccccc;
}

#rpe-dash {
	width:100%;
	padding:10px 5px;
}

#rpe-dash .rpe-dash-card, #rpe-dash .rpe-dash-card-buttons {
	background:#fff;
	border: 1px solid #dddddd;
	border-radius:4px;
	height:226px;
	width: calc(100% / 5 - 20px);
	min-width: 140px;
	float:left;
	margin: 0 0 10px 0;
	position:relative;
}

.rpe-dash-right-arrow {
	float:left;
	width:20px;
	line-height: 226px;
}

.rpe-dash-bottom-arrow {
	float: left;
	text-align:center;
	width: calc(100% / 5 - 18px);
	background: #999;
	color: #ffffff !important;
	position: relative;
	padding:0 20px 0 0;
	margin: 10px 0 0 0;
}

.rpe-dash-bottom-arrow:last-child {
	padding: 0;
}

.rpe-dash-bottom-arrows {
	background: #999;
}

.rpe-dash-bottom-arrows .fa.fa-stack-1x.fa-arrow-circle-up, .rpe-dash-bottom-arrows .fa.fa-stack-1x.fa-arrow-circle-down {
	font-size: 1.4em !important;
	color: #ffffff;
}

.rpe-dash-bottom-arrow:last-child .fa.fa-stack-1x.fa-arrow-circle-down {
	transition-duration: 0.8s;
    transition-property: transform;
    transform: rotate(0deg);
    -webkit-transform: rotate(90deg);

    position: relative;
    animation-name: arrow;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes arrow {
	0%   {transform: rotate(0deg)}
	100% {transform: rotate(90deg)}
}

.rpe-dash-bottom-arrow i {
	color: #999;
}


.rpe-dash-bottom-arrow-line {
	background: #ffffff none repeat scroll 0 0;
	height: 3px;
	position: absolute;
	top: 14px;
	width: 100%;
	left: 0;
}

.rpe-dash-bottom-arrow:first-child .rpe-dash-bottom-halfdiv {
    background: #fff none repeat scroll 0 0;
height: 32px;
left: calc(100% / 5 - 20%);
position: absolute;
top: 0;
width: 35%;
z-index: 1;
}

.rpe-dash-bottom-arrow:first-child .rpe-dash-bottom-connector {
    background: #999999 none repeat scroll 0 0;
    height: 20px;
    left: calc(100% / 5 + 15%);
    position: absolute;
    top: -20px;
    width: 20%;
    z-index: 0;
}

.rpe-dash-bottom-arrow:last-child .rpe-dash-bottom-connector {
    background: #999999 none repeat scroll 0 0;
    height: 20px;
    right: calc(100% / 5 + 20%);
    position: absolute;
    top: -20px;
    width: 20%;
    z-index: 0;
}

.rpe-dash-bottom-arrow:last-child .rpe-dash-bottom-halfdiv {
    background: #fff none repeat scroll 0 0;
    height: 32px;
    right: 0;
    position: absolute;
    top: 0;
    width: 40%;
    z-index: 1;
}

.rpe-dash-bottom-arrow:first-child .rpe-dash-bottom-arrow-line {
	width: calc(50% - 5px);
	left: calc(50% + 5px);
}

.rpe-dash-bottom-arrow:last-child .rpe-dash-bottom-arrow-line {
	width: calc(50% - 5px);
	right: calc(50% - 5px);
}

.rpe-dash-right-arrow i {
	color: #ffffff;
	background: #999;
	height: 40px;
	width: 20px;
	line-height: 40px;
}

.rpe-dash-container {
	text-align:center;
	margin: 10px auto;
}

#rpe-dash .rpe-dash-card .rpe-dash-card-title, #rpe-dash .rpe-dash-card-buttons .rpe-dash-card-title {
	font-weight:bold;
	font-size: 10px;
	padding: 5px 5px;
	line-height:13px;
	height:42px;
	overflow:hidden;
	color:#444444;
}

#rpe-dash .rpe-dash-card .rpe-dash-card-graph, #rpe-dash .rpe-dash-card .rpe-dash-card-graph5 {
	padding: 5px 5px;
	height: 100px;
	background: #f4f4f4;
	width: calc(100% - 10px) !important
}

#rpe-dash .rpe-dash-card .rpe-dash-card-graph canvas, #rpe-dash .rpe-dash-card .rpe-dash-card-graph5 canvas {
	height: 100px !important;
	width: 200px !important;
	margin: 0 -50%;
}

#rpe-dash .rpe-dash-card .rpe-dash-card-graph2 canvas, #rpe-dash .rpe-dash-card .rpe-dash-card-graph3 canvas {
	height: 60px !important;
	width: 120px !important;
	margin: 10px -50% 0 -50%;
}

#rpe-dash .rpe-dash-card .rpe-dash-card-graph4 canvas {
	height: 65px !important;
	width: 130px !important;
	margin: 2px -50% 0 -50%;
}

#rpe-dash .rpe-dash-card .rpe-dash-card-graph2 {
	background: #f4f4f4 none repeat scroll 0 0;
	float: left;
	height: 100px;
	margin: 0;
	padding: 5px;
	width: calc(50% - 10px);
}

#rpe-dash .rpe-dash-card .rpe-dash-card-graph3 {
	padding: 5px 5px;
	height: 100px;
	background:#e4e4e4;
	width: calc(50% - 10px);
	float:left;
	margin:0;
}

#rpe-dash .rpe-dash-card .rpe-dash-card-graph4 {
	background: #f4f4f4 none repeat scroll 0 0;
	height: 70px;
	margin: 0;
	padding: 5px;
}


#rpe-dash .rpe-dash-card .rpe-dash-card-button {
	padding: 5px 0;
	clear:both;
	height: 50px;
}

#rpe-dash .rpe-dash-card .rpe-dash-card-buttons {
	padding: 5px 0;
	clear:both;
	height: 50px;
}

#rpe-dash .rpe-dash-card .rpe-dash-card-button2 {
	padding: 0;
	height: 50px;
}

                    

#rpe-dash .rpe-dash-circle-label {
	font-size: 10px;
	color: #444444;
	clear:both;
	line-height:14px;
	margin: 5px 0 0 0;
	height: 32px;
	padding: 0 5px;
}

#rpe-dash .rpe-dash-circle-label2 {
	font-size: 10px;
	color: #444;
	clear:both;
	line-height:14px;
	margin: 5px 0 0 0;
}

#rpe-dash .rpe-dash-buttons-label {
	font-size: 10px;
	color: #444444;
	clear:both;
	line-height:14px;
	margin: -5px 0 5px 0;
}

.rpe-dash-card-buttons .rpe-dash-card-button .button {
	margin: 3px 2px 0;
	width:70%;
	line-height: 16px !important;
	top: 0;
	transform: none;
}

.rpe-dash-card-buttons a {
    margin: 0 0 10px 0;
}

.rpe-dash-card-button .button {
	margin: 3px 2px 5px !important;
	width:70%;
	line-height: 16px !important;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 70%;
}

.rpe-dash-card-button2 .button {
	width:70%;
	line-height: 16px !important;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 70%;
}

.rpe-dash-card-button .button.multi-button {
	width: 50%;
}

.rpe-dash-multi-button {
	width: 50%;
	float: left;
	margin-top: 22px;
}



.main a.button, .step-button, .main input.Button, .ui-pnotify-container input.Button, .step-completed, .learning-plan-workflow-header .task-list-actions a.button.blue {
	white-space: normal !important;
}

.rpe-dashboard-title {
    color: #03659b;
    font-size: 20px;
    margin: 0;
    padding: 5px 5px 0 0;
}

.rpe-dashboard-title i {
    margin: 0;
}

.rpe-complete-icon {
    position: relative;
}

.rpe-complete-icon .tooltip {
    white-space: nowrap;
	right: 60px;
}

.task-rpe {
    overflow: visible;
}

#selfAssessmentTooltip .rpe-assessment-notassessed, #supervisorAssessmentTooltip .rpe-assessment-notassessed, .rpe-tooltip-neutral {
    color: #999999;
    left: 0;
}

#selfAssessmentTooltip .insert, #supervisorAssessmentTooltip .insert, #progressTooltip .insert, #activitiesTooltip .insert {
background: #eeeeee none repeat scroll 0 0;
	color: #136ea7;
	margin: 10px 0 0;
	padding: 8px;
}

.rpe-assessment-above, .rpe-tooltip-complete {
    color: #6cc266;
    font-weight:bold;
}

.rpe-assessment-below, .rpe-tooltip-incomplete {
    color: #fb952c;
    font-weight: bold;
}


@media only screen and (max-width: 1065px), (min-device-width: 0) and (max-device-width: 1065px) {
	.rpe-dash-bottom-arrows {
		display:none;
	}
	.rpe-dash-card, .rpe-dash-card-buttons {
		width: calc(100% / 3 - 50px)!important;
	}

	.rpe-dash-right-arrow {
		width: 40px;
	}

	.rpe-dash-right-arrow i {
		width: 40px;
	}

	.rpe-dash-container .rpe-dash-right-arrow.arrow3 i {
		transform: rotate(90deg);
	}

}
@media only screen and (max-width: 700px), (min-device-width: 0) and (max-device-width: 700px) {
	.rpe-dash-bottom-arrows {
		display:none;
	}
	.rpe-dash-card, .rpe-dash-card-buttons {
		width: calc(100% / 2 - 50px)!important;
	}

	.rpe-dash-right-arrow {
		width: 40px;
	}

	.rpe-dash-right-arrow i {
		width: 40px;
	}

	.rpe-dash-container .rpe-dash-right-arrow.arrow2 i, .rpe-dash-container .rpe-dash-right-arrow.arrow4 i {
		transform: rotate(90deg);
	}

	.rpe-dash-container .rpe-dash-right-arrow.arrow3 i {
		transform: rotate(0deg);
	}

}
@media only screen and (max-width: 514px), (min-device-width: 0) and (max-device-width: 514px) {
	.rpe-dash-bottom-arrows {
		display:none;
	}
	.rpe-dash-card, .rpe-dash-card-buttons {
		width: calc(100% - 10px)!important;
		margin: 0 0 38px 0 !important;
	}

	.rpe-dash-right-arrow {
		clear: both;
		height: 0 !important;
		left: calc(50% - 25px);
		line-height: 40px;
		position: relative;
		top: -43px;
		width: 40px;
	}

	.rpe-dash-right-arrow i {
		width: 40px;
	}

	.rpe-dash-container .rpe-dash-right-arrow.arrow1 i, .rpe-dash-container .rpe-dash-right-arrow.arrow2 i, .rpe-dash-container .rpe-dash-right-arrow.arrow3 i, .rpe-dash-container .rpe-dash-right-arrow.arrow4 i {
		transform: rotate(90deg);
	}

}

/* ============================================== */
/* RPE Dash NGLP */
/* ============================================== */




/* ============================================== */
/* Custom RPE Dash tooltip styles */
/* ============================================== */

.insert-percentage {
		width:15%; 
		float:left; 
		text-align:right; 
		margin:0 .8em 0 0;
	}

.insert-percentage-desc {
		width:80%; 
		float: left;
	}

.wizard-steps {
	color:#999999;
	padding:5px 10px;
	clear:both;
}

.rpe-dashboard-title .rpe-complete-icon .tooltip {
    white-space: nowrap;
	left: -35px;
	right:auto;
}
