﻿
/* elements start */

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    user-select: none;
}

#viewprocess {
    user-select: text;
}

body.empty {
    margin: 3em 3em;
    width: calc(100% - 6em);
}

/* color picker */
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font-family: Arial;
}

.sp-container {
    z-index: inherit;
}

    .sp-container button, .sp-container button:hover {
        text-shadow: none;
    }

.sp-cancel {
    display: none;
}

/* enlarge the color picker preview */
.sp-preview {
    width: 10em;
}

input[type=text], input[type=password], textarea, #agenda-status {
    font-size: 14px;
    line-height: 21px;
    padding: 5px;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.20s ease-in-out;
}

*:focus {
    outline: none !important; /* remove browsers default outline */
}


textarea {
    resize: vertical;
    font-family: Arial, Helvetica, sans-serif;
}

    /* we get an ugly pipi by default in chrome */
    input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px rgb(230, 230, 230) inset;
    }

hr {
    height: 1px;
    border: none;
}

em {
    font-style: normal;
    font-weight: 700;
}

fieldset {
    margin-bottom: 10px;
}

th {
    text-align: left;
}

img.button-placeholder, button.select, button.edit, button.delete, button.link, button.unlink, button.feather, button.config, button.arrow,
button.print, button.email, button.filter, button.insert, button.lock, button.unlock, button.process, button.processes, button.invisible, .button-placeholder {
    padding: 1px;
    margin-left: 0.5em;
    width: 30px;
    height: 30px;
}

button.invisible {
    opacity: 0.00001;
}

img.button-placeholder {
    height: 1px;
}

button.select, button.select.ui-state-default, button.select.ui-state-hover {
    border: 0;
    background: transparent;
    padding: 0px;
    width: 24px;
}

button.edit img, button.edit .ui-button-text,
button.insert img, button.insert .ui-button-text,
button.delete img, button.delete .ui-button-text,
button.link img, button.link .ui-button-text,
button.unlink img, button.unlink .ui-button-text,
button.lock img, button.lock .ui-button-text,
button.unlock img, button.unlock .ui-button-text,
button.feather img, button.feather .ui-button-text,
button.arrow img, button.arrow .ui-button-text,
button.config img, button.config .ui-button-text,
button.filter img, button.filter .ui-button-text,
button.print img, button.print .ui-button-text,
button.process img, button.process .ui-button-text,
button.processes img, button.processes .ui-button-text,
button.email img {
    padding: 0;
    width: 24px;
    height: 24px;
}

button.email img {
    position: relative;
    top: 1px;
}
button.arrow.prev, button.arrow.next {
    width: 44px;
    /*padding-left: 9px*/
}

/* elements end */

/* head start */

#head {
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: all 300ms;
}

.version {
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    color: #aaa;
    line-height: 10px;
    padding-left: 12px;
    top: 45px;
    transition: all 300ms;
}

    .version:hover {
        color: #fff;
    }


#head-cont {
    width: 96%;
    height: 60px;
    margin: 0 auto;
    min-width: 960px;
    transition: all 300ms;
}

#head-logo {
    font-family: Verdana;
    font-weight: bold;
    width: 200px;
    line-height: 60px;
    height: 60px;
    font-size: 180%;
    cursor: pointer;
    display: block;
}

    #head-logo span {
        margin-left: 10px;
    }

#head-title {
    transition: all 300ms;
    position: relative;
    top: 0px;
    left: 0px;
    width: 50%;
    font-family: Verdana;
    font-size: 180%;
    line-height: 19px;
    font-weight: bold;
}

    #head-title span {
        margin-left: 90px;
        margin-top: -32px;
        display: block;
        transition: all 300ms;
    }

    #head-title .version {
        margin-top: -2px;
        margin-left: 230px;
    }

    #head-title img {
        margin-top: 5px;
        height: 46px;
        margin-left: 1em;
        transition: all 300ms;
    }

    #head-title .text {
        position: absolute;
        left: 85px;
        top: 0px;
    }

#head-user {
    margin-top: -18px;
    float: right;
    margin-right: 1em;
    cursor: pointer;
}

/* head end */

