﻿@import url("/variables.css");

html {
    display: flex;
    flex-flow: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    font-size: var(--body-fontsize);
    font-family: var(--body-font-family);
    /*padding-bottom: 25px;*/
    /*background-image: url('../images/body.png');*/
    background-repeat: repeat;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: var(--body-bgColor);
    color: var(--body-fgColor);
}

.DTFC_ScrollWrapper {
    width: 100% !important;
}

/*icon*/

app-logo {
    display: block;
    padding: var(--main-icon-padding);
    background: var(--main-icon-background);
    height: var(--main-icon-height);
    width: var(--main-icon-width);
    /*box-shadow: var(--main-icon-shadow);*/
    filter: var(--main-icon-filter);
}

app-tag {
    display: block;
    padding: var(--main-tag-padding);
    background: var(--main-tag-background);
    height: var(--main-tag-height);
    width: var(--main-tag-width);
    /*box-shadow: var(--main-tag-shadow);*/
    filter: var(--main-tag-filter);
    fill: var(--main-tag-fill);
}

app-title {
    display: block;
    padding: var(--main-title-padding);
    height: var(--main-tag-height);
    width: 100%;
    height: var(--logo-area-height);
    font-family: var(--main-title-fontfamily);
    font-size: var(--main-title-fontsize);
    font-weight: var(--main-title-fontweight);
    color: var(--titlebar-fgColor);
    background-color: var(--titlebar-bgColor);
    text-align: center;
    vertical-align: middle;
}

oem-title {
    text-align: center;
}

.app-block {
    display: grid;
    grid-template-columns: auto 1fr auto;
}

.tecsecGreenCheck {
    color: var(--checkmark-color);
}

.tecsecRedX {
    color: var(--bad-field-color);
}

/*.tsl-rowbox {
    display: flex;
    flex-flow: row;
}

    .tsl-rowbox .tsl-col.tsl-colheader {
        flex: 0 0 auto;
    }

    .tsl-rowbox .tsl-col.tsl-colcontent {
        flex: 1 1 auto;
    }

    .tsl-rowbox .tsl-col.tsl-colfooter {
        flex: 0 0 auto;
    }

.tsl-colbox {
    display: flex;
    flex-flow: column;
}

    .tsl-colbox .tsl-row.tsl-rowheader {
        flex: 0 0 auto;
    }

    .tsl-colbox .tsl-row.tsl-rowcontent {
        flex: 1 1 auto;
    }

    .tsl-colbox .tsl-row.tsl-rowfooter {
        flex: 0 0 auto;
    }

.tsl-flex-center {
    justify-content: center;
}

.tsl-flex-space-between {
    justify-content: space-between;
}

.tsl-flex-start {
    justify-content: flex-start;
}

.tsl-flex-end {
    justify-content: flex-end;
}

.tsl-flex-space-around {
    justify-content: space-around;
}

.tsl-flex-start {
    justify-content: start;
}

.tsl-flex-end {
    justify-content: end;
}

.tsl-flex-left {
    justify-content: left;
}

.tsl-flex-right {
    justify-content: right;
}

.tsl-flex-space-evenly {
    justify-content: space-evenly;
}
*/

/*.container {
    justify-content:  |  | | |  |  |  |  |  |  ... + safe | unsafe;
}*/

.alignRight {
    text-align: right;
    padding-right: 20px;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}


/*
 * Sidebar
 */

.sidebar {
    /*position: fixed;*/
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 77px 0 20px 0;
    /* Height of navbar */
    /*box-shadow: inset -1px 0 0 rgba(71, 95, 114, .1);*/
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 97px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}


/*Begin from bootstrap */

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
}

.sw-theme-arrows .step-content {
    background: white;
}

.sw-theme-arrows>ul.step-anchor {
    border: var(--page-contents-border);
}

.sw-theme-arrows>.sw-toolbar-bottom {
    border-top: var(--page-contents-border);
}

.sw-main {
    background: white;
}

.nav-tabs {
    margin: 0px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}


/*End from bootstrap*/

.btn-toolbar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: white;
    color: var(--dialog-buttons-text-color);
    padding: 2px;
    margin-bottom: 4px;
}

.btn-toolbar button {
    color: var(--dialog-bottom-button-color);
    background: var(--dialog-bottom-button-bg);
    padding: 5px;
}

.btn-toolbar button:disabled {
    background: var(--dialog-bottom-button-bg-disabled);
    color: var(--dialog-bottom-button-color-disabled);
}

.btn-toolbar button:hover {
    color: var(--dialog-bottom-button-color-hover);
    background: var(--dialog-bottom-button-bg-hover);
}

.btn-toolbar button:focus {
    color: var(--dialog-bottom-button-color-focus);
    background: var(--dialog-bottom-button-bg-focus);
}

.btn-toolbar button:active {
    color: var(--dialog-bottom-button-color-active);
    background: var(--dialog-bottom-button-bg-active);
}

.sw-main .btn-toolbar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: var(--page-contents-bg);
    color: var(--page-contents-fg);
    padding: 2px;
    margin-bottom: 4px;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.sidebar .nav-link {
    font-weight: 500;
    color: var(--sidebar-text);
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}


/*
 * Content
 */

[role="main"] {
    padding-top: 77px;
    /* Space for fixed navbar */
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}


/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    /*background-color: rgba(71, 95, 114, .25);*/
    /*box-shadow: inset -1px 0 0 rgba(71, 95, 114, .25);*/
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    /*background-color: rgba(255, 255, 255, .1);*/
    /*border-color: rgba(255, 255, 255, .1);*/
}

.form-control-dark:focus {
    border-color: transparent;
    /*box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);*/
}

#sidebar hr {
    border: 0;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 2px;
    background: var(--navbar-hr);
}

#sidebar ul {
    list-style-type: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1em;
    /*font-size: small;*/
    /*font-size: .75em;*/
}

#sidebar h3 {
    background: var(--sidebar-title-bgColor);
    color: var(--sidebar-title-fgColor);
    padding: 2px;
    padding-left: 5px;
    font-family: var(--sidebar-font-family);
    margin: 0;
}

#sidebar li {
    display: block;
    padding-left: 5px;
    padding-top: 2px;
}

#sidebar a {
    text-decoration: none;
    color: var(--sidebar-link-fgColor);
    display: block;
    padding-top: 1px;
    padding-bottom: 2px;
}

#sidebar a:hover {
    font-weight: 500;
    text-decoration: none;
    color: var(--sidebar-link-hover-fgColor);
    background-color: var(--sidebar-link-hover-bgColor);
}

