@CHARSET "ISO-8859-1";
:root {
    --color-1: #0070c9;
    --color-2: #222;
    --color-3: #fafafa;
    --color-4: rgba(51,51,51,0.9);
    --color-red: #ef5602;
    --color-green: #27ae60;
    --color-orange: #f39c12;
    --font-1: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    --font-2: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    position: fixed;
    width: 100%;
    overflow: hidden;
}

body {
    background: #fafafa;
    font-family: var(--font-1);
    font-feature-settings: "kern" 1, "liga" 1, "aalt" 0, "calt" 0, "salt" 0, "ss01" 1, "ss03" 0, "case" 0, "cpsp" 0, "tnum" 0, "pnum" 1, "ordn" 0, "frac" 0, "numr" 0, "dnom" 0, "subs" 0, "sups" 0;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
    font-size: 13px;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    line-height: 1.25;
}

input, .menu, .sidebar, #topbar > div, #global-search input, .sidebar tr, .menu li.open-table[data-count="0"], .globalsearch-results tr[data-count="0"], .breadcrumbs {
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

h2 {
    color: var(--color-1);
    font-size: 2.25em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    font-family: var(--font-2);
}

h4 {
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 1.4em;
    margin: 1em 0 2em;
    padding: 0.3em 0.5em;
    text-align: left;
    text-transform: uppercase;
}

h5 {
    color: #444;
    text-align: left;
    text-transform: uppercase;
    margin-top: 1em;
    margin-bottom: 0.4em;
    padding-left: 0.6em;
    font-size: 1.2em;
}

input, select, textarea {
    box-sizing: border-box;
    border: 0 none;
    width: 100%;
    background: transparent;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: 13px;
}

:focus {
    outline-color: transparent;
    outline-style: none;
}

th, td {
    text-align: left;
    position: relative;
}

ul {
    list-style: none;
}

.block {
    display: block !important;
}

#main {
    height: 100%;
    overflow: hidden;
}

.sidebar {
    background: var(--color-2);
    color: #adb1a8;
    flex: 0 0 0;
    -ms-overflow-style: none;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
/ / Firefox
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.sidebar table th {
    color: #ddd;
    position: relative;
}

#global-search {
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
    z-index: 1;
}

#global-search input {
    color: var(--color-3);
    height: 50px;
    padding: .3rem 2.25rem 0;
}

#global-search input:focus {
    background: white;
    color: black;
}

#global-search i {
    color: #999;
    position: absolute;
    right: .8rem;
    top: 1rem;
}

.left-open #left.sidebar {
    flex: 0 0 300px;
}

.right-open #right.sidebar {
    flex: 0 0 270px;
    z-index: 111;
}

#content {
    flex: 1;
    overflow: visible !important;
}

.tab-container {
    display: flex;
    flex: 1 0 auto;
}

.tabs-wrapper {
    position: relative;
    width: 100%;
}

.left-open #tabs {
    padding-left: 3rem;
}

#tabs {
    display: flex;
    min-height: 54px;
    background: var(--color-1);
    flex: 1 1 auto;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    z-index: 100;
}

#tabs::-webkit-scrollbar {
    width: 0;
    background: transparent;
    height: 0;
}

#tabs > li {
    color: var(--color-3);
    margin-right: 1em;
    padding: 0 1.5rem;
    white-space: nowrap;
    position: relative;
    transition: background ease .2s;
}

#tabs > li:not(.active):hover {
    background: rgba(255, 255, 255, 0.15);
}

#tabs > li i {
    color: #aaa;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

#tabs > li.active:hover i {
    display: block;
}

#tabs > li.active {
    background: var(--color-3);
    color: black;
    font-weight: 600;
}

.tab-wrapper > table {
    margin: 2em;
}

.control-menu select {
    width: auto;
    cursor: pointer;
}

.control-menu li {
    border-bottom: 2px solid transparent;
    line-height: 40px;
    padding: 0.4em 2em 0;
    white-space: nowrap;
}

.control-menu li:hover {
    border-bottom: 2px solid #ddd;
}

ul.control-menu li.active {
    border-bottom: 2px solid var(--color-1);
}

