/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

body,
button,
input,
select,
textarea,
.ui-widget,
.select2-container,
.select2-dropdown {
	font-family: "Poppins", Arial, sans-serif;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*.image-holder:hover {
    opacity: 1;
    transition: opacity 1s, background 1s;
    background: #EBEFF7;
}*/

.image-readonly {
    opacity: 0.5;
}
.modal-90x100 {
	width: 90% !important;
}

/* IDEA-4296: authenticated layout left sidebar */
.app-body {
	margin-bottom: 0;
	height: 100vh;
	overflow: hidden;
}

.app-body.modal-open {
	overflow: hidden;
	padding-right: 0 !important;
}

.app-body .app-shell {
	display: flex;
	height: 100vh;
	min-height: 0;
	min-width: 1280px;
	background-color: #f7f8fa;
	overflow: hidden;
}

.app-body .app-sidebar {
	width: 244px;
	min-width: 244px;
	height: 100vh;
	padding: 24px 14px 20px;
	display: flex;
	flex-direction: column;
	background: linear-gradient(180deg, #f0f0f0 46.32%, #c4cbd2 100%);
	box-shadow: inset -1px 0 0 rgba(82, 99, 114, 0.2);
	overflow: hidden;
	position: sticky;
	top: 0;
}

.app-body .app-sidebar > * + * {
	margin-top: 24px;
}

.app-body .app-sidebar-logo {
	width: auto;
}

.app-body .app-sidebar-logo-link {
	display: block;
	text-align: center;
}

.app-body .app-sidebar .app-logo,
.app-body .app-sidebar .app-logo-FMP {
	margin: 0 auto;
	float: none;
}

.app-body .app-sidebar .td-menu-container {
	width: 100%;
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.app-body .app-sidebar .td-menu-container::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.app-body .app-asset-panel {
	width: 100%;
	margin-bottom: 16px;
	border: 1px solid rgba(82, 99, 114, 0.45);
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.22);
	overflow: hidden;
}

.app-body .app-asset-toggle {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 44px;
	padding: 12px 16px;
	border: 0;
	background: transparent;
	color: #203040;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	text-decoration: none !important;
}

.app-body .app-asset-toggle:hover,
.app-body .app-asset-toggle:focus {
	background-color: rgba(32, 48, 64, 0.08);
	color: #203040;
	outline: none;
}

.app-body .app-asset-toggle-icon {
	width: 18px;
	margin-right: 12px;
	font-size: 16px;
	text-align: center;
}

.app-body .app-asset-toggle-text {
	display: inline-block;
}

.app-body .app-asset-toggle-caret {
	margin-left: auto;
}

.app-body .app-asset-body {
	display: none;
	padding: 8px;
}

.app-body .app-asset-panel.app-asset-panel-open .app-asset-body {
	display: block;
}

.app-body .app-asset-search {
	position: relative;
	margin-bottom: 8px;
}

.app-body .app-asset-search-input {
	width: 100%;
	padding: 8px 36px 8px 12px;
	border: 1px solid rgba(82, 99, 114, 0.4);
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.82);
	color: #203040;
	font-size: 14px;
}

.app-body .app-asset-search-input:focus {
	outline: none;
}

.app-body .app-asset-search-icon {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	color: #506070;
}

.app-body .app-asset-list {
	max-height: 210px;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.app-body .app-asset-list::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.app-body .app-asset-link {
	display: block;
	padding: 8px 12px;
	border-radius: 4px;
	color: #203040;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none !important;
}

.app-body .app-asset-link:hover,
.app-body .app-asset-link:focus,
.app-body .app-asset-link.active {
	background-color: rgba(32, 48, 64, 0.12);
	color: #203040;
}

.app-body .app-sidebar-actions {
	width: 100%;
	flex-shrink: 0;
}

.app-body .app-sidebar-actions > * + * {
	margin-top: 8px;
}

.app-body .app-primary-menu {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	min-width: 0;
}

/* Inline Lucide SVG icons used across the sidebar */
.app-body .app-sidebar .lucide {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	stroke: currentColor;
	fill: none;
	vertical-align: middle;
}

.app-body .app-primary-icon .lucide,
.app-body .app-asset-toggle-icon .lucide,
.app-body .app-sidebar-action-icon .lucide {
	display: block;
	margin: 0 auto;
}

.app-body .app-asset-toggle-caret .lucide,
.app-body .app-primary-caret .lucide {
	width: 16px;
	height: 16px;
	transition: transform 0.15s ease;
}

.app-body .app-asset-search-icon .lucide {
	width: 16px;
	height: 16px;
}

/* Caret direction driven by expand/collapse state (JS toggles the state classes) */
.app-body .app-asset-panel.app-asset-panel-open .app-asset-toggle-caret .lucide,
.app-body .app-primary-menu-item.app-primary-menu-item-expanded .app-primary-caret .lucide {
	transform: rotate(180deg);
}

/* Collapse arrow flips when the sidebar is collapsed */
.app-body.app-sidebar-collapsed .app-sidebar-collapse .app-sidebar-action-icon .lucide {
	transform: scaleX(-1);
}

/* ---- Detail-page inner (tab) menus: Lucide icons + tighter, smaller styling ---- */
/* Inline SVG sizing inside any "*-tab-icon" span across the detail pages */
[class$="-tab-icon"] .lucide,
[class*="-tab-icon "] .lucide {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	stroke: currentColor;
	fill: none;
	vertical-align: middle;
}

/* Smaller font + reduced height/padding on the inner-menu links */
[class$="-tab-link"],
[class*="-tab-link "] {
	min-height: 34px !important;
	padding: 6px 10px !important;
	font-size: 13px !important;
	line-height: 17px !important;
}

/* Tighten the spacing between inner-menu items */
[class$="-local-nav-list"] > li + li,
[class*="-local-nav-list "] > li + li {
	margin-top: 1px !important;
}

/* Keep the icon gutter compact and consistent */
[class$="-tab-icon"],
[class*="-tab-icon "] {
	width: 17px !important;
	margin-right: 9px !important;
	font-size: 15px !important;
}

/* ---- Floating Save button (detail pages) ---- */
.app-floating-save {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 1030;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: #1E9FD0;
	color: #ffffff;
	box-shadow: 0 6px 18px rgba(30, 61, 89, 0.28);
	cursor: pointer;
	transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
}

.app-floating-save:hover,
.app-floating-save:focus {
	background-color: #1785b0;
	box-shadow: 0 8px 22px rgba(30, 61, 89, 0.34);
	color: #ffffff;
	outline: none;
}

.app-floating-save:active {
	transform: translateY(1px);
}

.app-floating-save .lucide {
	width: 24px;
	height: 24px;
	stroke: currentColor;
	fill: none;
}

/* Visually hide the original inline Save buttons on pages that opted into the floating
   Save, WITHOUT using display:none — the floating-save JS relies on jQuery :visible to
   decide whether the active tab has a Save, so the buttons must keep a layout box.
   Buttons hidden by their own logic (display:none / .hidden / .ReadButtonHide) still test
   as not-visible, so read-only tabs correctly show no floating button. */
.app-has-floating-save [data-role="save"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

.app-body .app-primary-menu-item {
	width: 100%;
	position: relative;
}

.app-body .app-primary-menu-item + .app-primary-menu-item {
	margin-top: 2px;
}

.app-body .app-primary-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-height: 36px;
	padding: 7px 14px;
	border-radius: 5px;
	color: #203040;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	text-align: left;
	text-decoration: none !important;
}

.app-body button.app-primary-link {
	border: 0;
	background: transparent;
	cursor: pointer;
}

.app-body .app-primary-icon {
	width: 18px;
	margin-right: 10px;
	font-size: 15px;
	text-align: center;
}

.app-body .app-primary-text {
	display: inline-block;
}

.app-body .app-primary-caret {
	margin-left: auto;
	font-size: 12px;
}

.app-body .app-primary-submenu {
	display: none;
	flex-direction: column;
	align-items: stretch;
	margin-top: 8px;
	padding-left: 0;
}

.app-body .app-primary-submenu-title {
	display: none;
}

.app-body .app-primary-menu-item.app-primary-menu-item-expanded .app-primary-submenu {
	display: flex;
}

.app-body .app-primary-submenu-link {
	display: block;
	width: 100%;
	padding: 8px 14px 8px 46px;
	border-radius: 8px;
	color: #203040;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	text-decoration: none !important;
}

.app-body .app-primary-submenu-link + .app-primary-submenu-link {
	margin-top: 4px;
}

.app-body .app-primary-submenu-link:hover,
.app-body .app-primary-submenu-link:focus {
	background-color: rgba(32, 48, 64, 0.08);
	color: #203040;
	outline: none;
}

.app-body .app-primary-submenu-link.active {
	background-color: rgba(32, 48, 64, 0.16);
}

.app-body .app-sidebar-action {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 44px;
	padding: 12px 16px;
	border: 0;
	border-radius: 5px;
	background: transparent;
	color: #203040;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	text-decoration: none !important;
}

.app-body .app-sidebar-actions .app-sidebar-action {
	min-height: 36px;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}

.app-body .app-sidebar-action:hover,
.app-body .app-sidebar-action:focus {
	background-color: rgba(32, 48, 64, 0.08);
	color: #203040;
	outline: none;
}

.app-body .app-sidebar-action-icon {
	width: 18px;
	margin-right: 12px;
	font-size: 16px;
	text-align: center;
}

.app-body .app-sidebar-actions .app-sidebar-action-icon {
	width: 16px;
	margin-right: 10px;
	font-size: 14px;
}

.app-body .app-sidebar-action-text {
	display: inline-block;
}

.app-body .app-primary-link:hover,
.app-body .app-primary-link:focus {
	background-color: rgba(32, 48, 64, 0.08);
	color: #203040;
}

.app-body .app-primary-link.menu-focus {
	box-shadow: none !important;
	padding-bottom: 12px !important;
	background-color: rgba(32, 48, 64, 0.16);
}

.app-body .app-primary-menu-item.app-primary-menu-item-expanded > .app-primary-link {
	box-shadow: none !important;
	padding-bottom: 12px !important;
	background-color: rgba(32, 48, 64, 0.16);
}

.app-body .app-sidebar-user {
	margin-top: auto;
	width: 100%;
	padding-right: 0;
	text-align: left;
}

.app-body .app-sidebar-user > .dropdown {
	position: relative;
	width: 100%;
}

.app-body .app-sidebar-user > .dropdown > a:not(.dropdown-toggle) {
	display: inline-block;
	margin-bottom: 12px;
}

.app-body .app-sidebar-user > .dropdown > .dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-right: 0;
	padding: 10px 16px;
	border: 1px solid #8f9fac;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.35);
	text-decoration: none !important;
}

.app-body .app-sidebar-user > .dropdown > .dropdown-toggle:before {
	content: "\e008";
	font-family: "Glyphicons Halflings";
	font-size: 16px;
	line-height: 1;
	margin-right: 12px;
}

.app-body .app-sidebar-user .navbarUserMenu {
	display: inline-block;
	text-align: left;
	color: #203040;
}

.app-body .app-sidebar-user .caret {
	margin-left: auto;
}

.app-body .app-sidebar-user .dropdown-menu {
	left: 0;
	right: 0 !important;
	min-width: 100%;
	margin-top: 8px;
}

.app-sidebar-flyout {
	display: none;
	position: fixed;
	z-index: 200;
	min-width: 240px;
	max-width: 320px;
	max-height: calc(100vh - 24px);
	padding: 16px;
	overflow-y: auto;
	border-radius: 12px;
	background-color: #ffffff;
	box-shadow: 0 12px 28px rgba(32, 48, 64, 0.18);
}

.app-sidebar-flyout.app-sidebar-flyout-open {
	display: flex;
	flex-direction: column;
}

.app-sidebar-flyout .app-primary-submenu-title {
	display: block;
	margin-bottom: 12px;
	color: #203040;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.app-sidebar-flyout .app-primary-submenu-link {
	display: block;
	padding: 8px 0;
	border-radius: 0;
	color: #203040;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none !important;
}

.app-sidebar-flyout .app-primary-submenu-link + .app-primary-submenu-link {
	margin-top: 2px;
}

.app-sidebar-flyout .app-primary-submenu-link:hover,
.app-sidebar-flyout .app-primary-submenu-link:focus {
	background-color: transparent;
	color: #1d5f96;
	outline: none;
}

.app-sidebar-flyout .app-primary-submenu-link.active {
	color: #163d5c;
	font-weight: 600;
}

.app-body .app-main {
	flex: 1;
	min-width: 0;
	min-height: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.app-body .app-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 84px;
	padding: 20px 32px;
	border-bottom: 1px solid #d8dfe5;
	background-color: #ffffff;
	flex-shrink: 0;
	position: sticky;
	top: 0;
	z-index: 20;
}

.app-body .app-topbar-title-region {
	flex: 1;
	min-width: 0;
}

.app-body .app-topbar-title {
	margin: 0;
	color: #203040;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.app-body .app-topbar-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: 24px;
}

.app-body .app-header-actions {
	display: flex;
	align-items: center;
}

.app-body .app-header-actions > * + * {
	margin-left: 12px;
}

.app-body .app-header-action {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #203040;
	text-decoration: none !important;
}

.app-body .app-header-action:hover,
.app-body .app-header-action:focus {
	background-color: rgba(32, 48, 64, 0.08);
	color: #203040;
	outline: none;
}

.app-body .app-header-action .glyphicon {
	font-size: 18px;
	line-height: 1;
}

.app-body .app-header-action-accent,
.app-body .app-header-action-muted {
	color: #ffffff;
}

.app-body .app-header-action-accent:hover,
.app-body .app-header-action-accent:focus,
.app-body .app-header-action-muted:hover,
.app-body .app-header-action-muted:focus {
	color: #ffffff;
}

.app-body .app-header-action-accent {
	background-color: #00b2e3;
}

.app-body .app-header-action-accent:hover,
.app-body .app-header-action-accent:focus {
	background-color: #0097c1;
}

.app-body .app-header-action-muted {
	background-color: #8f9fac;
}

.app-body .app-header-action-muted:hover,
.app-body .app-header-action-muted:focus {
	background-color: #7e8d99;
}

.app-body .app-header-action-badge {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 999px;
	background-color: #6b7279;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}

.app-body .app-header-language .dropdown-menu {
	right: 0;
	left: auto;
	margin-top: 8px;
}

.app-body .app-header-flag {
	display: block;
	width: 20px;
	height: auto;
}

.app-body .app-main .container {
	flex: 1;
	min-height: 0;
	margin-bottom: 0;
	padding: 24px 32px 24px;
	overflow-y: auto;
	overflow-x: hidden;
}

.app-body .app-main .body-content {
	padding-left: 0;
	padding-right: 0;
}

.app-body .app-main .sub-nav {
	text-align: left;
	margin-bottom: 16px;
}

.app-body .app-main .sub-nav .nav {
	display: flex;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-bottom: -8px;
}

.app-body .app-main .sub-nav .nav > li {
	float: none;
	margin-right: 8px;
	margin-bottom: 8px;
}

.app-body .app-main .sub-nav .nav > li > a {
	display: block;
	margin-bottom: 0;
	padding: 8px 14px;
	border-radius: 5px;
}

.app-body .app-main .sub-nav .nav-pills > li.active > a,
.app-body .app-main .sub-nav .nav-pills > li.active > a:hover,
.app-body .app-main .sub-nav .nav-pills > li.active > a:focus {
	background-color: rgba(32, 48, 64, 0.12);
	color: #203040;
}

.app-body .app-main .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 16px;
}

.app-body .app-main .breadcrumb > li + li:before {
	padding: 0 6px;
}

.app-body .app-main .titlePage {
	margin-top: 0;
}

.app-body .app-main .footer {
	position: static;
	width: auto;
	height: auto;
	margin-top: auto;
	padding: 0 32px 24px;
}

.app-body .app-main .footer .fixed-bottom {
	position: static;
	width: auto;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.app-body .app-main .footer-container {
	width: 100%;
}

.app-body .app-main .footer-container > p {
	margin-bottom: 0;
}

.app-body.app-sidebar-collapsed .app-sidebar {
	width: 88px;
	min-width: 88px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 40;
}

.app-body.app-sidebar-collapsed .app-sidebar-logo-link {
	display: block;
}

.app-body.app-sidebar-collapsed .app-sidebar .app-logo,
.app-body.app-sidebar-collapsed .app-sidebar .app-logo-FMP {
	width: 68px;
	height: 41px;
	background-image: url("/Content/Images/IDEA%20ASSET%20LOGO%20ALT.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.app-body.app-sidebar-collapsed .app-sidebar {
	overflow: visible;
}

.app-body.app-sidebar-collapsed .app-shell {
	overflow: visible;
}

.app-body.app-sidebar-collapsed .app-sidebar .td-menu-container {
	overflow: visible;
}

.app-body.app-sidebar-collapsed .app-asset-panel {
	display: none;
}

.app-body.app-sidebar-collapsed .app-primary-link,
.app-body.app-sidebar-collapsed .app-sidebar-action,
.app-body.app-sidebar-collapsed .app-sidebar-user > .dropdown > .dropdown-toggle {
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
}

.app-body.app-sidebar-collapsed .app-primary-icon,
.app-body.app-sidebar-collapsed .app-sidebar-action-icon,
.app-body.app-sidebar-collapsed .app-sidebar-user > .dropdown > .dropdown-toggle:before {
	margin-right: 0;
}

.app-body.app-sidebar-collapsed .app-primary-text,
.app-body.app-sidebar-collapsed .app-sidebar-action-text,
.app-body.app-sidebar-collapsed .app-sidebar-user .navbarUserMenu {
	display: none;
}

.app-body.app-sidebar-collapsed .app-primary-caret,
.app-body.app-sidebar-collapsed .app-primary-submenu {
	display: none;
}

.app-body.app-sidebar-collapsed .app-primary-caret {
	display: none;
}

.app-body.app-sidebar-collapsed .app-primary-menu-item.app-primary-menu-item-expanded .app-primary-submenu {
	display: none;
}

.app-body.app-sidebar-collapsed .app-primary-submenu-title {
	display: none;
}

.app-body.app-sidebar-collapsed .app-primary-submenu-link {
	padding: 8px 14px 8px 46px;
	border-radius: 8px;
}

.app-body.app-sidebar-collapsed .app-primary-submenu-link + .app-primary-submenu-link {
	margin-top: 4px;
}

.app-body.app-sidebar-collapsed .app-primary-submenu-link:hover,
.app-body.app-sidebar-collapsed .app-primary-submenu-link:focus {
	background-color: rgba(32, 48, 64, 0.08);
	color: #203040;
}

.app-body.app-sidebar-collapsed .app-sidebar-user .caret {
	margin-left: 0;
}

.app-body.app-sidebar-collapsed .app-sidebar-user .dropdown-menu {
	left: calc(100% + 8px);
	right: auto !important;
	top: 0;
	min-width: 220px;
	margin-top: 0;
}
