html, body {
	display: block;
	height: 100%;
	overflow: hidden;
	background: #E8E8E8;
	margin: 0px;
}
.main-toolbar {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 39px;
	line-height: 39px;
	padding: 0 48px;	/* 3% */
	-webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
	z-index: 2;
}
.selected-item-tool {
	display: inline-block !important;
	opacity: 0.4;
	cursor: pointer;
}
.selected-item-tool.enabled {
	opacity: 1;
}
.console.right {
	position: fixed;
	top: 39px;
	bottom: 0px;
	right: 0px;
	width: 200px;
	background: #CDCDCD;
	box-shadow: inset 3px 2px 6px 0px rgba(0,0,0,0.2);
	display: none;
	overflow: auto;
}
.console.bottom {
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	height: 200px;
	background: #CDCDCD;
	box-shadow: inset 1px 7px 6px -3px rgba(0,0,0,0.2);
	display: none;
	overflow: auto;
}
.console.left {
	position: fixed;
	top: 39px;
	bottom: 0px;
	left: 0px;
	width: 200px;
	background: #CDCDCD;
	box-shadow: inset -4px 2px 6px 0px rgba(0,0,0,0.2);
	display: none;
	overflow: auto;
}
.showing-console .SCE-main-page, .showing-console .powered-by-logo, .showing-console .parexel-footer {
	margin-bottom: 200px;
}
.showing-impact-analysis .main-page, .showing-impact-analysis .powered-by-logo,
.showing-impact-analysis .parexel-footer, .showing-impact-analysis .fixed-header .item-viewer-header {
	margin-left: 200px !important;
}
.showing-impact-analysis #scroller_main_SDTM_content, .showing-impact-analysis #scroller_main_ADaM_content {
	margin-left: 256px !important;
}
.showing-console .console, .showing-impact-analysis .console {
	display: block;
}
.large-button, .secondary-button {
	font-weight: bold;
	display: inline-block;
	line-height: 2.4em;
	padding: 0 1.4em 0 1.4em;
	border: 0px #fff solid;
	border-radius: 6px;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
	cursor: pointer;
}
.secondary-button.tiny {
	line-height: 1.9em;
	padding: 0 0.8em 0 0.8em;
	font-size: 100%;
}
.cancel-button, .remove-button {
	font-weight: bold;
	display: inline-block;
	line-height: 2.4em;
	padding: 0 1.4em 0 1.4em;
	border: 0px #fff solid;
	border-radius: 6px;
	background: transparent;
	cursor: pointer;
}
.large-button:hover, .secondary-button:hover, .cancel-button:hover, .remove-button:hover {
	text-decoration: none;
}
.user-menu {
	position: fixed;
	top: 49px;
	right: 48px;	/* 3% */
}
.powered-by-logo {
	position: fixed;
	bottom: 0px;
	right: 48px;	/* 3% */
	line-height: 25px;
}
.powered-by-logo img {
	margin-bottom: -4px;
}
.parexel-footer {
	display: none;
}
.timestamp_ago {
	display: none;
}
.concept-listing {
	font-size: 90%;
	padding-left: 3%;
	padding-right: 3%;
	position: fixed;
	top: 48px;
	padding-top: 29px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-bottom: 77px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.doc-listing {
	height: 100%;
	font-size: 90%;
	margin-left: 8%;
	margin-right: 8%;
	margin-top: 77px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.doc-listing.dialog-wrapper {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
}
.SCE-main-page .doc-listing {
	margin-top: 65px;	/* 0px; */
	margin-left: 3%;	/* 0px; */
	margin-right: 3%;	/* 0px; */
}
.doc-listing table {
	width: 100%;
	background: #ffffff;
	empty-cells: show;
	border-collapse: collapse;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #DDDDDD;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}
.SCE-main-page .doc-listing table {
	margin-top: 0px;
	margin-bottom: 1.6em;
}
.doc-listing table td {
	border-bottom: 1px #E8E8E8 solid;
	padding: 1.0em 1.8em 1.0em 1.8em;
}
.doc-listing table th {
	border-bottom: 1px #E8E8E8 solid;
	padding: 0.9em 1.8em 0.4em 1.8em;
	text-align: left;
}
.doc-listing table tr:hover {
	background: #F1F6F8;
}
.main-page {
	position: fixed;
	top: 50px;
	bottom: 46px;
	left: 0;	/* 3% */
	right: 0;	/* 3% */
	padding-left: 232px;
/*	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease; */
}
.main-page-header {
	position: fixed;
	top: 55px;
	left: 48px; /* 3% */
}
.breadcrumb-and-header {
	position: fixed;
	top: 65px;
	left: 3%;
	right: 3%;
	font-size: 85%;
	line-height: 1.6em;
	margin-left: 5px;
	z-index: 1;
	width: 320px;
}
.SCE-main-page {
	position: fixed;
	top: 51px;	/* 116px; */
	bottom: 26px;
	left: 0px;	/* 3%; */
	right: 0px;	/* 3%; */
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
}
.SCE-main-page.pre-animation-left {
	transform: translate3d(60px, 0, 0);
	-webkit-transform: translate3d(60px, 0, 0);
	opacity: 0;
}
.SCE-main-page.post-animation-left {
	transform: translate3d(-60px, 0, 0);
	-webkit-transform: translate3d(-60px, 0, 0);
	opacity: 0;
}
.SCE-main-page.pre-animation-right {
	transform: translate3d(-60px, 0, 0);
	-webkit-transform: translate3d(-60px, 0, 0);
	opacity: 0;
}
.SCE-main-page.post-animation-right {
	transform: translate3d(60px, 0, 0);
	-webkit-transform: translate3d(60px, 0, 0);
	opacity: 0;
}
.standards-explorer {
	height: 100%;
	width: 222px;
	overflow: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
}
.standards-explorer-hidden .standards-explorer {
	transform: translate3d(-30px, 0, 0);
	-webkit-transform: translate3d(-30px, 0, 0);
	opacity: 0;
}
.standards-explorer-hidden.main-page {
	padding-left: 0px;
}
.workbook-explorer {
	height: 100%;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #DDDDDD;
	-webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.2);
	position: relative;
	top: 0px;
	padding-right: 282px;
}
.study-explorer {
	height: 100%;
	overflow: hidden;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #DDDDDD;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	position: relative;
	top: 0px;
	background: #fff;
}
.study-file-explorer-pane {
	height: 100%;
	width: 100%;
	padding-left: 380px;
	position: absolute;
	top: 0px;
	left: 0px;	
	background: #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transform: translate3d(-380px, 0, 0);
	-webkit-transform: translate3d(-380px, 0, 0);
}
.full-width .study-file-explorer-pane {
	padding-left: 135px;
}
.study-open-files-pane {
	height: 100%;
	width: 78%;
	position: absolute;
	top: 0px;
	left: 22%;
	background: #fff;
	box-shadow: -2px 0px 3px rgba(0,0,0,0.2);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	font-size: 90%;
}
.study-open-files-pane .pre {
	font-family: Monaco, "Courier New", Courier;
	font-size: 110%;
	color: #2F7867;
	margin-top: 3.5em;
	margin-left: 1em;
	min-width: 170em;
}
.open-file-scroller {
	width: 100%;
	height: 100%;
	overflow: auto;
}
.study-open-files-pane .pre pre {
	margin: 0px;
}
.study-open-files-pane .pre div {
	position: relative;
	top: 0px;
}
.study-open-files-pane .pre div.added {
	background: #DAF0F8;
	color: #0039A4;
}
.study-open-files-pane .pre div.removed {
	background: #F8DADA;
	color: #8A0000;
	/* margin-left: 1.13em; */
}
.study-open-files-pane .pre div.added:after {
	content: "+";
	position: absolute;
	left: -0.8em;
	top: 0px;
}
.study-open-files-pane .pre div.removed:after {
	content: "-";
	position: absolute;
	left: -0.8em;
	top: 0px;
}
.open-file-filename-tabs {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1.9em;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px #F2F0F2 solid;
}
.open-file-filename-tabs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.open-file-filename-tabs ul li {
	display: inline-block;
	float: left;
	line-height: 1.7em;
	margin-top: 0.1em;
}
.open-file-filename-tabs ul li a {
	display: inline-block;
	padding: 0 0 0 1em;
	border-right: 1px #D4D3D3 solid;
	color: #777;
}
.open-file-filename-tabs ul li a:hover {
	text-decoration: none;
}
.open-file-filename-tabs ul li a span {
	margin-left: 1.5em;
	margin-right: 0.5em;
}
.open-file-filename-tabs ul li a span .fa-times-circle {
	display: none;
}
.open-file-filename-tabs ul li a span .fa-times-circle-o {
	display: inline;
	opacity: 0.3;
}
.open-file-filename-tabs ul li a:hover span .fa-times-circle {
	display: inline;
}
.open-file-filename-tabs ul li a:hover span .fa-times-circle-o {
	display: none;
}
.open-file-filename-tabs ul li a .fa-times-circle:hover {
	color: #c00;
}
.open-file-filename-tabs ul li.selected a {
	color: #000;
	font-weight: bold;
}
.open-file-filename-tabs ul li a:hover {
	background: #FAFCFD;
}
.depth-indicator-right {
	position: absolute;
	top: 0px;
	right: -11px;
	height: 100%;
	width: 10px;
	box-shadow: -2px 0px 5px rgba(0,0,0,0.4);
	opacity: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.depth-indicator-left {
	position: absolute;
	top: 0px;
	left: -11px;
	height: 100%;
	width: 10px;
	box-shadow: 2px 0px 7px rgba(0,0,0,0.4);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.open-files-minimized .study-open-files-pane {
	transform: translate3d(98%, 0, 0);
	-webkit-transform: translate3d(98%, 0, 0);
	box-shadow: -4px 0px 6px rgba(0,0,0,0.4);
}
.open-files-minimized .depth-indicator-left {
	opacity: 0;
}
.open-files-minimized .depth-indicator-right {
	opacity: 1;
}
.open-files-minimized .study-file-explorer-pane {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.open-files-minimized .study-folder-listing table:first-child td:nth-child(3),
.open-files-minimized .study-folder-listing table:first-child th:nth-child(3),
.open-files-minimized .study-folder-listing table:first-child td:nth-child(5),
.open-files-minimized .study-folder-listing table:first-child th:nth-child(5),
.open-files-minimized .study-folder-listing table:first-child td:nth-child(6),
.open-files-minimized .study-folder-listing table:first-child th:nth-child(6) {
	display: table-cell;
}
.study-folder-listing table:first-child td:nth-child(3),
.study-folder-listing table:first-child th:nth-child(3),
.study-folder-listing table:first-child td:nth-child(5),
.study-folder-listing table:first-child th:nth-child(5),
.study-folder-listing table:first-child td:nth-child(6),
.study-folder-listing table:first-child th:nth-child(6) {
	display: none;
}
.open-file-panel-handle {
	display: block;
	width: 59px;
	height: 286px;
	margin-top: -143px;
	position: absolute;
	top: 50%;
	left: -30px;
	background: url(../assets/affordance-open-panel.png) center center no-repeat;
	display: block;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	opacity: 0;
}
.open-files-minimized .open-file-panel-handle, .open-file-panel-handle:hover {
	opacity: 1;
}
.study-views, .study-view-folders, .study-folder-listing {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.study-folder-listing, .study-task-listing {
	background: #FAFCFD;
	width: 100%;
}
.study-deliverables {
	height: 100%;
	width: 100%;
}
.study-task-listing {
	margin-right: 380px;
	height: 100%;
	-webkit-box-shadow: inset 3px 0px 4px -2px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 3px 0px 4px -2px rgba(0,0,0,0.07);
	box-shadow: inset 3px 0px 4px -2px rgba(0,0,0,0.07);
}
.task-column-scroller {
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-y: hidden;
	overflow-x: auto;
}
.task-column-spacer {
	height: 100%;
	padding-left: 20px;
}
.task-column-spacer>* {
	padding-top: 20px !important;
}
.grabbed, .grabbed .task, .grabbed .column, .grabbed .column-header {
	cursor: -webkit-grabbing !important;
	cursor: -moz-grabbing !important;
}
.column, #tempColumn {
	width: 264px;
	max-height: 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
	margin: 0 0 0 5px;
	position: relative;
	top: 0px;
	padding: 0 20px 0 0;
}
.column-group {
	display: inline-block;
	height: 100%;
	float: left;
}
.column-group-header {
	text-align: center;
	margin-top: 0.4em;
	margin-right: 18px;
	margin-left: 5px;
}
.task-column-scroller .column-header, #tempColumn .column-header {
	display: block;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
	cursor: pointer;
	/* position: fixed;
	top: 0px;
	background: #FAFCFD; */
}
.task:nth-child(2) {
	margin-top: 0.1em;	/* 3em; */
}
.task:last-child {
	margin-bottom: 4em;
}
#tempTask {
	width: 264px;
	transform: rotateZ(4deg);
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
}
.task, #tempTask {
	background: #fff;
	border: 0px #000 solid;
	border-radius: 0.5em;
	box-shadow:0px 2px 5px 0px rgba(0,0,0,0.2);
	margin-bottom: 7px;
	cursor: pointer;
}
.task.minimized {
	opacity: 0.3;
}
.task.minimized .del-title {
	height: 1px;
	overflow: hidden;
	opacity: 0;
	padding: 4px 12px;
}
.task.minimized .del-file {
	display: none;
}
.task-column-scroller .column-footer {
	padding-top: 0.9em;
}
.del-title {
	padding: 10px 12px;
	color: #444;
}
.priority-high .del-title {
	font-size: 120%;
	font-weight: bold;
}
.del-file {
	width: 100%;
	background: #F4F4F4;
	border: 0px #000 solid;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
}
.del-file tr td {
	border-top: 1px #fff solid;
	font-size: 90%;
	padding: 0.3em 12px;
}
.task:hover {
	background: #F8F8F8;
}
.task:hover .del-file {
	background: #EbEbEb;
}
.task:hover .del-file tr td {
	border-top: 1px #F8F8F8 solid;
}
.del-file tr td:last-child {
	text-align: right;
}
.study-folder-listing table {
	width: 22%;
	empty-cells: show;
	border-collapse: collapse;
	font-size: 90%;
}
.study-folder-listing>table:first-child {
	margin-top: 65px;
}
.open-files-minimized .study-file-explorer-pane {
	width: auto !important;
}
.open-files-minimized .study-folder-listing table {
	width: 100%;
	margin-right: 380px;
}
.study-folder-listing table td {
	border-bottom: 1px #E8E8E8 solid;
	padding: 0.1em 1.0em 0.1em 0.4em;
}
.study-folder-listing table .dependencies td {
	background: #FAF9E8;
	border-bottom: 1px #E8E8D9 solid;
}
.study-folder-listing table .dependencies .spacer td {
	background: url();
	border-bottom: 1px #E8E8E8 solid;
	height: 0.2em;
	-webkit-box-shadow: inset 0px 4px 5px -4px rgba(0,0,0,0.26);
	-moz-box-shadow: inset 0px 4px 5px -4px rgba(0,0,0,0.26);
	box-shadow: inset 0px 4px 5px -4px rgba(0,0,0,0.26);
}
.study-folder-listing table th {
	color: #12A2D5;
	border-bottom: 1px #E8E8E8 solid;
	padding: 0.5em 1.0em 0.2em 0.4em;
	text-align: left;
	font-weight: normal;
}
.study-folder-listing table td:first-child, .study-folder-listing table th:first-child {
	width: 1px;
	padding: 0.4em 1px 0.4em 1.2em;
}
.study-folder-listing table tr:hover td {
	background: #F1F6F8;
}
.study-folder-listing table .hoverActions {
	opacity: 0;
	white-space: nowrap;
	font-size: 110%;
}
.study-folder-listing table tr:hover .hoverActions {
	opacity: 1;
}
.study-folder-listing table td.file_name {
	width: 35%;
}
.study-views, .study-view-folders {
	font-size: 90%;
}
.study-views {
	padding: 2px 3px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 125px;
	xbackground: #F1F6F8;
}
.study-views>a:first-child {
	margin-top: 60px;
}
.study-view-folders, .study-view-task-filters {
	position: absolute;
	top: 0px;
	left: 131px;
	width: 249px;
	xbackground: #F9FBFC;
}
.study-view-task-filters {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.study-view-task-filters h3 {
	margin: 0.7em 0 1em 0.25em;
}
.study-view-task-filters h3:first-child {
	margin-top: 74px;
}
.taskboard-filters {
	list-style: none;
	margin: 0 0.5em 2.5em 0;
	padding: 0px;
	font-size: 90%;
}
.taskboard-filters li {
	display: block;
	cursor: pointer;
	padding: 0.2em 0.3em;
}
.taskboard-filters .filter-progress {
	margin-top: 0.1em;
	margin-left: 5%;
}
.taskboard-filters .filter-progress .finished-portion {
	text-align: right;
	display: inline-block;
	float: left;
	padding-top: 1px;
	margin-right: 1px #fff solid;
	overflow: visible;
	white-space: nowrap;
}
.taskboard-filters .filter-progress .estimated-portion {
	text-align: left;
	display: inline-block;
	padding-top: 1px;
	overflow: visible;
	white-space: nowrap;
}
.del-tag {
	display: inline;
}
.owner {
	display: inline-block;
	line-height: 2.2em;
	width: 2.2em;
	text-align: center;
	border: 0px #fff solid;
	border-radius: 1.1em;
	margin: -0.3em 4px 3px 0;
	font-size: 100%;
	float: right;
}
.dialog-wrapper .owner {
	float: none;
}

.collection-task-board,
.collection-documents,
.collection-results,
.collection-data,
.collection-formats,
.collection-programs,
.collection-access-list {
	display: block;
	text-align: center;
	position: relative;
	top: 0px;
	line-height: 186px;
	height: 110px;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	transition: height 0.1s ease;
	-webkit-transition: height 0.1s ease;
}
.collection-task-board strong,
.collection-documents strong,
.collection-results strong,
.collection-data strong,
.collection-formats strong,
.collection-programs strong,
.collection-access-list strong {
	width: 85px;
	height: 70px;
	display: block;
	overflow: hidden;
	margin-left: -41px;
	position: absolute;
	top: 17px;
	left: 50%;
	background: url(../assets/spritesSycamore.png) no-repeat;
}
.collection-task-board em,
.collection-documents em,
.collection-results em,
.collection-data em,
.collection-formats em,
.collection-programs em,
.collection-access-list em {
	position: absolute;
	top: 14px;
	display: block;
	left: 50%;
	width: 35px;
	text-align: right;
	line-height: 10px;
}
.collection-task-board.selected,
.collection-documents.selected,
.collection-results.selected,
.collection-data.selected,
.collection-formats.selected,
.collection-programs.selected,
.collection-access-list.selected {
	font-weight: bold;
	background: #BADCE8;
}
.branch .collection-task-board.selected,
.branch .collection-documents.selected,
.branch .collection-results.selected,
.branch .collection-data.selected,
.branch .collection-formats.selected,
.branch .collection-programs.selected,
.branch .collection-access-list.selected {
	background: #AEDDC6;
}

.collection-task-board strong {
	background-position: -425px -70px;
}
.collection-documents strong {
	background-position: 0px 0px;
}
.collection-results strong {
	background-position: -85px 0px;
}
.collection-data strong {
	background-position: -170px 0px;
}
.collection-formats strong {
	background-position: -255px 0px;
}
.collection-programs strong {
	background-position: -340px 0px;
}
.collection-access-list strong {
	background-position: -425px 0px;
}
.collection-task-board.selected strong {
	background-position: -425px -70px;
}
.collection-documents.selected strong {
	background-position: 0px -70px;
}
.collection-results.selected strong {
	background-position: -85px -70px;
}
.collection-data.selected strong {
	background-position: -170px -70px;
}
.collection-formats.selected strong {
	background-position: -255px -70px;
}
.collection-programs.selected strong {
	background-position: -340px -70px;
}
.branch .collection-task-board strong {
	background-position: -425px -210px;
}
.branch .collection-documents strong {
	background-position: 0px -140px;
}
.branch .collection-results strong {
	background-position: -85px -140px;
}
.branch .collection-data strong {
	background-position: -170px -140px;
}
.branch .collection-formats strong {
	background-position: -255px -140px;
}
.branch .collection-programs strong {
	background-position: -340px -140px;
}
.branch .collection-access-list strong {
	background-position: -425px -140px;
}
.branch .collection-documents.selected strong {
	background-position: 0px -210px;
}
.branch .collection-results.selected strong {
	background-position: -85px -210px;
}
.branch .collection-data.selected strong {
	background-position: -170px -210px;
}
.branch .collection-formats.selected strong {
	background-position: -255px -210px;
}
.branch .collection-programs.selected strong {
	background-position: -340px -210px;
}
.branch .study-views {
	background: #DDEAE2;
}
.branch .study-view-folders {
	background: #ECF4EE;
}
@media screen and ( max-height: 1050px ){	/* 850px */
	.collection-task-board,
	.collection-documents,
	.collection-results,
	.collection-data,
	.collection-formats,
	.collection-programs,
	.collection-access-list {
		line-height: 132px;
		height: 83px;
	}
	.collection-task-board strong,
	.collection-documents strong,
	.collection-results strong,
	.collection-data strong,
	.collection-formats strong,
	.collection-programs strong,
	.collection-access-list strong {
		width: 55px;
		height: 45px;
		margin-left: -26px;
		top: 15px;
		left: 50%;
	}
	.collection-task-board em,
	.collection-documents em,
	.collection-results em,
	.collection-data em,
	.collection-formats em,
	.collection-programs em,
	.collection-access-list em {
		top: 9px;
		left: 42%;
	}
	.collection-task-board strong {
		background-position: -565px -225px;
	}
	.collection-documents strong {
		background-position: -510px 0px;
	}
	.collection-results strong {
		background-position: -510px -45px;
	}
	.collection-data strong {
		background-position: -510px -90px;
	}
	.collection-formats strong {
		background-position: -510px -135px;
	}
	.collection-programs strong {
		background-position: -510px -180px;
	}
	.collection-access-list strong {
		background-position: -510px -225px;
	}
	.collection-task-board.selected strong {
		background-position: -565px -225px;
	}
	.collection-documents.selected strong {
		background-position: -565px 0px;
	}
	.collection-results.selected strong {
		background-position: -565px -45px;
	}
	.collection-data.selected strong {
		background-position: -565px -90px;
	}
	.collection-formats.selected strong {
		background-position: -565px -135px;
	}
	.collection-programs.selected strong {
		background-position: -565px -180px;
	}
	.branch .collection-task-board strong {
		background-position: -675px -225px;
	}
	.branch .collection-documents strong {
		background-position: -620px 0px;
	}
	.branch .collection-results strong {
		background-position: -620px -45px;
	}
	.branch .collection-data strong {
		background-position: -620px -90px;
	}
	.branch .collection-formats strong {
		background-position: -620px -135px;
	}
	.branch .collection-programs strong {
		background-position: -620px -180px;
	}
	.branch .collection-access-list strong {
		background-position: -620px -225px;
	}
	.branch .collection-task-board.selected strong {
		background-position: -675px -225px;
	}
	.branch .collection-documents.selected strong {
		background-position: -675px 0px;
	}
	.branch .collection-results.selected strong {
		background-position: -675px -45px;
	}
	.branch .collection-data.selected strong {
		background-position: -675px -90px;
	}
	.branch .collection-formats.selected strong {
		background-position: -675px -135px;
	}
	.branch .collection-programs.selected strong {
		background-position: -675px -180px;
	}
}


.folder-tree {
	-webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
	margin-top: 75px;	/* 10px; */
	margin-left: 10px;
	-webkit-user-select: none;
}
.folder-tree ul, .folder-tree li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 20px;
}
.folder-tree input+label+ul {
	margin: 0 0 0 22px;
}
.folder-tree input {
	position: absolute;
	opacity: 0;
}
.folder-tree li.selected>label {
	font-weight: bold;
}
.folder-tree li.selected.leaf>label {
	background-color: #C4E4F0;
}
.folder-tree label, .folder-tree label:before {
	background: url(../assets/sprite-folder-tree.png) no-repeat;
}
.folder-tree label:before {
	content: "";
	width: 16px;
	margin: 0 22px 0 0;
	vertical-align: middle;
	background-position: 0 -32px;
}
.folder-tree input:checked+label:before {
	background-position: 0 -16px;
}
.folder-tree label {
	background-position: 18px 0px;
	width: 96%;
	margin-bottom: 6px;
}
.folder-tree label, .folder-tree a, .folder-tree label:before {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	cursor: pointer;
	color: #000;
}

.item-viewer {
	background: #FFFFFF;
	position: relative;
	top: 0px;
	height: 100%;
}
.item-properties-pane {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 282px;
}
.item-viewer, .item-properties-pane {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.workbook-pane-handle {
	position: absolute;
	top: 48%;
	left: -8px;
	display: none;
}
.workbook-tabs {
	list-style: none;
	margin: 0px 0px 0px 1px; /* 1% */
	padding: 0px;
	display: block;
	width: 96%;
	height: 28px;
	position: absolute;
	bottom: -28px;
}
.workbook-tabs li {
	margin: 0px 5px 0px 16px;
	background: url(../assets/workbook-tabs.png) 0px -112px repeat-x;
	position: relative;
	top: 0px;
	z-index: 1;
	display: block;
	/* width: 143px; */
	width: auto;
	padding-left: 0.13em;
	padding-right: 0.2em;
	height: 28px;
	float: left;
}
.workbook-tabs li .o1 {
	background: url(../assets/workbook-tabs.png) 0px -84px no-repeat;
	display: block;
	width: 18px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	left: -18px;
	top: 0px;
	text-indent: -1000px;
}
.workbook-tabs li .o2 {
	background: url(../assets/workbook-tabs.png) 0px -140px no-repeat;
	display: block;
	width: 18px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	right: -18px;
	top: 0px;
	text-indent: -1000px;
}
.workbook-tabs li.add-button {
	background: url();
}
.workbook-tabs li.add-button .o1, .workbook-tabs li.add-button .o2 {
	display: none;
}
.workbook-tabs li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.workbook-tabs li.selected {
	z-index: 2;
	background: url(../assets/workbook-tabs.png) 0px -28px repeat-x;
}
.workbook-tabs li.selected .o1 {
	background: url(../assets/workbook-tabs.png) 0px 0px no-repeat;
}
.workbook-tabs li.selected .o2 {
	background: url(../assets/workbook-tabs.png) 0px -56px no-repeat;
}
.workbook-tabs a:active {
	outline: none !important;
}
.float-TOC-tabs {
	position: fixed;
	left: 8px;
	top: 150px;
	list-style: none;
	width: 240px;
}
.float-TOC-tabs li {
	display:block;
	padding:0px 0px 0px 11px;
	margin:0px;
	border-left: 1px rgba(255,255,255,0) solid;
	font-weight: bold;
	margin-bottom: 1.2em;
	font-size: 1.4em;
}
.float-TOC-tabs li a {
	display: block;
	padding-right: 30%;
}
.float-TOC-tabs li.selected {
	border-left: 1px #000 solid;
}
.float-TOC-tabs li.selected a {
	color:#000;
}
.float-TOC-content {
	padding-left: 240px;
	margin-top: 40px;
	margin-bottom: 400px;
}
.float-TOC-content h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-style: italic;
}
.document-table {
	width: 100%;
	border-bottom: 1px #DEDEDE solid;
	margin-top: 0.8em;
}
.document-table tr {
	height: 100%;
}
.document-table tr th {
	text-transform: uppercase;
	color: #999;
}
.document-table tr td {
	border-top: 1px #DEDEDE solid;
	padding: 0.8em 0;
	font-size: 1.2em;
	width: 99%;
	height: 100%;
	vertical-align: top;
}
.document-table.tabular {
	border-top: 1px #DEDEDE solid;
}
.document-table.tabular tr td {
	width: auto;
}
.document-table tr td ul {
	margin: 0px;
	padding: 0px 0px 0px 1.5em;
}
.document-table tr td.label {
	width: 165px;
	padding: 0;
}
.document-table tr td.label>div {
	border-top: 5px #fff solid;
	border-bottom: 5px #fff solid;
	background: #F3F4F6;
	padding: 0.4em 2em;
	margin-right: 2em;
	width: 165px;
	text-transform: uppercase;
	color: #898A8A;
	font-weight: bold;
	height: 100%;
}
.accordion-sections {
	display: block;
	margin-top: 2em;
}
.accordion-sections>div {
	margin-bottom: 4px;
	background: #F4F4F4;
}
.accordion-sections>div h2 {
	color: #A8A8A8;
	padding:0.5em 0.8em;
	margin:0px;
	display:inline-block;
}
.accordion-sections .accordion-form {
	display: none;
	padding:0.5em 1.3em 2em 1.3em;
}
.accordion-sections .selected .accordion-form {
	display: block;
}
.accordion-sections>div.selected {
	background: #F2F5F9;
}
.accordion-sections>div.selected h2 {
	color: #000;
}
.confirmation-message {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 1.5em;
}
.confirmation-message .message-box {
	display: inline-block;
	box-shadow: 1px 3px 2px rgba(0,0,0,0.5);
	padding:0 1em;
	border: 0px #fff solid;
	border-radius: 0.5em;
}
.restorable-item {
	display: none;
}
.brand {
	position: absolute;
	top: 0px;
	left: 38px; /* 3% */
	padding: 0px 0px 0px 29px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 110%;
	font-weight: 400;
	background: url(../assets/sycamoreProductLogo2.png) left center no-repeat;
}
.brand:hover {
	text-decoration: none;
	color: #CDF594;
}
.nav.pull-left {
	margin-left: 7em;
}
.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.nav li {
	float: left;
	position: relative;
	top: 0px;
}
.nav>li>a {
	text-decoration: none;
	display: inline-block;
	padding:0 0.6em;
}
.nav>li.mode-active>a {
	line-height: 2em;
	border: 0px #fff solid;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	background: rgba(255,255,255,0.4);
	box-shadow: inset 1px 2px 2px rgba(0,0,0,0.2);
}
.nav>li.mode-selector>a {
	line-height: 2em;
	border: 0px #fff solid;
	background: rgba(255,255,255,0.2);
	box-shadow: inset 1px 2px 2px rgba(0,0,0,0.2);
	padding:0 0.4em;
}
.nav>li.mode-selector.chosen>a {
	background: rgba(255,255,255,0.4);
	box-shadow: none;
}
.nav>li.mode-selector.left>a {
	-webkit-border-top-left-radius: 0.3em;
	-webkit-border-bottom-left-radius: 0.3em;
	-moz-border-radius-topleft: 0.3em;
	-moz-border-radius-bottomleft: 0.3em;
	border-top-left-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
}
.nav>li.mode-selector.right>a {
	-webkit-border-top-right-radius: 0.3em;
	-webkit-border-bottom-right-radius: 0.3em;
	-moz-border-radius-topright: 0.3em;
	-moz-border-radius-bottomright: 0.3em;
	border-top-right-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
}
.nav-divider {
	margin-left: 1em;
	margin-right: 1em;
}
.pull-right>li>.dropdown-menu, .nav>li>.dropdown-menu.pull-right {
	right: 0px !important;
	left: auto !important;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 100;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 0 ;
	list-style: none;
	background-clip: padding-box;
	-webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.2);
	white-space: nowrap;
}
.open>.dropdown-menu {
	display: block;
}
.dropdown-menu li {
	float: none;
	line-height: 28px;
	padding: 0 10px;
	position: relative;
	top: 0px;
}
.dropdown-menu li a {
	padding: 0.3em 0;
	display: block;
}
.dropdown-menu li.divider {
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0.5em 0;
	background: rgba(0,0,0,0.3);
}
.hidden {
	display: none;
	visibility: hidden;
}

.item-title {
	padding: 0px;
	margin: 0px;
	width: 66%;
}
.item-identifying-properties {
	float: right;
	display: inline-block;
	width: 33%;
	text-align: right;
	text-transform: uppercase;
	margin-top: -2.55em;
}
.item-governance-properties {
	width: 66%;
	margin-top: 0.15em;
}
.item-governance-properties a {
	margin: 0 0.3em;
}
.item-governance-properties .governance-observers {
	margin-left: 0.9em;
}
.item-viewer-wrapper {
	padding: 0px 56px 26px;
	font-size: 90%;
}
.item-properties-wrapper {
	padding: 26px 40px 26px 16px;
	font-size: 90%;
}
.item-properties-wrapper .property {
	margin-bottom: 0.6em;
	color: #000;
	padding-top: 0.6em;
	border-top: 1px rgba(0,0,0,0.2) solid;
}
.item-properties-wrapper .property-name {
	display: inline-block;
	color: #999;
	width: 45%;
	white-space: nowrap;
}
.item-properties-wrapper .property-value {
	display: inline-block;
	position: relative;
	top: 0px;
}
.item-properties-wrapper .change-thread {
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	padding: 0.4em;
	margin-bottom: 1em;
}
.item-properties-wrapper .change-thread:last-child {
	margin-bottom: 5em;
}
.item-properties-wrapper .change-thread .comment {
	background: rgba(246,246,246,1);
	margin-top: 0.4em;
	padding: 0.6em;
}
.item-properties-wrapper .change-thread .comment:first-child {
	background: rgba(255,255,255,0);
	margin-top: 0px;
}
.item-properties-wrapper .change-thread .comment.resolution {
	background: rgba(255,255,255,0);
}
.item-properties-wrapper .change-thread .comment.reply-prompt {
	background: rgba(255,255,255,0);
	border: 1px #ddd solid;
}
.item-properties-wrapper .change-thread .comment .author {
	font-size: 1.3em;
}
.item-properties-wrapper .change-thread .comment .datestamp {
	font-size: 0.9em;
	color: #999;
}
.item-properties-wrapper .import-source {
	text-align: right;
}
.item-viewer-header {
	padding: 26px 56px 0px;
	font-size: 90%;
}
.fixed-header .item-viewer-wrapper {
	padding: 75px 48px 26px;	/* - 56px - */
}
.fixed-header .item-viewer-header {
	padding: 26px 48px 26px;	/* - 56px - */
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 48px;	/* 59px */
	left: 0;	/* 3% */
	right: 0;	/* 3% */
	margin-right: 282px;
	z-index: 5;
}
.inline-editor {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.inline-editor-field {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 100%;
	width: 100%;
	height: 85%;
}
.item-properties-wrapper .property-value .inline-editor-field {
	position: relative;
	width: 191px;
	height: auto;
	display: inline-block;
	font-weight: normal;
	margin-bottom: -9px;
	margin-top: -3px;
}
.variable-label {
	width: 36%;
	display: inline-block;
	padding: 0.2em 0.3em 0.3em 0.3em;
	position: relative;
	top: 0px;
}
.variable-type {
	background: #fff;
	border: 1px #DFDFDF solid;
	border-radius: 2px;
	box-shadow: 1px 2px 0px rgba(0,0,0,0.05);
	margin: 2px 0px;
	padding: 0.1em;
	position: relative;
	top: 0px;
	width: 40%;
	float: right;
	display: inline-block;
}
.code-list {
	padding: 0px 14px 0px 0px;
	max-height: 10em;
	overflow-y: auto;
}
.code-list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 1.2em;
}
.code-list-ny ul li {
	display: inline-block;
	width: 30%;
}
.code-list-ny ul {
	margin-bottom: 0.5em;
}
.code-list ul li.single-name .name {
	display: none;
}
.where-used {
	padding: 0px;
	margin: 0px 0px 0px 16px;
}
.where-used li {
	margin-top: 0.3em;
}
#main_codelists_content .cdash-variable {
	width: 100%;
}
#main_codelists_content .variable-type {
	float: none;
	width: 80%;
}
#main_codelists_content .code-list ul li.single-name .name {
	display: inline;
}

.floatThead-container {
	margin-top: 29px !important;
}
.floatThead-wrapper thead .spacer-row td {
	border-top: 1px #fff solid;
}
#main_visits_content .floatThead-container {
	margin-top: -11px !important;
}
#value_set_grid .floatThead-container {
	margin-top: 0px !important;
}
.table-bordered {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-bordered tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-bordered th {
	background:#fff;
}
.table-bordered th,
.table-bordered td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table-bordered th,
.table-bordered td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
	border-right: 1px solid #fff;
	border-top: 1px #fff solid;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered th:first-child,
.table-bordered td:first-child {
  border-left: 1px solid #fff;
}
.table-bordered .spacer-row td, .table-bordered .spacer-row th {
  border-left: 1px solid #fff;
	background: #fff !important;
	height: 0.8em;
	box-shadow: inset -1px -2px 1px rgba(0,0,0,0.05);
}
.table-bordered .spacer-row td .domain-title, .table-bordered .spacer-row th .domain-title {
	width: auto;
	position: relative;
	margin-top: 1em;
	margin-bottom: 0.1em;
	font-weight: bold;
}
.table-bordered .spacer-row td .domain-abbreviation, .table-bordered .spacer-row th .domain-abbreviation {
	display: inline-block;
	font-size: 100%;
}
#main_SDTM_content .table-bordered th,
#main_ADaM_content .table-bordered th {
	xbackground: rgb(250, 252, 253) !important;
	background: rgb(240, 242, 243) !important;
}
#main_SDTM_content .table-bordered .spacer-row th,
#main_ADaM_content .table-bordered .spacer-row th {
	background: #fff !important;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered thead:first-child tr:first-child td,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0px #fff solid !important;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-striped tbody tr.odd td,