.control-menu li i {
    margin-right: 0.4em;
    margin-top: -.15em;
}

.sidebar table {
    background: transparent;
}

.sidebar table *:not(i) {
    display: block;
}

.sidebar table td, .sidebar table th {
    border: 0 none;
    padding-left: .4rem;
}

#left.sidebar table td {
    padding-left: 1.15rem;
    box-sizing: border-box;
    border-left: .1rem solid #333;
    margin-left: 1rem;
}

#right.sidebar table td {
    padding: 0.8em;
}

td, th, input, .filterlist, option, textarea {
    padding: 0.5em 0.8em;
}

select {
    padding: .5em .8em;
}

td, th {
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
}

tfoot td {
    border: 0 none;
}

.icon-cancel-circled {
    color: #aaa;
}

.autocomplete li:hover, .menu li:not(.li-header):hover {
    background: rgba(226, 0, 42, .1);
}

#content tr.active {
    background: rgba(226, 0, 42, .1);
}

#content tr.active {
    position: relative;
    z-index: 10;
}

.sidebar table td:hover {
    color: var(--color-3);
}

.table-header-filter input {
    border-bottom: 1px solid #e5e5e5;
    min-width: 100%;
    width: 1px;
    text-align: inherit;
}

.table-header-search > td {
    padding: 0;
}

.table-header-filter.loaded th {
    padding: 0;
}

.table-header-search i {
    position: absolute;
    padding: 3px;
}

.breadcrumbs:not(:empty)::after {
    background: #EAEAEA;
    bottom: -18px;
    color: #666;
    /*content: "Angewandte Filter";*/
    left: 25px;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.breadcrumbs {
    background: rgba(0, 0, 0, 0.04);
    padding: 1em 2em;
    position: relative;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1) inset;
    z-index: 10;
}

.breadcrumbs:empty {
    padding: 0 2em;
}

.breadcrumbs li span {
    display: block;
}

.breadcrumbs li .col {
    font-weight: bold;
}

.breadcrumbs > li {
    background: white none repeat scroll 0 0;
    display: inline-block;
    margin-right: 1em;
    max-width: 200px;
    padding: 0.8em 2.8em 0.8em 1.4em;
    position: relative;
}

.breadcrumbs > li span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    width: 100%;
    padding-left: 1rem;
}

.breadbrumb .material-icons {
    color: #aaa;
    position: absolute;
    right: 0.1em;
    top: 0.1em;
}

.breadbrumb:hover .material-icons {
    color: var(--color-red);
}

.table-header-filter {
    background: rgb(250, 250, 250);
    border: 1px solid #e5e5e5;
}

table td.FK, table td.PK, .table-header-filter li, .autocomplete-value, table td[data-field="testCaseId"], table td[data-field="testRunDateTime"], .like-fk {
    color: var(--color-1);
    letter-spacing: 0;
}

td.FK:empty:before {
    content: "\2014";
}

table.interaction tbody td, .table-header-filter li {
    cursor: pointer;
}

.table-header-filter th[data-type_simple="varchar"] li::after,
.table-header-filter th.FK li::after {
    color: var(--color-green);
    content: attr(data-count);
    margin-right: 0;
    position: absolute;
    right: 0;
    letter-spacing: -.04rem;
    font-feature-settings: "kern" 1, "liga" 1, "aalt" 0, "calt" 0, "salt" 0, "ss01" 1, "ss03" 0, "case" 1, "cpsp" 0, "tnum" 1, "pnum" 0, "ordn" 0, "frac" 0, "numr" 0, "dnom" 0, "subs" 0, "sups" 0;
}

.table-header-filter li:hover {
    background: rgba(0, 0, 0, 0.04);
}

