html {
	padding-top: 74px; /*header*/
	padding-bottom: 4rem; /*footer*/
	min-width: 360px;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

* {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	color: #383838;
	box-sizing: border-box;
}

a {
	color: #005091;
}

fieldset, legend {
	border: none !important;
}

.lang.de, .lang.fr {
	display: none;
}
.navbar div.container-fluid {
	width: 100%;
	max-width: 100%;
	padding: 15px 10.25rem;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.navbar div.container-fluid {
		padding: 1.1rem 4rem;
	}
	div#quick-links,
	div#search-infos,
	div.container-fluid.content {
		padding: 0 4rem;
	}
}


/* task CELUM-6/7 */
header {
	background: url("../img/banner.jpg") center 28% / cover;
	height: 510px;
	display: flex;
}
@media screen and (max-width: 1024px) {
	header { height: 360px; }
}
@media screen and (max-width: 768px) {
	header { height: 200px; }
	header div#gradient-square {margin: 2rem 4rem; padding: 1.5rem; height: calc(100% - 4rem)}
	header input#jumbo-search { bottom: 1rem; width: 80%; left: 10% }
}

header #gradient-square {
	border: 2px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(45deg,#69b42d 25%,#00b4f0 75%);

	position: relative;
	margin: 5rem 10.25rem;
	padding: 3.125rem;
	width: 100%;
	height: calc(100% - 10rem);
	transition: color,background-color ease-in-out 0.2s;
	z-index: 99;
}
header #gradient-square h1 {
	margin: 0;
	color: #fff;
	user-select: none;
	z-index: 99;
	max-width: 25rem;
}
header #gradient-square .close-button-x {
	display: none;
}
header #jumbo-search {
	margin: 0 auto;
	border-radius: 10rem;
	padding: 1rem 2rem;
	position: absolute;
	bottom: 5rem;
	left: 30%;
	width: 40%;
	border: 1px solid #ddd;
	display: flex;
	background: #fff;
}
@media screen and (max-width: 768px) {
	header #gradient-square h1 {
		font-size: 3rem;
	}
	header #jumbo-search {
		left: 5%;
		width: 90%;
		bottom: 1rem;
	}
}
header #jumbo-search-input {
	border: none;
	background: none;
	outline: none;
	flex-grow: 1;
}
header #jumbo-search-button {
	border: none;
	background: url("../img/search.svg") no-repeat center center / 2.5rem;
	width: 3rem;
	height: 3rem;
}
header #jumbo-blocker {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg,#69b42d 25%,#00b4f0 75%);
	z-index: 98;
	opacity: 0.5;
	display: none;
}

.jumbo-focus header #gradient-square {
	background: #fff;
	border-color: #fff;
	border-image: none;
}
.jumbo-focus header #gradient-square h1 {
	color: #005091;
}
.jumbo-focus header #gradient-square .close-button-x {
	display: inline-block;
}
.jumbo-focus header #jumbo-blocker {
	display: block;
}

@media screen and (min-width: 768px) {
	nav.navbar #anura-basket > .lang,
	nav.navbar .dropdown-toggle > .lang,
	nav.navbar .dropdown-toggle > .caret {
		display: none !important
	}
}
.nav-svg {
	width: 3rem;
	height: 3rem;
}
#quick-links {
	background: #fbfbfa;
	padding: 2rem 10.25rem 1.5rem;
	margin-bottom: 2rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-bottom: 1px solid #efeceb;
}
#quick-links a,
#quick-links a span {
	font-size: 2rem;
	text-align: center;
	cursor: pointer;
	color: #005091;
	white-space: nowrap;
	padding: 0 1rem;
}
#quick-links a:hover,
#quick-links a:hover span {
	color: #00b4f0;
	text-decoration: none;
}
/* /task CELUM-6/7 */

.container-fluid.content {
	padding: 0 8.5rem;
}

footer {
	height: 4rem;
	width: 100%;
	background: #005091;
	position: fixed;
	bottom: 0;
	z-index: 100;
	overflow: visible;
	color: #fff;
	text-align: right;
	padding: 1rem 10rem;
	user-select: none;
}

footer #top {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: -5.5rem;
	position: absolute;
	right: 0.5rem;
	background-color: #fff;
	border-radius: 2rem;
}

footer .copyright, footer .year {
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: normal;
}

