﻿*:not([data-gjs-highlightable]), *:not([data-gjs-highlightable]):focus {
	outline: none !important;
}

html, body, div, form, fieldset, table, tr, td, img, input, button, select, textarea, optgroup, option, p, a, h1, h2, h3, h4, h5, button, th, td, b {
	font-family: 'Source Sans Pro', sans-serif !important;
}

html, body {
	color: #343a40;
	font-weight: normal;
}

.grapesjs-viewer-container {
	width: 100%;
}

.grapesjs-viewer-container > iframe {
	min-width: 100%;
	overflow: hidden;
}

#bodyClick {
	background-color: rgba(255, 255, 255, 0.5);
	right: 0;
	opacity: 1;
	z-index: 1000;
}

body.mdc-dialog-scroll-lock {
	position: fixed;
	overflow: auto;
	width: 100%;
}

body.mdc-dialog-scroll-lock.mdc-dialog-scroll-lock-scroll {
	overflow-y: scroll;
}

.alert .validation-summary-errors ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.popover, .tooltip-inner {
	line-height: 1em;
	background: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	color: #343a40;
}

.popover .popover-body {
	overflow-y: auto;
}

.tooltip {
	white-space: pre-wrap;
	word-break: break-word;
	overflow-wrap: break-word;
	pointer-events: none;
}

.pointer-events-none * {
	pointer-events: none !important;
}

.tooltip.show {
	opacity: 1;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.5rem;
	text-align: center;
	font-size: 0.75rem;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: #fff;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-top-color: #fff;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	border-left-color: #fff;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	border-right-color: #fff;
}

.tooltip.in {
	opacity: 0.9;
}

.JCLRgrip:hover {
	border-left: 1px dotted black;
}

.ckeditor4-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.filter-dropdown .mdc-menu {
	width: 400px;
}

.filter-dropdown .mdc-menu .mdc-list {
	padding: 0 !important;
}

.filter-dropdown .mdc-menu .expansion-panel.expansion-panel-expanded .expansion-panel-body {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.accordion.accordion-compact .expansion-panel {
	box-shadow: none !important;
	margin: 0 !important;
}

.expansion-panel {
	border-bottom: 1px solid rgba(0,0,0,.12);
	display: block;
	transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1);
	box-sizing: content-box;
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.expansion-panel.expansion-panel-expanded {
	margin-top: 1rem;
    margin-bottom: 1rem;
}

.expansion-panel .expansion-panel-header {
	padding-left: 24px;
	padding-right: 24px;
	height: 48px;
	outline: none;
	cursor: pointer;
	border-bottom: 1px solid #dee2e6;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.expansion-panel:not(.expansion-panel-expanded) .expansion-panel-header {
	background-color: #f5f5f5;
}

.expansion-panel .expansion-panel-header > .expansion-panel-header-icon {
	transition: transform .2s ease;
}

.expansion-panel.expansion-panel-expanded .expansion-panel-header > .expansion-panel-header-icon {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.expansion-panel .expansion-panel-body {
	transition: height .2s ease-in-out;
	overflow: hidden;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.expansion-panel:not(.expansion-panel-expanded) .expansion-panel-body {
	height: 0;
	padding: 0;
}

.hidden-with-height {
	height: 0;
	overflow: hidden;
}

.h-0 {
	height: 0 !important;
}
.scale-0 {
	transform: scale(0) !important;
}

.os-scrollbar.os-scrollbar-vertical {
	height: 100%;
	min-width: 8px;
}

.os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
	background-color: rgba(0, 0, 0, 0.4);
}
.os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.os-scrollbar-handle {
	border-radius: 0 !important;
}

.backdrop-filter-none {
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
}

.background-dashed {
	position: relative;
}

.background-dashed:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, #babec5 100%, transparent 100%) top left no-repeat, linear-gradient(90deg, transparent calc(6px / 2), #babec5 calc(6px / 2), #babec5 calc(6px / 2 + 6px), transparent calc(6px / 2 + 6px)) top center repeat-x, linear-gradient(90deg, #babec5 100%, transparent 100%) top right no-repeat, linear-gradient(0deg, #babec5 100%, transparent 100%) top left no-repeat, linear-gradient(0deg, transparent calc(6px / 2), #babec5 calc(6px / 2), #babec5 calc(6px / 2 + 6px), transparent calc(6px / 2 + 6px)) center left repeat-y, linear-gradient(0deg, #babec5 100%, transparent 100%) bottom left no-repeat, linear-gradient(90deg, #babec5 100%, transparent 100%) bottom left no-repeat, linear-gradient(90deg, transparent calc(6px / 2), #babec5 calc(6px / 2), #babec5 calc(6px / 2 + 6px), transparent calc(6px / 2 + 6px)) bottom center repeat-x, linear-gradient(90deg, #babec5 100%, transparent 100%) bottom right no-repeat, linear-gradient(0deg, #babec5 100%, transparent 100%) top right no-repeat, linear-gradient(0deg, transparent calc(6px / 2), #babec5 calc(6px / 2), #babec5 calc(6px / 2 + 6px), transparent calc(6px / 2 + 6px)) center right repeat-y, linear-gradient(0deg, #babec5 100%, transparent 100%) bottom right no-repeat;
	background-size: 6px 1px, calc(6px + 6px) 1px, 6px 1px, 1px 6px, 1px calc(6px + 6px), 1px 6px;
}

.mat-toast {
	font-size: 0.75rem;
	padding: 0.5rem 2rem 0.5rem 0.5rem;
}

.notifications-list .notification-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5rem;
	border-radius: 0.25rem;
	margin: 0.5rem;
	margin-bottom: 0;
}

.notifications-list .notification-item:last-child {
	margin-bottom: 0.5rem;
}

.notifications-list .notification-item:hover, .notifications-list .notification-item:active {
	background-color: #f5f5f5;
}

.notifications-list .notification-avatar {
	margin-right: 0.5rem;
}

