#left_menu{
	padding: 0.625rem 0;
    flex: 1;
	overflow: scroll;
    width: auto;
    height: 100%;
}
#left_menu::-webkit-scrollbar {display:none;}
.menu{
	min-height: 100%;
    display: flex;
    flex-direction: column;
	overflow: auto;
	margin-bottom: 10rem;
}
.menu .menu-header{
	margin: 0.5rem 1.25rem;
    font-size: .7875rem;
    font-weight: 600;
    /*color: var(--app-sidebar-menu-header-color);*/
	color: #657eae;
}

#groups{
	float: right;
	margin-right: 5px;
}
#groups a{
	color: black;
	text-decoration: none;
	font-size: 10pt;
}
.menu-item {
	/*padding: 10px 10px 11px 10px;*/
	padding: 0 0.625rem;
}
.menu-item .menu-link{

	padding: 0.375rem 0.625rem;
    line-height: 1.25rem;
    text-decoration: none;
    /* color: var(--app-sidebar-menu-link-color); */
    display: flex;
    align-items: center;
    border-radius: 6px;
}
.menu-item .menu-link.selected{
	font-weight: 600;
	color: #1f6bff;
	background: var(--app-sidebar-menu-link-hover-bg);
}

.menu-item .menu-link.selected a{

	font-weight: 600;
	color: #1f6bff;
}
.menu .menu-item .menu-link:hover{
	background-color: rgba(60, 78, 113, 0.1);
}
/* .menu-item a {
    margin-left: 0.625rem;
    text-decoration: none;
	flex: 1;
} */
.menu-item .item-icon {
	width: 1.25rem;
    height: 1.25rem;
    font-size: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-item .arrow, .menu .arrow{
	width: 1.1rem;
    height: 1.1rem;
    font-size: 0.85rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caret{
	font-family: Font Awesome\ 6 Free,Font Awesome\ 6 Pro,FontAwesome!important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
.menu-item.small{
	padding: 4px 0px 5px 10px;
}

.menu-item .title.active{
	background: #e7e7e7;
}
/* .menu-item{
	padding-left: 12px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: scaleY(0);
	transform-origin:top;
	height: 0;
	display: none;
}
.menu-item.open{
	opacity:1;
	transform:scaleY(1);
	height: auto;
	display: block;
} */

/** REPLACE COLOR FOR A */
.app-sidebar .menu .menu-item .menu-link a {
    color: var(--app-sidebar-menu-link-color);
	word-break: break-all;
}
.app-sidebar .menu .menu-item .menu-submenu{
	padding-left: 0.25rem!important
}
.app-sidebar .menu .menu-header {
	/* text-transform: uppercase; */
	margin-top: 1rem;
}
.app-sidebar .menu .open.menu-caret{
	transform: rotate(90deg);
}
.app-sidebar .menu .menu-caret{
	transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.app-sidebar .menu .menu-icon svg path {
	stroke: var(--app-sidebar-menu-link-color);
}

.menu-span {
	color: var(--app-sidebar-menu-link-color);
}

#filter-menu{
	height: 44px;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.filter-menu-item{
	height: 36px;
	border-right: 1px solid #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	text-align: center;
}
.filter-menu-item a{
	color: black;
	text-decoration: none;
	font-size: 10pt;
}
#top-menu-company-name
{
	font-size: 12pt;
	font-weight: bold;
	color: #253A6C;
	margin: 15px 0 10px 10px;
	float: left;
	background-color: #eaeaea;
}
#top-menu-time
{
	font-size: 12pt;
	font-weight: bold;
	color: #253A6C;
	margin: 15px 30px 10px 5px;
	float: right;
	background-color: #eaeaea;
}
.content-left{
	overflow: hidden;
    height: 100%;
	/* background-color: #eaeaea;
	padding-bottom: 15px;
	padding-left: 10px;
	float: left;
	width: 100%; */
}
.content-left div {
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.content-left div::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
.column_left{
	background-color: #eaeaea;
}
.expand{
	width: 16px;
	height: 16px;
	float: right;
}
.left{
	background-image: url(/assets/img/icon-angle-left.png);
}
.down{
	background-image: url(/assets/img/icon-angle-down.png);
}
#selection-menu{
	height: 35px;
	background: #fff;
	width: 100%;
	margin-top: 10px;
	margin-bottom: -11px;
	padding-bottom: 4px;
	padding-top: 8px;
	border-bottom: 1px solid #e1e1e1;
	clear: both;
}
.selection-menu-item{
	height: 39px;
	float: left;
	text-align: center;
}
.selection-menu-item a{
	color: black;
	text-decoration: none;
	font-size: 10pt;
}

#warehouse-done-button{
	margin-top: 15px;
	margin-right: 15px;
	float: right;
}
.warehouse-item{
	margin-left: 15px;
	margin-top: 5px;
}
.clear{
	clear: left;
	display: block;
}


/* span.badge{
    position: relative;
    top:-3px;
    right: -6px;
    padding: 1px 6.5px 3px 6.5px;
    border-radius:100px;
    background: #b80909;
    -webkit-background-clip: padding-box;
    font-size: 8pt;
    font-weight: normal;
    color: white;
    text-decoration: none;
} */

.documents_select{
	width: 200px;
	clear: both;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.documents_submit{
	margin-top: 10px;
	padding-bottom: 5px;
	float: left;
}

.menu-selection{
	display: none;
	width: 200px;
	z-index: 99;
	position: absolute;
	box-shadow: -11px 12px 23px rgba(0,0,0,.2);
	padding: 5px 10px 10px;
	background: #ffffff;
	left: 20px;
	margin-top: 5px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.14902);
}
.menu-selection.activate{
	display: block;
}
.menu-selection form{
	font-size: 8pt;
}
.menu-selection label{
	font-size: 10pt;
}
.menu-selection #choiceLabel{
	float: left;
	clear: both;
	margin-bottom: 10px;
}
.menu-selection .choiceInput{
	margin-bottom: 10px;
	clear: both;
}
.menu-selection .choiceInput input{
	line-height: 20px;
	margin-bottom: -5px;
}
.menu-selection .choiceInput label{
	line-height: 20px;
}
.menu-selection-label{
	border: 1px solid #d7d3d3;
	padding: 3px;
	border-radius: 4px;
	cursor: pointer;
}
.dark-mode .menu-icon img {
    filter: invert(68%) sepia(13%) saturate(233%) hue-rotate(181deg) brightness(89%) contrast(84%);
}
.dark-mode-black .menu-icon img{
	filter: invert(100%) sepia(100%) saturate(10%) hue-rotate(181deg) brightness(100%) contrast(84%);
}