/* CELUM-8 */
#search-sidebar {
	position: fixed;
	top: 74px;
	right: 0;
	height:  calc(100% - 74px);
	width: 100%;
	z-index: 101;
	display: flex;
	flex-direction: row;
}
#search-sidebar.sidebar-hidden {
	width: 0;
	overflow: hidden;
}
#search-blocker {
	background: rgba(0.5, 0.5, 0.5, 0.75);
	height: 100%;
	flex-grow: 1;
	transition: background-color ease-in-out 0.25s;
}
#search-sidebar.sidebar-hidden #search-blocker {
	background-color: transparent;
}
#search-container {
	width: 500px;
	height: 100%;
	background: #fff;
	padding: 2rem 2rem 5rem;
	transition: width ease-in-out 0.25s;
}
#search-sidebar.sidebar-hidden #search-container {
	width: 0;
}
#search-sidebar .headline > span {
	font-size: 2.5rem;
	line-height: 5.5rem;
	font-weight: normal;
	color: #005091;
}
.close-button-x {
	position: absolute;
	right: 32px;
	top: 32px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
	cursor: pointer;
	transition: all ease-in-out 0.25s;
}
.close-button-x:hover {
	opacity: 1;
	transform: rotate(90deg);
}
.close-button-x:before, .close-button-x:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #005091;
}
.close-button-x:before {
	transform: rotate(45deg);
}
.close-button-x:after {
	transform: rotate(-45deg);
}
#search-sidebar #anura-search {
	height: calc(100% - 5rem);
}
#search-sidebar .anura-search-container {
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
#search-sidebar .anura-search-collapsible legend {
	position: relative;
	padding-left: 2rem;
	user-select: none;
}
#search-sidebar .anura-search-collapsible legend:before {
	content: '–';
	color: #00b4f0;
	font-size: 3rem;
	font-weight: 100;
	display: inline-block;
	position: absolute;
	top: -1.3rem;
	left: 0;
	transition: all ease-in-out 0.25s;
}
#search-sidebar .anura-search-collapsible.anura-search-collapsed legend:before {
	content: '+';
	top: -1rem;
	left: -0.3rem;
	transform: rotate(-90deg);
}
#search-sidebar .anura-search-text-container {
	margin: 1rem 0 2rem;
}
#search-sidebar .anura-search-text-container .anura-search-text {
	border-radius: 2rem;
	padding: 2rem 1rem;
}
#search-sidebar .anura-search-text-container .anura-search-text:focus {
	border-color: #005091;
	outline: none;
}
#search-sidebar .anura-field-container {
	border-top: 1px solid #f5f5f5;
}
#search-sidebar .chosen-container {
	padding: 0 0 0 2rem;
}
#search-sidebar .chosen-container * {
	box-shadow: none !important;
}

#country-selects .chosen-single,
#search-sidebar .chosen-choices {
	border-radius: 2rem;
	background: #f6f6f6 url("../img/chevron-down.svg") no-repeat 98%  center / 16px;
	border-color: #f6f6f6;
	padding: 0.5rem 1rem;
}
#countries_chosen .chosen-single {
	background-image: url("../img/search.svg");
	background-size: 6%;
}
.country-select .chosen-single span {
	color: #005091;
	padding-top: 2px;
}
.chosen-container-single .chosen-search input[type="text"] {
	background-image: none;
	border: none;
}
#country-selects .chosen-single {
	height: 3em;
	padding-top: 0.5em;
}
#country-selects .chosen-single > div {
	display: none;
}
#country-selects .chosen-container-active .chosen-single {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#country-selects .chosen-container-single .chosen-drop {
	/*width: 100%;*/
	border-radius: 1.5em;
	padding: 0.5em 0;
	margin-top: -3em;
	width: 100% !important;
}
#country-selects .chosen-with-drop .chosen-choices,
#search-sidebar .chosen-with-drop .chosen-choices {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#country-selects .chosen-container-active .chosen-drop,
#search-sidebar .chosen-container-active .chosen-drop {
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	width: calc(100% - 2rem);
	background: #f6f6f6;
	border-color: #f6f6f6;
	padding-bottom: 0.5em;
}
#country-selects .chosen-results li,
#search-sidebar .chosen-results li {
	color: #005091;
	font-size: 1.5rem;
	line-height: 2rem;
}
#country-selects .chosen-results li.highlighted,
#search-sidebar .chosen-results li.highlighted {
	background: #fff;
}
#country-selects .chosen-choices li.search-choice,
#search-sidebar .chosen-choices li.search-choice {
	background: #fff;
	box-shadow: none;
	border: 2px solid #69b42d;
	padding: 0.5rem 2rem 0.5rem 0.5rem;
}
#country-selects .chosen-choices li.search-choice span,
#search-sidebar .chosen-choices li.search-choice span {
	color: #005091;
	font-size: 1.7rem;
}
#country-selects .chosen-choices li.search-choice .search-choice-close,
#search-sidebar .chosen-choices li.search-choice .search-choice-close {
	top: 0.6rem;
}
#search-sidebar .anura-search-container fieldset {
	padding-bottom: 1rem;
}
#search-sidebar .anura-search-container fieldset legend {
	margin-bottom: 5px;
	font-size: 1.75rem;
	font-weight: normal;
	color: #005091 !important;
}
#search-sidebar  .anura-search-container {
	position: relative;
}
#search-sidebar .anura-search-submit {
	position: fixed;
	bottom: 1rem;
	right: 0;
	width: 500px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
	background: #fff;
	transition: width ease-in-out 0.25s;
}
#search-sidebar.sidebar-hidden .anura-search-submit {
	width: 0;
	visibility: hidden;
}
#search-sidebar .anura-search-submit input {
	display: block;
	margin: 0;
}