.notifications-list .notification-avatar img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.notifications-list .notification-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-grow: 1;
}

.notifications-list .notification-text {
	color: #343a40;
	padding-right: 0.75rem;
	line-height: 1.25;
}

.notifications-container {
	position: fixed;
	right: 12px;
	bottom: 12px;
	z-index: 1000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 300px;
	max-width: 500px;
}

.mdc-dialog-scroll-lock .notifications-container {
	z-index: 999999;
}

.notifications-container .mat-toast-container {
	position: relative;
	bottom: 0;
	right: 0;
}

.notifications-container .mat-toast-container > div {
	width: 100%;
}

.file-notifications-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: end;
	align-self: flex-end;
	max-height: 13.0625rem;
	width: 20rem;
}

.file-notifications-container.collapsed {
	max-height: 3.0625rem;
}

.file-notifications-container .toast {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: none;
}

.file-notifications-container .toast-body {
    flex-grow: 1;
    overflow-y: auto;
    background-color: white;
    color: #343a40;
    padding: 0;
	padding-bottom: 0.5rem;
}

.file-notifications-container.collapsed .toast-body {
    display: none !important;
}

.file-notifications-container.uncollapsed #file-notifications-container--collapse-button {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.file-downloads-notifications-container {
	padding: 0.5rem 1rem 0 1rem;
}

.file-downloads-notifications-container h5 {
	margin-top: 0;
	margin-bottom: 0;
}

.file-downloads-notifications-container .file-downloads-notifications-container--list-item {
	line-height: 1.25;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
    border-bottom: 1px solid #f5f5f5;
	padding: 0.5rem 0;
}

.file-downloads-notifications-container .file-downloads-notifications-container--title-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	padding-right: 1rem;
	min-width: 0;
}

.file-downloads-notifications-container .file-downloads-notifications-container--body-container {
	padding-left: 0.5rem;
	min-width: 24px;
	box-sizing: content-box;
}

.responsive-iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.markup-string {
	all: revert;
}

.bg-disabled {
	background-color: #fafafa !important;
}

.text-disabled {
	color: rgba(0, 0, 0, 0.38) !important;
}

.border-disabled {
	border-color: #fafafa !important;
}

.box-shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.pdfobject-container, .htmlobject-container, .fileobject-container {
	overflow: hidden !important;
}

.object-fit-cover {
	object-fit: cover;
}

.object-fit-scale-down {
	object-fit: scale-down;
}

.text-bold, .text-bold.table td, .text-bold.table th {
	font-weight: 700;
}

.flex-break {
	flex-basis: 100% !important;
}