/* menu start */

.menu-element-title, h1 {
    font-size: 130%;
    margin: 0.2ex;
    margin-top: 2ex;
    font-weight: bold;
    line-height: 28px;
}

    .menu-element-title.active {
        cursor: pointer;
        border: 1px solid transparent;
    }

h2 {
    font-size: 110%;
    margin: 0.2ex;
    font-weight: bold;
    line-height: 24px;
}

h3, h4 {
    font-size: 100%;
    margin: 0.2ex;
    font-weight: bold;
    line-height: 22px;
}

.menu-elements ul {
    margin: 0;
    padding: 0;
}

.menu-elements ul li {
    padding: 0.3ex;
    padding-left: 36px;
    padding-right: 10px;
    font-size: 120%;
    list-style-type: none;
    cursor: pointer;
    border: 1px solid transparent;
}

.menu-element-selected {
    font-weight: bold;
}

.menu-icon {
    height: 28px;
    width: 28px;
    margin-bottom: -6px;
    margin-right: 0.2em;
}

/* menu end */

/* warning/error list start */
/* http://stackoverflow.com/questions/4419950/how-to-style-an-unordered-list-with-jquery-ui-so-that-the-elements-begin-with-a */
ul.icon {
    list-style: none; /* This removes the default bullets */
    padding-left: 24px; /* This provides proper indentation for your icons */
}

    ul.icon li {
        position: relative; /* Allows you to absolutely place the :before element
                           relative to the <li>'s bounding box. */
    }

    ul.icon.warning li:before, ul.icon.error li:before {
        /* The next 2 lines are necessary in order to make the :before pseudo-element
       appear, and thereby show it's background, your icon. */
        content: '';
        display: inline-block;
        /* Absolute is always in relation to the nearest positioned parent. In this
       case, that's the <li> with _relative_ positioning, above. */
        position: absolute;
        left: -20px;
        top: 2px;
        height: 16px;
        width: 16px; /* jQuery UI icons (with spacing) are 16x16 */
    }

    /*
    icons:
    http://api.jqueryui.com/theming/icons/
    jquery-ui.theme.css

*/

    ul.icon.error li:before {
        background: url(lib/images/ui-icons_444444_256x240.png) 0 -144px; /* ui-icon-alert */
    }

    ul.icon.warning li:before {
        background: url(lib/images/ui-icons_444444_256x240.png) -32px -144px; /* ui-icon-notice */
    }

.ui-icon-fff,
.ui-icon-white {
    background-image: url(lib/images/ui-icons_ffffff_256x240.png);
}

.ui-icon-c00,
.ui-icon-red {
    background-image: url(lib/images/ui-icons_cc0000_256x240.png);
}

.ui-icon-black,
.ui-icon-444 {
    background-image: url(lib/images/ui-icons_444444_256x240.png);
}

.ui-icon-darkgray,
.ui-icon-555 {
    background-image: url(lib/images/ui-icons_555555_256x240.png);
}

.ui-icon-gray,
.ui-icon-777 {
    background-image: url(lib/images/ui-icons_777777_256x240.png);
}

.ui-icon-lightgray,
.ui-icon-lightgrey,
.ui-icon-ccc {
    background-image: url(lib/images/ui-icons_ccc_256x240.png);
}

ui-icon-alert ui-icon-notice
/* warning/error list end */
/* jquery ui start */
.ui-dialog .ui-dialog-content {
    padding: 1em;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.no-title .ui-dialog-titlebar {
    display: none
}

.no-title .ui-dialog-content {
    padding: 0.5em;
}

img.ui-datepicker-trigger {
    margin-left: -28px;
    margin-top: 7px;
    margin-bottom: -9px;
    position: absolute;
}

input.datepicker {
    padding-right: 34px;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

img.ui-timepicker-trigger {
    margin-left: -28px;
    margin-top: 5px;
    margin-bottom: -5px;
}

input.timepicker {
    padding-right: 34px;
}

.ui-timepicker-title {
    padding: 3px 4px 3px 4px;
}

.ui-selectmenu-menu.ui-selectmenu-open > ul {
    max-height: 31ex;
}

.ui-autocomplete {
    max-height: 31ex;
    overflow-y: auto;
    overflow-x: hidden;
}


.ui-selectmenu-button span.ui-selectmenu-text {
    line-height: 150%;
}

.ui-selectmenu-button.ui-button {
    width: 0;
    margin: 0;
}

.ui-selectmenu-button.ui-selectmenu-button-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

div.ui-selectmenu-open {
    /*z-index: 9999 !important;*/ /* do we really need this in Version 1.12 */
}

div.combobox {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
}

input.combo-button-input,
.ui-widget-content input.combo-button-input,
input.combo-button-input:focus,
.ui-widget-content input.combo-button-input:focus {
    border-right: none;
    margin: 0;
    vertical-align: bottom;
}

.ui-button.combo-button {
    height: 34px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    vertical-align: bottom;
}

.ui-tooltip {
    border-width: 1px !important;
}

.ui-tabs > .ui-tabs-nav > .ui-state-disabled {
    display: none; /* disabled tabs don't show up */
}

.ui-tabs .ui-tabs-panel {
    padding: 0px;
    padding-left: 3px;
}

.ui-accordion .ui-accordion-content {
    /*padding: 1em 2.2em; //original */
    padding: 0.5em 0.8em;
}

.ui-droppable-hover {
    cursor: pointer;
    border-color: #fff;
}

/* jquery ui end */


#cont {
    width: 96%;
    margin: 0 auto;
    padding-top: 45px;
    height: calc(100% - 100px);
    transition: all 300ms;
}

#cont-menu {
    width: 200px;
    position: absolute;
    top: 60px;
    padding-top: 15px;
    background: #fff;
    height: calc(100% - 75px);
    z-Index: 91; /* over 90 for ui-resizable column */
    overflow-y: auto;
    /*
        clashes with "SharePoint-Schnittstelle"
    white-space: nowrap;
      */
}

#cont-menu-trigger {
    position: absolute;
    height: 100%;
    width: 2%;
    z-Index: 15;
}

#menubackground {
    margin-top: 60px;
    margin-left: 2%;
    height: calc(100% - 60px);
    width: 98%;
    z-Index: 10;
}

#main {
    margin-left: 200px;
    padding-top: 1ex;
    z-index: 2;
    height: 100%;
}

#foot {
    width: 96%;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
}

.not-authorized {
    margin: 0 auto;
    padding-top: 10ex;
    min-width: 50em;
    text-align: center;
}

/* result tables start */

div.resulttable, div.itemtable {
    width: 100%;
}

table.result, table.shortresult,
div.table.result, div.table.shortresult {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    margin: 0;
    padding: 0;
}


div.table.result div.thead, div.table.result div.tbody {
    display: block;
}

div.table.result div.tbody {
    overflow-y: auto;
    overflow-x: hidden;
}

div.table.result div.thead select {
  background: transparent;
  border: 0px;
  font-weight: bold;
}
div.table.result div.thead input {
  width: 100%;
}


.clickable {
    cursor: pointer !important;
}

div.table.result, div.table.shortresult, div.table.result div.tr, div.table.shortresult div.tr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}

    div.table.result div.th, div.table.result div.td, div.table.shortresult div.th, div.table.shortresult div.td {
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    table.result tr td, table.shortresult tr td,
    table.result tr th, table.shortresult tr th,
    div.table.result div.tr, div.table.shortresult div.tr {
        padding: 0;
        margin: 0;
    }

    table.result tr td, table.shortresult tr td,
    div.table.result div.td, div.table.shortresult div.td {
        font-size: 14px;
        line-height: 17px;
        padding: 4px;
        padding-top: 8px;
        padding-bottom: 8px;
        vertical-align: top;
    }

    table.result thead tr, table.shortresult thead tr,
    div.table.result div.thead div.tr, div.table.shortresult div.thead div.tr {
        line-height: 21px;
    }

    table.result tr th, table.shortresult tr th, div.th.override,
    div.table.result div.th, div.table.shortresult div.th {
        line-height: 30px;
        padding: 2px;
        padding-left: 4px;
        font-weight: 700;
    }

div.th.sort {
    cursor: grab;
}

div.th.override {
    display: inline-block;
    padding-left: 0;
}

div.table.result div.th.button-cell, div.table.result div.td.button-cell, div.table.shortresult div.th.button-cell, div.table.shortresult div.td.button-cell {
    padding: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    vertical-align: top;
}

table.result th.button-cell, table.result td.button-cell, table.shortresult th.button-cell, table.shortresult td.button-cell {
    padding: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: top;
}

div.table.result div.th.button-cell button, div.table.shortresult div.th.button-cell button {
    margin-top: 2px;
}


div.table.result-no-lines div.th, div.table.result-no-lines div.td, div.table.shortresult-no-lines div.th, div.table.shortresult-no-lines div.td {
    border-bottom: none;
}

th.small, td.small {
    width: 1%;
    white-space: nowrap;
}

/* result tables end */

table.sorttable td {
    padding-top: 4px;
    padding-bottom: 4px;
}

table.viewtable td {
    line-height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
}

/*general styles for all CSS Checkboxes*/
label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px !important;
    width: 1px !important;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        margin-top: -1px;
        margin-bottom: -1px;
        padding-left: 25px;
        padding-right: 5px;
        display: inline-block;
        line-height: 19px;
        background-repeat: no-repeat;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-image: url(../img/checkbox-checked.png);
    }

.css-label {
    background-image: url(../img/checkbox-unchecked.png);
}

.errormsg {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .errormsg label.error {
        border: 0;
    }

.error-in-header {
    margin-top: -24px;
    float: right;
    margin-right: 10px;
    display: none;
}

.errormsg label {
    margin-right: 0.3em;
}

.error-dialog strong {
    color: #666;
    margin-right: 0.5em;
}

div.error-box {
    top: 20px;
    position: relative;
    overflow: hidden;
}


/* tiles start */

div.tile {
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
    font-size: 14px;
    width: 145px;
    height: 145px;
    cursor: pointer;
    box-sizing: border-box;
}

    div.tile div.title {
        position: absolute;
        padding: 0.5em;
        box-sizing: border-box;
    }

    div.tile div.top {
        height: 66.66%;
        vertical-align: top;
        box-sizing: border-box;
    }

/* tiles end */

.bottom-aligner {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}


table.person-data-props {
    width: 100%;
}

    table.person-data-props td {
        height: 5ex;
    }

.center {
    text-align: center;
}

.displayname {
    margin-left: 0.2em;
    font-weight: normal
}

h4.cattitle {
    display: inline-block;
    margin-bottom: 15px;
}

.persondata-cat-button {
    float: right;
    margin-left: 1em;
}

#api {
    margin-left: -10px;
}

    #api textarea {
        width: 100%;
    }

        #api textarea.input {
            height: 20ex;
        }

        #api textarea.output {
            height: 32ex;
        }

    #api button {
        margin-top: 1ex;
        float: right;
    }

    .tt, #api dt {
        font-family: monospace;
    }

img.info {
    margin-left: 0.1em;
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: text-bottom;
}

img.searchselect {
    margin-left: -23px;
    margin-top: 3px;
    margin-bottom: -3px;
    cursor: pointer;
}

input.searchselect {
    cursor: pointer;
}

.searchselect input[type=text], .searchselect input[type=password], .searchselect input[type=file], .searchselect textarea {
    line-height: 120%;
}


.searchselect table.result th, .searchselect table.result td, .searchselect table.shortresult th, .searchselect table.shortresult td {
    border: none;
    line-height: 120%;
    cursor: pointer;
}

img.systematic {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 0.5em;
    margin-top: -4px;
    margin-bottom: -4px;
}

.marked-tab::after, .marked-title::after {
    /*content: "*";*/
    content: "\a0\2731";
}

.split-pane-divider {
    width: 3px;
    border-top: none;
    border-bottom: none;
    margin: 0;
}

    .split-pane-divider.horiz {
        width: auto;
        height: 3px;
        border-left: none;
        border-right: none;
    }

.split-pane-component.left {
    margin-right: 5px;
}

.split-pane-component.top {
    margin-bottom: 5px;
}

div.content {
    padding-left: 10px;
    height: 100%;
}

div.button-box, div.button-box-no-bottom-margin {
    margin-top: 2ex;
    margin-bottom: 2ex;
    position: absolute;
    bottom: 10px;
    right: 2%;
}

div.button-box-no-bottom-margin-left {
    bottom: 0;
    margin-top: 2ex;
    margin-bottom: 2ex;
    position: absolute;
    left: 0;
}

div.button-box-no-bottom-margin {
    bottom: 0;
}

div.button-box-floating {
    margin-top: 2ex;
    margin-bottom: 2ex;
    float: right;
}

div.button-box-left {
    margin-top: 2ex;
    margin-bottom: 2ex;
    bottom: 10px;
    left: 0%;
}

#home {
    padding-top: 20px;
}

.no-selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.selected-file-container {
    line-height: 150%;
    padding: 5px
}


div.info.resulttable {
    border-top: none;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

div.treeinfo table.result {
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.split-top-border, div.split-bottom-border {
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-y: auto;
}

div.split-top-border {
    border-bottom: none;
}

div.split-bottom-border {
    border-top: none;
}

img.doc-row-icon {
    margin-top: -7px;
    margin-bottom: -10px;
    cursor: pointer;
    width: 32px;
}

.sr-t, .process-title {
    font-weight: bold;
    font-size: 120%;
}

.sr-st, .process-subtitle {
    padding-left: 1em;
    font-weight: bold;
}

.process-subtitle {
    padding-left: 0;
}

.sr-r {
    padding: 5px;
}

    .sr-r .doc-row-icon {
        float: left;
        padding-left: 1em;
        padding-top: 10px
    }

    .sr-r .sr-te {
        padding-left: 95px;
        padding-right: 100px
    }

div.process-view {
    padding: 3ex;
}

span.descriptor::before, span.nodescriptor::before {
    content: "\2192\00a0";
}

span.descriptor::before {
    visibility: hidden;
}

/* disabled start */

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.75;
}

input:disabled, .ui-widget-content input.ui-state-default:disabled {
    cursor: auto;
    opacity: 0.666;
}

input[type=checkbox].css-checkbox:disabled,
input[type=checkbox].css-checkbox:disabled + label.css-label {
    opacity: 0.5;
}

/* disabled end */

.scrollcontainer {
    overflow-y: auto;
    padding: 1em;
}

div.jHtmlArea .ToolBar ul {
    background: none;
}

.ZAM {
    /*padding-right: 2em;*/
}

    .ZAM::after {
        content: "ZAM";
        color: #C81031;
        font-size: 66%;
        vertical-align: top;
    }

div.filterform {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0.5em;
    margin: 0;
}

div.filter-field {
    display: inline-block;
    white-space: nowrap;
}

    div.filter-field label, div.filter-field .field {
        display: inline-block;
        margin: 0;
        margin-right: 1em;
        margin-bottom: 0.5em;
    }

    div.filter-field label {
        min-width: 2em;
    }

img.video-trigger {
    margin-left: -34px;
    margin-top: 7px;
    margin-bottom: -7px;
}

input.video {
    padding-right: 36px;
}

#video-frame, #video-playlist {
    width: 720px;
}

#video-frame {
    display: block;
    height: 405px;
    margin: 0 auto;
    border: none;
    margin-bottom: 2ex;
}

div.table .ui-resizable-handle {
    width: 12px;
    background-image: url(../img/resize-handle.gif);
    background-position: center;
    background-repeat: repeat-y;
    margin-top: 4px;
    margin-bottom: -2px;
}

div.table .ui-resizable-disabled .ui-resizable-handle {
    cursor: default;
    background: none;
}

.ui-resizable-helper, .ui-sortable-helper {
    border: 1px dotted #333;
    background: #ccc;
    opacity: 0.5;
}

.ui-sortable-helper {
    display: inline-block;
    font-weight: 700;
    padding: 0.5em 1em 0 1em;
}

.row-indent {
    padding-left: 1.5em;
}

