@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');
}

@media (min-width: 450px) {
  .modal-dialog.modal-xxl {
	max-width: 500px;
  }
}

@media (min-width: 750px) {
  .modal-dialog.modal-xxl {
	max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-dialog.modal-xxl {
	max-width: 1150px;
  }
}

@media (min-width: 1600px) {
  .modal-dialog.modal-xxl {
	max-width: 1550px;
  }
}

@media (min-width: 2000px) {
  .modal-dialog.modal-xxl {
	max-width: 1950px;
  }
}

@media (min-width: 2500px) {
  .modal-dialog.modal-xxl {
	max-width: 2450px;
  }
}

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;
}

a:link {
  color: #00777E;
  font-weight: bold;
}

a:visited {
  color: #00777E;
}

a:hover {
  color: #00777E;
}

a:active {
  color: #00777E;
}

.blankPage{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #ffffff;
}

.userWait{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	background-image: url("/gfx/loader.png");
	background-color: rgb(248, 249, 251);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.baerisInput {
	background-color: #f4f4f4 !important;
	font-size: 0.9rem !important;
}

input:read-only {
	/* background-color: #f4f4f4 !important; */
}

input[type="checkbox"]:disabled {
	cursor: not-allowed;
	opacity: 0.7;
}

.fontReset
{
	font-size: 1rem !important;
}


.baerisSwitch
{
	font-size: 1.5rem;
}

.debugArea
{
	background-color: #000;
	color: gray;
	font-family: monospace;
	font-size: 0.7rem;
	height: 400px;
	max-height: 400px;
	overflow: scroll;
}

.debugArea:focus
{
	background-color: #000;
	color: #29FE11;
	font-family: monospace;
	font-size: 0.7rem;
}

.debugArea_success
{
	color: #f018f9;
}

.debugArea_error
{
	color: red;
}

.debugArea_warning
{
	color: yellow;
}

.debugArea_info
{
	color: #29FE11;
}

.debugArea_debug
{
	color: gray
}


label {
	font-weight: bold;
}

.lightGrayColor
{
	color: #959696;
}

.helpColor
{
	color: #7581e0;
}


.baerisColor
{
	color: #4B8991;
}

.licenseActive
{
	background-color: #6ec65d;
	color: #ffffff;
}

.licenseInactive
{
	
	background-color: #e28f8f;
	color: #ffffff;
}

.licenseInfoCard
{
	background-color: #4B8991;
	color: #ffffff;
}

.licenseInfoCardDisabled
{
	background-color: rgb(181, 181, 181);
	color: #ffffff;
}

.licenseHeader
{
	font-weight: bold;
	font-size: 1.3rem;
}


.licenseFooter
{
	font-weight: 600;
	font-size: 0.8rem;
}

.pointer
{
	cursor:pointer;
}

.hidden
{
	display:none !important;
}


.content 
{
	position: fixed;
	top: 0;
	left: 0px;
	right: 0;
	bottom:0;
}

.modalPool {
	position:absolute;
}

.dropdown-toggle[aria-expanded="true"]:after {
transform: rotate(180deg) scale(1.5);
}
/*for animation*/ 
.dropdown-toggle:after { 
transition: 0.5s; 
}


.menuDropdown-selected {
transform: rotate(180deg);
}
/*for animation*/ 
.menuDropdown { 
transition: 0.5s; 
}


.btn-baeris
{
	--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;
}






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

.baerisMenuLogo
{
	display: block;
	margin: 20px auto 20px auto;
}

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


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

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


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

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


.baerisMenuItem.show
{
	height: 50px; 
}


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

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

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

.baerisMenuHeader .baerisMenuButton img
{
	margin: 0px 5px 0px 5px;
}

.baerisMenuItem .baerisMenuButton img
{
	margin: 0px 5px 0px 15px;
}

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

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

.baerisImpress span
{
	color: #ffffff;
}

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

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

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

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

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

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

.baerisExtras i
{
	cursor: pointer;
	transition: transform .1s ease-in-out;
}
.baerisExtras i:hover
{
	color: #000000;
	transform: scale(1.3);
}

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

.baerisBadge {
	display: inline-flex;
	align-items: center;
	background-color: #f2f4f5;
	border: 2px solid #d0d0d0;
	border-radius: 20px;
	padding: 0px 10px 0px 0px;
	color: #404652;
	font: 14px/1.0 'Avenir Next Condensed';
	height: 32px;
	line-height: 1;
 }

 .baerisBadge img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #d0d0d0;
	position: relative;
	right: 2px;
	margin-right: 5px;
 }


.baerisBadge:hover
{
	background-color: #eaeaea;
}


.baerisTab
{
	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;
}

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

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

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

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


.baerisContainerArea
{
	position: absolute;
	top: 86px;
	right: 0;
	left: 250px;
	bottom: 0;
	z-index: 0;
	background:#f8f9fb;
	overflow-x:hidden;
	overflow-y:scroll;
	background-image: url("/gfx/BAERIS_Background.png");
	background-origin: content-box;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40% auto;
}

.baerisContainer
{
	position: relative;
	width: calc(100% - 40px);
	margin: 20px;	
}

.baerisContainerTitle
{
	position: static;
	height: 70px;
	width: 100%;
}

.baerisContainerNumber
{
	position: absolute;
	top: -5px;
	left: 0px;
	font-weight: 200;
	font-size: 3rem;
	color: #B3BBC7;
}

.baerisContainerName
{
	position: absolute;
	left: 50px;
	top: 0px;
	font-weight: 400;
	font-size:1.5rem;
	color: #000000;
}