#search-infos {
	display: flex;
	padding: 0 10.25rem;
	margin-bottom: 2rem;
}
#search-infos > span {
	display: inline-block;
	padding-right: 2rem;
	line-height: 3rem;
}
#search-infos .result-message span {
	font-size: 2rem;
	color: #005091;
}
@media screen and (max-width: 768px) {
	#search-infos .result-message {
		display: none;
	}
	#quick-links {
		grid-template-columns: repeat(1, 1fr); /* CELUM-507 */
	}
	#quick-links a,
	#quick-links a span {
		white-space: nowrap;
		font-size: 1.25rem;
		padding: 0.75rem 0;
	}
}
#search-infos .reset-filters {
	margin-top: 3px;
	white-space: nowrap;
}
#search-infos .reset-filters span {
	font-weight: bold;
	cursor: pointer;
}
#search-infos .reset-filters span:hover {
	text-decoration: underline;
}
input.anura-search-button,
#country-buttons button,
#search-infos button {
	border-radius: 3rem;
}
input.anura-search-button,
#country-buttons button,
#search-infos #filter-button {
	background: #005091;
	color: white;
	border: 0;
	max-height: 3.3rem;
	padding: 0.5rem 3rem;
}
#search-infos #dropdownMenu1, /*CELUM-508*/
#search-infos #filter-button {
	margin: 5px 0;
}
#country-buttons button span {
	color: white;
}
#country-buttons button:hover {
	background-color: #00b4f0;
}
#country-buttons button:disabled {
	background-color: darkgray;
	cursor: not-allowed;
}
input.anura-search-button,
button.dropdown-toggle {
	padding: 0.5rem 3rem;
}
.anura-autoload > button:hover,
input.anura-search-button:hover,
#search-infos #filter-button:hover {
	background: #00b4f0;
}
#search-infos #filter-button > span {
	color: white;
	font-weight: normal;
}
#search-infos .pull-right {
	margin-left: auto;
	text-align: right;
}
#search-infos .dropdown button {
	background: #f5f5f5;
	border: none;
}

/* autoload */
.anura-autoload > button {
	background: #005091;
	border: none;
	border-radius: 3rem;
	color: #fff;
	padding: 1rem 3rem;
	font-weight: bold;
}
.anura-autoload > button:disabled {
	background: #aaa;
}