div.Navigation {
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: var(--navigation-bgColor);
    margin-right: 3px;
    border-right: 2px var(--navigation-borderColor);
    position: absolute;
}

.contentTitle {
    background: var(--content-title-bg);
    color: var(--content-title-fg);
}

.contentTitleLeft {
    text-align: left;
}

.contentTitleRight {
    text-align: right;
}

.contentFloatRight {
    float: right;
}

.pleasewait {
    display: none;
    vertical-align: middle;
    text-align: center;
}

.pleaseWaitImage {
    margin: 10px;
    width: 30px;
    height: 30px;
}

input#btnHelp {
    /* background: var(--help-button-base-bgColor); */
    /*background: -webkit-linear-gradient(top, left top, left bottom, from(#faf4f2), to(#C7B39F));
    background: -moz-linear-gradient(top, #faf4f2, #C7B39F);*/
    background: var(--help-button-bg);
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faf4f2', endColorstr='#C7B39F');*/
    color: var(--ui-button-fg)
}

input#btnHelp:active:hover {
    background: var(--help-button-base-bgColor-activehover);
    /*background: -webkit-linear-gradient(top, left top, left bottom, from(#A88868), to(#faf4f2));
        background: -moz-linear-gradient(top, #A88868, #faf4f2);*/
    background: var(--help-button-bg-activehover);
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#A88868', endColorstr='#faf4f2');*/
}

input#btnHelp:active {
    background: var(--help-button-base-bgColor-active);
    /*background: -webkit-linear-gradient(top, left top, left bottom, from(#C7B39F), to(#faf4f2));
        background: -moz-linear-gradient(top, #C7B39F, #faf4f2);*/
    background: var(--help-button-bg-active);
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#C7B39F', endColorstr='#faf4f2');*/
}

input#btnHelp:hover {
    background: var(--help-button-base-bgColor-hover);
    /*background: -webkit-linear-gradient(top, left top, left bottom, from(#faf4f2), to(#A88868));
        background: -moz-linear-gradient(top, #faf4f2, #A88868);*/
    background: var(--help-button-bg-hover);
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faf4f2', endColorstr='#A88868');*/
}

.ui-widget {
    font-family: var(--widget-font-family);
}
.ui-spinner.ui-widget.ui-widget-content,
input {
    background: var(--dialog-field-bg);
    color: var(--dialog-field-text-color);
    border: var(--dialog-field-border)
}

.ui-spinner.ui-widget.ui-widget-content:read-only,
input:read-only {
    background: var(--dialog-field-readonly-bg);
    color: var(--dialog-field-readonly-text-color);
    border: var(--dialog-field-readonly-border);
}

.ui-spinner.ui-widget.ui-widget-content:disabled,
input:disabled {
    background: var(--dialog-field-disabled-bg);
    color: var(--dialog-field-disabled-text-color);
    border: var(--dialog-field-disabled-border);
}

select {
    background: var(--dialog-field-bg);
    color: var(--dialog-field-text-color);
    border: var(--dialog-field-border)
}

select:read-only {
    background: var(--dialog-field-readonly-bg);
    color: var(--dialog-field-readonly-text-color);
    border: var(--dialog-field-readonly-border);
}

select:disabled {
    background: var(--dialog-field-disabled-bg);
    color: var(--dialog-field-disabled-text-color);
    border: var(--dialog-field-disabled-border);
}

textarea {
    background: var(--dialog-field-bg);
    color: var(--dialog-field-text-color);
    border: var(--dialog-field-border)
}

textarea:read-only {
    background: var(--dialog-field-readonly-bg);
    color: var(--dialog-field-readonly-text-color);
    border: var(--dialog-field-readonly-border);
}

textarea:disabled {
    background: var(--dialog-field-disabled-bg);
    color: var(--dialog-field-disabled-text-color);
    border: var(--dialog-field-disabled-border);
}

.tecsec-error {
    color: color(error-color);
    background-color: color(error-background);
}

.ui-button,
.ui-tabs-tab {
    background: var(--ui-button-base-bgColor);
    background: var(--ui-button-bg);
    color: var(--ui-button-fg);
}

.ui-button:hover,
.ui-tabs-tab:hover {
    background: var(--ui-button-base-bgColor-hover);
    background: var(--ui-button-bg-hover);
    color: var(--ui-button-fg-hover);
}

.ui-button:hover:active,
.ui-tabs-tab:hover:active {
    background: var(--ui-button-base-bgColor-activehover);
    background: var(--ui-button-bg-activehover);
    color: var(--ui-button-fg-activehover);
}


/*, .ui-tabs-tab.ui-state-active a, .ui-tabs-tab.ui-state-active a:link, .ui-tabs-tab.ui-state-active a:visited*/

.ui-button:active,
.ui-tabs-tab:active {
    background: var(--ui-button-base-bgColor-active);
    background: var(--ui-button-bg-active);
    color: var(--ui-button-fg-active);
}

.ui-button[disabled] {
    color: var(--dialog-button-disabled-text-color);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: var(--ui-button-base-bgColor-active);
    background: var(--ui-button-bg-active);
    color: var(--ui-button-fg-active);
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: var(--ui-button-fg-active);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-hover:hover {
    background: var(--ui-button-base-bgColor-hover);
    background: var(--ui-button-bg-hover);
    color: var(--ui-button-fg-hover);
}

.ui-state-hover a,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: var(--ui-button-fg-hover);
}

input.ui-dialog-buttonpane {
    background: var(--ui-buttonpane-base-bgColor);
    background: var(--ui-buttonpane-bg);
}

.pageHeader {
    width: 390px;
}

.zerowidth {
    width: 0;
}

.nowrap {
    white-space: nowrap;
}

.shrinkSides {
    margin-left: 10px;
    margin-right: 10px;
}

.centerHoriz {
    text-align: center;
}

.indentedCell {
    /*padding: 10px;*/
    width: 90%;
    margin: 0 5px, 0 5px;
}

.indentedCell table {
    width: 90%;
    margin-left: 40px;
}

.valueSpaced {
    padding-left: 10px;
}

.mediumText {
    width: 500px;
}

a .disabled {
    color: grey;
    font-size: 1.0em;
    font-weight: normal;
}

.contentLabelx2 {
    margin-left: 10px;
    margin-right: 5px;
    width: 125px;
}

.contentFieldx2 {
    width: 250px;
}

.reportTable {
    border: var(--page-table-border);
    width: 100%;
    margin: 3px;
}

.reportIndent {
    width: 2em;
}

input:invalid {
    box-shadow: var(--input-invalid-shadow);
    color: var(--bad-field-color);
}

input:valid {
    color: var(--input-valid-color);
}