.mt-n5 {
	margin-top: -3rem;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.elevation-0 {
	box-shadow: none !important;
}

.elevation-1 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.elevation-2 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.elevation-3 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

.elevation-4 {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

.elevation-5 {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}

a:hover, .btn-link:hover {
	text-decoration: none;
}

a.link-underline:hover, .btn-link.link-underline:hover {
	text-decoration: underline !important;
}

button.btn-underline:hover {
	text-decoration: underline !important;
}

.btn-link {
	padding: 0;
	outline: none;
	border: none;
}

.bg-dark {
	background-color: #343a40 !important;
    color: #ffffff;
}

.text-gray {
	color: rgba(0,0,0,.6) !important;
}

.text-sm {
	font-size: 0.875rem !important;
}

.text-md {
	font-size: 1rem !important;
}

.text-xs {
	font-size: 0.75rem !important;
}

.text-lg {
	font-size: 1.25rem !important;
}

.text-xl {
	font-size: 2rem !important;
}
	
.line-height-0 {
	line-height: 0 !important;
}

.line-height-xs {
	line-height: 1;
}

.line-height-sm {
	line-height: 1.25;
}

.line-height-normal {
	line-height: normal !important;
}

.flex-basis-5 {
	flex-basis: 5% !important;
}
.flex-basis-10 {
	flex-basis: 10% !important;
}
.flex-basis-15 {
	flex-basis: 15% !important;
}
.flex-basis-20 {
	flex-basis: 20% !important;
}
.flex-basis-25 {
	flex-basis: 25% !important;
}
.flex-basis-30 {
	flex-basis: 30% !important;
}
.flex-basis-33 {
	flex-basis: 33.333333% !important;
}
.flex-basis-35 {
	flex-basis: 35% !important;
}
.flex-basis-40 {
	flex-basis: 40% !important;
}
.flex-basis-45 {
	flex-basis: 45% !important;
}
.flex-basis-50 {
	flex-basis: 50% !important;
}
.flex-basis-55 {
	flex-basis: 55% !important;
}
.flex-basis-60 {
	flex-basis: 60% !important;
}
.flex-basis-65 {
	flex-basis: 65% !important;
}
.flex-basis-66 {
	flex-basis: 66.666667% !important;
}
.flex-basis-70 {
	flex-basis: 70% !important;
}
.flex-basis-75 {
	flex-basis: 75% !important;
}
.flex-basis-80 {
	flex-basis: 80% !important;
}
.flex-basis-85 {
	flex-basis: 85% !important;
}
.flex-basis-90 {
	flex-basis: 90% !important;
}
.flex-basis-95 {
	flex-basis: 95% !important;
}
.flex-basis-100 {
	flex-basis: 100% !important;
}

.width-5 {
	width: 5% !important;
}

.width-10 {
	width: 10% !important;
}

.width-15 {
	width: 15% !important;
}

.width-20 {
	width: 20% !important;
}

.width-25 {
	width: 25% !important;
}

.width-30 {
	width: 30% !important;
}

.width-33 {
	width: 33.333333% !important;
}

.width-35 {
	width: 35% !important;
}

.width-40 {
	width: 40% !important;
}

.width-45 {
	width: 45% !important;
}

.width-50 {
	width: 50% !important;
}

.width-75 {
	width: 75% !important;
}

.width-100 {
	width: 100% !important;
}

.resizable {
	position: relative;
}

.resizable .resizer {
	position:absolute; 
	right: 0; 
	bottom: 0;
}

.resizable .resizer.resizer-both {
	width: 10px;
	height: 10px;
	cursor: se-resize;
}

.resizable .resizer.resizer-vertical {
	width: 100%;
	height: 10px;
	cursor: row-resize;
}

.resizable .resizer.resizer-horizontal {
	width: 10px;
	height: 100%;
	cursor: col-resize;
}

.resizable .resizer.resizer-horizontal:hover, .resizable .resizer.resizer-horizontal:active {
	border-right: 1px dashed #dee2e6;
}

.resize {
	resize: both;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px;
}

.resize-horizontal {
	resize: horizontal;
}

.resize-vertical {
	resize: vertical;
}

.border-dashed {
	border-style: dashed !important;
}

.z-index-n1 {
	z-index: -1 !important;
}

.table {
	margin-bottom: 0;
}

.table thead th {
	border-bottom: 1px solid #dee2e6;
}

.table.table-valign-middle thead > tr > th, .table.table-valign-middle thead > tr > td, .table.table-valign-middle tbody > tr > th, .table.table-valign-middle tbody > tr > td {
	vertical-align: middle;
}

.table th, .table td {
	padding: 8px;
}

.table-allow-selection tbody tr:first-child td {
	border-top: 0 !important;
}

.table-allow-selection tbody tr:hover {
	cursor: pointer;
}
.table-allow-selection tbody tr:not(.mdc-table-row-selected):hover {
	cursor: pointer;
	background-color: #f5f5f5 !important;
}

th.action-buttons, td.action-buttons {
	width: 100px !important;
	box-sizing: content-box;
}

.table-action-description tr .action {
	height: 100%;
	overflow: hidden !important;
	opacity: 0 !important;
}

.table-action-description tr .description {
	padding-left: 3.25rem !important;
}

.table-action-description tr:hover {
	background-color: #f5f5f5;
}

blockquote {
	border-left: 0.7rem solid var(--mdc-theme-primary, #6200ee);
}

.table-action-description tr:hover > td .action {
	opacity: 1 !important;
}

.table-action-description thead tr > th:first-child, .table-action-description tbody tr > td:first-child {
	padding-left: 2.75rem !important;
}

.table-action-description thead tr > th:last-child, .table-action-description tbody tr > td:last-child {
	padding-right: 2.75rem !important;
}

.table.table-head-fixed.table-head-row-2 thead tr:nth-child(2) th {
	background-color: #ffffff;
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	border-bottom: 2px solid #d5d5d5;
	z-index: 10;
}

.table.table-head-fixed.table-head-row-2.table-dark thead tr:nth-child(2) th {
	background-color: #212529;
	box-shadow: inset 0 1px 0 #383f45, inset 0 -1px 0 #383f45;
}

.table-bordered-custom tr:nth-child(1) th {
	box-shadow: none !important;
}

.table-bordered-custom tr:last-child td {
	border-bottom: 0;
}

.table-bordered-custom th,
.table-bordered-custom td {
	border: 1px solid #ced4da;
	box-shadow: none;
}

.table-bordered-custom th:first-child,
.table-bordered-custom td:first-child {
	border-left: 0 !important;
}

.table-bordered-custom th:last-child,
.table-bordered-custom td:last-child {
	border-right: 0 !important;
}

.table-bordered-custom th
{
	border-top: 0 !important;
}

.table-scrollable-body tbody {
	display: block;
	position: relative;
	overflow: auto;
	width: 100%
}
.table-scrollable-body thead {
	display: table;
	width: 100%;
}
.table-scrollable-body thead tr, .table-scrollable-body tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.st-sort-descent, .st-sort-ascent {
	border: 1px dashed #dee2e6;
}

.border-gray-light {
	border-color: #d5d5d5 !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.mw-50 {
	min-width: 50% !important;
}

.max-width-none {
	max-width: none !important;
}

.max-height-none {
	max-height: none !important;
}

.cursor-pointer {
	cursor: pointer !important;
}
.cursor-default {
	cursor: default !important;
}

.opacity-1 {
	opacity: 1 !important;
}

.opacity-0 {
	opacity: 0 !important;
}

.vh-75 {
	height: 75vh;
}

.dashed {
	margin: 0;
	padding: 0 49%;
	display: inline-block;
	border-bottom: 0.15rem dashed #d5d5d5;
	position: absolute;
	top: calc(50% - (0.25rem / 2));
}

.extracted-path-explorer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.extracted-path-explorer .content {
	width: inherit;
	height: auto;
	padding: 1rem 1.5rem;
	flex-grow: 1;
	border-radius: 0.25rem;
	background-color: #ffffff;
	box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0,0,0,.12) !important;
}

.combine-icon {
	position: relative;
}

.combine-icon i:last-child {
	font-size: 1rem !important;
	position: absolute;
	right: -0.25rem;
	bottom: 0.25rem;
	text-shadow: 0 0 1px #343a40;
}

.table-hover-button tr:hover {
	background-color: #f5f5f5;
}

iframe {
	border: 0;
}

.documentations-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
	grid-gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.reports-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 1rem;
	margin-bottom: 1rem;
}

.articles-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
	grid-gap: 1rem;
	margin-bottom: 1rem;
}

.documentations-grid-item .grid-text {
	transition: background-color .2s ease;
}

.documentations-grid-item.active-grid .grid-text {
	background-color: var(--mdc-theme-primary, #6200ee) !important;
	color: #ffffff !important;
}

.toast > .toast-header {
	user-select: none;
}

.table-head-fixed {
	border-collapse: separate;
	border-spacing: 0;
}

.table-head-fixed thead {
	border-bottom: 0;
}

.table-head-fixed thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	border: 0;
	border-bottom: 1px solid #dee2e6;
}

.table-head-fixed tbody tr:first-of-type td {
	border-top: 0;
}

.table-gray-theme-hover tr {
	border-left: 5px solid transparent;
}

