body {
	background: #f6f9ff;
}

header + main {
	margin-top: 60px;
}

#left-menu a.nav-link {
	display: flex;
}

#left-menu span.icon {
	width: 25px;
	display: block;
}

#left-menu span.text {
	display: block;
}

.myTree ul li {
	list-style-type: none;
}

.myTree ul li div.item {
	padding: 3px;
}

.myTree ul li div.item:hover {
	//color: red;
	background: #E9ECEF;
	cursor: default;
}

.myTree ul li div.item span.icon-actions {
	display: none;
}

.myTree ul li div.item:hover span.icon-actions {
	display: inline;
}

table.table.table-xs {
	font-size: 12px;
	
}

table.table.table-xs tr td,
table.table.table-xs tr th {
	padding: .3rem .3rem;
}

table.dataTable  thead tr.filterhead th input {
	width: 100%;
}

.font-08-em {
	font-size: 0.7em
}

.font-08-em ul.pagination li a,
.font-08-em select.form-select,
.font-08-em input.form-control
 {
	font-size: 0.8em
}


/* --  -- */

.card-body {
	padding: 0 20px 20px 20px;
}

.card-title {
	padding: 20px 0 15px 0;
	font-size: 18px;
	font-weight: 500;
	color: #012970;
	font-family: "Poppins", sans-serif;
}

.card-title a {
	text-decoration: none;
	color: #012970;
}

.card-title a:hover {
	text-decoration: underline;
}

.card-title span {
	color: #899bbd;
	font-size: 14px;
	font-weight: 400;
}

.dashboard .sales-card .card-icon {
	color: #4154f1;
	background: #f6f6fe;
}

.dashboard .hurt-card .card-icon {
	color: #ff771d;
	background: #ffecdf;
}

.dashboard .revenue-card .card-icon {
	color: #2eca6a;
	background: #e0f8e9;
}

.dashboard .product-add-card .card-icon {
	color: #4154f1;
	background: #f6f6fe;
}

.dashboard .product-card .card-icon {
	color: #2eca6a;
	background: #e0f8e9;
}

.dashboard .card-icon {
	font-size: 25px;
	line-height: 0;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	flex-grow: 0;
}

.dashboard h6 {
	font-size: 28px;
	color: #012970;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.dashboard .filter {
	position: absolute;
	right: 0px;
	top: 15px;
}

.dashboard .filter .icon {
	color: #aab7cf;
	padding-right: 20px;
	padding-bottom: 5px;
	transition: 0.3s;
	font-size: 16px;
}

.dropdown-menu {
	border-radius: 4px;
	padding: 10px 0;
	animation-name: dropdown-animate;
	animation-duration: 0.2s;
	animation-fill-mode: both;
	border: 0;
	box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
	content: "";
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: -7px;
	right: 20px;
	transform: rotate(45deg);
	border-top: 1px solid #eaedf1;
	border-left: 1px solid #eaedf1;
  }
}

.dashboard .filter .dropdown-header {
	padding: 8px 15px;
}

.dropdown-menu .dropdown-header, .dropdown-menu .dropdown-footer {
	text-align: center;
	font-size: 15px;
	padding: 10px 25px;
}

.dashboard .filter .dropdown-header h6 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #aab7cf;
	margin-bottom: 0;
	padding: 0;
}

.dashboard .info-card h6 {
	font-size: 28px;
	color: #012970;
	font-weight: 700;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
}

.dashboard .filter .dropdown-item {
	padding: 8px 15px;
}
.dropdown-menu .dropdown-item {
	font-size: 14px;
	padding: 10px 15px;
	transition: 0.3s;
}

#do-wystawienia .nazwa-marki{
	font-size: 16px;
	font-weight: 500;
	color: #012970;
	font-family: "Poppins", sans-serif;
}

#do-wystawienia .nazwa-marki a{
	text-decoration: none;
	color: #012970;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */