/**
 * styles of default ims theme - 2nd last stylesheet loaded
 * (c) Webspirit Systems GmbH, 2021
 */
/* custom styles for project specific use */


.c11tab11 img {
	margin-top: 0.11em;
}

.c21, .icon-ddmenu *, .ws-ddmenu * {
	background-color: transparent !important;
}

.c31tab12 { /* gap btw menus */
	padding-top: 0.1em;
}

.ss_vmenu { /* show shadow */
	padding-bottom: 0;
}
/*** FIXME: check NI ****
@media screen and (max-width: 1100px) {
	.title-ext {
		display: none;
	} 
}

.chosen-container-active .chosen-single.chosen-default, .chosen-container-active .chosen-single {
	outline: none;
	border-bottom: 2px solid var(--secondary-1) !important;
	transition: border-width 0s, border-color 1.5s;
}

.lightpick__day.is-today { background-image: none; }
.lightpick__day.is-today:hover { background-image: none; }
.lightpick__day:not(is-disabled):hover { background-image: none; }
.lightpick__day.is-start-date, .lightpick__day.is-end-date { background-image: none; }
.lightpick__day.is-start-date:hover, .lightpick__day.is-end-date:hover { background-image: none; }
.lightpick { box-shadow: 0px 5px 8px 3px var(--gray-5); }

*/

/** chosen styles **/

/**
.chosen-single.chosen-default, .chosen-single {
	border: none !important;
	border-bottom: 1px solid var(--gray-2) !important;
	border-radius: 0px;
}

.chosen-drop {
	border: none !important;
	box-shadow: 0px 5px 8px 3px var(--gray-5);
	border-radius: 5px !important;
}

.chosen-container .chosen-drop {
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.chosen-results .active-result.highlighted {
	background-color: var(--secondary-4) !important;
	color: black!important;
}

.chosen-results .active-result.result-selected {
	background-color: var(--secondary-2) !important;
	color: black !important;
}
**/