@font-face
{
	font-family: 'Avenir Roman';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Roman'), url('/font/Avenir_Roman.woff') format('woff');
}

@font-face
{
	font-family: 'Avenir Next Condensed';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Next Condensed'), url('/font/Avenir_Next_Condensed.ttf') format('truetype');
}

body
{
	font: 14px/1.5 'Avenir Roman';
	font-weight: 500;
	-webkit-font-smoothing:antialiased;
	background-color:#404652;
	color: #828894;
}

h1,h2,h3,h4,h5,h6
{
	color: #000000;
}

.fs-7
{
	font-size: 0.9rem;
}

.fs-8
{
	font-size: 0.8rem;
}
/* --------------------------------------------------------------------------------------------------------
Buttons
-------------------------------------------------------------------------------------------------------- */

.btn-compo
{
	--bs-btn-color: #fff;
	--bs-btn-bg: #00AA97;
	--bs-btn-border-color: #008071;
	font-weight:500;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #179183;
	--bs-btn-hover-border-color: #008071;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #179183;
	--bs-btn-active-border-color: #008071;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #008071;
}

.btn-ok
{
	--bs-btn-color: #fff;
	--bs-btn-bg: #45c163;
	--bs-btn-border-color: #30ac4e;
	font-weight:bold;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #3bb158;
	--bs-btn-hover-border-color: #21993e;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #3bb158;
	--bs-btn-active-border-color: #21993e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #008071;
}

.btn-cancel
{
	--bs-btn-color: #525050;
	--bs-btn-bg: #c4c4c4;
	--bs-btn-border-color: #a1a1a1;
	font-weight:500;
	--bs-btn-hover-color: #525050;
	--bs-btn-hover-bg: #afafaf;
	--bs-btn-hover-border-color: #919191;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #525050;
	--bs-btn-active-bg: #afafaf;
	--bs-btn-active-border-color: #919191;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #008071;
}

.btn-abort
{
	--bs-btn-color: #ffffff;
	--bs-btn-bg: #e28f8f;
	--bs-btn-border-color: #a1a1a1;
	font-weight:bold;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #d26767;
	--bs-btn-hover-border-color: #919191;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #525050;
	--bs-btn-active-bg: #afafaf;
	--bs-btn-active-border-color: #919191;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #008071;
}

// --------------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------------
.avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}


.ComponentBoxSelector
{
	position:absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	background: #404652;
	z-index: 10;
}

.ComponentBoxMenuLogo
{
	width: 210px;
	display: block;
	margin: 20px auto 20px auto;
}

.ComponentBoxMenu
{
	width:100%;
	color: #ffffff;
	font-weight: 500;
	font-size: 0.9rem;
	background-color:#404652;
	overflow-y:auto;
}


.ComponentBoxMenuHeader
{
	width: 100%;
	height: 50px;
	background-color: #6D6E72;
	border-left: 3px solid #aeaeae;
	margin-bottom: 1px;	
	cursor:pointer;
}

.ComponentBoxMenuHeader:hover
{
	background-color: #5BA0AA;
}


.ComponentBoxMenuHeader.selected
{
	background-color: #4B8991;
	border-left: 3px solid #94C9CD;	
}

.ComponentBoxMenuItem
{
	width: 100%;
	height: 0px;
	transition: height 300ms ease-out;
	cursor:pointer;
	overflow: hidden;
}


.ComponentBoxMenuItem.show
{
	height: 50px; 
}


.ComponentBoxMenuItem:hover
{
	background-color: #7D7F83;
}

.ComponentBoxMenuItem.selected
{
	background-color: #31737C;
	border-left: 3px solid #93C7CC;
	cursor:default;
}

.ComponentBoxMenuButton
{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.ComponentBoxMenuHeader .ComponentBoxMenuButton img
{
	margin: 0px 5px 0px 5px;
}

.ComponentBoxMenuItem .ComponentBoxMenuButton img
{
	margin: 0px 5px 0px 15px;
}

.ComponentBoxMenuHeader .ComponentBoxMenuButton i
{
	font-size:1.5rem;
	right:10px;
	position:absolute;
}

.ComponentBoxImpress
{
	position:absolute;
	left: 0px;
	bottom: 0px;
	color: #707981;
	font-size:0.7rem;
	padding: 10px;
	z-index: -1;
}

.ComponentBoxImpress span
{
	color: #ffffff;
}

.ComponentBoxHeader
{
	position: fixed;
	top: 0;
	right: 0;
	left: 250px;
	height: 55px;
	   z-index: 10;
	color: #000000;
	background:#ffffff;
}

.ComponentBoxHamburger
{
	position: absolute;
	top: 0;
	left: 0;
	width:55px;
	height:55px;
	color: #677D95;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ComponentBoxHamburger i
{
	cursor: pointer;
	transition: transform .4s ease-in-out;	
}

.ComponentBoxHamburger i:hover
{
	font-weight: 500;
	color: black;
	transform: rotateZ(90deg);
	
}

.ComponentBoxTitle
{
	position: absolute;
	top: 0;
	left: 55px;
	height:55px;
	font-size: 1.5rem;
	font-weight: 200;
	display: flex;
	align-items: center;
	justify-content: left;
}

.ComponentBoxExtras
{
	position: absolute;
	top: 0;
	right: 0px;
	height:55px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: left;
	color: #677D95;
}

.ComponentBoxExtras i
{
	cursor: pointer;
	transition: transform .7s ease-in-out;
}
.ComponentBoxExtras i:hover
{
	color: #000000;
	transform: rotateY(180deg);
}


.ComponentBoxTab
{
	position: fixed;
	top: 55px;
	right: 0;
	left: 250px;
	height: 30px;
	width: 100%;
	   z-index: 5;
	background:#ffffff;
	color: #000000;
	border-bottom:1px solid #DEE1E6;
	box-shadow: 0px 1px #EAECEF;
	font: 16px 'Avenir Next Condensed';
	border-spacing:10px 0px;
}

.ComponentBoxTab ul
{
	display: table;
	position: absolute;
	bottom: 0px;
	margin: 0px 0px 0px 20px;
	padding: 0;
}

.ComponentBoxTab p
{
	color:#AEB7C2;
	display: table-cell;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
	text-align:center;
	cursor: pointer;
}

.ComponentBoxTab p:hover
{
	color: #000000;
	font-weight: 500;
}

.ComponentBoxTab p.selected
{
	color:#000000;
	font-weight: 600;
	border-bottom: 3px solid #33AE9B;
	cursor: default;
}

