:root {
	--endeavour-red: #d46966;
	--endeavour-yellow: #f1c067;
	--endeavour-yellow2: #e4970b;
	--endeavour-blue: #88acd0;
	--endeavour-light-blue: #a7c4e0;
	--endeavour-green: #9cd28b;
	--endeavour-green2: #51a251;
	--endeavour-orange: orange;
	
	--endeavour-light-gray2: #f7f7f7;
	--endeavour-light-gray1: #ddd;
	--endeavour-light-gray0: #bbb;
	--endeavour-gray1: #a5a5a5;
	--endeavour-gray2: #999999;
	--endeavour-gray3: #777777;
	--endeavour-dark-gray1: #555;
	--complete-border: #bedabe;
	--complete-color: #5cb85c;
	--counter-border: #c9c9c9;
	
	--endeavour-btn-default: #9b9b9b;
	--endeavour-btn-default-border: #9b9b9b;
	
	--endeavour-navbar-color: #ffffff;
	--endeavour-navbar-border-color: #225588;
	--endeavour-navbar-hover-bg-color: #ffffff;
	--endeavour-navbar-hover-color: #333333;
	
	--tile-color: #e9e9e9;
	--tile-border: #cac9c9;
	
	--endeavour-document: #a5a5a5;
	
	--widget-title-color: #b1b1b1;
	
	--project-analysis-font-size: 1.5em;
	
	--workspace-top: 0px;
	
	--embedded-tab-border: #366797;
}

/**************************************************************
 * General Tags                                               *
 **************************************************************/
body, body.xsp {
	overflow-x: hidden;
	-webkit-tap-highlight-color: #fed136;
	font-size: 11px;
	font-family: 'Rubik', sans-serif;
	
	background: linear-gradient(270deg, rgb(167, 181, 195), rgb(235, 238, 245));
}
/* Special background for the login page */
body.login {
	background: rgb(242, 242, 242);
}

.glide-controls div {
	display: inline-block;
}

.glide-controls h4 {
	display: inline-block;
}

.glide-controls .glide-button {
	margin: 0 10px;
	padding: 1px 2px;
	cursor: pointer;
}

header {
	width: 1000px;
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 1000px) {
	header {
		width: 320px;
	}
}

img {
	cursor: pointer;
}

img::selection {
	background: 0 0;
}

img::-moz-selection {
	background: 0 0;
}

a, a:hover, a:focus, a:active, a.active {
	outline: 0;
	color: #888;
}

h1, h2, h3, h4, h5, h6, span.cms-header {
	text-transform: capitalize;
	font-weight: 700;
	color: #989898;
}

h4 {
	font-size: 16px;
	line-height: 16px;
	color: #333;
}

h5, span.cms-header {
	font-size: 14px;
	line-height: 14px;
}

section {
	padding: 100px 0;
}

@media ( min-width :1001px) {
	section {
		padding: 150px 0;
	}
}

footer {
	padding: 25px 0;
	text-align: center;
}

li {
	line-height: 1.42857143;
}

legend {
	color: #999;
	font-size: 14px;
	font-weight: bold;
}

/**************************************************************
 * Buttons                                                    *
 **************************************************************/
.btn {
	padding: 3px 6px !important;
	font-size: 12px;
}

.btn>svg.text-adjacent {
	margin-right: 5px;
}

.btn-default {
	color: #fff;
	background-color: var(--endeavour-btn-default);
	border-color: var(--endeavour-btn-default-border);
}

.btn-secondary-alt {
	border-color: var(--endeavour-btn-default-border);
}

.btn-default:hover, .btn-default:active, .btn-default:focus,
	.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover,
	.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
	.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus,
	.open>.dropdown-toggle.btn-default:hover, .btn-group.open .btn-default.dropdown-toggle
	{
	color: #fff;
	background-color: #888;
	border-color: #8c8c8c;
}

.btn-primary {
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	border-color: rgba(129, 128, 122, 1);
	color: #fff;
	background-color: rgba(107, 107, 107, 1);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open .dropdown-toggle.btn-primary {
	border-color: rgba(74, 77, 85, 0.45);
	color: #000;
	background-color: rgba(240, 204, 18, 1);
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary
	{
	background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
	.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
	.btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active
	{
	border-color: #fed136;
	background-color: #fed136;
}

.btn-primary .badge {
	color: #fed136;
	background-color: #fff;
}

.btn-xl {
	padding: 20px 40px;
	border-color: #E4BB30;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #E4BB30;
}

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl
	{
	border-color: #f6bf01;
	color: #fff;
	background-color: #fec503;
}

.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	background-image: none;
}

.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover,
	.btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus,
	.btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active,
	.btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active,
	.btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
	border-color: #fed136;
	background-color: #fed136;
}

.btn-xl .badge {
	color: #fed136;
	background-color: #fff;
}

.btn:focus, .btn:active, .btn.active, .btn:active:focus {
	outline: 0;
}

.btn-default>.icon-danger {
	color: #d9534f;
}

.btn-default>.icon-info {
	color: #5bc0de;
}

.btn-default>.icon-warning {
	color: #f0ad4e;
}

.btn-default>.icon-primary {
	color: #337ab7;
}

.btn-default>.icon-success {
	color: #5cb85c;
}

.top-btn-group .btn:not([style*="display: none;"] ):first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.top-btn-group .btn:not([style*="display: none;"] ):last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/**************************************************************
 * Specialty Buttons                                          *
 **************************************************************/
a.btn-close {
	display: inline-flex;
	align-items: center;
	margin-left: 2px;
}

.btn-view-print {
	border: 1px solid;
	background: white;
}

.view-action-buttons .dropdown-menu {
	opacity: 1;
	min-width: 160px;
	margin: 2px 0 0 -1px;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity =     0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.filter-buttons {
	margin: 5px;
}

.filter-buttons .btn>span {
	margin-left: 3px;
}

.filter-buttons .btn>input {
	margin: -2px 0 0 0;
	vertical-align: middle;
}

/**************************************************************
 * Dashboard                                                  *
 **************************************************************/
.badge-danger {
	background-color: #d9534f !important;
	border-radius: 0;
}

.badge-info {
	background-color: #5bc0de !important;
	border-radius: 0;
}

.badge-warning {
	background-color: #f0ad4e !important;
	border-radius: 0;
}

.badge-primary {
	background-color: #337ab7 !important;
	border-radius: 0;
}

.badge-success {
	background-color: #5cb85c !important;
	border-radius: 0;
}

.my-list {
	border: 1px solid #ccc;
	border-style: thin;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.my-list tr {
	border: 1px solid #ddd;
	border-style: thin;
	border-radius: 4px;
	padding: 3px;
}

.my-list th, .my-list td {
	padding: 8px;
	text-align: left;
}

@media screen and (min-width: 860px) and (max-width: 1320px) {
	.my-list {
		border: 0;
	}
	.my-list thead {
		display: none;
	}
	.my-list tr {
		margin-bottom: 5px;
		display: block;
		border-bottom: 1px solid #ddd;
		border-style: thin;
	}
	.my-list td {
		display: block;
		text-align: right;
	}
	.my-list td:last-child {
		border-bottom: 0;
	}
	.my-list td:first-child {
		border-top: 0;
	}
	.my-list tr:last-child {
		margin-bottom: 0;
	}
	.my-list td:before {
		content: attr(xdata);
		float: left;
		font-weight: bold;
	}
}

.dashboard-contents {
	margin: 0 10px;
}

.dashboard-contents>.panel-group {
	padding: 10px 0;
}

.dashboard-contents>.panel-group>.dashboard-search {
	margin-bottom: 5px;
}


/**************************************************************
 * Legends                                                    *
 **************************************************************/
table.icon-legend td {
	border: 0 !important;
}

table.icon-legend img {
	cursor: default;
}

table.icon-legend td.icon {
	height: 18px;
	width: 18px;
}

.cms-legend div.formula {
	font-weight: bold;
}

.cms-legend div.formula:before {
	font-weight: bold;
	content: "{"
}

.cms-legend div.formula:after {
	font-weight: bold;
	content: "}"
}

.cms-legend .row:first-child {
	border-top: none;
}

.cms-legend .row {
	border-top: 1px solid #aaa;
}

/**************************************************************
 * Application Layout                                         *
 **************************************************************/
.applayout-links {
	padding-top: 10px;
}

/* style="..." in the original */
.applayout-links>li>a:hover>i.fa {
	color: white;
}

.applayout-links div.overlayText {
	font-weight: normal;
}

.applayout-links div.overlayText a:before {
	content: "- ";
}

.applayout-links div.overlayText a {
	padding-right: 0;
}

.applayout-main .applayout-legal {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	color: white;
	padding: 5px;
	margin-bottom: 0;
	min-height: 0;
}

.applayout-main .applayout-legal div div {
	margin: 0 !important;
	display: block !important;
	text-align: right !important;
}

/**************************************************************
 * Scrollbar                                                  *
 **************************************************************/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	background-color: #f0ad4e;
}

::-webkit-scrollbar {
	height: 8px;
	width: 8px;
	background-color: #f0ad4e;
}

::-webkit-scrollbar-thumb {
	border-radius: 18px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #808080;
}

/**************************************************************
 * Tables                                                     *
 **************************************************************/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	border-top: 1px solid #E9F3F3;
}

.table-clickable tr td {
	cursor: pointer;
}

table.compact-table {
	width: 100%;
}

table.compact-table th, table.compact-table td {
	padding: 3px;
	vertical-align: top;
}

table.compact-table th:first-child, table.compact-table th:last-child,
	table.compact-table td:first-child, table.compact-table td:last-child {
	padding: 3px 0;
}

/**************************************************************
 * Callouts                                                   *
 **************************************************************/
.bs-callout {
	padding: 5px 15px;
	border-left-width: 5px;
}

.bs-callout2 {
	padding: 5px 15px;
	border-top: 1px solid #eee;
	margin-bottom: 0;
}

.bs-callout3 {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-right-width: 5px;
	border-radius: 3px;
}

.bs-callout .row, .bs-callout2 .row, .bs-callout3 .row {
	margin-bottom: 0;
}

.bs-callout div:last-child.row, .bs-callout2 div:last-child.row,
	.bs-callout3 div:last-child.row {
	margin-bottom: 0;
}

.bs-callout:last-child, .bs-callout2:last-child, .bs-callout3:last-child
	{
	margin-bottom: 0px;
}

.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.bs-callout p:last-child {
	margin-bottom: 0;
}

.bs-callout code {
	border-radius: 3px;
}

.bs-callout+.bs-callout {
	margin-top: -5px;
}

.bs-callout-default {
	border-left-color: #777;
}

.bs-callout-default h4 {
	color: #777;
}

.bs-callout-primary {
	border-left-color: #428bca;
}

.bs-callout-primary h4 {
	color: #428bca;
}

.bs-callout-success {
	border-left-color: #5cb85c;
}

.bs-callout-success h4 {
	color: #5cb85c;
}

.bs-callout-danger {
	border-left-color: #d9534f;
}

.bs-callout-danger h4 {
	color: #d9534f;
}

.bs-callout-warning {
	border: none;
}

.bs-callout-warning h4 {
	color: #f0ad4e;
}

.bs-callout-info {
	border-left-color: #5bc0de;
}

.bs-callout-info h4 {
	color: #5bc0de;
}

/**************************************************************
 * Bootstrap Grid                                             *
 **************************************************************/
.row-thin>[class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 2px;
}
/* partial view pane should have less gutter between it and the doc pane*/
.row-thin>[id$='viewContainer'].col-md-3, .row-thin>[id$='viewContainer'].col-sm-3,
	.row-thin>[id$='viewContainer'].col-xs-3 {
	padding-right: 0px;
}

/* Deprecated - Use row-middle-align */
.vertAlignRowCenter {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

@media ( min-width : 768px) {
	.row-middle-align {
		font-size: 0;
	}
	.row-middle-align *[class*="col-"] {
		display: inline-block;
		float: none;
		vertical-align: middle;
	}
}

@media ( min-width : 768px) {
	.row-bottom-align {
		font-size: 0;
	}
	.row-bottom-align *[class*="col-"] {
		display: inline-block;
		float: none;
		vertical-align: bottom;
	}
}

.formless-rows .row {
	margin-left: -20px;
	margin-right: -20px;
}

@media ( min-width : 992px) {
	.side-col {
		height: 1px;
	}
}

.update-input-container .row {
	margin-top: 10px;
	margin-bottom: 10px;
}

/**************************************************************
 * Tabs                                                       *
 **************************************************************/
.dijitTabContainer .container {
	padding: 0;
}

.dijitTabContainer .container .panel {
	border: 0;
}

.dbootstrap .dijitTabPaneWrapper {
	border-radius: 3px;
}

.tab-content {
	padding: 5px 10px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #dde6e9;
}

/* Style the tabs to match */
.dijitTab {
	color: #888 !important;
	background-color: rgb(238, 239, 241);
}
body.dbootstrap .dijitTab.dijitTabChecked {
	background-color: white;
}

.tab-title {
	margin-left: 4px;
}

.dijitTabPane {
	text-align: left;
}

.dbootstrap .dijitTab {
	border-width: 0;
	text-align: center;
	padding: 11px 16px 10px 16px;
}

.dbootstrap .dijitTab.dijitTabChecked {
	border: 1px solid #ddd;
	padding: 10px 15px;
	background-color: #eeeff1;
	color: #555 !important;
}

.dbootstrap .dijitTab i {
	display: block;
}

/* Remove extra left/right margin for embedded tab containers */
.dbootstrap .dijitTabContainer .dijitTabContainer {
	margin: 0;
}
/* Remove extra left/right/top margin for embedded tab container inside of docContent and dashboardContent div */
.dbootstrap div[id$=docContent] .dijitTabContainer, .dbootstrap div[id$=dashboardContent] .dijitTabContainer:first-child
	{
	margin: 0 0 5px 0;
	width: inherit;
}

/**************************************************************
 * Pagers                                                     *
 **************************************************************/
ul.pager.back-to-view {
	position: absolute;
	margin: -6px 0 0 0px;
	z-index: 50000;
}

.pager li>a:active, .pager li>a:visited {
	background-color: #FFF;
}

.pager li>a:hover {
	background-color: #eee;
}

.pager li>a, .pager li>span {
	display: inline-block;
	padding: 0 4px 0 4px;
	background-color: #f0ad4ec4;
	border-radius: 20px;
	font-size: 12px;
	color: white;
}

.pager li span {
	margin-left: 5px;
}

html body .pager li>a:hover {
	color: #928e88c4;
}

/**************************************************************
 * Containers                                                 *
 **************************************************************/
.xspWidgetContainer.padContent .xspWidgetBodyMod {
	padding: 10px;
}

.container {
	width: 98%;
}

.container-fluid .row .applayout-content {
	padding: 0;
}

.topContainer {
	margin: 0 20px 0 -5px;
}

.dbootstrap .dijitContentPane {
	padding: 5px;
	background-color: white;
}

.xspWidgetContainer.panel .panel-heading {
	border-top: 1px solid rgb(221, 221, 221);
}

.dijitContentPane div[id$="formViewContainer"].container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}

.util-container {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -5px;
}

.util-container>a {
	font-size: 11px;
	font-weight: bold;
}

.message-box {
	padding: 5px;
	border-radius: 5px;
}

.message-box h5, .message-box h4, .message-box h3, .message-box h2,
	.message-box h1 {
	margin: 0;
}

.message-box.bg-info h5, .message-box.bg-info h4, .message-box.bg-info h3,
	.message-box.bg-info h2, .message-box.bg-info h1 {
	color: white;
}

.message-box.message-box-multi-line h5, .message-box.message-box-multi-line h4
	{
	line-height: 20px;
}

.message-box.message-box-multi-line h3 {
	line-height: 30px;
}

/*div.document-container {
	position: -webkit-sticky;
	position: sticky;
	top: 0.5em;
}*/

/**************************************************************
 * Fieldsets, FormGroups, Etc                                 *
 **************************************************************/
/* We don't really want that Dojo-y dotted border around focused elements */
html .dbootstrap :focus {
	outline: 0;
}

/* Remove the "well" in DBootstrap fieldsets */
html .dbootstrap fieldset {
	padding: 0;
	min-height: 1px;
	margin-bottom: 0;
	background: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-group {
	margin-bottom: 8px;
	margin-left: -5px;
	margin-right: -5px;
}

.row-thin>[class*="col-"]>.form-group {
	margin-left: -2.5px;
	margin-right: -2.5px;
}

.row-thin>[class*="col-"]:last-child>.form-group {
	margin-right: -5px;
}

.row-thin>[class*="col-"]:first-child>.form-group {
	margin-left: -5px;
}

/**************************************************************
 * Inputs                                                     *
 **************************************************************/
.form-control {
	padding: 3px 6px;
	font-size: 11px;
	height: 28px;
	color: #555 !important;
}

/* To override form control */
html body .text-error {
	color: darkred !important;
}

div.input-danger div {
	color: red !important;
}

.input-group-addon {
	padding: 3px 6px;
	font-size: 11px;
}

.input-group .input-group-btn .btn {
	height: 28px;
}

/* TODO: Find out why this fixes an issue for some displays */
/* Adjust the height slightly for a Select2
.input-group.input-group-select {
	height: 29px;
}
*/

.dbootstrap .dijitTextBox.form-control {
	display: block;
}

/* Select 2 */
select[size].form-control {
	height: 28px;
}

.form-control.select2 {
	padding: 0 !important;
	border: 0 !important;
	/* This fixes the height when select2 controls go beyond one line */
	height: auto;
}

.select2-container .select2-choice .select2-search-choice-close {
	top: 6px;
}

.select2-container .select2-choice .select2-arrow b {
	margin-top: -1px;
}

.select2-choice {
	height: 28px !important;
	line-height: 20px !important;
}

.select2-container .select2-choices .select2-search-field .select2-input
	{
	padding: 3px 6px;
}

div.select2-container>ul.select2-choices {
	border-radius: 3px;
	padding: 3px;
	border: 1px solid #ccc;
	padding: 0 !important;
}

ul.select2-choices>li {
	width: 100%;
}

.select2-chosen {
	margin-top: 3px;
	color: #555;
}

.select2.form-control .select2-choices {
	margin-bottom: 4px;
	border-radius: 4px;
	border-color: #ccc;
}

.select2-bigdrop {
	min-width: 100px !important;
}

.select2-container-multi .select2-choices .select2-search-field {
	height: 22px;
	margin: 2px 0;
}

.input-sm.select2-container .select2-choice {
	height: 30px !important;
	line-height: 30px !important;
}

.input-sm.select2-container .select2-choice .select2-chosen {
	margin-top: 0 !important;
}

/* Dojo Date Selector */
.dijitDateTextBox.input-sm {
	height: 30px !important;
}

.dj_webkit .dbootstrap .dijitInline .dijitInputField .dijitInputInner {
	height: inherit;
	font-size: 11px;
}

.dijitDateTextBox .dijitInputContainer {
	padding: 0 !important;
}

.cms-localdate-picker {
	height: 28px !important;
	top: 0 !important;
	width: 100% !important;
}

.cms-datePicker,.cms-localdate-picker {
	padding: 0 !important;
}

.cms-datePicker .dijitArrowButtonContainer {
	height: 28px !important;
	padding: 6px 2.25px !important;
}

.cms-localdate-picker .dijitArrowButtonContainer {
	height: 26px !important;
}

.cms-datePicker .dijitArrowButtonContainer .xspInputFieldDatePickerIcon,
.cms-datePicker .dijitArrowButtonContainer .xspInputFieldTimePickerIcon
	{
	margin-top: 0 !important;
	margin-left: 4px !important;
}

html body .cms-datePicker .dijitInputContainer,
html body .cms-localdate-picker .dijitInputContainer {
	padding: 6px !important;
}

.cms-datePicker .dijitInputContainer .dijitInputInner,
.cms-localdate-picker .dijitInputContainer .dijitInputInner {
	margin-top: 0 !important;
}

.dijitCalendarCurrentDate .dijitCalendarDateLabel {
	font-weight: bold;
}

/* Checkboxes and Radio Buttons */
.checkbox, .radio {
	margin: 0;
	display: flex;
	align-items: flex-end;
	min-height: 28px;
}

.checkbox>label {
	padding-left: 16px;
}

.checkbox td {
	padding-left: 16px;
}

.checkbox td label {
	padding-left: 0;
	padding-right: 5px;
}

.checkbox tr td input[type=checkbox], .radio tr td input[type=radio] {
	margin-left: -15px;
	margin-top: 1px !important;
}

.checkbox label input[type=checkbox], .radio label input[type=radio] {
	margin-left: -15px;
	margin-top: 1px !important;
}

.cms-checkbox-group {
	margin: 3px -8px;
}

.cms-checkbox-group>.checkbox {
	display: inline-flex;
	margin: 0 5px;
}

.compact-radio {
	margin-top: 5px !important;
}

.compact-radio table tr:first-child td:first-child {
	padding-left: 0 !important;
}

/* Text Areas */
html .dbootstrap .form-control.dijitTextArea {
	line-height: 20px;
	font-size: 11px;
	padding: 3px 6px;
}

/* Placeholders */
.dijitInputField .dijitPlaceHolder {
	font-size: 11px !important;
	padding: 5px;
}

/* Readonly */
.dbootstrap .dijitTextBoxDisabled, .dbootstrap .dijitTextBoxReadOnly,
	.dbootstrap .dijitSelect.dijitSelectDisabled .dijitButtonContents {
	background-color: #eee;
}

/* File Uploads */
.fileUpload {
	position: relative;
	overflow: hidden;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity =     0);
}

/* Pillboxes */
.pillbox {
	font-weight: bolder !important;
	margin: 0;
}

/**************************************************************
 * Select 2 Html Items                                        *
 **************************************************************/
.html-select2 .select2-chosen {
	display: table !important;
	width: 100% !important;
}

.html-select2 .select2-result-label, .html-select2 li.select2-search-choice>div
	{
	display: table;
	width: 100%
}

.html-select2 .select2-left-item {
	display: table-cell;
	width: 50%;
}

.html-select2 .select2-right-item {
	display: table-cell;
	text-align: right;
	width: 50%;
}

.html-select2 .select2-bottom-item,
.html-select2 .select2-single-item {
	text-align: left;
	display: table-row;
	width: 100%;
	color: var(--endeavour-blue);
}

.html-select2 .select2-chosen .select2-right-item {
	padding-right: 42px;
}

.html-select2 .select2-chosen .select2-bottom-item {
	display: none;
}

.html-select2 .select2-html-row {
	display: table-row;
	width: 100%;
}

/**************************************************************
 * Dropzone                                                   *
 **************************************************************/
.dz-targetarea {
	background-color: white;
	padding: 15px;
	min-height: 0 !important;
	border-radius: 4px;
	border-style: dashed !important;
	border-width: 4px !important;
	border-color: #89c8ff !important;
	min-height: 0 !important;
}

tbody.startTr>tr>td>.dz-targetarea {
	padding: 5px !important;
}

.dz-clickable {
	cursor: pointer;
}

.dz-message {
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	margin: 0 !important;
	color: #999;
}

/**************************************************************
 * Colors and Font Styles                                     *
 **************************************************************/
.red, .rejectColor, .cancelColor {
	color: #FF0000;
}

.blue, .pendingColor {
	color: #0000FF;
}

.green, .approveColor {
	color: #008000;
}

.success {
	color: #5cb85c;
}

.aqua {
	color: #00FFFF;
}

.teal {
	color: #008080;
}

.white {
	color: #FFFFFF;
}

.darkGray, .draftColor {
	color: #333333;
}

.yellow {
	color: #F0CC12;
}

.yellow2 {
	color: var(--endeavour-yellow2);
}

.cyan {
	color: #00FFFF;
}

.dark-cyan {
	color: #00AAAA;
}

.text-muted {
	color: #777;
}

.text-info {
	color: #31708f;
}

.text-primary {
	color: rgba(126, 134, 129, 0.59);
}

.text-highlight {
	color: rgb(91, 192, 222);
}

.bg-light-gray {
	background-color: #f7f7f7;
}

.bg-darkest-gray {
	background-color: #222;
}

.bg-info {
	background-color: #23b7e5;
	color: #ffffff !important;
}

.underline {
	text-decoration: underline;
}

.endeavour-blue {
	color: var(--endeavour-blue);
}

.endeavour-orange {
	color: var(--endeavour-orange)
}

/**************************************************************
 * Duo Tone Font Awesome Colors                               *
 **************************************************************/
.duo-white-red {
	--fa-primary-color: white;
	--fa-secondary-color: red;
}

.duo-black-green {
	--fa-primary-color: black;
	--fa-secondary-color: green;
}

.duo-lightgray-blue {
	--fa-primary-color: lightgray;
	--fa-secondary-color: blue;
	--fa-secondary-opacity: 0.8;
}

/**************************************************************
 * Fade Line / Abbreviation for long data in a cell           *
 **************************************************************/
.abbreviate {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fade-lines {
	position: relative;
	overflow: hidden;
}

.fade-lines-2 {
	height: 2.4em;
}

.fade-lines-3 {
	height: 3.7em;
}

.fade-lines:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 1.2em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1) 50%);
}
/*fix a problem when a direct text node is inside the td, instead of being enclosed inside a div inside the td*/
td.fade-lines:after {
	height: 1.7em;
}
/* fadelines for hover*/
tr:hover .fade-lines:after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5
		50%);
}

