@font-face {
    font-family: "FucXed";
    font-style: normal;
    font-weight: normal;
    src: url("/fucxedcaps-v3-webfont.woff2") format("woff2"),url("/fucxedcaps-v3-webfont.woff") format("woff");
    font-display: swap;
}

:root {
    --fucxed: FucXed, Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, Helvetica Inserat, "Bitstream Vera Sans Bold", "Arial Black", sans-serif
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: var(--bs-font-family);
    font-size: 16px;
}

body {
    padding: 0;
    margin: 0;
    background-color: rgb(33,37,41) !important;
}

main {
    background-color: white;
    display: inline-block;
    min-width: 100%;
}

p a {
    color: rgb(9, 138, 30);
}

button {
    color: rgb(10,160,45);
}

button:hover {
    text-decoration: underline;
}

p a:hover {
    color: black !important;
}

#outerheader {
    z-index: 99;
    margin: 0;
}

.loginuser {
    background-color: inherit;
    float: none;
    font-weight: normal;
}

#topbar {
    background-color: rgb(20,170,55);
}

#topbar a, #topbar > div {
    font-family: var(--fucxed);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23px;
}

#topbar a:not(.logo), #topbar div.loginuser {
    color: #000;
	padding: 0.5rem 2rem;
	margin: 0;
    border-bottom: 5px solid transparent;
    margin-right: 10px;
}

a.logo {
    padding: 0.75rem 0 0.75rem 4px;
}

a.logo img {
	height: 34px;
}

.loginspan {
	font-size: 1.5rem;
}

div.loginuser img {
    width: 30px;
}

.border {
    border-width: inherit !important;
}

#title .tab_buttons {
    font-size: 20px;
	margin-top: 1rem;
}
.tab_buttons {
	border: 1px solid black;
	border-radius: 5px;
}
.tab_buttons button {
	color: black;
}
.tab_buttons button:hover {
	text-decoration: none;
}
.tab_buttons button.selected {
	background-color: black;
	color: white;
}

@media screen and (max-width: 576px) {
	#topbar a:not(.logo), #topbar > div {
		font-size: 18px;
	}
	#topbar a:not(.logo), #topbar div.loginuser {
		padding:  0.5rem 1rem;
	}
    #topbar div.loginuser span {
        display: none
    }
    a.logo {
    	width: 38px;
    	overflow: hidden;
    }
	.loginspan {
		font-size: 1rem;
	}
	#title .tab_buttons {
		font-size: 10px;
		margin-top: 0.5rem;
	}
    .desktop {
        display: none;
    }
}

#topbar > a.login-btn {
    font-family: var(--fucxed);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 21px;
    color: white;
    background-color: rgb(var(--bs-dark-rgb));
    padding: 0.25rem 1rem;
    margin: 0.5rem 0.5rem;
    border-bottom: none;
}

#topbar a.highlight,
#topbar a:hover:not(.login-btn):not(.logo) {
    color: white;
    border-bottom: 5px solid black;
}

#topbar div.loginuser:hover {
    color: white;
}

#topbar>a.login-btn:hover {
    background-color: #333;
}

button.highlight {
    font-weight: normal;
    opacity: 80%;
}

div.triggermenu {
    position: relative;
    cursor: pointer;
    overflow: visible;
    background-size: 12px;
    background-image: url(/images/down.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

div.triggermenu.show {
    background-size: 12px;
    background-image: url(/images/up.svg);
}

#menu3 div.triggermenu {
    display: none;
    background-image: url(/images/ellipsis.svg); 
    background-size: 30px;
    background-position: center center;
    flex-grow: 1;
}

#topbar .loginuser .dropdownmenu {
	top: 50px;
	right: -16px;
    color: white;
    background-color: rgb(20,170,55);
}

.dropdownmenu, #topbar .dropdownmenu {
    display: none;
    position: absolute;
    top: 32px;
    right: 0px;
    white-space: nowrap;
    color: black;
    background-color: rgb(10,160,45);
    overflow-x: hidden;
    z-index: 99;
}

.dropdownmenu button, #topbar .dropdownmenu button {
    height: 40px;
    width: 100%;
    line-height: 1.3;
    text-transform: uppercase;
    border: none;
    color: black;
    margin: 1px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.dropdownmenu button:hover {
    color: white;
}

div#Home, div#XRGroups {
    display: none;
}


#menu3 {
    min-height: none;
    background-color: #E4E4E4;
    font-family: var(--fucxed);
    text-transform: uppercase;
    display: flex;
    flex-wrap: nowrap;
}