.baerisContainerInfo
{
	position: absolute;
	left: 50px;
	top: 40px;
	width: 100%;
	font-weight: 400;
	color: #999999;
	font-size:0.9rem;
}

.baerisContainerContent
{
	position: static;
	background-color:#ffffff;
	border: 1px solid #DEE1E6;
	border-radius: 3px;
	padding: 20px 30px;
	overflow-x: auto;
}

.formField
{
	display:none !important;	
}

.formField-valid 
{
	display:none !important;	
}

.formField-invalid
{
	color: red;
	font-size: 0.7rem;
	font-weight: bold;
}

.tabs-container
{
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding: 10px 20px 10px 20px;
}

.microTableFont
{
	font-size: 0.5rem;
}

.smallTableFont
{
	font-size: 0.7rem;
}

.bigTableFont
{
	font-size: 1.3rem;
}

.form-check-input:checked 
{
	background-color: #4B8991 !important;
	border-color: #397178 !important;
}

.subTableTitle
{
	font-size: 0.8rem;
	font-weight: 300;
	font-style: italic;
}

.dashboard_Header
{
	height: 60px;
	background-color: #404652;
	-webkit-box-shadow: 5px 5px 3px -2px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 3px -2px rgba(0,0,0,0.3);
	font-size: 1.5rem;
	font-weight: bold;
	color: rgb(227, 227, 227);
	line-height: 60px;
}

.dashboard_HeaderExtra
{
	position: absolute;
	top: 0;
	right: 0px;
	height: 60px;
	font-size: 1.5rem;
	font-weight: 200;
	color: #ababab;
	display: flex;
	align-items: center;
	justify-content: left;
}

.dashboard_Headerlogo
{
	margin: 0 20px 0 10px;
}

.dashboard_Content
{
	position: absolute;
	background-color: #e0e0e0;
	width: 100% !important;
	top: 60px;
	bottom: 0px;
	text-align: center;
}

.dashboard_Icon
{
	background-color: #e0e0e0;
	width: 100% !important;
	text-align: center;
	height: 130px;
	border-radius: 3px;
	border: 1px solid rgb(190, 190, 190);
	cursor: pointer;
}

.dashboard_Icon:hover
{
	border: 3px solid #00777E;
	cursor: pointer;
}

.dashboard_Icon.selected
{
	border: 2px solid #00777E;
	cursor: auto;
}

.dashboard_TableIcon
{
	background-color: #e0e0e0;
	width: 100% !important;
	text-align: center;
	height: 50px;
	border-radius: 3px;
	border: 1px solid rgb(190, 190, 190);
}


.dashboard_Box
{
	height: 100%;
	background-color:#fff;
	-webkit-box-shadow: 5px 5px 3px -2px rgba(0,0,0,0.3); 
	box-shadow: 5px 5px 3px -2px rgba(0,0,0,0.3);
	border-radius: 3px;
	overflow: hidden;
	position:relative;
}

.dashboard_EditIcon
{
	font-size:10rem;
	color: rgb(106, 106, 106)
}

.dashboard_EditIcon:hover
{
	font-size:10.5rem;
	color: #00777E;
}

.dashboard_EditIconSmall
{
	font-size:1rem;
	color: rgb(106, 106, 106)
}

.dashboard_EditIconSmall:hover
{
	color: #22b9c2;
}

svg text{
font-size: 1em;
font-family: sans-serif;
}

.AccordionMenu
{
	width:100%;
	overflow-y:auto;
}


.AccordionHeader
{
	width: 100%;
	padding-left: 10px;
}

.AccordionContent
{
	width: 100%;
	
	overflow: hidden; /* Hide the element content, while height = 0 */
	height: 0;
	opacity: 0;
	transition: height 0ms 400ms, opacity 400ms 0ms;
}

.AccordionContent.show
{
	height: auto; /* any measurable value, not "auto" */
 opacity: 1;
 transition: height 0ms 0ms, opacity 400ms 0ms;
}



.AccordionDropArrow
{
	font-size:1.5rem;
	left:-30px;
	top: 135px;
	position:relative;
	cursor: pointer;
}

.TagContainer 
{
	min-height: 3rem;
	border: 1px solid #ccc;
	border-radius: 0.5rem;
	padding: 0.5rem;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
 }
 
 .TagInput {
	border: none;
	outline: none;
	flex-grow: 1;
	min-width: 200px;
 }
 
 .TagBadge {
	margin: 0.1rem;
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	cursor: default;
	color: white;
 }
 
 .TagText {
	 max-width: 200px;
	 overflow: hidden;
	 text-overflow: ellipsis;
 }
 
 .TagRemove-btn {
	cursor: pointer;
	font-weight: bold;
	color: rgba(255,255,255,0.9);
	margin-left: 0.2rem;
 }
 
 .TagRemove-btn:hover {
	color: #000;
 }
 
 .TagColor-btn {
	 cursor: pointer;
	 font-weight: bold;
	 color: rgba(255,255,255,0.9);
	 transition: transform 0.6s;
	 margin-left: 0.2rem;
  }
  
.TagColor-btn:hover {
	 color: #000;
	 transform: rotateZ(180deg);
  }
  
 
 .TagColorSwatch {
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin: 2px;
	cursor: pointer;
 }
 .TagColorGrid {
	display: grid;
	grid-template-columns: repeat(5, 24px);
	justify-content: center;
	padding: 5px;
 }
 .TagColorTrigger {
 	color: white !important;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid rgba(255,255,255,0.5);
	display: inline-block;
	cursor: pointer;
 }
 
 .TagColorPreview {
	 width:50px;
	 height:30px;
	 border: 1px solid rgb(80,80,80);
	 border-radius: 5px;
 }