/**************************************************************
 * Organization Picker Styles                                 *
 **************************************************************/
.org-picker-display {
	margin-top: 0.5em;
}

.cms-org-picker.radio {
	min-height: 0;
}

.cms-org-picker.radio, .cms-radio.radio {
	margin-left: -4px;
}

.cms-org-picker.radio table tr td, .cms-radio.radio table tr td {
	padding-left: 0;
}

.cms-org-picker.radio table tr td label, .cms-radio.radio table tr td label
	{
	padding-right: 3px;
}

/**************************************************************
 * Labels                                                     *
 **************************************************************/
.dbootstrap label, label {
	color: #333;
	font-size: 11px;
	font-weight: 600;
	margin: 0;
	vertical-align: baseline;
}

.cms-field-label {
	font-size: 11px;
	color: #333;
	display: inline-block;
	padding: 0 0 4px 1px;
	white-space: nowrap;
	width: 100%;
	font-weight: bold;
	margin: 0;
	min-height: 15px;
}

.checkbox label, .radio label {
	font-weight: normal;
}

span.cms-field-label {
	margin-bottom: 0;
	font-weight: 600;
}

.left-label {
	margin-top: 1em;
	padding-right: 5px;
}

.label>span.sublabel {
	color: #888;
	font-size: .85em;
}