.table-gray-theme-hover tr.table-gray-theme-row-active {
	background-color: #f5f5f5;
	border-left: 5px solid var(--mdc-theme-primary, #6200ee);
}

.drop-shadow-1 {
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
}

.drop-shadow-2 {
	filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.25));
}

.sort-header-row .sort-header {
	cursor: pointer;
}
.sort-header-row .sort-header .sort-header-arrow {
	vertical-align: top;
}

table .row {
	margin: 0;
	display: table-row;
}

.text-highlighter {
	word-break: break-word;
	overflow-wrap: break-word;
	white-space: pre-wrap;
}

.media {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media .author > .avatar {
	margin: 0 auto;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12), 0 3px 5px -1px rgba(0,0,0,.2);
}

.media .media-heading {
	font-weight: bold;
	font-size: 1rem;
}

.media .author .avatar > img {
	width: 100%;
}

.media p {
	color: #999;
	font-size: 1rem;
	line-height: 1.6em;
	word-break: break-word;
	overflow-wrap: break-word;
}

.title {
	margin-top: 30px;
	margin-bottom: 25px;
	min-height: 32px;
	font-weight: bold;
}

.mh-1 {
	min-height: 1rem;
}
.mh-2 {
	min-height: 2rem;
}
.mh-3 {
	min-height: 3rem;
}
.mh-4 {
	min-height: 4rem;
}
.mh-5 {
	min-height: 5rem;
}
.h-10 {
	height: 10rem;
}

.overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 200;
	top: 0;
	left: 0;
}

.overlay.overlay-dropzone {
	background-color: rgba(255, 255, 255, 0.95);
}

.overlay .overlay-text {
	background-color: #f5f5f5;
	border-radius: 50rem;
	padding: 0.5rem 1rem;
	border: 1px solid rgb(222, 226, 230);
    border-image: initial;
}

.file-preview {
	width: 100%;
	height: 100%;
	position: relative;
}

.file-preview .overlay {
	background-color: #ffffff;
	z-index: 2;
}

.round-box {
	width: 50px;
	margin: 10px;
	height: 50px;
	border-radius: 100%;
}

.animated-background {
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #f5f5f5;
	background: linear-gradient(to right, #f5f5f5 8%, #F0F0F0 18%, #F6F6F6 33%);
	min-height: 50px;
	background-size: 800px 104px;
	position: relative;
}

.rectangle-loader-1 {
	width: 100%;
	height: 1rem;
}

.rectangle-loader-2 {
	width: 100%;
	height: 2rem;
}

.rectangle-loader-3 {
	width: 100%;
	height: 3rem;
}

.rectangle-loader-4 {
	width: 100%;
	height: 4rem;
}
.rectangle-loader-5 {
	width: 100%;
	height: 5rem;
}
.bg-texture-bright-squares {
	background: url("/images/textures/bright-squares.png") repeat;
}
.bg-texture-grunge-wall {
	background: url("/images/textures/grunge-wall.png") repeat;
}
.box-shadow-gray {
	-webkit-box-shadow: 2.5px 2.5px 0px 0px #d5d5d5;
	-moz-box-shadow: 2.5px 2.5px 0px 0px #d5d5d5;
	box-shadow: 2.5px 2.5px 0px 0px #d5d5d5;
}
.box-shadow-dark {
	-webkit-box-shadow: 2.5px 2.5px 0px 0px #67737f;
	-moz-box-shadow: 2.5px 2.5px 0px 0px #67737f;
	box-shadow: 2.5px 2.5px 0px 0px #67737f;
}
.box-shadow-success {
	-webkit-box-shadow: 2.5px 2.5px 0px 0px #22903c;
	-moz-box-shadow: 2.5px 2.5px 0px 0px #22903c;
	box-shadow: 2.5px 2.5px 0px 0px #22903c;
}

.grid-gap-0 {
	grid-gap: 0 !important;
}

.grid-gap-1 {
	grid-gap: 0.25rem !important;
}

.grid-gap-2 {
	grid-gap: 0.5rem !important;
}

.grid-gap-3 {
	grid-gap: 1rem !important;
}

.pt-2-halfrem {
	padding-top: 2.5rem !important;
}
.pb-2-halfrem {
	padding-bottom: 2.5rem !important;
}
.pl-2-halfrem {
	padding-left: 2.5rem !important;
}
.pr-2-halfrem {
	padding-right: 2.5rem !important;
}
.p-25px {
	padding: 25px !important;
}
.pt-25px {
	padding-top: 25px !important;
}
.pb-25px {
	padding-bottom: 25px !important;
}

.p-responsive {
	padding: 25px !important;
}
.pl-responsive {
	padding-left: 25px !important;
}
.pr-responsive {
	padding-right: 25px !important;
}
.pt-responsive {
	padding-top: 25px !important;
}
.pb-responsive {
	padding-bottom: 25px !important;
}
.wh15x15 {
	width: 15px;
	height: 15px;
}
.wh30x30 {
	width: 30px;
	height: 30px;
}
.wh40x40 {
	width: 40px;
	height: 40px;
}
.wh50x50 {
	width: 50px;
	height: 50px;
}
.wh60x60 {
	width: 60px;
	height: 60px;
}
.font-weight-normal label, .font-weight-normal span {
	font-weight: normal !important;
}
.text-truncate label, .text-truncate span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}
.text-line-clamp-1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.text-line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text-line-clamp-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.text-line-clamp-4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
	cursor: pointer;
}

