/* webapp2.css */


:root
{
	--dle-default-color: #f37266;
	--dle-default-hover-color: #ee3524;
	--dle-primary-bg: #ee3524;
	--dle-primary-subtle-bg: #f37266;
	--dle-info-bg: #0a58ca;

	--dle-readonly-bg: rgba(0,0,0,0);
	--dle-readonly-border-color: rgba(0,0,0,0);
}


.intro-loomis										{margin-top: -28px; margin-left: -21px; margin-right: -21px; margin-bottom: 50px; height: 360px}
.intro-loomis-sm									{margin-top: -28px; margin-left: -21px; margin-right: -21px; margin-bottom: 10px; height: 80px}
.intro-loomis-sm .intro-title						{font-size: 2.25rem}

body.bootstrap5										{background-image: url("img/abstract-pattern.jpg"); background-repeat: repeat;}

body #vfxwps-navbar-top-container,
body #vfxwps-navbar-top .dropdown-menu				{background-color: #29383f !important;}

body #vfxwps-navbar-top								{color: #eee !important; background: unset !important;}

body #vfxwps-navbar-top hr							{color: white; background-color: white; height: 4px;}

body #vfxwps-navbar-top .nav-item,
body #vfxwps-navbar-top .nav-link,
body #vfxwps-navbar-top-text-link					{color: #eee;}

body #vfxwps-navbar-top .nav-item.disabled,
body #vfxwps-navbar-top .nav-link.disabled,
body #vfxwps-navbar-top-text-link.disabled			{color: #777 !important;}

body #vfxwps-sidebar 								{background_XXX: #29383f !important}

body #vfxwps-navbar-top .nav-link:hover,
body #vfxwps-sidebar .nav-link:hover					{color: white; background-color: #4b5a5f;}


/* Label */
.nav-link.label-hidden > .label                        {display: none}
@media (max-width: 767.98px) {
    .nav-link.label-visible-sm > .label                {display: inline}
    .nav-link.label-hidden-sm > .label                {display: none}
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .nav-link.label-visible-md > .label                {display: inline}
    .nav-link.label-hidden-md > .label                {display: none}
}
@media (min-width: 992px) {
    .nav-link.label-visible-lg > .label                {display: inline}
    .nav-link.label-hidden-lg > .label                {display: none}
}