.label>span.sublabel:before {
	content: "\00a0(";
}

.label>span.sublabel:after {
	content: ")";
}

span.sublabel:before {
	content: " (";
}

span.sublabel:after {
	content: ")";
}

span.sublabel {
	color: #666;
}

/**************************************************************
 * Form Specific Styles                                       *
 **************************************************************/
/* Used in some forms for an advanced search mechanism. */
/* Should look at these to see if a standard filter view search can take care of these */
.advanced-search {
	padding-top: 15px;
	padding-left: 12px;
	padding-bottom: 3px;
	margin: -25px -20px 5px -20px;
	border-bottom: thin solid rgb(221, 221, 221);
	border-top-width: 0;
	border-right-width: thin;
	border-left-width: thin;
	background: rgb(245, 245, 245);
}

.cost-report>table {
	min-width: 80%;
}

/* Hide the empty first row */
.cost-report>table>tbody>tr:first-child {
	display: none;
}

.cost-report table table tr:nth-child(even) {
	background-color: rgb(249, 249, 249);
}

/* no background or mid-border for the header row */
.cost-report table table thead tr:nth-child(even) {
	background-color: transparent;
}

.cost-report table table thead tr:nth-child(even) th {
	border-top: 0;
}

.cost-report table table thead tr:first-child th {
	border-bottom: 0;
}