#menu3 > * {
    flex-shrink: 0;
    text-decoration: none !important;
    color: black;
    padding: 0.5rem 2rem;
}

#menu3 a.highlight, #menu3 button.highlight {
    color: rgb(10,160,45);
}

#menu3 > a.hidden {
	display: none;
}

#menu3 div.dropdownmenu {
    background-color: #E4E4E4;
    right: -2px;
    top: 42px;
}

#menu3 button{
	width: auto;
    color: black;
    background-color: #E4E4E4;
    width: 100%
}

#menu3 button:hover, #menu3 button.highlight:hover {
    color: rgb(10,160,45);
}

#menu3 > *:hover {
    color: rgb(10,160,45);
}

div.winwidth {
    max-width: 100vw;
}

#action-bar {
	width: fit-content;
	margin: auto;
}
nav button,
#action-bar button,
#action-bar a {
    appearance: none !important;
    -webkit-appearance: none !important;
    text-transform: none;
    border: none;
    background-color: inherit;
    color: rgb(10,160,45);
    text-decoration: none;
    padding: 0.25rem 1rem;
    font-weight: 500;
    font-size: 14px;
}

nav button:hover,
#action-bar button:hover,
#action-bar a:hover {
    text-decoration: underline;
}

#menu3a:not(:empty) {
    margin: 1rem 0 2rem;
}

#menu3a {
    min-height: auto;
    background-color: transparent;
    text-align: center;
}

#menu3a button,
#menu3a a {
    text-transform: none;
    border: none !important;
    background-color: rgb(var(--bs-dark-rgb));
    color: white;
    padding: 0.5rem 1rem;
}

#menu3 button + *, #menu3 a + * {
    margin-left: 1em;
}

#menu3a button:hover,
#menu3a a:hover {
    background-color: #333;
}

#menu3a button.download {
    display: none;
}

#menu3 button.delete,
#menu3 a.delete {
    background-color: rgb(220,79,0);
}

#title {
    font-size: 2em;
    font-family: var(--fucxed);
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    padding: 0 1rem;
}

#body {
    z-index: 1;
    padding: 0 1rem;
    overflow: visible;
}

table.form span.hint {
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: none;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: bolder;
    text-align: center;
    background-color: #e5e5ff;
    color: blue;
    border-radius: 100%;
}

#body table button.dateUntil:not(.deleteButton) {
	max-height: 24px;
	padding: 0 0.5rem;
	margin-left: 0.5rem !important;
}

div.form-body, table.form { 
    width: fit-content;
    margin: auto;
}

/* Prompts and Fields one above the other, centred */
table.form input {
	max-width: 385px;
}

table#headerform th, table#form:not(.listform) th {
    display: block;
}

table#headerform td, table#form:not(.listform) td {
    display: block;
}

    table#headerform td.n, table#headerform th.n, table#headerform td.ni, table#headerform th.ni, table#form:not(.listform) td.n, table#form:not(.listform) th.n, table#form:not(.listform) td.ni, table#form:not(.listform) th.ni {
        text-align: left;
    }

table.dataTable {
    width: 100%;
}

tbody tr, table.dataTable tbody tr {
    border-collapse: collapse;
    background-color: #E4E4E4;
    border-bottom: 2px solid white;
}

tbody td, table.dataTable tbody td {
    border-bottom: 2px solid white;
}

table.dataTable.noselect tbody tr td:first-child {
	text-decoration: underline;
	color: #0d6efd;
}

    table.dataTable.noselect tbody tr.selected td:first-child, table.dataTable.noselect tbody tr.selected a {
        color: white;
    }

div#message:empty, div#messagea:empty {
    display: none;
}

div#message, div#messagea {
    background-color: rgba(255,0,0,0.2);
    color: rgb(75,0,0);
    font-size: 1rem;
    font-weight: normal;
    padding: 0.5rem 1rem;
    margin: 0.5rem;
}

#menuicon {
    display: none;
    visibility: hidden;
}

div.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

#bigmenu {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
	--bs-bg-opacity: 1;
    padding: 1rem 0 ;
}

#bigmenu>a {
    height: 250px;
    text-decoration: none;
    flex-direction: column;
    display: flex;
    color: #0d6efd;
    grid-column: auto/span 12;
    position: relative;
}

#bigmenu>a div.image {
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height: 50%;
	display: flex;
}

#bigmenu>a div.image img {
	height: 95px;
	margin: 0;
}

#bigmenu>a div.text {
    background-color: #eee;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 50%;
    display: flex;
}

