/*
Only for development! 
Before updating the prod version 
please put your styles to the appropriate scss partials
*/
/*How to find scss file you need?
1. If you need to edit an existing component then just do a search.
2. If you need to add a new component 
first check if that component can be added to an existing group 
(like _buttons.scss, _inputs.scss etc) or module (_trainings.scss etc)
3. Try to keep stylesheets as simple and short as possible. 
Do not add new rules without need!
4. https://github.com/airbnb/css - The styleguide to write clear css/sass
	4.1 http://css2sass.herokuapp.com/ - css to sass converter. Use scss option!
5. Make use of sass. The layout and the color scheme are customizable 
via variables. So use theme variables where needed.
6. Compile your sass
    6.1 cd metronic (from the project directory)
    6.2 'gulp sass' or 'gulp sass:watch' + Save changes
Wait for the compiler to finish.   
*/

/*TODO: ask Gena before moving next SAML styles somewhere*/
.saml-body {
	margin: 0;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.42857;
}

.saml-msg-header {
	text-align: center;
    padding: 5px 15px 10px;
    border-bottom: 1px solid #ccc;
}
.saml-msg-header p {
	font-size: 30px;
    margin: 20px 0;
}

.saml-msg-reason, .saml-redirect-link {
	max-width: 600px;
    text-align: center;
    margin: 15px auto;
}

.saml-redirect-link a {
	display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #2e6da4;
    padding: 8px 18px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #337ab7;
}
.saml-redirect-link a:hover {
	transition: all .3s;
	text-decoration: none;
	color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
/*End of SAML partial styles*/

.add-input-div {
	position: absolute;
	z-index: 10090;
	display: inline;
	top: 0;
	left: 20px;
	right: 20px;
	background-color: #fff;
}

.oki a {
	display: inline-block !important;
	vertical-align: middle;
}

.list-container-fhd {
	overflow-y: auto;
	max-height: 640px;
}

.hk-diagram .add-item.vertical-block > span,
.hk-diagram .item.vertical-block > span {
	-ms-transform: rotate(-90deg) translate(-100%, 0px)!important;
}

.no-hover {
	cursor: default;
	/*doesn't prevent click!*/
}

.required-star {
	color: red;
}
.test {
	color: red;
}

.level-0 > .node-details > .arrow {
	line-height: 20px;
}
.node.level-0.level-entity>.node-details {
    background-color: #e0e9ef;
}
.node.level-0.level-category>.node-details {
    background-color: #d0dde7;
}
.nested-node .node .gantt-chart .arrow {
    line-height: 20px;
}

.links-filter > tag-list > div {
/*	display: inline-flex;*/
/* required more specific selector */
}

.blog-post video:focus {
	outline: none;
}

.note-attachments-container .video-thumbnail {
	font-size: 45px;
	width: 150px;
	height: 250px;
	line-height: 250px;
	text-align: center;
}

.hboard-notes {
	height: 100%;
}

.cards-widget.single-cell > table {
	width: 100%;
}

.cards-widget.single-cell > table tbody .cards-list-cell {
	border-bottom: 0;
	min-width: auto;
	padding: 0;
}

.cards-widget table {
	table-layout: fixed;
}

kanban-notes-widget {
	display: table;
	width: 100%;
	height: 100%;
}



.no-hide-on-click-dd .rdtTimeToggle {
	display: none;
}
.custom-property {
	background-color: #b7f4fb !important;
}

.dropdown-timerange .number-control-md {
	width: 75px!important;
}

.user-notification {
	display: inline-block;
}
.user-notification {
	display: -webkit-inline-box;
	margin: 0 0px!important;
}
.user-notification::before , .user-notification::after {
  content: none!important;
  margin: 0 0px!important;
}

.widget-filters-cfg .filter-item.more-or-less {
	order: -1;
	margin-left: 0;
}

.dashboard-widget-container .dashboard-widget.horizontal-widget .filter-wrap {
	display: none;
}

.dashboard-widget-container .dashboard-widget.horizontal-widget > .portlet-body {
	height: 100% !important;
	flex: 1 0 auto;
}

.dropdown-config.dropdown-menu.append-to-body {
	z-index: 1050;
	/*conflict with modal backdrop!*/
}
.with-loading {
	min-height: 150px;
}

.item-blind {
	opacity: 0.3;
}

.cards-copy-history .table>tbody>tr.table-header {
	border-bottom: 1px solid #e5e5e5;
}
.cards-copy-history .table>tbody>tr>td {
	border: 0;
}

.rowspan-cell {
	min-width: 50px;
	height: 1px;
}

.rowspan-cell.legend-cell {
	min-width: unset;
}

.rowspan-cell .value-container{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.metrics-table-widget .table {
	border-collapse: separate;
}
.metrics-table-widget .table tbody > tr.row-target > td.rowspan-cell {
	background-color: #fff
}

.metrics-table-widget .table thead {
	position: sticky;
	top: 0;
	z-index: 3;
	background: white;
}

.metrics-table-widget .table > tbody > tr > td {
	border-top: 0;
}

.metrics-table-widget .table th {
	background-color: #fff
}

.metrics-table-widget .table thead .sticky-column {
	position: sticky;
	left: 0;
	z-index: 2;
}

.metrics-table-widget .table th.title-column,
.metrics-table-widget .table td.title-column {
	min-width: 20ch;
	overflow-wrap: break-word;
	hyphens: auto;
}


.metrics-table-widget .table tbody .sticky-column {
	position: sticky;
	left: 0;
	background: white;
	z-index: 1;
	border-right: 1px solid #F2F5F8 !important;
}

.widget-indicators {

}

.rearrange-items-list .rearrange-item {
	min-height: 44px;
	padding: 11px 12px;
	position: relative;
	background-color: #fff;
	border: 1px solid #f4f7fa;
	border-radius: 3px;
	outline: 0;
}

.tiers-list.rearrange-item {
	display: flex;
}

.tiers-list.rearrange-item .remove-item-btn {
	left: unset;
	right: 15px;
	top: 10px;
}

.gc-edit .dz-default.dz-message {
	/*position: relative;
	left: -20px;*/
	/*?*/
}

.linked-items-modal .policy-actions {
	display: none;
}
.status-icons-group .btn {
	padding: 4px 8px;
	border-radius: 0 !important;
	font-size: 18px;
	border-color: rgba(0,0,0,0);
}
.status-icons-group .btn-default.primary{
	border-color: inherit;
}
.cursor-default-override {
	cursor: default!important;
}

.color-picker-container{
	z-index: 99999!important;
}

/*Moved to scss*/
.gjs-one-bg {
  background-color: #373d49 !important;
}
.gjs-two-color {
  color: #ffffff!important;
}
.gjs-three-bg {
  background-color: #35d7bb!important;
  color: white!important;
}
.gjs-four-color,
.gjs-four-color-h:hover {
  color: #35d7bb!important;
}
.gjs-trt-traits, .gjs-layer, .gjs-sm-properties, 
.gjs-clm-tags, .gjs-editor, .gjs-block.fa, .gjs-clm-sel-id,
.gjs-block {
    font-size: 11pt!important;
}
.gjs-block-label {
	font-size: 0.9rem!important;
}
/**/

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.dropdown-menu.append-to-body.icon-select {
	z-index: 1061;
}

.stage-dlg .node .metadata {
	width: calc(100% - 99px) !important;
}

.process-list-actions-popover .inline-btns-on-hover {
	display: none !important;
}

.cc-card-actions .btn.btn-icon.active {
	color: #0f8a46;
}

.table-widget-2 .unsaved-value-icon {
	position: absolute;
	top: 1px;
	right: 0;
	z-index: 5;
}

@media(max-width:767px) {
	.table-widget-2 .unsaved-value-icon {
		position: absolute;
		top: 12px;
		right: 12px;
	}
}
@media(min-width: 768px){
	.my-issues-screen {
/*		height: calc( 100vh - 140px);*/
	}

	.my-issues-screen.portlet .portlet-body {
		position:relative;
/*		height: calc(100% - 107px);*/
	}
}

@media (max-width: 767px) {
	.page-header.navbar .page-actions.dept-choose .site-choose .dropdown-toggle.visible-xs {
/*		max-width: calc(100vw - 220px) !important;*/
	}
}

.modal.site-chooser-modal+.modal-backdrop.site-chooser-backdrop:before {
	width: 137px !important;
}

.table-widget-2 .undo-countdown {
	white-space: nowrap;
	padding: 5px 6px;
}

.table-widget-2-head .th-wrapper.not-sortable .th > span:after {
	content: none !important;
}

.table-widget-2 .text-cell .mce-content-body {
	width: 100%;
	height: 100%;
	line-height: inherit;
}

.filter-item .criteria-wrap .criteria {
	max-width: 262px !important;
}

.portlet.light.card-analytics-widget {
	background-color: unset;
}

.portlet.light.card-analytics-widget table.report-table {
	background-color: unset;
}
.portlet.light.card-analytics-widget table tbody td, .portlet.light.card-analytics-widget table thead th{
	background-color: unset;
}




.disclaimer {
	float: left;
	position: relative;
	top: 15px;
	width: 260px;
}

.admin-start {
	font-size: 20px!important;
    color: orange;
    margin-right: 5px;
    line-height: 20px!important;
}

.summary-tooltip .tooltip-inner {
	text-align: left;
}

.no-absolute {
	position: relative!important;
}

.display-block {
	display: block!important;
}

.config-template-edit .ui-select-choices {
	z-index: 10000;
}

.wide-dropdown .ui-select-choices {
	width: max-content;
}

#cards-list-scrollable {
	max-height: calc(100vh - 280px);
}
.card-admin-view {
	height: calc(100vh - 280px);
}
#cards-list-scrollable {
	margin: 0 -10px;
}
@media(min-width: 1200px) {
	#cards-list-scrollable {
		margin: 0 -15px;
	}
}

.table-widget-2 .table-core .td.readonly:hover {
	outline: none !important;
}

.table-widget-2 .table-core .td.readonly .text-cell>div {
	cursor: auto;
}

.table-widget-2 .table-core .thead {
	/*overflow-y: unset;*/
}

.table-widget-2 .table-widget-2-body {
	max-height: none;
	/*overflow: unset;*/
}

.dashboard-widget-container .dashboard-widget.table-board-widget>.portlet-body {
	max-height: calc(100% - 51px);
	/*height: auto;*/
	height: 100%;
}

.dashboard-widget-placeholder {
}

.dashboard-widget-preloader {
	display: none;
}

.dashboard-widget-placeholder .dashboard-widget-preloader {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.9);
}

.dashboard-widget-preloader .preloader-text {
	font-size: 24px;
	color: rgb(76, 142, 192);
	padding: 16px;
	background: white;
	border-radius: 6px;
	filter: drop-shadow(5px 5px 5px #d7d7d7);
}

.dashboard-widget-placeholder .dashboard-widget-container {
	/*display:none;*/
}

@media(max-width: 768px){
	.dashboard-widget-placeholder {
		min-height: 50vh;
		display:block;
	}
}

.logout-request {
	margin-top: 30px;
	text-align: center;
}

.back-to-login {
	margin-top: 40px;
	float: right;
}

.andon-cell-base {
	min-width: 140px;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	margin: 1px;
}

.dashboard-widget.andon-reporting-widget .andon-grid .value-cell .editable-value {
	background-color: unset;
}

.group-active {
	background-color: #0b94ea!important;
	color: white!important;
}

.save-indicator .state-success {
	background-color: #d0e9c6 !important;
}

.save-indicator .state-failed {
	background-color: #F2DEDE !important;
}

.save-indicator .state-warn {
	background-color: #FEF7DD !important;
}

.qr-dlg span.placeholder {
	font-style: normal;
}

.qr-dlg .editable-buttons {
	display: none;
}

.qr-dlg .ch-cross {
	/*font-size: 14pt!important;*/
}
.qr-code-fw img {
	padding: 25px;
	margin: 0 auto;
}
.qr-dlg a.print-btn {
	float: right;
}
@media print {
	.qr-code-fw {
		text-align: center;
	}
	.qr-code-fw img {
		padding: 25px;
		margin: 0 auto;
		text-align: center;
	}
}
.ui-select-bootstrap.ui-select-multiple input.ui-select-search {
	z-index: unset!important;
}

.user-select .ui-select-bootstrap.ui-select-multiple input.ui-select-search::placeholder {
	opacity: 0;
}

.user-select .ui-select-bootstrap.ui-select-multiple input.ui-select-search:focus::placeholder {
	opacity: 1;
}

.dropdown-indicator-text {
	/*multi-source-select*/
	min-width:  40px;
	padding: 0 10px;
	text-align: center;
	cursor: pointer;
}

.Select.is-open {
	z-index: 1000 !important;
}

/*react-select*/
.react-select-container {
/*	font-size: 14px;*/
}
.react-select-container .react-select__menu {
	z-index: 999;
}
.react-select-container .react-select__control {
	min-height: 40px;
}
.react-select__indicators {
	-webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
}

.locations-list .table-collapsible .table-header .th {
	border: 0;
}

.locations-list .table-collapsible .table-row .td {
	min-height: 52px;
}

.locations-list .table-collapsible .table-row .td.control-buttons .btn {
	display: none
}

.locations-list .table-collapsible .table-row:hover .td.control-buttons .btn{
	display: block
}

.locations-list .table-collapsible .table-row .td .qsc-edit-link {
	display: none
}

.locations-list .table-collapsible .table-row:hover .td .qsc-edit-link{
	display: inline-block;
}

.locations-list .control-buttons {
	position: absolute;
	right: 0;
}

.qsc-edit .location-name:not(:last-child):after {
	content: ", ";
}

img[id^="viewerjs"]:hover {
	cursor: zoom-in;
	opacity: .9;
}

.dropdown-item-w-flag.active, .dropdown-item-w-flag.active a {
	/*background-color: #EEEEEE !important;*/
}

.dashboard-widget-container {
	border-width: 2px;
	border-style: dashed;
	border-color: transparent;
}

.fill-cards {
	height: 100%;
}

.fill-content {
	height: 100%;
}

.dashboard-widget-container .dashboard-widget.table-board-widget>.fill-content-portlet {
	height: 100%!important;
	padding: 0;
}

.rdg.fill-grid {
	height: 100%!important;
}

.cell-wrap-text {
	white-space: normal!important;
}

.dashboard-widget-container.highlighted {
	border-color: #f00;
	border-style: solid;
}

.dashboard-widget-container.selected {
	border-color: #0f0;
}

/*a.selected {
	border-width: 2px;
	border-style: solid;
	border-color: #0f0!important;
}*/
/*Todo: use more specific selector if needed*/

label.selected {
	border-width: 2px;
	border-style: solid;
	border-color: #0f0!important;
}

.table-widget-2 .table-core .td.selected {
	border-width: 2px;
	border-style: solid;
	border-color: #0f0!important;
}

/*.portlet-tools-fixed-container {
	min-height: 34px;
}*/

.fill-cards-content {
	/*height: calc(100% - 42px);*/
}

.selected-node {
	/*background-color: #b7f4fb !important;*/
}

.height-400 {
	height: 200px;
}

.form-horizontal .timerange .fieldLabel {
	display: none;
}
.metrics-publish-dialog .qsc-option {
	padding: 6px 12px;
	border-radius: 3px;
	display: inline-block;
}

@media(max-width:767px) {
	.metrics-publish-dialog .qsc-option {
		display: block;
	}
}

.metrics-publish-dialog .qsc-option-list{
	margin: 0 -12px;
}

.metrics-publish-dialog .qsc-option.removable:hover {
	background-color: #f9fbfc;
}

.metrics-publish-dialog .qsc-option .remove-item-btn{
	right: -4px;
	top: 6px;
	left: unset;
}

.metric-view .qsc-item {
/*	white-space: nowrap;*/
}

.metric-view .qsc-item::after {
	content: ", "
}

.metric-view .qsc-item:last-of-type::after {
	content: ""
}

.dashboard-metric-widget .calendar-view .current-date {
	border: solid 1px #5d99d8;
}

.modal .metric-table-add-metrics .scrollable-modal {
	max-height: calc(100vh - 320px);
}

.modal .metric-table-add-metrics {
	min-height: 200px;
}

.qsc-selection-control {
	position: relative;
	padding: 0;
}

.qsc-selection-control .dropdown-menu {
	padding: 10px;
	max-width: 280px;
	border-radius: 0;
}

.qsc-selection-control .ch-angle-down {
	transition: 0.3s;
}

.qsc-selection-control.open .ch-angle-down {
	transform: rotate(180deg);
}

.add-metric-form .portlet.light.portlet-nested {
	margin-bottom: 9px;
}

.advanced-filter .dropdown-timerange {
	width: 400px !important;
}

.dropdown-menu.dropdown-location-area {
	min-width: 250px;
}

.general-item-list>.item {
	overflow: visible;
}

.form-horizontal .adv-links-context.form-group {
	margin-left: 0px;
	margin-right: 0px;
}

.goals-tasks .tab-content {
	min-height: 140px;
}

.linked-items-modal span.arrow{
	pointer-events: none !important;
}

.metrics-locations-widget .ag-root .ag-header-cell.title-column-header {
/*	padding-left: 52px;*/
}

.metrics-locations-widget .metric-title-cell {
/*	display: flex;
	flex-direction: row;
	align-items: center;*/
}

.metrics-locations-widget .ag-theme-alpine .ag-ltr .ag-row-drag {
/*	margin-right: 0;*/
}

.metrics-locations-widget .metric-title-cell .remove-item-btn {
/*	position: relative;
	display: block;
	visibility: hidden;
	left:0;*/
}

.metrics-locations-widget .ag-row:hover .remove-item-btn {
/*	display: block;
	visibility: visible;*/
}

.metrics-locations-widget .ag-header-cell:hover .remove-item-btn {
	display: inline-block;
	visibility: visible;
	left: 0;
}

.metrics-locations-widget .ag-header-cell:hover .remove-item-btn + div{
/*	text-indent: 1.5em;*/
}

.metrics-locations-widget .ag-row.ag-row-odd,
.metric-report-widget .ag-row.ag-row-odd,
.metrics-locations-widget .ag-row.ag-row-even,
.metric-report-widget .ag-row.ag-row-even {
/*	background-color: transparent !important;*/
}

.metrics-locations-widget .ag-row,
.metrics-report-widget .ag-row,
.metrics-locations-widget .ag-root-wrapper,
.metric-report-widget .ag-root-wrapper {
/*	border: 0 !important;*/
}

.metrics-locations-widget .ag-root .ag-header,
.metric-report-widget .ag-root .ag-header {
/*	background: transparent;*/
}

.metric-report-widget .report-title-cell table tr td,
.metric-report-widget .report-data-cell table tr td {
	/*height: 54px;*/
}

.metric-report-widget .report-title-cell .report-title-cell__option {
	font-style: italic;
	padding-left: 20px;
}


.goodcatch-analytics-widget .report-title-cell table tr td,
.goodcatch-analytics-widget .report-data-cell table tr td {
	height: 36px;
}

.goodcatch-analytics-widget .ag-root .ag-row {
	transition: height 0.2s, transform 0.2s, background-color 0.1s;
}

.goodcatch-analytics-widget .report-title-cell .report-title-cell__option {
	font-style: italic;
	padding-left: 20px;
}

.a3-metric-historical .block-link {
	padding: 6px 12px;
}

.a3-metric-historical .block-link span {
	visibility: hidden;
	text-decoration: none;
}

.a3-metric-historical .block-link:hover span {
	visibility: visible;
}

div:focus button:focus {
	background-color: #0d8b18;
}

.nav-selected {
	background-color: #0d8b18;
}

label.btn-link:focus[tabindex="-1"] {
	background-color: #b3d4fc;
}

.tree-selection-mode {
	padding-left: 0px;
}

.tree-selection-mode .checker {
	display: none;
}



.org-select-container .visible-to-actions {
	display: none;
}

.org-select-container .map-entry:hover {
	background-color: #f1f5f8;
}

.org-select-container .map-entry-highlight {
	background-color: #f5f5f5 !important;
}
.org-lookup-container .portlet.light {
	box-shadow: none;
}
@media (min-width: 992px) {
	.org-select-container {
		min-height: 150px;
	}
	.org-lookup-container {
		position: sticky;
		top:65px;
	}
}
.card-analytics-widget .js-chart-container {
	margin: 0 -15px;
}

.cards-body-toggle {
	display: none;
}
@media(max-width: 767px) {
	.cards-body-toggle {
		display: flex;
		white-space: normal;
    	padding: 0px;
    	flex-flow: row wrap;
    	row-gap: 0;
	}
}
.cards-body-toggle:before {
	content:"Hide ";
	display: inline;
}
.widget-collapsed .cards-body-toggle:before {
	content:"Show ";
}

.progress-tint {
	background-color: #9acfea;
	background-blend-mode: multiply;
}

.version {
/*	opacity: 20%;*/
}

*:focus {
/*	outline: 1px solid red!important;*/
/* for debugging focus */
}

.table-sticky-header {
	position: sticky;
	top: 0;
}
.table-sticky-header th {
	background-color: #fff;
}
.customer-metric-list-table .table.fixed-table-header > thead > tr > th {
	position: sticky;
	top: 0;
}

.gantt_link_control {
	display:none;
}

.gantt_task_line.project_no_progress > div.gantt_task_progress_drag {
	display:none!important;
}

/*#gantt-wrapper > div > div.gantt_layout_cell.gantt_layout.gantt_layout_x.gantt_layout_cell_border_transparent.gantt_layout_cell_border_bottom > div.gantt_layout_cell.timeline_cell.gantt_layout_outer_scroll.gantt_layout_outer_scroll_vertical.gantt_layout_outer_scroll.gantt_layout_outer_scroll_horizontal > div > div > div.gantt_data_area > div.gantt_bars_area > div:nth-child(10) > div.gantt_task_progress_drag*/

.qsc-list-table .table.fixed-table-header > thead > tr > th,
.gc-list-view .table.fixed-table-header > thead > tr > th {
	position: sticky;
	top: 0;
}

.ag-cell-wrapper .mce-content-body {
	word-break: break-word !important;
	line-height: 1.3 !important;
	display: block !important;
}


#js-courses-library-placeholder {
	height: calc(100vh - 220px);
}