.cost-report td.currency-col .dijitCurrencyTextBox {
	width: 8em !important;
	height: 22px !important;
	font-size: 12px !important;
	float: right;
}

.cost-report td.currency-col .dijitCurrencyTextBox .dijitInputContainer
	{
	padding-top: 2px !important;
}

.cost-report td.currency-col .dijitCurrencyTextBox input {
	text-align: end;
}

.currency-col {
	text-align: right;
}

.cost-report td.notesViewCategory {
	white-space: nowrap;
}

.cost-report td {
	padding: 3px !important;
}

.cost-report input[type="checkbox"] {
	margin-top: 0 !important;
}

.cost-report .notesViewCategory button {
	margin-right: 0.5em;
}

.cost-report .notesViewCategoryRow td {
	color: rgb(49, 112, 143);
}

.cost-report tbody .editable-col {
	color: rgb(128, 128, 0);
}
/* Colorize category cells */
.cost-report td.notesViewCategory div.notesViewCategory a {
	color: rgb(0, 0, 128);
}

.cost-report td.notesViewCategory+td.notesViewCategory div.notesViewCategory a
	{
	color: rgb(60, 118, 61);
}

.cost-report td.notesViewCategory+td.notesViewCategory+td.notesViewCategory div.notesViewCategory a
	{
	color: rgb(0, 128, 128);
}

/* Hide a blank line under currency text boxes */
div.dijit+span[id$="internalViewText"] {
	display: none;
}

.safety-inspection-form h4 {
	text-transform: none;
	margin: 0;
}

.safety-inspection-category+.safety-inspection-category {
	margin-top: 0;
}

.safety-inspection-table {
	margin: 0;
}

.safety-inspection-table td.choice, .safety-inspection-table th.choice {
	width: 4em;
	text-align: center;
}

.safety-inspection-table th {
	color: #333;
	font-size: 11px;
	font-weight: normal;
}

.ExpItem {
	background-color: #E9E9EA !important;
	color: #6D6F71;
	font-weight: 900;
}

.daily-log-photo-item {
	margin-right: 5px;
	margin-top: 5px;
	float: left;
	background-color: #DDD;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #999;
	display: block;
}