input:focus:invalid {
    outline: none;
}

.form-group>input:invalid {
    color: var(--bad-field-color);
}

.form-group>input:valid {
    color: var(--input-valid-color);
}

.has-error {
    color: var(--bad-field-color);
}

.noDisplay {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

.divhr {
    width: 100%;
    height: 2px;
    margin-bottom: 2px;
    border-bottom-color: var(--divhr-bottom-border-color);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

#progress_bar {
    margin: 10px 0;
    padding: 3px;
    border: var(--progress-bar-border);
    font-size: 14px;
    clear: both;
    opacity: 0;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
}

#progress_bar.loading {
    opacity: 1.0;
}

#progress_bar .percent {
    background-color: var(--progress-bar-percent-bgColor);
    height: auto;
    width: 0;
}


/* Tooltip */

.tooltip>.tooltip-inner {
    background-color: #73AD21;
    color: #FFFFFF;
    border: 1px solid green;
    padding: 15px;
    font-size: 20px;
}


/* Tooltip on top */

.tooltip.top>.tooltip-arrow {
    border-top: 5px solid green;
}


/* Tooltip on bottom */

.tooltip.bottom>.tooltip-arrow {
    border-bottom: 5px solid blue;
}


/* Tooltip on left */

.tooltip.left>.tooltip-arrow {
    border-left: 5px solid red;
}


/* Tooltip on right */

.tooltip.right>.tooltip-arrow {
    border-right: 5px solid black;
}

.tsProgress {
    background: var(--tsprogress-bg);
    border: var(--tsprogress-border);
    text-align: center;
    line-height: 20px;
    color: var(--tsprogress-color);
    height: 22px;
}

.tsProgressBar {
    width: 0%;
    background-color: var(--tsprogressbar-bg);
    height: 20px;
}

.tsProgressBar.tsProgressStrong {
    background: var(--tsprogressbar-bg-strong);
}

.tsProgressBar.tsProgressWeak {
    background: var(--tsprogressbar-bg-weak);
}

.tsProgressBar.tsProgressAverage {
    background: var(--tsprogressbar-bg-average);
}

.vscrollable {
    overflow-x: hidden;
    overflow-y: auto;
}

.noscrollable {
    overflow-x: hidden;
    overflow-y: hidden;
}

.scrollable {
    overflow: auto;
}

.tree-box {
    border: var(--tree-box-border);
}

dialog-def {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    background: var(--dialog-bg);
    color: var(--dialog-color);
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
    dialog-def ts-togglebutton {
        display: var(--sideshell-content-ts-togglebutton-display);
        margin:var(--sideshell-content-ts-togglebutton-margin);
        color: var(--sideshell-content-ts-togglebutton-fgColor);
        background-color: var(--sideshell-content-ts-togglebutton-bgColor);
        border: var(--sideshell-content-ts-togglebutton-border);
        border-radius: var(--sideshell-content-ts-togglebutton-border-radius);
        box-shadow: var(--sideshell-content-ts-togglebutton-shadow);
        padding: var(--sideshell-content-ts-togglebutton-padding);
        font-size: var(--sideshell-content-ts-togglebutton-font-size);
        cursor: var(--sideshell-content-ts-togglebutton-cursor);
        text-align: var(--sideshell-content-ts-togglebutton-text-align);
        outline: var(--sideshell-content-ts-togglebutton-outline);
    }
        dialog-def ts-togglebutton:hover {
            box-shadow: var(--sideshell-content-ts-togglebutton-shadow-hover); 
            transform: var(--sideshell-content-ts-togglebutton-transform-hover);
        }
        dialog-def ts-togglebutton:focus {
            box-shadow: var(--sideshell-content-ts-togglebutton-shadow-focus); 
            transform: var(--sideshell-content-ts-togglebutton-transform-focus);
        }
        dialog-def ts-togglebutton[selected] {
            background-color: var(--sideshell-content-ts-togglebutton-bgColor-selected);
            color: var(--sideshell-content-ts-togglebutton-fgColor-selected);
        }
        dialog-def ts-togglebutton:active {
            box-shadow: var(--sideshell-content-ts-togglebutton-shadow-active); 
            transform: var(--sideshell-content-ts-togglebutton-transform-active);
        }

dialog-top {
    /*display: flex;
    flex-direction: row;*/
    background: var(--dialog-top-bg);
    color: var(--dialog-top-color);
    padding: 2px;
    margin: 0px;
    margin-right: 2px;
    border: var(--dialog-top-border);
}

dialog-top app-logo {
    flex-grow: 0;
    display: block;
    padding: var(--main-icon-padding-dialog);
    background: var(--main-icon-background-dialog);
    height: var(--main-icon-height-dialog);
    width: var(--main-icon-width-dialog);
    /*box-shadow: var(--main-icon-shadow);*/
    filter: var(--main-icon-filter-dialog);
}

dialog-top app-tag {
    flex-grow: 0;
    display: block;
    padding: var(--main-tag-padding-dialog);
    background: var(--main-tag-background-dialog);
    height: var(--main-tag-height-dialog);
    width: var(--main-tag-width-dialog);
    /*box-shadow: var(--main-tag-shadow-dialog);*/
    filter: var(--main-tag-filter-dialog);
    fill: var(--main-tag-fill-dialog);
}

dialog-top app-title {
    flex-grow: 1;
    align-self: center;
    height: 45px;
    display: block;
    padding: var(--main-title-padding-dialog);
    height: var(--main-tag-height-dialog);
    width: 100%;
    height: var(--logo-area-height-dialog);
    font-family: var(--main-title-fontfamily-dialog);
    font-size: var(--main-title-fontsize-dialog);
    font-weight: var(--main-title-fontweight-dialog);
    text-align: center;
    vertical-align: middle;
}

/*dialog-top.applogo {
    height: 64px;
    margin: 0;
    border-width: 0;
}

    dialog-top.apptag {
        margin: 0;
        border-width: 0;
    }*/

dialog-middle {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    background: var(--dialog-middle-bg);
    color: var(--dialog-middle-text-color);
    border: var(--dialog-middle-border);
    margin-top: 4px;
    margin-bottom: 2px;
    margin-right: 1px;
    padding: 8px;
    overflow: hidden;
}

dialog-middle>dialog-line {
    padding-top: 3px;
    padding-bottom: 3px;
}

dialog-middle>dialog-spacer {
    display: block;
    width: 2px;
    height: 2px;
}

dialog-middle>input {
    padding-right: 2px;
    padding-bottom: 1px;
}

dialog-middle>button {
    margin-top: 3px;
    color: var(--dialog-button-text-color);
    background: var(--dialog-middle-button-color);
}

dialog-middle>button:disabled {
    background: var(--dialog-middle-button-bg-disabled);
    color: var(--dialog-middle-button-color-disabled);
}

dialog-middle>button:hover {
    color: var(--dialog-middle-button-color-hover);
    background: var(--dialog-middle-button-bg-hover);
}

dialog-middle>button:focus {
    color: var(--dialog-middle-button-color-focus);
    background: var(--dialog-middle-button-bg-focus);
}

dialog-middle>button:active {
    color: var(--dialog-middle-button-color-active);
    background: var(--dialog-middle-button-bg-active);
}

dialog-middle .ui-widget-content {
    background: var(--dialog-middle-bg);
    color: var(--dialog-middle-text-color);
}

dialog-middle .ui-widget-header {
    border: var(--dialog-middle-border);
    background: var(--dialog-middle-bg);
    color: var(--dialog-middle-text-color);
    font-weight: bold;
}

/*dialog-row {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

dialog-column {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
*/
button-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--dialog-buttons-bg);
    color: var(--dialog-buttons-text-color);
    padding: 2px;
    margin-bottom: 4px;
}