#bigmenu>a div.text h3 {
    font-family: var(--fucxed);
    text-transform: uppercase;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

#bigmenu>a div.text span {
    --bs-text-opacity: 1;
    color: #646D73;
    padding-left: 5px;
    padding-right: 5px;
}

#bigmenu>a:hover div.text {
    background-color: #ddd
}

#bigmenu > a div.text span {
    background-image: url(../images/info.svg);
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-right: 35px;
    padding-left: 35px;
}

#bigmenu #tooltip {
    position: absolute;
    padding: 1rem;
    background-color: gray;
    text-align: center;
    color: white;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.9;
}

#body div.help, #body tr.help td {
    max-width: 400px;
    margin: auto;
    color: rgb(10,160,45);
    font-weight: normal;
    font-size: 1em;
}

@media print {
}


table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: none;
}



form tbody tr, .form:not(.dataTable) tbody tr {
    background-color: transparent;
}

button,
button.deleteButton {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}

#body table button:not(.deleteButton) {
    border: none;
    background-color: rgb(var(--bs-dark-rgb));
    color: white;
    padding: 0.5rem 1rem;
}

#body table button:not(.deleteButton):hover {
    background-color: #333;
}

#body table button + button {
    margin-left: 1rem !important;
}

hr.border {
    border-color: #555 !important;
}

div.popdown {
    font-size: 1.2em;
    margin-bottom: 5px;
    padding: 1rem;
    cursor: pointer;
    display: flex;
}

div.popdown svg {
    margin-right: 0.5rem;
}

div.popdown svg.up,
div.link svg.up {
	display: none;
}

div.popdown.selected svg.down,
div.link.selected svg.down {
	display: none;
}

div.popdown.selected svg.up,
div.link.selected svg.up {
	display: inline;
}

.popcontent {
	display: none;
}

#body button.deletebutton {
	border: none;
	background-color: inherit;
}

.bg-pink {
    background-color: rgb(224, 109, 167);
}

.grid {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
}

.w-sm-50 {
    width: 100%;
}

@media (min-width: 576px) {
    .w-sm-50 {
        width: 50%;
    }
    #bigmenu>a {
        grid-column: auto/span 6;
    }
	.dropdownmenu, #topbar .dropdownmenu {
		min-width: 310px;
	}
}


@media (min-width:1280px) 
{
    #bigmenu>a {
        grid-column: auto/span 4;
    }
}

a.cta-button {
    background-color: rgb(var(--bs-dark-rgb));
    font-family: var(--fucxed);
    text-transform: uppercase;
    color: white;
    padding: 0.5em 1em;
    text-decoration: none;
    white-space: nowrap;
}

.cta-button:hover {
    background-color: #333
}

.dismiss-button {
    background-color: transparent;
    color: black;
    padding: 0.5em 1em;
    text-decoration: underline;
    cursor: pointer;
}

h1,
.text-heading {
    font-family: var(--fucxed);
    text-transform: uppercase;
}

div.centre {
	width: fit-content;
	margin: auto;
}

.intro {
    display: flex;
    position: relative;
    margin-top: 0.5rem;
    background-color: white;
    background-repeat: no-repeat, no-repeat;
    background-size: 13% 100%, 50% 100%;
    background-position: right 45% center, right;
}

.intro button {
    border-radius: 0;
    background-color: white;
    opacity: 1;
}

.intro a:not(.cta-button) {
    color: black;
}

.border-6 {
    border-width: 1rem !important;
}
.border-white {
    border-color: white !important;
}

.border-right-none {
    border-right: none !important;
}

.w-13 {
    width: 13% !important;
}

footer {
    font-family: var(--fucxed);
    text-transform: uppercase;
    color: white;
    display: flex;
    padding: 3rem 1rem;
    align-items: center;
    text-align: left;
    justify-content: space-between;
}

footer svg {
    margin-left: 1rem;
}

div.password {
    white-space: nowrap;
}

#body div.password button {
    position: relative;
    top: 4px;
    left: -27px;
    display: inline-block;
    width: 24px;
    height: 21px;
    background-image: url(/images/eye-open.png);
    background-color: inherit;
    color: inherit;
    padding: 0;
    border: none;
}

#body div.password button:hover {
    background-color: inherit;
}

    #body div.password button.revealed {
        pointer-events: none;
        background-image: url(/images/eye-closed.png);
    }

#visualisationtree .non-sos, table#datatableform tbody tr.non-sos {
    filter: brightness(65%);
}
