﻿
/**===== Outline Theme =====*/


/**===== General Styles =====*/

body {
	font-family: 'Century Gothic', Lato, Arial, sans-serif;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

h1, h2 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-family: 'Century Gothic', Lato, Arial, sans-serif;
	font-weight: bold;
}

h3, h4 {
	margin-top: 0;
	margin-bottom: .5rem;
}

h5 {
	color: var(--fd-blue);
	font-size: 18px;

}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #888;
	text-align: left;
	caption-side: bottom;
	font-family: 'Century Gothic', Lato, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

button.dxbl-toolbar-item:hover {
		background-image: none !important;
}

button.dxbl-toolbar-item.dxbl-active {
	position: relative;
}

button.dxbl-toolbar-item.dxbl-active:before {
	content: "";
	position: absolute;
	background-color: var(--sbs-primary-background-color-3) !important;
	border: 1px solid;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

	button.dxbl-toolbar-item.dxbl-disabled:before {
		opacity: 0.2 !important;
	}

		button.dxbl-toolbar-item:hover,
		button.dxbl-toolbar-item:hover::before {
				color: unset !important;
				background-color: var(--sbs-primary-background-color-3) !important;
		}

.nav-tabs {
	padding-left: 8px;
}

/*.btn-approve {
	color: white !important;
	background-color: var(--fd-blue) !important;
	width: 100%;
	margin-bottom: 7px;
	height: 39px;
	border-radius: 20px;
}

.btn-reject {
	color: var(--fd-blue) !important;
	background-color: white !important;
	width: 100%;
	margin-bottom: 7px;
	height: 39px;
	border-radius: 20px;
}*/

menu-item.selected {
	background-color: var(--sbs-primary-background-color-3) !important;
}

.dxbl-btn-text-secondary:not(:disabled):not(.disabled):hover {
	background-color: var(--sbs-primary-background-color-3) !important;
}

svg g.efg-fill-1, svg path.efg-fill-1 {
	fill: var(--sbs-icon-fd-blue);
}

svg g.efg-stroke-1, svg path.efg-stroke-1 {
	stroke: var(--sbs-icon-fd-blue);
}

.toggled-on {
	background-color: var(--sbs-primary-background-color-3) !important;
}

.dxbs-checkbox .dxbs-checkbox-label.dxbs-checkbox-label-right {
	padding-left: 1.1rem;
}

header-inputs button.btn.btn-sm.dx-btn.btn-primary svg {
	height: 30px;
}

svg.thumb-down path, svg.thumb-up path {
	fill: none;
	stroke: var(--fd-blue);
}

.nav-link:focus, .nav-link:hover, .nav-link:has(tree-node.selected) {
	background-color: var(--sbs-primary-background-color-3);
}
/**===== End General Styles =====*/


/**===== DevExpress Styles =====*/
dxbl-listbox {
	max-height: 300px !important;
}

.card.dxgvCSD.dxbs-grid-vsd {
	max-height: 400px !important;
}
/**===== End DevExpress Styles =====*/


notification-caption {
	color: var(--fd-blue);
}
/**===== BPM Styles =====*/
.seperateLine {
	border: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 1px;
	background-color: var(--fd-blue);
}

.processStepBorder {
	border-left: 0px solid #e3e3e3;
}

/**===== End BPM Styles =====*/

/**===== Edit Styles =====*/

dragndrop-caption {
	border-radius: 0 !important;
	background-color: transparent !important;
	width: 30px !important;
	height: 30px !important;
	padding: 0;
}

.dir-column dragndrop-caption {
	width: 60px !important;
	height: 60px !important;
	padding: 5px;
}

.upload-file {
	height: 30px !important;
	width: 30px !important;
}

.dir-column .upload-file {
	height: 50px !important;
	width: 50px !important;
}


index-fields {
	padding: 0 10px 0 0 !important;
}

.layout-row layout-index-fields {
	border-right: 0 !important;
}


edit-layout-container layout-index-fields field-capture-main index-fields {
	background-color: white !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}


edit-layout-container.layout-row .gallery-rev-container {
	border-radius: 10px;
	padding: 10px 0 10px 0;
	margin-left: var(--sbs-default-gap);
}

edit-layout-container.layout-tabs .gallery-rev-container {
	border-radius: 10px;
	padding: 5px;
}

/*edit-layout-container.layout-row page-gallery {
	background-color: white !important;
}*/

.file-viewer-padding {
	padding: 0;
}

edit-layout-container.layout-tabs .file-viewer-padding {
	padding: 5px;
}

edit-layout-container.layout-tabs process-options {
	padding: 5px;
}

file-thumb img {
	border: 0 !important;
}

file-thumb {
	border: 1px solid lightgray;
}

file-item {
	background-color: white;
	border: 0 !important;
	/*margin: 3px 0 3px 15px !important;*/
}

.selected-file {
	box-shadow: 0 0 5px 1px var(--fd-blue) !important;
}


/**===== End Edit Styles =====*/


/**===== Search Styles =====*/

search-container field-capture-main {
	padding-top: 10px;
}

search-item.selected {
	background-color: var(--sbs-primary-background-color-3) !important;
}

search-container field-captures info-spacer {
	width: 0 !important;
}
/**===== End Search Styles =====*/


/**===== Table Styles =====*/
thead span {
	font-family: 'Century Gothic', Lato, Arial, sans-serif;
	font-weight: bold;
}

.dxbs-fixed-header-content > span {
	color: var(--sbs-primary-color-2);
	padding-left: 6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.card table > tbody > tr > td:not(:first-child) {
	padding-left: 10px;
	padding-right: 10px;
}

.my-grid1 > .card table > tbody > tr > td:not(:first-child) {
	/*padding-left: 10px;
	padding-right: 10px;*/
	border-bottom: 0;
	border-top: 0;
}


.tblDetail > .card table > tbody > tr > td:first-child {
	border-right: 1px solid lightgray !important;
}

.tblDetail > .card table > tbody > tr > td {
	border-right: 0;
}

.tblDetail > .card table > thead {
	border: 0px solid lightgray !important;
}

	.tblDetail > .card table > thead > tr:first-child {
		border-bottom: 1px solid lightgray !important;
	}

		.tblDetail > .card table > thead > tr:first-child > th:not(:last-child) {
			border-right: 1px solid lightgray !important;
		}

.tblDetail > .card table > tbody > tr:last-child > td {
	border-bottom: 1px solid lightgray !important;
}

.my-grid1 > .card {
	border: 0px;
}



.card > .dxbs-grid-vsd {
	border: 0;
}

.tblSingle table > tbody > tr > td:first-child {
	border-right: 1px solid lightgray !important;
}

.tblSingle table > tbody > tr > td {
	border-right: 0;
}

.tblSingle table > thead {
	border: 0;
}

	.tblSingle table > thead > tr:first-child {
		border-bottom: 1px solid lightgray !important;
	}

table > thead > tr:first-child > th {
	background-color: var(--sbs-primary-background-color-2) !important;
}
table > thead > tr:first-child > th span {
	font-weight: normal;
}

		.tblSingle table > thead > tr:first-child > th:not(:last-child) {
			border-right: 1px solid lightgray !important;
		}

.tblSingle table > tbody > tr:last-child > td {
	border-bottom: 1px solid lightgray !important;
}

table > tbody > tr.dxbl-grid-selected-row {
	background-color: var(--efg-selected-bg-color) !important;
	color: white;
}


.table-bordered td:not(:first-child), .table-bordered th:not(:first-child) {
	border-top: 1px solid lightgray;
	border-left: 0px solid lightgray;
	border-bottom: 1px solid lightgray;
}
 
	
	/**===== End Table Styles =====*/
	/**===== End TreeView Styles =====*/
.pinned node-text {
	font-weight: unset;
	font-family: 'Century Gothic', Lato, Arial, sans-serif;
	font-weight: bold;
}

/**===== End TreeView Styles =====*/

.mark, mark {
	background-color: yellow;
}

.hitlistMasterDetail {
	width: 100%;
	height: 100%;
	/*margin: 10px 10px 0 10px;*/
	background-color: white;
	/*Needed for UserDocs*/
	/*height: calc(130vh - 256px) !important;*/
}

	.hitlistMasterDetail .dxbs-grid .dxbs-grid-detail-cell {
		padding-top: 3px;
		padding-bottom: 3px;
	}

		.hitlistMasterDetail .dxbs-grid .dxbs-grid-detail-cell tr.dxbs-grid-header-row th {
			background-color: white;
		}
	/*.my-grid1 {
	padding-top: 10px !important;
	padding-right: 0px !important;
	padding-left: 10px !important;
	padding-bottom: 0px !important;
}*/
	.article-pane {
		margin-left: 0 !important;
	}

.form-control, .gridlayout-item {
	font-weight: 400 !important;
}

.userFullName {
	color: var(--fd-blue);
	font-family: 'Century Gothic', Lato, Arial, sans-serif;
	font-weight: bold !important;
}

button-bar {
	background-color: var(--sbs-primary-background-color-1);
	padding-left: 10px;
}

#info-fields-search {
	background-color: var(--sbs-alt-background-color);
	box-shadow: 1px 1px 5px 1px #8080805c;
	margin: 0 var(--sbs-default-gap);
}

.efg-dropdown-menu {
	animation: fadeIn 0.175s;
	padding: 0;
	overflow: visible;
	display: block;
	margin: 0;
	border: 1px solid #d6d5d5;
	border-radius: .25rem;
	box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.15);
	background-color: white;
}

