/*Browser RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    color: inherit;
    text-decoration: inherit;
    vertical-align: middle;
}

.noselect, .material-icons, button, input::placeholder, textarea::placeholder {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    cursor: pointer;
}

button:focus,
button:active {
    outline: none;
}

/*-----Media Query-----*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../img/iconfont/Material-Icons.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(../img/iconfont/Material-Icons-Outlined.woff2) format('woff2');
}
/*-------Element-------*/
body {
    font-family: Arial;
    margin: 0;
    padding: 0;
    background-color: var(--workflow-background);
    overflow-x: hidden;
}

table {
    font-size: 13px;
}

/*--------Class--------*/
.atBox {
    width: 100%;
}

.biginput {
    width: 100%;
}

.boolPositiv {
    font-size: 20px;
    color: var(--workflow-font-special);
}

.boolNegativ {
    font-size: 20px;
    color: var(--workflow-font-special-dark);
}

.centerBtnText {
    margin: auto;

}



.dustbin {
    font-weight: bold !important;
    font-size: 60px !important;
    vertical-align: middle;
}

.fileTable {
    width: 100%;
    /*width: -webkit-fill-available;*/
    width: -moz-available;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    border-width: 0;
}

.fileTable th {
    padding: 2px 4px;
    background-color: var(--workflow-background-light);
    color: var(--workflow-font-general);
    text-align: center;
    font-weight: normal;
    border-top: 1px solid rgba(255, 0, 0, 0);
    border-left-width: 0;
    border-right: 1px solid rgba(55, 55, 55, 0.1);
    border-bottom: 1px solid rgba(255, 0, 0, 0);
    height: 20px;
    empty-cells: show;
    line-height: 20px;
    vertical-align: top;
    overflow: hidden;
    outline-width: 0;
    white-space: pre-line;
}

.fileTable th:nth-child(2) {
    width: 100%;
}

.fileTable th:nth-child(3) {
    min-width: 96px;
}

.fileTable td:nth-child(3) {
    white-space: nowrap;
}

.gradient-pattern {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), rgba(206, 206, 206, 1);
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), rgba(206, 206, 206, 1);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), rgba(206, 206, 206, 1);
    background-position: auto auto;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
}

.isChild td:nth-child(1) {
    text-align: right;
}

.loading {
    margin: auto;
    width: 200px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    outline: none;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons.header {
    font-size: 28px;
    width: 25px;
}

.material-icons.subMenu {
    font-size: 25px;
}

.material-icons.shortInfo {
    font-size: 14px;
    padding-right: 2px;
}

.material-icons.sideMenu {
    vertical-align: middle;
    font-size: 22px;
}

.sideMenuCategory {
    padding-top: 30px;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 19px;
    line-height: 25px;
    height: 25px;
    color: var(--workflow-font-general);
    border-bottom: 1px solid var(--global-border-darker);
}

.sideMenuItem {
    vertical-align: middle;
    padding-top: 3px;
    line-height: 22px;
    height: 22px;
    padding-left: 18px;
    cursor: pointer;
    color: var(--workflow-font-light);
}

.menulink {
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    color: var(--workflow-font-lightest);
    padding: 5px 20px 5px 5px;
    white-space: nowrap;
}

.menulink a {
    text-decoration: none;
    color: var(--workflow-font-lightest);
}

.menulink a:visited {
    text-decoration: none;
    color: var(--workflow-font-lightest);
}

.menulink a:hover {
    color: var(--workflow-font-highlight);
}

.menulink:hover {
    color: var(--workflow-font-highlight);
}

.nonDraggableImage {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.rootFolder {
    color: var(--workflow-font-dark);
}

.rootFolderChilds {
    color: var(--workflow-font-dark);
}

.subFolder {
    color: var(--workflow-font-special);
}

/*----------ID---------*/
#contentFrame {
    width: 100%;
    display: flex;
    position: absolute;
    margin: 0;
    top: 28px;
    padding: 0;
    border: none;
    border-spacing: 0;
    height: calc(100% - 28px);
    overflow: hidden;
}

#dividerFrame {
    height: 100%;
    width: 100%;
}

#dragandrophandler {
    height: 100%;
    width: 100%;
    background-color: var(--workflow-background);
}