/*
.table-header-filter th.FK li::before,
.table-header-filter th[data-type_simple="varchar"] li::before,
.table-header-filter th[data-type_simple="int"]:not(.FK) li::after,
.table-header-filter th[data-type_simple="float"] li::after,
.table-header-filter th[data-type_simple="decimal"] li::after {
    content: ".......................................................................................";
    opacity: 0.3;
    position: absolute;
    left: 0;
}
*/
.table-header-filter th[data-type_simple="int"]:not(.FK) li::before,
.table-header-filter th[data-type_simple="float"] li::before,
.table-header-filter th[data-type_simple="decimal"] li::before {
    background: #fafafa none repeat scroll 0 0;
    color: var(--color-green);
    content: attr(data-count);
    margin-right: 0;
    position: absolute;
    left: 0;
}

.table-header-filter li {
    font-weight: normal;
    max-width: 20rem;
    overflow-x: hidden;
    padding-right: 3rem;
    padding-top: 0.2em;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 1.3rem;
}

.table-header-filter th[data-type_simple="int"]:not(.FK) li,
.table-header-filter th[data-type_simple="float"] li,
.table-header-filter th[data-type_simple="decimal"] li {
    text-align: right;
    padding-right: 0;
    padding-left: 4rem;
}

.table-header-filter li:hover, table.oneclick-filter tbody td:hover {
    text-decoration: underline;
}

#main {
    display: flex;
}

.sidebar table {
    box-sizing: border-box;
    display: block;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    padding-top: 1rem;
}

.table-header-search .icon-search {
    padding: 0.5rem 1rem;
    position: absolute;
}

.globalsearch-results .result-table {
    color: var(--color-1);
}

.globalsearch-results .result-amount {
    text-align: right;
    color: var(--color-green);
}

.icon-cancel-circled:HOVER {
    color: var(--color-red);
}

.menu, .autocomplete ul {
    background: white none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: black;
    margin-left: -1em;
    margin-top: 0.5em;
    max-width: 25rem;
    min-width: 22rem;
    padding: 0.5em 0 1.5em;
    position: absolute;
    z-index: 10;
    letter-spacing: 0;
    top: 20px;
    left: 20px;
}

.opacity-animation {
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.3s ease;
}

#tabs .menu {
    padding-top: 1em;
    line-height: 1.5rem;
    font-weight: normal;
    margin: 0rem -1.5rem;
}

.autocomplete-container {
    padding-bottom: 0.4em !important;
    min-height: 1.4em;
}

.autocomplete-container:empty::before {
    color: #666;
    content: "Keine Ergebnisse";
    font-style: italic;
    line-height: 1.8em;
    padding: 1em;
}

.menu li, .autocomplete ul li {
    padding: 0.4rem 1.5rem .4rem 2.5rem;
    text-align: left;
    white-space: normal;
    position: relative;
}

.menu .li-header {
    cursor: auto;
    padding-top: 1.5em;
    font-weight: 700;
}

.menu .li-header:FIRST-CHILD {
    border-top: 0 none;
    margin-top: 0;
}

.control-menu {
    display: flex;
    height: 50px;
    position: absolute;
    width: 100%;
    background: var(--color-3);
    padding-left: 2em;
    overflow: -moz-scrollbars-none;
    overflow-x: scroll;
    overflow-y: hidden;
}

.control-menu::-webkit-scrollbar {
    display: none;
}