button-bar>button-spacer {
    display: block;
    width: 2px;
    height: 2px;
}

button-bar>button {
    color: var(--dialog-bottom-button-color);
    background: var(--dialog-bottom-button-bg);
}

button-bar>button:disabled {
    background: var(--dialog-bottom-button-bg-disabled);
    color: var(--dialog-bottom-button-color-disabled);
}

button-bar>button:hover {
    color: var(--dialog-bottom-button-color-hover);
    background: var(--dialog-bottom-button-bg-hover);
}

button-bar>button:focus {
    color: var(--dialog-bottom-button-color-focus);
    background: var(--dialog-bottom-button-bg-focus);
}

button-bar>button:active {
    color: var(--dialog-bottom-button-color-active);
    background: var(--dialog-bottom-button-bg-active);
}

dialog-middle button-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--dialog-middle-bg);
    color: var(--dialog-middle-text-color);
    padding: 2px;
    margin-bottom: 4px;
}

dialog-buttons {
    /*flex: 0 0 auto;*/
    margin: 0px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: var(--dialog-buttons-bg);
    color: var(--dialog-buttons-text-color);
}

dialog-buttons>button-spacer {
    display: block;
    width: 2px;
    height: 2px;
}

dialog-buttons>button {
    color: var(--dialog-bottom-button-color);
    background: var(--dialog-bottom-button-bg);
}

dialog-buttons>button:disabled {
    background: var(--dialog-bottom-button-bg-disabled);
    color: var(--dialog-bottom-button-color-disabled);
}

dialog-buttons>button:hover {
    color: var(--dialog-bottom-button-color-hover);
    background: var(--dialog-bottom-button-bg-hover);
}

dialog-buttons>button:focus {
    color: var(--dialog-bottom-button-color-focus);
    background: var(--dialog-bottom-button-bg-focus);
}

dialog-buttons>button:active {
    color: var(--dialog-bottom-button-color-active);
    background: var(--dialog-bottom-button-bg-active);
}

page-contents>button-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--page-contents-bg);
    color: var(--page-contents-fg);
    padding: 2px;
    margin-bottom: 4px;
}

page-contents>button-spacer {
    display: block;
    width: 2px;
    height: 2px;
}

page-contents>button {
    color: var(--dialog-bottom-button-color);
    background: var(--dialog-bottom-button-bg);
}

page-contents>button:disabled {
    background: var(--dialog-bottom-button-bg-disabled);
    color: var(--dialog-bottom-button-color-disabled);
}

page-contents>button:hover {
    color: var(--dialog-bottom-button-color-hover);
    background: var(--dialog-bottom-button-bg-hover);
}

page-contents>button:focus {
    color: var(--dialog-bottom-button-color-focus);
    background: var(--dialog-bottom-button-bg-focus);
}

page-contents>button:active {
    color: var(--dialog-bottom-button-color-active);
    background: var(--dialog-bottom-button-bg-active);
}

page-contents input[type=button] {
    color: var(--dialog-bottom-button-color);
    background: var(--dialog-bottom-button-bg);
}

page-contents input[type=button]:disabled {
    background: var(--dialog-bottom-button-bg-disabled);
    color: var(--dialog-bottom-button-color-disabled);
}

page-contents input[type=button]:hover {
    color: var(--dialog-bottom-button-color-hover);
    background: var(--dialog-bottom-button-bg-hover);
}

page-contents input[type=button]:focus {
    color: var(--dialog-bottom-button-color-focus);
    background: var(--dialog-bottom-button-bg-focus);
}

page-contents input[type=button]:active {
    color: var(--dialog-bottom-button-color-active);
    background: var(--dialog-bottom-button-bg-active);
}

/*option-bar {
    display: block;
    background-color: transparent;
    color: color(dialog-buttons-text-color);
    padding: 2px;
    width: 100%;
}

    option-bar > option-spacer {
        display: block;
        size: 2dip;
    }

    option-bar > button {
        color: color(dialog-button-text-color);
        background: linear-gradient(top, color(dialog-button-back1-color), color(dialog-button-back2-color));
    }

        option-bar > button:disabled {
            background: color(dialog-button-disabled-back-color);
            color: color(dialog-button-disabled-text-color);
        }

        option-bar > button:hover {
            color: color(dialog-button-hover-text-color);
            background: linear-gradient(top, color(dialog-button-hover-back1-color), color(dialog-button-hover-back2-color));
        }

        option-bar > button:focus {
            color: color(dialog-button-focus-text-color);
            background: linear-gradient(top, color(dialog-button-focus-back1-color), color(dialog-button-focus-back2-color));
        }

        option-bar > button:active {
            color: color(dialog-button-active-text-color);
            background: linear-gradient(top, color(dialog-button-active-back1-color), color(dialog-button-active-back2-color));
        }*/

tab-area {
    margin: 4px;
    overflow: auto;
}

dialog-middle tab-area {
    background: transparent;
    border: 0px;
}

.tabpanel {
    overflow: auto;
}

centered-line {
    text-align: center;
}

ts-spacer {
    display: block;
    width: 2px;
    height: 2px;
    /*margin-left: *;*/
}

.ui-widget-overlay {
    background: #000;
    opacity: .4;
    filter: Alpha(Opacity=40);
}

.ui-widget-content {
    background: var(--dialog-bg);
    color: var(--dialog-color);
}

.ui-accordion-content {
    border: 0px;
}

.ui-widget-header {
    border: var(--ui-widget-header-border);
    background: var(--ui-widget-header-bg);
    color: var(--ui-widget-header-color);
    font-weight: bold;
}