.empty-text {
	text-align: center;
	font-style: italic;
	font-size: 14px;
	color: darkgray;
}

.sbs-drag-entered {
	outline: 2px solid var(--sbs-secondary-color-2);
	outline-offset: -2px;
}

group-separator {
	background-color: var(--sbs-primary-background-color-3);
	border-radius: 5px 5px 0 0;
}

.sbs-formlayout {
	background-color: var(--sbs-primary-background-color-1);
	margin-bottom: 20px;
}

.dxbs-fl .dxbs-fl-cpt {
	font-weight: 400;
}


svg.new_documents .fil0, svg.local_document .fil0 {
	fill: var(--sbs-primary-color-1);
}

.btn.btn-sm.dx-btn.btn-primary.oi.oi-magnifying-glass {
	border-radius: unset !important;
	border-top-right-radius: 1rem !important;
	border-bottom-right-radius: 1rem !important;
}

.iconic-x-md path {
	stroke: var(--fd-blue);
}

.iconic-magnifying-glass-rim, .iconic-zoom-in-rim, .iconic-zoom-in-plus {
	stroke: var(--sbs-primary-color-2);
}

.iconic-magnifying-glass-handle, .iconic-zoom-in-handle {
	stroke: var(--sbs-primary-color-1);
}

.iconic-new-doc .new-doc-sheet {
	fill: var(--sbs-primary-color-2);
}