/* Subcontractor Diary Entry */
.logEntry {
	display: none;
}

/* Used in Subcontractor Diaries */
.tableRes {
	border: 1px solid #CCC;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	border-collapse: separate;
}

.tableRes tr {
	border: 1px solid #DDD;
	padding: 5px;
}

.tableRes th, .tableRes td {
	padding: 5px;
	text-align: left;
}

.tableRes th {
	background-color: #E8E8E8;
	font-size: 12px;
	font-weight: bold;
}

/* orgPickerRole CC used in myProjects_form* CCs */
.pager-thin {
	margin: 0;
}

/* special style for documentationList */
.documentation-list {
	min-height: 150px;
}

.documentation-list>div {
	/*	padding:10px; */
	
}

.documentation-list>div:not(:last-child ):not(:first-child )>div>div:first-child>div>div:first-child>div
	{
	margin-right: -12.5px;
}

.documentation-list>div:not(:last-child ):not(:first-child )>div>div:first-child>div>div:last-child>div
	{
	margin-left: -12.5px;
}

.documentation-list .dropdown, .documentation-list .form-group {
	margin-bottom: .8em;
}

.no-owner-summary p {
	font-size: 2em;
	text-align: center;
}

.select-project-phase table {
	max-width: 500px;
}

.select-project-phase input {
	margin-left: 0 !important;
	margin-top: -8px !important;
}

.backChargeItems {
	max-width: 100em;
}

.backChargeItems td.itemNo {
	width: 5em;
}

.backChargeItems td.amount {
	width: 10em;
}

.backChargeItems td.actions {
	width: 15em;
}

.payment-invoice-items {
	padding-bottom: 8px;
}

.payment-invoice-items .row-header {
	margin-bottom: 8px;
}

.payment-app-amounts {
	/* line the top of this table with the top of the text to the left */
	margin-top: 8px;
}

.vendor-refresh {
	margin-top: .4em;
}

/* For Purchase Orders */
[id$="newDocumentRefresh"] .dijitTabContainer {
	margin: 5px 0px;
}

.expediting-progress {
	text-align: center;
}

.expediting-progress .stage-number {
	color: white;
}

.transactions-list .attachment-list-table {
	max-width: 100%;
}

.transactions-list .attachment-name {
	width: 400px;
}

.transactions-list .attachment-size {
	width: 150px;
}

.transactions-button {
	margin-top: 8px;
}

.required-item-full .dijitTabContainer {
	margin-left: 8px !important;
}

.project-team-node {
	margin-bottom: 2em;
}

.project-team-label {
	white-space: nowrap;
	margin-right: 3px;
	color: #999;
	font-size: 16px;
}

/*  daily log item panel styles */
.item-panel {
	margin-left: -15px;
	margin-right: -15px;
}

.item-panel .panel .panel-heading {
	padding: 0 20px 0 15px;
}

.item-panel .panel .panel-body .row-thin {
	margin-bottom: .5em
}

.item-panel .panel .panel-body .bs-callout2 {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}

/**************************************************************
 * Wizard Progress - Expediting                               *
 **************************************************************/
.visuallyhidden {
	display: none;
}

.wizard-progress svg {
	margin-right: 5px;
	font-size: 16px;
	vertical-align: middle;
}

.wizard-progress svg.active-step {
	color: #61C56C;
}

.wizard-progress svg.inactive-step {
	color: #777;
}

.wizard-progress {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline-block;
}

.wizard-progress li {
	display: inline-block;
	text-align: center;
	position: relative;
}

.wizard-progress .step-name {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 5px;
}

.wizard-progress .step-name-wrapper {
	display: inline-block;
	height: 100%;
}

.wizard-progress .step-num {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #DADADA;
	border-radius: 100%;
	width: 23px;
	display: inline-block;
	margin-top: 0;
	background-color: #EEE;
	vertical-align: middle;
}

.wizard-progress li:last-of-type .step-num:after {
	display: none;
}

.wizard-progress .active-step .step-num {
	background-color: #61C56C;
	color: #fff;
}

/**************************************************************
 * Error Dialog                                               *
 **************************************************************/
.error-modal {
	z-index: 1055;
}

.error-modal .modal-dialog {
	width: 90%;
	height: 80%;
}

.error-modal .modal-content {
	height: 80%;
}

.error-modal .modal-header {
	color: red;
}

.error-modal .modal-body {
	max-height: calc(100% - 60px);
	overflow: auto;
}

.error-modal pre.error-message {
	border: 0;
	background-color: transparent;
	text-align: left;
	font-size: 12px;
	overflow: visible;
}

.dbootstrap .alert {
	margin: 0 20px;
}

/**************************************************************
 * Receipt / Image Carousel                                   *
 **************************************************************/
.receipt-carousel {
	display: flex;
	gap: 10px;
	overflow-x: scroll;
	
	padding-bottom: 5px;
	margin: 10px;
	border: 1px solid #ccc;
}