.ui-accordion .ui-accordion-content {
    background: var(--sidebar-link-bgColor);
    color: var(--sidebar-link-color);
    padding: 0 0.5em;
    border-top: 0;
    overflow-y: auto;
    overflow-x: hidden;
}


/*.ui-dialog .ui-dialog-content {
    background-image: url('../images/bkgd_wave.png');
    background-repeat: repeat;
}

.ui-dialog .ui-dialog-buttonpane {
    background: var(--dialog-buttonpane-bgColor);
}*/

.ui-dialog .ui-dialog-content {
    box-sizing: content-box;
    padding: 1px;
}

.ui-dialog .ui-dialog-buttonpane {
    margin: var(--dialog-buttonpane-margin);
    padding: var(--dialog-buttonpane-padding);
    border: var(--dialog-buttonpane-border);
}

.ui-dialog .ui-dialog-titlebar {
    padding: var(--dialog-title-padding);
    border: var(--dialog-title-border);
    background: var(--dialog-title-bg);
    color: var(--dialog-title-fg);
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: var(--dialog-buttonpane-button-margin);
}

.ui-dialog .ui-dialog-titlebar-close {
    background: #ff6666 url("/au/images/closeX.svg") 50% 50%/13px no-repeat;
    padding: 2px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: none;
}

.ui-jqgrid tr.jqgrow,
.ui-jqgrid .ui-jqgrid-view,
.ui-jqgrid .ui-jqgrid-bdiv {
    background: var(--dialog-grid-data-bg);
    color: var(--dialog-grid-data-fg);
}

.ui-jqgrid tr.jqgrow.ui-state-highlight {
    background: var(--dialog-bottom-button-bg-focus);
    color: var(--dialog-bottom-button-color-focus);
}

.ui-jqgrid tr.jqgrow.ui-state-hover {
    background: var(--dialog-bottom-button-bg-hover);
    color: var(--dialog-bottom-button-color-hover);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: var(--dialog-bottom-button-bg-focus);
    color: var(--dialog-bottom-button-color-focus);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    background: var(--dialog-bottom-button-bg-hover);
    color: var(--dialog-bottom-button-color-hover);
}

.ui-resizable-e {
    background: var(--resizable-east-bg);
}

ts-label {
    display: block;
    /*behavior: label;*/
    text-align: right;
    padding-top: 3px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 3px;
    width: auto;
    height: auto;
}

ts-block {
    display: block;
    /*behavior: label;*/
    text-align: left;
    padding-top: 3px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 3px;
    margin-bottom: 5px;
    width: auto;
    height: auto;
}

.ts-accent {
    font-weight: 600;
}

ts-static {
    display: block;
    /*behavior: label;*/
    text-align: left;
    padding: 2px 5px 2px 5px;
    padding-right: 5px;
    margin: 0px;
    background: var(--dialog-field-readonly-bg);
    color: var(--dialog-field-readonly-text-color);
    border: var(--dialog-field-readonly-border);
}

page-def {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr auto;
    margin: 0px;
    padding: 0px;
    background: var(--page-bg);
    color: var(--page-fg);
    /*padding-bottom: 25px;*/
    height: 100%;
    width: 100%;
}

page-title {
    display: grid;
    grid-template-columns: 1fr auto auto;
    background: var(--content-title-bg);
    color: var(--content-title-fg);
}

page-title>button {
    color: var(--page-title-button-color);
    background: var(--page-title-button-bg);
}

page-title>button:disabled {
    background: var(--page-title-button-bg-disabled);
    color: var(--page-title-button-color-disabled);
}

page-title>button:hover {
    color: var(--page-title-button-color-hover);
    background: var(--page-title-button-bg-hover);
}

page-title>button:focus {
    color: var(--page-title-button-color-focus);
    background: var(--page-title-button-bg-focus);
}

page-title>button:active {
    color: var(--page-title-button-color-active);
    background: var(--page-title-button-bg-active);
}

page-purpose {
    margin: 0px;
    padding: 2px;
}