.control-wrapper {
    min-height: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.uneditable {
    opacity: 0.5;
}

.table-header-search input {
    padding: .5em 0.5em 0.5em 2.8em
}

.loading-area {
    position: relative;
}

.loading-area > * {
    opacity: 0.25;
}

.loading-area .animate-spin {
    left: 50%;
    line-height: 1em !important;
    opacity: 0.8;
    padding: 0;
    position: absolute;
    top: calc(50% - 0.5em);
}

.edit-select {
    min-height: 2.2em;
    padding: 0 !important;
}

.edit-select input, .edit-select textarea {
    outline: 1px solid rgba(25, 118, 210, 0.5);
    outline-offset: 0px;
}

.edit-select > input {
    text-align: inherit;
    border: 0 none;
}

:not(.menu) > .apply-filter[data-value=""]::before {
    content: "..." !important;
    opacity: 1 !important;
    position: relative !important;
}

.table-header-column th {
    padding-right: 2em;
}

.table-header-column th span {
    cursor: pointer;
    color: var(--color-1);
    white-space: nowrap;
}

.table-header-column th span:hover {
    text-decoration: underline;
}

.tabwrapper:not(.transposed) .table-header-column th * {
    line-height: 26px;
}

.tab-wrapper input:focus, .login > input:focus {
    border-bottom-color: var(--color-1);
}

.tab-wrapper input {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
}

/* animation */
@keyframes scale-animation {
    from {
        transform: scale(.9, .9)
    }
    to {
        transform: scale(1, 1)
    }
}

/*
.setting-complex-animations .animate-in, .setting-complex-animations .menu, .setting-complex-animations .autocomplete-container {
	transform-origin: 0 0 0;
	animation-name: scale-animation;
    animation-duration: 0.3s;
}
.setting-complex-animations .overlay-wrapper > div, .setting-complex-animations .box {
	transform-origin: 50% 50% 0;
	animation-name: scale-animation;
    animation-duration: 0.3s;
}
 */
.resize {
    overflow: auto;
    resize: horizontal;
    min-width: 2em;
}

.resize span {
    display: block;
    white-space: nowrap;
}

.box > div.header {
    background-color: rgb(231, 80, 90);
    box-sizing: border-box;
    color: var(--color-3);
    font-size: 20px;
    height: 50px;
    left: 0;
    line-height: 50px;
    padding: 0 50px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
}

/* col types */
.tab-wrapper:not(.transposed) *[data-type_simple="int"]:not(.FK),
.tab-wrapper:not(.transposed) *[data-type_simple="bigint"],
.tab-wrapper:not(.transposed) *[data-type_simple="float"],
.tab-wrapper:not(.transposed) *[data-type_simple="double"],
.tab-wrapper:not(.transposed) *[data-type_simple="decimal"] {
    text-align: right;
}

/* tabular figures */
td[data-type_simple="int"],
td[data-type_simple="bigint"],
td[data-type_simple="float"],
td[data-type_simple="double"],
td[data-type_simple="decimal"],
td.result-amount,
.monospace {
    letter-spacing: -.03rem;
    font-feature-settings: "kern" 1, "liga" 1, "aalt" 0, "calt" 0, "salt" 0, "ss01" 1, "ss03" 0, "case" 1, "cpsp" 0, "tnum" 1, "pnum" 0, "ordn" 0, "frac" 0, "numr" 0, "dnom" 0, "subs" 0, "sups" 0;
}

td[data-type_simple="timestamp"],
td[data-type_simple="datetime"],
td[data-type_simple="date"],
td[data-type_simple="time"] {
    letter-spacing: -.03rem;
    font-feature-settings: "kern" 1, "liga" 1, "aalt" 0, "calt" 0, "salt" 0, "ss01" 1, "ss03" 0, "case" 1, "cpsp" 1, "tnum" 1, "pnum" 0, "ordn" 0, "frac" 0, "numr" 0, "dnom" 0, "subs" 0, "sups" 0;
}

.tab-wrapper:not(.transposed) tr:not(.table-header-filter) th[data-type_simple="int"]:not(.FK),
.tab-wrapper:not(.transposed) tr:not(.table-header-filter) th[data-type_simple="bigint"],
.tab-wrapper:not(.transposed) tr:not(.table-header-filter) th[data-type_simple="float"],
.tab-wrapper:not(.transposed) tr:not(.table-header-filter) th[data-type_simple="double"],
.tab-wrapper:not(.transposed) tr:not(.table-header-filter) th[data-type_simple="decimal"] {
    padding-left: 2em;
    padding-right: 0.8em !important
}

.table-header-column th[data-type_simple="int"]:not(.FK) i,
.table-header-column th[data-type_simple="bigint"] i,
.table-header-column th[data-type_simple="float"] i,
.table-header-column th[data-type_simple="double"] i,
.table-header-column th[data-type_simple="decimal"] i {
    left: 0.25em;
    width: 0;
}

.FK {
    text-align: left;
}

.PK {
    white-space: nowrap;
}

table {
    background: var(--color-3);
    border-collapse: collapse;
    position: relative;
    z-index: 0;
}

thead {
    vertical-align: top;
}

.table-header-column th, .table-header-search td,
.sticky-first th, .sticky-second th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 28px;
    background: var(--color-3);
}

.table-header-search td, .sticky-first th {
    top: 0;
}

.table-header-column th, .sticky-second th {
    box-shadow: 0px 1px 0px #e5e5e5;
}

.apply-filter-range, .autocomplete li, .menu li:not(.li-header), .open-table, .open-module, .sidebar thead, .breadbrumb, #tabs li, .control-menu li, .icon-cancel-circled, #right.sidebar tr, .material-icons, .autocomplete-value {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidebar th i {
    padding-right: 0.4em;
}

.sidebar table:not(.open) tbody tr {
    height: 0;
    overflow: hidden;
}

.sidebar tr {
    height: 2em;
    display: flex !important;
    align-items: center;
}

.transposed tfoot {
    display: none;
}

.transposed .resize {
    resize: none;
}

.transposed tr > * {
    display: block;
    height: 2.3em;
    text-align: left;
}

.transposed tr, .transposed thead, .transposed tbody {
    display: table-cell;
}

.transposed td, .transposed th {
    min-width: 200px;
    padding: 0.5em;
}

.transposed .table-header-filter, .transposed .table-header-search, .tab-wrapper:not(.filterable) .table-header-filter {
    display: none;
}

.transposed .control-menu .filter, .transposed .control-menu .sort, .transposed .control-menu .group {
    display: none;
}

.menu li.open-table[data-count], .globalsearch-results tr[data-count] {
    opacity: 1;
}

.menu li.open-table[data-count="0"], .globalsearch-results tr[data-count="0"] {
    opacity: 0.25;
}

.menu li.open-table:before {
    color: var(--color-1);
    content: "[" attr(data-table_alias) "] ";
}

.menu li.open-table[data-count]::after {
    color: var(--color-green);
    content: '\00A0' "(" attr(data-count) ")";
    letter-spacing: -.04rem;
    font-feature-settings: "kern" 1, "liga" 1, "aalt" 0, "calt" 0, "salt" 0, "ss01" 1, "ss03" 0, "case" 1, "cpsp" 0, "tnum" 1, "pnum" 0, "ordn" 0, "frac" 0, "numr" 0, "dnom" 0, "subs" 0, "sups" 0;
}

tr.active .cell-wrapper {
    max-width: none;
    white-space: normal;
}

tr.active td[data-type_simple="text"] .cell-wrapper,
tr.active td[data-type_simple="longtext"] .cell-wrapper {
    word-break: break-all;
}

.cell-wrapper {
    display: inline-block;
    transition: all .2s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 350px;
    max-height: 20px;
    padding: 0 1px;
    vertical-align: middle;
}

.setting-compact-columns .tab-wrapper tr:not(.active) td .cell-wrapper {
    max-height: 20px;
}

.setting-fk-ids td.FK:not(.autocomplete), .autocomplete-value {
    white-space: nowrap;
}

.setting-fk-ids td.FK:not(.autocomplete) .cell-wrapper, .autocomplete-value .cell-wrapper {
    /* display: inline;*/
}

.setting-fk-ids td.FK:not(.autocomplete)::after, .autocomplete-value::after {
    color: #666;
    content: '\00A0' attr(data-value);
    font-feature-settings: "kern" 1, "liga" 1, "aalt" 0, "calt" 0, "salt" 0, "ss01" 1, "ss03" 0, "case" 0, "cpsp" 0, "tnum" 0, "pnum" 1, "ordn" 0, "frac" 0, "numr" 0, "dnom" 0, "subs" 1, "sups" 0;
}

.setting-row-zebra .table-wrapper tbody tr:nth-child(2n) {
    background-color: rgb(250, 250, 250);
}

.setting-row-zebra .table-header-column {
    background: #fafafa;
}

.setting-row-hover .tab-wrapper:not(.transposed) .table-wrapper tbody tr:hover {
    background-color: rgba(226, 0, 42, .1);
}

.setting-tab-symbols tbody td[data-type_custom="gender"]:not(.edit-select), .setting-tab-symbols tbody td[data-type_custom="bool"]:not(.edit-select) {
    color: transparent;
}

.setting-tab-symbols tbody td[data-type_custom="gender"][data-value="0"]:not(.edit-select)::before {
    content: '\e990';
    color: black;
    text-indent: 1em;
}

.setting-tab-symbols tbody td[data-type_custom="gender"][data-value="1"]:not(.edit-select)::before {
    content: '\e991';
    color: black;
    text-indent: 1em;
}

.setting-tab-symbols tbody td[data-type_custom="platform"]:not(.edit-select) {
    font-size: 0;
}

.setting-tab-symbols tbody td[data-type_custom="platform"][data-value="ANDROID"]:not(.edit-select)::before {
    content: '\e9a3';
    font-family: "fontello";
    color: rgb(112, 166, 41);
    font-size: 22px;
    margin-left: .55em;
}

.setting-tab-symbols tbody td[data-type_custom="platform"][data-value="IOS"]:not(.edit-select)::before {
    content: '\e9a5';
    font-family: "fontello";
    font-size: 22px;
    margin-left: .55em;
}

.setting-tab-symbols tbody td[data-type_custom="bool"][data-value="0"]:not(.edit-select)::after {
    font-family: "Material Icons";
    content: 'close';
    color: var(--color-red);
    text-indent: 1em;
    opacity: .5;
}

.setting-tab-symbols tbody td[data-type_custom="bool"][data-value="1"]:not(.edit-select)::after {
    font-family: "Material Icons";
    content: 'check';
    color: var(--color-green);
    text-indent: 1em;
    font-weight: bold;
}

.setting-tab-header-rotate .tab-wrapper:not(.transposed) th {
    border: 0 none;
    height: 150px;
    min-width: 20px;
    position: relative;
    text-align: left !important;
}

.setting-tab-header-rotate .tab-wrapper:not(.transposed) th span {
    border-top: 1px solid #e5e5e5;
    padding-left: 30px;
    padding-top: 6px;
    position: absolute;
    transform: translate(-35px, 72px) rotate(315deg);
    width: 200px !important;
    text-indent: 1rem;
}

.setting-tab-header-rotate .tab-wrapper:not(.transposed) th i {
    display: none;
}

.setting-tab-header-rotate .resize {
    resize: none;
}

.table-header-column th .icon-sort-name-up, .table-header-column th .icon-sort-name-down {
    display: none;
    right: 0.25em;
    opacity: 0.7;
    position: absolute;
    top: 0.5em;
}

.table-header-column th[data-sort="ASC"] .icon-sort-name-up, .table-header-column th[data-sort="DESC"] .icon-sort-name-down {
    display: block;
}

.sidebar table.open th::after {
    content: 'keyboard_arrow_up';
    position: absolute;
    right: 1rem;
    font-family: "Material Icons";
}

.sidebar table:not(.open) th::after {
    content: 'keyboard_arrow_down';
    position: absolute;
    right: 1rem;
    font-family: "Material Icons";
}

#right.sidebar tr[data-value] td:before,
.menu li.open-table[data-count=""]::after,
tbody td[data-type_custom="gender"]:not(.edit-select)::before {
    font-family: "fontello";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    opacity: .7;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#right.sidebar tr[data-value="1"] td:before {
    content: '\e91d';
    opacity: 1 !important;
    margin-left: -0.1em;
    margin-right: 0.6em;
}

#right.sidebar tr[data-value="0"] td:before {
    content: '\e91e';
    margin-left: -0.1em;
    margin-right: 0.6em;
}

.menu li.open-table[data-count=""]::after {
    content: '\eb3b';
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

#content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.tab-wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.table-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
    flex: 1;
}

.table-scroll {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    width: 100%;
    text-align: center;
}

#topbar {
    display: flex;
}

.material-icons {
    vertical-align: middle;
}

#topbar > div {
    background: var(--color-1);
    margin: 0;
    color: var(--color-3);
    line-height: 55px;
}

.toggle-left, .toggle-right {
    z-index: 1000;
    padding: 0 .8rem;
}

.left-open #topbar > .toggle-left {
    margin-left: -50px;
    background: var(--color-2);
}