.table-striped tbody tr.odd th {
  background-color: #f9f9f9;
}
.table-striped tbody tr.even td,
.table-striped tbody tr.even th {
  background-color: #fff;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
.table-striped tbody tr.properties td,
.table-striped tbody tr.properties th {
  background-color: #fff;
}
.wrap-within-words {
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* css-3 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
}

.variable-name, .code-list-name, .edit-check-name, .form-name {
	padding-top: 0.6em;
	padding-left: 0.35em;
}
.variable-type .code-list-name {
	position: absolute;
	bottom: 0px;
	right: 1px;
	width: auto;
	padding: 2px 8px;
	display: inline-block;
	text-align: right;
	background: rgba(255,255,255,0.9);
	line-height: 1.5em;
}
.variable-type .code-list-name:before {
	content: "{ ";
}
.variable-type .code-list-name:after {
	content: " }";
}
.code-list .name:after {
	content: "  | ";
}
.cdash-variable {
	display: inline-block;
	margin-bottom: 3px;
	width: 100%;	/* 82%; */
	position: relative;
	top: 0px;
}
.show-cdash-to-sdtm .cdash-variable {
	width: 82%;
}
.cdash-variable .variable-name, .concept-relations .variable-name {
	width: 15%;
	float: right;
}
.variable-set, .concept-relations {
	border: 1px #e4e4e4 solid;
	margin-top: 4px;
	position: relative;
	top: 0px;
	width: 99%;
	display: block;
	clear: both;
	transition: top 0.2s ease;
	-webkit-transition: top 0.2s ease;
}
.concept-search {
	background: #e5e5e5;
	padding: 1.3em;
	width: auto;
	margin-bottom: 4em;
}
.concept-search .item-title {
	display: inline-block;
	width: auto;
	margin-right: 2em;
}
.concept-search .source-search-form {
	margin: 0px;
	width: 30%;
	display: inline-block;
}
.concept-search .search-filters {
	line-height: 2.7em;
	display: inline-block;
	padding: 0px;
}
.concept-search .search-filters .standard-source .chosen-container-single .chosen-drop {
	min-width: 400px;
}
.concept-relations {
	background: #fff;
	-webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.1);
	padding: 3px 3px 3px 3px;
	margin-top: 0px;
	width: 95%;
	margin-left: 4%;
}
.concept-relations.main-focus {
	-webkit-box-shadow: 1px 2px 25px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 2px 25px 0px rgba(0,0,0,0.4);
	box-shadow: 1px 2px 25px 0px rgba(0,0,0,0.4);
}
.concept-relations .table-bordered thead th, #variable_mapping_dialog .table-bordered thead th {
	background: rgb(240, 242, 243);
}
.concept-title .governance-status {
	margin-left: 1.5em;
	position: relative;
	top: -1px;
}
.concept-rule-group-title {
	font-size: 120%;
	margin: 0px;
	margin-top: 1em;
}
.representation-display-SDTM .representation-ADaM {
	display: none;
}
.representation-display-SDTM .representation-SDTM,
.representation-display-SDTM .representation-form {
	display: ;
}
.representation-display-ADaM .representation-form {
	display: none;
}
.representation-display-ADaM .representation-ADaM,
.representation-display-ADaM .representation-SDTM {
	display: ;
}
.variable-set .cdash-variable:last-child {
	margin-bottom: 0px;
}
.edit-check {
	border-radius: 6px;
	position: relative;
	top: 6px;
	left: 5px;
	margin-top: -1px;
	padding: 0px 3px;
	width: 98%;
	z-index: 2;
	font-style: italic;
}
.edit-check:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
	margin-bottom: 0px;
  right: 14px;
  border: 11px solid transparent;
  width: 0;
}
.edit-check:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 16px;
  border: 9px solid transparent;
  width: 0;
}
.edit-check-name {
	margin-right: 0.5em;
}
.sdtm-variable {
	display: none;	/* inline-block; */
	width: 17%;
	float: right;
	margin-right: 0.5%;
}
#main_form_content .sdtm-variable,
#main_SDTM_content .cdash-variable {
	display: none;
}
.show-cdash-to-sdtm #main_form_content .sdtm-variable .variable-name,
.show-cdash-to-sdtm #main_SDTM_content .cdash-variable .variable-name {
	width: auto;
	float: none;
}
.show-cdash-to-sdtm #main_form_content .sdtm-variable,
.show-cdash-to-sdtm #main_SDTM_content .cdash-variable {
	display: inline-block;
	xposition: absolute;
	float: right;
	bottom: 0px;
	right: 0px;
	width: auto;
	max-width: 16%;
	margin: 0px;
	z-index: 2;
	background: #FAFCFD;
	box-shadow: 1px 3px 3px #e2e2e2;
	border: 1px #ccc solid;
	border-radius: 6px;
	padding: 0 0.4em;
	line-height: 1.2em;
}
.show-cdash-to-sdtm #main_SDTM_content .cdash-variable {
	max-width: 60%;
}
.show-cdash-to-sdtm #main_SDTM_content .cdash-variable em {
	color: #999;
	text-transform: none;
}
.unseen-notifications-count {
	display: inline-block;
	border: 0px #ccc solid;
	background: #F0001C;
	color: #fff;
	opacity: 1;
	border-radius: 2px;
	line-height: 1.6em;
	padding: 0 0.3em;
	font-size: 90%;
	position: relative;
	top: -0.5em;
}
.sdtm-variable .variable-type {
	display: none;
}
.sdtm-variable .variable-name {
	display: block;
}
.sdtm-variable .variable-label {
	display: block;
	width: 100%;
	padding-top: 0px;
}
.one-to-one .sdtm-variable .variable-label {
	display: none;
}
.form-name {
	display: inline;
}
.form-title {
	margin: 2.9em 0px 0.6em 0px;
	padding: 0px;
}
h1+h2.form-title {
	margin-top: 1.9em;
}
.non-standard-form {
	line-height: 12px;
	position: relative;
	top: 11px;
	margin: 0 0.05em;
}
.concept-relations .collection-variables, .concept-relations .reporting-variables, .concept-relations .analysis-variables {
	display: inline-block;
	position: relative;
	top: 0px;
	width: auto;
	min-width: 30.33%;
	background: #FAFAFA;
	text-align: left;
	vertical-align: middle;
}
.concept-relations .reporting-variables {
	margin-left: 4.2%;
	margin-right: 4.2%;
}
.pivot.concept-relations .reporting-variables {
	margin-left: auto;
	margin-right: auto;
	border-top: 3px #fff solid;
	border-bottom: 3px #fff solid;
}
.pivot.concept-relations .analysis-variables {
	margin-left: auto;
	margin-right: 0px;
}
.concept-relations .cdash-variable, .concept-relations .sdtm-variable, .concept-relations .adam-variable {
	display: block;
	padding: 0.3em;
	border-top: 3px #FFF solid;
	margin-bottom: 0px;
	position: relative;
	top: 0px;
	width: auto;
	min-width: 30.33%;
	background: transparent;
	float: none;
}
.concept-relations .cdash-variable:first-child, .concept-relations .sdtm-variable:first-child, .concept-relations .adam-variable:first-child {
	border-top: 0px #FFF solid;
}
.concept-relations .variable-name {
	display: block;
	width: auto;
	float: none;
	margin-right: 1em;
	padding-top: 0px;
}
.concept-relations .variable-label {
	display: block;
	font-size: 120% !important;
	width: 100%;
}
.concept-relations .variable-type {
	display: block;
	float: none;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 3px;
	width: 95%;
}
.concept-relations td {
	vertical-align: top;
}
.study-job-state {
	background: #12A2D5;
	color: #ffffff;
	-webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
	line-height: 38px;
	border-radius: 19px 19px 19px 19px;
	-moz-border-radius: 19px 19px 19px 19px;
	-webkit-border-radius: 19px 19px 19px 19px;
	padding: 0 20px;
	position: fixed;
	right: 0px;
	top: -49px;
	white-space: nowrap;
}
.change-locations-dots {
	z-index: 4;
	position: fixed;
	right: 285px;
	top: 59px;
	padding-top: 90px;
	bottom: 46px;
	width: 2em;
	font-size: 50%;
}
.change-locations-wrapper {
	position: relative;
	top: 0px;
	height: 100%;
	width: 100%;
}
.change-locations-dots .dot {
	background: #ccc;
	border: 0px #fff solid;
	border-radius: 0.5em;
	height: 1em;
	width: 1em;
	margin-top: -0.5em;
	margin-left: -0.5em;
	position: absolute;
	right: 1em;
	cursor: pointer;
}
#main_form_content {
	padding-bottom: 400px;
}
#main_trialdesign_content, #main_visits_content {
	padding-top: 40px;
}
.trial-parameters-matrix {
	width: 100%;
	border: 1px #ddd solid !important;
	margin-bottom: 40px;
}
.trial-parameters-matrix th {
	background: rgb(240, 242, 243) !important;
	min-width: 9em;
}
.trial-parameters-matrix td:nth-child(2), .trial-parameters-matrix th:nth-child(2) {
	box-shadow: inset -5px 0px 4px -4px rgba(0,0,0,0.1) !important;
}
.trial-parameters-matrix td:nth-child(3),
.trial-parameters-matrix td:nth-child(4),
.trial-parameters-matrix td:nth-child(5) {
	color: rgb(0,79,198);
	font-weight: bold;
	font-size: 110%;
}
.trial-parameters-matrix td:nth-child(6),
.trial-parameters-matrix td:nth-child(7) {
	font-weight: bold;
	font-size: 110%;
}
.trial-design-matrix {
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	margin-top: 2.5em;
}
.trial-design-matrix th {
	position: relative;
	top: 0px;
}
.trial-design-matrix .randomization-label, .trial-design-matrix .response-eval-label {
	position: absolute;
	width: 30em;
	right: -15em;
	top: -2.3em;
	line-height: 1.2em;
	text-align: center;
	text-transform: none;
	font-style: italic;
	color: rgba(0,46,106,0.6);
}
.trial-design-matrix td, .trial-design-matrix th {
	border-right: 1px #ddd solid;
	padding: 0.4em 0 1em 0;
	text-align: center;
	font-size: 120%;
}
.trial-design-matrix td div>em:hover, .trial-design-matrix th:hover {
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5);
}
.trial-design-matrix .treatment {
	background: #f2f2f2;
}
.trial-design-matrix .treatment .fa {
	margin-right: 1em;
}
.trial-design-matrix .screening {
	background: #f6fbf6;
}
.trial-design-matrix .follow-up, .trial-design-matrix .arm-label div {
	background: #f9f9f9;
}
.trial-design-matrix .rest {
	background: #fff;
}
.trial-design-matrix .randomization, .trial-design-matrix .response-eval {
	background: rgba(0,46,106,0.3);
	width: 1px;
	border-right: 0px #000 solid;
	font-weight: normal;
}
.trial-design-matrix tbody div {
	border-top:1px #e4e4e4 solid;
	border-bottom:1px #e4e4e4 solid;
	box-shadow: 2px 4px 4px 0px rgba(0,0,0,0.1);
}
.trial-design-matrix tbody div>em {
	font-style: normal;
	display: block;
	padding: 0.4em 0.4em;
	margin: 0px;
	border-top: 3px #fff solid;
	border-bottom: 3px #fff solid;
	white-space: nowrap;
}
.trial-design-matrix td:first-child div, .trial-design-matrix th:first-child div {
	font-weight: bold;
	text-align: left;
	border-left: 1px #e4e4e4 solid;
}
.trial-design-matrix td:first-child em, .trial-design-matrix th:first-child div>em {
	padding-left: 0.4em;
	border-left: 3px #fff solid;
	min-width: 6em;
}
.trial-design-matrix td:last-child div, .trial-design-matrix th:last-child div {
	border-right: 1px #e4e4e4 solid;
	margin-right: 4px;
}
.trial-design-matrix td:last-child div>em, .trial-design-matrix th:last-child div>em {
	border-right: 3px #fff solid;
}
.visit-summary-matrix td:first-child {
	min-width: 20em;
}
.visit-summary-matrix thead .form-label {
	min-width: 6em;
	padding: 0px;
	display: block;
	font-size: 130%;
}
.visit-summary-matrix tbody .form-title {
	font-size: 100%;
}
.visit-summary-matrix tbody .form-title:hover {
	box-shadow: none !important;
}
.visit-summary-matrix tbody td {
	text-align: center;
	line-height: 1.3em;;
}
.visit-summary-matrix tbody td:hover, .visit-summary-matrix th.visit:hover {
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.6);
}
.visit-summary-matrix tbody td:first-child {
	text-align: left;
}
.visit-summary-matrix td:first-child, .visit-summary-matrix th:first-child {
	box-shadow: inset -5px 0px 4px -4px rgba(0,0,0,0.1) !important;
}
.visit-summary-matrix .form-name {
	padding: 0px;
}
.visit-summary-matrix .visit {
	background: rgb(240, 242, 243) !important;
}
.visit-summary-matrix .properties .visit {
	background: #FAFCFD !important;
}
.future-steps {
	display:inline-block;
	color:#C1C1C1;
}
.past-steps {
	display:inline-block;
	color:#002D74;
}
.future-steps i, .past-steps i {
	margin-right:-1px;
	position:relative;
	top:-1px;
}
.past-steps {
}
.feasibility-tier {
	display:inline-block;
	background:url(../assets/tier1.png) center center no-repeat;
	background-size: 100% 100%;
	width:2em;
	height:2em;
	font-weight:normal;
	font-style:normal;
	font-size:1.1em;
	line-height:2em;
	text-align:center;
}
.feasibility-tier.tier1 {
	background:url(../assets/tier1.png) center center no-repeat;
	background-size: 100% 100%;
	color:#4D9EF2;
	font-weight:bold;
}
.feasibility-tier.tier2 {
	background:url(../assets/tier2.png) center center no-repeat;
	background-size: 100% 100%;
	color:#305C89;
	font-weight:bold;
}
.feasibility-tier.tier3 {
	background:url(../assets/tier3.png) center center no-repeat;
	background-size: 100% 100%;
	color:#000000;
	font-weight:bold;
}
.feasibility-tier.tier4 {
	background:url(../assets/tier4.png) center center no-repeat;
	background-size: 100% 100%;
	color:#D1D2D3;
	font-weight:bold;
}
.site-summary-stats {
	color: #888888;
	position:absolute;
	top:30px;
	left:0px;
}
.site-summary-stats td {
	padding-right:2em;
	font-style:italic;
	font-size:1.4em;
	line-height:130%;
	width:115px;
	vertical-align:top;
}
.site-summary-stats strong {
	font-weight:normal;
	font-size:1.7em;
	line-height:120%;
	display:block;
	font-style:normal;
}
.site-summary-matrix {
	min-width:1380px;
}
.site-summary-matrix th, .site-summary-matrix td {
	border-left:0px #fff solid !important;
}
.site-summary-matrix .site-name {
	font-size:1.2em;
	margin-right:0.5em;
	font-weight:bold;
}
.site-summary-matrix .infohub-id {
	color: #bababa;
	font-size:80%;
}
.site-summary-matrix tbody tr:nth-child(even) td {
	background: #f3f3f3;
}
#datacollections_summary_table.site-summary-matrix td,
#queries_summary_table.site-summary-matrix td,
#validationrules_summary_table.site-summary-matrix td {
	padding-top:0.5em;
	padding-bottom:1.1em;
}
#data_collection_table.site-summary-matrix td {
	color:#2591B7;
	font-size:1.1em;
	letter-spacing:0.5px;
}
#data_collection_table.site-summary-matrix th,
#main_data_collection_content .site-summary-matrix th {
	color:#375086;
	font-weight:bold;
	background: #FAFCFD;
	vertical-align:bottom;
}
#data_collection_table.site-summary-matrix tbody tr td {
	background: #FAFCFD;
}
#data_collection_table.site-summary-matrix tbody tr:nth-child(even) td {
	background: #EEF5F9 !important;
}
#data_collection_table.site-summary-matrix .summary-row td {
	color:#888888;
	font-size:0.9em;
}
#data_collection_table.site-summary-matrix td {
	position:relative;
}
#data_collection_table.site-summary-matrix #add-query-prompt {
	display:inline-block;
	background:url(../assets/addQuery.png) top left no-repeat;
	width:28px;
	height:33px;
	overflow:hidden;
	position:absolute;
	top:-20px;
	left:3px;
	cursor:pointer;
}
.lineage-trace {
	border-collapse:collapse:
}
.lineage-trace tr th, .lineage-trace tr td {
	padding: 0.2em 1.9em 0.2em 0.9em;
}
.lineage-trace tr th {
	text-align:left;
}
.lineage-trace tr td {
	border:2px #ccc solid;
	background:#f2f2f2;
}
.lineage-trace tr.selected-collection-cell td {
	border:2px #333 solid;
	background:#fff;
	font-size: 120%;
}
.lineage-trace tr.selected-collection-cell td:last-child {
	border:2px #ccc solid;
	font-size: 100%;
}
.lineage-trace tr td:first-child, .lineage-trace tr th:first-child, .lineage-trace tr.selected-collection-cell td:first-child {
	border:2px rgba(0,0,0,0) solid;
	background:rgba(0,0,0,0);
	text-align:center;
}
.lineage-trace tr.spacer td {
	border:2px rgba(0,0,0,0) solid;
	background:rgba(0,0,0,0);
	color:#999;
	padding-top:0px;
	padding-bottom:0px;
	font-size:120%;
	text-align:center;
}
.histogram-bar {
	background:#2591B7;
	height:8px;
	overflow:hidden;
	margin-top:-2px;
	margin-bottom:5px;
}
#data_collection_table td.hasfocus,
#data_collection_table.site-summary-matrix tbody tr:nth-child(2n) td.hasfocus {
	background:#D9E0E4 !important
}
#validationrules_summary_table tr.disabled td {
	opacity:0.4;
}
#validationrules_summary_table tr.disabled td:first-child {
	opacity:1;
}
.query-presence {
	background:#F6D7BE;
	box-shadow:1px 3px 4px rgba(0,0,0,0.3);
}
.query-presence.highlighted {
	box-shadow:1px 3px 6px rgba(0,0,0,0.6), inset 0px 0px 2px 2px #FF7200;	
}
.query-wrapper {
	position: fixed;
	top: 48px;
	bottom: 46px;
	right: 0px;
	background: #fff;
	display: none;
}
.query-pointer {
	background:url(../assets/queryPointer.png) top left no-repeat;
	width:24px;
	height:38px;
	position:absolute;
	right:0px;
	margin-right:-3px;
	margin-top:-2.2em;
	display:none;
}
.showing-query .query-pointer {
	display:block;
}
.showing-query .main-page,
.showing-query .item-viewer-header,
.showing-query .item-viewer-wrapper, .showing-query .floatThead-wrapper>.wrapper {
	margin-right: 400px !important;
}
.showing-query .item-viewer-header, .showing-query #main_datacollections_content>.wrapper {
	right:400px !important;
}
.query-wrapper {
	width: 400px;
}
.showing-query .query-wrapper {
	display: block;
}
.query-builder-favoriting .on {
	display:none;
}
.query-builder-favoriting:hover i {
	color: #00BDDF !important;
	text-decoration: none !important;
}
.query-builder-favoriting.selected .off {
	display:none;
}
.query-builder-favoriting.selected .on {
	display:inline !important;
}

