@charset "ISO-8859-1";
/* @import url('/sys/js/modules/libcts2.0/css/objects.css'); */

@import url('/sys/js/ven/fontawesome/css/all.css');

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1280px) {
    .signinform {
        height: unset !important;
        width: 600px !important;
        left: calc(50% - 300px) !important;
    }
}

@media only screen and (max-width: 800px) {
    .signinform {
        height: 100vh !important;
        width: 100vw !important;
        top: unset !important;
        left: unset !important;
    }
}

body {
    background-color: var(--ce-body-color);
    padding: 0px;
    margin: 0px;

    display: flex;
    justify-content: center;
    /* horizontal align */
}

div[name=buttonBar] {
    float: right;
    flex-direction: row;
    display: flex;
    margin: 1.2rem 0 0 0;
    padding: 0 0 0 0;
    justify-content: center;
    align-items: center;
}

div[name=buttonBar]>div {
    padding: 0px 16px 0px 0px;
}

.whiteboard img {
    max-width: 32px;
}

.openproject .logo {
    width: 100px;
    /* filter: invert(1); */
}

.webmail .logo {
    width: 48px;
}

.logo {
    /* max-height: 48px; */
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.logoFrame {
    width: 100%;
    margin: 0 auto;
    background: white;
}

.signinform.objects-container {
    height: max-content !important;
}

div.objects-divElement[name="VideoWall"] {
    position: fixed;
    z-index: 0 !important;
}

.VideoWall-Video {

    position: fixed;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    /* z-index: -20; */
    top: 0;
    max-width: -webkit-fill-available;
    max-height: -webkit-fill-available;
    max-width: -moz-available;
    max-height: -moz-available;
}

.SignOn,
.Recovery,
.objects-button {
    min-height: var(--panel-control-buttons-maxheight);
    width: 100%;
}

form {
    display: inline-flex;
    align-items: center;

}

/* manual override always wins */
html[data-theme="dark"] {
	/* Input defaults */
	--ce-input-bg: #2c2f33; /* Dark input background */
	--ce-input-color: #e0e0e0;	/* Input text light */
	--ce-input-placeholder-color: #adb5bd;	/* Placeholder in dark */
}

html[data-theme="light"] {

    --ce-body-color: var(--ce-gray-400);
	
    /* Input defaults */
	--ce-input-bg: var(--ce-gray-100); /* Dark input background */
	--ce-input-color: var(--ce-black); /* Input text light */
	--ce-input-placeholder-color: var(--ce-gray-700); /* Placeholder in dark */
}

span[name="table"]{
    display: block;
}