#js-communications-list-placeholder {
	height: calc(100vh - 220px);
}

.courses-library-table .ag-root .ag-row {
	transition: height .3s, transform .3s, background-color 0.1s;
}


.courses-library-table .report-title-cell table tr td,
.courses-library-table .report-data-cell table tr td {
	height: 54px;
}

.courses-library-table .report-title-cell .report-title-cell__option {
	padding-left: 2em;
}

.courses-library-table .report-title-cell .report-title-cell__total {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.courses-library-table .report-title-cell .report-title-cell__total .expander {
	display: inline-block;
	transition: transform .3s;
	opacity: 50%;
	margin-right: 1em;
}

.courses-library-table .report-title-cell .report-title-cell__total .expander.open {
	transform: rotate(90deg);
}

.courses-library-table.portlet .ag-theme-alpine .ag-root .ag-header {
	background-color: #00000000;
}

.communications-group-table.portlet .ag-theme-alpine .ag-root .ag-header,
.communications-list-table.portlet .ag-theme-alpine .ag-root .ag-header {
	background-color: #00000000;
}

.lesson-media {
	padding: 5px;
}

.lesson-media .tab-content {
	position: relative !important;
	height: auto !important;
	width: auto !important;
}

.media-compact-controls .list-inline.versions {
	display: flex;
	align-items: center;
}

.media-compact-controls .list-inline.versions .attach-li .icon {
	font-size: 20px;
}

.media-compact-controls .list-inline.versions .link-download {
	margin-left: auto;
}

.media-compact-controls .list-inline.versions .link {
	padding: 0;
}

.trainings-tab .training-sections .item-content {
	padding: 0 10px !important;
}

.form-control-static.gantt-config .btn-group {
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}
.form-control-static.gantt-config .btn-group .btn {
	margin-bottom: 5px;
	margin-top: 0;
	margin-left: 2px;
	float: left;
	padding: 0px 4px 0px 4px;
	border: 1px solid transparent;
	border-radius: 3px!important;
	line-height: 18px;
}

.form-control-static.gantt-config .btn-group .btn:not(.btn-link):hover {
	border: 1px solid;
}

.form-control-static.gantt-config .btn-group .btn.btn-link {
	color: #0e76a8;
}


.my-communities.portlet.light .portlet-body .panel-group .panel {
	box-shadow: none;
}

.manage-courses-programs.portlet.light .dropdown-qsc .scroll-body {
	min-width: 440px;
	max-height: calc(100vh - 300px);
	overflow-y: auto;
}

.collapsible-node {
	display: flex;
}

.collapsible-node .mt-checkbox {
	margin-top: 0!important;
}

.manage-courses-programs.portlet.light .dropdown-qsc .scroll-body .collapsible-node .caret {
	margin-right: 0.5em;
}

.manage-courses-programs.portlet.light .dropdown-qsc .scroll-body  .collapsible-node .caret:before {
	vertical-align: unset;
}

.my-communities.portlet.light .dropdown-qsc .scroll-body {
	min-width: 440px;
	max-height: calc(100vh - 340px);
	overflow-y: auto;
}

.my-communities.portlet.light .dropdown-qsc .scroll-body  .collapsible-node .caret:before {
	vertical-align: unset;
}

.my-communities.portlet.light .dropdown-qsc .scroll-body .collapsible-node .caret {
	margin-right: 0.5em;
}

.course-edit-page .owner-block .scroll-body {
	max-height: calc(100vh - 300px);
	overflow-y: auto;
}

.courses-library-table .editable-textarea + .editable-text {
	width: 100%;
}

.courses-library-table .editable-textarea + .editable-text input {
	width: 100%;
	letter-spacing: 0.2px;
}

.courses-library-table .editable-textarea, .courses-library-table .editable-textarea > pre {
	height: 34px;
	overflow: hidden;
}

.courses-library-editor .communication-users-list .ui-select-container {
	height: 100%;
}

.courses-library-editor .communication-users-list .ui-select-container > div {
	height: 100%;
	overflow-y: auto;
}

.select-match.communication-qsc {
	max-width: 49%;
}

.my-column-header-45 {
	transform: rotate(-45deg);
	transform-origin: left;
	width: 200px !important;
	height: 50px !important;
}

.communications-group-table .ag-header-container {
	min-width: 100%;
}

.communications-group-table .ag-header-row {
	min-width: 100%;
}

.communications-group-table .ag-header-cell {
	/*min-width: 100%;*/
	display: flex;
	align-items: end;
}

.communications-group-table .ag-header-cell.my-column-header-45 {
	/*max-width: 250px;*/
	white-space: nowrap;
	/*transform: rotate(45deg);*/
}

.communications-group-table .ag-header-row {
	display: flex;
	align-items: flex-end;
}

.communications-group-table .ag-header-cell.my-column-header-45 .ag-sort-indicator-container {
	transform: rotate(45deg);
}

.communications-group-table .status-cell {
	width: 20px;
	height: 20px;
	margin: 5px;
}

.communications-group-table .status-cell.status-past-due {
	background: #f66262;
	color: rgb(255, 240, 240)
}

.communications-group-table .status-cell.status-done {
	background: #82d082;
	border: solid 1px rgba(130, 208, 130, 0.32);
	color: white;
}

.communications-group-table .status-cell.status-todo {
	color: rgba(130, 208, 130, 0.28);
	font-weight: 400;
	background: #fafffa;
	border: solid 1px rgba(130, 208, 130, 0.32);
}

.communications-group-table .status-cell.status-past-due i {
	margin: 0 4px;
	line-height: 20px;
}

.communications-group-table .status-cell.status-done i {
	margin: 1px;
	font-size: 16px;
	font-weight: 800;
}

.communications-group-table .dropdown-qsc {
	width: 300px;
	max-height: calc(100vh - 210px);
	overflow-y: auto;
}

.communications-list-table .status-cell {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px;
}

.communications-list-table .status-cell i {
	margin-right: 0.3em;
}

.communications-list-table .status-cell.status-past-due {
	background: rgba(246, 98, 98, 0.09);
	color: #f66262;
	border: solid 1px rgba(246, 98, 98, 0.2);;
}

.communications-list-table .status-cell.status-done {
	background: #fafffa;
	border: solid 1px rgba(130, 208, 130, 0.32);
	color: #44a244;
}

.communications-list-table .status-cell.status-todo {
	background: transparent;
	border: solid 1px rgba(84, 180, 84, 0.52);
}

.communications-library-editor .gc-dropzone {
	display: none;
}

.communication-description {
	word-break: break-word;
}

.communication-group-custom-header .group-link {
	text-decoration: none;
	transform: rotate(45deg);
}

.communication-group-custom-header .ag-header-icon {
	transform: rotate(45deg);
}


.reporting-to.panel-grid {
	margin: 5px 0 5px 5px;
	display: grid;
	align-content: start;
	align-items: start;
	justify-content: flex-start;
	grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
	grid-auto-flow: column;
	height: calc(100% - 51px);
	width: 100%;
	gap: 7px;
}

.panel-column {
	padding: 0;
	display: flex;
	flex-direction: column;
	margin-top: 4px;
	height: 100%;
	border: 1px solid #dddddd;
}

.panel-list {
	padding: 4px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	/*margin-top: 4px;*/
}

.panel-item {
	background-color: #d2deee;
	padding: 4px;
	transition: background-color .8s ease-out;
	margin-top: 4px;
}

.panel-item:hover {
	background-color: #fff;
	transition: background-color .1s ease-in;
}

.panel-item:nth-of-type(even) {
	background-color: #eaeff7;
}

.panel-item > .escalations-count {
	text-align: right;
	color: #1473e1;
}


.noUi-connect {
    background: #4c8ec0!important;
}

/*layout refactoring wip*/

.page-sidebar-wrapper,
.right-sidebar-wrapper {
	/*position: absolute;
	top: 0;
	z-index: 1010;*/
	top:0;
}
.quick-sidebar-toggler {
	top: 0;
	height: 100vh!important;
}
.quick-sidebar-toggler .panel-toggler {
	border-top: 0;
    border-bottom: 1px solid #e5e5e5;
    line-height: 44px;
    vertical-align: middle;
    height: 65px;
}


@media(min-width:992px) {
	.page-header {
		transition: top 0.2s ease-in-out;
		/*	z-index: 1010;*/
		z-index: 1039;
	}
	.sidebar-title {
		width: 240px;
	}
	.page-sidebar-closed .sidebar-title {
		width: 54px;
	}
	.sidebar-title .logo-gc-default-short,
	.page-sidebar-closed .sidebar-title .logo-gc-full {
		display: none;
	}
	.sidebar-title .logo-gc-full,
	.page-sidebar-closed .sidebar-title .logo-gc-default-short {
		display: inline-block;
	}
}
.page-content .page-content.pager-panel {
	z-index: 1039;
}

.average-rating-container {
	width: 92px !important;
}

.aggregation-type .help-block.text-danger {
	position: absolute;
	top: 30px;
}

div[disabled].survey-schedule {
	pointer-events: none!important;
	opacity: 0.6;
}

.landing-container {
	max-width: 540px;
	margin: 30px auto;
}

.btn-lg-profile {
	font-weight: 600!important;
	font-size: 26px;
	padding: 20px!important;
}

.metric-report-widget .ag-header-cell .ag-header-cell-resize {
	right: -4px;
}

.metric-report-widget .ag-header-cell .ag-header-cell-resize::after {
	background-color: unset;
}

.selection-cell.disabled,
.selection-cell.disabled .mt-checkbox,
.selection-cell.disabled input[type="checkbox"] {
	cursor: not-allowed;
	pointer-events: auto;
	opacity: 0.6;
}


.ag-root-wrapper-body.ag-layout-normal {
	height: 100%!important;
}


.customer-metric-analysis-widget .table.table-light>tbody>tr>td {
	vertical-align: middle;
}

.customer-metric-analysis-widget .table.table-light.show-total>tbody>tr:nth-last-child(2)>td {
	border-bottom: 1px solid #bbb7b7;
}

.customer-metric-analysis-widget .table.table-light.show-total>tbody>tr:last-child>td:first-child {
	font-weight: 600;
}

.gantt-wrapper {
	overflow-y: auto;
	display: block;
}

.page-ul {
	position: relative;
	list-style-type: none;
	margin: 50px auto 10px auto;
}

.page-li {
	display: inline;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 3px;
	margin-left: 5px;
	user-select: none;
	color: #3f81b3;
}

.page-li:hover {
	text-decoration: underline;
}

.page-li.active {
	cursor: default;
	color: inherit!important;
}

.widget-info .heading .btn {
	width: 150px;
}

metric-options-editor .minicolors {
	width: 100%;
}

.palette-picker .popover {
	max-width: 500px !important;
	border-radius: 5px;
}

.palette-picker .w-color-colorful {
	border-radius: 2px 2px 0 0 !important;
	height: 160px !important;
}

.palette-picker .w-color-interactive > div {
	width: 16px !important;
	height: 16px !important;
	border: solid 1px white !important;
	transform: translate( -8px, -8px) !important;
}

.palette-picker .w-color-hue {
	height: 16px !important;
	border-radius: 0 0 2px 2px !important;
}

.palette-picker .w-color-hue > div{
	border-radius: 0 0 2px 2px !important;
}

.palette-picker .presets {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.palette-picker .presets .preset-row {
	display: flex;
	gap: 6px;
}

.palette-picker .presets .preset-row .preset-item {
	width: 20px;
	height: 15px;
	border-radius: 3px;
	border: solid 1px #a9a9a9;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.palette-picker .presets .preset-row .preset-item.dark {
	color: white;
}

.palette-picker .color-icon {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 2;
	border: 1px solid lightgrey;
	border-radius: 3px;
	cursor: default;
}

.palette-picker .palette-color-input {
	text-transform: uppercase;
}

.palette-picker .close-button {
	display: flex;
	position: absolute;
	right: 8px;
	top: 5px;
	color: grey;
	cursor: pointer;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
}

.palette-picker .close-button:hover {
	background-color: #ececec;
}

.alias-popover .close-button {
	position: absolute;
	right: 8px;
	top: 8px;
}

.alias-popover .alias-input {
	position: relative;
}

.alias-popover .alias-input input {
	padding-right: 20px;
}

.alias-popover .alias-input .clear-button{
	position: absolute;
	right: 8px;
	top: 8px;
	opacity: .5;
}

.x-close-button {
	display: flex;
	color: grey;
	cursor: pointer;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
}

.x-close-button:hover {
	background-color: #ececec;
}

.x-round-button {
	display: flex;
	flex: 0 0 24px;
	color: grey;
	cursor: pointer;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
}

.x-round-button:hover {
	background-color: #ececec;
}

.location-items-list.rearrange-item {
	display: flex;
	padding-right: 40px;
}

.location-items-list.rearrange-item .remove-item-btn {
	left: unset;
	right: 15px;
	top: 10px;
}

.wx-todo_menu .menu .item[data-id="addSubtask"],
.wx-todo_menu .menu .item[data-id="indent"],
.wx-todo_menu .menu .item[data-id="unindent"],
.wx-todo_menu .menu .item[data-id="copy"],
.wx-todo_menu .menu .item[data-id="paste"],
.wx-todo_menu .menu .item[data-id="duplicate"]
{
	display: none;
}

.borderless-addon {
	padding-top: 0!important;
	padding-bottom: 0!important;
	border: none!important;
}

.btn-transparent {
	background-color: transparent!important;
}

.inline-archive-task {
	font-size: 22px;
}

.node-row {
	display: flex;
	flex-wrap: nowrap;
/*	width: 100%;*/
	/*justify-content: space-between;*/
}

.node-cell {
	display: flex;
	flex-basis: 100%;
	flex-grow: 1;
}

.node-cell-last {
	margin-left: auto;
/*	flex: 0 1 10%;*/
}

.node-cell-last .dropdown.btn-group {
	float: right!important;
}

.node-details .inline-edit-form {
	width: 100%;
}

.node.inline-edit-open>.node-cell-last {
	display: none;
}

.margin-right-0 {
	margin-right: 0!important;
}

.dashboard-widget .sortby-filter {
	margin-bottom: 0;
}

.tiered-huddle-map {
	min-height: 200px;
}

.tiered-huddle-map .portlet-tools.search-icon .dropdown-menu .form-control {
	width: 100%;
}

.tiers-list .editable-container {
	width: 200px;
}

.tiers-list .palette-picker .color-icon {
	left: 0px;
}

.tiers-list .palette-picker {
	float: left;
	margin-left: 50px;
	position: relative;
}

.tiers-list .palette-picker input {
	margin-left: 40px;
}

.tiered-huddle-map .visible-to-actions {
	display: none;
}

.tiered-huddle-map .collapsible-panel>button.map-entry {
	display: none;
}

.tiered-huddle-map .collapsible-node {
	left: -30px;
}
.tiered-huddle-map .collapsible-node .caret:before { 
	line-height: 40px;
}

.tiered-huddle-map .node-icon>span {
	font-size: 2em;
	margin: 0px 10px 0px 10px;
}

.tiered-huddle-map span>i {
	padding: 3px 7px 0px 7px;
}

.thm-row {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.tiered-huddle-map .map-entry-highlight {
	background-color: #cfecf7;
}

.tiered-huddle-map .scroll-body>.collapsible-panel {
	max-height: 600px;
}

.tiered-huddle-map .tabs .portlet-title {
	display: none;
}

.transparent-white-id {
	color: transparent!important;
}


user-select .ui-select-container {
	width: 100%; }

user-select .ui-select-bootstrap .ui-select-match {
	display: block !important; }

user-select .ui-select-bootstrap > .ui-select-choices {
	z-index: 9999;
	margin-top: 0; }

.severity-select user-select .select2-container .ui-select-choices-row,
.severity-select user-select .select2-container .select2-choice {
	padding-right: 33px;
	padding-left: 40px; }

user-select .select2-container .select2-default {
	padding: 9px 15px !important; }

user-select .select2-container .select2-choice {
	height: auto;
	padding: 9px 15px;
	border-radius: 3px;
	background-image: none;
	font-size: 15px;
	display: block; }
user-select .select2-container .select2-choice .select2-arrow {
	border-left: none;
	background: transparent !important; }
user-select .select2-container .select2-choice .select2-arrow b {
	position: absolute;
	top: 9px;
	right: 12px;
	background: none;
	width: auto;
	height: auto;
	background-image: none !important; }
user-select .select2-container .select2-choice .select2-arrow b:before {
	content: "";
	display: inline-block;
	border: 0;
	font-family: "ch";
	font-style: normal;
	font-weight: normal;
	font-size: 15px; }
user-select .select2-container .select2-choice > .select2-chosen {
	margin-right: 0;
	white-space: normal;
	/*remove this line to make select 44px high*/ }

user-select .select2-container.select2-container-disabled .select2-choice .select2-arrow {
	background-color: transparent; }

user-select .badge {
	position: absolute;
	left: 12px;
	height: 21px;
	width: 21px;
	padding: 4px 6px; }

user-select .select2-drop {
	color: inherit;
	border-radius: 0 0 3px 3px; }
user-select .select2-drop .select2-search {
	padding: 6px; }
user-select .select2-drop .select2-search input {
	padding: 5px 10px;
	font-family: "Open Sans", sans-serif;
	border-radius: 3px;
	border-color: #cccccc;
	background: none; }
user-select .select2-drop .select2-search input:focus {
	border-color: #4c8ec0; }

user-select .select2-drop-active {
	border: none;
	margin-top: 1px;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1); }

user-select .select2-results {
	/*max-height: none;*/
	max-height: 400px;
	margin: 0;
	padding: 0; }
user-select .select2-results:focus {
	outline: none; }
user-select .select2-results .ui-select-choices-row {
	padding: 9px 15px;
	line-height: 20px; }
user-select .select2-results .select2-result-label {
	padding: 0; }

user-select .select2-chosen .badge {
	top: 9px; }

user-select .select2-chosen.ng-hide {
	display: block !important; }

.user-select .select2-container .select2-choice {
	border-color: #cccccc;
	color: #829596; }
.user-select .select2-container .select2-choice .select2-arrow b {
	color: #3e4349; }
.bootstrap-select.btn-group > .btn.disabled,
user-select .select2-container-disabled .select2-choice {
	padding: 0;
	margin: 0;
	border: 0;
	height: auto; }

user-select[disabled] .select2-container .select2-choice {
	border-color: transparent;
	color: inherit; }
user-select .select2-container-disabled .badge {
	left: 0;
	top: 0; }

.user-role-badge {
	pointer-events: auto !important;
	border-bottom: 0!important;
}
body > #js-card-portal-test,
body > #js-dnd-context-portal-test {
	height: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.add-widget-icon {
	position: relative;
}
.add-widget-icon .ch-plus-alt {
	position: absolute;
    bottom: -2.5px;
    right: -2px;
    font-size: 9px!important;
    background: #fff;
    line-height: 1!important;
    font-weight: 900;
    padding: 2px;
}

.a3-list-view .table.fixed-table-header > thead > tr > th {
	position: sticky;
	top: 0;
}

.a3-tag-list .a3-list-view {
	height: 100%;
}

.a3-tag-list .a3-list-view .fixed-table-header-wrapper {
	max-height: unset;
}

.header-extension.a3-tag-list-header {
	visibility: visible;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
}

.tag-period-dd>span {
	display: block;
	float: right;
	margin-left: 5px;
}

.tag-name .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: auto;
}

.tag-bs.open.bootstrap-select {
	width: 150px !important;
}

.tag-name button.dropdown-toggle,
		.tag-name button:hover,
		.tag-name button:focus {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #FFF;
	border-bottom: 1px dashed !important;
	padding: 0px;
	margin: 0px;
	min-height: 20px;
	height: 20px;
}

.tag-name button>.bs-caret {
	visibility: hidden;
}

.tag-list .close {
	top: -12px;
}

.tag-list .clone {
	bottom: -12px;
}

.app-version {
	position: fixed;
	bottom: 0px;
	left: 10px;
	z-index: 10000;
	font-size: 0.7em;
	background-color: white;
	border-radius: 5px 5px 0px 0px;
	opacity: 50%;
}

.metric-chart .js-plotly-plot .plotly div {
	max-height: unset;
}

.program-customer-metrics .cwid-cell .remove-item-btn {
	left:0;
}


.below-30 {
	background-color: #f2dede!important;
}

/*div[id^='okr-slider'] {*/
/*	height: 10px;*/
/*}*/

/*div[id^='okr-slider'] .noUi-connects {*/
/*	background: #c0392b;*/
/*}*/

/*div[id^='okr-slider'] .noUi-handle {*/
/*	height: 18px;*/
/*	width: 18px;*/
/*	top: -5px;*/
/*	right: -9px; !* half the width *!*/
/*	border-radius: 9px;*/
/*}*/

.add-user-dlg .user-option {
	display: inline-block;
	padding: 0 5px;
}

.add-user-dlg .user-option.selected {
	background: #e8f6ff;
	border-radius: 0.5em
}

.qsc-option {
	display: inline-block;
	margin: 0.5em;
}

.qsc-option.qsc-primary {
	font-weight: 600
}

.qsc-option.qsc-secondary {
	background: white;
	color: #424242;
	margin: 0 0.5em;
	line-height: 1.7;
}

.qsc-option.qsc-secondary .ch-cross {
	color: rgba(255, 0, 0, 0.3);
	/*display: none;*/
}

.qsc-option.qsc-secondary:hover .ch-cross {
	color:red;
	display: inline-block;
}

.document-team-members .alert.alert-metadata {
	min-width: 190px;
}

.document-team-members {
	flex-wrap: wrap;
}

.dashboard .board-locked .dashboard-widget .portlet-tool-icon-btn.ignore-lock {
	display: inherit;
}

.flex-rest {
	flex-grow: 1 !important;
}

.font-smaller {
	font-size: 15px!important;
	font-weight: 600!important;
}

.sp-cell.plan-wip {
	background-color: #f9cb9c;
}

.sp-cell.plan-done {
	background-color: #D3FEC9;
}

.sp-cell.plan-overdue {
	background-color: #a94442;
}

.font-bigger {
	font-size: 24px;
	font-weight: 600;
}

.mrt-table-cell {
	overflow: visible !important; /* Разрешаем отображение за пределами ячейки */
}

.btn-cell {
	visibility: hidden;
}

.btn-cell-container:hover .btn-cell {
	visibility: visible;
}

.btn-cell-container:focus .btn-cell {
	visibility: visible;
}

.tree-cell-content {
	display: flex;
	align-items: center;
	width: 100%;
}

/* Existing CSS content */

/* Custom class for inactive document statuses */
.status-inactive td:not(:last-child) {
	opacity: 0.6;
	color: #777;
}

.status-inactive td:not(:last-child) input,
.status-inactive td:not(:last-child) textarea,
.status-inactive td:not(:last-child) select,
.status-inactive td:not(:last-child) .ui-select-container {
	background-color: #f9f9f9;
}

/* Ensure buttons in the last column remain fully interactive */
.status-inactive td:last-child {
	opacity: 1;
}
.qsc-list-table .qsc-list-cell .editable-text {
	white-space: normal;
}

.qsc-list-table .qsc-list-cell .editable-input {
	position: absolute;
	left: 0;
	top: 0;
}

.qsc-list-table .qsc-list-cell .bootstrap-select {
	min-width: 100%;
	z-index: 2;
	background: white;
	position: absolute;
	left:0;
	top:0;
}

.select-inline-clean {
	width: 100px !important;
}

/*react-mentions line end text truncate in table cell. Doesn't work in scss!*/
.table .desc .mentionReadonlyWrapper .mentionReadonlyWrapper__highlighter {
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical!important;
}

.portlet-email {
	margin-bottom: 20px;
}

.email-preview-edit {
}

.submitted-by-anon {
	font-size: 0.8em;
	background-color: #AAFFAA;
	border-radius: 2px;
}

.badge-report-type-core {
	background: #f3e5f5;
	color: #7b1fa2;
	display: inline-block;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 500;
}

.export-report-editor {

	.wizard-tabs {
		display: flex;
		border-bottom: 2px solid #e0e0e0;
		background: #fafafa;
	}

	.wizard-tab {
		padding: 16px 24px;
		cursor: pointer;
		position: relative;
		font-weight: 500;
		color: #666;
		background: #fafafa;
		border: none;
		outline: none;
		font-size: 14px;
		font-family: inherit;
	}

	.wizard-tab:hover {
		background: #f0f0f0;
	}

	.wizard-tab.active {
		background: white;
		color: #2196f3;
		border-bottom: 2px solid #2196f3;
		margin-bottom: -2px;
	}

	.wizard-tab:last-child {
		border-right: none;
	}

	.tab-content {
		min-height: 400px;
		padding: 20px 0;
	}

	.navigation-buttons {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
		padding-top: 20px;
		border-top: 1px solid #e0e0e0;
	}
}

@media (max-width: 768px) {
	.wizard-tabs {
		flex-direction: column;
	}

	.wizard-tab {
		border-right: none;
		border-bottom: 1px solid #e0e0e0;
	}

	.wizard-tab:last-child {
		border-bottom: none;
	}
}

.report-basic-info-tab {
	.form-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10%;
		margin-bottom: 30px;
	}

	.form-section {
		margin-bottom: 30px;
	}

	.form-section-title {
		font-size: 16px;
		font-weight: 500;
		color: #333;
		margin-bottom: 20px;
	}

	.hour-block-container {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 8px;
		margin-bottom: 8px;

		.btn.selected {
			background: #2196f3;
			color: white;
			border-color: #2196f3;
		}
	}

	textarea.form-control {
		resize: vertical;
		min-height: 80px;
	}

	@media (max-width: 768px) {
		.form-grid {
			grid-template-columns: 1fr;
			gap: 20px;
		}

		.hour-block-container {
			grid-template-columns: repeat(3, 1fr);
		}
	}

	@media (max-width: 480px) {
		.hour-block-container {
			grid-template-columns: repeat(2, 1fr);
		}
	}
}

.report-core-package-tab {
	.form-section {
		margin-bottom: 30px;
	}

	.form-section-title {
		font-size: 16px;
		font-weight: 500;
		color: #333;
		margin-bottom: 20px;
	}

	.field-list {
		border: 1px solid #ddd;
		border-radius: 4px;
		max-height: 400px;
		overflow-y: auto;
		background: #fff;
	}

	.field-item {
		padding: 12px 16px;
		border-bottom: 1px solid #f0f0f0;
		display: flex;
		align-items: center;
		transition: background 0.2s;
	}

	.field-item:hover {
		background: #f8f9fa;
	}

	.field-item:last-child {
		border-bottom: none;
	}

	.field-item input[type="checkbox"] {
		margin-right: 12px;
	}

	.field-info {
		flex: 1;
	}

	.field-name {
		font-weight: 500;
		color: #333;
		margin-bottom: 2px;
	}

	.field-type {
		font-size: 12px;
		color: #666;
	}

	@media (max-width: 768px) {
		.field-list {
			max-height: 300px;
		}
	}
}

.report-configure-output-tab {

	.form-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10%;
		margin-bottom: 30px;
	}

	.core-export-info {
		background: #f8f9fa;
		padding: 16px;
		border-radius: 4px;
		margin-bottom: 20px;
	}

	.core-export-info .info-title {
		font-weight: 500;
		margin-bottom: 12px;
		color: #333;
	}

	.file-list {
		margin: 0;
		padding-left: 20px;
		color: #555;
	}

	.file-list li {
		margin-bottom: 4px;
		font-size: 14px;
	}

	.report-preview {
		background: #f8f9fa;
		padding: 20px;
		border-radius: 4px;
		font-size: 14px;
		line-height: 1.6;
		color: #333;
	}

	.preview-section {
		margin-bottom: 16px;
	}

	.preview-section:last-child {
		margin-bottom: 0;
	}

	.preview-title {
		font-weight: 500;
		margin-bottom: 8px;
	}

	.preview-files {
		font-family: 'Monaco', 'Menlo', monospace;
		font-size: 13px;
		color: #555;
		margin-bottom: 8px;
	}

	.preview-files div {
		margin-bottom: 2px;
	}

	.date-range-group {
		display: block;
	}

	.date-range-group.hidden {
		display: none;
	}

	@media (max-width: 768px) {
		.form-grid {
			grid-template-columns: 1fr;
			gap: 16px;
		}
	}
}

.report-review-save-tab {
	.form-section {
		margin-bottom: 30px;
	}

	.form-section-title {
		font-size: 16px;
		font-weight: 500;
		color: #333;
		margin-bottom: 20px;
	}

	.review-container {
		background: #f8f9fa;
		padding: 20px;
		border-radius: 4px;
		border: 1px solid #e0e0e0;
	}

	.review-section {
		margin-bottom: 24px;
	}

	.review-section:last-child {
		margin-bottom: 0;
	}

	.review-section-title {
		font-size: 16px;
		font-weight: 500;
		color: #333;
		margin-bottom: 12px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 6px;
	}

	.review-item {
		margin-bottom: 8px;
		display: flex;
		align-items: flex-start;
		gap: 8px;
	}

	.review-item:last-child {
		margin-bottom: 0;
	}

	.review-label {
		font-weight: 500;
		color: #555;
		min-width: 140px;
		flex-shrink: 0;
	}

	.review-value {
		color: #333;
		flex: 1;
	}
	.tag-display {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		margin-top: 4px;
	}

	.edit-link {
		color: #2196f3;
		text-decoration: none;
		font-size: 13px;
		cursor: pointer;
		margin-left: 8px;
	}

	.edit-link:hover {
		text-decoration: underline;
	}

	.section-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 12px;
	}

	@media (max-width: 768px) {
		.review-item {
			flex-direction: column;
			gap: 4px;
		}

		.review-label {
			min-width: auto;
		}

		.section-header {
			flex-direction: column;
			align-items: flex-start;
			gap: 8px;
		}
	}
}

.tag-search-match {
	background-color: #fff3cd !important;
	border: 1px solid #ffeaa7 !important;
	border-radius: 3px;
}

#tagsAccordion .map-entry {
	display: flex;
	align-items: center;
}

