:root {
  --main-color: rgba(255, 174, 0);
  --second-color: rgba(255, 191, 51);
  --color-light-grey: #DCDCDC;
  --color-white: rgba(255, 255, 255);
  --color-grey: rgba(20,20,20);
  --black-box-10-shadow: rgba(0, 0, 0, 0.2);
  --text-shadow-12-trans: rgba(0,0,0,0.12);
  --black-box-50-shadow: rgba(0, 0, 0, 0.5);
  --color-h1: var(--main-color);
  --color-h2: rgba(0, 130, 200, 0.9);
  --color-h3: rgba(0, 130, 200, 0.8);
  --color-h4: rgba(0, 130, 200, 0.7);
  --inbox-28-shadow: rgba(255,255,255,0.28);
  --box-sahow-17-trans:rgba(255,255,255,0.17);
  --menu-2n-color: rgba(167, 114, 166, 0.5);
}

.jsClient > .header {
	display: block;
	height: 3rem;
	font-size: 2.5rem;
	text-align: center;
	color: white;
	border-bottom: 1px solid;
	border-color: inherit;
	text-shadow: none;
	background-color: #2a88ad;
	padding-left: 1rem;
	padding-right: 1rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 10;
	position: relative;
	border: none;
}

.jsClient > .sideBar {
	border-color: #2a88ad;
}

.workArea .workView > .workItem {
	padding-right: 1rem;
	justify-content: space-between;
}
.topBar {
	border: none;
	order: 0;
}
.holder.tool {
	order: 1;
}
.jsClient .editView {
	flex: 0 1 calc(50% - 10rem);
	order: 2;
}
.jsClient .showView {
	order: 3;
	flex: 0 1 calc(50% - 1rem);
}
.sideBar .childrenView .active::before {
	color: black;
}
.sideBar .active, .header .active {
	font-weight: bold;
}

.jsClient .sideBar .menuView, .jsClient .sideBar .menuView:nth-child(2n) {
	border-bottom: dashed 1px;
	border-color: inherit;
	background-color: var(--color-white);
}

.jsClient .workItem > .buttonView {
	display: block;
	position: fixed;
	background: white;
	right: calc(50% - 10rem);
	bottom: 0.5rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	padding: 0.5rem;
	border-radius: 10px;
	height: auto;
	z-index: 13;
	width: 7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.jsClient .workItem > .buttonView input {
	display: block;
	position: relative;
	white-space: normal;
}
/*.infoActive {
	background-color: rgb(42, 136, 173, 0.1);
	transition: background-color 0.5s linear;
}*/
.pVar:hover, .pCollVar:hover, .pGroup:hover, 
.pSurroundingContainer:hover, .repeatingElement:hover, .pRecordLink:hover {
/*	background-color: rgb(42, 136, 173, 0.1);*/
	transition: background-color 0.5s linear;
}
.workItem .presentation > .pGroup {
	border-radius: 10px 10px;
	padding: 0rem 1rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.13);
}

.presentation .text.h1TextStyle, .presentation h1 {
	color: var(--main-color);
	font-size: 1.2rem;
	font-weight: bold;
	background-color: var(--color-light-grey);
	border-radius: 10px 0 0 0;
	margin: 0 -1rem 0 -1rem;
	padding: 0.4rem 1rem 0.4rem 1rem;
	position: sticky;
	top: 0rem;
	z-index: 3;
}

.presentation .text.h2TextStyle, .presentation h2 {
	color: var(--color-grey);
	position: sticky;
	top: 2.5rem;
	background: var(--main-color);
	z-index: 2;
}

input[type="button"], .form-style-10 input[type="submit"] {
	background: #2a88ad;
	padding: 4px 11px 4px 11px;
	border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.12);
	font: normal 30px serif;
	box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.17);
	border: 1px solid #257c9e;
	font-size: 15px;
}
input + input {
	margin-top: 0.5rem;
}
 input[type="button"]:hover, .form-style-10 input[type="submit"]:hover {
	background: #2a6881;
	box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.28);
}
.editView .repeatingElement:last-child {
	margin-bottom: 0px;
}
.pChildRefHandler {
	margin-bottom: 5px;
}
.jsClient .workItem > .incomingLinksView {
	flex: 0 0 50%;
	order: 10;
}

.workView .presentation > .pGroup > .pChildRefHandler,
.workView .presentation > .pGroup > .pNonRepeatingChildRefHandler,
 .workView .pGroup > .pSurroundingContainer, .workView .pGroup > .text {
/* 	flex: 0 1 calc(100% - 0px); */
}