.accent-dark .btn-link, .accent-dark a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
	color: #343a40;
}
.accent-dark .btn-link:hover, .accent-dark a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
    color: #121416;
	text-decoration: underline;
}
.accent-light .btn-link, .accent-light a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
	color: #ffffff;
}
.accent-light .btn-link:hover, .accent-light a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
    color: #ffffff;
	text-decoration: underline;
}
.search-clear {
	position: relative;
}
.search-clear input {
	padding-right: 2rem;
}
.search-clear .form-control-feedback {
	opacity: 1;
	top: 6px;
	pointer-events: unset;
	cursor: pointer;
	position: absolute;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.animateSlideDown {
	animation-duration: 250ms;
	animation-name: slideDown;
}
.animateSlideUp {
	animation-duration: 250ms;
	animation-name: slideUp;
}
.modal.animateScaleIn > .modal-dialog {
	animation-duration: 250ms;
	animation-name: scaleIn;
}
.modal.animateScaleOut > .modal-dialog {
	animation-duration: 250ms;
	animation-name: scaleOut;
}
.animateFadeIn {
	animation-duration: 500ms;
	animation-name: fadeIn;
	-webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
	-moz-animation-fill-mode: forwards; /* FF 5+ */
	-o-animation-fill-mode: forwards; /* Not implemented yet */
	-ms-animation-fill-mode: forwards; /* IE 10+ */
	animation-fill-mode: forwards; /* When the spec is finished */
}

.animateFadeOut {
	animation-duration: 500ms;
	animation-name: fadeOut;
	-webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
	-moz-animation-fill-mode: forwards; /* FF 5+ */
	-o-animation-fill-mode: forwards; /* Not implemented yet */
	-ms-animation-fill-mode: forwards; /* IE 10+ */
	animation-fill-mode: forwards; /* When the spec is finished */
}
.animateShow {
	animation-name: slideDown;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.animateHide {
	animation-name: slideUp;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.ripple {
	text-decoration: none;
	color: #fff;
	width: 12px;
	height: 12px;
	background-color: #343a40;
	border-radius: 100%;
	-webkit-animation: ripple .7s linear infinite;
	animation: ripple .7s linear infinite;
}

.loading-wrapper {
	background-color: #ffffff;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.loading-container {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.loading .line:nth-last-child(1) {
	animation: loadingC 0.6s 0.1s linear infinite;
}

.loading .line:nth-last-child(2) {
	animation: loadingC 0.6s 0.2s linear infinite;
}

.loading .line:nth-last-child(3) {
	animation: loadingC 0.6s 0.3s linear infinite;
}

.load-wrapp {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 10px 10px 0;
  padding: 20px 20px 20px;
  border-radius: 5px;
  text-align: center;
  background-color: #d8d8d8;
}

.load-wrapp p {
  padding: 0 0 20px;
}
.load-wrapp:last-child {
  margin-right: 0;
}

.line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: var(--mdc-theme-primary, #6200ee);
}

.loading-container.bg-dark {
	background-color: #ffffff !important;
}

.loading-container.bg-dark .line {
  background-color: #343a40 !important;
}

.ring-1 {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 10px;
  border: 7px dashed #4b9cdb;
  border-radius: 100%;
}

.ring-2 {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border: 4px solid #4b9cdb;
  border-radius: 100%;
}

.ball-holder {
  position: absolute;
  width: 12px;
  height: 45px;
  left: 17px;
  top: 0px;
}

.ball {
  position: absolute;
  top: -11px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #4282b3;
}

.letter-holder {
  padding: 16px;
}

.letter {
  float: left;
  font-size: 14px;
  color: #777;
}

.square {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: #4b9cdb;
}

.spinner {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.bubble-1,
.bubble-2 {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #4b9cdb;
}

.bubble-2 {
  top: auto;
  bottom: 0;
}

.bar {
  float: left;
  width: 15px;
  height: 6px;
  border-radius: 2px;
  background-color: #4b9cdb;
}

.load-1 .line:nth-last-child(1) {
  animation: loadingA 1.5s 1s infinite;
}
.load-1 .line:nth-last-child(2) {
  animation: loadingA 1.5s 0.5s infinite;
}
.load-1 .line:nth-last-child(3) {
  animation: loadingA 1.5s 0s infinite;
}

.load-2 .line:nth-last-child(1) {
  animation: loadingB 1.5s 1s infinite;
}
.load-2 .line:nth-last-child(2) {
  animation: loadingB 1.5s 0.5s infinite;
}
.load-2 .line:nth-last-child(3) {
  animation: loadingB 1.5s 0s infinite;
}

.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}
.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}
.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}

.load-4 .ring-1 {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-5 .ball-holder {
  animation: loadingE 1.3s linear infinite;
}

.load-6 .letter {
  animation-name: loadingF;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

.l-1 {
  animation-delay: 0.48s;
}
.l-2 {
  animation-delay: 0.6s;
}
.l-3 {
  animation-delay: 0.72s;
}
.l-4 {
  animation-delay: 0.84s;
}
.l-5 {
  animation-delay: 0.96s;
}
.l-6 {
  animation-delay: 1.08s;
}
.l-7 {
  animation-delay: 1.2s;
}
.l-8 {
  animation-delay: 1.32s;
}
.l-9 {
  animation-delay: 1.44s;
}
.l-10 {
  animation-delay: 1.56s;
}

.load-7 .square {
  animation: loadingG 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-8 .line {
  animation: loadingH 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-9 .spinner {
  animation: loadingI 2s linear infinite;
}
.load-9 .bubble-1,
.load-9 .bubble-2 {
  animation: bounce 2s ease-in-out infinite;
}
.load-9 .bubble-2 {
  animation-delay: -1s;
}

.load-10 .bar {
  animation: loadingJ 2s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.loader {
  position: absolute;
  margin: -18px 0 0 -18px;
  border: 3.6px solid #333333;
  box-sizing: border-box;
  overflow: hidden;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  animation: loader-spin 2s linear infinite reverse;
  -webkit-filter: url(#goo);
          filter: url(#goo);
  box-shadow: 0 0 0 1px #333333 inset;
}
.loader:before {
  content: "";
  position: absolute;
  -webkit-animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
          animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
  background: #333333;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  border-radius: 50%;
  width: 150%;
  height: 150%;
  top: 50%;
  left: -12.5%;
}

@media (max-width: 767.98px) {
	.p-responsive {
		padding: 20px !important;
	}

	.pl-responsive {
		padding-left: 20px !important;
	}

	.pr-responsive {
		padding-right: 20px !important;
	}

	.pt-responsive {
		padding-top: 20px !important;
	}

	.pb-responsive {
		padding-bottom: 20px !important;
	}

	.mdc-button {
		min-width: initial;
	}
}

@media (max-width: 576px) {
	.dropdown-menu, .mdc-menu:not(.mdc-menu-with-anchor) {
		min-height: initial !important;
		min-width: initial !important;
		max-height: none !important;
		max-width: none !important;
		width: 100% !important;
		min-height: 50% !important;
		max-height: 75% !important;
		position: fixed !important;
		left: 0 !important;
		top: unset !important;
		bottom: 0 !important;
		transform: translateY(105%) !important;
		margin: 0 !important;
		height: 0 !important;
		overflow-x: hidden !important;
		display: block !important;
		opacity: 1 !important;
		transition: transform .2s ease !important;
	}

	.dropdown-menu.show, .mdc-menu:not(.mdc-menu-with-anchor).mdc-menu-surface--open {
		box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0,0,0,.12) !important;
		transform: translateY(0) !important;
		height: auto !important;
	}

	.dropdown-menu.show {
		overflow-y: auto !important;
	}

	.mdc-dialog .mdc-dialog__container {
		align-items: end !important;
		align-items: flex-end !important;
	}

	.mdc-dialog .mdc-dialog__surface {
		max-width: none !important;
		max-height: calc(100vh - 75px) !important;
		width: 100vw !important;
		box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0,0,0,.12) !important;
		border-radius: 4px !important;
		transform: translateY(105%) !important;
		transition: transform .2s ease !important;
	}

	.mdc-dialog.mdc-dialog--open .mdc-dialog__surface {
		transform: translateY(0) !important;
	}

	.mdc-dialog .mdc-dialog__content {
		max-width: 100vw !important;
	}

	.p-responsive {
		padding: 15px !important;
	}

	.pl-responsive {
		padding-left: 15px !important;
	}

	.pr-responsive {
		padding-right: 15px !important;
	}

	.pt-responsive {
		padding-top: 15px !important;
	}

	.pb-responsive {
		padding-bottom: 15px !important;
	}

    .notifications-container {
        width: 100%;
        padding-left: 24px;
    }

	.notifications .toast {
		max-width: none;
	}

	.reports-grid {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}

	.card .card-body, .card .card-footer {
		padding: 0.9375rem 1rem;
	}
}

.validation-popover {
	position: absolute;
	max-width: 100%;
	line-height: 1.5;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	word-wrap: break-word;
	font-size: 0.875rem;
	z-index: 4;
	display: block;
	opacity: 1 !important;
	background-clip: padding-box;
	background-color: #ffffff;
	color: #6200ee;
	color: var(--mdc-theme-primary, #6200ee);
	border-radius: 0.3rem;
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.20), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
	transition: opacity linear 0.3s;
	-webkit-animation: validation-popover-fade-in 0.3s linear 1, move-down 0.3s linear 1;
	-moz-animation: validation-popover-fade-in 0.3s linear 1, move-down 0.3s linear 1;
	-ms-animation: validation-popover-fade-in 0.3s linear 1, move-down 0.3s linear 1;
	-o-animation: validation-popover-fade-in 0.3s linear 1, move-down 0.3s linear 1;
	animation: validation-popover-fade-in 0.3s linear 1, move-down 0.3s linear 1;
	-webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
	-moz-animation-fill-mode: forwards; /* FF 5+ */
	-o-animation-fill-mode: forwards; /* Not implemented yet */
	-ms-animation-fill-mode: forwards; /* IE 10+ */
	animation-fill-mode: forwards; /* When the spec is finished */
}

.validation-popover:before {
	position: absolute;
	top: -0.5rem;
	left: 0.625rem;
	border-bottom: 0.5rem solid #ffffff;
	border-right: 0.5rem solid transparent;
	border-left: 0.5rem solid transparent;
	content: "";
	display: block;
	z-index: -1;
}

.validation-popover .validation-popover-content {
	position: relative;
	padding: 0.5rem 2rem 0.5rem 0.5rem;
	overflow: hidden;
}

.validation-popover .validation-popover-close-button {
	position: absolute !important;
	height: 2.5rem;
    width: 2.5rem;
    right: -0.4em;
    top: -0.4em;
	color: #6200ee;
	color: var(--mdc-theme-primary, #6200ee);
	opacity: 1;
	transition: opacity linear 0.3s;
}

.validation-popover .validation-popover-close-button i {
	font-size: 1rem;
}

.text-overflow-fade {
  position: relative;
  height: 3.6em; /* exactly three lines */
  overflow: hidden;
}
.text-overflow-fade:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 0.75em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.overflow-hidden {
	overflow: hidden;
}

/*buttons*/
/*buttons*/
.btn-openit {
	-webkit-transition: 500ms;
	transition: 500ms;
	font-weight: bold;
}

.btn-openit-yellow {
	background-color: #FFC000;
	color: #404040;
}

.btn-openit-yellow:hover {
	background-color: #cd172d;
	color: #FFFFFF;
}

.btn-openit-red {
	color: #ffffff;
	background-color: #cd172d;
	border-color: #cd172d;
	box-shadow: none;
}

.btn-openit-red:hover {
	color: #ffffff;
	background-color: #b81428;
	border-color: #a41224;
}

.btn-openit-red:focus, .btn-openit-red.focus {
	box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-openit-red.disabled, .btn-openit-red:disabled {
	color: #ffffff;
	background-color: #cd172d;
	border-color: #cd172d;
}

.btn-openit-red:not(:disabled):not(.disabled):active, .btn-openit-red:not(:disabled):not(.disabled).active,
.show > .btn-openit-red.dropdown-toggle {
	color: #ffffff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-openit-red:not(:disabled):not(.disabled):active:focus, .btn-openit-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-openit-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-outline-gray-light {
	color: #343a40;
	border-color: #ced4da;
}

.btn-outline-gray-light:hover {
	color: #ffffff;
	background-color: #ced4da;
	border-color: #ced4da;
}

.btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
	box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
	color: #ced4da;
	background-color: transparent;
}

.btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-light.dropdown-toggle {
	color: #ffffff;
	background-color: #343a40;
	border-color: #ced4da;
}

.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-openit-red {
	color: #cd172d;
	border-color: #cd172d;
}

.btn-outline-openit-red:hover {
	color: #ffffff;
	background-color: #cd172d;
	border-color: #cd172d;
}

.btn-outline-openit-red:focus, .btn-outline-openit-red.focus {
	box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-openit-red.disabled, .btn-outline-openit-red:disabled {
	color: #cd172d;
	background-color: transparent;
}

.btn-outline-openit-red:not(:disabled):not(.disabled):active, .btn-outline-openit-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-openit-red.dropdown-toggle {
	color: #ffffff;
	background-color: #cd172d;
	border-color: #cd172d;
}

.btn-outline-openit-red:not(:disabled):not(.disabled):active:focus, .btn-outline-openit-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-openit-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-openit-gray {
	color: #404040;
	border-color: #404040;
}

.btn-outline-openit-gray:hover {
	color: #ffffff;
	background-color: #404040;
	border-color: #404040;
}

.btn-outline-openit-gray:focus, .btn-outline-openit-gray.focus {
	box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-openit-gray.disabled, .btn-outline-openit-gray:disabled {
	color: #404040;
	background-color: transparent;
}

.btn-outline-openit-gray:not(:disabled):not(.disabled):active, .btn-outline-openit-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-openit-gray.dropdown-toggle {
	color: #ffffff;
	background-color: #404040;
	border-color: #404040;
}

.btn-outline-openit-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-openit-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-openit-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-border-openit-red {
	color: #404040;
	border-color: #BABEC5;
}

.btn-border-openit-red:hover {
	color: #262626;
	border-color: #cd172d;
}

.btn-border-openit-red:focus, .btn-border-openit-red.focus {
	box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-border-openit-red.disabled, .btn-border-openit-red:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-border-openit-red:not(:disabled):not(.disabled):active, .btn-border-openit-red:not(:disabled):not(.disabled).active,
.show > .btn-border-openit-red.dropdown-toggle {
	color: #262626;
	border-color: #cd172d;
	box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-border-openit-red:not(:disabled):not(.disabled):active:focus, .btn-border-openit-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-border-openit-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-underline-openit-red {
	color: #404040;
	border: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}

.btn-underline-openit-red:hover {
	border-bottom: 1px solid #cd172d !important;
	color: #cd172d !important;
}

.btn-underline-openit-red:focus, .btn-underline-openit-red.focus {
	box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-underline-openit-red.disabled, .btn-underline-openit-red:disabled {
	color: #cd172d;
	background-color: transparent;
}

.btn-underline-openit-red:not(:disabled):not(.disabled):active, .btn-underline-openit-red:not(:disabled):not(.disabled).active,
.show > .btn-underline-openit-red.dropdown-toggle {
	border-bottom: 1px solid #cd172d !important;
	color: #cd172d;
	font-weight: bold;
}

.btn-underline-openit-red:not(:disabled):not(.disabled):active:focus, .btn-underline-openit-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-underline-openit-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-rating {
	border: none;
	float: left;
}

.btn-rating > label {
	color: #d5d5d5;
	float: right;
	margin: 0;
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.btn-rating > input {
	display: none;
}

.btn-rating > input:checked:not(:disabled) ~ label,
.btn-rating:not(:checked):not(:disabled) > label:hover,
.btn-rating:not(:checked):not(:disabled) > label:hover ~ label {
	color: #cd172d;
	color: var(--mdc-theme-primary, #cd172d);
	cursor: pointer;
}

.btn-rating > input:checked:not(:disabled) + label:hover,
.btn-rating > input:checked:not(:disabled) ~ label:hover,
.btn-rating > label:hover ~ input:checked:not(:disabled) ~ label,
.btn-rating > input:checked:not(:disabled) ~ label:hover ~ label {
	color: #cd172d;
	color: var(--mdc-theme-primary, #cd172d);
	cursor: pointer;
}

.btn-rating > input:disabled ~ label {
	pointer-events: none;
}

.btn-rating > input:not(:checked):disabled ~ label {
	color: rgba(0, 0, 0, 0.15);
}

.btn-rating > input:checked:disabled ~ label {
	color: rgba(0, 0, 0, 0.30);
}
/*end buttons*/

/*colors*/
.color-openit-red {
	color: #cd172d !important;
}

.color-openit-yellow {
	color: #FFC000 !important;
}

.text-openit-red {
	color: #cd172d !important;
}

a.text-openit-red:hover, a.text-openit-red:focus {
	color: #a71d2a !important;
}

.text-openit-gray {
	color: #404040 !important;
}

a.text-openit-gray:hover, a.text-openit-gray:focus {
	color: #262626 !important;
}

.accent-openit-red .btn-link,
.accent-openit-red a:not(.dropdown-item):not(.btn):not(.mdc-button) {
	color: #cd172d;
}

.accent-openit-red .btn-link:hover,
.accent-openit-red a:not(.dropdown-item):not(.btn):not(.mdc-button):hover {
	color: #a71d2a;
}

.accent-openit-red .custom-control-input:checked ~ .custom-control-label::before {
	background: #cd172d;
	border-color: #a71d2a;
}

.accent-openit-red .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-openit-red .custom-select:focus,
.accent-openit-red .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-openit-red .custom-file-input:focus ~ .custom-file-label {
	border-color: #a71d2a;
}

.accent-openit-red .custom-file .form-control:hover:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-openit-red .custom-file .custom-select:hover,
.accent-openit-red .custom-file .custom-control-input:hover:not(:checked) ~ .custom-control-label::before,
.accent-openit-red .custom-file .custom-file-input:hover ~ .custom-file-label {
	border: 1px dashed #cd172d;
	color: #343a40;
}

.accent-openit-red .custom-file .form-control:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-openit-red .custom-file .custom-select,
.accent-openit-red .custom-file .custom-control-input:not(:checked) ~ .custom-control-label::before,
.accent-openit-red .custom-file .custom-file-input ~ .custom-file-label:after {
	background-color: #cd172d;
	color: #ffffff;
	border-radius: 0;
}

	.accent-openit-red .custom-file .form-control:hover:not(.is-invalid):not(.is-warning):not(.is-valid),
	.accent-openit-red .custom-file .custom-select:hover,
	.accent-openit-red .custom-file .custom-control-input:hover:not(:checked) ~ .custom-control-label::before,
	.accent-openit-red .custom-file .custom-file-input:hover ~ .custom-file-label:after {
		background-color: #cd172d;
		color: #ffffff;
	}

	.accent-openit-red .custom-file .form-control:active:not(.is-invalid):not(.is-warning):not(.is-valid),
	.accent-openit-red .custom-file .custom-select:active,
	.accent-openit-red .custom-file .custom-control-input:active:not(:checked) ~ .custom-control-label::before,
	.accent-openit-red .custom-file .custom-file-input:active ~ .custom-file-label:after {
		background-color: #cd172d;
		color: #ffffff;
	}

/*background colors*/
.bg-openit-red {
	background-color: #cd172d !important;
	color: #ffffff !important;
}

.bg-openit-gray {
	background-color: #404040 !important;
	color: #ffffff !important;
}

.bg-openit-yellow {
	background-color: #FFC000 !important;
}

.bg-white {
	background-color: #FFFFFF !important;
}

.bg-eee {
	background-color: #EEEEEE !important;
}

.bg-ddd {
	background-color: #DDDDDD !important;
}

.openit-active-red {
	color: #404040;
	cursor: default;
	pointer-events: none;
	font-weight: bold !important;
	border-bottom: 2px solid #D33636;
}

.border-openit-red {
	border-color: #cd172d !important;
}
/*end colors*/

.module-badge {
	padding: 4px 8px;
	font-size: 0.75rem;
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	border-radius: 0.25rem;
	max-width: 100%;
	cursor: default;
}

.col-auto {
	max-width: 100% !important;
}

.sortable-list-item-draggable.draggable-source--is-dragging {
	color: var(--mdc-theme-primary, #6200ee);
	background-color: white;
	box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
	opacity: 0.75;
}

.sortable-list-item-draggable.draggable-mirror {
	height: auto !important;
	color: var(--mdc-theme-primary, #6200ee);
	background-color: white;
	box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
	opacity: 0.75;
}

.sortable-list-item-draggable-trigger {
	cursor: grab;
}

.sortable-list-item-draggable-trigger .sortable-list-item-draggable-trigger-drag-icon {
	display: none;
	color: #a5a5a5;
}

.sortable-list-item-draggable-trigger:hover .sortable-list-item-draggable-trigger-drag-icon {
	display: inline-block;
}

.draggable-container--is-dragging, .draggable-container--is-dragging * {
	cursor: grab;
}

.article-items-list ul {
	list-style: none;
	padding: 0;
	margin: 0 -0.5rem;
}

.article-items-list ul > li > .article-item {
	display: block;
	color: #343a40;
	padding: 0.5rem	;
	margin-bottom: 0.25rem;
	cursor: pointer;
}

.article-items-list ul > li > .article-item:hover {
	background-color: #f2f2f2;
}

.article-items-list ul > li > .article-item h5 {
	font-weight: bold;
}

.article-items-list ul > li > .article-item > div > i {
	border-radius: 100%;
	padding: 0.35rem;
	margin-right: 0.75rem;
	background-color: #dfe0e2;
}

.article-items-list .article-item-details, .article-items-list .article-item-search {
	padding: 0 0.5rem;
	margin: 0.5rem 0;
}

.article-items-list .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.article-items-list .input-group .input-group-prepend {
    background-color: var(--mdc-theme-primary, #6200ee);
	margin-right: -1px;
	display: flex;
	color: #ffffff;
}

.article-items-list .input-group .input-group-text {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    background-color: transparent;
	margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
	border: 1px solid transparent;
    border-radius: 0;
}

.article-items-list .input-group .form-control {
	background: no-repeat bottom, 50% calc(100% - 1px);
    background-size: 0 100%,100% 100%;
	background-image: linear-gradient(to top, var(--mdc-theme-primary, #6200ee) 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
    border: 0;
	border-radius: 0;
    height: 36px;
    transition: background 0s ease-out;
    display: block;
    width: 100%;
    padding: 0.4375rem 0;
    font-size: 1rem;
	font-weight: 400;
	color: #495057;
	box-shadow: none;
}

.article-items-list .input-group .form-control:focus {
	color: #495057;
    background-color: transparent;
    border-color: var(--mdc-theme-primary, #6200ee);
	background-size: 100% 100%,100% 100%;
    transition-duration: .3s;
}

.article-item-navigator-container > .article-item-navigator {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article-item-navigator-container > .article-item-navigator > a {
	flex-basis: 50%;
	flex-grow: 1;
	font-weight: bold;
	min-width: 0;
}

.article-item-navigator-container > .article-item-navigator > a > div {
	padding: 0.5rem 1rem;
	color: #343a40;
}

.article-item-navigator-container > .article-item-navigator > a:first-of-type {
	text-align: left;
}

.article-item-navigator-container > .article-item-navigator > a:last-of-type {
	text-align: right;
}

.article-item-navigator-container > .article-item-navigator > a .article-item-navigator-title {
	margin-top: 0.25rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-item-navigator-container > .article-item-navigator > a .article-item-navigator-title > i {
	vertical-align: middle;
	font-size: 1.25rem;
}

.article-item-navigator-container > .article-item-navigator > a .article-item-navigator-title > span {
	vertical-align: middle;
	font-size: 1.25rem;
}

a[disabled] {
	pointer-events: none;
}