/* basket */
#anura-basket .counter {
	border-radius: 100%;
	display: none;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 135%;
}
#anura-basket.anura-basket-full .counter {
	display: inline-block;
	background: #005091;
	color: #fff;
	font-size: 95%;
	transform: translateY(-1rem) translateX(-1.2rem);
}
.basket .anura-details-download .basket-img {
	background-image: url("../img/basket_plus.svg");
	background-size: 16px;
	background-position: center center;
}
.basket .anura-details-download.added .basket-img {
	background-image: url("../img/basket_remove.svg");
}
.basket .anura-details-download .basket-img {
	background-size: 14px;
	margin-top: 6px;
}
/* CELUM-12 */
@media screen and (min-width: 1080px) {
	.anura-basket-popup {
		width: 1060px;
	}
}
.anura-basket-assets .anura-basket-asset {
	height: 210px;
	margin: 5px;
	padding: 5px;
	width: 200px;
	background: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	border-width: 2px;
}
.anura-basket-assets .anura-basket-asset:hover {
	border-image-slice: 1;
	border-image-source: linear-gradient(45deg,#69b42d 25%,#00b4f0 75%);
}
.anura-basket-assets .anura-basket-asset .anura-basket-thumb-wrap {
	margin: 0;
	padding: 0;
	float: none;
}
.anura-basket-assets .anura-basket-asset .anura-basket-thumb {
	width: 188px;
	height: 120px;
}
.anura-basket-assets .anura-basket-asset .anura-basket-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.anura-basket-assets .anura-basket-asset-remove {
	position: absolute;
	top: 5px;
	right: 5px;
	float: none;
	font-size: 20px;
}
.anura-basket-assets .anura-basket-asset-name {
	margin: 5px 0 0;
	color: #005091;
	font-size: 1.5rem;
	line-height: 1.5rem;
	height: 1.6rem;
}
.anura-basket-popup .anura-basket-popup-title,
.anura-basket-popup .anura-basket-footer .anura-basket-button,
.anura-basket-assets .anura-doc-type {
	color: #005091;
}
.anura-basket-popup .anura-basket-popup-titlebar .anura-basket-popup-title {
	text-transform: none;
	font-weight: 900;
	font-size: 1.75rem;
}
.anura-basket-assets .anura-basket-dlf-select {
	margin: 5px 0 0;
}
.anura-basket-popup .anura-basket-footer .anura-basket-reset {
	background-image: url("../img/basket_remove.svg");
	background-size: 1.8rem;
}

.anura-details-container tr.versions,
.anura-details-container tr.version {
	display: none; /* revealed by JS if "instructions for use */
}
.anura-details-container tr.dlf {
	display: none;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #fff;
}

.anura-tree-container li.anura-leaf {
    list-style-type: none;
}
.navbar a.navbar-brand {
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-nav > li > a > span{
	font-size: 16px;
	color: #005091;
}

.navbar-toggle{
	background-color: #333;
}

.navbar .container-fluid {
	width: 92.65%;
	max-width: 1720px;
	padding: 15px 0;
}

.dropdown-toggle > span, .anura-basket-full>span, #dropdown, .glyphicon {
	color: #005091;
}
 /* CELUM-9*/
.anura-gallery-container.huge .anura-gallery-wrapper {
	justify-content: flex-start;
	column-gap: 4.4rem;
}
.anura-gallery-container.huge div.anura-asset-container {
	border: 2px solid #ecefea;
	transition: all ease-in-out 0.2s;
	padding: 0 !important;
	position: relative;
	margin: 0 0 4.4rem 0 !important;
	height: 280px;
	width: 245px;
}
@media screen and (max-width: 1024px) {
	.anura-gallery-container.huge div.anura-asset-container {
		height: 220px;
		width: 200px;
	}
	.anura-gallery-container.huge .anura-asset-name {
		font-size: 1.5rem;
		padding: 0.1rem 0.5rem;
	}
}
@media screen and (max-width: 528px) {
	.anura-gallery-container.huge div.anura-asset-container {
		height: 280px;
		width: 100%;
	}
}
.anura-gallery-container .anura-asset-container:hover,
.anura-gallery-container .anura-asset-container.ivoclar-basket {
	border-image-slice: 1 !important;
	border-image-source: linear-gradient(45deg,#69b42d 25%,#00b4f0 75%) !important;
}

.anura-gallery-container .anura-image-container {
	box-shadow: none;
	border: none;
	height: 56.25%;
}
.anura-gallery-container .anura-image-container img {
	object-fit: cover;
	object-position: center top;
}
.anura-gallery-container .anura-asset-menu {
	position: absolute;
	bottom: 3.5rem;
	width: 100%;
}
.anura-gallery-container .anura-asset-menu .anura-asset-menu-holder {
	background: #00b4f0;
	color: #fff;
	padding: 0.4rem 0.75rem;
	height: 3.5rem;
}
.anura-gallery-container .anura-asset-menu .anura-asset-menu-holder .anura-asset-menu-button.anura-asset-menu-basket {
	background: transparent url("../img/basket_plus_white.svg");
	padding: 0;
}
.anura-gallery-container .anura-asset-menu .anura-asset-menu-holder > .added .anura-asset-menu-button.anura-asset-menu-basket {
	background: transparent url("../img/basket_remove_white.svg");
}
.anura-detail-dummy {
	float: left;
	color: #fff;
	padding: 0.5rem;
	cursor: pointer;
	user-select: none;
	width: 85%;
	text-align: left;
}
.anura-detail-dummy:hover {
	color: #fff;
	text-decoration: none;
}
.anura-gallery-container .anura-asset-name {
	color: #005091;
	font-size: 1.9rem;
	text-align: left;
	padding: 0.5rem 1.5rem;
	height: 3rem;
}
.anura-asset-extended-info {
	padding: 0 1.5rem;
	margin: 0.25rem 0 0;
	font-size: 1.20rem;
	line-height: 1.5rem;
}
.anura-asset-extended-info .anura-doc-type {
	color: #005091;
	padding-bottom: 0.8rem;
}
.anura-asset-extended-info .anura-doc-type,
.anura-asset-extended-info .anura-inline-info {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* end CELUM-9 */

.navbar-inverse .navbar-toggle .icon-bar{
	background-color:#005091;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: white;
}

.navbar-inverse .navbar-toggle {
    border-color: white;
}

/* asset marker customizing */
.anura-asset-markers {
	padding: 2px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.anura-asset-marker {
	padding: 1px 6px;
	border-radius: 1px;
	font-size: 90%;
}
.anura-asset-marker-internal {
	background: url(../img/lock.svg) #fff no-repeat center center;
	width: 30px;
	height: 30px;
	display: block;
	background-size: 80%;
	border: 1px solid #005091;
	border-radius: 4px;
	box-shadow: 0 0 5px grey;
}
.anura-asset-marker-b2b {
	background: green;
	color: #ffffff;
	font-weight: bold;
}
.anura-asset-marker-version {
	background: url("../img/versions.svg") no-repeat center center;
	padding: 1px 12px;
}

.anura-tree-container .anura-node-name::before {
    display: none;
}

.navbar-brand > img {
    width: 116px;
}

/* from https://github.com/hjnilsson/country-flags */
#country-select .country-icon {
	background: transparent no-repeat center center;
	padding: 0.1rem 1rem;
	margin-right: 0.5rem;
}
#country-select .glyphicon {
	padding: 0 0.7rem 0 0.4rem;
}

.anura-lightbox-overlay.anura-lightbox-theme-light .anura-lightbox-toolbar span {
	color: #005091;
}
.anura-lightbox-overlay.anura-lightbox-theme-light .anura-lightbox-svg > svg {
	stroke: #005091;
}
a.anura-lightbox-button.anura-lightbox-add-to-basket.anura-lightbox-svg svg,
a.anura-lightbox-button.anura-lightbox-fullscreen.anura-lightbox-svg svg {
	opacity: 0;
}
a.anura-lightbox-button.anura-lightbox-add-to-basket.anura-lightbox-svg {
	background: url("../img/basket_plus.svg") no-repeat center center /26px;
}
a.anura-lightbox-button.anura-lightbox-add-to-basket.anura-lightbox-svg.added {
	background: url("../img/basket_remove.svg") no-repeat center center /26px;
}
a.anura-lightbox-button.anura-lightbox-fullscreen.anura-lightbox-svg {
	background: url("../img/fullscreen.svg") no-repeat center center /22px;
}
.anura-details-container tr.title,
.anura-details-container a.anura-details-download svg {
	display: none;
}
.anura-details-container .anura-details-download {
	width: 100%;
	display: flex;
}
.anura-details-container .anura-details-download:hover {
	text-decoration: none;
}
.anura-details-container .anura-details-download-name {
	min-width: 40%;
	color: #005091;
	border: 1px solid #005091;
	border-radius: 4rem;
	text-align: center;
	margin: 1rem auto;
	padding: 0.5em 2em;
}
.anura-details-container .anura-details-download-name:hover {
	background: #005091;
	text-decoration: none;
	color: #fff;
}
.anura-basket-add-info td {
	padding-left: 20px;
	opacity: 0.8;
}
.anura-basket-add-info a {
	cursor: pointer;
}
/* CELUM-269 */
.anura-asset-name, .anura-asset-extended-info {
	cursor: pointer;
}
/* CELUM-280 */
.you-are-here {
	padding: 0 10.25rem 2rem;
	border-bottom: 1px solid #ecefea;
	margin-bottom: 2em;
	align-items: center;
	display: none;
}
.you-are-here span {
	color: #005091;
	font-size: 30px;
}
.you-are-here button {
	color: #005091;
	background: white;
	border: 1px solid #005091;
	border-radius: 4rem;
	text-align: center;
	margin: 1rem 2rem 1rem auto;
	padding: 0.5em 2em;
	transition: color,background-color 0.2s ease-in-out;
	font-size: 14px;
}
.you-are-here button:hover {
	background: #005091;
	color: #fff;
}
/* CELUM-494 */
@media screen and (max-width: 800px) {
	.you-are-here {
		flex-direction: column;
        padding: 0 0.5rem 2rem;
	}
	.you-are-here span {
		display: block;
		font-size: 22px;
		margin-bottom: 20px;
		text-align: center;
		padding: 0.5rem;
	}
	.you-are-here button {
		margin: 0 0 20px 0;
	}
}
/* CELUM-266 */
#country-select-dialog[aria-hidden=true] {
	display: none;
}
#country-select-dialog {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1050;
	top: 0;
}
#country-select-dialog > div {
	--dialog-width: 800px;
	--dialog-height: 380px;
	width: var(--dialog-width);
	max-width: 100%;
	height: var(--dialog-height);
	position: fixed;
	top: calc(40% - (var(--dialog-height)/2));
	left: calc(50% - (var(--dialog-width)/2));
	background: white;
	padding: 50px;
}
@media screen and (max-width: 800px) {
	#country-select-dialog > div {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	#country-selects {
		flex-direction: column;
	}
	#country-selects .country-select {
		width: 100% !important;
	}
}