#FileSide {
    display: inline-block;
    width: auto;
}

#FileSideHead {
    display: flex;
    height: 25px;
    width: 100%;
    background-color: var(--task-header);
}

#FileSideBody {
    display: flex;
    height: 100%;
}

#FileSideBody > #dragandrophandler {
    overflow-y: scroll;
}

#FileSidePin {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--workflow-font-lightest);
    background-color: var(--workflow-special);
    z-index: 1000;
}

#Filter {
    border: none;
}

/*#frameHead {
    margin: 0 10px;
    height: 38px;
    line-height: 38px;
    background-color: var(--workflow-background);
    display: flex;
    justify-content: space-between;
}*/

/*#frameBody {
    padding: 0 8px 0 8px;
}*/

#SearchForm {
    margin-bottom: 3px;
}

#wfLogo1 {
    padding-left: 10px;
    font-size: 20px;
    color: var(--workflow-font-lightest);
}

#wfLogo2 {
    font-weight: bold;
    margin-left: -8px;
    font-size: 20px;
    color: var(--workflow-font-highlight);
}

/*#wfuserinfo {
    float: right;
}*/

#wfuserrole {
    font-style: italic;
}

#wfversion {
    font-size: 20px;
    color: var(--workflow-font-lightest);
}

/*---------------------CustomCheckbox----------------------------*/
/* Customize the label (the container) */
.checkboxInputContainer {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    align-items: center;
    border-left-color: var(--config-border-light-shade-two);
}

/* Hide the browser's default checkbox */
.checkboxInputContainer input[type="checkbox"] {
    position: relative;
    opacity: 0;
    width: 28px;
    height: 28px;
    margin-left: 1px;
    cursor: pointer;
}

.checkboxInputContainer input[type="checkbox"]:invalid + .checkmark {
    background-color: var(--global-negative);
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    padding: 15px;
}

/* On mouse-over, add a grey background color */
.checkboxInputContainer:hover input[type="checkbox"] ~ .checkmark {
    border: solid 1px var(--config-highlight-blue-two) !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxInputContainer input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxInputContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid var(--global-border);;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wfExport .checkboxInputContainer {
    margin-right: 10px;
}

.checkmark, .checkboxInputContainer input[type="checkbox"]:checked ~ .checkmark {
    background-color: var(--global-custom-checkbox-background);
    border: solid 1px var(--global-custom-checkbox-border);
}

.checkboxInputContainer:hover input[type="checkbox"] ~ .checkmark {
    border: solid 1px var(--global-custom-checkbox-border-highlight) !important;
}

.ajs-visible:after {
    content: "close";
    position: absolute;
    top: 2px;
    right: 2px;
    font-family: "Material Icons";
}

::placeholder {
    color: var(--task-font-general);
}

::-webkit-input-placeholder {
    color: var(--task-font-general);
}
@-webkit-keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.banner{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    z-index: 1000;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid orange;
    background-color: var(--config-background-shade-two);
}

.banner::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -148vh;
    width: 200%;
    height: 300vh;
    /*background-color: #399953;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
    box-sizing: border-box;*/
}
.banner::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    /*background: linear-gradient(90deg, rgba(18,233,187,1) 0%, rgba(255,80,217,1) 50%, rgba(246,79,89,1) 100%);
    border-radius: 5px;
    box-sizing: border-box;*/
}

.rotate {
    transform: rotate(1deg);
}

div#maintanance {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    z-index: 9999;
}

@media only screen and (max-width: 1100px) {
    div#maintanance {
        width: 700px;
    }
}

@media only screen and (max-width: 780px) {
    div#maintanance {
        width: 500px;
    }
}

.maintananceMessageContainer {
    border-radius: 3px;
    display: flex;
    border: 1px solid #8080802b;
    cursor: pointer;
}

.maintananceIconContainer {
    align-content: center;
    padding: 15px;
    border-right: 1px solid #8080802b;
}

.maintananceCloseBtn {
    align-content: center;
    padding-right: 20px;
}

.maintananceMessage {
    align-content: center;
    flex: 1;
    padding: 15px;
    white-space: pre-wrap;
}

.maintanance-critical {
    background: #ff6464;
}

.maintanance-warning {
    background: #f0a83c;
}

.maintanance-info {
    background: #45f178;
}