.queries-count {
	font-size: 1.3em;
	color: #FF9540;
}
.standard-source, .governance-status, .governance-observers {
	display: inline-block;
	white-space: nowrap;
}
.forms-links {
	margin: 0px;
	margin-top: 26px;
	margin-bottom: 52px;
	padding-left: 26px;
}
.search-filters {
	padding: 4px 3.3em;
}
.search-filters .standard-source .chosen-container {
	width: auto !important;
}
.search-filters .standard-source .chosen-container-single .chosen-single div b {
	background: url();
}
.search-filters .standard-source .chosen-container-single .chosen-single div b:before {
	font-family: FontAwesome;
	content: "\f078";
}
.search-filters .standard-source .chosen-container-single .chosen-single {
	padding: 0px;
	border: 0px #fff solid;
	background: url();
	color: inherit;
	font-size: 12px;
	box-shadow: none;
	line-height: 14px;
	height: 14px;
	display: inline-block;
}
.search-filters .standard-source .chosen-container-single .chosen-drop {
	margin-top: 0px;
	min-width: 200px;
}
.search-results {
	margin: 0px;
	padding: 0px;
}
.search-results .result-sources {
	width: 32%;
	position: absolute;
	right: 1px;;
}
.search-results li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	position: relative;
	top: 0px;
}
.search-results .form-title {
	margin-top: 0.1em;
	font-size: 120%;
}
.search-results .variable-set {
	width: 65%;
	margin-top: 0.1em;
}
.search-results .form-variables {
	padding-bottom: 0.5em;
}
.search-results .form-variables .variable-set {
	width: 95%;
	margin: 0 auto;
}
.search-results .cdash-variable {
	width: 60%;
}
.search-results .sdtm-variable {
	width: 39%;
}
.search-results .cdash-variable .variable-set {
	width: auto;
	float: none;
	padding: 0px;
}
.search-results .cdash-variable .variable-name {
	width: 15%;
	float: right;
	display: inline;
	margin-right: 0.6em;
}
.search-results .cdash-variable .variable-label {
	width: 76%;
	float: none;
	padding: 0.3em;
	display: inline-block;
}
.search-results .form-source {
	display: block;
}
.source-search-form {
	position: relative;
	top: 0px;
	padding: 0px;
	margin: 0px 3.3em;
	width: 60.1%;
}
.search-wrapper {
	padding: 10px 28px;
	overflow: auto;
}
.source-search-form .source-search-field {
	padding: 0.7em 0.5em 0.7em 2.1em;
	width: 94%;
	font-size: 110%;
	border: 2px #ccc solid;
}
.source-search-form .source-search-field-icon {
	position: absolute;
	left: 0.5em;
	top: 0.9em;
}
.nav .source-search-form {
	margin: 0px 0px 0px -0.3em;
	width: 93%;
}
.nav .source-search-form .source-search-field {
	font-size: 100%;
	padding: 0.3em 0.5em 0.3em 1.6em;
}
.nav .source-search-form .source-search-field-icon {
	top: 0.1em;
	font-size: 90%;
}
.inline-search-tool {
	margin: 0 1em;
}
.inline-search-tool .source-search-form .source-search-field {
	border: 0px #fff solid;
	border-radius: 0.3em;
	padding: 0.3em 0.5em 0.3em 1.8em;
	width: 16em;
	background: rgba(255,255,255,0.4);
	-webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
}
.inline-search-tool.hasfocus .source-search-form .source-search-field {
	background: rgba(255,255,255,1);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.inline-search-tool .source-search-form .source-search-field::-webkit-input-placeholder {
   color: #002d74;
}
.inline-search-tool .source-search-form .source-search-field:-moz-placeholder { /* Firefox 18- */
   color: #002d74;  
}
.inline-search-tool .source-search-form .source-search-field::-moz-placeholder {  /* Firefox 19+ */
   color: #002d74;  
}
.inline-search-tool .source-search-form .source-search-field:-ms-input-placeholder {  
   color: #002d74;  
}
.inline-search-tool.hasfocus .source-search-form .source-search-field::-webkit-input-placeholder {
   color: #ddd;
}
.inline-search-tool.hasfocus .source-search-form .source-search-field:-moz-placeholder { /* Firefox 18- */
   color: #ddd;  
}
.inline-search-tool.hasfocus .source-search-form .source-search-field::-moz-placeholder {  /* Firefox 19+ */
   color: #ddd;  
}
.inline-search-tool.hasfocus .source-search-form .source-search-field:-ms-input-placeholder {  
   color: #ddd;  
}
.modal-layer {
	z-index: 9;
	background: rgba(0,0,0,0.2);
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.floating-dialog {
	background: #e8e8e8;
	border: 1px #ccc solid;
	padding: 0px;
	box-shadow: 1px 4px 20px rgba(0,0,0,0.3);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
	z-index: 10;
}
.modal-layer .floating-dialog {
	box-shadow: 1px 4px 50px rgba(0,0,0,0.4);
}
.floating-dialog.full {
	width: 100%;
	height: 100%;
	position:absolute;
	background:rgba(255,255,255,1);
	border:0px #fff solid;
	box-shadow:1px 3px 4px 0px rgba(0,0,0,0.2);
}
.floating-dialog.full .dialog-header-bar {
	background:rgba(255,255,255,0.9);
}
.floating-dialog.full .dialog-wrapper {
	padding:13em 3.3em;
}
.floating-dialog.centered {
	width: 60%;
	height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30%;
	margin-top: -25%;
}
.floating-dialog.right {
	width: 60%;
	height: 80%;
	position: absolute;
	top: 70px;
	right: 10px;
}
.floating-dialog.narrow.centered {
	width: 40%;
	margin-left: -20%;
	height: 92%;
	margin-top: 0;
	top: 4%;
}
.floating-dialog.medium.centered {
	width: 60%;
	height: 50%;
	margin-left: -30%;
	margin-top: -25%;
}
.floating-dialog.small.centered {
	width: 40%;
	height: 40%;
	margin-left: -20%;
	margin-top: -25%;
}
.floating-dialog.large.centered {
	width: 78%;
	margin-left: -39%;
	height: 72%;
}
.floating-dialog.xlarge.centered {
	width: 78%;
	margin-left: -39%;
	height: 80%;
}
.dialog-scroller {
	position: relative;
	top: 0px;
	height: 100%;
	overflow: auto;
}
.dialog-wrapper {
	padding: 5em 3.3em;
}
.dialog-notification-bar {
	border: 1px #D6D0AA solid;
	background: #FFF8CB;
	position: relative;
	top: 0px;
	padding: 0.6em 1em;
	margin: 0.5em 0 0 0;
}
.untitled .dialog-wrapper {
	padding-top: 2.5em;
}
.untitled .dialog-wrapper h2 {
	font-size: 170%;
	display: inline;
}
.untitled .dialog-wrapper h2:after {
	content: "   ";
}
.untitled .dialog-wrapper .comment {
	background: #fff;
	padding: 0.5em;
	margin-left: 2.8em;
	margin-top: -0.4em;
	margin-bottom: 1em;
	-webkit-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.1);
	border: 0px #fff solid;
	border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}
.untitled .dialog-wrapper .comment-author {
	font-size: 120%;
	font-weight: bold;
}
.untitled .dialog-wrapper .reply-link {
	display: block;
	margin: 0.6em 0.3em 0 0;
	text-align: right;
}
.untitled .dialog-wrapper .reply-link em {
	font-style: normal;
	color: #ccc;
	margin-right: 1em;
}
.dialog-button-bar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(232,232,232,0.9);
	text-align: center;
	padding: 1em 0;
}
.floating-search-dialog .dialog-header-bar, .floating-tfl-block-dialog .dialog-header-bar, .floating-dialog-panel .dialog-header-bar, #variable_mapping_dialog .dialog-header-bar, #site_rating_dialog .dialog-header-bar {
	border-bottom: 1px #ccc solid;
}
.floating-search-dialog .dialog-button-bar, .floating-tfl-block-dialog .dialog-button-bar, .floating-dialog-panel .dialog-button-bar {
	background: rgba(244,244,244,0.9);
}
#variable_mapping_dialog .dialog-button-bar, #site_rating_dialog .dialog-button-bar {
	background: rgba(255,255,255,0.9);
}
#variable_mapping_dialog .floating-dialog, #site_rating_dialog .floating-dialog {
	background: #fff;
}
.dialog-button-bar.left {
	text-align: left;
}
.dialog-button-bar.left a:first-child {
	margin-left: 2.8em;
}
.dialog-button-bar.right {
	text-align: right;
}
.dialog-button-bar.right a:last-child {
	margin-right: 2.8em;
}
.dialog-header-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: rgba(232,232,232,0.9);
	text-align: left;
	padding: 0.3em 0;
	z-index:12;
}
.dialog-header-bar h1 {
	margin: 0.6em 2em;
	padding: 0px;
	font-size: 160%;
}
.dialog-header-bar .toolbar {
	margin: 0.6em 3.25em;
	padding: 0px;
}
.dialog-header-bar h1 .subtitle {
	font-size: 70%;
	font-weight: normal;
}
.floating-dialog-panel .dialog-wrapper {
	padding: 5em 1.35em;
}
.floating-dialog-panel .dialog-header-bar h1 {
	margin: 0.6em 1em 0.2em;
	font-size: 130%;
}
.floating-dialog-panel .dialog-button-bar.right a:last-child {
	margin-right: 1.3em;
}
.floating-dialog-panel .source-search-form {
	margin: 0 1.25em;
	width: 78%;
}
#site_rating_dialog #srd_site_name {
	font-size:160%;
	font-style:italic;
}
#site_rating_dialog #srd_status {
	display:block;
	margin-top:0.6em;
}
#site_rating_dialog #srd_site_infohub_id {
	color:#B5B5B5;
}
#site_rating_dialog #srd_institution_address, #site_rating_dialog #srd_investigator_contact {
	color:#B5B5B5;
}
.code-system-search-results {
	list-style: none;
	padding: 0px;
}
.code-system-search-results .result {
	background: #fff;
	border: 1px #DFDFDF solid;
	border-radius: 2px;
	box-shadow: 1px 2px 0px rgba(0,0,0,0.05);
	margin: 2px 0px 6px;
	padding: 0.2em 0.3em;
}
.code-system-search-results .result:hover {
	background: #fff9f2;
}
.floating-search-dialog {
	width: 60%;
	height: 80%;
	position: absolute;
	top: 70px;
	right: 10px;
	background: #f4f4f4;
	border: 1px #ccc solid;
	padding: 0px;
	box-shadow: 1px 4px 20px rgba(0,0,0,0.3);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
	display: none;
}
.floating-search-dialog.invisible {
	opacity: 0;
	transform: translate3d(90px, 0, 0);
	-webkit-transform: translate3d(90px, 0, 0);
}
.floating-tfl-block-dialog {
	width: 45%;
	height: 80%;
	position: absolute;
	top: 70px;
	right: 10px;
	background: #f4f4f4;
	border: 1px #ccc solid;
	padding: 0px;
	box-shadow: 1px 4px 20px rgba(0,0,0,0.3);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
	display: none;
}
.floating-tfl-block-dialog.invisible {
	opacity: 0;
	transform: translate3d(90px, 0, 0);
	-webkit-transform: translate3d(90px, 0, 0);
}
#code_list_dialog .floating-dialog {
	overflow: hidden;
}
.floating-dialog-panel {
	width: 29%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 15;
	background: #f4f4f4;
	box-shadow: -4px 0px 8px rgba(0,0,0,0.2);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
	display: none;
}
.floating-dialog-panel.invisible {
	opacity: 0;
	transform: translate3d(90px, 0, 0);
	-webkit-transform: translate3d(90px, 0, 0);
}
.modal-layer {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
	display: none;
}
.modal-layer.invisible {
	opacity: 0;
}
.domain {
	padding-left: 10%;
	position: relative;
	top: 0px;
	display: block;
	clear: both;
	margin-top: 2em;
}
.domain-title {
	width: 10%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 0.5em;
}
.domain-abbreviation {
	display: block;
}
.workbook-properties, .value-set-properties, .grant-access-form {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.workbook-properties fieldset, .value-set-properties fieldset, .grant-access-form fieldset {
	border: 0px #fff solid;
	padding: 0px;
	margin: 0px 0px 1em 0px;
	width: 100%;
}
.workbook-properties input, .workbook-properties textarea, .value-set-properties input, .value-set-properties textarea {
	display: block;
	width: 100%;
	padding: 0.7em 0.5em;
	font-size: 110%;
	border: 2px #ccc solid;
}
.workbook-properties input[type="checkbox"], .value-set-properties input[type="checkbox"], .grant-access-form input[type="checkbox"] {
	display: inline-block;
	width: auto;
}
.workbook-properties input.with-browse-button, .value-set-properties input.with-browse-button {
	display: inline-block;
	width: 65%;
}
.inline-editor-field {
	font-weight: bold;
	color: #000;
	border: 2px #ccc solid;
}
.workbook-properties label, .value-set-properties label {
 	font-weight: bold;
}
.value-set-properties {
	font-size: 100%;
}
.value-set-properties p {
	margin: 0 0 1em 0;
}
.value-set-properties input, .value-set-properties textarea {
	padding: 0.3em 0.5em;
	font-size: 100%;
}
.value-set-properties .chosen-container {
	font-size: 100%;
	font-weight: normal;
}
.value-set-properties .chosen-container-single .chosen-single {
	padding: 0.2em 0.4em;
}
.value-set-properties .chosen-container-multi .chosen-choices {
	padding: 0.05em 0.1em;
}
.grant-access-form {
	padding-bottom: 0.5em;
	border-bottom: 1px #f2f2f2 solid;
	margin-bottom: 1.5em;
}
.grant-access-form fieldset label:first-child .field-caption {
	display: block;
	font-weight: bold;
	margin-top: 1em;
}
.grant-access-form select {
	max-width: 30em;
}
.access-person {
	background: #efefef;
	margin: 0 0.2em 0.2em 0;
	width: 46%;
	position: relative;
	top: 0px;
	padding: 0.4em;
	float: left;
}
.access-person:hover {
	background: #BADCE8;
}
.access-person .person-name {
	font-size: 110%;
}
.access-person .person-role {
	position: absolute;
	left: 45%;
	width: 45%;
}
.access-person .person-remove {
	position: absolute;
	right: 0.3em;
	color: #999;
}
.access-person .person-remove:hover {
	color: #ff6600;
}


/**
 * Styles for jquery.contextPopup.js
 */
.contextMenuPlugin {
	-webkit-user-select: none;
	display: none;
	font-size: 100%;
	position: absolute;
	left: 100px;
	top: 100px;
	min-width: 100px;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	border: 0px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 4px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 4px 6px;
}
.contextMenuPlugin>li {
	margin: 0 0 0 0;
	padding: 1px;
	background-repeat: no-repeat;
}
.contextMenuPlugin>li.disabled {
	opacity: 0.5;
}
.contextMenuPlugin>li>a {
	position: relative;
	display: block;
	padding: 4px 3px 4px 3px;
	text-decoration: none;
	margin: 1px;
}
.contextMenuPlugin>li>a img {
	position: absolute;
	left: -2px;
	margin-top: -5px;
	width: 25px;
	height: 25px;
	display: none;
}
.contextMenuPlugin>li>a span img {
	display: inline-block;
	position: relative;
	left: ;
	width: auto;
	height: auto;
	margin-top: 0px;
}
.contextMenuPlugin>li>a span .map-ico {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin-bottom: -10px;
	margin-right: 6px;
}
.contextMenuPlugin>li>a:hover {
	border: 1px solid rgba(0, 0, 0, 0);
	outline: 1px solid rgba(0, 0, 0, 0);
	margin: 0;
	background: -moz-linear-gradient(top, rgba(239, 239, 255, 0.3) 0%, rgba(223, 223, 255, 0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239, 239, 255, 0.3)), color-stop(100%, rgba(223, 223, 255, 0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(239, 239, 255, 0.3) 0%, rgba(223, 223, 255, 0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(239, 239, 255, 0.3) 0%, rgba(223, 223, 255, 0.3) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(239, 239, 255, 0.3) 0%, rgba(223, 223, 255, 0.3) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80efefff', endColorstr='#80dfdfff', GradientType=0); /* IE6-9 */
	background: linear-gradient(top, rgba(239, 239, 255, 0.3) 0%, rgba(223, 223, 255, 0.3) 100%); /* W3C */
	cursor: pointer;
}
.contextMenuPlugin>li.disabled>a:hover {
	background: none;
	cursor: default;
}
.contextMenuPlugin>li.divider {
	border-top: 1px solid rgba(0, 0, 0, 0.9);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	height: 0;
	padding: 0;
	margin: 5px 0 5px 0px;
}
.contextMenuPlugin>.header {
	position: relative;
	cursor: default;
	padding: 3px 3px 3px 3px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 100%;
	top: -2px;
}
.contextMenuPlugin>.gutterLine {
	position: absolute;
	border-left: 1px solid rgba(0, 0, 0, 0);
	border-right: 1px solid rgba(0, 0, 0, 0);
	width: 0;
	top: 0;
	bottom: 0;
	left: 26px;
	z-index: 0;
	display: none;
}

/* Styles for jquery.chosenCombobox.js */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 110%;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.5em 0.6em;
  height: 23px;
  border: 2px solid #ccc;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.4em 0.2em;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 2px solid #ccc;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 2px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 2px solid #ccc;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 2px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.chosen-container-form .chosen-container {
	width: 100% !important;
}

.chosen-container-form .chosen-container-active .chosen-choices, .chosen-container-form .chosen-container-multi .chosen-choices {
	border: 2px #ddd solid !important;
	-webkit-box-shadow: inset 1px 2px 6px 0px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: inset 1px 2px 6px 0px rgba(0, 0, 0, 0.1) !important;
	box-shadow: inset 1px 2px 6px 0px rgba(0, 0, 0, 0.1) !important;
	background: #fff !important;
}

.chosen-container-form .chosen-container-multi .chosen-choices li.search-field:first-child .default {
	color: #ccc !important;
}

.chosen-container-form .chosen-container-multi .chosen-choices li.search-field input[type=text] {
	min-height: 1.8em !important;
}

.chosen-container-multi.chosen-disabled .chosen-choices {
	cursor: default;
}


/* Fonts, text colors, and theme-specific background color */
@font-face{font-family:'FontAwesome';src:url('fontawesome-webfont.eot?v=4.3.0');src:url('fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}

.fa{display:inline-block;margin-right:0.15em;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-fw{width:1.28571429em;text-align:center}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}
.fa-ul>li{position:relative}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center}
.fa-li.fa-lg{left:-1.85714286em}
.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em}
.pull-right{float:right}
.pull-left{float:left}
.fa.pull-left{margin-right:.3em}
.fa.pull-right{margin-left:.3em}
.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}
@-moz-keyframes spin{
	0%{-moz-transform:rotate(0deg)}
	100%{-moz-transform:rotate(359deg)}
}
@-webkit-keyframes spin{
	0%{-webkit-transform:rotate(0deg)}
	100%{-webkit-transform:rotate(359deg)}
}
@-o-keyframes spin{
	0%{-o-transform:rotate(0deg)}
	100%{-o-transform:rotate(359deg)}
}
@keyframes spin{
	0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
	100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
.fa-rotate-90{
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transfor:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg)
}
.fa-rotate-180{
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg)
}
.fa-rotate-270{
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	transform:rotate(270deg)
}
.fa-flip-horizontal{
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform:scale(-1, 1);
	-moz-transform:scale(-1, 1);
	-ms-transform:scale(-1, 1);
	-o-transform:scale(-1, 1);
	transform:scale(-1, 1)
}
.fa-flip-vertical{
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform:scale(1, -1);
	-moz-transform:scale(1, -1);
	-ms-transform:scale(1, -1);
	-o-transform:scale(1, -1);
	transform:scale(1, -1)
}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}
.fa-inverse{color:#ffffff}
.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}