svg.carousel-zoom {
	position: relative;
	left: 45px;
	top: 122px;
	z-index: 1000;
	background: #52b706e3;
	color: #fff;
	padding: 5px;
	border-radius: 24px;
	cursor: pointer;
	height: 24px !important;
	width: 24px !important;
	border: 1px solid #fff;
	filter: drop-shadow(1px 1px 1px #777);
}

div.item-topsticker svg.carousel-zoom {
	top: -54px;
	right: -42px;
}

div.topsticker {
	text-transform: uppercase;
	background-color: #52b706e3;
	width: 128px;
	height: 20px;
	top: -128px;
	left: 0;
	z-index: 1000;
	line-height: 20px;
	color: #fff;
	cursor: pointer;
	margin: auto auto;
	position: relative;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	font-size: 11px;
	font-weight: bold;
}

img.lazyOwl {
	border-radius: 5px;
}

div.item-topsticker .receipt-date {
	margin-top: -37px;
}

.receipt-date {
	color: #8d8d8d;
}

.receipt-notes {
	color: #f0ae50;
}

.receipt-carousel figure {
	text-align: center;
}
.receipt-carousel figure > div {
	position: relative;
}
.receipt-carousel .carousel-zoom {
	position: absolute;
	left: auto;
	top: auto;
	right: 10px;
	bottom: 10px;
}

.receipt-lightbox {
	height: 90%;
	max-width: 90%;
	max-height: 90%;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	display: flex;
	align-content: center;
}
.receipt-lightbox[open] {
	opacity: 1;
	pointer-events: inherit;
	animation: fadein 0.5s forwards;
}
.receipt-lightbox::backdrop {
	background-color: rgba(0, 0, 0, 0.7);
}
.receipt-lightbox img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/**************************************************************
 * Form Header                                                *
 **************************************************************/
.topGreyHeader {
	background-color: #eee;
	padding: 9px 4px 0px 4px;
	border: 0;
}

.topGreyHeaderTitles {
	background-color: #eee;
	padding: 4px 4px 4px 6px;
	margin: -5px -5px 5px -5px;
	border: 0;
	border-bottom: 1px solid #d4d4d4;
}

.topMainTitle {
	display: block;
	width: 100%;
	color: #989898;
	font-size: 14px;
	font-weight: bold;
	line-height: inherit;
	padding: 0;
	margin-bottom: 8px !important;
	border: 0;
	border-bottom: 1px solid #b58d2e40;
}

.top-warning-header {
	margin: -5px -5px 5px -5px;
	padding: 6px;
	font-size: 14px;
}

.top-warning-title {
	padding: 0;
	display: table;
	width: 100%;
}

.topSubTitle {
	color: #b58d2e;
	padding: 0;
	display: table;
	width: 100%;
}

.topSubTitle>div.status-bar-text, .top-warning-title>div.status-bar-text {
	display: table-cell;
	vertical-align: baseline;
}

.topSubTitle>div.approval-text>span.approval-amount {
	margin-right: 5px;
	color: #999;
}

.topSubTitle>div.approval-text {
	vertical-align: baseline;
	display: table-cell;
	text-align: right;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: bold;
}

.topSubTitle>div, .top-warning-title>div {
	font-family: 'Comfortaa', cursive;
}

.topSubTitle>div.status-bar-text>svg, .top-warning-title>div.status-bar-text>svg {
	margin-right: 5px;
}

/**************************************************************
 * Main Filter                                                *
 **************************************************************/
.main-filter {
	padding: 0 5px;
	margin-bottom: 0;
}

.main-filter>div:first-child>div:last-child>div:last-child {
	margin-right: 8px;
}

.main-filter table>tbody>tr>td {
	padding: 4px 0;
	vertical-align: bottom;
}

.main-filter .select2 a.select2-choice {
	border-radius: 0 4px 4px 0;
}

/**************************************************************
 * Lightbox                                                   *
 **************************************************************/
/* Keep empty lightboxes from showing strange loading screens */
.lightbox {
	display: none;
}

/**************************************************************
 * Endeavour Grid                                             *
 **************************************************************/
.endeavor-grid {
	margin-bottom: .7em;
}

.endeavor-grid:last-child {
	margin-bottom: 0;
}

.endeavor-grid>div:first-child>.row-header {
	border: 1px solid #DDD;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #EEE;
	margin-bottom: 0;
}

.endeavor-grid .row-body {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: 0 15px;
	margin: 0 -15px;
}

.endeavor-grid .row-body:nth-child(2) {
	padding-top: 5px;
}

.endeavor-grid .row-body:last-child {
	padding-bottom: 5px;
}

.endeavor-grid>div:not(:first-child ) >.row-header {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
	padding: 0px 15px;
	margin: 0px -15px;
}

.endeavor-grid>div:last-child>div:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 1px solid #DDD;
}

.endeavor-grid .row-thin>[class*="col-lg-"], .endeavor-grid .row-thin>[class*="col-md-"],
	.endeavor-grid .row-thin>[class*="col-sm-"], .endeavor-grid .row-thin>[class*="col-xs-"]
	{
	padding-left: 0px;
	padding-right: 0px;
}

.endeavor-grid .row-thin>[class*="col-lg-"]:first-child, .endeavor-grid .row-thin>[class*="col-md-"]:first-child,
	.endeavor-grid .row-thin>[class*="col-sm-"]:first-child, .endeavor-grid .row-thin>[class*="col-xs-"]:first-child
	{
	padding-left: 5px;
}

.endeavor-grid .row-thin>[class*="col-lg-"]:last-child, .endeavor-grid .row-thin>[class*="col-md-"]:last-child,
	.endeavor-grid .row-thin>[class*="col-sm-"]:last-child, .endeavor-grid .row-thin>[class*="col-xs-"]:last-child
	{
	padding-right: 5px;
}

.row-header {
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	background-color: #F5F5F5;
}

.row-data-alternate {
	background-color: #eef;
}

.row-footer {
	border-top: 1px solid #DDD;
}

/* Add a border around a bootstrap grid */
.grid-container {
	border: 0px;
	margin: 0px;
}

.grid-container .row-data, .grid-open .row-data {
	border-bottom: 1px solid #EEE;
}

.grid-container .row-data:last-child, .grid-open .row-data:last-child {
	border-bottom: none !important;
}

.grid-hover .row-data:hover {
	background-color: #F5F5F5;
}

.grid-clickable .row-data {
	cursor: pointer;
}

.grid-hover .row-data:hover {
	background: #E8E8E8;
	cursor: pointer;
}

.grid-container .row-category {
	border: 1px solid #999;
	background-color: #DADADE;
	margin: 0 -15px !important;
}

.grid-container .row-clickable {
	cursor: pointer;
}

/**************************************************************
 * Creates                                                    *
 **************************************************************/
.create-form-container {
	padding: 0 4px 5px 4px;
	margin: 0 21px;
	border: 1px solid #eee;
	border-radius: 5px;
}

.create-form-container>.topGreyHeaderTitles {
	border-radius: 5px;
}

/**************************************************************
 * Action Bars                                                *
 **************************************************************/
.tabActionBar {
	text-align: left;
	padding: 5px;
	margin: -5px;
	background-color: #eee;
}

.action-bar {
	text-align: left;
}

.action-bar .btn+.btn {
	margin-left: 5px;
}