#tagsAccordion .map-entry .caret {
	flex-shrink: 0;
	margin-right: 5px;
	align-self: center;
	display: flex;
	align-items: center;
	height: 100%;
}

#tagsAccordion .map-entry:not(.has-children):before {
	content: "";
	display: inline-block;
	width: 15px;
	margin-right: 5px;
	flex-shrink: 0;
}
#tagsNavigatorTree .map-entry {
	display: flex;
	align-items: center;
}

#tagsNavigatorTree .map-entry .caret {
	flex-shrink: 0;
	margin-right: 5px;
	align-self: center;
	display: flex;
	align-items: center;
	height: 100%;
}

#tagsNavigatorTree .map-entry:not(.has-children):before {
	content: "";
	display: inline-block;
	width: 15px;
	margin-right: 5px;
	flex-shrink: 0;
}

.tag-favorite-star {
	opacity: 0;
	transition: opacity 0.2s ease;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	padding: 2px 4px;
	border-radius: 3px;
	color: #a6a6a6;
	z-index: 2;
}

.tag-favorite-star:hover {
	background-color: #f5f5f5;
	color: #f39c12;
}

.map-entry:hover .tag-favorite-star {
	opacity: 1;
}

.tag-favorite-star.ch-star-filled {
	opacity: 1;
	color: #f39c12;
}

.tag-favorite-star.ch-star-filled:hover {
	color: #e67e22;
}

.tag-favorite-star.ch-star-empty {
	color: #a6a6a6;
}

.collapsible-node.map-entry {
	position: relative;
}

