:root,
.app-wrapper {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.ui-wrapper {
  position: absolute;
  display: flex;
  flex-direction: row;
  height: 100vh;
  z-index: 100;

}

.cc-assembler-online {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 0;
}

.content {
  display: flex;
  max-width: 850px;
  height: 100vh;
}

.MuiToggleButtonGroup-root.MuiToggleButtonGroup-vertical > button > img {
    width: 26px;
    height: 26px;
}

.app-wrapper > .ui-wrapper > main .MuiTable-root > tbody > tr {
    cursor: pointer;
}body {
	--dimensions: 50px;
}

.ccao-btn-image {
	width: var(--dimensions) !important;
	height: var(--dimensions) !important;
}

.cc-toolbar {
	left: var(--dimensions) !important;
	top: -4px;
	box-sizing: initial !important;
}

.cc-mouse-container {
	pointer-events: none;
}

ul {
	padding-left: 0px;
}

.ccao-custom-btn-transparent-icon {
	background-image: url('../icon_transparent.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.ccao-custom-btn-info-icon {
	background-image: url('../icon_info.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	background-size: 22px 22px !important;
}

.ccao-exploded-view-btn {
	position: fixed;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 200px !important;
    border-radius: 30px !important;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.ccao-exploded-view-btn:hover {
	transform: translateX(-50%) scale(1.08);
	background-color: #F39C3C !important;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.ccao-exploded-view-btn svg {
	width: 28px;
	height: 28px;
	fill: white;
    transition: transform 180ms ease;
}

.ccao-exploded-view-btn:hover svg {
	transform: rotate(10deg) scale(1.05);
}
.toolbar {
  background-color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50px;
  color: #FFF;
}

.toolbar-item {
  display: flex;
  flex: 25px 0 0;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.toolbar-item img {
  max-width: 22px;
  max-height: 22px;
}

.toolbar-item a {
  color: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 50px;
  width: 50px;
  padding-left: 5px;
}

.toolbar-item a:hover, .toolbar-item a.active {
  color: #ffa82a;
  border-left: 5px solid #ffa82a;
  padding-left: 0;
}


.toolbar-item.material-icons {
  font-size: 24px;
  display: block;
}.configuration{
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
}