.view-actionBar .row {
	margin: 0;
}

.view-actionBar *[class^="col-"] {
	padding: 0;
}

/**************************************************************
 * Headers and Sections                                       *
 **************************************************************/
section h2.section-heading {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 40px;
}

section h3.section-subheading {
	margin-bottom: 75px;
	text-transform: none;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #C9DEF3;
	border-color: #B1CDE8;
}

.section-title {
	color: #e0bb8b;
	width: 100%;
	margin-top: 0;
	font-size: 14px;
}

/**************************************************************
 * Miscellaneous                                              *
 **************************************************************/
.fa-inverse {
	color: #0B0B0B !important;
}

.img-centered {
	margin: 0 auto;
}

.service-heading {
	margin: 15px 0;
	text-transform: none;
}

::-moz-selection {
	text-shadow: none;
	background: #fed136;
}

::selection {
	text-shadow: none;
	background: #fed136;
}

.pv-xl {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.widget {
	margin-bottom: 20px;
	border: 0;
}

.text-md {
	font-size: 20px;
}

.text-sm {
	font-size: 10px;
}

.br {
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.pv {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.list-group {
	margin-bottom: 2px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.subLinks {
	text-decoration: none !important;
}

.overlayText {
	margin-left: 10px;
}

div.linkHover div.overlayText {
	display: none;
	padding: 5px;
}

div.linkHover:hover div.overlayText {
	display: block;
}

.badge {
	background-color: #6699CC;
	border-radius: 3px;
	min-width: 30px;
	text-align: right;
	font-size: 10px;
}

.xActive {
	background-color: #E6EBF1 !important;
}

.multi {
	font-style: oblique !important;
}

.checkHidePanel {
	display: none;
}

.checkTitle {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.selected {
	background-color: #5CB85C !important;
	color: white !important;
}

/* Add some padding around the top-level page messages */
.page-messages {
	padding: 1em 3em;
}

.page-messages ul {
	padding: 0;
	margin: 0;
}

.page-messages li {
	list-style-type: none;
}

.selected {
	background: #5CB85C !important;
	color: white !important;
}

.no-bottom-border {
	border-bottom: none !important;
}

.tooltip-item {
	font-weight: bold;
	text-decoration: underline;
	cursor: help;
}

.search-holder {
	padding: 5px;
}

.thumb-image {
	float: left;
	width: 60px;
	position: relative;
	padding: 5px;
}

.refresh-item {
	margin-bottom: 5px;
}

.root-breadcrumb {
	margin-right: 10px;
	font-size: 15px;
}

hr.cms-separator {
	margin: 5px 0;
	padding: 2px;
	border: none;
	border-radius: 10px;
	background: rgb(167, 199, 220);
	background: linear-gradient(to bottom, rgba(167, 199, 220, 1) 0%,
		rgba(133, 178, 211, 1) 100%);
}

/* Font for form field groupings */
.details {
	font-size: 16px;
	font-weight: 600;
	color: #e0bb8b;
}

/* Dojo combo boxes - make them look similar to Select2 */
div.dijitComboBox {
	/* Remove double padding inherited from normal inputs */
	padding: 0 !important;
	/* Override 15em from upstream */
	width: initial;
	border-color: rgb(179, 179, 179) !important;
	font-size: 11px !important;
	height: 28px !important;
}

div.dijitComboBox:not(.dijitDateTextBox ) .dijitArrowButton {
	background-image: linear-gradient(rgb(240, 240, 240) 0%,
		rgb(211, 211, 211) 100%) !important;
	border-color: rgb(179, 179, 179) !important;
	padding-left: 10px !important;
	padding-right: 8px !important;
	height: 26px !important;
	width: 19px !important;
}

div.dijitComboBox:not(.dijitDateTextBox ) .dijitArrowButtonInner {
	font-size: 9px;
	color: transparent;
	background: url('../../select2-3.5.4/select2.png') no-repeat -4px -6px;
}

/* Embedded full-page modules */
div.module-container {
	display: flex;
}
iframe.module-workspace {
	border: 0;
	flex: 1;
}

/* Similar, but intended for any element to be fixed height of below the bookmarks bar to the bottom of the window */
.workspace-height {
	height: calc(100vh - var(--workspace-top) - 5px); /* subtrace a couple pixels for different browser engines' padding */
	overflow-y: auto;
}
.workspace-height > .panel {
	margin-bottom: 0px;
}

/**************************************************************
 * Improve appearance of embedded tabs                        *
 **************************************************************/
.dijitTabContainerTopChildWrapper .dijitTab {
	background-color: white;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}
.dijitTabContainerTopChildWrapper .dijitTab.dijitTabChecked {
	border-bottom: 7px solid var(--embedded-tab-border) !important;
	font-weight: bold;
}
.dijitTabContainerTopChildWrapper .dijitTab.dijitTabChecked::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid black;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin-left: -4px;
	position: absolute;
	top: 88%;
	left: 50%;
}
.dijitTabContainerTopChildWrapper .dijitTabListWrapper {
	height: auto !important;
}
.dijitTabContainerTopChildWrapper .dijitTab:hover {
	border-bottom: 7px solid var(--embedded-tab-border) !important;
}

/**************************************************************
 * Endeavour Logo                                             *
 **************************************************************/
.login-page .navbar {
	background-color: var(--endeavour-navbar-bg-color);
	color: var(--endeavour-navbar-color);
	border-bottom: 1px solid #888;	
}
.login-page .navbar.navbar-static-top {
	background-image: var(--endeavour-login-logo);
	background-position: var(--endeavour-login-logo-position);
	padding: var(--endeavour-login-logo-padding);
	background-size: var(--endeavour-login-logo-size);
	background-position-x: var(--endeavour-login-logo-posx);
	height: var(--endeavour-login-logo-height);
	background-repeat: no-repeat;
}

.navbar.navbar-static-top, .navbar-brand.company-logo {
	background-image: var(--endeavour-logo);
	background-position: var(--endeavour-logo-position);
	padding: var(--endeavour-logo-padding);
	background-size: var(--endeavour-logo-size);
	background-position-x: var(--endeavour-logo-posx);
	background-repeat: no-repeat;
}