#fountainG {
	position:relative;
	width:29px;
	height:7px;
	display: inline-block;
	margin-right: 5px;
}
.fountainG {
	position:absolute;
	top:0;
	background-color:#12A1D5;
	width:8px;
	height:8px;
	-moz-animation-name:bounce_fountainG;
	-moz-animation-duration:1.04s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-moz-transform:scale(.3);
	-moz-border-radius:5px;
	-webkit-animation-name:bounce_fountainG;
	-webkit-animation-duration:1.04s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-webkit-transform:scale(.3);
	-webkit-border-radius:5px;
	-ms-animation-name:bounce_fountainG;
	-ms-animation-duration:1.04s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-ms-transform:scale(.3);
	-ms-border-radius:5px;
	-o-animation-name:bounce_fountainG;
	-o-animation-duration:1.04s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	-o-transform:scale(.3);
	-o-border-radius:5px;
	animation-name:bounce_fountainG;
	animation-duration:1.04s;
	animation-iteration-count:infinite;
	animation-direction:linear;
	transform:scale(.3);
	border-radius:5px;
}
#fountainG_1 {
	left:0;
	-moz-animation-delay:0.52s;
	-webkit-animation-delay:0.52s;
	-ms-animation-delay:0.52s;
	-o-animation-delay:0.52s;
	animation-delay:0.52s;
}
#fountainG_2{
	left:7px;
	-moz-animation-delay:0.65s;
	-webkit-animation-delay:0.65s;
	-ms-animation-delay:0.65s;
	-o-animation-delay:0.65s;
	animation-delay:0.65s;
}
#fountainG_3 {
	left:15px;
	-moz-animation-delay:0.78s;
	-webkit-animation-delay:0.78s;
	-ms-animation-delay:0.78s;
	-o-animation-delay:0.78s;
	animation-delay:0.78s;
}
#fountainG_4 {
	left:22px;
	-moz-animation-delay:0.91s;
	-webkit-animation-delay:0.91s;
	-ms-animation-delay:0.91s;
	-o-animation-delay:0.91s;
	animation-delay:0.91s;
}
#fountainG_5 {
	display: none;
	left:29px;
	-moz-animation-delay:1.04s;
	-webkit-animation-delay:1.04s;
	-ms-animation-delay:1.04s;
	-o-animation-delay:1.04s;
	animation-delay:1.04s;
}
#fountainG_6 {
	display: none;
	left:36px;
	-moz-animation-delay:1.17s;
	-webkit-animation-delay:1.17s;
	-ms-animation-delay:1.17s;
	-o-animation-delay:1.17s;
	animation-delay:1.17s;
}
#fountainG_7 {
	display: none;
	left:44px;
	-moz-animation-delay:1.3s;
	-webkit-animation-delay:1.3s;
	-ms-animation-delay:1.3s;
	-o-animation-delay:1.3s;
	animation-delay:1.3s;
}
#fountainG_8{
	display: none;
	left:51px;
	-moz-animation-delay:1.43s;
	-webkit-animation-delay:1.43s;
	-ms-animation-delay:1.43s;
	-o-animation-delay:1.43s;
	animation-delay:1.43s;
}
@-moz-keyframes bounce_fountainG {
	0%{ -moz-transform:scale(1); background-color:#12A1D5; }
	100%{ -moz-transform:scale(.3); background-color:#FFFFFF; }
}
@-webkit-keyframes bounce_fountainG {
	0%{ -webkit-transform:scale(1); background-color:#12A1D5; }
	100%{ -webkit-transform:scale(.3); background-color:#FFFFFF; }
}
@-ms-keyframes bounce_fountainG {
	0%{ -ms-transform:scale(1); background-color:#12A1D5; }
	100%{ -ms-transform:scale(.3); background-color:#FFFFFF; }
}
@-o-keyframes bounce_fountainG {
	0%{ -o-transform:scale(1); background-color:#12A1D5; }
	100%{ -o-transform:scale(.3); background-color:#FFFFFF; }
}
@keyframes bounce_fountainG {
	0%{ transform:scale(1); background-color:#12A1D5; }
	100%{ transform:scale(.3); background-color:#FFFFFF; }
}

.pulse2 {
	-webkit-animation: pulse2 0.5s linear 2;
	-moz-animation: pulse2 0.5s linear 2;
	-ms-animation: pulse2 0.5s linear 2;
	animation: pulse2 0.5s linear 2;
}
@keyframes "pulse2" {
 0% {
    -webkit-transform: scale(0.96);
   	-moz-transform: scale(0.96);
   	-o-transform: scale(0.96);
   	-ms-transform: scale(0.96);
   	transform: scale(0.96);
 }
 50% {
    -webkit-transform: scale(1.04);
   	-moz-transform: scale(1.04);
   	-o-transform: scale(1.04);
   	-ms-transform: scale(1.04);
   	transform: scale(1.04);
 }
 100% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }
}
@-moz-keyframes pulse2 {
 0% {
   -moz-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -moz-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }
}
@-webkit-keyframes "pulse2" {
 0% {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }
}
@-ms-keyframes "pulse2" {
 0% {
   -ms-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -ms-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -ms-transform: scale(1);
   transform: scale(1);
 }
}



body {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
a {
	text-decoration: none;
	color: #0A8EBC;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}
.doc-listing table th {
	background: #FAFBFD;
	color: #12A2D5;
}
.doc-listing table td.primary-column {
	font-size: 120%;
	font-weight: bold;
}
.workbook-tabs li a {
	font-size: 90%;
	color: #777777;
}
.workbook-tabs li.selected a {
	font-weight: bold;
	color: #333333;
}
.main-toolbar, .contextMenuPlugin {
	background: #12A2D5;
	color: #ffffff;
}
.contextMenuPlugin a {
	color: #ffffff;
}
.item-properties-pane {
	background: #FAFCFD;
}
.nav>li>a {
	color: #fff;
}
.nav>li>a:hover, .contextMenuPlugin a:hover {
	color: #fffedd;
}
.nav-divider {
	color: rgba(255,255,255,0.5);
}
.dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
}
.dropdown-menu li {
	color: #000;
}
.item-title {
	font-size: 210%;
	/*text-transform: uppercase;*/
}
.concept-title {
	font-size: 140%;
	margin: 1em 0 0.2em 0;
}
.concept-title a {
	font-weight: normal;
	color: #8298B7;
}
.concept-title a:hover {
	text-decoration: none;
}
.item-identifying-properties {
	color: #999;
	line-height: 1.4em;
}
.variable-label {
	color: #999;
	font-weight: bold;
	font-size: 120%;
}
.arm-label {
	color: #999;
	font-weight: bold;
}
.epoch-label {
	text-transform: uppercase;
	font-weight: bold;
}
.trial-design-matrix .placebo .fa {
	color: rgba(102,102,102,0.5);
}
.trial-design-matrix .drug-1.dose-1 .fa {
	color: rgba(0,46,106,0.5);
}
.trial-design-matrix .drug-1.dose-2 .fa {
	color: rgba(0,46,106,1);
}
.trial-design-matrix .drug-2.dose-1 .fa {
	color: rgba(0,112,20,0.5);
}
.trial-design-matrix .drug-2.dose-2 .fa {
	color: rgba(0,112,20,1);
}
.trial-design-matrix .drug-3.dose-1 .fa {
	color: rgba(240,199,20,0.5);
}
.trial-design-matrix .drug-3.dose-2 .fa {
	color: rgba(240,199,20,1);
}
.variable-type {
	color: #BBB;
}
.variable-name, .code-list-name, .edit-check-name, .form-name, .sdtm-variable-name-label {
	font-size: 10px;
	font-weight: normal;
	color: #B38B00;
	text-transform: uppercase;
}
.code-list .name {
	color: #999;
	font-weight: bold;
}
.cdash-variable {
	background: #FAFAFA;
}
.variable-set {
	border: 1px #e4e4e4 solid;
	padding: 3px 4px;
}
.edit-check {
	background: #fffff8;
	box-shadow: 1px 3px 3px #e2e2e2;
	border: 1px #ccc solid;
}
.edit-check:before {
  border-bottom-color: #d6d6d6;
}
.edit-check:after {
  border-bottom-color: #fffff8;
}
.cdash-variable-name-label {
	color: #B38B00;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}
.sdtm-variable {
	background: #fff;
}
.sdtm-variable .variable-name {
	color: #15AD72;
}
.sdtm-variable-name-label {
	color: #15AD72;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}
.sdtm-variable .variable-label {
	font-size: 90%;
}
.adam-variable .variable-name {
	color: #A415AD;
}
.sas-function-name-label {
	color: #002d74;
	font-weight: bold;
	font-style: normal;
}
.adam-variable-name-label {
	color: #A415AD;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}
.variable-set:hover, .edit-check:hover, .code-list:hover, .form-title:hover, .workbook-explorer .item-title:hover {
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3) !important;
}
.variable-set.highlighted, .edit-check.highlighted, .code-list.highlighted, .form-title.highlighted, .workbook-explorer .item-title.highlighted, .mdr-tfl-block.highlighted {
	box-shadow: 1px 2px 5px rgba(0,0,0,0.5) !important;
	position: relative;
}
.highlighted-item-cursor {
	font-size: 28px;
	font-weight: 800;
	position: absolute;
	top: 0px;
	left: -1em;
	display: inline-block;
}
.workbook-explorer .item-title.highlighted {
	box-shadow: none !important;
}
.form-title {
	text-transform: uppercase;
	font-size: 140%;
	font-weight: bold;
}
.non-standard-form {
	font-size: 180%;
	color: #000;
}
.domain-title {
	font-size: 110%;
	font-weight: normal;
}
.domain-abbreviation {
	font-size: 120%;
	font-weight: normal;
	color:#ccc;
}
.change-indicator {
	display: none;
	position: absolute;
	top: 0px;
	margin-bottom: -1em;
}
.variable-set.removed, .code-list.removed,
.edit-check.removed, .form-title.removed {
	display: none;
}
.show-change-highlights .variable-set.added .change-indicator, .show-change-highlights .code-list.added .change-indicator,
.show-change-highlights .edit-check.added .change-indicator, .show-change-highlights .form-title.added .change-indicator,
.show-change-highlights .variable-set.removed .change-indicator, .show-change-highlights .code-list.removed .change-indicator,
.show-change-highlights .edit-check.removed .change-indicator, .show-change-highlights .form-title.removed .change-indicator {
	display: block;
	position: absolute;
	top: 0.4em;
	left: -1.1em;
	font-size: 1.3em;
}
.show-change-highlights .variable-set.added, .show-change-highlights .code-list.added,
.show-change-highlights .edit-check.added, .show-change-highlights .form-title.added {
	position: relative;
	top: 0px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.1);
	z-index:3;
}
.show-change-highlights .variable-set.removed, .show-change-highlights .code-list.removed,
.show-change-highlights .edit-check.removed, .show-change-highlights .form-title.removed {
	display: block;
	position: relative;
	top: -4px;
	left: 15px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	z-index:2;
}
.show-change-highlights .code-list.added .change-indicator, .show-change-highlights .code-list.removed .change-indicator {
	left: auto;
	right: 0.4em;
}
.show-change-highlights .edit-check.added .change-indicator, .show-change-highlights .edit-check.removed .change-indicator {
	left: auto;
	right: -1.3em;
}
.show-change-highlights .form-title.added .change-indicator, .show-change-highlights .form-title.removed .change-indicator {
	top: 0.05em;
	font-size: 100%;
}
.representation-choices {
	font-size: 12px;
	padding: 0.1em 0.2em 0.1em 0.7em;
	margin: 0.2em 0;
}
.mapping-template-tag {
	font-size: 12px;
	font-weight: bold;
	padding: 0.2em 0.2em 0.2em 0.7em;
	margin: 0.2em 0.2em 0.2em 0;
	background: #fff;
	color: #333;
	border: 0px #fff solid;
	border-radius: 6px;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}
.mapping-helper-button {
	font-size: 12px;
	font-weight: bold;
	padding: 0.2em 0.7em 0.2em 0.7em;
	margin: 0.2em 0;
	background: #002D74;
	color: #fff;
	border: 0px #fff solid;
	border-radius: 6px;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}
.standard-source {
	font-size: 12px;
	font-weight: bold;
	padding: 0.1em 0.7em 0.1em 0.7em;
	margin: 0.2em 0;
	background: #d1d1d1;
	color: #444;
	border: 0px #fff solid;
	border-radius: 6px;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}
.standard-source em {
	font-weight: normal;
	font-style: normal;
}
.governance-status {
	font-size: 12px;
	font-weight: bold;
	padding: 0.1em 0.7em 0.1em 0.7em;
	background: #12A2D5;
	color: #fff;
	border: 0px #fff solid;
	border-radius: 6px;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}
.feasibility-status {
	font-size: 10px;
	font-weight: bold;
	padding: 0.1em 0.7em 0.1em 0.7em;
	background: #FFF;
	color: #4F4F4F;
	text-transform: uppercase;
	border: 1px #EDD359 solid;
	border-radius: 2px;
}
.large-button {
	font-size: 120%;
	background: #12A2D5;
	color: #fff;
}
.secondary-button {
	font-size: 120%;
	background: #aaaaaa;
	color: #fff;
}
.large-button:hover, .secondary-button:hover {
	color: #fffedd;
}
.cancel-button {
	font-size: 120%;
	color: #999;
}
.cancel-button:hover {
	color: #12A2D5;
}
.remove-button {
	font-size: 120%;
	color: #d00;
}
.remove-button:hover {
	color: #d44;
}
.governance-status.in-progress {
	background: #12A2D5;
}
.governance-status.standard {
	background: #00A80C;
}
.governance-status.awaiting-review {
	background: #D89500;
}
.governance-status.retired {
	background: #C0C3CA;
}
.governance-status.completed {
	background: #40B84C;
}
.governance-status.not-started {
	background: #f0f0f0;
	color: #999;
	font-weight: normal;
	box-shadow: 1px 2px 0px rgba(0,0,0,0.1);
}
.governance-status.error {
	background: #cc3333;
}
.feasibility-status.ongoing, .feasibility-status.proposed {
	border-color: #EDD359;
	color: #444444;
}
.feasibility-status.planned, .feasibility-status.reviewedbyct {
	border-color: #E7E7E7;
	color: #9BA7C2;
}
.feasibility-status.closed, .feasibility-status.approvedbyst, .feasibility-status.surveydone {
	border-color: #C5E9BC;
	color: #3F9727;
}
.feasibility-status.onhold {
	border-color: #D0B8B8;
	color: #863737;
}
.comment-status i {
	font-size: 190% !important;
	margin-right: -14px;
	color: #CDCDCD;
}
.comment-status strong {
	position: relative;
	top: -4px;
	color:#fff;
	font-size:80%;
}
.comment-status.unseen i {
	color: #007EFF;
}
table.tableSorter th div.sortArrow {
	width: 11px;
	height: 6px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: 2px;
	position: relative;
}
table.tableSorter th div.sortArrow div.sortArrowAscending,
table.tableSorter th div.sortArrow div.sortArrowDescending {
	position: absolute;
	display: none;
	width: 11px;
	height: 6px;
}
table.tableSorter th div.sortArrow div.sortArrowAscending {
	background: url('arrow_asc.png');
}

table.tableSorter th div.sortArrow div.sortArrowDescending {
	background: url('arrow_desc.png') no-repeat;
}
.mapping-status-okay, .mapping-status-assumed, .mapping-status-unmapped, .mapping-status-unnecessary {
	font-size:1.3em;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.1);
}
.mapping-status-okay {
	color: #777777;
}
.mapping-status-assumed {
	color: #D89500;
}
.mapping-status-unmapped {
	color: #cc3333;
}
.mapping-status-unnecessary {
	color: #c0c0c0;
}
.inline-error {
	color: #cc3333;
	font-weight: bold;
}
.governance-observers, .source-of-metadata {
	font-size: 12px;
	font-weight: bold;
	padding: 0.1em 0.7em 0.1em 0.7em;
	background: #E9E9E9;
	color: #444;
	border: 0px #fff solid;
	border-radius: 6px;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}
.source-of-metadata {
	margin: 0 0.1em 0.5em 0;
	display: inline-block;
}
.search-results .variable-set {
	background: #fff;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.1);
}
.search-results .cdash-variable {
	font-size: 85%;
}
.search-results .sdtm-variable {
	font-size: 90%;
}
.search-results .study-source {
	font-weight: bold;
}
.search-results .form-source {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 90%;
}
.tfl-results .variable-set {
	width: 45%;
}
.tfl-results .result-sources {
	width: 52%;
	font-family: Monaco,"Courier New",Monospace;
	color: rgba(55,80,134,0.4);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	font-size: 80%;
	float:right;
	position:relative;
	right:;
}
.tfl-results .result-sources table {
	border-collapse: collapse;
	border-color: #d9d9d9;
	border:1px #d9d9d9 solid;
}
.tfl-results .variable-set {
	clear:none;
}
.tfl-results .result-sources table tr td {
	padding-left: 2em;
	padding-right: 2em;
	text-align: center;
}
.tfl-results .result-sources table tr td:first-child {
	padding-left: 0px;
	padding-right: 2em;
	text-align: left;
}
.search-results .mdr-tfl-block-label {
	width: auto;
}
.source-search-form .source-search-field-icon{
	color: #12A2D5;
}
#dialog_value_set_name {
	color: #12A2D5;
}

.show-change-highlights .variable-set.added, .show-change-highlights .code-list.added,
.show-change-highlights .edit-check.added, .show-change-highlights .form-title.added {
	background: #FEFBE3;
}
.variable-set.added .sdtm-variable {
	background: #FEFBE3;
}
.edit-check.added:after {
  border-bottom-color: #FEFBE3;
}
.variable-set.added .change-indicator, .code-list.added .change-indicator, .edit-check.added .change-indicator, .form-title.added .change-indicator {
	color: #C5B600;
}
.show-change-highlights .variable-set.added .cdash-variable {
	background: #FEFBE3;
}
.variable-set.removed, .code-list.removed, .edit-check.removed, .form-title.removed {
	background: #F3FDF3;
}
.variable-set.removed .sdtm-variable {
	background: #F3FDF3;
}
.edit-check.removed:after {
  border-bottom-color: #F3FDF3;
}
.variable-set.removed .change-indicator, .code-list.removed .change-indicator, .edit-check.removed .change-indicator, .form-title.removed .change-indicator {
	color: #2BBD2A;
}
.variable-set.removed .cdash-variable {
	background: #F3FDF3;
}
.change-locations-dots .dot.removed {
	background: #2BBD2A;
}
.change-locations-dots .dot.added {
	background: #C5B600;
}
.change-locations-dots .dot.unmapped {
	background: #cc3333;
}
.change-locations-dots .dot.mapping-assumed {
	background: #D89500;
}
.type-ahead-search-match {
	color: #000;
	background: #FEFBE3;
}
.highlighted-item-cursor {
	color: #FAFCFD;
	text-shadow: 1px 2px 8px rgba(0,0,0,0.5), 3px 0px 0px #12A2D5;
}
.confirmation-message .message-box {
	background: #f9edbe;
	color: #000;
	font-weight: bold;
}
.confirmation-message .message-box a {
	color: #12A2D5;
}
.version-number,
.collection-task-board em,
.collection-documents em,
.collection-results em,
.collection-data em,
.collection-formats em,
.collection-programs em,
.collection-access-list em {
	font-size: 10px;
	font-weight: normal !important;
	font-style: normal !important;
	text-decoration: none !important;
	color: #12A2D5;
}
.task-column-scroller .column-header, #tempColumn .column-header {
	font-size: 130%;
	color: #000;
	font-weight: bold;
}
.column-group-header {
	background: #F3F5F6;
	font-size: 130%;
	font-weight: bold;
	color: rgba(0,0,0,0.3);
}
.taskboard-filters .filter-progress .finished-portion {
	border-top: 3px #89D1EA solid;
	color: #12A2D5;
	font-size: 80%;
}
.taskboard-filters .filter-progress .estimated-portion {
	border-top: 3px #EFEFEF solid;
	color: #CCCCCC;
	font-size: 80%;
}
.taskboard-filters li.selected .filter-progress .finished-portion {
	border-top: 3px #12A2D5 solid;
}
.taskboard-filters li.selected .filter-progress .estimated-portion {
	border-top: 3px #f1f1f1 solid;
	color: #FFF;
}
.taskboard-filters li.selected {
	background: #BADCE8;
}
.taskboard-filters li.selected .filter-label {
	color: #000;
}
.taskboard-filters li .filter-label {
	color: #888;
}
.taskboard-filters li:hover .filter-label {
	text-decoration: underline;
	color: #ff6600;
}
.study-view-task-filters h3 em {
	color: #12A2D5;
	font-style: normal;
	font-size: 80%;
}
.owner {
	background: #F5F1E3; /* #F4F4F4; */
	color: #C19E41; /* #aaa; */
}


