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

.tooltip-inner {
    max-width: 400px; 
}

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

.text-fiolet{
	color: #c095ff;
}

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

.navbar{
	font-size: 14px;
}

.ui-datepicker {
    z-index: 9999!important;
}

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

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

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
*/