.informacja{
	left:0;
	position: absolute;
	z-index: 9999;
	top: 10%;
}

#tabela_edytowana td {
  position: relative;
}

#tabela_edytowana td input {
  position: absolute;
  display: block;
  top:0;
  left:0;
  margin: 0;
  height: 100%;
  width: 100%;
  border: none;
  padding: 10px;
  box-sizing: border-box;
}

body,html {
    background-color: #e7f3ed;
    height: 100%;
}

body > div{
	padding-top: 55px;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.card {
	margin-top: 100px!Important;
	margin-bottom: 20px!Important;
}

.h-100 {
    height: 100% !important;
}

.popover{
    max-width: 100%!important;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Wybierz";
}

/*
.dropdown>.dropdown-menu {
  top: 200%;
  transition: 0.3s all ease-in-out;
}
.dropdown:hover>.dropdown-menu {
  display: block;
  top: 100%;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
*/

.tree, .tree ul{
  font-size: 13px;  
  list-style-type: none!important;
  margin-left: 0 0 0 10px;
  padding: 0;
  position: relative;   
  overflow:hidden;    
}

.tree li{
  padding: 3px 0px 3px 25px;  
  position: relative;
  list-style-type: none!important;
}
  
.tree li::before, .tree li::after{
  content: '';
  position: absolute;
  left: 0;
  list-style-type: none!important;
}

/* horizontal line on inner list items */
.tree li::before{
  border-top: 1px solid #999;
  list-style-type: none!important;
  top: 10px;
  width: 10px;
  height: 0;    
}

/* vertical line on list items */   
.tree li:after{
  border-left: 1px solid #999;
  list-style-type: none!important;
  height: 100%;
  width: 0px;
  top: -10px; 
}

/* lower line on list items from the first level because they don't have parents */
.tree > li::after{
	list-style-type: none!important;
  top: 10px;
}

/* hide line from the last of the first level list items */
.tree > li:last-child::after{
  display: none;
  list-style-type: none!important;
}

.tree_produkty > li > ul {
	display: none;
}

.border-burak{
	border-color: #a46698;
}

.text-burak{
	color: #a46698;
}

.bg-burak{
	background-color: #a46698;
}

.border-niebo{
	border-color: #299bf2;
}

.text-niebo{
	color: #299bf2;
}

.bg-niebo{
	background-color: #299bf2;
}

.usun_kolor, .usun_date{
	cursor: pointer;
}

.zafakturowano[type="checkbox"]{
    outline: 2px solid red;
    outline-offset: -2px;
}

#etykieta_test {
    display: inline-block;
    transform: translateX(-50%) rotate(45deg) translateX(50%) rotate(-90deg);
    transform-origin: center top;
    box-shadow: 0px -50px 0px 50px red;
	background-color: red;
	color: white;
	font-size: 20px;
	z-index: 999999;
	position: absolute;
	left: 0; 
	top: 0;
	padding-top: 0px;
}