.archive-tabs-icon {
    height: 28px;
    width: 28px;
    /*background: #e6e6e6;*/
    /*border: 1px solid #e6e6e6;*/
    margin: -0.1em 0 -0.4em -0.6em;
}

    .archive-tabs-icon.search {
        background-image: url(../img/search.png);
        background-size: cover;
    }

.clearer {
    clear: both;
    height: 1px;
    margin-bottom: -1px;
}

.draghandle {
    cursor: grab;
}

#archivesearch-doc .ms-list {
    height: 42ex;
}

#archivesearch-process .ms-list {
    height: 25ex;
}

.inlineform {
    padding: 0px !important;
}

table.apifields {
    border-collapse: collapse;
    border: 1px solid #888;
}

    table.apifields th {
        background: #3A9AD9;
        color: #eee;
    }

    table.apifields td, table.apifields th {
        padding: 5px;
        border-collapse: separate;
        border: 1px solid #444;
    }

#archivesearch .leftsearchbox {
    opacity: 0;
    transition: all 300ms;
}

    #archivesearch .leftsearchbox .searchprofiles {
        width: 300px;
    }

#archivesearch .searchprofilesmessage {
    opacity: 0;
}

@media only screen and (min-width: 1200px) {
    #archivesearch .leftsearchbox {
        opacity: 1;
    }
}

.EditProcessForm-searchDialog .leftsearchbox {
    display: none;
}

.external {
    padding-left: 3px !important;
}

.doc-icon {
    white-space: nowrap;
}

fieldset {
    background-color: #fafafa !important;
    padding: 10px;
}

.truncate-ellipsis {
    display: table !important;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}

    .truncate-ellipsis > * {
        display: table-cell;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* === classes for responsive tables structure with divs instead of table === */

.div-table {
    width: 100%;
    display: table
}
#rolesoverview .div-table {
    width: auto;
}

.div-body {
    display: table-row-group;
}

.div-row {
    display: table-row;
}

.div-cell {
    display: table-cell;
    vertical-align: middle;
}
#rolesoverview .div-cell {
    min-width: 30px;
    border:1px solid #888;
    padding:3px;
}


legend {
    font-size: 1em;
    background-color: #fefefe !important; /* UserSettings: Zebra */
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    border: 1px solid #aaa !important;
}

.filteredrow {
    display: none;
}

.highlightrow {
    font-weight: bold;
}
/* switch box ------------------------------------------------------------------- */


.switch-box {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    border: 2px solid transparent;
    vertical-align: middle;
}

    .switch-box input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch-box:focus {
        border: 2px solid #3A9AD9;
    }

.switch-box-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    background-color: #c5c5c5;
    -webkit-transition: .4s;
    transition: .4s;
    vertical-align: middle;
}

    .switch-box-slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        border-radius: 50%;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:disabled + .switch-box-slider {
    background-color: #e6e6e6;
    cursor: default;
}

input:checked + .switch-box-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.error {
    color: red !important;
}

.waitcontainer {
    width: 112px;
    height: 112px;
}

    .waitcontainer .box1,
    .waitcontainer .box2,
    .waitcontainer .box3 {
        border: 16px solid #f5f5f5;
        box-sizing: border-box;
        position: absolute;
        display: block;
    }

    .waitcontainer .box1 {
        width: 112px;
        height: 48px;
        margin-top: 64px;
        margin-left: 0px;
        -webkit-animation: anime1 4s 0s forwards ease-in-out infinite;
        animation: anime1 4s 0s forwards ease-in-out infinite;
    }

    .waitcontainer .box2 {
        width: 48px;
        height: 48px;
        margin-top: 0px;
        margin-left: 0px;
        -webkit-animation: anime2 4s 0s forwards ease-in-out infinite;
        animation: anime2 4s 0s forwards ease-in-out infinite;
    }

    .waitcontainer .box3 {
        width: 48px;
        height: 48px;
        margin-top: 0px;
        margin-left: 64px;
        -webkit-animation: anime3 4s 0s forwards ease-in-out infinite;
        animation: anime3 4s 0s forwards ease-in-out infinite;
    }