page-buttons {
    /*flex: 0 0 auto;*/
    margin: 0px;
    padding: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
page-buttons>button {
    color: var(--dialog-bottom-button-color);
    background: var(--dialog-bottom-button-bg);
}

page-buttons>button:disabled {
    background: var(--dialog-bottom-button-bg-disabled);
    color: var(--dialog-bottom-button-color-disabled);
}

page-buttons>button:hover {
    color: var(--dialog-bottom-button-color-hover);
    background: var(--dialog-bottom-button-bg-hover);
}

page-buttons>button:focus {
    color: var(--dialog-bottom-button-color-focus);
    background: var(--dialog-bottom-button-bg-focus);
}

page-buttons>button:active {
    color: var(--dialog-bottom-button-color-active);
    background: var(--dialog-bottom-button-bg-active);
}

page-buttons input[type=button] {
    color: var(--dialog-bottom-button-color);
    background: var(--dialog-bottom-button-bg);
}

page-buttons input[type=button]:disabled {
    background: var(--dialog-bottom-button-bg-disabled);
    color: var(--dialog-bottom-button-color-disabled);
}

page-buttons input[type=button]:hover {
    color: var(--dialog-bottom-button-color-hover);
    background: var(--dialog-bottom-button-bg-hover);
}

page-buttons input[type=button]:focus {
    color: var(--dialog-bottom-button-color-focus);
    background: var(--dialog-bottom-button-bg-focus);
}

page-buttons input[type=button]:active {
    color: var(--dialog-bottom-button-color-active);
    background: var(--dialog-bottom-button-bg-active);
}

page-contents {
    margin: 0px;
    padding: 3px;
    overflow: auto;
    display: grid;
    border: var(--page-contents-border);
    background: var(--page-contents-bg);
    color: var(--page-contents-fg);
}

.contentTitleLeft {
    text-align: left;
}

.contentTitleRight {
    text-align: right;
}

/*.fg-0 {
    flex-grow: 0;
}

.fg-1 {
    flex-grow: 1;
}

.fg-2 {
    flex-grow: 2;
}

.fg-3 {
    flex-grow: 3;
}

.fg-4 {
    flex-grow: 4;
}

.fg-5 {
    flex-grow: 5;
}

.fg-6 {
    flex-grow: 6;
}

.fg-7 {
    flex-grow: 7;
}

.fg-8 {
    flex-grow: 8;
}
*/
.w-100 {
    width: 100%;
}

.w-1 {
    width: 1px;
}

.h-100 {
    height: 100%;
}

.h-1 {
    height: 1px;
}

.m-0 {
    margin: 0px;
}

.m-1 {
    margin: 1px;
}

.m-2 {
    margin: 2px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-1 {
    margin-left: 1px;
}

.ml-2 {
    margin-left: 2px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-1 {
    margin-right: 1px;
}

.mr-2 {
    margin-right: 2px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 1px;
}

.mt-2 {
    margin-top: 2px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 1px;
}

.mb-2 {
    margin-bottom: 2px;
}

.p-0 {
    padding: 0px;
}

.p-1 {
    padding: 1px;
}

.p-2 {
    padding: 2px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-1 {
    padding-right: 1px;
}

.pr-2 {
    padding-right: 2px;
}

.pr-10 {
    padding-right: 10px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-1 {
    padding-left: 1px;
}

.pl-2 {
    padding-left: 2px;
}

.pl-10 {
    padding-left: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-1 {
    padding-top: 1px;
}

.pt-2 {
    padding-top: 2px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 1px;
}

.pb-2 {
    padding-bottom: 2px;
}

.grid-container {
    display: grid;
}

tecsec-shell {
    display: grid;
    grid-template:  var(--tecsec-shell-template); 
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

shell-logo {
    display: grid;
    grid-area: hd;
    height: var(--logo-area-height);
    padding: 3px 10px 3px 10px;
    background-color: var(--titlebar-bgColor);
    color: var(--titlebar-fgColor);
    display: grid;
    grid-template-columns: auto 1fr auto;
}

shell-company {
    display: block;
    grid-area: cm;
    background-color: var(--company-bgColor);
    color: var(--company-fgColor);
}

shell-company button,
shell-company img {
    background: var(--company-button-base-bgColor);
    background: var(--logout-button-bg);
    color: var(--company-button-fg);
}

shell-company button:hover,
shell-company img:hover {
    background: var(--company-button-base-bgColor-hover);
    background: var(--logout-button-bg);
    color: var(--company-button-fg-hover);
}

shell-company button:hover:active,
shell-company img:hover:active {
    background: var(--company-button-base-bgColor-activehover);
    background: var(--logout-button-bg);
    color: var(--company-button-fg-activehover);
}

shell-company button:active,
shell-company img:active {
    background: var(--company-button-base-bgColor-active);
    background: var(--logout-button-bg);
    color: var(--company-button-fg-active);
}

shell-sidebar {
    grid-area: ls;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: var(--sidebar-bgcolor);
    color: var(--sidebar-fgcolor);
    flex: 0 0 auto;
}

shell-content {
    grid-area: mn;
    width: var(--shell-content-width);
    overflow: hidden;
    flex: 1 1 auto;
    display: flex;
    margin: 0px 2px 0px 0px;
}

shell-right {
    grid-area: rs;
    min-width: 3px;
    background: gray;
}

shell-footer {
    grid-area: ft;
    /*width: 100%;
    height: 20px;
    line-height: 20px;*/
    height: 20px;
    background-color: var(--footer-bgColor);
    color: black;
    overflow: hidden;
}

tecsec-sideshell {
    grid-template: var(--tecsec-sideshell-template);
    display: var(--tecsec-sideshell-display);
    height: var(--tecsec-sideshell-height);
    width: var(--tecsec-sideshell-width);
    margin: var(--tecsec-sideshell-margin);
    padding: var(--tecsec-sideshell-padding);
}

/* style="display:grid;grid-template-columns:300px 2px 1fr;"*/

sideshell-logo {
    grid-area: hd;
    display: var(--sideshell-logo-display);
    width: var(--sideshell-logo-width);
    padding: var(--sideshell-logo-padding);
    background-color: var(--sideshell-bgColor);
    color: var(--sideshell-fgColor);
    grid-template: var(--sideshell-logo-template);
    border-top: var(--sideshell-logo-border-top);
    border-bottom: var(--sideshell-logo-border-bottom);
    border-left: var(--sideshell-logo-border-left);
    border-right: var(--sideshell-logo-border-right);
    box-shadow: var(--sideshell-logo-shadow);
    filter: var(--sideshell-logo-filter);
}

/*display:grid;grid-template-rows:300px 1fr auto 70px;background-color: var(--alt-footer-bgColor);*/
sideshell-logo app-logo {
    grid-area: icon;
    display: var(--sideshell-icon-display);
    padding: var(--sideshell-icon-padding);
    background: var(--sideshell-icon-background);
    height: var(--sideshell-icon-height);
    width: var(--sideshell-icon-width);
    box-shadow: var(--sideshell-icon-shadow);
    filter: var(--sideshell-icon-filter);
}

sideshell-logo app-tag {
    grid-area: tag;
    display: var(--sideshell-tag-display);
    padding: var(--sideshell-tag-padding);
    margin: var(--sideshell-tag-margin);
    background: var(--sideshell-tag-background);
    height: var(--sideshell-tag-height);
    width: var(--sideshell-tag-width);
    box-shadow: var(--sideshell-tag-shadow);
    filter: var(--sideshell-tag-filter);
    fill: var(--sideshell-tag-fill);
}

sideshell-logo app-title {
    grid-area: title;
    display: var(--sideshell-title-display);
    padding: var(--sideshell-title-padding);
    height: var(--sideshell-title-height);
    width: var(--sideshell-title-width);
    font-family: var(--sideshell-title-font-family);
    font-size: var(--sideshell-title-font-size);
    font-weight: var(--sideshell-title-font-weight);
    color: var(--sideshell-title-fgColor);
    background-color: var(--sideshell-title-bgColor);
    text-align: var(--sideshell-title-text-align);
    vertical-align: var(--sideshell-title-vertical-align);
    box-shadow: var(--sideshell-title-shadow);
    filter: var(--sideshell-title-filter);
}

sideshell-content {
    grid-area: mn;
    overflow: var(--sideshell-content-overflow);
    flex: var(--sideshell-content-flex);
    display: var(--sideshell-content-display);
    margin: var(--sideshell-content-margin);
    border-top: var(--sideshell-content-border-top);
    border-bottom: var(--sideshell-content-border-bottom);
    border-left: var(--sideshell-content-border-left);
    border-right: var(--sideshell-content-border-right);
}
sideshell-content .mainselectorbutton {
    display: var(--sideshell-content-mainselectorbutton-display);
    color: var(--sideshell-content-mainselectorbutton-fgColor);
    border: var(--sideshell-content-mainselectorbutton-border);
    border-radius: var(--sideshell-content-mainselectorbutton-border-radius);
    box-shadow: var(--sideshell-content-mainselectorbutton-shadow);
    padding: var(--sideshell-content-mainselectorbutton-padding);
    font-size: var(--sideshell-content-mainselectorbutton-font-size);
    cursor: var(--sideshell-content-mainselectorbutton-cursor);
    text-align: var(--sideshell-content-mainselectorbutton-text-align);
    outline: var(--sideshell-content-mainselectorbutton-outline);
}
    sideshell-content .mainselectorbutton:hover {
        box-shadow: var(--sideshell-content-mainselectorbutton-shadow-hover);
        transform: var(--sideshell-content-mainselectorbutton-transform-hover);
    }
    sideshell-content .mainselectorbutton:focus {
        box-shadow: var(--sideshell-content-mainselectorbutton-shadow-focus);
        transform: var(--sideshell-content-mainselectorbutton-transform-focus);
    }
    sideshell-content .mainselectorbutton:active {
        box-shadow: var(--sideshell-content-mainselectorbutton-shadow-active);
        transform: var(--sideshell-content-mainselectorbutton-transform-active);
    }

    sideshell-content ts-togglebutton {
        display: var(--sideshell-content-ts-togglebutton-display);
        margin:var(--sideshell-content-ts-togglebutton-margin);
        color: var(--sideshell-content-ts-togglebutton-fgColor);
        background-color: var(--sideshell-content-ts-togglebutton-bgColor);
        border: var(--sideshell-content-ts-togglebutton-border);
        border-radius: var(--sideshell-content-ts-togglebutton-border-radius);
        box-shadow: var(--sideshell-content-ts-togglebutton-shadow);
        padding: var(--sideshell-content-ts-togglebutton-padding);
        font-size: var(--sideshell-content-ts-togglebutton-font-size);
        cursor: var(--sideshell-content-ts-togglebutton-cursor);
        text-align: var(--sideshell-content-ts-togglebutton-text-align);
        outline: var(--sideshell-content-ts-togglebutton-outline);
    }
        sideshell-content ts-togglebutton:hover {
            box-shadow: var(--sideshell-content-ts-togglebutton-shadow-hover); 
            transform: var(--sideshell-content-ts-togglebutton-transform-hover);
        }
        sideshell-content ts-togglebutton:focus {
            box-shadow: var(--sideshell-content-ts-togglebutton-shadow-focus); 
            transform: var(--sideshell-content-ts-togglebutton-transform-focus);
        }
        sideshell-content ts-togglebutton[selected] {
            background-color: var(--sideshell-content-ts-togglebutton-bgColor-selected);
            color: var(--sideshell-content-ts-togglebutton-fgColor-selected);
        }
        sideshell-content ts-togglebutton:active {
            box-shadow: var(--sideshell-content-ts-togglebutton-shadow-active); 
            transform: var(--sideshell-content-ts-togglebutton-transform-active);
        }

sideshell-footer {
    grid-area: ft;
    background-color: var(--sideshell-footer-bgColor);
    color: var(--sideshell-footer-fgColor);
    overflow: var(--sideshell-footer-overflow);
    border-top: var(--sideshell-footer-border-top);
    border-bottom: var(--sideshell-footer-border-bottom);
    border-left: var(--sideshell-footer-border-left);
    border-right: var(--sideshell-footer-border-right);
}
sideshell-footer button {
    margin-bottom: var(--sideshell-footer-button-margin);
}

sideshell-footer button img {
    width: var(--sideshell-footer-button-img-width);
    height:var(--sideshell-footer-button-img-height);
}


.filemanager {
    /*width: 95%;
    max-width: 1340px;
    position: relative;
    margin: 100px auto 50px;*/
}


/*@media all and (max-width: 965px) {
    .filemanager {
        margin: 30px auto 0;
        padding: 1px;
    }
}*/


/*-------------------------
	Breadcrumps
-------------------------*/

.filemanager .breadcrumbs {
    color: #000000;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
}

.filemanager .breadcrumbs a:link,
.breadcrumbs a:visited {
    color: #007bff;
    text-decoration: none;
}

.filemanager .breadcrumbs a:hover {
    text-decoration: underline;
}

.filemanager .breadcrumbs .arrow {
    color: #6a6a72;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}


/*-------------------------
	Search box
-------------------------*/

.filemanager .search {
    position: absolute;
    padding-right: 30px;
    cursor: pointer;
    right: 0;
    font-size: 17px;
    color: #000000;
    display: block;
    width: 40px;
    height: 40px;
}

.filemanager .search:before {
    content: '';
    position: absolute;
    margin-top: 12px;
    width: 10px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid #000000;
    right: 8px;
}

.filemanager .search:after {
    content: '';
    width: 3px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    top: 23px;
    right: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.filemanager .search input[type=search] {
    border-radius: 2px;
    color: #4D535E;
    background-color: #FFF;
    width: 250px;
    height: 44px;
    margin-left: -215px;
    padding-left: 20px;
    text-decoration-color: #4d535e;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: none;
    outline: none;
    border: none;
    padding-right: 10px;
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #4d535e;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #4d535e;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #4d535e;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #4d535e;
}


/*-------------------------
	Content area
-------------------------*/

.filemanager .data {
    /*margin-top: 60px;*/
    z-index: -3;
}

.filemanager .data.animated {
    -webkit-animation: showSlowlyElement 700ms;
    /* Chrome, Safari, Opera */
    animation: showSlowlyElement 700ms;
    /* Standard syntax */
}

.filemanager .data li {
    border-radius: 3px;
    background-color: #373743;
    width: 307px;
    height: 118px;
    list-style-type: none;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0.3em;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s background-color;
}

.filemanager .data li:hover {
    background-color: #42424E;
}

.filemanager .data li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.filemanager .data li div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #007bff;
}

.filemanager .data li .name {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    width: 150px;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 35px;
}

.filemanager .data li .details {
    color: #b6c1c9;
    font-size: 13px;
    font-weight: 400;
    width: 55px;
    height: 10px;
    top: 59px;
    white-space: nowrap;
    position: absolute;
    display: inline-block;
}

.filemanager .nothingfound {
    display: none;
}

.filemanager .nothingfound.animated {
    -webkit-animation: showSlowlyElement 700ms;
    /* Chrome, Safari, Opera */
    animation: showSlowlyElement 700ms;
    /* Standard syntax */
}

.filemanager .nothingfound li {
    border-radius: 3px;
    background-color: #373743;
    width: 307px;
    height: 118px;
    list-style-type: none;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0.3em;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s background-color;
}


/*.filemanager .nothingfound li:hover {
        background-color: #42424E;
    }*/

.filemanager .nothingfound li a {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
}

.filemanager .nothingfound li div {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
}

.filemanager .nothingfound li .name {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    width: 150px;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 40px;
}

.filemanager .nothingfound li .details {
    color: #b6c1c9;
    font-size: 13px;
    font-weight: 400;
    width: 55px;
    height: 10px;
    top: 59px;
    white-space: nowrap;
    position: absolute;
    display: inline-block;
}


/*@media all and (max-width:965px) {

    .filemanager .data li {
        width: 100%;
        margin: 5px 0;
    }
}*/


/* Chrome, Safari, Opera */

@-webkit-keyframes showSlowlyElement {
    100% {
        transform: scale(1);
        opacity: 1;
    }

    0% {
        transform: scale(1.2);
        opacity: 0;
    }
}


/* Standard syntax */

@keyframes showSlowlyElement {
    100% {
        transform: scale(1);
        opacity: 1;
    }

    0% {
        transform: scale(1.2);
        opacity: 0;
    }
}


/*-------------------------
		Icons
-------------------------*/

.icon {
    font-size: 23px;
}

.icon.folder {
    display: inline-block;
    margin: 1em;
    background-color: transparent;
    overflow: hidden;
}

.icon.folder:before {
    content: '';
    float: left;
    background-color: #7ba1ad;
    width: 1.5em;
    height: 0.45em;
    margin-left: 0.07em;
    margin-bottom: -0.07em;
    border-top-left-radius: 0.1em;
    border-top-right-radius: 0.1em;
    box-shadow: 1.25em 0.25em 0 0em #7ba1ad;
}

.icon.folder:after {
    content: '';
    float: left;
    clear: left;
    background-color: #a0d4e4;
    width: 3em;
    height: 2.25em;
    border-radius: 0.1em;
}

.icon.folder.full:before {
    height: 0.55em;
}

.icon.folder.full:after {
    height: 2.15em;
    box-shadow: 0 -0.12em 0 0 #ffffff;
}

.icon.file {
    width: 2.5em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border-radius: 0.25em;
    color: #FFF;
    display: inline-block;
    margin: 0.9em 1.2em 0.8em 1.3em;
    position: relative;
    overflow: hidden;
    box-shadow: 1.74em -2.1em 0 0 #A4A7AC inset;
}

.icon.file:first-line {
    font-size: 13px;
    font-weight: 700;
}

.icon.file:after {
    content: '';
    position: absolute;
    z-index: -1;
    border-width: 0;
    border-bottom: 2.6em solid #DADDE1;
    border-right: 2.22em solid rgba(0, 0, 0, 0);
    top: -34.5px;
    right: -4px;
}

.icon.file.f-avi,
.icon.file.f-flv,
.icon.file.f-mkv,
.icon.file.f-mov,
.icon.file.f-mpeg,
.icon.file.f-mpg,
.icon.file.f-mp4,
.icon.file.f-m4v,
.icon.file.f-wmv {
    box-shadow: 1.74em -2.1em 0 0 #7e70ee inset;
}

.icon.file.f-avi:after,
.icon.file.f-flv:after,
.icon.file.f-mkv:after,
.icon.file.f-mov:after,
.icon.file.f-mpeg:after,
.icon.file.f-mpg:after,
.icon.file.f-mp4:after,
.icon.file.f-m4v:after,
.icon.file.f-wmv:after {
    border-bottom-color: #5649c1;
}

.icon.file.f-mp2,
.icon.file.f-mp3,
.icon.file.f-m3u,
.icon.file.f-wma,
.icon.file.f-xls,
.icon.file.f-xlsx {
    box-shadow: 1.74em -2.1em 0 0 #5bab6e inset;
}

.icon.file.f-mp2:after,
.icon.file.f-mp3:after,
.icon.file.f-m3u:after,
.icon.file.f-wma:after,
.icon.file.f-xls:after,
.icon.file.f-xlsx:after {
    border-bottom-color: #448353;
}

.icon.file.f-doc,
.icon.file.f-docx,
.icon.file.f-psd {
    box-shadow: 1.74em -2.1em 0 0 #03689b inset;
}

.icon.file.f-doc:after,
.icon.file.f-docx:after,
.icon.file.f-psd:after {
    border-bottom-color: #2980b9;
}

.icon.file.f-gif,
.icon.file.f-jpg,
.icon.file.f-jpeg,
.icon.file.f-pdf,
.icon.file.f-png {
    box-shadow: 1.74em -2.1em 0 0 #e15955 inset;
}

.icon.file.f-gif:after,
.icon.file.f-jpg:after,
.icon.file.f-jpeg:after,
.icon.file.f-pdf:after,
.icon.file.f-png:after {
    border-bottom-color: #c6393f;
}

.icon.file.f-deb,
.icon.file.f-dmg,
.icon.file.f-gz,
.icon.file.f-rar,
.icon.file.f-zip,
.icon.file.f-7z {
    box-shadow: 1.74em -2.1em 0 0 #867c75 inset;
}

.icon.file.f-deb:after,
.icon.file.f-dmg:after,
.icon.file.f-gz:after,
.icon.file.f-rar:after,
.icon.file.f-zip:after,
.icon.file.f-7z:after {
    border-bottom-color: #685f58;
}

.icon.file.f-html,
.icon.file.f-rtf,
.icon.file.f-xml,
.icon.file.f-xhtml {
    box-shadow: 1.74em -2.1em 0 0 #a94bb7 inset;
}

.icon.file.f-html:after,
.icon.file.f-rtf:after,
.icon.file.f-xml:after,
.icon.file.f-xhtml:after {
    border-bottom-color: #d65de8;
}

.icon.file.f-js {
    box-shadow: 1.74em -2.1em 0 0 #d0c54d inset;
}

.icon.file.f-js:after {
    border-bottom-color: #a69f4e;
}

.icon.file.f-css,
.icon.file.f-saas,
.icon.file.f-scss {
    box-shadow: 1.74em -2.1em 0 0 #44afa6 inset;
}

.icon.file.f-css:after,
.icon.file.f-saas:after,
.icon.file.f-scss:after {
    border-bottom-color: #30837c;
}

.filemgriconbtn:hover {
    color: #86A0B4;
}


/*table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 4px;
    height:1em;
}*/

.main-grid-container {
    display: grid;
    grid-template-columns: auto auto 1fr;
}

.gcs-2 {
    grid-column: span 2;
}

.gcs-3 {
    grid-column: span 3;
}

.gcs-4 {
    grid-column: span 4;
}

.gcs-5 {
    grid-column: span 5;
}

.gcs-6 {
    grid-column: span 6;
}

.gcs-7 {
    grid-column: span 7;
}

.gcs-8 {
    grid-column: span 8;
}

* {
    box-sizing: content-box;
    /*box-sizing: border-box;*/
}