@charset "UTF-8";

html, body {
  overscroll-behavior-x: none;
}

.drawer {
	height: 880px; 
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 20px;	
}

.vault {
	/* margin-left: 10px; */
	width: 405;
}

dialog::backdrop {
  background-image: linear-gradient(
    45deg,
    magenta,
    rebeccapurple,
    dodgerblue,
    green
  );
  opacity: 0.75;
}

.ui-widget-overlay {
  background-image: linear-gradient(
    45deg,
    magenta,
    rebeccapurple,
    dodgerblue,
    green
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.75;
}
.ui-dialog {
	position: fixed;
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
 
.localFile {
	margin-top: 8px;
	width: 0px;
}

.vaultlab_full {
	margin-left: 7px;
	color: turquoise;
	font-size: 100%	
}

.vaultlab_empty {
	margin-left: 7px;
	color: red;
	font-size: 100%
}

.vaultlab_active {
	margin-left: 7px;
	color: blue;
	font-size: 150%
	
}
.paramText.good {
	background-color: #99ff99;
}
.paramText.bad {
	background-color: red;
}
#dashboard {
	border: 1px solid #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	margin-left: 2px; 
	margin-bottom: 5px;		
	height: 120px;
	width: 430px;
}

#console {
	border: 1px solid #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	height: 40px;
	overflow-y: scroll;
	padding-left: 5px;
	padding-right: 5px;
	width: 420px;
	margin-left: 2px
}

#console p {
	padding: 0;
	margin: 0;
}

#drawer-pane {
	background-color: white;
	z-index: 110;
}
#doc {
	border: 1px solid #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #ffffff;
	height: 440px;
	overflow-y: scroll;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 410px;
}

#doc p {
	padding: 0;
	margin: 0;
}

iframe#mainframe, iframe#sensframe, iframe#fitframe, iframe#stocframe {
    height: 2000; 
    width: 1170; 
    resize: none;
    border: 0;
    overflow: auto;
    margin-top: -30px;
}

.split {
    display: flex;
    flex-direction: row;
}

.gutter {
    background-color: #ccccff;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
	z-index: 110;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: col-resize;
}

#drawer-pane {
	background-color: #ffffff;
}

#drawerBut {
	margin-right: 10px;
}

#orBut {
	margin-left: 50px; 
	width: 50px;
}
#orClear {
	margin-left: 50px; 
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-top: 50px; 
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.empty-fieldset {
	border-width: 0px; 
}

body {
	overflow-x: hidden;
}

.hide {
	display: none;
}

.CodeMirror {
	font-size: 9pt;
	margin-left: -10px;
	border: 1px solid black;	
	width: 400px;
}
