/*!
Theme Name: Data-Janitor
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: data-janitor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Data-Janitor is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

main#primary {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
	background-color: white;
	z-index: 999999999999;
}
.dj_app {
    display: grid;
    width: 100%;
    height: 100%;
    background-color: #008281;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;
    box-sizing: border-box;
}
.window-body {
    margin: 2px;
    margin-top: 6px;
}
.window {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
}
p.status-bar-field {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 2px;
}
pre.editor,pre.editor_input {
    width: 100%;
    height: 100%;
}
.dj_input > .window-body  > .window,
.dj_editor > .window-body {
    padding: 0px!important;
    margin: 0px!important;
}
.window-body.window-with-tabs {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}
.window-body.window-with-tabs > .window, .window-body.window-with-tabs > .window > .window-body, .window-body.window-with-tabs > .window > .window-body > .window-body, .window-body.window-with-tabs > .window > .window-body > .tree-view {
    grid-row: 2;
    height: 100%;
    box-sizing: border-box;
}
.window-body > textarea, ul.tree-view {
    margin-bottom: -10px;
    height: calc(100% - 9px)!important;
	width: 100%;
}
/* <li role="tab" v-bind:aria-selected="tab_output == 'json'" role="tab"><a @click="tab_output = 'json'">JSON</a></li> */
.table-fullscreen ,
.table-fullscreen > .sunken-panel,
.table-fullscreen > .sunken-panel > table {
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 1px;
	left:1px;
}
.window-body.table-fullscreen {
    padding: 5px;
}
.window-body.uploaddrop {
    padding: 20px;
}
.window-floating{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999999999;
}
.pd20{
	padding: 20px;
}
.window-floating > .window-body.pd20 {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
table.interactive{
	overflow:hidden!important;
	height:100%;
	width:100%;
}
.window-body > h4{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
.window-body > p{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 16px;
}
a{
	cursor: pointer!important;
}
.title-bar{
    position:relative;
}
input.resizer {
    border: 0px solid red;
    
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    position: absolute;
    right: 53px;
    top: 0px;
    width: calc(100% - 53px);
    font-size: 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}