.menu-container-hamburger {
	background-color: #222d32;
	height: 100%;
	/* color: #FFFFFF; */
}

.hamburger-menu {
	margin-bottom: 26px !important;
}

.hamburger-menu i {
	margin-right: 5px;
}

.my-class {
	overflow: inherit !important;
	width: 200px;
}

.ng-sidebar {
	overflow: inherit !important;
}

#menuwrapper ul,
#menuwrapper ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: -3px !important;
}

/* We apply background color and border bottom white and width to 150px */

#menuwrapper ul li {
	width: 100%;
	cursor: pointer;
	background-color: #222d32;
}

/* We apply the background hover color when user hover the mouse over of the li component */

#menuwrapper ul li:hover {
	/* background-color: #1e282c; */
	color: #ffffff;
	position: relative;
}

/* We apply the link style */

#menuwrapper ul li a {
	padding: 12px 5px 12px 10px;
	color: #b8c7ce;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
	text-align: left;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

#menuwrapper ul li a span {
	margin-right: 17px;
}

.menu-level-1 {
	background-color: #404f56 !important;
}

.menu-level-2 {
	background-color: #6b7980 !important;
}

/* Clear float */

.clear {
	clear: both;
}

a:hover, a:focus {
	/* background-color: #404f56; */
	background-color: #222d32;
	background-color: #0000004d !important;
	color: #ffffff !important;
	/* background-color: rgba(255, 255, 255, 0.25) !important */
}

#menuwrapper ul li {
	background-color: #222d32;
}

.activatedMenu {
	color: #ffffff !important;
	background-color: rgba(255, 255, 255, 0.25) !important;
}

.img-circle {
	width: 100%;
	max-width: 45px;
	height: auto;
	border-radius: 50%;
}

.logo-lg {
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	display: block;
	float: left;
	height: 26px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	width: 100%;
	/* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
	/* padding: 0 15px; */
	font-weight: 300;
	overflow: hidden;
	color: #fbfbfb;
}

.info {
	margin-top: 5px;
	color: #fbfbfb;
}

.image-client {
	margin-right: 5px;
}

.user-panel {
	padding: 7px;
}

/*noinspection CssInvalidFunction*/
.navMenu {
	height: calc(100% - 150px);
	height: -o-calc(100% - 150px);
	height: -webkit-calc(100% - 150px);
	height: -moz-calc(100% - 150px);
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	width: 200px;
	padding-bottom: 20px;
	margin-top: 15px;
}

.navMenu::-webkit-scrollbar {
	width: 0px;
}

.navMenu li a i.fa,
.navMenu li a i.fab,
.navMenu li a i.far,
.navMenu li a i.fas {
	margin-right: 7px;
	text-align: right;
}

.pull-right-container i {
	margin-right: 0px !important;
}

.searchMenuBtn {
	background-color: #374850;
	color: #b8c7ce;
	box-shadow: none;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
	border-bottom-left-radius: 0 !important;
}

.searchMenu {
	color: #fbfbfb !important;
	border-top-left-radius: 2px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 2px !important;
	border-bottom-color: #374850 !important;
	background-color: #374850 !important;
	height: 35px !important;
	width: 100% !important;
	padding: 5px !important;
}

.searchMenu:focus,
.searchMenu:focus+.input-group-btn .btn {
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	border-bottom-color: #fbfbfb !important;
	background-color: #fbfbfb !important;
	color: #374850 !important;
}

a:focus {
	outline: thin dotted;
	outline-color: #fbfbfb !important;
	outline-style: auto;
	outline-width: 5px;
	outline: 5px auto #fbfbfb !important;
	outline-color: #fbfbfb !important;
	outline-style: auto;
	outline-width: 5px;
	outline-offset: -2px;
}

/*
    .skin-blue  .sidebar-form input[type="text"]:focus,
    .skin-blue  .sidebar-form input[type="text"]:focus+.input-group-btn .btn
*/


.menuSelected {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	transform: rotate(-90deg) !important;
	-webkit-transform: rotate(-90deg) !important;
	-ms-transform: rotate(-90deg) !important;
}

.fa.fa-angle-left.pull-right {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.tdDesc {
	width: 165px;
	max-width: 165px;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	overflow-y: hidden;
}

.tdFav {
	width: 20px;
}

/* SCROLLBAR */
/* width */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px var(--main-scm-color);
	-webkit-box-shadow: inset 0 0 6px var(--main-scm-color);
	border-radius: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--main-scm-color);
	background-color: var(--main-scm-color);
	border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--main-scm-color);
	background-color: var(--main-scm-color);
}


/*
#222d32 back
#313E44 lv 0
#404f56 lv 1
#566167 lv 2
*/