.right-open #topbar > .toggle-right {
    margin-right: -50px;
    background: var(--color-2);
}

.side-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    font-size: 1.5em;
    font-weight: 600;
    height: 55px;
    line-height: 58px;
    background-color: var(--color-2);
    color: var(--color-3);
    padding-left: 2.25rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

#right .side-header {
    padding-right: 1em;
    text-align: right;
    padding-left: 3em;
}

#overlay {
    display: none;
}

body.overlay-active {
    overflow: hidden;
}

body.overlay-active #overlay {
    align-items: center;
    background: var(--color-1) none repeat scroll 0 0;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.overlay-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0.5em;
}

#overlay > .overlay-wrapper > div {
    background: white none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin: 0.5em;
    max-width: 400px;
    padding: 3em;
    flex: 1;
    min-width: 200px;
}

.login > input, .saved-connect {
    border-bottom: 2px solid #eee;
    font-size: 1.2em;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.button {
    background: var(--color-1);
    color: var(--color-3);
    cursor: pointer;
    margin-top: 2em;
    width: auto;
    font-weight: bold;
}

.saved-connect {
    cursor: pointer;
}

.saved-connect:hover {
    border-color: var(--color-1);
}

.sidebar tr * {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.breadbrumb, .box, #notifications li {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.box {
    background: var(--color-3);
    display: inline-block;
    padding: 1em;
    margin: 1em;
}

.box.with-header {
    background: white none repeat scroll 0 0;
    display: inline-block;
    margin: 2em;
    padding: 50px 2em 2em;
    position: relative;
}

.add-entry-form td:last-child {
    padding: 0;
}

.add-entry-form td input {
    padding: 0.5em 0.8em;
}

/*.alter-table, */
.truncate-table,
.drop-table,
.sidebar table .create-table {
    display: none;
}

.setting-ddl .alter-table, .setting-ddl .truncate-table, .setting-ddl .drop-table, .setting-ddl .sidebar table .create-table {
    display: block;
}

.setting-column-border .tab-wrapper td:not(:first-child):not(:last-child),
.setting-column-border .tab-wrapper th:not(:first-child):not(:last-child) {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.setting-table-strech .box {
    margin: 0 auto;
    transform-origin: 0 0;
}

.setting-table-strech .table-scroll {
    text-align: center;
}

.setting-table-strech .box {
    /* display: block; */
}

.setting-table-strech .box > table {
    width: 100%;
}

[data-com] .value::before, .menu li[data-com]::before {
    color: var(--color-1);
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
}

[data-com="NEQ"] .value::before, .menu li[data-com="NEQ"]::before {
    content: "\2260" " ";
}

[data-com="EQ"] .value::before, .menu li[data-com="EQ"]::before {
    content: "\003D" " ";
}

[data-com="SX"] .value::before, .menu li[data-com="SX"]::before {
    content: "\2248" " ";
}

[data-com="LK"] .value::before, .menu li[data-com="LK"]::before,
[data-com="DTD"] .value::before, .menu li[data-com="DTD"]::before,
[data-com="DTY"] .value::before, .menu li[data-com="DTY"]::before,
[data-com="SEQ"] .value::before, .menu li[data-com="SEQ"]::before {
    content: "\2053" " ";
}

[data-com="LE"] .value::before, .menu li[data-com="LE"]::before {
    content: "\2264" " ";
}

[data-com="GE"] .value::before, .menu li[data-com="GE"]::before {
    content: "\2265" " ";
}

[data-com="LT"] .value::before, .menu li[data-com="LT"]::before {
    content: "<" " ";
}

[data-com="GT"] .value::before, .menu li[data-com="GT"]::before {
    content: ">" " ";
}

[data-tooltip]:not(.edit-select) {
    cursor: pointer;
    overflow: visible !important;
}

[data-tooltip]:not(.edit-select):before,
[data-tooltip]:not(.edit-select):after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0); */
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:not(.edit-select)::before {
    background-color: var(--color-3);
    bottom: 80%;
    box-shadow: 0 10px 12px -5px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    content: attr(data-tooltip);
    font-size: 13px;
    left: 0;
    margin-bottom: 5px;
    padding: 0.6em 1.2em;
    position: absolute;
    text-align: left;
    white-space: nowrap;
}

[data-tooltip][data-type_simple="int"]:not(.edit-select):not(.FK)::before,
[data-tooltip][data-type_simple="float"]:not(.edit-select):not(.FK)::before,
[data-tooltip][data-type_simple="decimal"]:not(.edit-select):not(.FK)::before {
    left: auto;
    right: 0;
    text-align: right;
}

[data-tooltip][data-type_simple="int"]:not(.edit-select):not(.FK)::after,
[data-tooltip][data-type_simple="float"]:not(.edit-select):not(.FK)::after,
[data-tooltip][data-type_simple="decimal"]:not(.edit-select):not(.FK)::after {
    left: auto;
    right: 20px;
}

[data-tooltip]:not(.edit-select):after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    bottom: 80%;
    content: " ";
    font-size: 0;
    left: 20px;
    line-height: 0;
    margin-left: -5px;
    position: absolute;
    width: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100); */
    opacity: 1;
}