#country-select-dialog .close-button-x::before, #country-select-dialog .close-button-x::after {
	scale: 0.8;
}
#country-select-dialog .headline {
	color: #005091;
	font-size: 36px;
	padding-bottom: 20px;
}
#country-selects {
	width: 100%;
	display: flex;
	gap: 2em;
	padding-top: 1em;
}
#country-selects .country-select {
	display: flex;
	flex-direction: column;
	width: 37%;
}
#country-selects .country-select:first-child {
	width: 55%;
}
#country-selects label {
	opacity: 0.75;
	padding-left: 0.75em;
}
#country-selects .country-select .chosen-container {
	width: 100% !important;
	font-size: 16px;
}
#country-selects .chosen-results .disabled-result {
	display: none;
}
#country-selects .chosen-disabled .chosen-single span {
	opacity: 0;
}
#country-buttons {
	padding: 2em;
	display: flex;
	flex-direction: row-reverse;
}
.dropdown a.current-locale {
	background: url("../img/tick.svg") no-repeat right 10px center;
}
.dropdown a.region-change {
	color: white;
	padding-right: 4em;
	background: #005091 url("../img/globe-white.svg") no-repeat right 10px center / 1.25em;
}
.dropdown a.region-change span {
	color: white;
}
.dropdown a.region-change:hover {
	background-color: #123671;
	padding-right: 4em;
	color: white;
}
#lang-select {
	padding-bottom: 0;
}