.iconic-new-doc .new-doc-plus {
	fill: var(--sbs-primary-color-1);
}

.iconic-folder-download .iconic-folder-download-back {
	fill: var(--sbs-primary-color-1);
}

.iconic-folder-download .iconic-folder-download-front {
	fill: var(--sbs-primary-color-1);
}

.iconic-folder-download .iconic-folder-download-arrow {
	fill: var(--sbs-primary-color-2);
}

/*.iconic.iconic-fork {
	transform: scaleY(-1);
}

.iconic-fork .iconic-property-fill {
	fill: var(--sbs-primary-color-2);
}

.iconic-fork-line-fork, .iconic-fork-line-trunk {
	stroke: var(--sbs-primary-color-1);
}*/

svg.iconic-clear path {
	fill: var(--sbs-primary-color-2);
}

svg.iconic-action-undo, svg.iconic-action-redo {
	fill: green;
}

svg.iconic-clock .iconic-clock-body {
	stroke: var(--sbs-button-color-light);
}

svg.iconic-clock svg.iconic-clock-hand {
	stroke: var(--sbs-button-color);
}

svg.iconic-info .iconic-info-dot {
	fill: var(--sbs-button-color-light);
}

.dxbl-text-edit > .dxbl-btn-group-vertical > .dxbl-btn:not(.dxbl-btn.dxbl-edit-btn-clear, .dxbl-btn.dxbl-btn-icon):not(.dxbl-disabled):not(:disabled):hover::before,
.dxbl-text-edit > .dxbl-btn-group > .dxbl-btn:not(.dxbl-btn.dxbl-edit-btn-clear, .dxbl-btn.dxbl-btn-icon):not(.dxbl-disabled):not(:disabled):hover::before,
.dxbl-text-edit > .dxbl-btn:not(.dxbl-btn.dxbl-edit-btn-clear, .dxbl-btn.dxbl-btn-icon):not(.dxbl-disabled):not(:disabled):hover::before {
	background-color: var(--sbs-hover-background-color);
}