select.limit {
    width: auto;
    color: inherit;
}

.menu i {
    color: #666;
    margin-right: 0.4em;
    position: absolute;
    left: 10px;
    top: 4px;
}

.username {
    color: var(--color-3);
    font-weight: bold;
}

.apply-filter-range {
    color: var(--color-1);
    font-weight: 600;
    padding: .5rem 0.8em;
    background: white;
    display: inline-block;
    outline: 1px solid #e5e5e5;
    margin-top: 1px;
}

.side-bottom {
    background: rgba(255, 255, 255, 0.03) none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 2em;
    position: absolute;
    width: 270px;
}

.side-bottom div {
    width: 100%;
}

.table-wrapper table.interaction {
    min-width: 500px;
}

#notifications {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1000;
}

#notifications li {
    background: white none repeat scroll 0 0;
    display: block;
    margin: 1em;
    padding: 1em;
    width: 270px;
    position: relative;
}

#notifications li .icon-cancel-circled:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.4em;
    color: var(--color-3);
    opacity: 1;
    padding: 5px;
    margin: 0;
}

#notifications li.error {
    background: var(--color-red);
    color: var(--color-3);
}

#notifications li.warning {
    background: var(--color-orange);
}

#notifications li.success {
    background: var(--color-green);
    color: var(--color-3);
}

.alter-table-general {
    margin-bottom: 2.2rem;
}

.alter-table-table thead th, .alter-table-general thead th {
    color: var(--color-1);
}

.alter-table-table tbody td, .alter-table-general tbody td {
    color: #777;
}

.alter-table-table [contenteditable="true"], .alter-table-general [contenteditable="true"] {
    color: black;
    max-width: none !important;
}

.alter-table-table select {
    color: black;
    cursor: pointer;
    padding: 0;
}

.alter-table-table.compact .optional {
    display: none
}

/* jquery ui*/
.ui-datepicker-header {
    background: var(--color-1);
    border: 0 none;
    border-radius: 0;
    color: white !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: transparent;
    border: 0 none !important;
    text-align: center;
}

.ui-slider-handle {
    background: var(--color-1);
}

.ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-active {
    background: var(--color-1);
}

#ui-datepicker-div {
    background: white none repeat scroll 0 0;
    border: 0 none !important;
    border-radius: 0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 10px;
}

.ui-widget-content {
    border: 0 none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active {
    background: var(--color-1) !important;
    color: white !important;
}

@media (max-width: 680px) {
    body.overlay-active #overlay {
        align-items: initial;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        z-index: 1000;
    }

    .box {
        padding: 0.5em;
        margin: 0;
    }

    #tabs, .control-menu {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .breadcrumbs:not(:empty)::after {
        content: "";
        display: none;
    }
}

.code {
    white-space: pre-wrap;
    font-family: monospace;
    text-align: left;
}

.image-export {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-evenly;
}

.image-export img {
    margin-bottom: 2em;
    border: 1px solid white;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

li.active.spinning i.material-icons, .spin {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