@keyframes anime1 {
    0% {
        width: 112px;
        height: 48px;
        margin-top: 64px;
        margin-left: 0px;
    }

    12.5% {
        width: 48px;
        height: 48px;
        margin-top: 64px;
        margin-left: 0px;
    }

    25% {
        width: 48px;
        height: 48px;
        margin-top: 64px;
        margin-left: 0px;
    }

    37.5% {
        width: 48px;
        height: 48px;
        margin-top: 64px;
        margin-left: 0px;
    }

    50% {
        width: 48px;
        height: 48px;
        margin-top: 64px;
        margin-left: 0px;
    }

    62.5% {
        width: 48px;
        height: 48px;
        margin-top: 64px;
        margin-left: 0px;
    }

    75% {
        width: 48px;
        height: 112px;
        margin-top: 0px;
        margin-left: 0px;
    }

    87.5% {
        width: 48px;
        height: 48px;
        margin-top: 0px;
        margin-left: 0px;
    }

    100% {
        width: 48px;
        height: 48px;
        margin-top: 0px;
        margin-left: 0px;
    }
}


@keyframes anime2 {
    0% {
        width: 48px;
        height: 48px;
        margin-top: 0px;
        margin-left: 0px;
    }

    12.5% {
        width: 48px;
        height: 48px;
        margin-top: 0px;
        margin-left: 0px;
    }

    25% {
        width: 48px;
        height: 48px;
        margin-top: 0px;
        margin-left: 0px;
    }

    37.5% {
        width: 48px;
        height: 48px;
        margin-top: 0px;
        margin-left: 0px;
    }

    50% {
        width: 112px;
        height: 48px;
        margin-top: 0px;
        margin-left: 0px;
    }

    62.5% {
        width: 48px;
        height: 48px;
        margin-top: 0px;
        margin-left: 64px;
    }

    75% {
        width: 48px;
        height: 48px;
        margin-top: 0px;
        margin-left: 64px;
    }

    87.5% {
        width: 48px;
        height: 48px;
        margin-top: 0px;
        margin-left: 64px;
    }

    100% {
        width: 48px;
        height: 48px;
        margin-top: 0px;
        margin-left: 64px;
    }
}

@keyframes anime3 {
    0% {
        width: 48px;
        height: 48px;
        margin-top: 0px;
        margin-left: 64px;
    }

    12.5% {
        width: 48px;
        height: 48px;
        margin-top: 0px;
        margin-left: 64px;
    }

    25% {
        width: 48px;
        height: 112px;
        margin-top: 0px;
        margin-left: 64px;
    }

    37.5% {
        width: 48px;
        height: 48px;
        margin-top: 64px;
        margin-left: 64px;
    }

    50% {
        width: 48px;
        height: 48px;
        margin-top: 64px;
        margin-left: 64px;
    }

    62.5% {
        width: 48px;
        height: 48px;
        margin-top: 64px;
        margin-left: 64px;
    }

    75% {
        width: 48px;
        height: 48px;
        margin-top: 64px;
        margin-left: 64px;
    }

    87.5% {
        width: 48px;
        height: 48px;
        margin-top: 64px;
        margin-left: 64px;
    }

    100% {
        width: 112px;
        height: 48px;
        margin-top: 64px;
        margin-left: 0px;
    }
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fullsize {
    width: 100%;
    height: 100%;
}

.waitcontainer {
    margin-left: 40px;
}

.realbusy {
    opacity: 0.001;
    display: none;
    width: 200px;
    height: 150px;
    text-align: center;
    font-size: 150%;
    line-height: 150%;
    color: #f4f4f4;
    text-shadow: -1px 0 #888, 0 1px #888, 1px 0 #888, 0 -1px #888;
}

.hovervisible {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.hovervisible:hover {
    opacity: 1;
}
.deg90 {
    writing-mode: vertical-lr;
}
.groupend {
    border-bottom: 3px solid #888 !important;
}
#rolesoverview .resulttable {
   height:calc(100% - 60px);
   overflow: auto;
}
#rolesoverview .div-cell:first-child {
    white-space:nowrap;
}
#rolesoverview .div-cell:not(:first-child) {
    text-align: center;
}