#lang-select li[aria-disabled=true] {
	display: none;
}
#status-indicators, #status-indicators span {
	color: #005091;
	text-transform: uppercase;
	border-bottom: 1px solid #005091;
	padding-bottom: 4px;
}
.dropdown-menu > li {
	border-bottom: 1px solid #efeeeb;
}
.dropdown-menu > li:last-child {
	border-bottom: none;
}
.dropdown-menu > li > a {
	color: #005091;
	padding: 8px 24px;
}
.dropdown-menu > li > a span {
	color: #005091;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:hover span {
	background-color: transparent;
	color: #00b4f0;
}
.dropdown-menu > li.tiny {
	padding: 6px 24px;
	font-size: 9px;
	background: white;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 16px;
	box-shadow: 0 0 6px #0003;
	border: none;
	padding: 0;
}
.navbar-nav > li > .dropdown-menu:before {
	background: white;
	width: 15px;
	height: 15px;
	transform: translateY(-50%) rotate(45deg);
	box-shadow: 0 0 6px #0003;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 35px;
	z-index: -1;
}

.country-indicator {
	text-transform: uppercase;
}
/*CELUM-522 - allow breaking of long file names */
.anura-details-container .general.original_name .anura-value {
	word-break: break-all;
}
.anura-details-container td.anura-name {
	min-width: 80px;
}