/* common custom properties */
:root {
	--sbs-primary-color-1: #352f2a;
	--sbs-primary-color-2: var(--fd-blue);
	--sbs-primary-background-color-1: white;
	--sbs-primary-background-color-2: #f4f4f4;
	--sbs-primary-background-color-3: #EAF2FC;
	--sbs-secondary-color-1: #fdd835;
	--sbs-secondary-color-2: #53d18c;
	--sbs-secondary-color-3: #a82828;
	--sbs-default-gap: 10px;
	--nav-background-color: white;
	--sbs-nav-icon-size: 24px;
	--sbs-hover-background-color: var(--sbs-primary-background-color-3);
	--interactive-color: steelblue;
	--sbs-text-color: black;
	--sbs-button-color: var(--fd-blue);
	--sbs-button-color-light: cornflowerblue;
	--sbs-button-color-alt: white;
	--sbs-button-background-color: transparent;
	--sbs-button-border: 0px solid;
	--sbs-button-color-highlight: gray;
	--sbs-button-accent-color: blue;
	--sbs-button-accent-color-highlight: 7070ff;
	--sbs-warning-color: brown; /*mediumvioletred; chocolate; darkorange;*/
	--sbs-error-color: darkred;
	--sbs-negative-text-color: white;
	--sbs-selected-color: var(--sbs-icon-fd-blue);
	--sbs-selected-border-color: var(--fd-blue);
	--efg-selected-bg-color: #2A78C6;
	--sbs-icon-fd-blue: var(--fd-blue);
	--sbs-icon-fd-red: brown;
	--sbs-file-hover-color: greenyellow;
	--sbs-file-context-menu-color: darkgrey;
	--sbs-docstate-color: var(--sbs-secondary-color-2);
	--sbs-docstate-otheruser-color: var(--sbs-secondary-color-3);
	--sbs-docstate-deleted-color: var(--sbs-secondary-color-3);
	--sbs-docstate-new-color: rgb(247, 195, 37);
	--sbs-alt-background-color: #f4f4f4;
	--sbs-separator-color: var(--fd-blue);
	--sbs-field-modified-color: var(--sbs-secondary-color-1);
	--sbs-verification-warning-color: darkorange;
	--sbs-table-row-alternate-bg-color: var(--sbs-primary-background-color-3);
	--sbs-splitbar-color: #f1f1f1;
	--sbs-splitbar-hover-color: #e4e4e4;
	--sbs-splitbar-focus-color: lightsteelblue;
	--sbs-user-menu-bottom-border: none;
	--sbs-dropdown-button-content: '⏷';
}
